/*@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@600&display=swap');*/

/*body {
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 12px;
}*/
/*colors*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');
@import 'styles-new-buttons.css';

:root {
    --color-blue: #2072A6;
    --color-orange: #F68428;
    --color-black: #1C1C1C;
    --color-gray1: #585757;
    --color-gray2: #969696;
    --color-gray3: #E4E4E4;
    --color-gray4: #F7F7F7;
    --color-dark-blue: #1C587D;
    --color-dark-orange: #DE8135;
    --color-green: #51C762;
    --color-red: #FF3B3B;
    --color-light-blue: #3F92EB;
    --container-max-width: 1160px;
}

body {
    font-family: 'IBM Plex Sans', sans-serif;
}

p span {
    font-family: 'IBM Plex Sans', sans-serif !important;
    color: var(--color-black);
}

h1 {
    /*font-size: 38px;*/
    font-weight: 700;
}

h4 {
    font-size: revert;
    font-weight: bold;
}

.btn {
    text-shadow: none;
}


ol.available-items {
    list-style: none;
}

.list li {
    padding: 0 0 3px 3px;
    background: none;
}

input[type=text].qty {
    padding: .375rem .375rem;
}

.divRelatedProductsSlick .slick-list .slick-track .slick-slide {
    padding: 10px 9px !important;
}

.top-category-wrapper.slick-slide {
    padding: 0px !important;
    display: block !important;
}

div.slider-arrow-left {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
    left: 2%;
    top: 35%;
}

div.slider-arrow-right {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 2%;
    top: 35%;
}

div.slider-arrow a {
    display: inline-block;
    border-radius: 50%;
}

    div.slider-arrow a:hover .left, div.slider-arrow a:hover .top, div.slider-arrow a:hover .bottom, div.slider-arrow a:hover .right {
        border: 0.5em solid #e74c3c;
    }

        div.slider-arrow a:hover .left:after, div.slider-arrow a:hover .top:after, div.slider-arrow a:hover .bottom:after, div.slider-arrow a:hover .right:after {
            border-top: 0.5em solid #e74c3c;
            border-right: 0.5em solid #e74c3c;
        }

.cat-top-categories-list .slider-arrow-left .left, .cat-top-categories-list .slider-arrow-right .right {
    width: 3em;
    height: 4em;
}

    .cat-top-categories-list .slider-arrow-right .right:after {
        margin-left: -0.4em;
    }

.left {
    display: inline-block;
    width: 5em;
    height: 5em;
    font-size: 5px;
    border: 0.5em solid #4fa5dc;
    border-radius: 50%;
    padding-left: 5px;
    cursor: pointer;
    background-color: white;
}

    .left:after {
        content: '';
        display: inline-block;
        margin-top: 1.05em;
        margin-left: 0.6em;
        width: 1.4em;
        height: 1.4em;
        border-top: 0.5em solid #4fa5dc;
        border-right: 0.5em solid #4fa5dc;
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.mfr-img-mb {
    visibility: hidden;
}

.right {
    display: inline-block;
    width: 5em;
    height: 5em;
    font-size: 5px;
    border: 0.5em solid #4fa5dc;
    border-radius: 50%;
    padding-left: 5px;
    cursor: pointer;
    background-color: white;
}

    .right:after {
        content: '';
        display: inline-block;
        margin-top: 1.05em;
        margin-left: -0.6em;
        width: 1.4em;
        height: 1.4em;
        border-top: 0.5em solid #4fa5dc;
        border-right: 0.5em solid #4fa5dc;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.top-category-wrapper:hover a .title-wrapper div.top-category-arrow {
    display: block !important;
}

.mfr-img-mb {
    visibility: hidden;
}

.product-rating.list-view {
    margin-left: -15px;
    margin-bottom: 7px;
    margin-top: 19px;
}

.row-header {
    background-color: var(--color-gray3);
    height: 180px;
    padding-top: 30px;
}

.about-category-content p span {
    line-height: 203.68%;
}

.items-wrapper {
    margin-top: 1px;
    margin-left: 20px;
}

.ddItemsPerPage {
    margin-top: -2px;
}

.CategoryItemsSortOrderDD {
    margin-top: 7px !important;
}


.department-list {
    margin-top: -65px;
}

.top-item .top-item-title a {
    color: var(--color-black);
}

.department-content {
    position: absolute;
    left: 40px;
    top: 30px;
    color: #fff;
    right: 20px;
    width: 66%;
}

a.lnk-product-title {
    text-decoration: none;
}

.categories-list-item:hover a .category-item-title span,
.category-item-wrapper:hover a .category-item-title span,
.product-item:hover .product-details div > a h3, .product-grid-item:hover .product-grid-item-title a h3 {
    color: var(--color-blue);
}

.categories-list-item:hover a .category-shop-now {
    visibility: visible !important;
}

.department-content span {
    width: 65%;
    margin-top: 35px;
    font-size: 14px;
    height: 110px;
    display: block;
}

.department-item a {
    color: #3F92EB;
}

.department-content .button {
    border-radius: 4px;
    background-color: var(--color-orange);
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    float: left;
    margin-top: 52px;
}

.popular-category-item {
    border: 4px solid rgba(172, 172, 172, 0.1);
    padding: 10px 10px 10px 10px !important;
}

.popular-categories .slick-list {
    padding-left: 10px;
    width: 98%;
}

.popular-categories .slick-track {
    height: 153px;
}

.popular-categories .slider-arrow-right {
    right: 10px;
}

.popular-categories .slider-arrow-left {
    left: 13px;
}

.popular-category-item img {
    width: 100%;
}



.items-found {
    font-weight: 600;
}

.full-border-light-grey {
    border: 1px solid #e6e4e4;
}

.border-bottom-light-grey {
    border-bottom: 1px solid #e6e4e4;
}

.border-right-light-grey {
    border-right: 1px solid #e6e4e4;
}

.row-without-margin-right-left {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-border-top-bottom {
    border-bottom: 1px solid #e8e5e5;
    border-top: 1px solid #e8e5e5;
    padding-top: 15px;
    margin-left: 1px;
    margin-right: 1px;
    width: 181.7vh;
}

.row-border-bottom {
    border-bottom: 1px solid #e8e5e5;
    padding-bottom: 18px;
}

.row-border-left {
    border-left: 1px solid #e8e5e5;
    left: 10px;
    background-color: #f5f4f4;
    padding-bottom: 15px;
}

i .fa-angle-down {
    font-size: 26px;
}

.item-active {
    border-bottom: 2px solid #0780b3f0;
    font-weight: 600;
    color: #0780b3f0;
}

.product-category-ul-list {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #cac3c3;
    height: 12vh;
}

.productlist-compare {
    border: 1px solid #e8e5e5;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 34px;
}

.product-filter.grid-filter {
    width: 40%;
    border-right: 1px solid #F6F6F6;
}

.compare-item-list-description > div > div > h3 {
    color: #1f97c5;
}

.custom-control-label a {
    text-decoration: none;
}
/* component */

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 2em;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: 4em;
}

    .star-rating input {
        display: none;
    }

    .star-rating label {
        color: #ccc;
        cursor: pointer;
    }

    .star-rating :checked ~ label {
        color: #f90;
    }

    .star-rating label:hover,
    .star-rating label:hover ~ label {
        color: #fc0;
    }

.pr-star-v4-100-filled {
    background-image: url(/images/rating/star-100.png) !important
}

.pr-star-v4-75-filled {
    background-image: url(/images/rating/star-75.png) !important
}

.pr-star-v4-50-filled {
    background-image: url(/images/rating/star-50.png) !important
}

.pr-star-v4-25-filled {
    background-image: url(/images/rating/star-50.png) !important
}

.pr-star-v4-0-filled {
    background-image: url(/images/rating/star-0.png) !important
}
/* explanation */

article {
    background-color: #ffe;
    box-shadow: 0 0 1em 1px rgba(0,0,0,.25);
    color: #006;
    font-family: cursive;
    font-style: italic;
    margin: 4em;
    max-width: 30em;
    padding: 2em;
}

.btn-action {
    border-radius: 4px;
    text-indent: 0px;
}

.btn-view-details {
    border-radius: 4px;
    color: #fff;
    text-indent: 0px;
    font: 13px OpenSans-Bold;
    margin-left: .3em;
    border: none;
    padding: 8px 20px;
}

.btn-compare-item {
    border-radius: 4px;
    background: #2072A6;
    color: #fff;
    text-indent: 0px;
    font: 13px OpenSans-Bold;
    margin-left: -20px;
    border: none;
    height: 28%;
    width: 47%;
    margin-top: 35px;
}

.btn-clear-item {
    background: #fff;
    color: #797575;
    border: 1px solid #797575;
    height: 40px;
    width: 135px;
    font-size: 14px;
    font-weight: 600;
}

.view-details {
    width: 64%;
}

.compare-checked {
    background-color: #186a9e;
    border-radius: 5px;
    color: #fff;
}

[data-toggle="collapse"] .fa.fa-long-arrow-right:before {
    content: "\f175" !important;
    font-size: small;
}

[data-toggle="collapse"].collapsed .fa.fa-long-arrow-right:before {
    content: "\f178" !important;
    font-size: small;
}

[data-toggle="collapse"] .fa:before {
    content: "\f078";
    font-size: medium;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f105";
    font-size: medium;
}

.grid-view-action {
    border: 1px solid #b5b5b5;
    width: 5vh;
    height: 5vh;
    margin-left: 5px;
}

    .grid-view-action.bg {
        background-color: #5496bf;
    }

.productlist-compare.grid-view {
    margin-top: 10px;
    max-width: 70%;
    margin-bottom: 10px;
}

button.btn-shop-now {
    border-radius: 4px;
    background: #fff;
    color: #ec8004e6;
    text-indent: 0px;
    font: 13px OpenSans-Bold;
    border: none;
}

.bg-orange-banner {
    background-color: #ec8004e6;
    border-radius: 5px;
    margin-left: 15px;
    margin-top: 15px;
}

.offer-percentage {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.offer-scheme {
    font-size: 30px;
    color: #fff;
}

.read-more {
    font-size: 15px;
    color: var(--color-gray1);
    margin-left: 25px;
    margin-top: 12px;
}

.span-category {
    font-size: 2em;
    color: var(--color-black);
}

.category-tag {
    border: 1px solid #bbb0b0;
    border-radius: 4px;
}

.department-img {
    /*width: 574px;*/
    height: 100%;
    background-size: 100% 100% !important;
    height: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.department-item {
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin: 4px;
    border-radius: 10px;
}


/**/
.row-full {
    width: 99.3vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.page-navigation ol {
    padding: 0;
}

    .page-navigation ol.breadcrumb {
        background: none;
    }

.page-navigation .breadcrumb-item.active {
    color: var(--color-black);
    font-weight: bold;
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--color-black);
}

.department-item h2 {
    color: var(--color-black);
}

.section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.top-categories {
    color: var(--color-black);
}

.top-categories {
    color: var(--color-black);
}

.section-title {
    margin-bottom: 20px;
    color: var(--color-black);
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: bold;
}

    .section-title > h2 {
        font-size: 22px;
        line-height: 29px;
    }

.categories-list-links {
    display: flex;
    justify-content: start;
    padding-right: 20px;
}

    .categories-list-links .categories-list-links-title {
        color: var(--color-blue);
        font-weight: bold;
        line-height: 1.8;
    }

.category-item-title {
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
}

.category-item-count {
    color: #969696;
    margin-top: 4px;
}

.top-category-wrapper {
    margin-right: 15px;
    margin-left: 15px;
}


    .top-category-wrapper .title-wrapper i.fa {
        color: var(--color-blue);
        font-size: 22px;
    }

    .top-category-wrapper .title-wrapper {
        margin-top: 8px;
        margin-bottom: 4px;
    }

        .top-category-wrapper .title-wrapper .top-category-title {
            font-weight: bold;
            border-bottom: 2px solid var(--color-gray4);
            padding-bottom: 4px;
        }

.list-links a {
    padding: 6px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.8;
}

.list-links.text-gray a {
    color: var(--color-gray1);
}

.categories-list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.categories-list-item:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
    cursor: pointer;
}

.categories-list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 6px solid rgba(196, 196, 196, 0.15);
    width: 155px;
    height: 190px;
    margin-right: 16px;
    margin-bottom: 18px;
    padding: 4px;
    text-align: center;
}

    .categories-list-item a {
        text-decoration: none;
    }

    .categories-list-item:hover {
        padding: 4px;
    }

.btn-success-text {
    color: green;
    border: none;
    background: none;
    font-weight: bold;
}

a.btn-wired {
    display: block;
    text-decoration: none;
    padding: 6px 23px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.14));
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.custom-checkbox {
    padding-top: 5px;
    margin-bottom: 2px;
}

a.btn-wired-dark {
    border: 1px solid #585757;
    color: black;
}

.btn-new-blue {
    background: none;
    background-color: #2072A6;
    color: white;
    border-left: 0px;
    margin-right: 13px;
    font-size: 13px;
    font-weight: 600;
}

    .btn-new-blue:hover {
        color: white;
    }

.shop-by-brand {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin-right: 21px;
    margin-bottom: 10px;
}

    .shop-by-brand span {
        display: block;
    }



.shop-by-brand-wrapper .section-title {
    margin-bottom: 20px;
}

.related-searches-wrapper {
    margin-top: 40px;
}

div.slider-arrow-left {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
    left: 13px;
    top: 35%;
}

.popular-category-arrow-right {
    display: inline-block;
    width: 5em;
    height: 5em;
    font-size: 5px;
    border-radius: 50%;
    margin-right: -25px;
    cursor: pointer;
}

.popular-category-arrow-right-landing {
    display: inline-block;
    width: 5em;
    height: 5em;
    font-size: 5px;
    border-radius: 50%;
    margin-right: -25px;
    cursor: pointer;
}

.popular-category-arrow-right:after {
    content: '';
    display: inline-block;
    margin-top: 1.05em;
    margin-left: -0.6em;
    width: 1.4em;
    height: 1.4em;
    border-top: 0.5em solid #4d5052;
    border-right: 0.5em solid #4d5052;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popular-category-arrow-right-landing:after {
    content: '';
    display: inline-block;
    margin-top: 1.05em;
    margin-left: -0.6em;
    width: 1.4em;
    height: 1.4em;
    border-top: 0.5em solid #4d5052;
    border-right: 0.5em solid #4d5052;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popular-category-arrow-left {
    display: inline-block;
    width: 5em;
    height: 5em;
    font-size: 5px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: -42px;
}

    .popular-category-arrow-left:after {
        content: '';
        display: inline-block;
        margin-top: 1.05em;
        margin-left: 0.6em;
        width: 1.4em;
        height: 1.4em;
        border-top: 0.5em solid #4d5052;
        border-right: 0.5em solid #4d5052;
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.popular-category-arrow-left-landing {
    display: inline-block;
    width: 5em;
    height: 5em;
    font-size: 5px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: -30px;
}

    .popular-category-arrow-left-landing:after {
        content: '';
        display: inline-block;
        margin-top: 1.05em;
        margin-left: 0.6em;
        width: 1.4em;
        height: 1.4em;
        border-top: 0.5em solid #4d5052;
        border-right: 0.5em solid #4d5052;
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.categories-list-wrapper {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    padding: 2px;
    margin-top: 30px;
}

    .categories-list-wrapper .categories-list-title {
        padding: 16px;
        background: var(--color-gray4);
        color: var(--color-blue);
    }

.categories-list-title .action {
    margin-left: auto;
}

.category-item-title {
    font-weight: bold;
    margin-bottom: 4px;
    text-align: center;
    margin-top: 5px;
    color: var(--color-black);
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
}

.categories-list-wrapper .category-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px;
    border: 6px solid rgba(196, 196, 196, 0.15);
    width: 170px;
    height: 221px;
    margin-right: 21px;
    margin-bottom: 10px;
}

.categories-list {
    padding: 10px;
}

.product-item .mfr-img, .product-grid-item .mfr-img {
    max-width: 90px;
    max-height: 30px;
}

.p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4, .p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled {
    width: 14px;
    height: 14px;
}


.product-grid-item {
    padding: 5px;
    background-color: white;
    max-width: 226px;
    margin: 7px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    /*height: fit-content;*/
    display: flex;
    flex-direction: column;
}
.product-grid-item > * {
    flex: 1;
}
.grid .product-grid-item .ItemIncludes {
    display: none;
}
.grid .product-grid-item .divManufLogo {
    padding-top: 10px;
    padding-bottom: 10px;
}
.grid .product-grid-item .divStartRating {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 1200px) {
    .grid .product-grid-item .divStartRating {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
    .list .product-grid-item {
        width: 98%;
        max-width: initial;
        flex-direction: row;
        padding-top: 20px;
    }

    .grid .product-grid-item .left-col {
        height: 211px;
        margin-bottom: 20px;
    }


    .product-grid-item .subscribe-note {
        background: #f2d2d5;
        color: #BF1E2E;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        padding: 5px;
    }

    .list .product-grid-item .subscribe-note {
        margin-top: 20px;
    }

    .list .product-grid-item .left-col {
        flex: 3;
        text-align: center;
        padding-right: 30px;
    }

    .list .product-grid-item .mid-col {
        flex: 4;
        padding-right: 30px;
    }

    .list .product-grid-item .right-col {
        flex: 2;
    }
.grid .product-grid-item .right-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .grid .product-grid-item .btn-view-details {
        display: none;
    }
}
    .list .product-grid-item .ItemIncludes {
        display: initial;
    }

    .grid .shipping-wrapper {
        display: flex;
        padding: 10px 0;
    }

    .shipping-wrapper .ShippingTime {
        font-size: 11px;
        color: #808080;
        padding-top: 3px;
        padding-left: 5px;
    }

    .list .shipping-wrapper .ShippingTime {
        padding-left: 0px;
    }

    .shipping-wrapper .lblShippingLabel {
        font-weight: 500;
    }

    .grid .shipping-wrapper .shipping-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .grid .shipping-wrapper .imgTruckIcon {
        display: none;
    }

    .list .product-grid-item .shipping-wrapper {
        display: flex;
        background-color: #f5f4f4;
        border-radius: 5px;
        padding: 10px 15px;
    }

    .list .product-grid-item .imgTruckIcon {
        padding-right: 15px;
    }

    .product-grid-item .star-row {
        height: 30px;
    }

    .product-grid-item h3 {
        font-size: 13px;
    }

    .list .product-grid-item h3 {
        font-size: 18px;
    }

    .product-grid-item-title {
        height: 55px;
    }

    .light-green {
        color: var(--color-green);
    }

    .product-grid-img {
        width: 175px;
        cursor: pointer;
    }

    .productlist-shipping {
        background-color: #f5f4f4;
        border-radius: 5px;
        width: 70%;
    }

    .sort-wrapper div span {
        padding-top: 2px;
    }

    .compare-heading-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

        .compare-heading-wrapper h4 {
            font-size: 13px;
            margin-top: 6%;
            font-weight: 600;
        }

    .product-filter {
        flex: 1;
    }

    .product-results-content-bind {
        flex: 5;
    }

    @media (min-width: 768px) {
        /*#region Department*/
        .breadcrumb {
            background-color: #e9ecef0a;
        }

        .breadcrumb-item.active {
            color: #101010;
            font-weight: 700;
        }

        .popular-categories.slider {
            width: 100%;
        }

        div.top-categories-list > .slick-list > .slick-track, div.related-categories-list > .slick-list > .slick-track {
            width: auto !important;
        }

        .popular-categories.slider .slick-slide img {
            width: 100%;
        }

        .popular-categories.slider .slick-slide {
            transition: all ease-in-out .3s;
            opacity: 1;
            margin-right: 12px;
            margin-left: 12px;
            height: 125px !important;
            border: 2px solid #E4E4E4;
        }

            .popular-categories.slider .slick-slide span {
                font-size: 12px;
                font-weight: bold;
            }

        .department-border a {
            color: #007bff;
        }

        .department-slider-wrapper {
            padding-bottom: 28px;
            padding-left: 6px;
        }
        /*#endregion*/
        /*#region product*/
        div #brandOptions > div.has-search {
            margin-left: 0px;
        }

        .product-item-img {
            padding: 20px;
        }

        .product-filter {
            padding-right: 6px;
        }

        /*.product-results-wrapper {
        width: 980px !important;
    }*/


        .product-results-wrapper.list-inner {
            width: 940px !important;
        }

        button .btn-shop-now.list {
            margin-left: 50px !important;
        }

        .freeshipping.list-view {
            margin-top: 10px;
        }

        div.has-search.grid-view {
            margin-left: -22.5%;
        }

        .product-details-n-pricing, .product-results-shopping-guide-wrapper {
            width: 82%
        }

        .has-search .form-control {
            padding-left: 2.375rem;
            font-size: 11px;
            border: none;
            border-radius: 5px;
            background-color: #f0f0ed;
        }

        .sort-wrapper {
            margin-right: 18px;
        }

        div.sort-wrapper > div > select {
            margin-top: 9px;
        }

        .product-item {
            border-bottom: 1px solid #f6f6f6;
            margin-bottom: 1%;
            width: 100% !important;
        }

        .has-search .form-control-feedback {
            position: absolute;
            z-index: 2;
            display: block;
            width: 2.375rem;
            height: 2.375rem;
            line-height: 1.95rem;
            text-align: center;
            pointer-events: none;
            color: #6d6c6c;
        }

        .read-more-div {
            margin-top: -7px !important;
            margin-left: -3px;
        }

        .active-filter {
            font-weight: 600;
            color: #fb4b23;
        }


        /* Hide the browser's default checkbox */


        .custom-checkbox input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

        /* Create a custom checkbox */
        .checkmark {
            position: absolute;
            top: 2px;
            left: 5px;
            height: 28px;
            width: 27px;
            background-color: #eee;
        }

            .checkmark.unchecked {
                position: absolute;
                top: 7px;
                left: 9px;
                height: 18px;
                width: 19px;
                background-color: #fff !important;
                border: 1px solid #ccc;
            }

        .custom-control-input {
            z-index: 1;
        }

        .custom-checkbox:hover input ~ .checkmark {
            background-color: #ccc;
        }

        .custom-checkbox input:checked ~ .checkmark {
            background-color: #2072a6;
            border: 1px solid;
            zoom: 0.7;
            top: 9px;
            left: 10px;
        }

        input[type="checkbox"]:after {
            box-sizing: content-box;
        }

        .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

        .custom-checkbox input:checked ~ .checkmark:after {
            display: block;
        }

        .custom-checkbox .checkmark:after {
            left: 9px;
            top: 5px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 3px 3px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .items-found {
            width: 210px;
            font-weight: 600;
        }

        .product-sort-filter {
            border-bottom: 1px solid #e8e5e5;
            border-top: 1px solid #e8e5e5;
            padding-top: 15px;
            margin-left: 1px;
            margin-right: 1px;
            position: sticky;
            top: 0;
            background-color: white;
            z-index: 1;
        }

        .product-logo.list-view {
            margin-top: -10%;
            margin-left: 66% !important;
        }

        div.item-information.list-view > img.product-img {
            width: 250px;
        }

        .freeshipping.grid-view {
            display: flex;
            margin-left: -25px !important;
            margin-top: 11%;
        }

        div.freeshipping.list-view > p {
            color: #9e9c9c;
        }

        .row-border-bottom {
            border-bottom: 1px solid #e8e5e5;
            padding-bottom: 18px;
        }

        .compare-footer {
            height: 200px;
            margin-left: -7.61%;
            margin-right: -7.61%;
            background-color: #585757;
            margin-top: 0%;
            margin-bottom: -15px;
        }

        .top-category-products {
            border-left: 1px solid #e8e5e5;
            left: 10px;
            background-color: #f5f4f4;
            padding-bottom: 15px;
        }

        i .fa-angle-down {
            font-size: 26px;
        }

        .item-active {
            border-bottom: 2px solid #0780b3f0;
            font-weight: 600;
            color: #0780b3f0;
        }

        .product-category-ul-list {
            background-color: white;
            border-radius: 5px;
            border: 1px solid #cac3c3;
            height: 12vh;
        }

        .product-list.grid-view {
            display: flex;
            width: 969px;
            max-width: 969px;
            flex-wrap: wrap;
        }

        .product-item.grid-view {
            width: 232px;
            margin-right: 1% !important;
            height: 450px;
        }

        .star-rating.grid-view {
            font-size: 18px;
            margin-left: 40%;
            margin-top: 8px;
        }

        .product-logo.grid-view {
            margin-left: -85% !important;
            margin-top: 30px;
            position: absolute;
            height: 18px !important;
            width: 55px !important;
        }

        .product-details.grid-view {
            position: absolute;
            padding-top: 18% !important;
            margin-left: 0px !important;
            width: auto;
        }

        .item-information.grid-view {
            width: 232px;
            margin-left: 5px !important;
        }

        .product-list-description.grid-view, .qty.grid-view, .save.grid-view {
            display: none;
        }

        .productlist-compare {
            border: 1px solid #e8e5e5;
            padding-top: 2px;
            padding-bottom: 5px;
            padding-right: 5px;
            padding-left: 34px;
            border-radius: 4px;
        }



        .product-category-divider {
            background-color: white;
            border-bottom: 1px solid #e8e5e5;
            border-top: 1px solid #e8e5e5;
            padding-top: 10px;
            margin-top: 10px;
        }

        .view-details.grid-view {
            margin-top: 6px !important;
            width: 300px;
        }

        .category-item-wrapper:hover {
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
        }

        .department-landing-img {
            max-width: 100%;
            width: 1920px;
            height: 367px;
            left: 0px;
            top: 251px;
        }

        .btn-view-details.grid-view {
            margin-left: 0.2em !important;
            height: 40px !important;
        }

        .list-view .star-rating {
            margin-left: -9px;
        }

        div.star-rating {
            display: flex;
            flex-direction: row-reverse;
            font-size: 14px;
            margin-top: 0px;
            justify-content: inherit;
            padding: 0 .2em;
            text-align: center;
            width: 9em;
            max-width: 9em;
            margin-left: -27px;
        }

        .star-rating input {
            display: none;
        }

        .star-rating label {
            color: #ccc;
            cursor: pointer;
        }

        .star-rating :checked ~ label {
            color: #F68428;
        }

        .star-rating label:hover,
        .star-rating label:hover ~ label {
            color: #F68428;
        }

        article {
            background-color: #ffe;
            box-shadow: 0 0 1em 1px rgba(0,0,0,.25);
            color: #006;
            font-family: cursive;
            font-style: italic;
            margin: 4em;
            max-width: 30em;
            padding: 2em;
        }



        .btn-view-details {
            border-radius: 4px;
            color: #fff;
            text-indent: 0px;
            font: 13px OpenSans-Bold;
            margin-left: .3em;
            border: none;
        }

        .compare-checked {
            background-color: #186a9e;
            border-radius: 5px;
            color: #fff;
        }

        [data-toggle="collapse"] .fa.fa-long-arrow-right:before {
            content: "\f175" !important;
            font-size: small;
        }

        [data-toggle="collapse"].collapsed .fa.fa-long-arrow-right:before {
            content: "\f178" !important;
            font-size: small;
        }

        [data-toggle="collapse"] .fa:before {
            content: "\f078";
            font-size: medium;
        }

        [data-toggle="collapse"].collapsed .fa:before {
            content: "\f054";
            font-size: medium;
        }

        .btn-shop-now {
            border-radius: 4px;
            background: #fff;
            color: #ec8004e6;
            text-indent: 0px;
            font: 13px OpenSans-Bold;
            border: none;
            height: 50%;
        }

        .product-item.bg-orange-banner {
            background-color: #ec8004e6;
            border-radius: 5px;
            width: 969px;
            height: 114px;
        }

        .product-title {
            font-size: 15px;
        }

        .offer-percentage {
            font-size: 50px;
            font-weight: 700;
            color: #fff;
        }

        .offer-scheme {
            font-size: 30px;
            color: #fff;
        }

        .read-more {
            font-size: 15px;
            color: var(--color-gray1);
            margin-left: 25px;
            margin-top: 12px;
        }

        .span-category {
            font-size: 2em;
            color: var(--color-black);
        }

        .category-tag {
            border: 1px solid #bbb0b0;
            border-radius: 4px;
        }

        .product-category-ul-list img {
            width: 60px;
            height: 60px;
            margin-top: 10px;
        }


        .product-img.grid-view {
            height: 175px;
            width: 175px;
            padding-top: 0px;
            margin-left: 10px;
        }

        .ship-ico.grid-view {
            display: none;
        }

        .hide-shopping-guide {
            margin-left: 53%;
        }

        .shipping-heading.grid-view {
            font-size: 12px;
            margin-top: -2px !important;
        }

        .business-title.grid-view {
            margin-left: 10px;
            color: #aba8a8;
        }

        .product-price.grid-view {
            margin-top: -5px !important;
            text-align: center;
            margin-right: 20%;
        }

        .list-price.grid-view {
            display: none;
        }

        .product-logo {
            height: 20px;
            width: 75px;
        }

        .product-image-offer-1 {
            width: 135px;
            height: 100px;
            margin-top: -4%;
        }

        .product-image-offer-2 {
            width: 75px;
            height: 100px;
            margin-top: -4%;
        }

        .productlist-shipping img {
            width: 30px;
            height: 32px;
            margin-top: 10px;
            margin-left: 6px;
        }

        .price-shipping-info.grid-view {
            position: absolute;
            margin-top: 27% !important;
            max-width: 22%;
        }

        .checked-active {
            background-color: #2072a6;
            color: #fff;
            border-radius: 5px;
        }

        .productlist-shipping.grid-view {
            background-color: revert;
            border-radius: revert;
            border: none;
            height: initial;
            width: initial;
        }

        .product-list-compare-items-list {
            margin-left: 9%;
            margin-top: 3%;
            display: flex;
        }

        .product-list-compare-items {
            position: revert;
            display: flex;
            border-radius: 5px;
            background-color: #fff;
            height: 75%;
            max-width: 19%;
            padding-top: 9px;
            margin-right: 2%;
        }

        .product-list-add-compare-item {
            position: revert;
            display: flex;
            border-radius: 5px;
            height: 75%;
            max-width: 19%;
            padding-top: 9px;
            margin-right: 2%;
            border: 1px dotted #fff;
            color: #fff;
        }

        .product-list-compare-action {
            flex: 0 0 16%;
            position: relative;
        }

        .btn-action.btn-compare-item {
            width: auto;
            margin-left: -11px;
            padding-left: 10px;
            padding-right: 10px;
        }

        div.product-list-add-compare-item > span.item-title {
            font-size: larger;
            font-weight: 600;
            margin-top: 8%;
            margin-left: 30%;
            width: 50%;
        }

        div.product-list-add-compare-item > a.add-item {
            margin-top: 30%;
            margin-left: -64%;
            color: #ece5e5;
            text-decoration: none;
        }

        div.product-list-compare-action > a.clear-item {
            margin-top: 44%;
            margin-left: -51%;
            color: #ece5e5;
            position: absolute;
        }

        .remove-circle {
            height: 30px;
            width: 30px;
            margin-left: 15.8%;
            margin-top: -9px;
            position: absolute;
            background-color: #FF3B3B;
            border-radius: 15px;
            text-decoration: none;
            padding-top: 5px;
            padding-left: 1px;
        }

        .remove-ico {
            margin-left: 10px;
            color: #fff;
            font-size: 15px;
        }

        .bg-orange-banner.grid-view {
            margin-left: 1%;
            margin-right: 0%;
            margin-top: 13px;
            margin-bottom: 4px;
            height: 8%;
        }

        .product-image-offer-1.grid-view, .product-image-offer-2.grid-view {
            margin-top: 0%;
        }

        .btn-shop-now.grid-view {
            margin-top: 4% !important;
        }
        /*#endregion*/
        /*#region CompareProducts*/
        .compare-item {
            width: 232px;
            margin-right: 30px;
            border: 2px solid #d0c9c9;
            border-radius: 10px;
        }

        div.compare-item-product > h4 {
            color: #ada8a8;
        }

        div.compare-item-product > h3 {
            font-size: 14px;
        }

        div.compare-item-product > div span a.btn-action {
            color: #30e036;
            font-weight: 600;
        }

        .compare-item-list {
            display: flex;
            margin-top: 4%;
            margin-left: 15px;
        }

        .compare-item-remove-item {
            float: right;
            margin-top: -12px;
            margin-right: -12px;
            background-color: #f5f0f0;
            border-radius: 20px;
            width: 25px;
            height: 27px;
        }

        .compare-item-list-description {
            margin-top: 2% !important;
            width: 1190px !important;
        }
        /*#endregion*/
        .sp-brand-enquiry {
            visibility: hidden;
        }
    }

    .shopping-guide-wrapper, .product-results-wrapper {
        background: #F6F6F6;
        width: 100%;
    }

    .shopping-guide-item-wrapper {
        display: flex;
        background: white;
        padding: 1px;
        border: 1px solid #cac3c3;
        border-radius: 5px;
    }

    .shopping-guide-items > a {
        display: block;
        text-decoration: none;
        padding-left: 3px;
        padding-right: 3px;
    }

    .shopping-guide-items {
        padding: 10px;
        padding-left: 15px;
    }

    .shopping-guid-menu {
        padding-left: 5px;
    }

    .shopping-guide-item-wrapper img {
        width: 14%;
        height: 10%;
        margin-top: 3%;
    }

    .shopping-guide-item-wrapper b, .shopping-guide-item-wrapper p {
        font-size: 13px;
    }

    .shopping-guide-item-wrapper i {
        font-size: 14px;
    }

    .active-filter {
        font-weight: 600;
        color: #fb4b23;
        margin-left: 20px;
    }

    .list-view-bg {
        border-radius: 4px;
        padding: 5px;
    }

        .list-view-bg.active {
            background-color: #5496bf;
        }

    .list-view-ico {
        font-size: 25px !important;
    }

    .list-view-bg .list-view-ico {
        color: #cccccc;
    }

    .list-view-bg.active .list-view-ico {
        color: #fff;
        padding-top: 3px;
        padding-left: 1px;
    }


    .has-search input[type=text] {
        width: 100%;
    }

    .has-search .txt-brand-search {
        padding-left: 10px;
    }

    .filter-section {
        width: 100%;
    }

        .filter-section .fa {
            margin-right: 8px;
        }

    .product-sort-filter {
        padding: 4px 0px;
    }

    .product-header {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-item {
        background-color: white;
        padding: 20px;
        /*width: 96%*/
    }

        .product-item .product-details {
            /*padding-left: 20px;
        padding-right: 20px;*/
            width: 600px;
        }



        .product-item .product-pricing {
            width: 450px;
            padding: 30px 20px 10px 10px;
        }

        .product-item .mfr-img {
            height: 20px;
        }

    .product-details .product-id {
        padding-right: 20px;
    }
    /*End Product Results*/
    @media only screen and (device-width: 768px)and (max-width: 1024px) and (orientation: portrait) {
        .read-more-div {
            margin-top: -12px !important;
            margin-left: -3px !important;
        }

        .product-results-shopping-guide-wrapper {
            max-width: 104%;
            margin-left: -15px;
        }

        .product-results-wrapper.list-inner {
            width: 750px !important;
        }

        .product-results-wrapper {
            width: 100% !important;
        }

        .popular-category-arrow-right {
            margin-right: -2px;
        }

        .popular-item-wrapper {
            margin-right: 16px !important;
        }

        .popular-items .slider-arrow-right {
            right: 0%;
        }

        .popular-category-arrow-left-landing {
            margin-left: -26px;
        }

        .product-details-n-pricing, .product-results-shopping-guide-wrapper {
            width: 104%;
        }

        .pager ul {
            width: auto;
        }

        .pr-snippet-stars-png {
            margin-top: -20px !important;
        }

        .product-title {
            width: 600px;
        }

        .shopping-guide-item-wrapper {
            width: 242px;
        }

            .shopping-guide-item-wrapper img {
                width: 50px;
            }

        .items-filter {
            width: 100% !important;
        }

        .product-item {
            width: 99.5%;
            border-bottom: 1px solid #f6f6f6;
            margin-bottom: 1%;
        }

            .product-item .mfr-img {
                position: relative;
                left: -202px;
                top: 46px;
            }

        .product-pricing {
            margin-top: -9%;
            margin-left: 14%;
        }



        span.offer-percentage {
            font-size: 39px;
            margin-left: 4px;
            margin-top: 1% !important;
        }

        span.offer-scheme {
            margin-left: 21%;
            margin-top: 3%;
        }

        .product-item.bg-orange-banner {
            padding-left: 2%;
        }

        div.bg-orange-banner > .btn-shop-now {
            width: 22%;
            height: 37%;
            margin-left: 50% !important;
            margin-top: 4% !important;
            padding-top: 3px;
        }

        div.brand-text-wrapper {
            width: max-content !important;
        }

            div.brand-text-wrapper h2 {
                width: auto;
            }

        span.sp-brand-enquiry {
            visibility: hidden;
        }

        .has-search .search-brand {
            width: 95% !important;
        }

        .btn.btn-new-blue {
            visibility: visible;
        }

        div.shop-by-brand-list {
            margin-right: -7.5%
        }

        .shop-by-brand-list .shop-by-brand img {
            width: 99%;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .product-results-shopping-guide-wrapper {
            width: 80%;
        }

        .read-more-div {
            margin-top: -7px !important;
            margin-left: -3px;
        }

        .has-search {
            margin-left: -5.5%;
        }

        .popular-item-wrapper {
            margin-right: 33px !important;
        }

        .popular-items .slider-arrow-right {
            right: 0%;
        }

        .popular-items .slider-arrow-left {
            left: 18px;
        }

        button.btn-shop-now.list {
            margin-left: 20px !important;
        }

        .compare-footer {
            margin-right: -15px;
        }

        .btn-action.btn-compare-item {
            width: auto;
            margin-left: -16px;
            padding-left: 5px;
            padding-right: 5px;
        }

        div.product-list-compare-action > a.clear-item {
            margin-top: 50%;
            margin-left: -57%;
            color: #ece5e5;
            position: absolute;
        }

        .shopping-guide-item-wrapper img {
            width: 50px;
            height: 60px;
            margin-top: 8%;
        }

        .shopping-guide-item-wrapper {
            height: 90%;
        }

        .product-item .product-details-n-pricing {
            width: 77%;
        }

        .freeshipping.list-view {
            padding-top: 5px;
            margin-left: -10px;
            margin-bottom: -9px;
        }

        div.freeshipping.list-view > h3 {
            font-size: 13px;
        }

        .product-image-offer-1 {
            margin-left: -6%;
            margin-top: -18px;
        }

        .product-image-offer-2 {
            margin-top: -3%;
        }

        .offer-percentage {
            font-size: 33px;
        }

        .offer-scheme {
            font-size: 22px;
        }

        .product-results-wrapper.list-inner {
            width: 101% !important;
        }
    }

    @media only screen and (max-width: 910px) {
        .product-results-content-bind {
            flex: 3;
        }
    }

    @media only screen and (max-width: 770px) {
        .grid .product-grid-item-title {
            height: 75px;
        }

        .grid .p-w-r {
            margin: 0 !important;
        }
    }

    @media only screen and (max-width: 600px) {
        /*.m-row-full {
            width: 99.3vw;
            position: relative;
            margin-left: -50vw;
            left: 50%;
        }*/

        .product-id span {
            text-decoration: none !important;
        }

        .read-more-div {
            margin-top: -9px !important;
            margin-left: -17px !important;
        }

        .department-list {
            margin-top: -45px;
        }

        .department-item, .department-img {
            border-radius: 0;
        }

        .product-id span {
            text-decoration: none !important;
        }

        .product-rating {
            position: relative;
            left: -120px;
            top: 60px;
        }

            .product-rating.list-view {
                position: relative;
                left: -135px;
                top: 58px;
            }

        .product-results-wrapper.list {
            width: 104%;
            padding-left: 0px;
        }

        .product-item .product-details-n-pricing {
            padding-left: 20px;
            padding-right: 20px;
        }

        .mfr-img-mb {
            visibility: visible;
            margin-left: 5%;
            max-height: 12%;
            max-width: 61%;
            margin-top: 15%;
        }

        .product-item .mfr-img, .product-grid-item .mfr-img {
            max-width: 60px;
            max-height: 30px;
        }

        .mfr-img.grid {
            visibility: visible;
        }

        .mfr-img {
            visibility: hidden;
        }

        .pr-star-v4 {
            height: 12px !important;
            width: 12px !important;
        }

        .product-details {
            margin-left: -5px;
        }

        .shopping-guide-item-wrapper img {
            width: 50px;
        }

        .shopping-guide-items a {
            padding: 0px !important;
        }

        .product-item {
            border-bottom: 1px solid #f6f6f6;
            margin-bottom: 4%;
            margin-right: 20px;
            width: 100%;
        }

        .product-details div h3 {
            width: 29%;
        }

        .product-item .product-pricing {
            width: auto;
            padding: 0;
            top: -35px;
            position: relative;
        }

        .product-details .product-id {
            padding-right: 12px;
        }

        .m-hide {
            display: none !important;
        }

        .shopping-guide-items > a {
            margin: 4px;
        }

        .shopping-guide-item-wrapper b, .shopping-guide-item-wrapper p {
            font-size: 12px;
        }

        .product-results-wrapper {
            margin-top: 0px;
        }

            .product-results-wrapper.grid {
                width: 380px !important;
            }

        div.popular-category-item {
            height: 85% !important;
        }

        div.popular-categories div.slider-arrow-right {
            right: 13px;
        }

            div.popular-categories div.slider-arrow-right span.right {
                display: inline-block;
                width: 4em;
                height: 4em;
                border: 0.1em solid #4fa5dc;
            }

        div.popular-categories div.slider-arrow-left span.left {
            display: inline-block;
            width: 4em;
            height: 4em;
            border: 0.1em solid #4fa5dc;
        }

        div.popular-categories div.slider-arrow-right span.right:after {
            margin-left: -1.8em;
            border-top: 0.1em solid #4fa5dc;
            border-right: 0.1em solid #4fa5dc;
        }

        div.popular-categories div.slider-arrow-left span.left:after {
            margin-left: 0.15em;
            border-top: 0.1em solid #4fa5dc;
            border-right: 0.1em solid #4fa5dc;
        }

        .popular-categories .slider-arrow-left {
            left: 5px;
        }

        .form-group.has-search {
            max-width: 100%;
            flex: 0 0 100%;
        }
    }

    @media only screen and (max-width: 768px) {

        /*#region product*/
        .filter-section h3 {
            font-size: 1rem;
        }

        .department-slider-wrapper {
            padding: 7px !important;
        }

        .has-search .form-control-feedback {
            position: absolute;
            z-index: 2;
            display: block;
            width: 2.375rem;
            height: 2.375rem;
            line-height: 2rem;
            text-align: center;
            pointer-events: none;
            color: #6d6c6c;
        }

        .product-grid-item {
            max-width: 165px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .product-grid-img {
            width: 130px;
        }

        .has-search .form-control {
            padding-left: 2.375rem;
            font-size: 11px;
            border: none;
            border-radius: 5px;
            background-color: #f0f0ed;
            width: 80%;
        }

        .product-filter, .product-sort-filter, .save, .view-details, .list-price, .ship-ico {
            display: none !important;
        }

        .modal-header h3 {
            font-size: 24px !important;
        }

        .filter-body {
            padding: 10px;
        }

            .filter-body h3 {
                font-weight: 600;
                font-size: 16px;
            }

        .filter-actions {
            display: block !important;
            margin-left: 15px;
            width: 82%;
        }

        .filter-body i {
            float: right;
            margin-right: 10px;
            font-size: 22px;
            font-weight: 600;
        }

        .custom-control-label {
            font-size: 12px;
        }



        .checked-active {
            background-color: #2072a6;
            color: #fff;
            border-radius: 5px;
        }

        .btn-reset {
            border-radius: 4px;
            background: #fff;
            color: #FF3B3B;
            text-indent: 0px;
            border: 1px solid #FF3B3B;
            height: 40px;
            width: 135px;
            font-size: 14px;
        }

        .read-more-div {
            margin-top: -20px;
            margin-left: -24px;
        }

        .btn-done {
            border-radius: 4px;
            background: #2072A6;
            color: #fff;
            text-indent: 0px;
            border: 1px solid #2072A6;
            height: 40px;
            width: 135px;
            font-size: 14px;
        }

        a.btn-list-action {
            border: none;
            padding: 0px;
            text-decoration: underline;
        }

        .categories-list-title .action {
            margin-left: 0;
        }

        .categories-list-wrapper .categories-list-title {
            background: none;
            padding: 0px;
        }

        .categories-list-wrapper {
            box-shadow: none;
        }

            .categories-list-wrapper .category-item-wrapper {
                width: 32%;
                margin-right: 4px;
                padding: 0;
            }

        [data-toggle="collapse"] .fa.fa-long-arrow-right:before {
            content: "\f175" !important;
            font-size: small;
        }

        [data-toggle="collapse"].collapsed .fa.fa-long-arrow-right:before {
            content: "\f178" !important;
            font-size: small;
        }

        [data-toggle="collapse"] .fa:before {
            content: "\f078";
            font-size: medium;
        }

        [data-toggle="collapse"].collapsed .fa:before {
            content: "\f105";
            font-size: medium;
        }

        .top-category-products {
            border-left: 1px solid #e8e5e5;
            background-color: #f5f4f4;
            padding-bottom: 15px;
        }

        .item-active {
            border-bottom: 2px solid #0780b3f0;
            font-weight: 600;
            color: #0780b3f0;
        }

        .product-category-ul-list {
            background-color: white;
            border-radius: 5px;
            border: 1px solid #cac3c3;
            height: 12vh;
            margin-right: 15px;
            margin-bottom: 5px;
        }

        .category-item-image img {
            width: 95%;
        }

        .product-category-ul-list img {
            width: 60px;
            height: 52px;
            margin-top: 10px;
            margin-left: 10px;
        }

        .product-category-ul-list b {
            font-size: 14px;
        }

        .product-category-ul-list p {
            font-size: 11px;
            margin-top: 3px !important;
        }

        .product-logo, .product-list-description, .productlist-compare, .product-list-compare-items-list {
            display: none;
        }

        .product-list.grid-view {
            display: flex;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        .product-list.list-view {
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        .product-img {
            width: 110px;
            margin-left: 10px;
        }

        .item-information.grid-view {
            max-width: 10%;
            position: relative;
            display: inline !important;
            height: 285px;
        }

        .item-information.list-view {
            position: relative;
        }

        .pager {
            padding-top: 20px;
        }

        .product-image-offer-1 {
            width: 90px;
            height: 102px;
            position: relative;
            margin-left: 12px !important;
            padding-left: 0px !important;
        }

        .product-image-offer-2 {
            width: 72px;
            height: 102px;
        }

        /*    .product-item {
        width: 160px;
        margin-left: 12px !important;
    }*/

        .product-item.list-view {
            width: 94%;
            margin-left: 12px !important;
            height: 204px;
        }

        .product-details.grid-view {
            top: 0% !important;
            width: 133px;
            margin-left: -15px !important;
        }

        .product-details.list-view {
            top: 6% !important;
            width: 200px;
            margin-left: -6px !important;
        }


        /*    .product-details span, a {
        font-size: 11px;
        color: #908e8e;
        margin-left: 0px !important;
    }*/

        .product-details a {
            text-decoration: none;
        }

        .btn-enquiry {
            display: none;
        }

        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            font-size: 2em;
            justify-content: space-around;
            padding: 0 .2em;
            text-align: center;
            width: 100%;
        }

            .star-rating.grid {
                width: 5em;
                margin-left: -7% !important;
                margin-top: -3%;
            }

        .product-grid-item .id-row {
            display: revert !important;
            color: var(--color-gray2);
        }

        .star-rating input {
            display: none;
        }

        .star-rating label {
            color: #ccc;
            cursor: pointer;
        }

        .star-rating :checked ~ label {
            color: #f90;
        }

        .star-rating label:hover,
        .star-rating label:hover ~ label {
            color: #F68428;
        }

        #product-results-grid-view {
            left: 87%;
        }

        .items-filter {
            background-color: #fff;
            position: relative;
            padding: 10px;
        }

            .items-filter.list {
                width: 100%;
            }

            .items-filter.grid {
                width: 100%;
                margin-right: -5px;
            }

            .items-filter span {
                font-size: 14px;
                margin-left: 25px;
                margin-top: 5px;
            }

                .items-filter span i {
                    margin-left: 10px;
                }

            .items-filter button {
                float: right;
                border-radius: 10px;
                background: #fff;
                padding-right: 10px;
                padding-bottom: 2px;
                padding-top: 2px;
                border: 1px solid #6493d2;
                width: 30%;
                font-size: 11px;
                font-weight: 400;
                margin-top: 20px;
                font-weight: 400;
                margin-bottom: 10px;
            }

        .shipping-heading.grid-view {
            font-size: 12px;
            margin-top: 0px !important;
        }

        .freeshipping.grid-view {
            position: absolute;
            margin-top: 52px;
            width: 117px;
            padding-left: 0px !important;
        }

        .product-logo.grid-view {
            display: block !important;
            margin-left: -1% !important;
            margin-top: 7px;
            position: absolute;
            height: 15px !important;
            width: 45px !important;
        }

        .business-title.grid-view {
            margin-top: 4px !important;
        }

        .star-rating.grid-view {
            display: flex;
            flex-direction: row-reverse;
            font-size: 15px;
            justify-content: space-around;
            padding: 0 .2em;
            text-align: center;
            width: 4em;
            margin-left: 46%;
            margin-top: 4px;
        }

        .freeshipping.list-view {
            position: absolute;
            margin-top: 50px;
            width: 117px;
            padding-left: 0px !important;
        }

        div.department-content span {
            width: 100%;
        }

        .product-logo.list-view {
            width: 45px;
            height: 18px;
            margin-left: 0px !important;
            margin-top: 26px;
            position: absolute;
            display: block !important;
        }

        .list-inline {
            margin-left: 5px;
        }

        .product-category {
            margin-top: 15px;
        }

        .price-shipping-info.grid-view {
            margin-top: -24px !important;
            margin-left: -9px !important;
            padding-left: 0px !important;
        }

        .price-shipping-info.list-view {
            margin-top: 90px !important;
            right: 47% !important;
            padding-left: 0px !important;
        }

        .shopping-guide {
            display: block !important;
            margin-bottom: 15px;
            margin-top: 5px;
            margin-left: 4px;
        }

            .shopping-guide span {
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 23px;
                letter-spacing: 0em;
                text-align: right;
                color: #908f8f;
            }

            .shopping-guide a {
                margin-top: 6px;
                text-decoration: none;
                color: #007bff;
                font-size: 11px;
                font-weight: 600;
                margin-right: 15px;
            }

        .span-category {
            font-size: 2em;
            color: var(--color-black);
        }

        .product-title {
            font-size: 11px;
        }

        .category-tag {
            display: none;
        }

        .read-more {
            font-size: 11px;
        }

        .bg-orange-banner {
            background-color: #ec8004e6;
            border-radius: revert;
        }

        .product-title {
            font-size: 15px;
        }

            .product-title span {
                font-size: 11px;
            }

        .offer-percentage {
            font-size: 30px;
            font-weight: 700;
            color: #fff;
        }

        .offer-scheme {
            font-size: 20px;
            color: #fff;
        }

        .btn-shop-now {
            border-radius: 4px;
            background: #fff;
            color: #ec8004e6;
            text-indent: 0px;
            font: 13px OpenSans-Bold;
            border: none;
        }
        /*endregion*/
        .row-header {
            background-color: white;
            height: 150px;
        }

        .department-content {
            top: 40px;
            width: 80%;
        }

        .categories-list {
            justify-content: center;
            margin-left: -10px;
            margin-right: -15px;
            padding: 0px !important;
        }

        .category-item-title {
            font-size: 13px;
            text-align: center;
            margin-top: 5px;
        }

        .categories-list-item {
            width: 32%;
            margin-right: 4px;
        }

        .row-header {
            position: relative;
        }

        .breadcrumb {
            background-color: #e9ecef0a;
            font-size: 12px;
            padding-left: 0px;
            padding-bottom: 0px;
            margin-bottom: 2px;
        }

        .breadcrumb-item a {
            text-decoration: none;
        }

        .breadcrumb-item.active {
            color: #101010;
            font-weight: 700;
        }

        .nav-header {
            margin-left: 0px !important;
            padding-left: 0px !important;
            margin-top: 0px !important;
        }

            .nav-header h2 {
                margin-left: 0px !important;
                margin-bottom: 15px;
            }

        .department-img {
            width: auto;
            height: 321px;
            background-size: 100% 100%;
        }

        .popular-category-arrow-right {
            display: inline-block;
            width: 5em;
            height: 5em;
            font-size: 5px;
            border-radius: 50%;
            cursor: pointer;
        }

            .popular-category-arrow-right:after {
                content: '';
                display: inline-block;
                margin-top: 1.05em;
                margin-left: -0.6em;
                width: 1.4em;
                height: 1.4em;
                border-top: 0.5em solid #4d5052;
                border-right: 0.5em solid #4d5052;
                -moz-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

        .popular-category-arrow-left {
            display: inline-block;
            width: 5em;
            height: 5em;
            font-size: 5px;
            border-radius: 50%;
            padding-left: 8px;
            cursor: pointer;
        }

            .popular-category-arrow-left:after {
                content: '';
                display: inline-block;
                margin-top: 1.05em;
                margin-left: 0.6em;
                width: 1.4em;
                height: 1.4em;
                border-top: 0.5em solid #4d5052;
                border-right: 0.5em solid #4d5052;
                -moz-transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
            }

        .popular-categories.slider {
            width: 100%;
            position: absolute !important;
            margin-top: 13%;
        }

            .popular-categories.slider .slick-slide img {
                width: 100%;
            }

            .popular-categories.slider .slick-slide {
                transition: all ease-in-out .3s;
                opacity: 1;
                margin-right: 12px;
                margin-left: 12px;
                height: 125px !important;
                border: 2px solid #E4E4E4;
            }

                .popular-categories.slider .slick-slide span {
                    font-size: 12px;
                    font-weight: bold;
                }

        .department-border a {
            color: #007bff;
        }

        .btn-new-blue {
            visibility: hidden;
        }

        .sp-brand-enquiry {
            visibility: visible;
        }

        .brand-text-wrapper {
            width: 97% !important;
        }

            .brand-text-wrapper h2 {
                width: 56%;
                font-size: 1rem;
                align-items: center;
                vertical-align: middle;
                margin-bottom: 0;
            }

            .brand-text-wrapper span {
                float: right;
                margin-top: -23px;
            }

                .brand-text-wrapper span a {
                    color: #2072A6;
                    text-decoration: none;
                    font-size: 1rem;
                }

        .shop-by-brand-list {
            margin-right: -26px;
            margin-left: -9px;
        }

            .shop-by-brand-list .shop-by-brand {
                width: 43%;
                margin-right: 18px;
            }

        .shop-by-brand img {
            width: 114%;
        }
    }

    .page-navigation.light .page-navigation.light .breadcrumbs li.active, .page-navigation.light .breadcrumbs .current,
    .page-navigation.light .breadcrumbs .spacer, .page-navigation.light .breadcrumbs a, .page-navigation.light .breadcrumbs a:hover {
        color: white;
    }

    .page-navigation.dark .breadcrumbs li.active, .page-navigation.dark .breadcrumbs .current,
    .page-navigation.dark .breadcrumbs .spacer, .page-navigation.dark .breadcrumbs a, .page-navigation.dark .breadcrumbs a:hover {
        color: var(--color-black);
    }

    .compare-item-product .ajxBtn {
        color: #30e036;
        font-weight: 600;
        float: right;
    }

    .sticky-filter {
        position: sticky;
        top: 46px;
        height: calc(100vh - 46px);
        overflow-y: auto;
    }