/* =====================================================
   Product Listing - General
===================================================== */

/* Hide the system-generated title */
#AllProducts > .container > .jumbotron > h1:first-child {
    display: none !important;
}


.btn.btn-default.btn-reset-search.fadeBG.hidden {
    display: none;
}

em {
    display: none;
}

.input-group.group-quantity-control {
    display: none;
}


/* BOL - General */

section[data-cattype="51025"],
section[data-cattype="51025"] form.form-inline {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

[data-cattype="51025"] h1 {
    font-size: 1.85em;
    color: #5a595e;
    padding: 0;
    margin: 15px 0 40px 0;
    text-transform: uppercase;
    padding-top: 50px;
}

section[data-cattype="51025"] form.form-inline .btn {
    margin-bottom: 0;
}

section[data-cattype="51025"] form.form-inline input.form-control {
    width: 100%;
}

[data-cattype="51025"] .price {
    color: #0359D7;
}

[data-cattype="51025"] .btn-primary {
    background-color: #337ab7;
}

[data-cattype="51025"] .btn-inverse {
    color: #fff;
    background-color: #000;
    border-color: #000;
    height: 34px;
    line-height: 1;
}

[data-cattype="51025"] .sales-tag {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    top: -10px;
    right: -15px;
    background: #ff0000;
    border-radius: 30px;
    text-align: center;
    padding: 15px 3px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    transform: rotate(45deg);
    border: 2px solid #eee;
    z-index: 10;
}

[data-cattype="51025"] .pad {
    padding: 0 5px;
}

/* EOL - General */


/* =====================================================
   Search
===================================================== */

section[data-cattype="51025"] .wrapper-result-input {
    position: relative;
    width: 250px;
    text-align: left;
}

[data-cattype="51025"] .form-group {
    display: inline-flex;
}

[data-cattype="51025"] .input-group {
    flex-wrap: inherit;
    width: 100%;
}

[data-cattype="51025"] .form-control {
    text-align: left;
}


/* =====================================================
   Product Listing
===================================================== */

section[data-cattype="51025"] #list-product {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
    width: 100%;
    min-height: 0;
    margin-bottom: 20px;
}

section[data-cattype="51025"] #list-product .grid_item {
    position: relative;
    display: flex;
    flex-direction: column;
    float: none;
    width: 100%;
    min-width: 0;
    height: auto !important;
    min-height: 0 !important;
    margin: 0;
    padding: 0 0 6px 0;
    vertical-align: top;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}

section[data-cattype="51025"] #list-product .grid_item .link-img {
    display: block;
    width: 100%;
}

section[data-cattype="51025"] #list-product .grid_item img.product_img_line {
    display: block;
    width: 100%;
    height: 193px;
    margin: 0;
    object-fit: cover;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

section[data-cattype="51025"] #list-product .grid_item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin: 8px 8px 2px;
    text-align: center;
}

section[data-cattype="51025"] #list-product .grid_item .title > a {
    display: block;
    width: 100%;
}

section[data-cattype="51025"] #list-product .grid_item .price {
    display: block;
    min-height: 20px;
    margin: 0 6px;
    padding-bottom: 4px;
    text-align: center;
}

section[data-cattype="51025"] #list-product .grid_item .ajax-add-to-cart {
    margin-top: 0;
}

section[data-cattype="51025"] #list-product .wrapper_navigation {
    grid-column: 1 / -1;
    clear: both;
    width: 100%;
}

[data-cattype="51025"] .item_content.grid_item {
    position: relative;
}

[data-cattype="51025"] .wrapper_grid_item {
    margin-top: 20px;
    margin-left: 0;
}

[data-cattype="51025"] .grid_item .ajax-add-to-cart .btn {
    margin-bottom: 3px;
}

[data-cattype="51025"] .group-quantity-control {
    max-width: 120px;
    float: left;
    margin-right: 10px;
}

[data-cattype="51025"] .item_content .btn {
    float: right;
    margin-right: 5%;
}

[data-cattype="51025"] .item_content .group-quantity-control {
    margin-left: 5%;
}

[data-cattype="51025"] .clearfix {
    width: 100%;
    margin: 20px;
}


/* =====================================================
   Product Detail
===================================================== */

[data-cattype="51025"] .detail-page {
    margin-top: 15px;
}

[data-cattype="51025"] .detail-page h1.title {
    margin-top: 0;
    color: #000;
    font-size: 26px;
}

[data-cattype="51025"] .normal_text p {
    margin: 5px 0 12px 0;
}

[data-cattype="51025"] ul.grid li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

[data-cattype="51025"] .grid.list-attribute > li > label {
    vertical-align: bottom;
    margin-right: 5px;
    display: block;
}

[data-cattype="51025"] fieldset.social-media {
    margin: 15px 0 30px 0;
    padding: 10px;
}

[data-cattype="51025"] .tab-pane {
    padding: 20px;
}

[data-cattype="51025"] .detail-page .productimggallery ul.listImage li,
[data-cattype="51025"] .detail-page .productimggallery ul.listImage li .wrapper_image {
    width: 70px;
    height: 50px;
}


/* =====================================================
   Tablet
===================================================== */

@media (min-width: 768px) and (max-width: 980px) {

    [data-cattype="51025"] .form-group {
        display: flex;
        width: 247px;
        float: left;
    }

    section[data-cattype="51025"] #list-product {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    [data-cattype="51025"] .item_content .btn {
        float: right;
        margin-right: 0;
    }

    [data-cattype="51025"] .item_content .group-quantity-control {
        margin-left: 0;
    }
}


/* =====================================================
   Mobile
===================================================== */

@media (max-width: 767px) {

    section[data-cattype="51025"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    [data-cattype="51025"] h1 {
        text-align: center;
    }

    [data-cattype="51025"] .sales-tag {
        right: 15px;
    }


    /* Search */

    section[data-cattype="51025"] form.form-inline {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    section[data-cattype="51025"] form.form-inline .row {
        margin-left: 0;
        margin-right: 0;
    }

    section[data-cattype="51025"] .wrapper-result-input {
        width: 100%;
        margin-bottom: 10px;
    }

    section[data-cattype="51025"] form.form-inline input.form-control {
        width: 100%;
    }

    section[data-cattype="51025"] form.form-inline .btn {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    [data-cattype="51025"] .form-group {
        display: flex;
        width: 100%;
    }


    /* Product Grid */

    section[data-cattype="51025"] #list-product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 18px 10px;
        width: 100%;
        min-height: 0;
        margin: 0 0 20px 0;
    }

    section[data-cattype="51025"] #list-product .grid_item {
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        margin: 0;
        padding: 0 0 6px 0;
    }

    section[data-cattype="51025"] #list-product .grid_item img.product_img_line {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1.05;
        object-fit: cover;
    }

    section[data-cattype="51025"] #list-product .grid_item .title {
        min-height: 44px;
        margin: 7px 6px 2px;
    }

    section[data-cattype="51025"] #list-product .grid_item .price {
        min-height: 20px;
        margin: 0 5px;
        padding-bottom: 4px;
    }

    section[data-cattype="51025"] #list-product .grid_item .ajax-add-to-cart {
        margin-top: 0;
    }

    section[data-cattype="51025"] #list-product .wrapper_navigation {
        grid-column: 1 / -1;
    }

    [data-cattype="51025"] .item_content .btn {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    [data-cattype="51025"] .item_content .group-quantity-control {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }


    /* Product Detail */

    [data-cattype="51025"] .wrapper_productimg .product_img_line {
        display: block;
        margin: auto;
        text-align: center;
    }

    [data-cattype="51025"] ul.listImage li {
        width: 150px;
        height: 150px;
        margin: 0 8px 8px 0;
        overflow: hidden;
    }

    [data-cattype="51025"] .grid.listImage {
        margin-left: 10px;
    }

    [data-cattype="51025"] .btnwidth .input-group {
        display: block;
    }

    [data-cattype="51025"] .btnwidth .input-group .btn {
        height: 50px !important;
        margin: 10px;
    }

    [data-cattype="51025"] .btnwidth .btn,
    [data-cattype="51025"] .btnwidth input {
        width: 100% !important;
        height: 50px !important;
    }

    [data-cattype="51025"] .btnext .btn {
        margin-top: 16px !important;
    }

    [data-cattype="51025"] .input-group .btn {
        height: auto !important;
    }
}


/* =====================================================
   Small Mobile
===================================================== */

@media (max-width: 480px) {

    section[data-cattype="51025"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    section[data-cattype="51025"] #list-product {
        gap: 18px 10px;
    }
  [data-cattype="51025"] .detail-page h1.title {
    margin-bottom: 0px;
    padding-top: 0;
  }
}