:root {
    --font-family-serif-main: 'Krub', var(--font-family-sans-serif);
    --main-color: #edc213;
    --hover-color: #eac62d;
    --main-2-color: #47230d;
    --main-2-light-color-2: #9b7056db;
    --main-2-light-color: #49240c;
    --label-color: #ff3c20;
    --dark-color: #2F2F2F;
    --color-border: #565656;
    --color-border-light: #e6ecf2;
    --text-color: #212121;
    --color-text-bold: #212121;
    --color-text-light: #a4a4a4;
    --color-red: #e64545;
    --color-border-2: #eaeaea;
    --color-blue: #0b74e5;
    --shadow-sm: 0 8px 16px 0 rgb(48 56 70 / 25%);
}

body {
    font: 400 0.875rem/1.5 var(--font-family-serif-main);
    color: var(--text-color);
    background: #f5f5f5
}

.text-medium, p, input, select, table, button {
    font-size: 0.875rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.5;
}

h1 {
    font-size: 2rem;
}

.text-xl,
h2 {
    font-size: 1.5rem;
}

.text-large-3,
h3 {
    font-size: 1.25rem;
}

.text-large-2,
h4 {
    font-size: 1.125rem;
}

.text-large,
h5, h6 {
    font-size: 1rem;
}

b, strong {
    font-weight: 700;
}

a {
    color: inherit;
    text-decoration: none !important;
    font-size: .875rem;
}

a:hover {
    color: unset;
}

.overflow_hidden {
    overflow: hidden;
}

.py_30 {
    padding: 30px 0;
}

/* Header, Language, Search ... */

.header-container {
    position: relative;
    z-index: 99;
    transition: .3s all ease;
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
}

.header-container .header-bg-gray {
    background-color: #f5f5f5 !important;
    border: 1px solid #e5e5e5 !important;
}

.header-container .header-bg-white {
    background: #fff;
}

/* Top bar */

.header-container .header-topbar {
    position: relative;
    z-index: 100;
    background-color: #f2f2f2;
}

.header-container .header-topbar .topbar-left .topbar-inner {
    display: flex;
    align-items: center;
}

.header-container .header-topbar .topbar-left .topbar-inner .topbar-shop {
    font-weight: 700;
    font-size: .875rem;
    text-transform: uppercase;
    color: var(--main-2-light-color);
    display: flex;
    align-items: center;
    padding: 7px 0;
}

.header-container .header-topbar .topbar-addr {
    display: flex;
    height: 100%;
    color: var(--color-text-bold);
    align-items: center;
    font-weight: 400;
}

.header-container .header-topbar .topbar-language {
    position: relative;
    z-index: 10;
    display: inline-block;
}

.header-container .header-topbar .topbar-language > a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #555;
    font-size: .85rem;
}

.header-container .header-topbar .topbar-language > a > img {
    width: 20px;
}

.header-container .header-topbar .topbar-language > a > p {
    margin: 0 5px 0;
}

.header-container .header-topbar .topbar-language > a > span {
    display: flex;
    align-items: flex-end;
}

.header-container .header-topbar .topbar-language > ul {
    position: absolute;
    top: 100%;
    left: 0%;
    min-width: 130px;
    width: auto;
    border: 1px solid #d9d9d9;
    z-index: 5;
    transform: scaleY(0);
    transition: .2s all ease-in;
    transform-origin: top;
    border-radius: 0;
    background: #fff;
}

.header-container .header-topbar .topbar-language > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px;
    color: var(--text-color);
    font-size: .85rem;
    cursor: pointer;
    transition: .3s all ease-in;
}

.header-container .header-topbar .topbar-language > ul > li > a > img {
    width: 18px
}

.header-container .header-topbar .topbar-language > ul > li > a > p {
    margin: 0 5px;
}

.header-container .header-topbar .topbar-language.js-openLang > ul {
    transform: scaleY(1);
}

.header-container .header-topbar .topbar-right .topbar-inner {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.header-container .header-topbar .topbar-right .topbar-inner .topbar-customer {
    position: relative;
    z-index: 10;
}

.header-container .header-topbar .topbar-right .topbar-inner .topbar-customer > a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #555;
    font-size: .875rem;
    transition: .3s all ease;
}

.header-container .header-topbar .topbar-right .topbar-inner .topbar-customer > a > p {
    margin: 0 5px;
}

.header-container .header-topbar .topbar-right .topbar-inner .topbar-customer > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 130px;
    width: max-content;
    border: 1px solid #d9d9d9;
    z-index: 5;
    transform: scaleY(0);
    transition: .2s all ease-in;
    transform-origin: top;
    border-radius: 0;
    background: #fff;
}

.header-container .header-topbar .topbar-right .topbar-inner .topbar-customer > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px;
    color: var(--text-color);
    font-size: .85rem;
    cursor: pointer;
    transition: .3s all ease-in;
}

.header-container .header-topbar .topbar-right .topbar-inner .topbar-customer.js-openCustomer > ul {
    transform: scaleY(1);
}

.header-container .header-topbar .topbar-right .topbar-inner .topbar-checkout a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #555;
    font-size: .875rem;
    transition: .3s all ease;
}

/* End top bar */

.header-container .header-botbar {
    position: relative;
    z-index: 99;
    background: white;
}

.header-container .header-botbar .header-botbar__inner {
    display: grid;
    grid-template-columns: 270px calc(100% - (590px + (15px * 3))) 160px 160px;
    grid-gap: 15px;
    align-items: center;
    padding: 10px 0;
}

.header-container .header-botbar .botbar-logo {
    text-align: left;
}

.header-container .header-botbar .botbar-logo a {
    display: inline-block;
    width: 100%;
}

.header-container .header-botbar .botbar-logo a img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.header-container .header-botbar .botbar-inner.botbar-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-container .header-botbar .botbar-search {
    position: relative;
    z-index: 9;
    width: 100%;
}

.header-container .header-botbar .botbar-search .form-group {
    margin-bottom: 0;
    position: relative;
    display: flex;
}

.header-container .header-botbar .botbar-search .form-group input {
    background: none;
    color: var(--text-color);
    height: 44px;
    line-height: 44px;
    margin: 0;
    outline: none;
    font-size: .875rem;
    padding: 0 1.25rem 0 1.25rem;
    text-align: left;
    white-space: nowrap;
    border-radius: 3px 0 0 3px;
    flex: 1 1;
    border: 1px solid lightgrey;
    border-right: 0;
}

.header-container .header-botbar .botbar-search .form-group input:focus {
    box-shadow: none;
    outline: none;
}

.header-container .header-botbar .botbar-search .form-group button {
    background: var(--main-color);
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 55px;
    height: 44px;
    outline: none;
    padding: 0;
    text-align: center;
    z-index: 9;
    border-radius: 0 3px 3px 0;
    transition: all .3s ease;
}

.header-container .header-botbar .botbar-search .form-group button:hover {
    background: var(--hover-color);
}

.header-container .header-botbar .botbar-cart {
    position: relative;
}

.header-container .header-botbar .botbar-cart a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-container .header-botbar .botbar-cart .botbar-icon {
    font-size: 1.25rem;
    background: var(--main-color);
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;

}

.header-container .header-botbar .botbar-cart .botbar-text p:first-child {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--text-color);
}

.header-container .header-botbar .botbar-cart .botbar-text p:last-child {
    font-size: .875rem;
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 0;
}

.header-container .header-botbar .botbar-cart .botbar-text p span {
    font-weight: 700;
}

.header-container .header-botbar .botbar-cart:hover .botbar-text p:first-child,
.header-container .header-botbar .botbar-cart:hover .botbar-icon {
    color: var(--main-2-color);
}

#ketquatim {
    position: absolute;
    top: 150%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0;
    transition: .4s all ease-in-out;
    background: #fff;
    border: 1px solid #f1f1f1;
}

#ketquatim.open {
    top: 104%;
    opacity: 1;
    visibility: visible;
}

#ketquatim ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

#ketquatim ul .image {
    width: 60px;
}

#ketquatim ul .image img {
    width: 100%;
}

#ketquatim ul li {
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
}

#ketquatim ul li:last-child {
    border-bottom: 0;
}

#ketquatim ul .info {
    width: calc(100% - 160px);
    padding: 0 15px
}

#ketquatim ul .price-search {
    width: 100px;
}


@media screen and (min-width: 992px) {
    #headerMobile {
        display: none;
    }

    .header-container .header-navibar {
        background: var(--main-2-light-color);
    }

    .header-container .header-navibar #navigation-main > ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header-container .header-navibar #navigation-main > ul > li {
        position: relative;
    }

    .header-container .header-navibar #navigation-main > ul > li:not(:last-child) {
        margin-right: 15px;
        padding-right: 15px;
    }

    .header-container .header-navibar #navigation-main > ul > li:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -1px;
        height: 30%;
        width: 1px;
        background: #f0f0f0;
        transform: translateY(-50%);
        opacity: 0.5;
    }

    .header-container .header-navibar #navigation-main > ul > li > a {
        font-size: .875rem;
        color: #fff;
        padding: 1rem 0;
        display: block;
        font-weight: 400;
    }

    .header-container .header-navibar #navigation-main > ul > li > a:hover {
        text-decoration: underline !important;
    }

    .header-container .header-navibar #navigation-main > ul > li > ul {
        overflow: hidden;
        display: block;
        max-height: 0px;
        max-width: 0px;
        transform-origin: 0% 0%;
        opacity: 0;
        transform: perspective(700px) rotateX(-90deg);
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        background: #fff;
        border: 1px solid #e0e0e0;
        position: absolute;
        top: 100%;
        left: 0;
        right: auto;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
        width: max-content;
        padding: 20px 0;
        margin: 0;
    }

    .header-container .header-navibar #navigation-main > ul > li > ul > li > a {
        font-size: .95rem;
        color: var(--text-color);
        padding: 10px 15px;
        display: block;
    }

    .header-container .header-navibar #navigation-main > ul > li:hover > ul {
        overflow: visible;
        max-height: 3000px;
        max-width: 3000px;
        opacity: 1;
        transform: perspective(700px) rotateX(0deg);
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    }

    .scroll-bar {
        display: flex;
        align-items: center;
    }

    .scroll-bar #categoryBar {
        --m-width: 17.875rem;
        position: relative;
    }

    .scroll-bar #navigation-main {
        padding-left: 15px;
        flex: 1 1 auto;
    }

    .scroll-bar #categoryBar > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        background: var(--main-color);
        height: 100%;
        padding: 0.75rem 1rem;
        text-transform: uppercase;
        border-radius: 3px 3px 0 0;
        min-width: var(--m-width);
    }

    .scroll-bar #categoryBar > a .category-toggle i {
        margin-right: 7px;
        color: #fff;
    }

    .scroll-bar #categoryBar > a .category-toggleArrow {
        margin-left: 4px;
    }

    .scroll-bar #categoryBar > ul {
        --h: 225;
        transition: all 400ms ease-out;
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: var(--m-width);
        height: calc(var(--h) * 1px);
        width: 100%;
        border-radius: 0;
        border: none;
        visibility: hidden;
        background: #fff;
    }

    .scroll-bar #categoryBar.open_Cat > ul {
        transform: scaleY(1);
        visibility: visible;
    }


    /*.scroll-bar #categoryBar > ul,*/
    /*.scroll-bar #categoryBar > ul > li:last-child,*/
    /*.scroll-bar #categoryBar > ul > li:last-child > a {*/
    /*    border-radius: 0 0 3px 3px;*/
    /*}*/
    .scroll-bar #categoryBar ul li a {
        color: var(--color-text-bold);
        padding: 0.75rem 1rem;
        font-size: .875rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-transform: uppercase;
        cursor: pointer;
        margin: 0;
        position: relative;
    }

    .scroll-bar #categoryBar > ul > li > a {
        border-bottom: 1px solid #f1f1f1;
        padding: 0.75rem 1rem;
    }

    .scroll-bar #categoryBar ul li a i {
        display: inline-block;
        margin-left: 0.5rem;
    }

    .scroll-bar #categoryBar > ul > li:hover > a {
        color: var(--main-2-color)
    }

    .scroll-bar #categoryBar > ul > li > a > span > img {
        margin-left: 0;
        margin-right: 5px;
        margin-top: -4.5px;
        width: 14px;
        vertical-align: middle;
    }

    .scroll-bar #categoryBar > ul > li > .categoryMega-child {
        min-width: 13rem;
        height: max-content;
        position: absolute;
        top: 0;
        left: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 8%);
    }

    .scroll-bar #categoryBar > ul > li:hover > .categoryMega-child {
        top: 0;
        opacity: 1;
        visibility: visible;
        z-index: 199;
    }

    .scroll-bar #categoryBar > ul > li > .categoryMega-child > ul {
        min-width: 13rem;
        display: flex;
        align-items: flex-start;
        align-content: baseline;
        flex-direction: column;
        max-height: 100%;
        margin-bottom: 0;
        background: white;
        white-space: nowrap;
        width: fit-content;
        position: relative;

    }

    /* width */
    .scroll-bar #categoryBar > ul > li > .categoryMega-child > ul::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    /* Track */
    .scroll-bar #categoryBar > ul > li > .categoryMega-child > ul::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .scroll-bar #categoryBar > ul > li > .categoryMega-child > ul::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    /* Handle on hover */
    .scroll-bar #categoryBar > ul > li > .categoryMega-child > ul::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .scroll-bar #categoryBar > ul > li > .categoryMega-child > ul > li {
        min-width: 20%;
        width: 100%;
    }


    .scroll-bar #categoryBar > ul > li > .categoryMega-child > ul > li:hover > a {
        color: var(--main-color);
    }

    .scroll-bar #categoryBar > ul > li > .categoryMega-child > ul > li > ul {
        min-width: 13rem;
        position: absolute;
        left: 100%;
        top: 0;
        height: auto;
        width: max-content;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        background-color: #fff;
        transition: all 0.3s ease-in-out;
        box-shadow: 1px 1px 5px 1px rgb(0 0 0 / 8%);
    }

    .scroll-bar #categoryBar > ul > li > .categoryMega-child > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }

    .scroll-bar #categoryBar > ul > li > .categoryMega-child > ul > li > ul > li:hover > a {
        color: var(--main-color)
    }

    .pageNavigation {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .pageNavigation #navigation-main {
        width: 75%;
    }

    .pageNavigation.header-container .header-botbar #navigation-main > ul {
        justify-content: flex-end;
    }

    .pageNavigation .header-bg-white {
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    }

    .pageNavigation .scroll-bar #categoryBar {
        display: block;
    }

    .pageNavigation .header-topbar,
    .pageNavigation .botbar-logo,
    .pageNavigation .botbar-top {
        display: none;
    }

    .pageNavigation.header-container .header-botbar {
        padding-top: 0;
        display: none;
    }

    .pageNavigation.header-container .header-botbar #navigation-main > ul > li > a {
        line-height: unset;
    }

}

@media screen and (max-width: 991px) {
    #headerMain {
        display: none;
    }

    .header-mobile {
        box-shadow: 0 1px 0px rgba(0, 0, 0, .3);
        border-bottom: 1px solid #d9d9d9;
        position: relative;
        z-index: 999;
        transition: .3s all ease;
    }

    .mobile-logo img {
        max-width: 250px;
        display: block;
        margin: 0 auto;
    }

    .header-mobile-top > .row > [class*=col] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .header-mobile-top > .row > .col-12 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mobile-cart {
        align-items: center;
        justify-content: flex-end;
        display: none;
    }

    .mobile-cart a {
        display: inline-block;
        position: relative;
    }

    .mobile-cart-icon {
        font-size: 1.2rem;
    }

    .mobile-cart-text {
        position: absolute;
        top: -8px;
        right: -10px;
        min-width: 20px;
        display: flex;
        height: 20px;
        background: var(--main-color);
        color: #fff;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        font-size: .875rem;
    }

    .mobile-search-item .form-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 5px auto 10px;
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 40px;
    }

    .mobile-search-item .form-group .form-control {
        background: var(--main-2-light-color);
        border: none;
        color: #fff;
        height: 36px;
        line-height: 36px;
        margin: 0;
        max-width: 100%;
        outline: none;
        font-size: .875rem;
        padding: 0 90px 0 20px;
        text-align: left;
        white-space: nowrap;
        width: 100%;
        border-radius: 0 4px 4px 0;
    }

    .mobile-search-item .form-group .form-control::placeholder {
        color: #fff;
    }

    #ketquatim {
        right: 0;
        max-width: 320px;
        width: 100%;
    }

    .mobile-search-item .form-group button {
        background: var(--main-color);
        border: none;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        font-size: .95rem;
        height: 32px;
        line-height: 32px;
        outline: none;
        padding: 0;
        position: absolute;
        right: 3px;
        text-align: center;
        top: 50%;
        width: 70px;
        z-index: 9;
        transform: translateY(-50%);
        border-radius: 100px;
        transition: all .3s ease;
    }

    #ketquatim ul .info {
        width: calc(100% - 140px);
        padding: 0 10px;
    }

    #ketquatim ul li a {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #ketquatim ul .price-search {
        width: 80px;
    }

    #ketquatim ul {
        max-height: 260px;
        box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
        overflow-y: scroll;
    }

    .mobile-humburger {
        position: relative;
        height: 60px;
        width: 60px;
    }

    .humburger {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 20px;
        height: 20px;
        cursor: pointer;
        transform: translate(-50%, -40%);
        z-index: 99999;
    }

    .humburger:before, .humburger:after, .humburger span {
        content: '';
        position: absolute;
        left: 0;
        height: 2px;
        width: 20px;
        border-radius: 1px;
        background: #111;
        transition: all .4s;
    }

    .humburger span {
        position: absolute;
        top: 50%;
        margin-top: -1px;
    }

    .humburger:before {
        top: 1px;
    }

    .humburger:after {
        bottom: 1px;
    }

    .header-mobile.show-mobile .humburger:before {
        top: 50%;
        margin-top: -1px;
        transform: rotate(45deg);
    }

    .header-mobile.show-mobile .humburger span {
        display: none;
    }

    .header-mobile.show-mobile .humburger:after {
        bottom: 50%;
        margin-bottom: -1px;
        transform: rotate(-45deg);
    }

    .mobile-navigation {
        vertical-align: middle;
        position: fixed;
        top: 0;
        left: -150%;
        z-index: 1000100;
        background: rgba(0, 0, 0, .6);
        width: 100%;
        height: 100%;
    }

    .show-mobile .mobile-navigation {
        left: 0;
    }

    .mobile-navigation > ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
        width: 80%;
        height: 100vh;
        overflow-y: scroll;
        max-width: 400px;
        background: #fff;
        border-bottom: none;
        box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.51);
        transition: all .5s ease-out;
        margin-left: -100%;
    }

    .header-mobile a {
        transition: all 0.3s ease !important;
    }

    .header-mobile.show-mobile .mobile-navigation > ul {
        margin-left: 0;
        transition: all .5s ease-out;
    }

    .header-mobile.show-mobile .mobile-navigation > ul > li.active-submenu > ul > li > a,
    .header-mobile.show-mobile .mobile-navigation > ul > li.active-submenu > ul > li > div > a {
        padding-left: 25px;
    }

    .mobile-navigation > ul > li > ul > li.active-submenu-child > ul > li > a,
    .mobile-navigation > ul > li > ul > li.active-submenu-child > ul > li > div > a {
        padding-left: 35px !important;
    }

    .mobile-navigation > ul > li > ul > li > ul > li.active-submenu-child-item > ul > li > a {
        padding-left: 45px;
    }

    .mobile-navigation > ul > li {
        position: static;
        display: flex;
        align-items: center;
        transition: all .3s;
        width: 100%;
    }


    .mobile-navigation > ul > li.navigation-child,
    .mobile-navigation > ul > li > ul > li.navigation-subchild,
    .mobile-navigation > ul > li > ul > li > ul > li.navigation-subchild-item {
        position: static;
        display: block;
    }

    .mobile-navigation > ul > li > a {
        padding: 15px 15px;
        color: var(--text-color);
        font-weight: 700;
        font-size: .875rem;
        text-transform: uppercase;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        transition: .3s all ease;
        border-left: 2px solid transparent;
        border-bottom: 1px solid #f1f1f1;
    }

    .mobile-navigation > ul > li.li-style.li-social > a {
        width: unset;
        padding-right: 0;
        border-bottom: 0;
    }

    .mobile-navigation > ul > li.li-style.li-social > a > img {
        margin-right: 5px !important;
        width: 30px !important;
        opacity: 1;
    }

    .mobile-navigation > ul > li.li-style > a {
        display: block;
        font-weight: 400 !important;
        color: var(--text-color) !important;
        text-transform: initial !important;
        font-size: .875rem !important;
    }

    .mobile-navigation > ul > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        transition: .3s all ease;
        border-bottom: 1px solid #f1f1f1;
        border-left: 2px solid transparent;
    }

    .mobile-navigation > ul > li > div > a {
        padding: 15px 15px;
        color: var(--text-color);
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        width: calc(100% - 50px);
    }

    .mobile-navigation > ul > li > div > span {
        display: flex;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: center;
        padding-left: 10px;
    }

    .mobile-navigation > ul > li:focus > div,
    .mobile-navigation > ul > li.active-submenu > div {
        /*color: var(--main-color);*/
        background: #F1F1F7;
        /*border-left: 2px solid var(--main-color);*/
    }

    /*.mobile-navigation > ul > li:focus > div > a,*/
    /*.mobile-navigation > ul > li.active-submenu > div > a {*/
    /*    color: var(--main-color)*/
    /*}*/
    .mobile-navigation > ul > li > ul {
        padding-left: 0;
        position: relative;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .mobile-navigation > ul > li > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        transition: .3s all ease;
        border-left: 2px solid transparent;
        color: var(--text-color);
        font-weight: 700;
        text-decoration: none;
        border-bottom: 1px dotted #d9d9d9;
        text-transform: uppercase;
        position: relative;
        padding: 10px 15px;
    }

    .mobile-navigation > ul > li > ul > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        transition: .3s all ease;
        border-left: 2px solid transparent;
        border-bottom: 1px dotted #d9d9d9;
    }

    .mobile-navigation > ul > li > ul > li > div > a {
        display: block;
        color: var(--text-color);
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        padding: 10px 15px;
        width: calc(100% - 40px);
    }

    .mobile-navigation > ul > li > ul > li > div > span {
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

    .mobile-navigation > ul > li > ul > li > ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .mobile-navigation > ul > li > ul > li > ul > li > a {
        padding: 10px 17px;
        width: 100%;
        color: #181818;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-transform: capitalize;
        font-size: .875rem;
        position: relative;
        border-bottom: 1px dotted #d9d9d9;
    }

    .mobile-navigation > ul > li > ul > li > ul > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        transition: .3s all ease;
        border-left: 2px solid transparent;
        border-bottom: 1px dotted #d9d9d9;
    }

    .mobile-navigation > ul > li > ul > li > ul > li > div > a {
        padding: 10px 15px;
        width: calc(100% - 40px);
        color: var(--text-color);
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        position: relative;
    }

    .mobile-navigation > ul > li > ul > li > ul > li > div > span {
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
    }

    .mobile-navigation > ul > li > ul > li > ul > li > ul {
        background-color: #fff !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .mobile-navigation > ul > li > ul > li > ul > li > ul > li > a {
        padding: 10px 15px;
        width: var(--text-color);
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        position: relative;
    }

    .header-text {
        text-align: center;
        font-weight: 700;
        padding: .5rem 0;
        border-bottom: 1px solid #d1d1d1;
        background: var(--main-2-light-color);
        color: white;
    }

    .mobileFixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999999;
    }

    .mobileFixed .header-mobile-bottom,
    .mobileFixed .header-text {
        display: none;
    }
}

/* End Header, Language, Search ... */

/* Modal Login  Register */
#modal_dk_dn {
    padding-right: 0 !important;
}

.modal-backdrop.show {
    opacity: .7;
}

#modal_dk_dn .modal-header .close {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    position: absolute;
    right: 10px;
    top: -25px;
}

#modal_dk_dn .modal-dialog {
    margin: 3.75rem auto
}

#modal_dk_dn .modal-header {
    padding: 0;
}

#modal_dk_dn .modal-content {
    border-radius: 0;
    border: 0 !important;
}

#modal_dk_dn .nav-tabs {
    width: 100%;
    border-bottom: 0;
}

#modal_dk_dn .nav-tabs li {
    width: 50%;
    margin-bottom: 0;
    text-align: center;
    border-left: 1px solid #d9d9d9;
}

#modal_dk_dn .nav-tabs li a {
    border: 0;
    border-radius: 0;
    font-size: 1.1rem;
    padding: 15px 0;
    background-color: #f1f6f6;
}

#modal_dk_dn .nav-tabs li a.active {
    background-color: #fff;
    color: var(--text-color);
    font-weight: 700;
}

#modal_dk_dn .nav-tabs li:first-child {
    border-left: 0;
}

#modal_dk_dn .modal-body {
    padding: 15px 50px;
}

#modal_dk_dn label {
    font-weight: 700;
    color: var(--text-color);
}

#modal_dk_dn input.form-control {
    border-radius: 0;
    border: 1px solid #d1d1d1;
    outline: none !important;
    box-shadow: none !important;
    font-size: .875rem;
}

#modal_dk_dn input.form-control:focus {
    border-color: #0a90eb;
}

.btn_style_dn {
    display: block;
    border-color: transparent;
    text-align: center;
    font-size: .875rem;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 20px;
    max-width: 40%;
    margin: 50px auto 0;
}

.btn_style_dn img {
    width: 20px;
    margin-left: 10px;
}

@media screen and (max-width: 700px) {
    .btn_style_dn {
        max-width: 70%;
    }
}

.tab-content > .active {
    opacity: 1 !important;
}

/* End Modal Login Register */

/* Start Pagination & Breadcumb */

.pagination {
    display: inline-flex;
    align-items: flex-end;
}

.pagination li a.page-link {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    background: #fff;
    font-size: .875rem;
    font-weight: 700;
    border: 1px solid #d1d1d1;
    color: #000;
    padding: 0;
    margin-right: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.pagination li:first-child a.page-link {
    border-radius: 0 2px 2px 0;
}

.pagination li:last-child a.page-link {
    border-radius: 2px 0 0 2px;
}

.pagination li a.page-link:hover, .pagination .pageactive a.page-link, .pagination .pageactive a.page-link:hover {
    background: var(--main-color);
    color: #fff;
}

.c_pagination li a {
    outline: none;
    color: #000;
    box-shadow: none !important;
    font-weight: 700;
    background: #fff;
    margin: 3px;;
}

.c_pagination li.pageactive a {
    background: #f1f1f1;
}

.ol-breadcrumb .breadcrumb {
    padding-left: 0;
    padding-right: 0;
}

.ol-breadcrumb .breadcrumb li, .ol-breadcrumb .breadcrumb a {
    font-size: .875rem;
}

/* End Pagination & Breadcrumb */

/* Danh mục bài viết - chi tiết bài viết - sidebar bài viết & sidebar sản phẩm*/

.module_blog {
    background: #fff;
}

.module_blog .blog-item {
    width: 100%;
    padding: 15px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
    transition: .4s ease-in-out all;
    height: 100%;
}

.module_blog .blog-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.module_blog .blog-image img {
    max-width: 100%;
    max-height: 200px;
    vertical-align: middle;
    margin: 0 auto;
}

.blog-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 10px;
    left: 10px;
}

.module_blog .blog-content {
    padding: 0;
}

.module_blog .blog-content h4 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: .95rem;
    margin: 5px 0;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text-color);
    transition: .3s all ease-in;
}

.module_blog .blog-content h4:hover {
    color: var(--main-2-light-color)
}

.module_blog .blog-content .blog-desc {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-bottom: 0;
    color: #343434;
}

@media screen and (min-width: 576px) {
    .module_blog .blog-image {
        width: 45%;
        border-right: 1px solid #d9d9d9;
        padding-right: 15px;
    }

    .module_blog .blog-content {
        width: 55%;
        position: relative;
        margin-left: 15px;
    }
}

@media screen and (max-width: 47.9375em) {
    .blog-meta {
        margin-top: 10px;
        justify-content: center;
    }
}

.single__main {
    padding: 15px;
    color: var(--text-color);
    /*border-right: 1px solid #d1d1d1;*/
}

.single-meta-day {
    padding-right: 5px;
}

.single-meta > div:not(:first-child) {
    padding-left: 5px;
    border-left: 1px solid #d1d1d1;
    padding-right: 5px;
}

.single__main .single-meta {
    margin-bottom: .4rem;
}

.product__sidebar {
    background: #fff;
    border-radius: 0;
    padding: 1.25rem 0 1.25rem 1.25rem;
}

.product__sidebar .sidebar__box,
.single__sidebar .sidebar__box {
    border-radius: 0;
    border: 0;
    background: transparent;
    margin-bottom: 1rem;
}

.product__sidebar .sidebar__box:not(:first-child) {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #d1d1d1;
}

/*.sidebar__checked .scrollNCC {*/
/*    max-height: 205px;*/
/*    overflow-y: auto;*/
/*}*/

.sidebar__checked .scrollNCC::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.sidebar__checked .scrollNCC::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.sidebar__checked .scrollNCC::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.sidebar__checked .scrollNCC::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sidebar__checked label {
    display: block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    font-size: .875rem;
    user-select: none;
    width: 100%;
    margin-bottom: 0;
}

.sidebar__checked input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 13px;
    height: 18px;
    width: 18px;
    background-color: #f1f1f1;
    transform: translateY(-50%);
}

.sidebar__checked:after {
    content: "";
    position: absolute;
    display: none;
}

.sidebar__checked .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: none;
    content: "";
    position: absolute;
}

.sidebar__checked li.active label .checkmark,
.sidebar__checked input:checked ~ .checkmark {
    background-color: #2196F3;
}

.sidebar__checked li.active label .checkmark:after,
.sidebar__checked input:checked ~ .checkmark:after {
    display: block;
}

.product__sidebar .sidebar__title,
.single__sidebar .sidebar__title {
    position: relative;
    background: #fff;
    color: var(--main-2-light-color);
    font-size: .95rem;
    text-align: left;
    text-transform: uppercase;
}

.wrapper_single {
    background: #fff;
}


.single__main h1 {
    font-size: 1.4rem;
    color: #181818;
    font-weight: 700;
    margin-bottom: 15px;
}

.sidebar__box {
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.sidebar__title {
    padding: 10px 15px;
    font-weight: 700;
    color: #181818;
    font-size: 1rem;
}

.sidebar__box ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.sidebar__box ul.list_category li {
    position: relative;
    display: block;
    transition: .4s all;
}


.sidebar__box ul.list_category > li > a {
    text-transform: uppercase;
}

.sidebar__box ul.list_category li.open > a {
    background: #f8f9f9;
    color: var(--color-text-bold);
    font-weight: 700;
}

.sidebar__box ul.list_category a {
    display: block;
    font-size: 0.875rem;
    height: 35px;
    line-height: 35px;
    color: var(--text-color);
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    transition: all 0.3s ease-in;
}


.sidebar__box ul.list_category li:last-child {
    border-bottom: 0;
}

/*.sidebar__box ul.list_category > li > a {*/
/*    line-height: 35px;*/
/*    font-weight: 300;*/
/*    color: #2f2f2f;*/
/*    position: relative;*/
/*    font-size: .95rem;*/
/*    padding: 0 15px;*/
/*    display: block;*/
/*    transition: .3s all ease-in;*/
/*}*/


.sidebar__box ul.list_category .openCategory {
    background: transparent;
    position: absolute;
    box-shadow: none !important;
    outline: none !important;
    border: 0;
    top: 0;
    right: 0;
    display: flex;
    font-size: 0.75rem;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sidebar__box ul.list_category ul {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: .3s all ease;
}

.sidebar__box ul.list_category li.open > .openCategory > i::before {
    content: '\f077';
}

.sidebar__box ul.list_category li.open > ul {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
}

.sidebar__box ul.list_category > li.open > ul > li > a {
    padding-left: 1.5rem;
}

.sidebar__box ul.list_category > li.open li > a {
    padding-left: 2rem;
}

.sidebar__box ul.list_category > li li.open li > a {
    padding-left: 2.5rem;
}


.category__list-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

@media screen and (max-width: 47.9375em) {
    .category__list-product {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0.5rem;
    }

    .filter-body .dropdown--order {
        width: 100%;
    }

    .filter-body .dropdown--order > div {
        flex-wrap: wrap;
    }

    .filter-body .dropdown--order a {
        margin-bottom: 0.3125rem;
    }
}

.sidebar__product {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}

.sidebar__product .sidebar__p_image {
    width: 25%;
    position: relative;
}

.sidebar__product .sidebar__p_image a {
    display: flex;
    transition: .3s all cubic-bezier(0, 0.42, 1, 1.49);
    font-size: 16px;
    height: 35px;
    border-radius: 4px;
    width: 35px;
    color: var(--text-color);
    background: #eaeaea;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
}

.sidebar__product:hover .sidebar__p_image a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.sidebar__product .sidebar__p_title {
    width: 75%;
    padding-left: 15px;
}

.sidebar__product .sidebar__p_title .sidebar__p_name {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .875rem;
    color: var(--text-color);
    font-weight: 700;
    line-height: 1.3;
    transition: .3s all ease-in;
}

.sidebar__product:hover .sidebar__p_title .sidebar__p_name {
    color: var(--main-color)
}

.sidebar__product .sidebar__p_title .sidebar__p_price {
    margin-top: .5rem;
    color: var(--label-color);
    font-size: .875rem;
}

.sidebar__product .sidebar__p_title .sidebar__p_price span {
    color: var(--color-border);
    text-decoration: line-through;
    font-size: .75rem;
}

.sidebar__bproduct ul {
    padding: 15px;
    border: 1px solid #d1d1d1;
}

.sidebar__bproduct ul li div.sidebar__product {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 1rem;
}

.sidebar__bproduct ul li:last-child div.sidebar__product {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

/* End danh mục bài viết - chi tiết bài viết - sidebar bài viết & sidebar sản phẩm*/

/* Danh mục sản phẩm & filter */

.wrapper__category {
    background: #f5f5f5;
}

.wrapper__category .breadcrumb {
    padding: 0.625rem 0;
}

.breadcrumb {
    flex-wrap: nowrap;
}

.breadcrumb .breadcrumb-item > a,
.breadcrumb .breadcrumb-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb .breadcrumb-item:first-child {
    flex-shrink: 0;
}

.filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.filter-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.filter-body > div {
    margin: 0 10px;
}

.filter-body > div:first-child {
    margin-left: 0;
}

.filter-body .dropdown {
    position: relative;
}

.filter-body .dropdown button, .filter-body .dropdown--order a {
    font-size: .875rem;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    outline: none !important;
    box-shadow: none !important;
    width: max-content;
}

.filter-body .dropdown--order {
    margin: 0;
}

.filter-body .dropdown--order a.active {
    background: var(--main-2-light-color);
    color: white;
}

.filter-body .dropdown--order a:not(:last-child) {
    margin-right: 0.3125rem;
}

.filter-body .dropdown-menu {
    min-width: 200px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    padding: 0;
}

.filter-body .dropdown-menu li {
    border-bottom: 1px solid #d9d9d9;
}

.filter-body .dropdown-menu li:last-child {
    border-bottom: 0;
}

.filter-body .dropdown-menu li a {
    padding: 5px 10px;
    display: block;
    font-size: .875rem;
    color: #181818;
    transition: .4s all ease-in-out;
}

.filter-body .dropdown-menu li:hover a {
    color: var(--main-color);
}

@media screen and (max-width: 767px) {
    .filter {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .filter-body {
        flex-wrap: wrap;
        justify-content: start;
    }

    .filter-body > div {
        margin-right: .3125rem;
        margin-left: 0;
        margin-bottom: .3125rem;
    }
}

/* End danh mục sản phẩm & filter */

/* Start label giảm giá */

.discount {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f84258;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 0 15px;
    line-height: 30px;
    min-height: 0;
    min-width: 0;
    z-index: 100;
    cursor: default;
    border-radius: 30px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
    border: 2px solid #fff;
    white-space: nowrap;
}

.discount:before {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: 0px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 5px solid;
    border-color: transparent transparent #f84258 #f84258 !important;
    transform-origin: 0 0;
    transform: rotate(45deg) translateY(-50%);
    z-index: 10;
}

.discount:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: -3px;
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 5px solid;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(45deg) translateY(-50%);
    box-shadow: -5px 4px 5px -2px rgba(0, 0, 0, .15);
    z-index: 5;
}

/* End label giảm giá */
.dangload {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0px;
    left: 0px;
    display: none;
}

.dangload .boxdangload {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    background: #f9f9f9;
    text-align: center;
    border-radius: 5px;
    width: 252px;
    margin: auto;
    position: absolute;
    top: 45%;
}

.load .loading-bar {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #dc6082;
    animation: loading-bar-animation .9s ease-in-out infinite;
}

.load .loading-bar:nth-child(2) {
    animation-delay: .13s;
}

.load .loading-bar:nth-child(3) {
    animation-delay: .26s;
}

.load .loading-bar:nth-child(4) {
    animation-delay: .39s;
}

@-webkit-keyframes loading-bar-animation {
    0%, 50% {
    }
    25% {
    }
}

/* Page Account */
.wrapper__account {
    margin: 30px 0;
}

.wrapper__main {
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #d9d9d9;
}

.account__title {
    padding: 15px 15px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #181818
}

.table__invoice a, .table__invoice form {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .account__invoice {
        margin-top: 30px;
        border-top: 1px solid #d9d9d9;
    }
}

/* End page Account */

/* Button fixed */


.cart-fixed {
    position: fixed;
    bottom: 150px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: none;
    text-align: center;
    transition: all 0.3s ease;
    background: var(--main-color);
    z-index: 22;
}

.cart-fixed a {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
    transition: all 0.3s ease;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;;
}

.cart-fixed a:hover {
    background: var(--hover-color);
    border-radius: 4px;
}

.cart-fixed .cart_badge {
    position: absolute;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    background-color: var(--main-2-light-color);
    color: #fff;
    border-radius: 100%;
    right: -7px;
    bottom: calc(100% - 10px);
}

#return-to-top {
    position: fixed;
    bottom: 95px;
    right: 14px;
    background: var(--main-2-light-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    color: white;
    width: 40px;
    height: 40px;
    z-index: 9999;
    text-decoration: none;
    display: none;
    transition: all 0.3s ease;
}


.btn-float {
    --r: 15px;
    --b: 150px;
    --background-color: var(--main-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
    color: #fff;
    background-color: var(--background-color);
    border-radius: 3px;

    position: fixed;
    bottom: var(--b);
    right: var(--r);
    z-index: 99;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.btn-float.btn-float--cart::before {
    content: attr(data-count);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    font-size: 0.625rem;
    font-weight: 700;
    background-color: #fff;
    color: var(--label-color);
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 5px;
}

.btn-float:hover {
    color: #fff;
}

.btn-float.btn-float--scroll {
    --background-color: var(--main-2-color);
    --b: 95px;
}

#return-to-top:hover {
    background: var(--main-2-color);
    border-radius: 4px;
}

#return-to-top img {
    margin: 0;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    transition: all 0.5s ease;
    vertical-align: middle;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

#phone-contact {
    display: none;
    position: relative;
    z-index: 999999;
}

.call {
    position: fixed;
    bottom: 90px;
    left: 10px;
}

.call.zalo {
    bottom: 150px;
}
.call.zalo .number-phone {
    bottom: 155px;
    background: #0573ff;
}

.call a {
    display: block;
}


.call > a {
    display: block;
    border-radius: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.50);
}


.number-phone {
    position: fixed;
    bottom: 96px;
    left: 50px;
    padding: 6px 18px;
    background: var(--main-color);
    color: #fff;
    border-radius: 0px 40px 40px 0px;
    font-size: 1rem;
    z-index: -1;
    font-weight: 700;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


@media screen and (max-width: 767px) {
    .number-phone {
        display: none;
    }
}

.boom {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--main-color);
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
}

.boom i {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-size: 26px;
    color: var(--text-color);
}

/* End button fixed */

/* Banner - Menu Category */

.megamenu-child {
    /*height: 100.5%;*/
    background-color: #fff;
    border: 1px solid #d1d1d1;
    position: absolute;
    top: 25%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    left: 100.3%;
    width: 901px;
    transition: .3s all ease-in-out;
    padding: 10px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    /*Code mới*/
    height: 100%;
}

.cate-menu .megamenu > li:hover > .megamenu-child {
    top: 0%;
    opacity: 1;
    visibility: visible;
    z-index: 199;
}

.megamenu-child > ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: .5rem;*/
    align-items: flex-start;
    max-height: 100%;
    overflow-y: auto;

    /* Code mới*/
    margin-bottom: 0;
    flex-direction: column;
    align-content: baseline;
}

/* width */
.megamenu-child > ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.megamenu-child > ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.megamenu-child > ul::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
.megamenu-child > ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.megamenu-child > ul > li {
    min-width: 20%;
}

.cate-menu .megamenu > li > .megamenu-child > ul > li > a {
    color: #121212;
    padding: 5px 10px;
    font-size: .875rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    transition: .3s all ease-in-out;
    font-weight: 700;
}

.cate-menu .megamenu > li > .megamenu-child > ul > li > a:hover,
.cate-menu .megamenu > li > .megamenu-child > ul > li > ul > li > a:hover {
    color: var(--hover-color)
}

.cate-menu .megamenu > li > .megamenu-child > ul > li > ul {
    margin-bottom: .5rem;
}

.cate-menu .megamenu > li > .megamenu-child > ul > li > ul > li > a {
    color: #121212;
    padding: 5px 10px;
    font-size: .85rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    transition: .3s all ease-in-out;
}

.head-banner > .row, .head-banner .col-md-8, .head-banner .col-md-4, #banner-slide, #banner-slide div {
    height: 100%;
}

#banner-slide {
    overflow: hidden;
}

#bannerBar {
    overflow: hidden;
}

#bannerBar .btn-slide {
    --background-bold: #9b7056db;
    --color: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-bold);
    color: var(--color);
    font-size: 1.5rem;
    outline: none;
    border: none;
    /*height: 70px;*/
    /*width: 70px;*/
    height: 48px;
    width: 48px;
    transition: .3s all ease;
    transform: translateY(-50%) rotate(135deg);
    border-radius: 10px;
    position: absolute;
    top: calc(50%);
    z-index: 999;
    cursor: pointer;
}

#bannerBar .btn-slide:hover {
    background-color: var(--main-2-color);
}

#bannerBar .btn-slide.swiper-button-disabled {
    opacity: 0;
}

#bannerBar .btn-slide * {
    transform: rotate(45deg);
}

#bannerBar .btn-slide.prev {
    /*left: -30px;*/
    left: -19px;
}

#bannerBar .btn-slide.prev i {
    transform: rotate(45deg) translateX(-10px);
}

#bannerBar .btn-slide.next {
    /*right: -30px;*/
    right: -19px;
}

#bannerBar .btn-slide.next i {
    transform: rotate(45deg) translateX(10px);
}

#banner-slide div a {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

#banner-slide .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: unset;
}

#banner-slide .owl-dots button {
    outline: none !important;
    box-shadow: none !important;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--color-border);
    transition: .3s all ease-in-out;
    margin: 0 5px;
}

#banner-slide .owl-dots button.active {
    width: 30px;
    border-radius: 10px;
    background: var(--main-2-color)
}

#banner-slide .owl-nav {
    height: auto;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
}

#banner-slide .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9b7056db;
    color: #d9d9d9;
    font-size: 2.5rem;
    outline: none;
    box-shadow: none !important;
    position: absolute;
    height: 70px;
    width: 70px;
    transition: .3s all ease;
    left: -35px;
    transform: rotate(45deg);
    border-radius: 10px;
}

#banner-slide .owl-nav button:hover {
    background: var(--main-2-color);
    color: #fff;
}

#banner-slide .owl-nav button span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-top: -22px;
    box-shadow: none !important;
    outline: none;
    transform: rotate(135deg);
    font-size: 20px;
}

#banner-slide .owl-nav button.owl-next span {
    margin-left: -22px;
    margin-top: 20px;
}

#banner-slide .owl-nav button.owl-next {
    right: -35px;
    left: unset;
}

@media screen and (min-width: 991px) {
    .head-main .head-main__inner {
        display: grid;
        grid-template-columns: 270px calc(100% - 285px);
        grid-gap: 15px;
    }
}

@media screen and (max-width: 767px) {
    .head-main [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .head-main .row {
        margin-left: 0;
        margin-right: 0;
    }

    .head-banner {
        padding-left: 0;
        width: 100%;
    }

    #banner-slide div a {
        padding-top: 40%;
    }


    .head-banner > .row,
    .head-banner .col-md-8,
    .head-banner .col-md-4,
    #banner-slide, #banner-slide div {
        height: unset;
    }

    #banner-slide .owl-nav {
        top: 35%;
    }
}

/* End Banner - Menu Category  */

@media screen and (min-width: 991px) {
    .head-banner [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .wrapper__category .container, .wrapper__category [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .wrapper__category .row {
        margin-right: -5px;
        margin-left: -5px;
    }
}

.iziToast-wrapper {
    z-index: 11111111111111111111111;
}

.modal-backdrop {
    z-index: 9998;
}

.modal {
    z-index: 9999;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    /*.section-category .container,*/
    /*.section-blog .container,*/
    /*.section-supplier .container,*/
    /*.wrapper-background .container,*/
    /*.category-main .container,*/
    /*.section-product .container {*/
    /*  max-width: 1170px;*/
    /*}*/
}

/* Stat heading */
.section-heading {
    position: relative;
}

.section-heading h3 {
    background: #fff;
    font-size: 1.5rem;
    padding-right: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    color: var(--text-color);
    line-height: 1.35;
    font-weight: 400;
}

.section-heading h3:first-letter {
    font-size: 1.4em;
    color: var(--main-color);
    font-weight: 700;
}

/*.section-heading h3::before,*/
/*.section-heading h3::after {*/
/*  content: '';*/
/*  background: var(--main-color);*/
/*  width: 100%;*/
/*  height: 2px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 100%;*/
/*}*/

/*.section-heading h3::after {*/
/*  top: calc(100% + 5px);*/
/*  width: calc(100% - 10px);*/
/*}*/

.section-heading h3 a {
    position: absolute;
    min-width: 100px;
    left: 100%;
    color: var(--blue);
    font-size: .875rem;
    text-transform: initial;
    top: 0;
    font-weight: 400;
}

.section-heading h3 a:hover {
    color: var(--main-2-color)
}

.heading--title {
    position: relative;
    display: inline-block;
    padding: 0.625rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-text-bold);
    text-transform: uppercase;
}

.heading--title:after {
    position: absolute;
    left: calc(100% + 10px);
    background: var(--main-2-light-color);
    height: 2px;
    width: 40px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
    .heading--title {
        font-size: 1rem;
    }

    .heading--title:after {

        width: 20px;
    }

    .section-heading h3 {
        font-size: 1.1rem;
    }

    .section-heading:after {
        display: none;
    }

    .section-heading h3 a {
        display: block;
        position: relative;
        left: 0;
        margin-top: .875rem;
    }
}

/* End Heading */
/* Best Seller - Slide Swiper */
.main--inner .swiper-button-next, .main--inner .swiper-button-prev {
    top: 25px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.main--inner .swiper-button-prev, .main--inner .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 27px;
}

.main--inner .navigation-swiper > div {
    background: var(--dark-color);
    width: 20px;
    height: 30px;
    transition: .3s all;
    outline: none;
}

.main--inner .navigation-swiper > div:after {
    font-size: 14px;
    color: #f1f1f1;
}

.list--item {
    padding: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
}

.p-box-item {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

#slideBestSeller .swiper-wrapper .swiper-slide:not(:nth-child(5)):not(:nth-child(6)) {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
}

.p-box-item .p-box-avatar {
    width: 25%;
    position: relative;
}

.p-box-item .p-box-avatar a {
    display: flex;
    transition: .3s all cubic-bezier(0, 0.42, 1, 1.49);
    font-size: 16px;
    height: 35px;
    border-radius: 4px;
    width: 35px;
    color: var(--text-color);
    background: #eaeaea;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    visibility: hidden;
}

.p-box-item:hover .p-box-avatar a {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
}

.p-box-item .p-box-avatar a:hover {
    color: #fff;
    background: var(--hover-color)
}

.p-box-item .p-box-avatar img {
    width: 100%;
}

.p-box-item .p-box-info {
    width: 75%;
    padding-left: 15px;
}

.p-box-item .p-box-name {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .875rem;
    color: var(--text-color);
    font-weight: 700;
    line-height: 1.3;
    transition: .3s all ease-in;
}

.p-box-item:hover .p-box-name {
    color: var(--main-color)
}

.p-box-item .p-box-price {
    margin-top: .5rem;
    color: var(--label-color);
    font-size: .875rem;
}

.p-box-item .p-box-price span {
    color: var(--color-border);
    text-decoration: line-through;
    font-size: .75rem;
}

.wrapper-main .col_w_25,
.wrapper-main .col_w_75 {
    padding-left: 15px;
    padding-right: 15px;
}

.wrapper-main > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 767px) {
    .wrapper-main .col_w_25, .wrapper-main .col_w_75 {
        width: 100%;
    }
}

/* End Best Seller */
/* Start quảng cáo */
.adv--image {
    border-radius: 4px;
    position: relative;
}

.adv--image:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 10px;
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    right: 50%;
    opacity: 0;
    z-index: 11;
    pointer-events: none;
    transition: all 300ms ease;
}

.adv--image:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 10px;
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    bottom: 50%;
    opacity: 0;
    z-index: 11;
    pointer-events: none;
    transition: all 400ms ease;
}

.adv--image p:before {
    background: var(--text-color);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 2;
}

.adv--item:hover .adv--image p:before {
    opacity: .35;
}

.adv--item:hover .adv--image:before {
    left: 10px;
    right: 10px;
    opacity: 1;
}

.adv--item:hover .adv--image:after {
    top: 10px;
    bottom: 10px;
    opacity: 1;
}

.adv--image img {
    width: 100%;
    transition: .3s ease-in all;
}

.adv--item:hover .adv--image img {
    transform: scale(1.1);
}

.adv--content {
    position: absolute;
    left: 20px;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3333;
}

.adv-text01 {
    color: #fff;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3333;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.adv-text02 {
    color: #fff;
    font-size: 1rem;
    line-height: 1.333;
    margin-bottom: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.adv-textlink {
    margin-bottom: 0;
}

.adv-textlink a {
    color: #fff;
    font-size: .875rem;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    pointer-events: visible;
    text-transform: uppercase;
    border-bottom: 1px solid;
}

.adv-textlink a:hover {
    color: var(--main-2-color)
}

@media screen and (min-width: 991px) {
    .main--adv > .row,
    .tab--module > .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media screen and (max-width: 47.9375em) {
    .wrapper-background .col-md-3:nth-of-type(3),
    .wrapper-background .col-md-3:last-of-type {
        margin-bottom: 0 !important;
    }
}

.product-item--inner {
    display: flex;
    flex-direction: column;
    border: 1px solid #eaeaea;
}

.product-item--inner .product-item--info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-item--inner .product-item--info .product-item--price {
    flex-grow: 1;
    margin-top: 0;
}

.product-item--avatar {
    position: relative;
    overflow: hidden;
}

.product-item--buy a {
    display: block;
    width: 100%;
    font-size: .875rem;
    text-align: center;
    color: #fff;
    background: #e01b00;
    transition: .3s all ease;
    padding: 0.5rem !important;
    margin-top: 0.5rem;
}

.product-item--buy a:hover {
    background: var(--hover-color);
    color: var(--text-color);
}


.product-item--inner:hover .product-item--avatar .product-item--action ul li {
    left: 10px;
}

.product-item--avatar .product-item--action ul li {
    margin-bottom: .3rem;
    position: absolute;
    left: -110px;
    bottom: 10px;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0, 0.42, 1, 1.29) 0.3s;
}

.product-item--avatar .product-item--action ul li:nth-child(2) {
    bottom: 50px;
    transition: all 0.3s cubic-bezier(0, 0.42, 1, 1.29) 0.15s;
}

.product-item--avatar .product-item--action ul li a {
    position: relative;
    display: inline-block;
    width: 35px;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 20px;
}

.product-item--avatar .product-item--action ul li a span {
    position: relative;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    color: var(--dark-color);
    transition: all 0.3s ease 0s;
    z-index: 1;
    /*box-shadow: 0 0 4px 4px rgba(0, 0, 0, .3);*/
    box-shadow: 0 8px 16px 0 rgb(48 56 70 / 25%);
}

.product-item--avatar .product-item--action ul li a p {
    position: absolute;
    top: 50%;
    width: calc(100% - 45px);
    transform: translateY(-50%);
    left: -40px;
    text-align: center;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--color-text-bold);
    transition: all 0.4s ease 0s;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
}

.product-item--avatar .product-item--action ul li:hover a {
    min-width: 180px;
    background: #fff;
}

.product-item--avatar .product-item--action ul li:hover a span {
    background: var(--main-2-color);
    color: #fff;
}

.product-item--avatar .product-item--action ul li:hover a p {
    opacity: 1;
    visibility: visible;
    left: 30px;
}

.product-item--info {
    padding: 0.625rem;
    position: relative;
    background: #fff;
}

.product-item--info .product-item--name {
    font-size: .875rem;
    color: var(--text-color);
    font-weight: 700;
    transition: .3s all ease-in;
}

.product-item--inner:hover .product-item--info a .product-item--name {
    color: var(--main-2-light-color)
}

.product-item--info .product-item--price {
    margin-top: .5rem;
    color: var(--label-color);
    font-weight: 700;
    text-transform: capitalize;
}

.product-item--info .product-item--price span {
    color: var(--color-border);
    text-decoration: line-through;
    font-size: .75rem;
}


@media screen and (max-width: 47.9375em) {
    .product-item--info .product-item--price {
        font-size: 0.875rem;
        min-height: 42px;
    }

    .product-item--info .product-item--price sup {
        display: inline-block;
    }

    .product-item--info .product-item--price span {
        display: block;
    }

    .product-item--action {
        display: none;
    }
}


.badge-amount {
    top: 15px;
    left: -80px;
    color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #A00;
    padding: 0.5em 5em 0.4em 5em;
    text-shadow: 0 0 0.75em var(--text-color);
    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
    font: bold 16px/1.2em Arial, Sans-Serif;
    z-index: 10;
}

.badge-amount.badge-amount-english {
    left: -41%;
    top: 20px;
}

.badge-amount.badge-amount-english-tab {
    left: -43%;
    top: 20px;
}

.badge-amount.badge-amount-english-cate {
    left: -48%;
    top: 20px;
}

.badge-amount:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: -0.3em -5em;
    transform: scale(0.7);
    border: 2px rgba(255, 255, 255, 0.7) dashed;
}

.badge-sale {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    right: 5px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 5px;
    font-size: .75rem;
    z-index: 3;
    background: var(--main-color);
    color: var(--text-color);
    font-weight: 700;
}

.badge-gift {
    background: #2a3746;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    right: 5px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 5px;
    font-size: 1rem;
    z-index: 3;
    color: #fff;
}

.badge-gift.position-gift {
    top: 50px;
}

.col-category .category-title {
    position: relative;
    background: #fff;
    color: #000;
    font-size: .95rem;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 700;
}

.col-category ul li a {
    line-height: 35px;
    font-weight: 400;
    color: #2f2f2f;
    position: relative;
    font-size: .95rem;
    padding: 0 15px;
    display: block;
    transition: .3s all ease-in;
}

.col-category ul li:hover a {
    background: #f8f9f9;
    color: #000;
}

@media screen and (max-width: 47.9375em) {
    .col-category .category-title,
    .col-category ul li a {
        padding-left: 0;
    }
}

.loading-content {
    position: absolute;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Slide nhà cung cấp */

.section-supplier__inner {
    padding: 1rem;
    margin: 2rem 0;
    background: white;
}

.section-supplier .heading--title {
    margin-bottom: .5rem;
    padding-top: 0;
}

.section-supplier .supplier-item {
    height: 150px;
}

.supplier-item {
    height: 200px
}

.supplier-item a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px solid var(--color-border-light);
    background: #fff;
}

.supplier-item a img {
    max-width: 150px;
    display: block;
    margin: 0 auto
}

#supplier-slider .swiper-button-next, #supplier-slider .swiper-button-prev {
    top: -20px;
}

#supplier-slider .swiper-button-next, #supplier-slider .swiper-container-rtl .swiper-button-prev {
    right: 15px;
}

#supplier-slider .swiper-button-prev, #supplier-slider .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 40px;
}

#supplier-slider .navigation-swiper > div {
    width: 20px;
    height: 30px;
    transition: .3s all;
    outline: none;
    background: #dedede !important;
    border-radius: 3px !important;
}

#supplier-slider .navigation-swiper > div:hover {
    background: var(--main-2-light-color) !important;
}

#supplier-slider .navigation-swiper > div::after {
    font-size: 14px;
    color: var(--text-color);
}

#supplier-slider .navigation-swiper > div:hover::after {
    color: #FFFFFF;
}

/* Sản phẩm đã xem */
.section-viewed {
    margin-bottom: 2rem;
}

.section-viewed .section-viewed__inner {
    background: white;
    padding: 1rem 1rem 0.6rem;
}

.section-viewed .heading--title {
    margin-bottom: 20px;
}

#slideViewed .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#slideViewed .owl-nav button {
    outline: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 30px;
    transition: .3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dedede !important;
    color: var(--text-color) !important;
    border-radius: 3px !important;
}

#slideViewed .owl-nav button:hover {
    background: var(--main-2-light-color) !important;
    color: #ffffff !important;
}

#slideViewed .owl-nav button.owl-next {
    margin-left: 5px;
}

#slideViewed .owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

/* Start Blog*/
.blog-item {
    border: 1px solid var(--color-border-2);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    height: 100%;
}

.module-blog {
    padding: 70px 0;
    background: #F5F5F9;
}

.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    vertical-align: middle;
}

.blog-content {
    position: relative;
    padding: 1.25rem;
}

.blog-content .blog-desc {
    padding-top: 0.625rem;
}

.blog-content h4 {
    font-size: .875rem;
}

.blog-item .blog-meta ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.blog-item .blog-meta ul li {
    color: #fff;
    font-size: .75rem;
    position: relative;
    padding: 3px 7px;
    background: var(--main-color);
    border-radius: 3px;
}

.blog-item .blog-meta ul li i {
    margin-right: 5px;
}

.blog-item .blog-meta ul li:not(:first-child):before {
    position: absolute;
    content: "";
    left: -20px;
    height: 6px;
    width: 6px;
    background: var(--text-color);
    border-radius: 100%;
    top: 48%;
    transform: translateY(-50%);
}

.blog-content a .blog-desc {
    color: var(--text-color);
    font-size: .875rem;
    transition: .3s all ease-in-out;
}

.section-blog .section-blog__inner {
    background: white;
    padding: 0 1rem 1rem;
}

.section-hotsale .section-hotsale__inner {
    background: white;
    padding: 0 1rem 1rem;
}

.section-blog .heading--title, .section-hotsale .heading--title {
    /*margin-bottom: .5rem;*/
    padding: 15px 15px 15px 0;
}

@media screen and (max-width: 767px) {
    .blog-content {
        position: relative;
        bottom: unset;
        left: unset;
        background-color: #fff;
    }

    .blog-content a h4 {
        color: var(--text-color);
    }

    .blog-content a .blog-meta ul li {
        color: #656565;
    }

    .blog-content a .blog-meta ul li:last-child {
        padding-right: 0;
    }

    .blog-content a .blog-desc {
        display: none;
    }
}

/* Start page contact */
.section-contact {
    padding: 70px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.sec-contact-title h2 {
    display: inline-block;
    margin: 0;
    padding: 15px 60px;
    background-color: var(--main-color);
    font-size: 4rem;
    color: #fff;
    text-transform: uppercase;
}

.sec-contact-right {
    color: #f1f1f1;
}

.sec-contact-subtitle h4 {
    margin-bottom: .5rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
}

.sec-contact-right ul li b {
    color: #fff;
}

.sec-contact-right ul li {
    margin-bottom: .4rem;
}

.btn-style-send {
    outline: none !important;
    background-color: var(--main-2-light-color);
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-size: .875rem;
    margin: 0;
    padding: 1rem 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    user-select: none;
    border-radius: 5px;
}

.btn-style-send:after {
    background: var(--main-2-color) none repeat scroll 0 0;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    height: 0;
    transition: 300ms ease-in-out;
}

.btn-style-send:hover:after {
    height: 100%;
}

/* End page contact */
.section-category > .container > .row > .col-md-9 > .row {
    margin-left: -5px;
    margin-right: -5px;
}

.section-category .container .row .col-md-9 .row > div.col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.section-category.section-category--product {
    margin-top: 2rem;
}

.section-category.section-category--product .section-category__inner {
    background: white;
    padding: 1rem;
    border: 8px;
}

.section-category.section-category--product .section-heading {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-category.section-category--product .section-heading .list-category {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    padding: 0 20px;
}

.section-category.section-category--product .section-heading .list-category .owl-stage-outer {
    width: 100%;
}

.section-category.section-category--product .section-heading .list-category .owl-stage-outer .owl-stage {
    min-width: 100%;
    display: flex;
    justify-content: flex-end;
}

.section-category.section-category--product .section-heading .list-category a {
    display: block;
    padding-right: 8px;
    font-size: 0.875rem;
    position: relative;
    width: max-content;
}

.section-category.section-category--product .section-heading .list-category a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 10px;
    width: 1px;
    background: var(--main-2-light-color);
}

.section-category.section-category--product .section-heading .list-category a:hover {
    color: var(--main-2-light-color);
}

.section-category.section-category--product .section-heading .list-category .owl-nav > button {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 1rem !important;
}

.section-category.section-category--product .section-heading .list-category .owl-nav > button:hover,
.section-category.section-category--product .section-heading .list-category .owl-nav > button:focus {
    outline: none;
    box-shadow: none;
}

.section-category.section-category--product .section-heading .list-category .owl-nav > button.owl-next {
    left: auto;
    right: 0;
}

.section-category.section-category--product .section-body .product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
}

.section-category.section-category--product .product-list__more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
    width: 100%;
}

.section-category.section-category--product .product-list__more a {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1rem;
    color: var(--main-2-color);
}

.section-category.section-category--product .product-list__more a i,
.section-category.section-category--product .product-list__more a i {
    font-size: 1.5rem;
}

@media screen and (max-width: 47.9375em) {
    .section-category.section-category--product .section-heading {
        flex-direction: column;
    }

    .section-category.section-category--product .section-heading h3 {
        padding: 0;
        width: auto;
        text-align: left;
        margin-bottom: 1.5rem;
        margin-right: auto;
    }

    .section-category.section-category--product .section-body .product-list {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0.5rem;
    }

    .section-category.section-category--product .section-heading .list-category {
        width: 100%;
    }

    .section-category.section-category--product .section-heading .list-category a,
    .section-category.section-category--product .product-list__more a {
        font-size: 0.875rem;
    }

    .section-category.section-category--product .product-list__more a i,
    .section-category.section-category--product .product-list__more a i {
        font-size: 1.25rem;
    }
}

.btn-cart {
    outline: none !important;
    background-color: #2a3746;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.42;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    user-select: none;
    border-radius: 25px;
}

.btn-cart:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    height: 0;
    border-radius: 25px;
    transition: 300ms ease-in-out;
}

.btn-cart:hover:after {
    height: 100%;
}

.btn-cart:hover {
    background-color: #405063;
}

.btn-cart:disabled {
    cursor: not-allowed;
}

.btn-search {
    outline: none !important;
    background-color: #0a90eb;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.42;
    margin: 0;
    padding: 5px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition: all 0.5s ease;
    user-select: none;
}

.btn-search:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    height: 0;
    transition: 300ms ease-in-out;
}

.btn-search:hover:after {
    height: 100%;
}

.btn-search:hover {
    background-color: #0979c5;
    color: #fff;
}

#modalSoSanh .modal-content {
    border-radius: 0;
}

#modalSoSanh .modal-content .modal-body {
    background: #f5f5f5;
}

#modalSoSanh .modal-header .close {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #fff;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 1rem;
}

#modalSoSanh .modal-header {
    background: var(--main-color);
    color: #fff;
    font-size: 1.1rem;
    padding: 15px;
    border-radius: 0;
}

#modalSoSanh .modal-header h4 {
    line-height: unset;
    font-size: inherit;
}

#modalSoSanh .row.col5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.col5 > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

#modalSoSanh #hinh_sp,
#modalSoSanh #hinh_sanphamsosanh {
    padding: 15px;
    border: 1px solid #d9d9d9;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#modalSoSanh .compare-heading {
    padding: 10px 5px;
    background: #f8f7f9;
    margin: 1rem 0;
}

#modalSoSanh .compare-heading h5 {
    display: block;
    margin-bottom: 0;
    font-size: .95rem;
    font-weight: 700;
    color: #111;
}

#modalSoSanh .compare-item {
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
    font-size: .85rem;
}

#modalSoSanh .compare-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

#modalSoSanh #ten_sanphamsosanh a span {
    display: inline-block;
    margin-left: 10px;
    font-size: .875rem;
    color: #0d95e8;
}

#modalSoSanh b {
    text-transform: uppercase;
}

#modalSoSanh .text-badge-red {
    color: #ff0000;
    font-weight: 700;
}

#modalSoSanh #cart-sp,
#modalSoSanh #cart-sanphamsosanh {
    text-align: center;
}

#modalSoSanh #cart-sp > button,
#modalSoSanh #cart-sanphamsosanh > button {
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 01rem;
    font-weight: 400;
}

/* ENd product*/

.trademark-info {
    position: relative;
}

.trademark-info .trademark-main {
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
    position: relative;
}

.trademark-info .trademark-main:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .33);
}

.trademark-info .trademark-main .trademark-inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 80%;
    min-height: 260px;
    margin: 0 auto;
}

.trademark-info .trademark-main .trademark-inner h2 {
    font-size: 2.4rem;
    color: #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    text-align: center;
}

.trademark-info .trademark-main .trademark-inner p {
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
}

/* Start category main */
.category-main--list-category .category-main__inner {
    background: white;
    padding: 0 1rem 1rem 1rem;
}

.category-main--list-category .category-main__inner .heading--title {
    padding: 15px 0 15px 15px;
}

/*#category_slider {*/
/*    border-top: 1px solid rgba(0, 0, 0, .05);*/
/*}*/

#category_slider .owl-stage {
    display: flex;
}

#category_slider .category-slide-inner {
    height: 100%;
    cursor: pointer;
    position: relative;
}

#category_slider .category-slide-inner .category-slide-media {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#category_slider .category-slide-inner .category-slide-item {
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
    /*border-right: 1px solid rgba(0, 0, 0, .05);*/
    /*border-bottom: 1px solid rgba(0, 0, 0, .05);*/
    text-align: center;
    background-color: #fff;
    display: block;
    font-size: .875rem;
    position: relative;
    padding: 15px;
    transition: transform .1s cubic-bezier(.4, 0, .6, 1), box-shadow .1s cubic-bezier(.4, 0, .6, 1), -webkit-transform .1s cubic-bezier(.4, 0, .6, 1);
}

#category_slider .category-slide-inner .category-slide-item:hover {
    transform: translateZ(0);
    z-index: 1;
    border-color: rgba(0, 0, 0, .12);
    /*box-shadow: 0 0 0.8125rem 0 rgba(0, 0, 0, .05);*/
}

#category_slider .category-slide-inner .category-slide-item:last-child {
    border-bottom: 0;
}

#category_slider .category-slide-inner .category-slide-item:before {
    content: "";
    display: block;
    padding-top: 126%;
}

.category-slide-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.category-slide-image {
    width: 75px;
    height: 75px;
    margin: 15px auto;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

.category-slide-image img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.category-slide-name {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0.625rem 1.25rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10%;
    z-index: 999;
    transform: translateY(-50%);
    border: 3px solid #fff;
}

.st-swiper-btn,
#category_slider button[class*='owl-'] {
    outline: none !important;
    border: none;
    position: absolute;
    top: 50%;
    border-radius: 100%;
    background: #fff;
    height: 44px;
    width: 44px;
    opacity: 1;
    visibility: visible;
    /*transition: all .1s cubic-bezier(.4, 0, .6, 1);*/
    box-shadow: var(--shadow-sm);
    transform: translateY(-50%);
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.st-swiper-btn:hover,
#category_slider button[class*='owl-']:hover {
    color: var(--main-color);
}

#category_slider .owl-prev {
    left: -22px;
}


#category_slider .owl-next {
    right: -22px;
}

.st-swiper-btn.swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
}

.st-swiper-btn.next {
    right: -5px;
}

.st-swiper-btn.prev {
    left: -5px;
}

.st-swiper-btn {
    z-index: 999;
}

/* End category main */

.sidebar-item {
    padding: 15px;
    margin-bottom: 30px;
}


.sidebar-title {
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}

.sidebar-title:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 5px;
    bottom: -1px;
    left: 0;
    background: var(--main-color);
}

.sidebar-list ul li a {
    display: flex;
    align-items: flex-start;
}

.sidebar-list ul li:not(:last-child) a {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d1d1d1;
}

.sidebar-list ul li a .sidebar-list-image {
    width: 35%;
}

.sidebar-list ul li a .sidebar-list-content {
    width: 65%;
    padding-left: 15px;
}

.sidebar-list-title h6 {
    font-size: .95rem;
    line-height: 1.2;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text-color);
    transition: .3s all;
}

.sidebar-list-day {
    font-size: .875rem;
    color: #666;
}

.sidebar-list ul li a:hover h6 {
    color: var(--main-color)
}

@media screen and (max-width: 575px) {
    .sidebar-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Giỏ hàng */
.checkout-inner {
    align-items: center;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    border-radius: 3px;
    height: 3.4375rem;
    font-size: .875rem;
    background: #fff;
    text-transform: capitalize;
    margin-bottom: 1rem;
    color: var(--text-color);
    padding: 0 20px;
}

.checkout-header {
    display: flex;
    align-items: center;
}

.checkout--product {
    color: rgb(0, 0, 0);
    width: 41.27949%;
}

.checkout--unitprice {
    width: 15.88022%;
    text-align: center;
}

.checkout--quantity {
    width: 17.4265%;
    text-align: center;
}

.checkout--totalprice {
    width: 13.43557%;
    text-align: center;
}

.checkout--actions {
    width: 12.70417%;
    text-align: center;
}

.checkout-main {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    border-radius: .125rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: 1rem;
}

.checkout-main .checkout-item {
    margin: 1rem 0;
}

.checkout-main .checkout-item .checkout-item-content {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
    margin-top: .9375rem;
    padding: 0 1.25rem 1.25rem;
    border: 0
}

.checkout-main .checkout-item .checkout-item-content .checkout-item--product {
    width: 41.27949%;
    box-sizing: border-box;
    position: relative;
    align-items: flex-start;
    display: flex;
}

.checkout-main .checkout-item .checkout-item-content .checkout-item--title {
    display: flex;
    flex-direction: column;
    padding: .3125rem .625rem 0 1.25rem;
    font-size: .875rem;
    line-height: 1.4rem;
    overflow: hidden;
}


.checkout-main .checkout-item .checkout-item-content .checkout-item--product a .checkout-item--thumb {
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 5rem;
    height: 5rem;
}

.checkout-main .checkout-item .checkout-item-content .checkout-item--unitprice {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.88022%;
    font-size: .85rem;
}

.checkout-main .checkout-item .checkout-item-content .checkout-item--unitprice .unitprice-old {
    color: #999;
    text-decoration: line-through;
    padding-left: 8px;
}

.checkout-main .checkout-item .checkout-item-content .checkout-item--quantity {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17.4265%;
}

.quantity-content {
    display: flex;
    align-items: center;
}

.quantity-content .button-changeQuantity {
    outline: none;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .1s cubic-bezier(.4, 0, .6, 1);
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 2px;
    background: transparent;
    color: rgba(0, 0, 0, .6);
    width: 32px;
    height: 32px;
}

.quantity-content .button-changeQuantity:first-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.quantity-content .button-changeQuantity:last-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.quantity-content .input-changeQuantity {
    outline: none;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .1s cubic-bezier(.4, 0, .6, 1);
    background: transparent;
    color: rgba(0, 0, 0, .8);
    width: 70px;
    height: 32px;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    text-align: center;
    cursor: text;
    border: 1px solid #00000017;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.quantity-content .button-changeQuantity:disabled,
.quantity-content .input-changeQuantity:disabled {
    background: #f5f6f6;
    cursor: not-allowed;
}

.checkout-main .checkout-item .checkout-item-content .checkout-item--totalprice {
    width: 13.43557%;
    text-align: center;
    color: #e01b00;
}

.checkout-main .checkout-item .checkout-item-content .checkout-item--actions {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.70417%;
    text-transform: capitalize;
}

.checkout-main .checkout-item .checkout-item-content .checkout-item--actions button {
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    color: var(--text-color);
}

.checkout-main .checkout-item .checkout-item-content .checkout-item--actions button:hover {
    color: red;
}

.checkout-footer {
    align-items: center;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    border-radius: 3px;
    font-size: .875rem;
    background: #fff;
    text-transform: capitalize;
    margin-bottom: 1rem;
    color: #888;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}

.checkout-footer .checkout-next a {
    outline: none;
    cursor: pointer;
    border: none;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #e01b00;
    color: #fff;
    transition: opacity .2s ease;
    user-select: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .09);
    padding: 13px 36px;
    margin: 0 0px 0 15px;
    text-transform: capitalize;
    font-weight: 400;
    height: 2.5rem;
    box-sizing: border-box;
    font-size: .875rem;
    border-radius: 2px;
    width: 13.125rem;
}

.checkout-footer .checkout-next a:hover {
    background: #f05d40;
}

.checkout-footer .checkout-back a {
    outline: none;
    cursor: pointer;
    border: none;
    line-height: 1;
    letter-spacing: 0;
    display: none;
    position: relative;
    background: #6c757d;
    color: #fff;
    transition: opacity .2s ease;
    user-select: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .09);
    padding: 13px 18px;
    margin: 0;
    text-transform: capitalize;
    height: 2.5rem;
    box-sizing: border-box;
    font-size: .875rem;
    border-radius: 2px;
}

.checkout-footer .checkout-back a:hover {
    background: #848f99;
}

.checkout-footer {
    flex-direction: column;
    justify-content: center;
}


.checkout-footer .checkout-total {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.checkout-footer .checkout-total p {
    margin-bottom: 0;
    color: var(--color-text-bold);
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 10px;
}

.checkout-footer .checkout-total #totalCheckout {
    font-size: 1.6rem;
    color: #e01b00;
}

.checkout-empty-main {
    border-radius: .125rem;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    text-align: center;
}

.checkout-empty-main .checkout-empty-icon {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem auto;
    border: 2px solid #888;
    font-size: 4rem;
    color: #888;
    border-radius: 100%;
}

.checkout-empty-main .checkout-empty-title {
    font-size: 1.4rem;
    color: #000;
    max-width: 60%;
    margin: 0 auto .6rem;
}

.checkout-empty-main .checkout-empty-desc {
    font-size: 1rem;
    color: #000;
    max-width: 60%;
    margin: 0 auto .4rem;
}

.checkout-empty-actions {
    margin: 2rem auto;
}

.checkout-empty-actions a {
    outline: none;
    cursor: pointer;
    border: none;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #e01b00;
    color: #fff;
    transition: opacity .2s ease;
    user-select: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .09);
    padding: 13px 36px;
    margin: 0 auto;
    text-transform: capitalize;
    font-weight: 400;
    height: 2.5rem;
    box-sizing: border-box;
    font-size: .875rem;
    border-radius: 2px;
    width: 13.125rem;
}

.checkout-empty-actions a:hover {
    background: #f05d40;
}

.checkout-empty-main .checkout-empty-desc a {
    color: #0d95e8;
}

/*.checkout-item--position {*/
/*    flex-shrink: 1;*/
/*}*/
.checkout-item--position button {
    outline: none !important;
    border: none !important;
    background-color: transparent;
}

@media screen and (max-width: 47.9375em) {
    .checkout-header {
        display: none;
    }

    .checkout-item-content {
        position: relative;
    }

    .checkout-main .checkout-item .checkout-item-content {
        padding: 0 1rem 1.5rem;
        flex-wrap: wrap;
    }

    .checkout-main .checkout-item .checkout-item-content .checkout-item--product {
        width: 100%;
    }

    .checkout-main .checkout-item .checkout-item-content .checkout-item--unitprice {
        width: 100%;
        justify-content: flex-end;
        margin-bottom: .5rem;
    }

    .checkout-main .checkout-item .checkout-item-content .checkout-item--quantity {
        width: 50%;
    }


    .checkout-main .checkout-item .checkout-item-content .checkout-item--totalprice {
        width: 50%;
        text-align: right;
    }

    .checkout-item--position {
        position: absolute;
        top: 5px;
        right: 20px;
    }

    .checkout-item--position button {
        height: 20px;
        width: 20px;
        border-radius: 100%;
        border: 1px solid #d1d1d1;
        outline: none !important;
        box-shadow: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: .75rem;
        background: #fff;
    }

    .checkout-main .checkout-item .checkout-item-content .checkout-item--title a {
        font-size: .875rem;
        line-height: 1.3rem;
    }


    .checkout-footer .checkout-back {
        display: none;
    }

    .checkout-footer .checkout-back, .checkout-footer .checkout-next,
    .checkout-footer .checkout-total {
        width: 100%;
    }

    .checkout-footer .checkout-next a {
        margin: 0 auto 15px;
    }

    .checkout-footer .checkout-total {
        display: block;
        text-align: center;
    }
}


.w-product-top {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    border-radius: .125rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: 2rem;
    padding: 15px;
}

.w-product-top .product-avatar {
    padding: 15px;
}

.w-product-top .product-avatar img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.w-product-top .product-thumb-item {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px
}

.w-product-top .product-thumb-slider .owl-nav [class*=owl] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-2-light-color);
    height: 100%;
    font-size: 1rem;
    color: #fff;
    transition: .3s all ease;
    padding: 0.5rem !important;
    border-radius: 4px !important;
    opacity: 0.3;
}

.w-product-top .product-thumb-slider .owl-nav [class*=owl]:hover {
    opacity: 0.8;
}

.w-product-top .product-thumb-slider .owl-nav [class*=owl]:hover,
.w-product-top .product-thumb-slider .owl-nav [class*=owl]:focus {
    box-shadow: none;
    outline: none;
}

.w-product-top .product-thumb-slider .owl-nav .owl-next {
    right: 0;
}

.w-product-desc {
    padding-top: 1rem;
    margin-top: 1rem;
}

.w-product-desc .product-desc-title {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: .6rem;
    margin-bottom: .6rem;
    font-weight: 700;
    color: var(--text-color);
    font-size: 1.1rem;
}

.w-product-top .w-product-info .w-product-breadcrumb a {
    color: #007bff;
    transition: .3s all ease;
}

.w-product-top .w-product-info .w-product-breadcrumb a:hover {
    color: #006ad9;
}

.w-product-top .w-product-info .w-product-breadcrumb .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.w-product-top .w-product-info .w-product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: var(--text-color);
    padding-left: .3rem;
    padding-right: .1rem;
}

.w-product-top .w-product-info .w-product-name {
    margin: 1rem 0;
}

.w-product-top .w-product-info .w-product-name h1 {
    margin-bottom: 0rem;
    color: var(--color-text-bold);
    font-weight: 700;
    font-size: 1.25rem;
}

.w-product-top .w-product-info .w-product-price {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.w-product-top .w-product-info .w-product-price .price-icon,
.w-product-top .w-product-info .w-product-price .price-new {
    color: #FE2C2B;
    padding-right: 4px;
}

.w-product-top .w-product-info .w-product-price .price-new {
    font-weight: 700;
    font-size: 1.1rem;
    padding-right: 10px;
}

.w-product-top .w-product-info .w-product-price .price-old {
    font-size: .875rem;
    text-decoration: line-through;
    padding-right: 30px;
    color: #788;
}

.w-product-top .w-product-info .w-product-price .discount-text {
    background: #FE2C2B;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    border: 4px;
    padding: 3px 9px;
    font-size: .875rem;
}

.w-product-top .w-product-info .w-product-social {
    margin: 1rem 0;
}

.w-product-top .w-product-info .w-product-supplier {
    margin: 1rem 0;
    font-size: .95rem;
}

.w-product-top .w-product-info .w-product-supplier a {
    color: #007bff;
    transition: .3s all ease;
}

.w-product-top .w-product-info .w-product-supplier a:hover {
    color: #006ad9;
}

.w-product-top .w-product-info .w-product-gift .gift-content {
    position: relative;
    display: inline-block;
    background-color: rgba(20, 53, 195, 0.08);
    width: 100%;
    max-width: max-content;
    margin-top: 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--main-color);
    border-image: initial;
    padding: 0.5rem 2.3rem .5rem 1.25rem;
    overflow: hidden;
    border-radius: 0.5rem;
}

.w-product-top .w-product-info .w-product-gift .gift-content .gift-icon {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0px;
    height: 0px;
    border-style: solid;
    color: #fff;
    border-width: 0px 45px 45px 0px;
    border-color: transparent var(--main-color) transparent transparent;
}

.w-product-top .w-product-info .w-product-gift .gift-icon i {
    position: absolute;
    top: 5px;
    right: -37px;
}

.w-product-top .w-product-info .w-product-category {
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.w-product-top .w-product-info .w-product-category > span {
    width: 100px;
    font-size: 1rem;
    color: var(--text-color);
}

.w-product-top .w-product-info .w-product-category .selectgroup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.w-product-top .w-product-info .w-product-category .selectgroup-item {
    margin-bottom: 0;
    position: relative;
}

.w-product-top .w-product-info .w-product-category .selectgroup-item span {
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-right: 5px;
    font-size: .85rem;
    padding: 5px 7px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 5px;
}

.w-product-top .w-product-info .w-product-category .selectgroup-item input {
    position: absolute;
    width: 0;
    height: 0;
}

.w-product-top .w-product-info .w-product-category .selectgroup-item input:checked ~ span {
    background: #f1f1f1;
    border-color: #FE2C2B
}

.w-product-top .w-product-info .w-product-quantity {
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
}

.w-product-top .w-product-info .w-product-quantity span {
    min-width: 100px;
}

.w-product-top .w-product-info .w-product-quantity .quantity-content .button-changeQuantity {
    height: 36px;
    width: 36px;
}

.w-product-top .w-product-info .w-product-quantity .quantity-content .input-changeQuantity {
    width: 90px;
    height: 36px;
}

.w-product-top .w-product-info .w-product-actions {
    display: flex;
    align-items: center;
}

.w-product-top .w-product-info .w-product-actions button {
    width: 48%;
    padding: 10px;
    text-align: center;
    transition: .3s all ease;
    border-radius: 4px;
    overflow: hidden;
    font-size: 1rem;
    outline: none !important;
    cursor: pointer;
}

.w-product-top .w-product-info .w-product-actions button.add-product {
    color: #fff;
    border: none;
    background: var(--color-blue);
    height: 44px;
    width: 100%;
    margin-bottom: 0.75rem;
}


.w-product-top .w-product-info .w-product-actions button.btn-buy-now {
    border: 2px solid var(--color-blue);
    color: var(--color-blue);
    background: transparent;
    height: 44px;
}

.w-product-top .w-product-info .w-product-actions button.btn-buy-now:hover {
    background: var(--color-blue);
    color: #fff;
    transition: all 0.3s ease;
}

.w-product-top .w-product-info .w-product-desc {
    padding: 15px;
    border: 1px solid #d1d1d1;
    margin: 1.5rem 0;
}


.w-product-top .w-product-info .w-product-desc ul li i {
    margin-right: 10px;
    width: 10%;
    height: 41px;
    background: url(../images/icon-detail.png) no-repeat;
    display: inline-block;
}

.w-product-top .w-product-info .w-product-desc ul li i.icon-01 {
    background-position: -5px -5px;
    background-size: 64px;
}

.w-product-top .w-product-info .w-product-desc ul li i.icon-02 {
    background-position: -5px -63px;
    background-size: 64px;
}

.w-product-top .w-product-info .w-product-desc ul li i.icon-03 {
    background-position: -2px -160px;
    background-size: 57px;
}

.w-product-top .w-product-info .w-product-desc ul li i.icon-04 {
    background-position: -2px -106px;
    background-size: 57px;
}

.w-product-top .w-product-info .w-product-desc ul li i.icon-05 {
    background-position: -2px -215px;
    background-size: 57px;
}

@media screen and (max-width: 47.9375em) {
    .w-product-top .w-product-info .w-product-desc {
        padding: 10px;
    }

    .w-product-top .w-product-info .w-product-desc ul li i {
        margin-right: 10px;
        width: 23%;
        height: 41px;
        background: url(../images/icon-detail.png) no-repeat;
        display: inline-block;
    }

    .w-product-top .w-product-info .w-product-desc ul li i.icon-01 {
        background-position: -5px -5px;
        background-size: 55px;
    }

    .w-product-top .w-product-info .w-product-desc ul li i.icon-02 {
        background-position: -5px -59px;
        background-size: 55px;
    }

    .w-product-top .w-product-info .w-product-desc ul li i.icon-03 {
        background-position: -5px -140px;
        background-size: 50px;
    }

    .w-product-top .w-product-info .w-product-desc ul li i.icon-04 {
        background-position: -5px -93px;
        background-size: 50px;
    }

    .w-product-top .w-product-info .w-product-desc ul li i.icon-05 {
        background-position: -5px -186px;
        background-size: 50px;
    }

    .w-product-top .w-product-info .w-product-desc ul li p {
        width: 77%;
    }
}

.w-product-top .w-product-info .w-product-desc ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: .875rem;
}

.w-product-top .w-product-info .w-product-desc ul li:last-of-type {
    margin-bottom: 0;
}

.w-product-top .w-product-info .w-product-desc ul li p {
    margin-bottom: 0;
    width: calc(100% - 10%);
}

.w-product-top .w-product-info .w-product-desc ul li p span.lightfont {
    color: var(--main-color);
    font-weight: 700;
}

.w-product-top .w-product-info .w-product-advisory .form-group {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    margin-top: 1rem;
    position: relative;
}

.w-product-top .w-product-info .w-product-advisory .form-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: var(--text-color);
}

.w-product-top .w-product-info .w-product-advisory .form-group .form-control {
    padding-left: 30px;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    height: 44px;
    line-height: 44px;
    border-right: 0;
}

.w-product-top .w-product-info .w-product-advisory .form-group button {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border: 0;
    background: var(--color-blue);
    outline: none !important;
    box-shadow: none !important;
    min-width: fit-content;
    padding: 0px 30px;
}

@media screen and (max-width: 47.9375em) {
    .w-product-top .w-product-info .w-product-advisory .form-group .form-control {
        font-size: .85rem;
    }

    .w-product-top .w-product-info .w-product-advisory .form-group button {
        font-size: .85rem;
        padding: 0 10px;
    }
}

.w-product-compare {
    border: 2px solid var(--main-color);
}

.w-product-compare .compare-title {
    padding: 5px 5px;
    font-weight: 700;
    display: block;
    /*text-align: center;*/
    color: #fff;
    background: var(--main-color);
    font-size: .95rem;
    text-transform: uppercase;
}

.compare-content {
    min-height: 800px;
}

.alert-empty {
    padding: 50px 30px 80px;
    text-align: center;
}

.alert-icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: 1.5rem auto;
    border: 2px solid #888;
    font-size: 2rem;
    color: #888;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
}

.alert-title {
    font-size: 1.1rem;
    color: #000;
    margin: 0 auto 1rem;
}

.alert-desc {
    font-size: .875rem;
    color: #000;
}

.content-zoomout {
    overflow: hidden;
}

.w-product-desc-action a {
    text-decoration: underline !important;
    font-size: .875rem;
}

.w-product-desc-action a i {
    margin-left: 4px;
}

.w-product-middle {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    border-radius: .125rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: 2rem;
    padding: 15px;
}

.w-product-middle-title {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.w-product-middle table td,
.w-product-middle table th {
    border-top: 0 !important;
}

.w-product-middle .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .02);
}

.w-product-middle table td:first-of-type {
    min-width: 120px;
    color: #555;
    font-weight: 700;
    font-size: .875rem;
}

.w-product-bottom > .container {
    padding: 0;
}

.w-product-left-content-content {
    color: var(--text-color);
}

.w-product-left-content-content * {
    max-width: 100% !important;
}

.w-product-related,
.w-product-viewed {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    border-radius: .125rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: 2rem;
    padding: 15px;
}

.w-product-related .heading--title,
.w-product-viewed .heading--title {
    margin-bottom: 15px;
}

.w-product-related .owl-nav,
.w-product-viewed .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-product-related .owl-nav button,
.w-product-viewed .owl-nav button {
    outline: none !important;
    box-shadow: none !important;
    background: var(--main-2-light-color) !important;
    width: 20px;
    height: 30px;
    transition: .3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.w-product-related .owl-nav button:hover,
.w-product-viewed .owl-nav button:hover {
    background: var(--main-2-color) !important;
}

.w-product-related .owl-nav button.owl-next,
.w-product-viewed .owl-nav button.owl-next {
    margin-left: 5px;
}

.w-product-related .owl-nav button span,
.w-product-viewed .owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 47.9375em) {
    .w-product-top .w-product-info .w-product-quantity {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .w-product-top .w-product-info .w-product-quantity span {
        width: 30%;
        min-width: unset;
    }

    .quantity-content {
        width: 70%;
        justify-content: flex-end;
    }

    .w-product-top .w-product-info .w-product-actions button.btn-add-cart,
    .w-product-top .w-product-info .w-product-actions button.btn-add-cart-muangay {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: .875rem;
    }

    .w-product-top .w-product-info .w-product-actions {
        flex-wrap: wrap;
    }

    .w-product-top .w-product-info .w-product-desc ul li {
        font-size: .875rem;
    }

    .w-product-left-content-content {
        font-size: .85rem;
    }

    .w-product-middle-title {
        font-size: 1rem;
        margin-bottom: .875rem;
    }

    .w-product-related .heading--title:after,
    .w-product-viewed .heading--title:after {
        display: none;
    }
}

.compare-content ul li {
    margin-bottom: 1rem;
    padding: 5px;
}

.main-footer {
    padding: 30px 0 20px;
    background: #fff;
}

.list-icon-inner {
    display: flex;
    align-items: center;
}

.list-contact-title {
    margin-bottom: 0.75rem;
}

.list-icon-icon {
    flex-shrink: 0;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px 0 rgb(48 56 70 / 25%);
    border-radius: 100%;
    background: #fff;
}

.list-icon-icon img {
    max-width: 40px;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.list-icon-content {
    flex-grow: 1;
    padding-left: 15px;
}


.footer-list-icons {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.footer-list-contact {
    padding: 50px 0 10px;
}

.footer-list-contact__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1.25rem;
}


.list-contact-item .list-contact-list ul li {
    margin-bottom: 0.75rem;
}

.list-contact-item .list-contact-list ul li:last-child {
    margin-bottom: 0;
}

.list-contact-item .list-contact-list ul li .fa,
.list-contact-item .list-contact-list ul li i {
    display: inline-block;
    margin-right: 0.5rem;
    color: var(--main-2-light-color);
}

.list-contact-item.list-contact-item--link .list-contact-list ul li {
    position: relative;
    padding-left: 1.5rem;
}

.list-contact-item.list-contact-item--link .list-contact-list ul li::before {
    content: '\f105';
    position: absolute;
    top: 0.05em;
    left: 0;
    font-family: "Font Awesome 5 Pro", FontAwesome;
}

.list-contact-item .list-contact-list ul li span {
    color: var(--main-2-light-color);
    font-weight: 700;
}

.list-contact-item .list-contact-list ul li:hover span {
    color: var(--main-2-color);
}

@media screen and (max-width: 47.9375em) {
    .footer-list-contact__inner {
        grid-template-columns: 1fr;
    }
}

.list-contact-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list-contact-social .list-contact-social-item {
    margin-right: 10px;
}

.list-contact-social .list-contact-social-item img {
    max-width: 25px;
}

.footer-shop {
    padding: 15px 0;
}

.footer-shop-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #3d3d3d;
    margin-bottom: .875rem;
}

.footer-shop-item h5 {
    padding-top: .5rem;
    font-size: .875rem;
    font-weight: 700;
    color: #3d3d3d;
    margin-bottom: .5rem;
}

.footer-shop-item p {
    font-size: .85rem;
    line-height: 1.5;
    color: #111;
}

.footer-shop-item img {
    width: 100%;
    max-width: 140px;
}

.footer-copyright {
    padding-top: 1rem;
}

.footer-copyright,
.footer-copyright a {
    color: var(--text-color) !important;
}

@media screen and (max-width: 61.9375em) {
    .main-footer {
        padding: 30px 0;
    }

    .list-icon-item {
        margin-bottom: 1rem;
    }

    .list-icon-icon {
        height: 60px;
        width: 60px;
    }

    .list-icon-icon img {
        max-width: 30px;
    }

    .list-icon-content {
        width: calc(100% - 60px);
        padding-left: 1rem;
    }

    .list-icon-content .list-icon-title {
        font-size: 0.875rem;
        margin-bottom: .2rem;
    }

    .footer-list-contact {
        padding-top: 30px;
    }

    /*.list-contact-item .list-contact-title {*/
    /*    font-size: 1rem;*/
    /*    margin-bottom: .4rem;*/
    /*}*/
    .list-contact-item {
        margin-bottom: 1rem;
    }

    .list-contact-item .list-contact-list ul li {
        margin-bottom: .3rem;
    }

    .footer-shop-item img {
        max-width: 140px;
        display: block;
        margin: 0 auto;
    }

    .footer-payment {
        margin-bottom: 1rem;
    }

    .footer-payment img {
        max-width: 100%
    }

    .footer-left {
        text-align: center;
    }

    .list-contact-item .list-contact-list ul li a {
        font-size: .85rem;
    }
}

.subcribe-footer {
    /*border-bottom: 1px solid #e5e5e5;*/
    background: var(--main-2-light-color);
    color: white;
}

.subcribe-footer-main {
    padding: 30px 0;
}

.subcribe-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.subcribe-inner .subcribe-icon {
    width: 50px;
    font-size: 2.5rem;
    color: #fff;
}

.subcribe-inner .subcribe-text {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.subcribe-inner .subcribe-text h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: .2rem;
}


#formSubcribe .form-inner {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 999px;
}

#formSubcribe .form-inner .form-control {
    background: #fff;
    border: none;
    outline: none;
    height: 44px;
    line-height: 44px;
    margin: 0;
    max-width: 100%;
    padding: 0 110px 0 3rem;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    border-radius: 0 4px 4px 0;
}

#formSubcribe .form-inner .input-icon i {
    left: 1.05rem;
    font-size: 1.25rem;
    color: var(--main-2-light-color);
}

#formSubcribe .form-inner #btnSendSub {
    background: var(--main-color);
    border: none;
    box-shadow: none;
    color: var(--color-text-bold);
    font-weight: 700;
    cursor: pointer;
    font-size: .875rem;
    height: 38px;
    line-height: 38px;
    outline: none;
    padding: 0;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 9;
    transform: translateY(-50%);
    border-radius: 40px;
    transition: all .3s ease;
}

#formSubcribe .form-inner #btnSendSub:hover {
    background: #ef6a3d;
    color: #fff;
}

@media screen and (max-width: 700px) {
    .subcribe-footer {
        padding-bottom: 1.5rem;
    }

    .subcribe-footer-main {
        padding: 1rem;
        margin: 0;
    }

    .subcribe-inner {
        display: block;
        margin-bottom: .5rem;
    }

    .subcribe-inner .subcribe-icon {
        width: 100%;
        text-align: center;
    }

    .subcribe-inner .subcribe-text {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
}

.payment-inner {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    border-radius: .125rem;
    overflow: hidden;
    background: #fff;
    padding: 15px;
}

.payment-item .payment-title p {
    color: var(--color-text-bold);
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.payment-item .form-group {
    margin-bottom: 1rem;
}

.payment-item .form-group input {
    outline: none !important;
    box-shadow: none !important;
    color: var(--text-color);
    height: 40px;
    line-height: 40px;
    font-size: .875rem;
    border-radius: 4px;
}

.payment-item .form-group input::placeholder {
    color: #a1a1a1
}

.payment-item .form-group input:focus {
    border-color: #0d95e8;
}

.payment-item .form-group textarea {
    outline: none !important;
    box-shadow: none !important;
    color: var(--text-color);
    font-size: .875rem;
    resize: none;
}

.payment-item .form-group textarea:focus {
    border-color: #0d95e8;
}

.payment-transport {
    padding: 0 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 2rem;
}

.payment-transport label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.label-checked {
    position: relative;
    padding-left: 30px;
}

.label-checked:before {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #0d47a1;
    height: 20px;
    width: 20px;
    border-radius: 100%;
}

.label-checked:after {
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #fff;
    height: 4px;
    width: 4px;
    border-radius: 100%;
}

.payment-thanhtoan {
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 2rem;
}


.payment-thanhtoan label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-thanhtoan label {
    padding: 15px
}

.payment-thanhtoan-bottom {
    padding: 30px 15px;
    background: #f5f5f5;
}

.list-product-payment ul {
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: scroll;
}

/* width */
.list-product-payment ul::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.list-product-payment ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.list-product-payment ul::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
.list-product-payment ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.list-product-payment ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: .875rem;
    padding: 10px;
}

.list-product-payment .product-payment-image {
    width: 20%;
    position: relative;
}

.list-product-payment .product-payment-image img {
    width: 100%;
}

.list-product-payment .product-payment-amout {
    position: absolute;
    top: 0;
    right: -10px;
    min-width: 20px;
    height: 20px;
    background: var(--main-2-light-color);
    color: #fff;
    font-size: .875rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-product-payment .product-payment-content {
    width: 80%;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-product-payment .product-payment-content .product-payment-info {
    width: 65%;
    padding-right: 10px;
}

.list-product-payment .product-payment-content .product-payment-info h3 {
    font-size: .875rem;
    color: var(--color-text-bold);
}

.list-product-payment .product-payment-content .product-payment-price {
    width: 35%;
    text-align: right;
    font-size: .85rem;
    color: #888
}

.payment-list {
    margin-bottom: 1.5rem;
}

.payment-codediscount-button .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-codediscount-button .form-group input {
    width: 67%;
}

.payment-codediscount-button .form-group .nhapmagiamgia {
    width: 33%;
    padding-left: 10px;
}

.payment-codediscount-button .form-group .nhapmagiamgia button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    transition: .3s all ease;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    border: 0;
    color: #fff;
    background: #007bff;
    font-size: .875rem;
}

.payment-codediscount-button .form-group .nhapmagiamgia button:hover {
    background: #0068d7;
    cursor: pointer;
}

.payment-codediscount input {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.payment-codediscount span {
    padding-left: 30px !important;
    position: relative;
    display: block;
}

.payment-codediscount span:before {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #fff;
    border: 1px solid #888;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    transition: .3s all ease;
}

.payment-codediscount span:after {
    left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #888;
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

.payment-codediscount input:checked + span:before {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #0d47a1;
    height: 20px;
    width: 20px;
    border: 0;
    border-radius: 100%;
}

.payment-codediscount input:checked + span:after {
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #fff;
    height: 4px;
    width: 4px;
    border-radius: 100%;
}

.payment-total-top {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #d1d1d1;
}

.payment-total-top .total-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .95rem;
}

.payment-total-top .total-flex p {
    margin-bottom: .875rem;
}

.payment-total-top .total-flex p:last-of-type {
    color: var(--color-text-bold);
    font-size: 1rem;
}

.payment-total-bottom {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #d1d1d1;
}

.payment-total-bottom .total-flex,
.payment-total-bottom .total-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.payment-total-bottom .total-flex p {
    margin-bottom: .75rem;
    font-weight: 700;
    color: var(--color-text-bold);
    text-transform: uppercase;
}

.payment-total-bottom .total-flex p:last-of-type {
    color: var(--color-red);
}

.payment-total-bottom .total-button {
    margin-top: 1rem;
}

.payment-total-bottom .btn-payment {
    height: 40px;
    line-height: 40px;
    transition: .3s all ease;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    border: 0;
    color: #fff;
    background: var(--color-blue);
    padding: 0 30px;
}

.payment-total-bottom .btn-payment:hover {
    background: #0068d7;
    cursor: pointer;
}

.payment-total-bottom a {
    font-size: .875rem;
    text-decoration: underline !important;
    color: var(--color-blue);
}

.button-mobile button {
    height: 40px;
    line-height: 40px;
    transition: .3s all ease;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 4px;
    border: 0;
    color: #fff;
    background: #007bff;
    font-size: .875rem;
    width: 100%;
}

.button-mobile .btn-payment:hover {
    background: #0068d7;
    cursor: pointer;
}

.button-mobile a {
    color: var(--text-color);
    display: inline-block;
    margin: .875rem auto;
    width: 100%;
    text-align: center;
    font-size: .875rem;
}

@media screen and (max-width: 47.9375em) {
    .payment-item .payment-title p {
        font-size: .95rem;
    }

    .list-product-payment ul li {
        padding: 0;
        flex-wrap: wrap;
    }

    .list-product-payment .product-payment-content {
        flex-wrap: wrap;
    }

    .list-product-payment .product-payment-content .product-payment-info,
    .list-product-payment .product-payment-content .product-payment-price {
        width: 100%;
    }

    .payment-total-bottom .total-flex p {
        font-size: .95rem;
    }

    .payment-total-top .total-flex {
        font-size: .875rem;
    }
}

.account__form div.form-group {
    position: relative;
}

.account__form div.form-group label img {
    height: 18px;
    width: 18px;
    opacity: .5;
    transition: .4s all ease-in-out;
}

.account__form div.form-group input, .account__form div.form-group textarea {
    border: 0;
    box-shadow: none;
    outline: none;
    background: transparent;
    border-radius: 0;
    padding-right: 0;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: .875rem;
    padding-left: 35px;
    transition: .4s all;
    position: relative;
}

.account__form div.form-group label {
    position: absolute;
    top: 3px;
    left: 5px;
}

#sliderModule .owl-prev {
    outline: none !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #fff;
    height: 30px;
    width: 30px;
    transition: all .1s cubic-bezier(.4, 0, .6, 1);
}

#sliderModule .owl-next {
    outline: none !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #fff;
    height: 30px;
    width: 30px;
    transition: all .1s cubic-bezier(.4, 0, .6, 1);
}

#sliderModule .owl-next:hover, #sliderModule .owl-prev:hover {
    height: 40px;
    width: 40px;
}

#sliderModule .owl-prev:hover {
    left: -20px;
}


.md-btn-danger {
    font-size: .875rem;
    border-radius: 4px;
    padding: 5px;
    background: #D12D12;
    color: #fff;
    border: 0;
    transition: .3s all ease-out;
    outline: none !important;
    box-shadow: none !important;
}

.md-btn-danger:hover {
    background: #AF260F
}

.buttonhome {
    outline: none;
    cursor: pointer;
    border: none;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #e01b00;
    color: #fff;
    transition: opacity .2s ease;
    user-select: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .09);
    padding: 13px 36px;
    text-transform: capitalize;
    font-weight: 400;
    height: 2.5rem;
    box-sizing: border-box;
    font-size: .875rem;
    border-radius: 2px;
    width: 13.125rem;
    margin: .6rem auto 0;
}

.buttonhome:hover {
    color: #fff;
    background: #f05d40;
}

.alert1 {
    background: #6c757d;
    color: #fff;
}

.alert2 {
    background: #ffc107;
    color: #fff;
}

.alert3 {
    background: #007bff;
    color: #fff;
}

.alert4 {
    background: #28a745;
    color: #fff;
}

.alert5 {
    background: #e01b00;
    color: #fff;
}

.input-icon {
    position: relative;
    background: white;
}

.input-icon input {
    padding-left: 2rem;
}

.input-icon i, .input-icon .fa {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
    color: grey;
}

.page-contact {
    background: white;
    padding: 6rem 0;
    position: relative;
}

.page-contact::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 25vw;
    height: 100%;
    background: var(--main-color);
    z-index: 1;
}

@media screen and (min-width: 90em) {
    .page-contact::after {
        width: 30vw;
    }
}

.page-contact h3 {
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 3.35rem;
}

.page-contact .page-contact__form-outer {
    padding: 0 5rem;
}

.page-contact .page-contact__form .form-group:not(:last-child) {
    margin-bottom: 2rem;
}

.page-contact .page-contact__form .form-control {
    font-size: .875rem;
    border-radius: 0;
    border-width: 0 0 1px;
}

.page-contact .page-contact__form .form-control:hover,
.page-contact .page-contact__form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.page-contact .page-contact__info-outer {
    display: flex;
    padding-top: 64px;
}

.page-contact .page-contact__info {
    background: var(--main-2-light-color);
    padding: 2rem;
    color: white;
}

.page-contact .page-contact__info h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.page-contact .page-contact__info ul li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.page-contact .page-contact__info ul li:last-child {
    margin-bottom: 0;
}

.page-contact .page-contact__info ul li i {
    display: inline-block;
    text-align: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 50%;
    margin-right: 1rem;
    font-size: 1.25rem;
}


.page-contact .page-contact__sci {
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: -4rem;
}

.page-contact .page-contact__sci a {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    border-radius: 50%;
    padding: 7px;
}

.page-contact .page-contact__sci a:hover {
    background: var(--main-2-light-color);
    color: #fff;
}

.page-contact .page-contact__sci a:not(:last-child) {
    margin-right: 0.5rem;
}

.page-contact .page-contact__sci a i,
.page-contact .page-contact__sci a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 47.9375em) {
    .page-contact {
        padding: 2rem 0 4rem 0;
    }

    .page-contact h3 {
        font-size: 2rem;
    }

    .page-contact .page-contact__form-outer {
        order: 1;
        padding: 2rem 15px 0;
    }

    .page-contact::after {
        display: none;
    }

    .page-contact .page-contact__info ul li, .page-contact .page-contact__info ul li a {
        font-size: 1rem;
    }

    .page-contact .page-contact__sci {
        right: 0;
        width: 100%;
        padding: 0 15px;
        justify-content: center;
        bottom: -3rem;
    }

    .page-contact .page-contact__info-outer {
        padding-top: 0;
        order: 0;
    }

    .page-contact .page-contact__info {
        padding: 1rem;
    }

    .page-contact .page-contact__info ul li i {
        flex-basis: 30px;
        height: 30px;
        padding: 8px;
    }
}

/*@media screen and (max-width: 48em) {*/
/*}*/


.limit-lines {
    --lines: 3;
    --line-height: 1.5;
    --font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis; /* number of lines to show */
    line-clamp: var(--line-height);
    height: calc(var(--lines) * var(--line-height) * var(--font-size));
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-stage .owl-item {
    height: auto;
}

.owl-carousel .owl-stage .owl-item > * {
    height: 100%;
}

.ratio {
    --aspect-ratio: 100%;
    display: block;
    position: relative;
    z-index: 1;
    max-height: 0;
    width: 100%;
    padding-bottom: var(--aspect-ratio);
    overflow: hidden;
}

.ratio.ratio-3x4 {
    --aspect-ratio: calc(4 / 3 * 100%);
}

.ratio.ratio-1200x591 {
    --aspect-ratio: 49.25%;
}

.ratio.ratio-16x9 {
    --aspect-ratio: calc(9 / 16 * 100%);
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}


.hv-image-zoom:hover .image-zoom {
    transform: scale(1.1);
}

.image-zoom {
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.translate-layer {
    position: relative;
    z-index: 1;
}


.hv-translate-layer:hover .translate-layer::before {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.hv-text-fill-main:hover .text-fill-main {
    color: var(--main-color);
    transition: color 0.3s ease-in-out;
}

.translate-layer::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.13);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.5s ease-in-out;
}

.translate-layer.transition-none::before {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.33);

}

.hv-underlined-text:hover .underlined-text {
    text-decoration-color: var(--text-color);
}

.underlined-text {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.3s ease-in-out;
}

.categoryMaster .categoryMaster-layout {
    display: grid;
    grid-template-rows: auto auto;
    /*grid-template-columns: 288px 1fr;*/
    padding-bottom: 1.25rem;
}

.categoryMaster .layout-right {
    padding: 1.25rem;
}

.z-index-1 {
    z-index: 1;
}

.background-white {
    background-color: #fff;
}

.section-heading {
    font-size: 1.25rem;
    text-transform: uppercase;
    padding-left: 0.625rem;
    margin-bottom: 1rem;
    border-left: 3px solid var(--color-red);
}

.section-y-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.section-40 {
    padding-top: 2.5rem;
}

.section-y-20 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.background-center {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-white {
    background-color: #fff;
}

.p-20 {
    padding: 1.25rem;
}

.swiper .swiper-slide {
    height: auto;
}


#swiper-featured-products .swiper-slide {
    border: 1px solid #e6ecf2;
}

#swiper-featured-products .swiper-slide + .swiper-slide {
    border-left: none;
}

.product {
    height: auto;
    transition: all 0.3s ease-in-out;
}

.product .product-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    height: 100%;
}

.product .product-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.product .product-footer {
    position: relative;
    z-index: 11;
    padding: 1.25rem;
    display: flex;
    justify-content: center;
}

.product .product-footer > * {
    margin: 0 0.3125rem;
}

.product .product-body {
    padding: 1.25rem 1.25rem 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


.product .product-name {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--color-text-bold);
    padding-bottom: 0.75rem;
    flex-grow: 1;
}

.product .product-price {
    text-align: center;
    color: var(--color-red);
    font-weight: 700;
}
.product .product-price del {
    font-size: 0.9em;
    color: #9E9E9E;
}

.product .product-detail {
    display: none;
    padding: 0 1.25rem 1.25rem;
    position: absolute;
    top: 100%;
    background: #fff;
    border: 1px solid #e6ecf2;
    left: -1px;
    right: -1px;
    margin-top: -1px;
    border-top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 100ms;
}

.product.hv-show-detail:hover .product-detail {
    opacity: 1;
    visibility: visible;
}

.product .product-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    color: var(--text-color);
}

.transition-common {
    transition: all 0.3s ease-in-out;
}

.hv-shadow:hover {
    box-shadow: 4px 4px 8px -4px rgb(0 0 0 / 15%),
    -4px 4px 8px -4px rgb(0 0 0 / 15%);
}

.product.hv-show-detail:hover .product-detail,
.swiper-slide.product:hover {
    box-shadow: 4px 4px 8px -4px rgb(0 0 0 / 10%),
    -4px 4px 8px -4px rgb(0 0 0 / 10%);
}

.w-product-top .w-product-info .w-product-actions button.add-product.disabled,
.btn-product.disabled {
    opacity: 0.65;
}

.btn-product {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 35px;
    padding: 0 5px;
    height: 35px;
    font-size: 0.875rem;
    border: 1px solid var(--text-color);
    border-radius: 3px;
    color: var(--text-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.btn-product:hover {
    color: var(--color-red);
    border-color: var(--color-red);
}

.background-mask::before,
.ratio-mask::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.ratio-mask::after {
    background-image: linear-gradient(-80deg, #0000 140px, #fffaeb 300px, #fffaeb);

}

.hv-background-mask:hover .background-mask::before {
    background-color: rgba(0, 0, 0, 0.33);
}

.background-mask::before {
    background-color: rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease-in-out;
}

.prCategory .prCategory-main {
    padding: 1.25rem;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.prCategory .prCategory-name {
    padding-right: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.prCategory:hover .prCategory-name {
    padding-bottom: 1.25rem;
}

.prCategory:hover .prCategory-hidden {
    opacity: 1;
    visibility: visible;
    font-size: 1.25rem;
}

.prCategory .prCategory-hidden {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.slide-x-infinite {
    animation: slide-x-infinite 1s infinite ease-in-out;
}

.link-absolute {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.link-absolute > * {
    display: none !important;
}


.related-posts .st-swiper-btn,
.section-blog .st-swiper-btn,
#product-category .st-swiper-btn,
#supplier-brand .st-swiper-btn,
#featured-products .st-swiper-btn {
    top: calc(50% + 23px);
}


.h-auto {
    height: auto;
}

.categoryMaster-list {
    border-top: 1px solid var(--color-border-light);
    border-left: 1px solid var(--color-border-light);
}

.categoryMaster-list > [class*='col-'] {
    border: 1px solid var(--color-border-light);
    border-top: none;
    background-color: #fff;
}

.categoryMaster-list > [class*='col-'] {
    border-left: none;
}

.section-404 {
    width: 100%;
    margin-top: 1.25rem;
}

.categoryMaster-pagination {
    padding-top: 1.25rem;
}

.categoryMaster-pagination li a.page-link {
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.categoryMaster-pagination li.pageactive > a.page-link {
    font-weight: 400;
}

.alert-404 {
    width: 100%;
    padding: 0.625rem;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.prDetail .prDetail-avatar {
    padding: 3rem;
    border: 1px solid var(--color-border-light);
    border-radius: 3px;
}

#swiper-prDetail {
    padding-top: 1.25rem;
}

#swiper-prDetail .swiper-slide {
    border: 1px solid var(--color-red);
    border-radius: 3px;
}


.blog {
    display: block;
    width: 100%;
}

.blog .blog-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(30%, 160px) 1fr;
    grid-gap: 1.25rem;
    padding: 1.25rem 0;
}

.blog .blog-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-info {
    display: flex;
    margin-bottom: 0;
}

.blog-info > li {
    display: inline-block;
}

.blog-info > li + li {
    margin-left: 15px;
}

.blog-info > li > .icon {
    margin-right: 5px;
}


.config-post {
    font-family: inherit !important;
    line-height: 1.5 !important;
}

.config-post p,
.config-post span,
.config-post table {
    font-weight: 400 !important;
}

.config-post b *,
.config-post b,
.config-post strong *,
.config-post strong {
    font-weight: 700 !important;
}

.config-post h1 *,
.config-post h1,
.config-post h2 *,
.config-post h2,
.config-post h3 *,
.config-post h3,
.config-post h4 *,
.config-post h4,
.config-post h5 *,
.config-post h5,
.config-post h6 *,
.config-post h6 {
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
}

.config-post h1 *,
.config-post h1 {
    font-size: 1.5rem !important;
}

.config-post h2 *,
.config-post h2 {
    font-size: 1.25rem !important;
}

.config-post h3 *,
.config-post h3 {
    font-size: 1.125rem !important;
}

.config-post h4 *,
.config-post h4 {
    font-size: 1rem !important;
}

.config-post h6 *,
.config-post h6,
.config-post h5 *,
.config-post h5 {
    font-size: 0.875rem !important;
}

.related-post .post-wrapper {
    /*display: grid;*/
    /*grid-template-columns: minmax(30%, 160px) 1fr;*/
    /*grid-gap: 0.625rem;*/
    display: flex;
    flex-direction: column;
}

.related-post .post-title {
    font-size: 0.875rem;
    margin-top: 0.75rem;
}

.related-posts .st-swiper-btn.next {
    right: -22px;
}

.related-posts .st-swiper-btn.prev {
    left: -22px;
}

.blog-detail .breadcrumb {
    padding: 0.75rem 0;
}

.related-products .swiper-slide {
    border: 1px solid var(--color-border-light);
}

.related-products .swiper-slide + .swiper-slide {
    border-left: none;
}

.related-products .st-swiper-btn.prev {
    left: -16px;
}

.related-products .st-swiper-btn.next {
    right: -16px;
}

.hidden-under-992 {
    display: none;
}

.blog .blog-description {
    display: none;
}

.mb-40 {
    margin-bottom: 2.5rem;
}


/*.preloader {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    z-index: 99999999;*/
/*    background-color: #ffe67f;*/

/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.preloader .loader {*/
/*}*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #FFFFFF;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

#loader-wrapper #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: var(--main-color);
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader-wrapper #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: var(--main-color);
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader-wrapper #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top-color: var(--main-color);
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #FFFFFF;
    z-index: 999999;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
    display: none;
    background: transparent;
    transition: all 0.9s ease-out;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
    display: none;
    background: transparent;
    transition: all 0.9s ease-out;
}

.loaded #loader-wrapper {
    background: transparent;
    visibility: hidden;
}

.loaded #loader-wrapper #loader {
    opacity: 0;
}

.swal2-container.swal2-center > .swal2-popup {
    max-width: 375px;
}

.swal2-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    color: var(--color-text-bold) !important;
}

.swal2-actions {
    margin-top: 0.75rem !important;
}

.swal2-html-container {
    font-size: 0.875rem !important;
    color: var(--color-text-light);
    margin-top: 0.75rem;
}

.swal2-styled.swal2-cancel {
    outline: none !important;
    box-shadow: none !important;
    font-size: 0.875rem !important;
}

.swal2-styled.swal2-confirm {
    background-color: var(--color-red) !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 0.875rem !important;
    font-weight: 400 !important;
}

a.turn-off-modal {
    color: var(--text-color);
    text-decoration: underline !important;
    text-transform: capitalize;
}

.section-trademark .trademark-border {
    border: 1px solid var(--color-border-light);
}

.trademark-item {
    border-left: 1px solid var(--color-border-light);
    border-bottom: 1px solid var(--color-border-light);
}

.trademark-item:last-child {
    border-right: 1px solid var(--color-border-light);
}

.footer-shop iframe {
    min-height: 350px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes slide-x-infinite {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
}

@media screen and (max-width: 47.9375em) {
    .st-swiper-btn {
        display: none;
    }
}

@media screen and (min-width: 48em) {

    #bannerBar .btn-slide {
        height: 70px;
        width: 70px;
    }


    #bannerBar .btn-slide.prev {
        left: -30px;
    }

    #bannerBar .btn-slide.next {
        right: -30px;
    }

    /*.related-post .post-wrapper {*/
    /*    display: grid;*/
    /*    grid-template-columns: minmax(30%, 160px) 1fr;*/
    /*    grid-gap: 0.625rem;*/
    /*}*/
    .footer-list-contact__inner {
        justify-items: center;
    }


    .blog .blog-description {
        display: block;
    }

    .blog .blog-wrapper {
        grid-template-columns: minmax(30%, 200px) 1fr;
    }

    .blog .blog-title {
        font-size: 1rem;
    }

    .w-product-top .w-product-info .w-product-actions button.add-product {
        margin: 0 5px;
    }
}

@media screen and (min-width: 62em) {
    .categoryMaster .categoryMaster-layout {
        grid-template-columns: 288px 1fr;
        grid-template-rows: initial;
    }

    .product .product-detail {
        display: block;
    }

    .checkout-footer {
        flex-direction: row;
    }

    .checkout-footer .checkout-back,
    .checkout-footer .checkout-next {
        width: 25%;
    }

    .checkout-footer .checkout-next {
        display: flex;
        justify-content: flex-end;
    }

    .checkout-footer .checkout-total {
        width: 50%;
    }

    .checkout-footer .checkout-back a {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 210px;
    }

    .w-product-top .w-product-info .w-product-actions button {
        margin: 0 5px;
    }
}

@media screen and (min-width: 75em) {
    .hidden-under-992 {
        display: initial;
    }
}
