@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');
a {
    text-decoration: none;
}
img{
    max-width:100%!important;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}
.btn-social {
    border-radius: 4px;
    color: #fff;
    width: 160px;
    padding: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
    .btn-social span:first-of-type {
        border-radius: 4px 0 0 4px;
        float: left;
        padding: 0 10px;
    }
    .btn-social:hover{
        color:#dbdbdb;
    }
    .btn-fb {
        background-color: #0a8bf1;
    }
    .btn-fb span:first-of-type {
        background-color: #077dda;
    }
.btn-gg {
    background-color: #dc3545;
}
    .btn-gg span:first-of-type {
        background-color: #c72837;
    }

.promotionnote span {
    border-radius: 4px;
    border: dotted 2px #dc3545;
    font-weight: 500;
    padding: 6px 8px;
    font-size: 15px;
}

    .promotionnote span i {
        font-size: 18px;
    }

body.showheader header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.lnil-heart.active:before {
    content: "\ebac";
    color: #dc3545;
}

.box-topic-links ul {
    width: max-content;
    margin: 15px auto;
}

    .box-topic-links ul li {
        display: inline-block;
        margin-right: 15px;
    }

img {
    max-width: 100%;
}

.page.topic-page img {
    max-width: 100% !important;
}

body {
    font-family: 'Work Sans', sans-serif;
}
    body.showheader {
        padding-top: 130px;
    }
.white-bg body {
    background-color: #fff !important;
}

a {
    transition: all;
    transition-duration: .8s;
}

:root {
    --maincolor: #039935;
    --darkermaincolor: #02812d;
    --bordercolor: #dee2e6;
}

.maincolor {
    color: var(--maincolor);
}

.shipping-partner img {
    width: 70px;
}

.shipping-partner li.list-inline-item {
    margin-right: 15px;
    margin-bottom: 10px;
}

.scrolltop {
    position: fixed;
    right: 32px;
    bottom: 100px;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #01d44794;
    color: #fff;
    opacity: 0;
    transition: .5s;
    z-index: 99;
}

    .scrolltop.show-scroll {
        opacity: 1;
    }

    .scrolltop:hover {
        color: #fff;
    }

.stars a {
    position: relative;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: #f2b309;
    font-size: 22px;
    margin-right: 5px;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: LineIconsPro Light;
    content: "\eab5";
    text-indent: 0;
}

p.stars:hover a::before {
    content: "\eab3";
}

p.stars a:hover ~ a::before {
    content: "\eab5";
}

p.stars.selected a:not(.active)::before {
    content: "\eab3";
}

p.stars.selected a.active::before {
    content: "\eab3";
}

p.stars.selected a.active ~ a::before {
    content: "\eab5";
}

.btn-menu {
    display: none;
}
/*#region recently view block */
.block-recently-viewed-products {
    background: #fff;
}

    .block-recently-viewed-products li {
        display: inline-block;
    }
/*#endregion */
/*#region mini cart */
.lnkfavour {
    position: relative;
    display: inline-block;
}

.lnkcart .cart-count, .wishlist-qty {
    position: absolute;
    z-index: 1;
    bottom: 16px;
    right: -1px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: var(--maincolor);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
}

.recently-count {
    position: absolute;
    z-index: 1;
    bottom: -11px;
    right: -1px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: var(--maincolor);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
}

li.hasdropdown.block-recently-viewed-products {
    position: unset;
}

    li.hasdropdown.block-recently-viewed-products > a {
        position: relative;
    }

.block-recently-viewed-products ul.list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0 0 0;
}

    .block-recently-viewed-products ul.list li {
        text-align: center;
        flex: 0 0 auto;
        width: 20%;
        margin-bottom: 15px;
    }

        .block-recently-viewed-products ul.list li .product-picture {
            display: block;
        }

            .block-recently-viewed-products ul.list li .product-picture img {
                display: block;
                height: 100px;
                object-fit: contain;
                margin: auto;
            }

        .block-recently-viewed-products ul.list li .product-name {
            width: 65%;
            text-align: center;
            margin: auto;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

.block-recently-viewed-products .nav-dropdown {
    width: 100%;
    right: 0;
}

li.hasdropdown .nav-dropdown.cart-dropdown {
    width: 300px;
    padding: 10px;
}

.minicart .lstcart li {
    display: block;
    padding: 10px 0;
    margin-bottom: 15px;
}

    .minicart .lstcart li .mc-wrimg {
        width: 70px;
        float: left;
    }

.cart-dropdown a {
    line-height: normal;
}

.minicart .lstcart li .mc-wrcif {
    float: left;
    width: calc(100% - 106px);
    margin: 0 10px;
    text-align: left;
}

.minicart .lstcart li .mc-rm {
    width: 16px;
    float: right;
}
/*#endregion */
/*#region global */
.box-benefit {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 50px 0;
}

    .box-benefit i {
        color: var(--maincolor);
        font-size: 40px;
    }

    .box-benefit h4 {
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .box-benefit p {
        color: #666;
        font-size: 15px;
    }

    .box-benefit .fl {
        float: left;
        margin-left: 30px;
        margin-right: 30px;
    }

        .box-benefit .fl.text {
            margin: 0;
        }

    .box-benefit .item {
        border-right: solid 1px var(--bordercolor);
        width: 25%;
        display: flex;
        align-items: center;
    }

        .box-benefit .item:last-of-type {
            border-right: 0;
        }

.list-group-item a {
    color: #141414;
}

.list-group-item.active {
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}

    .list-group-item.active a {
        color: #fff;
    }

.topic-item {
    text-align: center;
    border-color: var(--maincolor);
    height: 100%;
    padding: 50px 15px;
    color: #141414;
}

    .topic-item a {
        color: #141414;
    }

.success-icon {
    font-size: 4rem;
}

.page-title h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.breadcrumb {
    margin: 15px 0;
}

    .breadcrumb ul li {
        display: inline-block;
    }

        .breadcrumb ul li a {
            color: var(--maincolor);
        }

        .breadcrumb ul li i {
            font-size: 12px;
            margin: 0 10px;
        }

    .breadcrumb .current-item {
        font-weight: normal;
        color: rgba(0, 0, 0, 0.5);
    }

.form-control:focus {
    border-color: var(--darkermaincolor);
    box-shadow: none;
}

.btn-primary {
    background-color: var(--maincolor);
    border-color: var(--maincolor);
}

    .btn-primary:hover {
        background-color: var(--darkermaincolor);
        border-color: var(--darkermaincolor);
    }

.btn-outline-primary {
    border-color: var(--maincolor);
    color: var(--maincolor);
}

    .btn-outline-primary:hover {
        background-color: var(--maincolor);
        border-color: var(--maincolor);
    }

li.hasdropdown {
    position: relative;
}

    li.hasdropdown .nav-dropdown {
        display: none;
        position: absolute;
        border-radius: 4px;
        z-index: 10;
        box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
        padding: 0;
        background-color: #fff;
        min-width: 150px;
    }

.nav-dropdown.right {
    right: 0;
}

li.hasdropdown:hover .nav-dropdown {
    display: block;
}

    li.hasdropdown:hover .nav-dropdown:before {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #fff;
        border-top: 0;
        margin-left: -5px;
        margin-top: -5px;
        z-index: 1;
    }

    li.hasdropdown:hover .nav-dropdown.right:before {
        right: 10px;
    }

.wraper {
    display: flex;
    flex-wrap: wrap;
}

.col-left {
    flex: 0 0 auto;
    width: 230px;
    height: 100%;
}

.col-body {
    flex: 0 0 auto;
    width: calc(100% - 230px);
    padding-left: 20px;
}

    .col-body .col-bodywr {
        height: 100%;
    }
/*#region product box */
.boxpc .lst-product {
    display: flex;
    flex-wrap: wrap;
}

    .boxpc .lst-product .product-item {
        width: 20%;
        background-color: #fff;
        flex: 0 0 auto;
    }

        .boxpc .lst-product .product-item img {
            display: block;
            max-width: 100%;
            margin: auto;
        }

.boxpc .heading {
    border-bottom: solid 1px silver;
    margin-bottom: 15px;
}

    .boxpc .heading h3 {
        margin-bottom: 15px;
        text-transform: capitalize;
        float: left;
        font-size: 24px;
    }

        .boxpc .heading h3 a {
            color: var(--maincolor);
        }

.productItem {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 10px 15px;
    border: solid 1px #fff;
}

    .productItem .salelabel, .productItem .newlabel {
        border-radius: 2px;
        padding: 2px 8px;
        display: inline-block;
        font-size: 14px;
        color: #fff;
        z-index: 1;
        font-weight: 500;
    }

    .productItem .salelabel {
        position: absolute;
        top: 30px;
        -webkit-transform: rotate( -90deg );
        -ms-transform: rotate(-90deg);
        transform: rotate( -90deg );
        right: 8px;
        background-color: #f8353e;
    }

    .productItem .newlabel {
        position: absolute;
        top: 8px;
        left: 8px;
        background-color: #007a58;
    }

    .productItem .circle {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: transparent;
        color: #191919;
        text-align: center;
        display: inline-block;
        transition: all;
        transition-duration: .8s;
    }

    .productItem .wr-imgitem {
        display: block;
        position: relative;
    }

    .productItem .circle:hover {
        background-color: var(--maincolor);
        color: #fff;
    }

    .productItem .circle i {
        line-height: 36px;
        font-size: 20px;
    }

    .productItem .circle.favorite {
        opacity: 1;
    }

    .productItem .circle.quickview {
    }

    .productItem .ft-button {
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        transition: bottom .3s;
        opacity: 0;
        z-index: 10;
        padding: 5px 0;
    }

        .productItem .ft-button li {
            display: inline-block;
        }

    .productItem:hover .ft-button {
        opacity: 1;
        bottom: 0;
    }

    .productItem:hover {
        border: solid 1px var(--maincolor);
    }

    .productItem img {
        height: 220px;
        margin: auto;
        object-fit: cover;
    }

    .productItem .productinfo {
        background-color: #fff;
        padding: 20px 0;
    }

        .productItem .productinfo h3 {
            font-size: 18px;
            font-weight: normal;
        }

        .productItem .productinfo a.p-name {
            color: #06c;
            transition: all;
            transition-duration: .5s;
            display: block;
            font-size: 14px;
        }

    .productItem:hover .productinfo a.p-name {
        color: var(--maincolor);
    }

.mf-rating {
    display: flex;
    align-items: center;
    margin-top: 0;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 80px;
    margin-right: 10px;
}

.productinfo .mf-rating .star-rating {
    margin: 8px 0;
}

.star-rating::before {
    content: "\eab3\eab3\eab3\eab3\eab3";
    color: #ccc;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 3px;
    font-family: LineIconsPro Light;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

    .star-rating span:before {
        color: #f2b309;
    }

.rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 105px;
    margin: auto;
}

    .rating::before {
        content: "\eab3\eab3\eab3\eab3\eab3";
        font-family: LineIconsPro Light;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: 3px;
    }

.productItem .productinfo .old-price {
    text-decoration: line-through;
    display: inline-block;
    margin-right: 10px;
}

.productItem .productinfo .price {
    font-size: 22px;
}
    .productItem .productinfo .price.callforprice {
        font-size: 18px;
        color: #5d5d5d;
    }
    .productItem .productinfo .price.hassaleprice {
        color: #f8353e;
    }
/*#endregion */
/*#endregion */
/*#region header */
.account-mobile {
    display: none;
}

.mobilefilter {
    display: none;
}

.frmMainSearch .form-control {
    padding: 0.475rem 0.75rem;
}

.btn-mob {
    display: none;
}

header a.main-logo {
    float: left;
    line-height: 76px;
}

a.main-logo img {
    width: 180px
}

footer a.main-logo img {
    width: 120px;
    display: block;
    margin-bottom: 15px;
}

header {
    background: #fff;
}

    header .ul-contact li {
        display: inline-block;
        margin-right: 15px;
    }

        header .ul-contact li:last-child {
            margin-right: 0;
        }

        header .ul-contact li a {
            color: #fff;
        }

            header .ul-contact li a:hover {
                color: var(--maincolor);
            }

    header .mainlogo {
        float: left;
    }

.mainnav-right {
    margin-bottom: 0;
    float: right;
}

    .mainnav-right > li {
        margin-right: 28px;
        float: left;
    }

        .mainnav-right > li:last-child {
            margin-right: 0;
        }

            .mainnav-right > li:last-child a {
                color: #000;
            }

                .mainnav-right > li:last-child a span {
                    font-size: 14px;
                }

        .mainnav-right > li > a {
            line-height: 76px;
            color: #191919;
        }

            .mainnav-right > li > a.lnkfavour:hover {
                color: #dc3545;
            }

    .mainnav-right i {
        font-size: 32px;
        vertical-align: middle;
    }

.minicart .lstcart li .mc-rm a {
    color: #06c;
}

    .minicart .lstcart li .mc-rm a i {
        font-size: 20px !important;
    }

.mainnav-right > li:last-child strong {
    float: left;
    line-height: 76px;
}

.mainnav-right > li:last-child .wr-lg {
    float: left;
    margin-top: 18px;
    margin-left: 5px;
}

    .mainnav-right > li:last-child .wr-lg a {
        display: block;
        color: #000;
        font-size: 14px;
    }

        .mainnav-right > li:last-child .wr-lg a:hover {
            color: var(--maincolor);
        }

.lnkcart {
    display: inline-block;
    position: relative;
}

.wrap-header {
    position: relative;
    height: 76px;
}

header .frmMainSearch {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 650px;
    height: 40px;
    top: 18px;
}

header a:hover, .header-bottom ul.top-menu li a:hover {
    color: var(--maincolor);
}

.account-dropdown ul li {
    border-bottom: 1px solid #e8e8e8;
}

    .account-dropdown ul li a {
        font-size: 14px;
        display: block;
        color: #191919;
        padding: 10px;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: normal;
        text-align: left;
    }

li.hasdropdown .nav-dropdown.cart-dropdown {
    width: 300px;
    padding: 10px;
}

.account-dropdown ul li:last-child {
    border-bottom: 0;
}

.header-bottom {
    text-align: center;
    border-top: solid 1px var(--bordercolor);
    border-bottom: solid 1px var(--bordercolor);
}

.left-menu {
    float: left;
    width: 260px;
    cursor: pointer;
    position: relative;
}


    .left-menu .left-menu-wrap {
        transition: all;
        transition-duration: .8s;
        display: none;
        opacity: 0;
        position: absolute;
        left: 0;
        z-index: 99;
        background: #fff;
        text-align: left;
        width: max-content;
        min-width: 230px;
    }

    .left-menu:hover > .left-menu-wrap {
        display: block;
        opacity: 1;
    }

    .left-menu ul.sublist {
        position: absolute;
        left: 100%;
        min-width: 230px;
        width: max-content;
        top: -1px;
        display: none;
        opacity: 0;
        background-color: #fff;
        height: calc(100% + 2px);
        z-index: 99;
        border: solid 1px #ced4da;
    }

    .left-menu ul li a {
        display: block;
        color: #000;
        padding: 8px 10px;
        font-size: 17px;
        white-space: nowrap;
    }

    .left-menu ul li > a img {
        width: 20px;
    }

    .left-menu ul li:hover > ul.sublist {
        display: block;
        opacity: 1;
    }

    .left-menu h3.left-menu-header {
        text-align: left;
        margin-bottom: 0;
        line-height: 52px;
        font-size: 20px;
        text-transform: capitalize;
    }

        .left-menu h3.left-menu-header i.lni-chevron-down {
            font-size: 18px;
            margin-left: 5px;
        }

        .left-menu h3.left-menu-header span {
            display: inline-block;
            margin-left: 8px;
        }

        .left-menu h3.left-menu-header a {
            color: #000;
        }

            .left-menu h3.left-menu-header a:hover {
                color: #000;
            }

.ul-left-menu {
    position: relative;
    border: solid 1px #ced4da;
}

    .ul-left-menu > li {
        display: block;
    }

    .ul-left-menu li::after {
        display: block;
        clear: both;
        content: "";
    }

    .ul-left-menu li:hover a.arrdown {
        color: #fff;
    }

    .ul-left-menu > li::after {
        display: block;
        clear: both;
        content: "";
    }

    .ul-left-menu li:hover {
        background-color: var(--maincolor);
    }

    .ul-left-menu li a:first-of-type {
        float: left;
        width: calc(100% - 40px);
    }

    .ul-left-menu li a.arrdown {
        float: right;
        width: 40px;
        text-align: right;
    }

    .ul-left-menu li a:hover {
        color: #fff;
    }

.header-bottom ul.top-menu {
    float: left;
    margin-left: 44px;
}

    .header-bottom ul.top-menu > li {
        display: inline-block;
        line-height: 50px;
        position: relative;
    }

    .header-bottom ul.top-menu li a {
        padding: 0 15px;
        color: #000;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 500;
    }

        .header-bottom ul.top-menu li a.arrdown {
            padding-left: 0;
            font-size: 12px;
        }

        .header-bottom ul.top-menu li a.acategory {
            padding-right: 10px;
        }

    .header-bottom ul.top-menu > li ul.sublist {
        list-style: none;
        display: none;
        position: absolute;
        top: 50px;
        z-index: 2;
        box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
        max-width: 280px;
        padding: 0;
        background-color: #fff;
        min-width: 150px;
        left: 0;
        border: solid 1px #ced4da;
    }

header .header-bottom ul.top-menu > li:hover ul.sublist {
    display: inline-block;
}


.header-bottom ul.top-menu li ul.sublist li {
    border-bottom: 1px solid #e8e8e8;
    line-height: 38px;
}

    .header-bottom ul.top-menu li ul.sublist li a {
        font-size: 14px;
        display: block;
        color: #191919;
        text-transform: capitalize;
        white-space: nowrap;
        text-align: left;
    }

        .header-bottom ul.top-menu li ul.sublist li a:hover {
            color: var(--maincolor);
        }

.header-bottom .hotline {
    float: right;
    font-size: 18px;
}

    .header-bottom .hotline a {
        color: #000;
        line-height: 52px;
    }
/*#endregion */
/*#region footer */

footer {
    background-color: #f8f8f8;
    color: #666;
}

    footer a {
        color: #666;
    }

        footer a:hover {
            color: var(--maincolor);
        }

.footer-top {
    padding: 70px 0;
}

ul.list
.footer-top h4 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}

.footer-top h4 {
    margin-bottom: 20px;
}

.footer-top .information h4 {
    font-size: 20px;
}

.footer-bottom {
    color: #666;
    padding: 35px 0;
    border-top: solid 1px var(--bordercolor);
}

.billing-method img {
    max-width: 100%;
}

.footer-bottom .cr {
    text-align: right;
}

.networks .list-inline-item:not(:last-child) {
    margin-right: 15px;
}

.newsletter .title {
    margin: 15px 0;
}
/*#endregion */
/*#region paging */
.pager {
    margin: 20px 0;
}

    .pager ul li {
        display: inline-block;
        text-align: center;
        margin-right: 8px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

        .pager ul li a {
            border: solid 1px var(--maincolor);
            color: var(--maincolor);
            background: #ffffffa8;
            display: block;
        }

            .pager ul li a:hover {
                background: var(--maincolor);
                color: #fff;
            }

        .pager ul li span {
            display: block;
            color: #fff;
            background: var(--maincolor);
        }
/*#endregion */
/*#region account page */
.page.login-page .customer-blocks {
    border: 1px solid #e8e8e8;
    padding: 32px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    position: relative;
    margin: 30px 0;
}

.login-nav {
    margin-bottom: 30px;
}

    .login-nav a {
        float: left;
        width: 50%;
        border-bottom: 1px solid #e9e9e9;
        text-align: center;
        color: #27406d;
        padding: 5px 0;
    }

        .login-nav a.active {
            border-bottom: solid 2px var(--maincolor);
        }


/*#endregion */
/*#region news page */

.news-item-page {
    margin-bottom: 30px;
}

    .news-item-page img {
        max-width: 100% !important;
    }


/*#endregion */
/*#region mobile */
.mobilemenu {
    transition: all .4s cubic-bezier(.455,.03,.515,.955);
    left: -100%;
    position: fixed;
    display: none;
    z-index: 99;
    background-color: #fff;
    height: 100%;
    min-height: 100%;
    bottom: 0;
}

.left-menu .lni-chevron-down {
    display: none;
}

.ui-menu .ui-menu-item-wrapper {
    display: block;
    border: solid 1px #fff;
}

    .ui-menu .ui-menu-item-wrapper::after {
        display: block;
        clear: both;
        content: "";
    }

    .ui-menu .ui-menu-item-wrapper img {
        float: left;
        width:80px;
    }

    .ui-menu .ui-menu-item-wrapper div {
        float: left;
        margin-left: 5px;
        width:calc(100% - 85px);
    }

    .ui-menu .ui-menu-item-wrapper span {
        margin-left: 5px;
        position: relative;
        top: -5px;
    }

        .ui-menu .ui-menu-item-wrapper span.price {
            display: block;
            color: red;
        }

.ui-state-active, .ui-widget-content .ui-state-active {
    border: solid 1px #ced4da;
    background: #ececec;
    color: #565656;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ced4da;
}
#dlding {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px 10px 5px 10px;
    color: #1d1d1d;
    background: #f5f5f5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 290px;
    font-size: 13px;
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    display: none;
    z-index: 99999999999;
}

    #dlding p {
        height: 23px;
        display: inline-block;
        vertical-align: top;
        padding-top: 2px;
        margin-bottom: 0;
        padding-left: 5px;
    }

.throbber {
    width: 23px;
    height: 23px;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
}

    .throbber:after {
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        -webkit-animation: rotate 0.6s linear infinite;
        -moz-animation: rotate 0.6s linear infinite;
        -ms-animation: rotate 0.6s linear infinite;
        -o-animation: rotate 0.6s linear infinite;
        animation: rotate 0.6s linear infinite;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border-top: 1px solid #545a6a;
        border-bottom: 1px solid #d4d4db;
        border-left: 1px solid #545a6a;
        border-right: 1px solid #d4d4db;
        content: '';
        opacity: .5;
    }

@keyframes rotate {
    0% {
        -ms-transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }

    100% {
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -ms-transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }

    100% {
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -ms-transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }

    100% {
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-o-keyframes rotate {
    0% {
        -ms-transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }

    100% {
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}
@media (max-width: 575px) {
    .box-topic-links ul{
        width:100%;
        text-align:center;
    }
    .box-topic-links ul li {
        margin-bottom: 15px;
    }
    .mainnav-right > li:last-child a span {
        display: none;
    }

    .block-recently-viewed-products {
        display: none;
    }

    header {
        left: unset;
    }

    .col-left {
        display: none;
    }

    .col-body {
        width: 100%;
        padding-left: 0;
    }

    .mobilemenu .header-bottom ul.top-menu li a {
        color: #000;
    }

    .ul-left-menu .lni-chevron-right {
        display: none;
    }

    .left-menu .lni-chevron-down {
        display: inline-block;
    }

    .footer-top h4 {
        margin-top: 20px;
    }

    .footer-bottom {
        text-align: center;
    }

        .footer-bottom .cr {
            text-align: center;
        }
        body.showheader {
            padding-top: 100px;
        }
    .fixmenu-bottom {
        display: block;
    }

    .productItem img {
        height: 140px;
    }

    .left-menu ul li:hover > ul.sublist {
        display: none;
    }

    .ul-left-menu {
        padding: 10px 0 0 0;
        border: none;
    }

    .left-menu ul > li a {
        padding: 5px 0;
        font-size: 16px;
    }

    .left-menu {
        display: none;
        float: none;
    }

    .mobilemenu .left-menu {
        display: block;
        width: 100%;
    }

    .left-menu h3.left-menu-header {
        display: none;
    }

    .left-menu .left-menu-wrap {
        display: block;
        opacity: unset;
        position: unset;
        width: 100%;
    }

    .header-bottom .hotline {
        display: none;
    }

    .boxpc .lst-product .product-item {
        width: 50%;
    }

    .mainnav-right > li {
        margin-right: 15px;
    }

        .mainnav-right > li.account {
            margin-right: 0;
        }

    .box-benefit {
        display: none;
    }

    .mainnav-right > li:last-child .wr-lg {
        display: none;
    }

    .header-bottom ul.top-menu {
        margin-left: 0;
        width: 100%;
        border-top: solid 1px #ddd;
        margin-top: 10px;
        padding-top: 10px;
    }

    .mainnav-right > li:last-child strong {
        line-height: 50px;
    }

    header {
        border-bottom: solid 1px #000000;
    }

    .wrap-header {
        padding: 0;
        height: 100px;
    }

    .btn-mob {
        color: #141414;
        font-size: 24px;
        line-height: 50px;
        margin-right: 10px;
        display: inline-block;
    }

        .btn-mob i {
            vertical-align: middle;
        }

    header a.main-logo {
        display: inline-block;
        line-height: 50px;
        vertical-align: top;
        float: none;
    }

    a.main-logo img {
        vertical-align: middle;
        width: 120px;
    }

    .mainnav-right > li > a {
        line-height: 50px;
    }

    .mainnav-right > li.account {
        border-left: 0;
        padding-left: 0;
    }

    header .frmMainSearch {
        top: 54px;
        width: 100%;
    }

    .header-bottom {
        display: none;
        background-color: transparent;
    }

        .header-bottom ul.top-menu li {
            display: block;
            text-align: left;
            line-height: unset;
        }

            .header-bottom ul.top-menu li a {
                text-align: left;
            }

    .banner-item {
        height: 400px;
        padding-top: 100px;
    }

    .home-page-category {
        margin: 30px 0;
    }

    .menutoggle {
        overflow: hidden;
        max-height: 100vh;
    }

    .menu-overlay {
        background-color: rgba(0,0,0,.55);
        position: fixed;
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        display: none;
    }

    .menutoggle .menu-overlay {
        display: block;
        z-index: 98;
    }

    .mobilemenu {
        display: block;
        display: flex;
        flex-direction: column;
    }

        .mobilemenu .header {
            padding: 8px 0;
            background: var(--maincolor);
        }

            .mobilemenu .header h3 {
                float: left;
                color: #fff;
                margin-bottom: 0;
            }

            .mobilemenu .header a {
                color: #fff;
                float: right;
            }

            .mobilemenu .header a {
            }

    .menuopen {
        left: 0;
        width: 100%;
    }

    .btn-mob.mbopen i::before {
        content: '\ebea';
    }

    header .header-top {
        height: 40px;
        padding: 12px 0;
    }

    .mobilemenu .header-bottom {
        display: block;
        border-top: 0;
        border-bottom: 0;
        padding-bottom: 105px;
        overflow: auto;
    }

    .mobilemenu .form-control {
        border-radius: 0;
        border-left: 0;
        border-color: #141414;
    }

    .mobilemenu .btn-primary {
        background-color: transparent;
        color: #000;
        border-color: #141414;
        border-radius: 0;
        border-right: 0;
        border-left: 0;
    }

    .mobilemenu .header-bottom ul.top-menu li a {
        padding: 5px 0;
        line-height: unset;
        color: #000;
        font-size: 16px;
        font-weight: normal;
        display: inline-block;
    }

    .product-picture-gallery .gallery-thumbs img {
        width: 100%;
        height: 70px;
        object-fit: cover;
    }

    .header-bottom ul.top-menu li a.arrdown {
        float: right;
        width: 40px;
        text-align: right;
    }

    .header-bottom li a.arrdown i {
        vertical-align: text-top;
        transition: all;
        transition-duration: 1s;
    }

    .header-bottom li ul.sublist {
        margin-left: 10px;
        position: relative;
        box-shadow: none;
        top: unset;
    }

    .header-bottom ul.top-menu > li ul.sublist li {
        border: none;
    }

    .menuopen .header-bottom li.active > ul.sublist {
        display: block !important;
        position: relative;
        left: unset;
        width: 100%;
        box-shadow: none;
        top: unset;
        padding-right: 0.75rem;
        opacity: 1;
        border: none;
    }

    .header-bottom ul.top-menu li ul.sublist li a {
        line-height: 30px;
        padding: 0;
        font-size: 15px;
    }

    .header-bottom li.active > a.arrdown i {
        transform: rotate( -180deg );
    }

    .ul-left-menu li:hover {
        background-color: transparent;
    }

    .lnkcart .cart-count, .wishlist-qty {
        bottom: 5px;
        right: -4px;
    }

    .btn-menu {
        display: inline-block;
        margin-right: 10px;
        line-height: 50px;
        font-size: 32px;
        color: #000;
        margin-top: 4px;
    }

    .account-mobile {
        display: inline-block;
    }

    .account.hasdropdown {
        display: none;
    }

    .mainnav-right > li.account-mobile {
        margin-right: 0;
    }

        .mainnav-right > li.account-mobile a {
            color: #000;
        }

        .mainnav-right > li.account-mobile span {
            display: none;
        }

        .mainnav-right > li.account-mobile .dropdown {
            line-height: 54px;
        }

        .mainnav-right > li.account-mobile .dropdown-menu {
            top: 15px !important;
        }

            .mainnav-right > li.account-mobile .dropdown-menu li {
                line-height: 1;
            }

                .mainnav-right > li.account-mobile .dropdown-menu li a {
                    padding: 5px 8px;
                    display: block;
                }
    .productItem .productinfo .price.hassaleprice{
        display:block;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

/*#endregion */
