.modalFooter .head-title h4 {
    margin-bottom: 0;
}

#toast2 {
    position: fixed;
    top: 83px;
    right: 32px;
    z-index: 999999
}

.toast2 {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 2px;
    padding: 10px 0;
    min-width: 300px;
    max-width: 450px;
    border-left: 4px solid;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
    transition: all linear .3s
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(calc(100% + 32px))
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeOut {
    to {
        opacity: 0
    }
}

.toast--success {
    border-color: #47d864
}

.toast--success .toast__icon {
    color: #47d864
}

.toast--info {
    border-color: #2f86eb
}

.toast--info .toast__icon {
    color: #2f86eb
}

.toast--warning {
    border-color: #ffc021
}

.toast--warning .toast__icon {
    color: #ffc021
}

.toast--error {
    border-color: #ff623d !important
}

.toast--error .toast__icon, .toast--error .toast__title {
    color: #ff623d
}

.toast2 i {
    font-weight: 300
}

.toast2 + .toast2 {
    margin-top: 24px
}

.toast__icon {
    font-size: 24px
}

.toast__icon, .toast__close {
    padding: 0 16px
}

.toast__body {
    flex-grow: 1
}

.toast__title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0
}

.toast__msg {
    font-size: 13px;
    color: #888;
    margin-top: 6px;
    margin-bottom: 0
}

.toast__close {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.3);
    cursor: pointer
}

@media screen and (max-width: 768px) {
    #toast2 {
        top: 60px;
        right: 3px
    }

    .toast2 {
        min-width: 200px;
        padding: 5px 0
    }

    .toast__icon {
        font-size: 15px
    }

    .toast__icon, .toast__close {
        padding: 0 10px
    }

    .toast__title {
        font-size: 12px
    }

    .toast__msg {
        font-size: 10px;
        margin-top: 2px
    }

    .toast2 + .toast2 {
        margin-top: 5px
    }
}

:root {
    --main-fontsize: 13px;
    --main-color: #000;
    --colors1: #f67227;
    --colors2: #fedec5
}

@font-face {
    font-family: VLKALEKOROUND;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/tp/T0491/fonts/VLKALEKOROUND-BOOK.ttf')
}

@font-face {
    font-family: VLKALEKOROUND;
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('/tp/T0491/fonts/VLKALEKOROUND-BOLD.ttf')
}

@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/tp/T0491/fonts/Mulish-Regular.ttf')
}

@font-face {
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('/tp/T0491/fonts/Mulish-Bold.ttf')
}

body {
    background-color: #fff;
    font-size: var(--main-fontsize);
    color: #000;
    font-display: swap;
    font-family: Mulish
}

img.lazyloading {
    opacity: .001 !important
}

#root > .wrap {
    min-height: 50vh
}

.colorMain1 {
    color: var(--colors1)
}

.colorMain2 {
    color: var(--colors2)
}

.colorCcc {
    color: #ccc
}

a {
    color: var(--main-color)
}

a:hover {
    text-decoration: unset;
    color: var(--colors1)
}

.overflow-y {
    overflow-y: hidden
}

h1 {
    font-size: 22px
}

h2 {
    font-size: 20px
}

ul {
    padding-inline-start: 0
}

.slider_index, .slider_index .owl-nav {
    margin-bottom: 0;
    margin-top: 0
}

img {
    max-width: 100%
}

.ptsUnset {
    position: unset
}

.ptsRlt {
    position: relative
}

.text_center {
    text-align: center
}

.no_padding {
    padding: 0
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #2e302f
}

*::-webkit-scrollbar-thumb {
    background-color: var(--colors1)
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5
}

.topPromotionHeader {
    background-color: var(--colors1);
    color: #fff;
    overflow: hidden;
    line-height: 20px;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 11px
}

.textTopPromotion {
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
    width: 100%
}

.topPromotionHeader p {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 30px;
    line-height: 40px;
    width: calc(100% - 180px);
    white-space: nowrap;
    overflow: hidden;
    padding-left: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.buttonTopHeder {
    background-color: #fff;
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--colors1);
    font-weight: 700;
    display: inline-block;
    margin-right: 30px
}

.animationFlash {
    animation-duration: 2s;
    animation-name: flash;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes flash {
    0% {
        opacity: 1;
        color: #c62324;
    }
    25% {
        color: #fff;
    }
    50% {
        color: #c62324;
    }
    75% {
        color: #fff;
    }
    100% {
        color: #c62324;
    }
}

.phoneHeader {
    color: #fff;
    font-size: 14px;
    width: 30%;
    text-align: left
}

.phoneHeader:hover {
    color: #fff
}

.phoneHeader i {
    font-weight: 300;
    font-size: 15px;
    transform: rotateY(180deg);
    padding-left: 10px
}

ul.listRightMenu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    height: 80px;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    max-width: 280px;
    margin: 0 0 0 auto
}

.listRightMenu .formSearch {
    border: 1px solid #a7a6aa;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    position: relative
}

.formSearch input {
    border: 0;
    box-shadow: none;
    outline: unset;
    background: #fff;
    height: 30px;
    display: inline-block;
    width: 180px;
    padding: 0 30px 0 10px
}

.formSearch input::placeholder {
    font-size: 10px;
    color: #7a7a7c
}

ul.listRightMenu i {
    font-size: 18px
}

.formSearch button {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    border: 0;
    box-shadow: none;
    outline: unset;
    background: #fff
}

.fixHeightMenu .logoHeader {
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 70px
}

.logoHeader img {
    max-height: 65px;
    padding: 2px
}

.menu-main {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 80px;
    align-items: center
}

.menu-main .menu-item {
    position: relative
}

.menu-main .menu-item:nth-last-child(-n+3) .sub-menu-2 {
    left: unset;
    right: 100%
}

#menu-main .menu-item .fas {
    display: none
}

.sub-menu {
    position: absolute;
    top: 80%;
    left: 0;
    width: calc(100vw - 6px);
    background-color: transparent;
    border-top: 17px solid transparent;
    z-index: 9;
    visibility: hidden;
    transform: scale(1, 0);
    transform-origin: top;
    transition: all .2s;
    overflow: hidden;
    display: none
}

.sub-menu > .fakeW100 {
    background: #fff;
    width: 100%;
    padding: 10px 0 30px 0
}

.sub-menu .container {
    background: #fff
}

.sub-menu .container li {
    width: 25%
}

.sub-menu .container .col-md-7 {
    display: flex;
    flex-wrap: wrap
}

.sub-menu li {
    list-style: none;
    position: relative
}

.sub-menu .sub-menu-2 > li {
    width: 100%
}

#menu-main li {
    padding: 15px 20px;
    position: unset
}

#menu-main a {
    display: inline-block;
    font-size: 14px;
    color: #fc893a;
    transition: all .3s;
    text-transform: uppercase;
    position: relative
}

#menu-main a:after, .activeItems a:after {
    content: "";
    position: absolute;
    background-color: var(--colors1);
    display: inline-block;
    height: 2px;
    width: 0;
    right: 25%;
    left: auto;
    bottom: -5px;
    transition: all .3s
}

#menu-main .menu-item a:hover, .activeItems a {
    color: #fe7a1f;
    font-weight: 700
}

#menu-main .menu-item a:hover:after, #menu-main .activeItems a:after {
    width: 50%;
    left: 25%;
    right: auto
}

#menu-main .sub-menu-2 li {
    padding: 5px 0 0 0
}

#menu-main .sub-menu-2 {
    display: block;
    margin-top: 5px
}

#menu-main .sub-menu-2 a {
    font-size: 14px;
    text-transform: unset
}

#menu-main .sub-menu-2 a:after {
    display: none
}

.menu-main .menu-item:hover .sub-menu {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible
}

.slider_index {
    list-style: none
}

.bottomHeader {
    height: 35px;
    color: var(--colors1);
    width: 100%;
    font-weight: 700;
    background-color: #fedec5;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    overflow: hidden
}

.marquee p {
    display: inline-block;
    white-space: nowrap;
    margin: 0 7%
}

.marquee span {
    display: inline-block
}

.owl-nav button.owl-next {
    right: 10px
}

.styleButtonSlide.owl-carousel .owl-nav button {
    position: absolute;
    display: inline-block;
    top: 50%;
    margin: 0;
    color: #666;
    transform: translateY(-50%);
    width: 25px;
    height: 25px
}

.styleButtonSlide.owl-carousel .owl-nav button span {
    display: none
}

.styleButtonSlide.owl-carousel .owl-nav button:after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    margin: 0;
    color: #666;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #f4cbaf
}

.styleButtonSlide.owl-carousel .owl-nav button.owl-prev:after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid #f4cbaf;
    border-left: 0;
    transform: translate(-25px, -25px)
}

.styleButtonSlide .owl-dots {
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    text-align: center
}

.styleButtonSlide.owl-theme .owl-dots .owl-dot span {
    background: #fff
}

.styleButtonSlide.owl-theme .owl-dots .owl-dot.active span {
    background: var(--colors1)
}

.owl-nav button.owl-prev {
    left: 10px
}

.owl-theme .owl-nav {
    margin-top: 0
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background-color: transparent;
    border: 0;
    outline: unset
}

.descriptionCl1 {
    padding: 5px;
    text-align: center;
    width: 100%;
    z-index: 1;
    overflow: hidden
}

.descriptionCl1 h4 {
    color: var(--colors1);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px
}

.descriptionCl1 p {
    font-size: 18px;
    margin-bottom: 0
}

.blockCollection {
    padding: 20px;
    border: 1px solid var(--colors1);
    border-radius: 5px;
    position: relative;
    margin-top: 1%
}

.blockCollection .blockCollection-tlt {
    position: absolute;
    background: #fff;
    transform: translate(-50%, 0);
    left: 50%
}

.divided_line {
    text-align: center;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500
}

.SlideProductHot.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border: 1.5px solid var(--colors1);
    background-color: #fff;
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot:active, .owl-theme .owl-dots .owl-dot:focus {
    outline: unset;
    border: 0
}

.SlideProductHot.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--colors1)
}

.introSwitch {
    width: 100%;
    overflow: hidden;
    padding: 25px;
    text-align: center;
    color: #fff;
    background-color: var(--colors1)
}

.introBannerIntro {
    color: #ccc;
    font-size: 15px
}

.boxTagIcon {
    z-index: 1
}

.boxTagIcon .tagProItem {
    width: 35px;
    height: 20px;
    color: #fff;
    text-align: center;
    background-color: #f5a66d;
    font-size: 11px;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 5px;
    position: relative
}

.tagProItem.tagHotItem {
    display: none !important
}

.tagProItem.tagCalcItem {
    background: var(--colors1);
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 5%;
    height: 40px;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%
}

.tagProItem.tagCalcItem:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: .5px;
    top: -1px;
    width: 34px;
    height: 40px;
    border: 1px solid #fff;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%
}

.tagProItem.tagNewItem {
    background: var(--colors1);
    transform: translateX(10px);
    position: absolute;
    top: 11%;
    right: 10%;
    height: 35px;
    border-radius: 50%
}

.tagProItem.tagNewItem:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 1px;
    top: 1px;
    height: 33px;
    width: 33px;
    border: 1px solid #fff;
    border-radius: 50%
}

.product_box a:hover {
    color: #333
}

.product-price {
    text-align: center
}

.product-price .product-price-old {
    font-size: 13px;
    color: #8f8f8f;
    margin-right: 30px
}

.product-price span {
    font-size: 17px;
    color: var(--colors1);
    font-weight: 700
}

.lineHomeBorder {
    border-top: 1px solid #000;
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 0 15px
}

.product_box {
    margin-bottom: 25px;
    position: relative
}

.product_box .product-image, .listNews_byCate .feature-img {
    text-align: center;
    position: relative;
    overflow: hidden
}

.product_box .product-image:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 143%
}

.listNews_byCate .feature-img:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 60%
}

.product_box .product-image picture, .feature-img picture {
    height: 100%;
    display: inline-block
}

.product_box .product-image:hover img {
    transform: scale(1.05);
    transition: all .4s ease-in-out
}

.product_box .product-image img, .feature-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .4s ease-in-out
}

.btnMore {
    text-align: center;
    width: 100%
}

.product-btn-buy {
    margin-top: 25px
}

.buttonVideo {
    display: block;
    text-align: center;
    padding: 10px 30px;
    font-weight: 700;
    border: 1px solid var(--colors1);
    color: var(--colors1);
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 7px
}

.btnHover {
    display: inline-block;
    margin: 0;
    background-color: var(--colors1);
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 500;
    border: 1px solid var(--colors1);
    position: relative;
    overflow: hidden
}

.btnHover:active, .btnHover:focus {
    outline: unset
}

.btnHover:hover {
    background-color: #fff !important;
    color: var(--colors1) !important;
    transition: all .4s ease-in-out
}

.btnHoverLight {
    display: inline-block;
    margin: 0;
    background-color: #fff;
    color: var(--colors1);
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 500;
    border: 1px solid transparent;
    box-shadow: 3px 3px 10px #0000006b;
    position: relative;
    overflow: hidden
}

.btnHoverLight:active, .btnHoverLight:focus {
    outline: unset
}

.btnHoverLight:hover {
    color: #fff !important;
    background-color: var(--colors1) !important;
    transition: all .4s ease-in-out
}

.btnClickLoad:focus:after, .btnClickLoad:active:after, .loadBtn:focus:after, .loadBtn:active:after, .loadBtn.active:after {
    opacity: 1;
    visibility: visible
}

.btnClickLoad:after, .loadBtn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center;
    background-image: url(/tp/T0491/img/loading_spinner.gif);
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden
}

.swichThumb {
    display: block
}

.titleFt1 {
    display: inline-block;
    text-transform: capitalize
}

.form_sub form {
    display: flex;
    position: relative
}

.form_sub form input, .form_sub button {
    height: 30px;
    border-radius: 20px;
    border: 1px solid var(--colors1)
}

.form_sub button {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 50px;
    background-color: var(--colors1)
}

.footerBlack {
    background-color: #ededed;
    padding: 30px 0 20px
}

footer {
    margin-top: 30px
}

.contentFt {
    display: block;
    overflow: hidden
}

.contentFt ul {
    list-style: none
}

.titleFt {
    text-transform: uppercase
}

.copyRight {
    background-color: var(--colors1);
    color: #fff;
    text-align: center
}

.copyRight p {
    margin-bottom: 0;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 700
}

.backgroundCl2 {
    background-color: var(--colors2)
}

.tagCategoryView span {
    background-color: var(--colors1);
    padding: 5px 10px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px
}

.product_info_view {
    padding: 0 15px
}

.name_h1_pro {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1.1px;
    color: #000;
    margin: 0 0 10px 0;
    font-weight: 700;
    text-transform: uppercase
}

.priceDetail {
    display: flex;
    flex-wrap: wrap
}

.itemsViewD {
    padding-top: 5px
}

.titleCaption {
    text-transform: capitalize
}

.contentMaxHeight {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.viewDetailCode {
    padding: 15px 0;
    border-top: 1px solid #000;
    margin-top: 20px;
    border-bottom: 1px solid #000
}

.swatch {
    padding-top: 15px
}

.req a {
    border: 1px solid #eee;
    border-radius: 50%;
    padding: 0;
    margin: 0 15px 5px 0;
    font-weight: 500;
    background-color: #eee;
    text-transform: uppercase;
    position: relative;
    width: 45px;
    height: 45px;
    transition: all .3s ease-in-out;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.req.size a {
    border-radius: 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #d0d0d2;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d0d0d2;
    padding: 0 10px
}

.req.size a.active, .req.size a:hover {
    border-color: #000;
    color: #000
}

.req.color a span {
    visibility: hidden;
    opacity: 0;
    bottom: calc(100% + 15px);
    position: absolute;
    background-color: var(--colors1);
    color: #fff;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    padding: 3px 7px;
    font-size: 10px;
    transition: all .3s ease-in-out;
    z-index: -1;
    white-space: nowrap
}

.req.color a:hover span {
    bottom: calc(100% + 5px);
    visibility: visible;
    opacity: 1;
    z-index: 1
}

.req.color a span:after {
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--colors1);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease-in-out
}

.req.color a:after {
    width: 50%;
    height: 50%;
    border: 1px solid #ccc;
    position: absolute;
    content: "";
    transition: all .3s ease-in-out;
    border-radius: 50%;
    z-index: -1;
    opacity: 0
}

.req.color a.active:after, .n-out {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    opacity: 1
}
.req a.deactive {
    opacity: .8;
    cursor: no-drop;
    overflow: hidden
}

.title_select_color, .title_select_size {
    margin-bottom: 0
}

.title_select_color span, .title_select_size span {
    display: inline-block;
    font-size: 15px
}

.title_select_color span:first-child, .title_select_size span:first-child {
    width: 40%
}

.req a:first-child {
    margin-left: 0
}

.title_pro_info {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 700
}

.req {
    margin-bottom: 0;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap
}

.product_info_view .quantity {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.input_number_product {
    width: 120px;
    display: flex;
    border: 1px solid #ccc;
    overflow: hidden;
    align-items: center
}

.input_number_product button, .input_number_product button:focus, .input_number_product button:active {
    background-color: transparent;
    font-size: 10px;
    color: #000;
    outline: unset;
    width: 30px;
    height: 30px;
    border: 0
}

.input_number_product .qty {
    width: 60px;
    height: 30px;
    border: 0;
    background-color: transparent;
    text-align: center;
    color: #000;
    font-weight: 700;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.product_info_view .quantity .title100 {
    width: 40%;
    display: block
}

.product_info_view .status {
    width: 50%;
    text-transform: uppercase;
    font-weight: 700
}

.product_info_view .status .stt1 {
    color: #155724
}

.product_info_view .status .stt2 {
    color: red
}

.product_info_view .div_price {
    text-align: right;
    display: inline-block;
    width: 60%
}

.leftPriceDetail {
    width: 40%;
    display: inline-block
}

.leftPriceDetail p {
    margin-bottom: 0;
    border-radius: 6px;
    background-color: #ff7b1c;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    text-transform: uppercase
}

.subtotal .text_right {
    text-transform: uppercase
}

.div_price .save span {
    font-weight: 700;
    font-size: 19px;
    color: var(--colors1);
    text-transform: uppercase;
    display: block
}

.div_price .save del {
    font-size: 16px;
    text-transform: uppercase;
    color: #696969
}

.listAttributes {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 15px
}

.listAttributes li {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #b4b4b4
}

.listAttributes li p {
    margin-bottom: 0;
    font-size: 16px;
    width: 50%
}

.listAttributes li p:first-child {
    font-weight: bold;
    text-transform: uppercase;
    width: 40%
}

.product-btn-buy button {
    width: 100%;
    margin-bottom: 7px
}

.product-btn-buy .btnCart {
    font-size: 15px;
    font-weight: 700
}

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 25px
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 35px
}

.nav-tabs .nav-link {
    border: 0;
    font-size: 14px;
    padding: 10px 0 !important;
    border-bottom: 2px solid transparent;
    text-transform: capitalize;
    font-weight: 500
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 0
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 2px solid var(--colors1) !important
}

.tab-content {
    padding: 10px
}

.blockHeightJsMore {
    position: relative
}

.blockHeightJsMore .maxHeight {
    max-height: 400px;
    overflow: hidden;
    padding-top: 15px
}

.blockHeightJsMore.active .maxHeight {
    max-height: unset !important
}

.boxArticle .show-more::before {
    height: 55px;
    margin-top: -45px;
    display: block
}

.barShowMoreView {
    text-align: center;
    padding: 10px 0;
    position: relative
}

.barShowMoreView:before {
    content: "";
    display: block;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .8) 85%, rgba(255, 255, 255, 1) 100%);
    opacity: 1
}

.blockHeightJsMore.active .barShowMoreView:before {
    opacity: 0
}

.barShowMoreView a {
    cursor: pointer;
    font-size: 12px;
    font-weight: 700
}

.barShowMoreView a.active i:before {
    content: "\f0d8"
}

.image_product_view {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap
}

.image_product_view #show {
    margin-bottom: 15px;
    width: calc(100% - 135px);
    margin-right: 15px
}

.image_product_thumb {
    width: 120px;
    position: relative
}

.image_quickview_thumb_slick {
    height: 100%
}

.gallery-thumbs {
    width: 120px;
    height: 660px
}

.gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-button-next, .swiper-button-prev {
    color: var(--colors1);
    transform: scale(.8)
}

.box_tab_action_pview {
    display: block;
    width: 100%
}

.Cartcontent .popup_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #000;
    font-weight: 500;
    font-size: 15px
}

.Cartcontent .popup_item_img {
    width: 150px;
    height: 220px
}

.Cartcontent .popup_item_img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.Cartcontent .titleCart {
    text-align: center;
    padding: 10px 0;
    text-transform: capitalize;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 15px
}

.popup_amount {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px
}

.fright {
    float: right
}

.popup_amount .fright {
    font-size: 25px;
    color: var(--colors1);
    text-transform: uppercase
}

.popup_action {
    text-align: right
}

.popup_action a {
    margin-left: 15px
}

.Cartcontent .remove_item {
    text-decoration: underline !important;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer
}

.head-title {
    padding: 15px 0;
    border-bottom: 1px solid #000;
    text-transform: capitalize
}

.titleFilter {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.titleFilter h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    color: var(--colors1)
}

.tileFilterItems {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: var(--colors1)
}

.filter-select-item-wrap a {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--colors1);
    transition: all .4s ease-in-out;
    position: relative;
    overflow: hidden
}

.filter-select-item-wrap a:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f25a";
    transition: all .4s ease-in-out;
    opacity: 0;
    transform: rotate(-45deg) translateY(1px);
    display: inline-block;
    padding-left: 10px;
    font-size: 0
}

.filter-select-item-wrap a:hover:after {
    opacity: 1;
    font-size: inherit
}

.filter-select-item-wrap {
    max-height: 300px;
    overflow-y: auto;
    margin: 15px 0
}

.filter-select-item i {
    padding-right: 10px;
    transition: all .4s ease-in-out
}

.filter-select-item.active i:before, .filter-select-item:hover i:before {
    content: "\f14a";
    transition: all .4s ease-in-out
}

.search_brand input {
    padding: 5px;
    border: 1px solid #000;
    border-radius: 6px;
    width: 100%
}

.search_brand {
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px
}

.search_brand:after {
    background-color: var(--colors1);
    content: "";
    width: 30px;
    height: 100%;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0
}

.panigation-center {
    text-align: center
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0
}

.pagination > li > a, .pagination > li > span {
    color: var(--colors1)
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--colors1);
    margin: 0 5px;
    width: 35px;
    height: 35px;
    transition: all .4s ease-in-out;
    font-size: 15px;
    font-weight: 700
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: var(--colors1);
    border-color: var(--colors1)
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default
}

.pagination a:hover {
    transform: translateY(-4px);
    transition: all .4s ease-in-out;
    background-color: var(--colors1);
    border-color: var(--colors1);
    color: #fff
}

.product-image img {
    display: block;
    width: 100%;
    object-fit: cover
}

.titleCart.head-title {
    text-align: center
}

.titleCart.head-title h1 {
    margin-bottom: 0
}

header {
    position: sticky !important;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 5px 0 #0000006e
}

.back_top {
    border: 1px solid #ccc;
    position: fixed;
    right: 15px;
    bottom: 110px;
    z-index: 99;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition-duration: .6s;
    display: none;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: #a3a1a2;
    transition: all .4s;
    font-weight: 700
}

.back_top:hover {
    transform: translateY(-7px);
    border-color: var(--colors1)
}

.back_top i, .back_top:hover span {
    transition: all .4s
}

.back_top:hover span {
    color: var(--colors1)
}

.back_top:hover i {
    transform: translateY(-22px)
}

.back_top:hover span {
    transform: translateY(-5px)
}

.back_top span {
    position: absolute;
    bottom: 5px;
    left: 8px;
    z-index: 1
}

.outstock {
    background-color: var(--colors1);
    color: #fff;
    padding: 3px 5px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    position: absolute;
    bottom: 15%;
    right: 5%
}

.box_action {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 15px);
    z-index: 1;
    display: inline-flex;
    background-color: #f67227ad;
    min-width: 200px;
    opacity: 0;
    transition: all .4s ease-in-out
}

.product-image:hover .box_action {
    transform: translateX(-50%);
    opacity: 1
}

.box_action > div {
    display: inline-block;
    width: 50%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 7px 0;
    transform: rotate(-10deg) translateY(-50%);
    transition: all .4s ease-in-out;
    position: relative
}

.box_action > div:last-child {
    transform: rotate(10deg) translateY(-50%)
}

.product-image:hover .box_action > div {
    transform: none
}

.box_action > div i {
    font-weight: 300;
    padding-left: 3px
}

.box_action:after {
    content: "";
    display: inline-block;
    background-color: #fff;
    height: calc(100% - 8px);
    top: 4px;
    left: 50%;
    width: 1px;
    position: absolute
}

.product_box:hover .colorSwatches {
    opacity: 1;
    visibility: visible;
    transform: translateY(100%)
}

.colorSwatches {
    list-style: none;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-color: #fff;
    padding: 5px 0;
    transform: translateY(40px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out
}

.colorSwatches li {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #ccc6;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.colorSwatches li:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 3px 0 #342d2d
}

.form_sub {
    width: 100%
}

.titleBannerHot {
    text-align: center;
    margin-top: 15px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 500
}

.fixImg3 a:hover {
    color: #333
}

.sectionBestsellerPro .product-item-col, .sectionHomePro .product-item-col {
    padding-left: 10px;
    padding-right: 10px
}

#menu-main ul {
    list-style: none
}

.contentFt1 {
    margin-bottom: 5px
}

.mtmb-2 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important
}

h4.titleFt {
    font-size: 20px
}

.widget_price_filter {
    padding: 0
}

#slider-range {
    margin: 10px
}

.widget_price_filter .ui-widget-content {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 4px;
    position: relative;
    z-index: 1;
    background: 0;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border: 1px solid #e8e8e8;
    margin-bottom: 5px
}

.widget_price_filter .text-green {
    padding-left: 7px;
    font-size: 13px;
    font-weight: 500
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: var(--colors1)
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_price_filter .ui-slider .ui-slider-handle {
    width: 22px;
    height: 11px;
    margin-left: -11px;
    margin-right: 0;
    top: -12px;
    background: 0 0 !important;
    border: 11px solid var(--colors1);
    border-bottom: 0;
    border-color: var(--colors1) transparent transparent;
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    background-color: #7aaedd
}

.browse-tags {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 25px
}

.browse-tags .sort-view {
    padding-right: 20px;
    font-weight: 700;
    color: var(--colors1);
    font-size: 15px
}

.site-login h3 {
    padding-top: 100px;
    margin-bottom: 30px;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 3px solid var(--colors1);
    padding-bottom: 8px;
    color: #000
}

.appendTitleSort {
    color: var(--colors1);
    font-weight: normal;
    text-decoration: underline;
    font-size: 15px
}

.appendTitleSort i {
    margin-left: 5px
}

.form_user li {
    margin-bottom: 15px
}

.form_user ul {
    list-style: none
}

.form_user input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid var(--colors1);
    height: 36px;
    border-radius: 0
}

.form_user #btnSubmit, .customer-index .btn-update {
    display: inline-block;
    margin: 0;
    background-color: var(--colors1);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid var(--colors1);
    box-shadow: 3px 3px 10px #0000006b;
    position: relative;
    overflow: hidden;
    max-width: 200px;
    min-width: 150px
}

.customer-index {
    margin-top: 20px
}

.customer-menu {
    background-color: #fff;
    margin-top: 10px
}

.customer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.customer-index ul li {
    padding: 15px;
    border-bottom: 1px solid #e9e9e9
}

.customer-index ul li a.active {
    color: #cf2630
}

.customer-index .block {
    background-color: #fff;
    padding: 20px 30px;
    margin-top: 10px
}

.customer-index h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 3px solid var(--colors1);
    padding-bottom: 8px;
    color: #000
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.foote_user a {
    float: right
}

.blk-mul-product .req.color {
    display: block;
    align-items: center;
    padding: 10px;
    background: #fff
}

#js-mul-size {
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    background: #fff;
    padding: 10px 0;
    border: 1px solid #cccccc5c
}

.blk-mul-product .req.color label {
    margin-right: 10px
}

#js-mul-size .ps_item_title {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 0 10px
}

#js-mul-size .ps_item_title div, #js-mul-size .ps_items div {
    width: 20%;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center
}

#js-mul-size .ps_items.deactive {
    opacity: .4
}

#js-mul-size .ps_items {
    padding: 8px 0;
    width: 100%;
    vertical-align: middle
}

#js-mul-size .mul-qty button {
    width: 20px;
    line-height: 22px;
    height: 25px;
    border: 0;
    background: #c3c3c34f;
    cursor: pointer
}

#js-mul-size .mul-qty button:active, #js-mul-size .mul-qty button:focus {
    outline: unset;
    border: 0
}

#js-mul-size .mul-qty input {
    width: 40px;
    height: 25px;
    min-height: auto;
    margin: 0;
    padding: 0 !important;
    text-align: center
}

#js-mul-size .ps_items, #js-mul-size .ps_item_title {
    display: flex;
    justify-content: space-between
}

.hide {
    display: none !important
}

.outStockApp {
    display: inline-block;
    text-align: center;
    background: #000;
    border-radius: 6px;
    color: #fff;
    padding: 1px 5px;
    margin-left: 10px
}

.blk-cart-multiple #addToCart[data-ck='0'] {
    opacity: .5
}

.blk-mul-calculator {
    margin-top: 30px
}

.blk-mul-calculator #addToCart {
    background-color: var(--colors1);
    text-transform: uppercase;
    border: 0;
    font-size: 16px;
    outline: unset;
    border-radius: 0
}

#js-mul-money-total {
    font-size: 16px
}

.item-size img {
    display: inline-block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px
}

.infoViewAngency .viewDetailCode {
    border: 0
}

.check_fr_double {
    display: flex
}

.size_for, .no_size_fr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.blk-cart-multiple .req a {
    border: 0;
    background: 0;
    padding: 0;
    margin: 0
}

.blk-cart-multiple .req a:after {
    display: none
}

.blk-cart-multiple .size_for .blockTitle20:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.blockTitle20 {
    width: 25%;
    display: flex;
    justify-content: center;
    font-size: 14px
}

.titleVariants {
    display: flex;
    font-weight: 700;
    border-bottom: 3px solid #000;
    margin: 15px 0;
    padding-bottom: 15px
}

.deactive.size_for {
    opacity: .5
}

.action_button .quantity {
    display: flex
}

.select-quantity.blockTitle20 {
    text-align: center;
    align-items: center;
    justify-content: center
}

.select-quantity .item-quantity {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 5px
}

.blockTitle20 img {
    display: inline-block;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px
}

.select-swap-fr .blockTitle20:last-child, .no_size_fr .blockTitle20:last-child {
    justify-content: flex-end
}

.select-swap-fr .blockTitle20:first-child, .titleVariants .blockTitle20:first-child, .no_size_fr .blockTitle20:first-child {
    width: 40%
}

.select-quantity.blockTitle20 .fal {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 30px
}

#selectProducts {
    border-radius: 0 !important
}

.box_tab_action_pview div, .box_tab_action_pview img {
    max-width: 100% !important
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

#blog h1, #blog h2, #blog h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.group_sidebar .sb-title, .main-content .sb-title-content {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    border-bottom: 0;
    padding-bottom: 10px
}

.sb-title:before {
    position: absolute;
    top: 100%;
    content: '';
    width: 45px;
    height: 2px;
    background-color: #5c5c5c
}

.nav > li, .nav > li > a {
    display: block;
    position: relative
}

.group_sidebar .sidebar > li.item {
    border-bottom: 1px solid #ebebeb;
    width: 100%
}

.group_sidebar .sidebar a {
    padding: 15px 20px
}

.sidebar > li.item > a {
    text-transform: uppercase;
    font-size: 13px !important
}

.article-body, .news-content {
    margin: 15px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.article-body h2.title-article, .news-content h2.title-article {
    margin-top: -5px !important;
    margin-bottom: 5px !important
}

.article-body h2.title-article a, .news-content h2.title-article a {
    font-size: 18px;
    line-height: 20px
}

.news-content .body-content {
    float: left;
    width: 100%
}

.article-body .body-content p, .news-content .body-content p {
    margin-bottom: 16px;
    text-align: justify;
    clear: both
}

.btn-rb {
    display: inline-block;
    padding: 10px 20px;
    width: auto;
    margin: 0;
    line-height: 1.42;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #fff;
    color: #3b3b3b;
    font-size: 11px;
    border: 1px solid #3b3b3b
}

hr.line-blog {
    border: 0;
    width: calc(100% - 30px);
    border-bottom: 1px solid #e0e0e0;
    border-top: 0;
    margin: 0 auto 25px
}

.blog-content ul {
    list-style: none
}

.seller-item {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 10px 0
}

.seller-item .sellers-img {
    float: left;
    margin: 0 15px 0 0;
    width: 100px
}

.sidebar .article a {
    display: block
}

.post-content {
    overflow: hidden;
    text-align: left
}

.sidebar .article a {
    display: block
}

#blog .date i {
    padding-right: 5px
}

.pageSignin ul {
    list-style: none
}

.itemBannerCollection {
    position: relative;
    overflow: hidden;
    display: block
}

.itemBannerCollection .image-frame {
    -webkit-mask: url('/tp/T0491/img/image-frame.svg') 0 0 / 100% 100%;
    position: absolute;
    top: 1%;
    height: 98%
}

.itemBannerCollection img {
    transition: all .4s ease-in-out
}

.itemBannerCollection:hover img {
    filter: blur(0)
}

.title_site {
    font-size: 24px;
    color: var(--colors1);
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

.hoverFadeImg {
    overflow: hidden;
    position: relative
}

.hoverFadeImg:after {
    position: absolute;
    top: -50%;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    opacity: 0
}

.hoverFadeImg:hover:after {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
    opacity: .3
}

.hoverFadeImg:hover img {
    transition: all .4s ease-in-out
}

.blockProductHotHome {
    margin-top: 20px
}

.blockProductHotHome .slideProductHot {
    margin-top: 20px
}

.owl_style_button_2.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: inline-block;
    color: var(--colors1);
    font-size: 30px
}

.owl_style_button_2.owl-carousel .owl-nav button.owl-next {
    right: 15px
}

.owl_style_button_2.owl-carousel .owl-nav button.owl-prev {
    left: 15px
}

.product-title a {
    padding: 0;
    line-height: 16px;
    border: 0;
    margin: 15px 0 5px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    color: #fe8b3a;
    text-align: center;
    font-size: 14px;
    height: 16px;
    text-transform: uppercase
}

.iconVideo {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--colors1);
    background-color: #f4a56d
}

.iconVideo i {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    transform: translateX(1px)
}

.linkMore {
    color: var(--colors1);
    font-weight: 700;
    font-size: 18px
}

.linkMore i {
    font-size: 14px;
    transition: all .4s ease-in-out
}

.linkMore:hover i {
    transform: translateX(7px)
}

.groupMaterial {
    background-color: #f2f2f2;
    border-radius: 150px;
    padding: 20px 0;
    overflow: hidden
}

.blockMaterial {
    text-align: center
}

.blockMaterial .item {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    border: 8px solid #fff;
    overflow: hidden
}

.blockMaterial .item img {
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: all .8s ease-in-out
}

.blockMaterial .item:hover img {
    transform: rotateY(180deg) scale(1.5)
}

.linkMaterial {
    display: block;
    font-size: 15px;
    color: var(--colors1);
    text-align: center;
    margin-top: 10px
}

.barPolicyHome {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--colors2);
    padding: 15px
}

.barPolicyHome .item {
    width: 25%;
    text-align: center
}

.blockItemsPolicy .thumb {
    width: 85px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    border-radius: 50%;
    background-color: #ffa366;
    overflow: hidden;
    transition: all .4s ease-in-out
}

.blockItemsPolicy:hover .thumb {
    transform: translateY(-10px);
    box-shadow: 0 8px 6px -2px #4e1f0591
}

.blockItemsPolicy .sub {
    transition: all .4s ease-in-out
}

.blockItemsPolicy:hover .sub {
    transform: translateY(-3px)
}

.blockItemsPolicy .thumb i {
    color: #fff;
    font-size: 45px
}

.blockItemsPolicy .sub span {
    font-size: 12px;
    color: var(--colors1)
}

.blockItemsPolicy .sub p {
    margin: 5px 0 0;
    color: var(--colors1);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px
}

.item_news_category_home h4 {
    text-align: center;
    font-size: 18px;
    color: var(--colors1);
    margin-bottom: 10px
}

.listNews_byCate {
    margin-top: 10px
}

.listNews_byCate > a {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    font-size: 11px;
    line-height: 16px;
    border: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #000;
    height: 16px;
    text-align: left
}

.listNews_byCate a:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--colors1);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.listNews_byCate a:first-child:before, .listNews_byCate a.first:before {
    display: none;
    color: var(--colors1)
}

.listNews_byCate a:first-child, .listNews_byCate a.first {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 18px;
    line-height: 18px;
    color: var(--colors1);
    text-transform: uppercase
}

.listNews_byCate a:hover {
    color: var(--colors1)
}

.title_footer {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3a3a3a;
    margin: 20px 0 7px 0
}

.contentChildFooter ul {
    list-style: initial;
    padding-left: 15px
}

.contentChildFooter ul li {
    margin-bottom: 7px
}

.contentChildFooter p {
    margin-bottom: 7px
}

.listSocialFooter {
    display: flex;
    justify-content: flex-start
}

.listSocialFooter a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--colors1);
    color: #fff;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.listSocialFooter a img {
    max-width: 20px
}

.hoverTranslate {
    transition: all .3s ease-in-out;
    transform: translateY(0)
}

.hoverTranslate:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 6px -2px #4e1f0591
}

.listEcom img {
    max-width: 100px;
    height: 50px;
    width: 100px
}

.listEcom {
    display: flex
}

.listEcom a {
    width: 100px;
    height: 50px;
    object-fit: cover;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px
}

.listEcom a:first-child img {
    transform: scale(3) translateY(-2px)
}

.slideTextPromotionHeader {
    width: 70%;
    text-align: right
}

.barScrollCategory {
    width: 90%;
    margin-left: 5%
}

.barScrollCategory .item {
    text-align: center;
    max-width: 350px;
    position: relative;
    overflow: hidden
}

.barScrollCategory .item.active {
    background-color: var(--colors1)
}

.barScrollCategory .item.active a {
    color: #fff
}

.barScrollCategory .item a {
    font-size: 18px;
    color: var(--colors1);
    font-weight: 700;
    padding: 10px;
    display: block;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal
}

.barScrollCategory .item a:hover {
    color: #fff;
    background-color: var(--colors1)
}

.barScrollCategory .owl-stage {
    min-width: 100%;
    white-space: nowrap
}

.barScrollCategory.owl-carousel .owl-item {
    display: inline-block;
    float: unset
}

.barScrollCategory.owl-theme .owl-nav .disabled {
    display: none
}

.barScrollCategory.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    z-index: 1;
    color: #000;
    font-size: 30px;
    margin: 0
}

.barScrollCategory.owl-carousel .owl-nav button.owl-next {
    right: -40px
}

.barScrollCategory.owl-carousel .owl-nav button.owl-prev {
    left: -40px
}

.barScrollCategory.owl-theme .owl-nav [class*=owl-]:hover {
    color: #000
}

.clearFilter {
    margin-top: 30px
}

.clearFilter a {
    display: block;
    border-radius: 4px;
    background-color: var(--colors1);
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative
}

.buttonPush {
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.buttonPush .labelTile {
    transform: translateY(0);
    transition: all .3s ease-in-out;
    display: inline-block
}

.buttonPush i {
    transform: translate(-50%, 150%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .3s;
    font-weight: 300;
    font-size: 20px
}

.buttonPush:hover i {
    transform: translate(-50%, -50%)
}

.buttonPush:hover .labelTile {
    transform: translateY(-150%)
}

.buttonPush:hover {
    box-shadow: 0 4px 2px 0 #873a0f;
    transform: translateY(-5px)
}

.custom-dropdown {
    position: relative
}

#sortControl {
    padding: 15px 5px;
    position: absolute;
    width: 140px;
    background: #fff;
    z-index: 2;
    right: -5px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all .3s ease-in-out;
    top: 100%
}

#sortControl > div {
    cursor: pointer;
    color: var(--colors1);
    font-size: 15px
}

#sortControl > div:hover {
    text-decoration: underline
}

#sortControl .selected {
    display: none
}

.custom-dropdown .appendTitleSort i {
    transition: all .3s ease-in-out
}

.custom-dropdown:hover .appendTitleSort i {
    transform: rotate(90deg)
}

.custom-dropdown:hover #sortControl {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.breadcrumb {
    background: #fff;
    margin: 25px 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap
}

.breadcrumb li a {
    font-size: 16px;
    color: var(--colors1)
}

.breadcrumb li {
    position: relative;
    margin-right: 30px
}

.breadcrumb li:after {
    content: "";
    position: absolute;
    top: 3px;
    height: 17px;
    width: 1px;
    background-color: var(--colors1);
    display: inline-block;
    right: -15px
}

.breadcrumb li:last-child:after {
    display: none
}

.breadcrumb li:last-child {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0
}

.breadcrumb li:last-child a {
    color: var(--colors1);
    font-weight: bold
}

.openGuide {
    color: var(--colors1);
    text-decoration: underline;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px
}

.image_product_thumb .swiper-button-next, .image_product_thumb .swiper-button-prev {
    position: absolute;
    background: transparent;
    color: var(--colors1);
    font-size: 10px;
    text-align: center;
    margin: 5px 0 7px;
    transition: all .4s ease-in-out;
    width: 100%;
    border-radius: 5px;
    z-index: 1
}

.sliderNextPrev .swiper-pagination {
    display: none
}

.image_product_thumb .swiper-button-prev {
    margin-bottom: 0;
    margin-top: 0;
    top: -80px;
    width: 30px;
    display: block;
    text-align: center;
    transform: rotate(90deg);
    height: 120px;
    line-height: 120px;
    left: 44px
}

.image_product_thumb .swiper-button-next:after, .image_product_thumb .swiper-button-prev:after {
    transform: rotate(90deg);
    transition: all .4s ease-in-out;
    font-size: 18px
}

.image_product_thumb .swiper-button-next {
    margin-bottom: 0;
    margin-top: 15px;
    display: block;
    transform: rotate(90deg);
    width: 30px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    bottom: -80px;
    top: unset;
    left: 44px
}

.gallery-thumbs .item.swiper-slide.swiper-slide-thumb-active {
    border: 1px solid var(--colors1)
}

.image_product_thumb .swiper-button-next.swiper-button-disabled, .image_product_thumb .swiper-button-prev.swiper-button-disabled {
    display: none !important
}

.req a.deactive:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: 0;
    top: 0;
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) calc(50% - .8px), #bbb 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) calc(50% - .8px), #bbb 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%)
}

.lstLocation {
    list-style: none;
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #7b7b7b;
    border-radius: 10px
}

.lstLocation select {
    display: block;
    width: 100%;
    border: 1px solid #7b7b7b;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 14px;
    outline: 0
}

.lsInventory {
    max-height: 250px;
    overflow-y: auto;
    min-height: 40px
}

.lsInventory .item {
    margin-top: 10px;
    font-size: 12px;
    color: #7b7b7b
}

.lsInventory .item a {
    color: #7b7b7b
}

.lsInventory .item .statusDepot {
    font-weight: 700;
    color: var(--colors1);
    padding-left: 5px
}

.lsInventory .item .statusDepot.deactive {
    color: #000
}

.phoneDepot {
    margin-bottom: 0
}

.swiper-button-prev1, .swiper-button-next1 {
    display: none
}

.content_modalQuickView .close {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -20px;
    background: #fff;
    z-index: 3;
    opacity: 1;
    box-shadow: -2px 2px 5px 0 #5c5656
}

.content_modalQuickView .leftPriceDetail p {
    font-size: 15px;
    padding: 10px
}

.content_modalQuickView .image_product_view #show .img-child img {
    width: auto
}

.content_modalQuickView .sliderNextPrevQuickView img {
    object-fit: contain
}

.listAlbumByCategory a {
    display: block;
    padding-left: 15px
}

.listAlbumByCategory a:first-child {
    padding-left: 0
}

.linkCategoryAlbum .linkMore {
    padding-left: 15px;
    font-weight: normal
}

.listAlbumByCategory a .thumb {
    display: none
}

.listAlbumByCategory a:first-child .thumb {
    display: block
}

.listAlbumByCategory a:first-child .titleAlbumItems {
    font-size: 20px;
    color: var(--colors1);
    text-transform: uppercase;
    display: block;
    margin: 10px 0
}

.listAlbumByCategory a:first-child .titleAlbumItems:before {
    display: none
}

.listAlbumByCategory .titleAlbumItems {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px
}

.listAlbumByCategory .titleAlbumItems:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--colors1);
    margin-right: 15px;
    content: ""
}

.nameCategoryAlbum a {
    color: var(--colors1);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.nameCategoryAlbum {
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--colors1)
}

.itemsAlbumByProduct {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0
}

.itemsAlbumByProduct:nth-child(2n+2) {
    flex-direction: row-reverse
}

.itemsAlbumByProduct .leftAlbumImages {
    width: 50%;
    padding: 0 15px
}

.itemsAlbumByProduct .rightProductAlbum {
    width: 50%;
    padding: 0 15px
}

.rightProductAlbum a.thumb {
    display: block;
    padding: 20px 60px;
    text-align: center
}

.descriptionItem {
    text-align: left;
    color: var(--colors1);
    font-size: 20px
}

.rightProductAlbum .name {
    margin-bottom: 20px
}

.rightProductAlbum .name a {
    font-size: 20px;
    color: var(--main-color);
    font-weight: 700
}

.actionAlbum {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.actionAlbum .product_price_album {
    width: 50%;
    font-size: 20px
}

.actionAlbum .product_price_album span.price {
    color: var(--colors1)
}

.actionAlbum .quickViewAlbum .quickView {
    display: inline-block;
    background-color: var(--colors1);
    color: #fff;
    float: right;
    padding: 8px 61px;
    border: 1px solid white;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 26px
}

.actionAlbum .product_price_album .price_old {
    font-size: 18px;
    padding-right: 10px;
    color: #696969
}

.top_info_maps select {
    width: 100%;
    border: 1px solid #d7d7d7;
    color: #333;
    text-indent: 5px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    min-width: 60px;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 0 0 transparent inset;
    padding: .6em .8em
}

.list_shop {
    padding: 10px;
    max-height: 505px;
    overflow: auto;
    color: #666;
    font-size: 14px;
    margin: 0;
    border: 1px solid #d7d7d7
}

.list_shop .item {
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer
}

.list_shop ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.list_shop h3 {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px
}

.list_shop .item.active h3, .list_shop .item:hover h3 {
    color: var(--colors1)
}

.top_info_maps .title {
    font-size: 18px;
    text-transform: uppercase
}

.barScrollPromotion.barScrollCategory .item.active {
    background: #dd3b22;
    border-radius: 0;
    position: relative
}

.barScrollPromotion.barScrollCategory .item.active a {
    color: #fff
}

.barScrollPromotion.barScrollCategory .item a {
    color: #dd3b22
}

.barScrollPromotion.barScrollCategory .item a:hover {
    background-color: #dd3b22;
    color: #fff
}

.barScrollPromotion.barScrollCategory .item a:after {
    content: "";
    display: inline-block;
    width: calc(100% - 20px);
    left: 10px;
    height: 1px;
    background: #dd3b22;
    position: absolute;
    bottom: 12px
}

.list_shop .item:last-child {
    border: 0
}

.closePromotionHeader {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    padding: 3px 5px
}

.closePromotionHeader:hover {
    color: #fff
}

.transformBlurBanner {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s;
    z-index: 1;
    text-decoration: underline;
    font-size: 15px
}

.itemBannerCollection:hover .transformBlurBanner {
    opacity: 1;
    width: auto;
    height: auto;
    white-space: nowrap;
    top: 50%
}

.descriptionCl1 h4, .descriptionCl1 p {
    transform: translateY(0);
    transition: all .3s;
    visibility: visible;
    opacity: 1
}

.blockLogoFooter img {
    max-width: 150px
}

.subLogoFooter {
    margin-top: 10px
}

.content_modalQuickView .image_product_view {
    margin-bottom: 0
}

.sliderNextPrevQuickView img {
    max-height: calc(100vh - 150px);
    object-fit: cover
}

.content_modalQuickView .image_product_view #show {
    margin-bottom: 0
}

.iconBct img {
    max-width: 140px
}

.showItemsProducts {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

.showItemsProducts .product_box {
    width: 50%;
    padding-left: 25px
}

.showItemsProducts .product_box:first-child {
    padding-left: 0;
    padding-right: 25px
}

.descriptionQuickview {
    max-height: 300px;
    overflow: hidden
}

#album-wrapper {
    padding-top: 25px
}

.page-index-album .bst_top {
    position: relative
}

.page-index-album .bst_top .bst-top-info {
    padding: 15px 15px 30px;
    position: absolute;
    width: 44%;
    bottom: 10%;
    right: 3%;
    background: none repeat scroll 0 0 rgba(253, 232, 215, .6)
}

.page-index-album .bst_top .bst-top-info .bst-top-col {
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.page-index-album .bst_top .bst-top-info .bst-top-col span {
    border-bottom: 2px solid rgba(221, 203, 188, .5);
    float: left;
    height: 9px;
    width: 49%
}

.page-index-album .bst_top .bst-top-info .bst-top-col strong {
    text-align: center;
    color: #563a30;
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    width: 50%
}

.page-index-album .bst_top .bst-top-info .title a {
    font-size: 20px;
    margin-bottom: 10px;
    color: #563a30;
    text-transform: uppercase
}

.page-index-album .bst_top .bst-top-info .para {
    text-align: justify
}

.page-index-album .bst_top .bst-top-info .btn_bst {
    background: 0;
    font-size: 11px;
    color: #000;
    font-weight: 400;
    border: 1px solid #f58220;
    width: 153px;
    height: 29px;
    border-radius: 0;
    padding: 5px 10px
}

.bst_bot__item {
    margin-top: 20px
}

.bst_bot__item .bst_bot__title h2 {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    line-height: 2
}

.bst_bot__item .bst_bot__title h2 a {
    color: #f58220
}

.bst_bot__item .bst_bot__title h2:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #ccc
}

.bst_bot__item .bst_bot__image {
    margin-bottom: 8px
}

.bst_bot__item .bst_bot__list {
    margin: 0;
    padding-left: 20px;
    color: #f9953f
}

.bst_bot__item .bst_bot__list li {
    list-style-type: disc;
    margin-bottom: 5px
}

.bst_bot__item .bst_bot__list li a {
    color: #000
}

.bst_bot__name a {
    font-size: 14px;
    color: #ec6104
}

.bst_cate__item {
    margin-bottom: 20px
}

.bst_viewmore a {
    color: #f58220
}

.page-index-album {
    margin-bottom: 15px
}

.scrollLogo {
    display: none
}

.stickyHeader .noScrollLogo {
    display: none
}

.stickyHeader .scrollLogo {
    display: block
}

.flowItem {
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.image_product_view #show .img-child img {
    width: 100%
}

.afterLoadCateHome {
    height: 100px;
    width: 100%;
    background-image: url("/img/loading-bl.gif");
    background-repeat: no-repeat;
    background-position: center
}

.groupHeader_load {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center
}

.groupHeader_load .title_category_load {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    background-color: var(--colors1);
    font-weight: 700;
    padding: 5px 20px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    position: relative
}

.maquejs, .maquejsAnimation {
    white-space: nowrap
}

.title_category_load.activeMq .maquejs, .item.activeMq .maquejs2 {
    opacity: 0
}

.maquejsAnimation {
    display: none !important;
    visibility: hidden;
    opacity: 0
}

.title_category_load.activeMq .maquejsAnimation, .item.activeMq .maquejsAnimation {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    animation-duration: 7s;
    animation-name: maqueACustom;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: inline-block !important;
    visibility: visible;
    opacity: 1
}

@keyframes maqueACustom {
    0% {
        left: 10px;
        right: auto;
    }
    49% {
        left: 10px;
        right: auto;
    }
    50% {
        left: calc(10px - 5%);
        right: auto;
    }
    60% {
        left: calc(10px - 20%);
        right: auto;
    }
    70% {
        left: calc(10px - 35%);
        right: auto;
    }
    80% {
        left: calc(10px - 50%);
        right: auto;
    }
    90% {
        left: calc(10px - 65%);
        right: auto;
    }
    100% {
        left: calc(10px - 80%);
        right: auto;
    }
}
.blockMaterial .owl-nav button.owl-prev {
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 50%;
    transform: translateY(calc(-50% - 15px))
}

.blockMaterial .owl-nav button.owl-next {
    position: absolute;
    z-index: 1;
    right: -15px;
    top: 50%;
    transform: translateY(calc(-50% - 15px))
}

.headerMaps {
    display: flex;
    justify-content: center
}

.headerMaps .title_site {
    margin: 0 10px 15px 10px;
    padding: 5px 10px;
    display: none
}

.headerMaps .title_site a {
    color: inherit
}

.headerMaps .title_site.active {
    background: #fff;
    color: var(--colors1)
}

.shop_system .item-col-4 .content-right {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 0 6px
}

.item-col-4 .content-right .text-top {
    color: #e32124;
    font-size: 28px
}

.bn-st img {
    width: 100%;
    height: auto
}

.tagGift {
    position: absolute;
    left: 6%;
    top: 12%;
    width: 40px;
    height: 40px;
    z-index: 9
}

.tagGift img {
    width: 100%;
    height: 100%
}

#popupHome .modal-body, #popupCart .modal-body {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.cookie .modal-body {
    display: flex;
    padding: 0
}

#popupHome button.close, #popupCart button.close {
    position: absolute;
    left: auto;
    right: -5px;
    opacity: 1;
    background: #333;
    color: #fff;
    border-radius: 30px;
    font-size: 25px;
    padding: 0 5px 0 5px;
    top: -10px;
    line-height: 1
}

#popupHome button.close:hover, #popupCart button.close:hover {
    color: #333;
    opacity: 1
}

#popupHome button.close > span, #popupCart button.close > span {
    position: relative;
    top: -3px
}

.cookie .modal-content {
    width: 100%;
    -webkit-box-shadow: -1px -2px 42px -19px rgba(0, 0, 0, 0.74);
    -moz-box-shadow: -1px -2px 42px -19px rgba(0, 0, 0, 0.74);
    box-shadow: -1px -2px 42px -19px rgba(0, 0, 0, 0.74)
}

.cookie .modal-content h1, .modal-content h2, .modal-content h3 {
    text-align: center
}

.cookie .modal-content h1 {
    font-size: 1.3em;
    text-transform: uppercase
}

.cookie .modal-content h2 {
    font-size: 1.1em
}

.cookie .modal-content h3 {
    font-size: .8em;
    letter-spacing: 2px
}

.cookie form {
    font-size: .8em
}

.cookie .column {
    flex: 50%;
    padding: 10px
}

.cookie .column#main {
    flex: 75%;
    padding: 30px;
    margin-top: 30px;
    margin-left: 15px
}

.cookie #secondary {
    background-color: #f9bc35;
    border-radius: 0 4rem 4rem 0;
    text-align: center
}

.cookie #main .form-control {
    border-radius: 0;
    font-size: .9em
}

.cookie .btn {
    text-transform: uppercase;
    border-radius: .15rem;
    width: 200px;
    padding: .150rem .75rem;
    margin: 30px auto;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 2px
}

.cookie .btn-primary {
    border-color: rgba(255, 255, 255, 0);
    background: #f1da36;
    background: -moz-linear-gradient(left, #f1da36 0, #fca86c 99%);
    background: -webkit-linear-gradient(left, #f1da36 0, #fca86c 99%);
    background: linear-gradient(to right, #f1da36 0, #fca86c 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1da36', endColorstr='#fca86c', GradientType=1)
}

.cookie .btn-primary:hover {
    border-color: rgba(255, 255, 255, 0)
}

.cookie #main .btn-primary {
    width: 100%
}

.cookie #secondary .btn-primary {
    background: #f8f9fa4f;
    color: #000
}

.cookie .modal-body label {
    margin-bottom: 0
}

.cookie .sec-content {
    margin-top: 85%
}

.slider_index picture {
    display: inline-block
}

.slider_index .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mobile-slider {
    width: 100%
}

.product-color ul li {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #ccc6;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.item-footer-cart {
    position: relative
}

.item-footer-cart span {
    display: block;
    position: absolute;
    color: #f67272;
    background: #fff;
    height: 20px;
    width: 20px;
    top: -5px;
    border-radius: 10px;
    right: 16px
}

.banner-intro-header .logo {
    max-height: 65px
}

.banner-intro-header {
    background-size: cover;
    background-position: center
}

.sliderCategory .swiper-button-next, .sliderCategory .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all .1s cubic-bezier(.4, 0, .6, 1);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .12);
    cursor: pointer
}

.sliderCategory .swiper-button-next:after, .sliderCategory .swiper-button-prev:after {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.sliderCategory:hover .swiper-button-next, .sliderCategory:hover .swiper-button-prev {
    width: 50px;
    height: 50px;
    transform: translateX(calc(20% + 0))
}

.section_video .list-video {
    display: flex;
    flex-wrap: wrap
}

.section_video .list-video .wrap-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.section_video .list-video .wrap-icon i {
    font-size: 70px;
    color: #941c1e
}

.section_video .list-video .video_left img {
    border-radius: 16px
}

@media (min-width: 1300px) {
    .newBlock, .productHotHome {
        min-height: 585px
    }

    .articleByCategory {
        min-height: 410px
    }

    .container {
        max-width: 1250px
    }

    .modal-lg, .modal-xl {
        max-width: 1000px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px
    }

    .phoneHeader {
        text-align: center
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1700px
    }
}

@media (min-width: 992px) {
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .img-article img {
        height: auto;
        max-width: 100% !important
    }
}

@media screen and (min-width: 769px) {
    .popup_item_info {
        width: 40%
    }

    .flexDesktopFooter {
        display: flex;
        align-items: flex-end
    }

    .hiddenDesktop {
        display: none !important
    }

    #boxMenu {
        display: none
    }

    .styleButtonSlide .owl-nav button.owl-prev {
        left: 50px
    }

    .styleButtonSlide .owl-nav button.owl-next {
        right: 50px
    }

    .col-lg-20 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-md-25 {
        -ms-flex: 0 0 22.83%;
        flex: 0 0 22.83%;
        max-width: 22.83%
    }

    .col-md-35 {
        -ms-flex: 0 0 27.17%;
        flex: 0 0 27.17%;
        max-width: 27.17%
    }

    .product-item-col {
        margin-bottom: 30px
    }

    .listBannerMaps .col-12:nth-child(2n) {
        padding-left: 7px
    }

    .listBannerMaps .col-12:nth-child(2n+1) {
        padding-right: 7px
    }

    .containerSticky {
        display: block !important
    }

    .containerSticky:after {
        clear: both;
        display: table;
        content: " "
    }

    .containerSticky:before {
        display: table;
        content: " "
    }

    .containerSticky .stickyFilter {
        flex: unset;
        width: 25%;
        float: left;
        position: sticky !important;
        top: 150px;
        box-sizing: border-box;
        display: block
    }

    .containerSticky .rightSticky {
        flex: unset;
        width: 75%;
        float: left
    }

    .blockCollection .blockCollection-tlt {
        top: -3%;
        width: 65%
    }
}

@media screen and (max-width: 768px) {
    .product-btn-buy button {
        margin: 2px 0
    }

    .newBlock, .productHotHome {
        min-height: 723px
    }

    .articleByCategory {
        min-height: 337px
    }

    header {
        padding: 10px 0
    }

    .badge {
        font-size: 13px
    }

    .openMenuMobile, .openCartMobile i {
        font-size: 20px
    }

    .hiddenMobile {
        display: none !important
    }

    .descriptionCl1 span {
        width: 18px;
        height: 18px
    }

    .descriptionCl1 {
        font-size: 12px
    }

    .contentFt1 {
        margin-top: 10px
    }

    .product_info_view {
        padding: 15px 0
    }

    .btnHover, .btnHoverLight {
        padding: 6px 20px
    }

    .box_tab_action_pview {
        padding: 0
    }

    .form_sub {
        margin-top: 15px
    }

    .popup_action .btnHoverLight {
        float: left;
        margin-left: 0
    }

    .Cartcontent .popup_item {
        flex-wrap: wrap;
        padding: 10px 0
    }

    .Cartcontent .popup_item_img {
        width: 70px;
        height: 105px
    }

    .popup_item_info {
        width: calc(100% - 70px);
        padding-left: 15px
    }

    .iconHeaderMobile {
        display: flex;
        align-items: center;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .iconHeaderMobile .flRight {
        display: flex;
        justify-content: flex-end;
        width: 100%
    }

    .logoMobile {
        text-align: center;
        width: 40%;
        overflow: hidden;
        margin: 5px 0
    }

    .logoMobile img {
        max-height: 30px
    }

    .logoMobile a {
        display: block;
        overflow: hidden;
        margin: 0 5px 0 0
    }

    .searchMobile {
        width: 60%;
        overflow: hidden
    }

    .searchMobile form {
        display: flex;
        width: 100%;
        overflow: hidden;
        border: 1px solid #ccc;
        border-radius: 18px;
        position: relative
    }

    .openCartMobile .badge {
        font-size: 12px;
        position: absolute;
        right: 0;
        bottom: 30%
    }

    .searchMobile form input {
        width: calc(100% - 30px);
        border: 0;
        outline: unset;
        background-color: #fff;
        box-shadow: none;
        height: 30px
    }

    .searchMobile form input::placeholder {
        font-size: 9px;
        color: #ccc
    }

    .searchMobile form button {
        border: 0;
        background: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .openMenuMobile, .openCartMobile {
        color: var(--colors1)
    }

    .banner_blur_collection {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .titleFilter {
        display: none
    }

    .filter-select-item-wrap a {
        font-size: 12px;
        width: 50%;
        display: inline-block;
        float: left
    }

    .collection-content {
        margin-top: 20px
    }

    .filter-block {
        position: absolute;
        top: 100%;
        background: #fff;
        z-index: 9;
        left: 0;
        width: calc(100vw - 30px);
        display: none;
        box-shadow: 1px 1px 5px 3px #00000045;
        padding: 5px 7px
    }

    .head-title, .titleCart.head-title h3, .divided_line {
        font-size: 20px
    }

    .titleCart.head-title {
        padding: 10px 0
    }

    .product-btn-buy .btnCart {
        margin-bottom: 7px
    }

    .product-btn-buy .btnCart, .buttonVideo {
        font-size: 13px
    }

    .browse-tags {
        justify-content: flex-start
    }

    .blk-mul-product .req.color {
        padding: 10px 0
    }

    .blockTitle20 {
        font-size: 12px
    }

    .blockTitle20 img {
        width: 40px;
        height: 40px;
        margin-right: 3px;
        display: block
    }

    .outStockApp, a.blockTitle20 {
        font-size: 11px;
        margin-left: 0
    }

    .select-quantity .item-quantity {
        width: 25px;
        height: 25px;
        margin: 0
    }

    .article-pages img {
        max-width: 100% !important;
        height: auto !important
    }

    .blockTitle20 img {
        margin-bottom: 5px
    }

    .blk-cart-multiple .size_for .blockTitle20:first-child {
        flex-wrap: wrap
    }

    .styleButtonSlide .owl-nav button.owl-prev {
        left: 25px
    }

    .styleButtonSlide .owl-nav button.owl-next {
        right: 25px
    }

    .phoneHeader {
        display: none
    }

    .slideTextPromotionHeader {
        width: 100%;
        text-align: center
    }

    header {
        padding: 0
    }

    .buttonTopHeder {
        margin-right: 0;
        font-size: 8px;
        line-height: 12px;
        padding: 1px 6px
    }

    .topPromotionHeader p {
        font-size: 13px;
        line-height: 25px
    }

    .textTopPromotion {
        height: 25px
    }

    .marquee p {
        font-size: 12px;
        margin-bottom: 0;
        height: 25px;
        line-height: 25px;
        overflow: hidden
    }

    .bottomHeader {
        height: 25px;
        line-height: 25px
    }

    .blockCollection {
        padding: 15px;
        border: 1px solid #ccc;
        width: calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        margin-left: 15px;
        background-color: #fff
    }

    .title_site {
        font-size: 14px
    }

    .descriptionCl1 p {
        font-size: 12px
    }

    .descriptionCl1 h4 {
        font-size: 18px
    }

    .itemBannerCollection {
        border: 0;
        margin-top: 10px
    }

    .boxTagIcon {
        top: 8px;
        left: 0
    }

    .boxTagIcon .tagProItem {
        width: 34px;
        height: 34px;
        margin-right: 0;
        font-size: 8px;
        line-height: 35px
    }

    .tagProItem.tagCalcItem {
        height: 40px
    }

    .tagProItem.tagCalcItem:before {
        left: .5px
    }

    .tagProItem.tagNewItem:before {
        left: .5px;
        top: .5px
    }

    .tagProItem.tagNewItem {
        transform: translateX(5px)
    }

    .product-title a {
        font-size: 11px;
        margin: 10px 0 3px
    }

    .product-price span {
        font-size: 13px
    }

    .product-price .product-price-old {
        font-size: 11px;
        margin-right: 10px
    }

    .blockCollection .title_site {
        position: absolute;
        display: inline-block;
        z-index: 2;
        left: 50%;
        transform: translate(-50%, -23px);
        background: #fff;
        padding: 0 10px;
        white-space: nowrap;
        margin-bottom: 0
    }

    .banner_blur_collection {
        border-bottom: 0
    }

    .blockProductHotHome {
        margin-top: 5px
    }

    .linkMore.hiddenDesktop {
        display: block;
        background-color: var(--colors1);
        color: #fff;
        padding: 5px 0;
        text-align: center;
        border-radius: 16px;
        font-size: 12px
    }

    .slideProductHot .product_box {
        margin-bottom: 5px
    }

    .groupMaterial {
        border-radius: 0;
        padding: 15px
    }

    .blockMaterial .item {
        width: auto;
        height: auto;
        border-width: 5px
    }

    .linkMaterial {
        font-size: 11px;
        margin-top: 0
    }

    .barPolicyHome {
        background-color: #fff;
        padding: 0
    }

    .barPolicyHome .item {
        width: 50%;
        border: 1px solid #ccc;
        padding: 10px 5px
    }

    .barPolicyHome .item:nth-child(2) {
        border-left: 0
    }

    .barPolicyHome .item:nth-child(3) {
        border-top: 0
    }

    .barPolicyHome .item:nth-child(4) {
        border-left: 0;
        border-top: 0
    }

    .blockItemsPolicy .thumb i {
        font-size: 30px
    }

    .blockItemsPolicy .thumb {
        width: 70px;
        height: 70px
    }

    .blockItemsPolicy .sub {
        line-height: 10px;
        margin-top: 10px
    }

    .blockItemsPolicy .sub p {
        font-size: 10px
    }

    .blockItemsPolicy .sub span {
        font-size: 8px
    }

    .item_news_category_home h4 {
        font-size: 14px
    }

    .listNews_byCate a {
        font-size: 12px
    }

    .listNews_byCate a {
        font-size: 9px
    }

    .blockLogoFooter {
        text-align: center
    }

    .blockLogoFooter img {
        max-height: 60px
    }

    .footerBlack {
        padding: 20px 0 0 0
    }

    .listSocialFooter {
        justify-content: center
    }

    .listSocialFooter a {
        margin: 0 10px
    }

    .listEcom {
        justify-content: center
    }

    .listEcom a {
        margin: 0 20px
    }

    .copyRight p {
        font-size: 8px;
        padding: 3px 0
    }

    .itemFooter .contentChildFooter {
        display: none
    }

    .itemFooter .title_footer i {
        transition: all .3s
    }

    .itemFooter .title_footer.active i {
        transform: rotate(-180deg);
        transform-origin: center
    }

    .itemFooter .title_footer {
        margin: 10px 0
    }

    .styleButtonSlide .owl-dots {
        bottom: 20px
    }

    .styleButtonSlide.owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px
    }

    .styleButtonSlide.owl-carousel .owl-nav button.owl-prev:after {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #f4cbaf;
        transform: translate(-25px, -15px)
    }

    .styleButtonSlide.owl-carousel .owl-nav button:after {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #f4cbaf
    }

    .blockItemsPolicy .sub p {
        line-height: 10px
    }

    .image_product_thumb, .gallery-thumbs {
        width: 70px
    }

    .gallery-thumbs {
        height: 370px
    }

    .image_product_view {
        margin-bottom: 15px;
        margin-top: 10px
    }

    .image_product_view #show {
        margin-right: 10px;
        width: calc(100% - 80px);
        margin-bottom: 0
    }

    .breadcrumb li a {
        font-size: 10px
    }

    .breadcrumb li {
        margin-right: 10px
    }

    .breadcrumb li:after {
        top: 6px;
        height: 10px;
        right: -5px
    }

    .breadcrumb {
        margin: 5px 0
    }

    .product_info_view {
        padding: 0
    }

    .name_h1_pro {
        font-size: 18px;
        margin-bottom: 5px
    }

    .title_select_color span, .title_select_size span, .title_pro_info {
        font-size: 12px
    }

    .product-item-wrap .product-item-col.col-6:nth-child(2n) {
        padding-left: 7px
    }

    .product-item-wrap .product-item-col.col-6:nth-child(2n+1) {
        padding-right: 7px
    }

    .product-image .box_action {
        display: none
    }

    .lstLocation {
        margin-top: 10px
    }

    .blockShip {
        display: none
    }

    .btnShowRoom {
        font-weight: 700
    }

    .iconVideo {
        bottom: 10px;
        left: 10px;
        width: 20px;
        height: 20px
    }

    .iconVideo i {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #fff
    }

    .pagination > li > a, .pagination > li > span {
        width: 30px;
        height: 30px;
        line-height: 29px
    }

    footer {
        margin-top: 20px
    }

    .pagination {
        margin: 10px 0
    }

    .barScrollCategory .item a {
        font-size: 11px;
        padding: 5px 14px
    }

    .barScrollCategory .item.active {
        border-radius: 18px
    }

    .headerListProduct {
        position: relative
    }

    .headerListProduct:after {
        content: "";
        display: block;
        width: calc(100% - 30px);
        position: absolute;
        bottom: 0;
        height: 1px;
        background: #ccc;
        left: 15px
    }

    .filter.openFilter {
        display: flex;
        flex-wrap: wrap
    }

    .filter-item {
        width: 25%;
        display: inline-block
    }

    .tileFilterItems {
        color: #000;
        font-weight: normal;
        font-size: 13px;
        text-align: center
    }

    .tileFilterItems:after {
        content: "\f0d7";
        font-family: Font Awesome\ 5 Pro;
        display: inline-block;
        padding-left: 5px;
        transition: all .2s;
        transform-origin: center
    }

    .tileFilterItems.active:after {
        transform-origin: center;
        transform: rotateX(180deg)
    }

    .filter.openFilter .filter-item:nth-child(4n) .filter-block {
        left: unset;
        right: 0
    }

    .filter.openFilter .filter-item:nth-child(4n+1) .filter-block {
        left: 0
    }

    .filter.openFilter .filter-item:nth-child(4n-1) .filter-block {
        left: 0;
        transform: translateX(-50%)
    }

    .filter.openFilter .filter-item:nth-child(4n-2) .filter-block {
        left: unset;
        right: 0;
        transform: translateX(50%)
    }

    .filter.openFilter .filter-item .filter-block:after {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        content: "";
        position: absolute;
        bottom: calc(100% - 1px);
        left: 25%
    }

    .filter.openFilter .filter-item:nth-child(4n+1) .filter-block:after {
        left: 25px;
        right: unset
    }

    .filter.openFilter .filter-item:nth-child(4n) .filter-block:after {
        right: 25px;
        left: unset
    }

    .filter.openFilter .filter-item:nth-child(4n-2) .filter-block:after {
        left: 35%;
        right: unset
    }

    .filter.openFilter .filter-item:nth-child(4n-1) .filter-block:after {
        right: 35%;
        left: unset
    }

    .filter-select-item-wrap {
        margin: 0
    }

    .clearFilter {
        margin-top: 10px;
        width: 100%
    }

    .clearFilter a {
        font-size: 13px;
        padding: 5px 0
    }

    .barScrollPromotion.barScrollCategory .item a:after {
        width: calc(100% - 28px);
        left: 14px;
        bottom: 5px
    }

    .column-reverse-sm {
        flex-direction: column-reverse
    }

    .top_info_maps {
        display: flex;
        width: 80%;
        margin-left: 10%
    }

    .top_info_maps select {
        width: 50%;
        display: block;
        max-width: unset;
        margin-bottom: 5px;
        border-radius: 0
    }

    .top_info_maps select#cityId {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .top_info_maps select#districtId {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0
    }

    .list_shop {
        display: none;
        padding: 5px
    }

    #map-canvas {
        height: 100vw;
        overflow: hidden
    }

    .list_shop h3 {
        margin-bottom: 5px
    }

    .list_shop ul {
        font-size: 12px
    }

    .menu-main-mobile {
        background: #f4f4f4;
        width: calc(100% - 50px);
        position: fixed;
        left: -100%;
        z-index: 999999;
        height: 100%;
        overflow-y: auto;
        top: 0;
        transition: all .3s
    }

    .menu-main-mobile.active {
        left: 0
    }

    .menu-item {
        height: calc(100% - 70px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 25px 25px 0;
        position: relative
    }

    .menuList-links {
        margin: 0;
        list-style: none;
        padding-inline-start: 0
    }

    .menuList-links li {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

    .menuList-links li a {
        color: #000;
        padding: 7px 0;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        display: block
    }

    .menuList-links li i {
        display: inline-block;
        width: 30px;
        height: 30px;
        transition: all .3s;
        text-align: center;
        line-height: 30px;
        color: var(--colors1);
        font-size: 18px
    }

    .tabLeftMenu {
        padding-left: 0;
        position: absolute;
        background: #f4f4f4;
        z-index: 1;
        width: 100%;
        top: 0;
        right: -120%;
        transition: all .3s;
        height: calc(100% - 60px);
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 0;
        visibility: hidden
    }

    .tabLeftMenu.active {
        right: 0;
        opacity: 1;
        visibility: visible
    }

    .tabLeftMenu.active > li {
        padding-left: 65px
    }

    .tabLeftMenu.active > li.headerMenuItem {
        padding-left: 20px;
        border-bottom: 1px solid #ccc
    }

    .menuList-links li.headerMenuItem a {
        padding-right: 10px
    }

    .menuList-links li.headerMenuItem a:after {
        content: "|";
        display: inline-block;
        padding-left: 5px
    }

    .menuList-links li.headerMenuItem a:last-child {
        padding-right: 0
    }

    .menuList-links li.headerMenuItem a:last-child:after {
        display: none
    }

    .bottomMenuMobile {
        display: flex;
        justify-content: space-between;
        height: 50px;
        margin-top: 10px;
        border-top: 1px solid #c6c6c6
    }

    .bottomMenuMobile a {
        display: inline-block;
        width: 33.33%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        color: var(--colors1)
    }

    .closeMenuMobile {
        position: fixed;
        top: 0;
        right: 0;
        visibility: hidden;
        z-index: -1;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: #000;
        font-size: 20px;
        transition: all .3s;
        opacity: 0
    }

    .closeMenuMobile.active {
        visibility: visible;
        top: 10px;
        right: 10px;
        z-index: 99999;
        background: #ffe5d2;
        opacity: 1
    }

    .backdrop_body.active {
        position: fixed;
        z-index: 9999;
        background-color: #0000008c;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0
    }

    a.openMenuMobile {
        padding: 5px
    }

    .nameCategoryAlbum a {
        font-size: 15px
    }

    .listAlbumByCategory .titleAlbumItems {
        font-size: 10px;
        margin-bottom: 5px
    }

    .nameCategoryAlbum {
        padding-bottom: 3px;
        margin-bottom: 7px
    }

    .listAlbumByCategory a:first-child .titleAlbumItems {
        font-size: 13px;
        margin: 5px 0
    }

    .listAlbumByCategory a {
        padding-left: 5px
    }

    .listAlbumByCategory .titleAlbumItems:before {
        width: 5px;
        height: 5px;
        margin-right: 5px
    }

    .linkCategoryAlbum .linkMore {
        font-size: 12px;
        padding-left: 5px
    }

    .linkCategoryAlbum .linkMore i {
        font-size: 11px
    }

    .slideMobileAlbum {
        margin: 0
    }

    .slideMobileAlbum .col-md-4 {
        padding: 0;
        margin-bottom: 0
    }

    .itemsAlbumByProduct .rightProductAlbum, .itemsAlbumByProduct .leftAlbumImages {
        width: 100%;
        padding: 0
    }

    .rightProductAlbum a.thumb {
        display: none
    }

    .rightProductAlbum .name {
        margin-bottom: 10px
    }

    .rightProductAlbum .name a {
        font-size: 18px
    }

    .actionAlbum .product_price_album {
        font-size: 18px;
        width: 60%;
        margin-bottom: 10px
    }

    .itemsAlbumByProduct {
        padding: 25px 0
    }

    .actionAlbum .quickViewAlbum .quickView {
        padding: 8px 15px
    }

    .quickViewAlbum {
        width: 40%
    }

    .actionAlbum .product_price_album .price_old {
        font-size: 16px;
        padding-right: 7px
    }

    .centerMobile {
        text-align: center
    }

    .leftPositionBct {
        width: 60%;
        display: inline-block
    }

    .rightPositionBct {
        width: 40%;
        display: inline-block
    }

    .contentChildFooter p {
        font-size: 12px
    }

    .iconBct {
        text-align: center;
        overflow: hidden;
        padding: 0 12px
    }

    .iconBct img {
        max-width: 100%
    }

    .title_footer {
        font-size: 15px
    }

    .closePromotionHeader {
        right: 10px
    }

    .showItemsProducts .product_box, .showItemsProducts .product_box:first-child {
        padding: 0;
        width: 100%
    }

    .colorSwatches {
        display: none
    }

    .owl_style_button_2.owl-carousel .owl-nav button.owl-prev {
        left: 0
    }

    .owl_style_button_2.owl-carousel .owl-nav button.owl-next {
        right: 0
    }

    .barScrollCategory.owl-carousel .owl-nav button.owl-next {
        right: -22px
    }

    .barScrollCategory.owl-carousel .owl-nav button.owl-prev {
        left: -22px
    }

    .barScrollCategory.owl-carousel .owl-nav button {
        font-size: 20px
    }

    .image_product_thumb .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: -22px;
        left: 19px;
        line-height: 30px;
        text-align: center;
        z-index: 2
    }

    .image_product_thumb .swiper-button-next {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        bottom: unset;
        left: 18px;
        z-index: 2;
        top: 348px
    }

    .image_product_thumb .swiper-button-next:after, .image_product_thumb .swiper-button-prev:after {
        font-size: 14px;
        line-height: 30px
    }

    .leftPriceDetail p {
        padding: 7px;
        font-size: 13px
    }

    #addCart {
        bottom: 0;
        margin: 0;
        left: 0;
        width: 50%;
        z-index: 99;
        border-right: .5px solid #fff;
        padding: 10px 0
    }

    #buyCart {
        bottom: 0;
        margin: 0;
        right: 0;
        width: 50%;
        z-index: 99;
        border-left: .5px solid #fff;
        padding: 10px 0
    }

    .buttonPush:hover {
        transform: translateY(0)
    }

    #addToCart.btnOutStockBuy {
        position: fixed;
        bottom: 0;
        margin: 0;
        right: 0;
        width: 100%;
        z-index: 99;
        padding: 10px 0
    }

    .page-index-album .bst_top .bst-top-info {
        position: static;
        width: 100%
    }

    .linkMore {
        font-size: 13px
    }

    .owl_style_button_2.owl-carousel .owl-nav button {
        font-size: 25px
    }

    .itemBannerCollection img {
        filter: blur(0)
    }

    .buttonTopHeder {
        transform: translateY(0)
    }

    .topPromotionHeader p {
        margin-right: 10px;
        width: calc(100% - 110px)
    }

    .lstLocation {
        margin-top: 0;
        padding: 5px
    }

    .lstLocation select {
        font-size: 13px
    }

    .image_product_view #show .img-child img {
        min-height: 370px;
        object-fit: cover
    }

    .barScrollCategory .item {
        max-width: 200px
    }

    .groupHeader_load .title_category_load {
        font-size: 12px;
        padding: 3px 10px
    }

    .barScrollCategory .item a:hover {
        border-radius: 18px
    }

    .listProductPromotionIndex .linkMore {
        display: block;
        background-color: var(--colors1);
        color: #fff;
        padding: 5px 0;
        text-align: center;
        border-radius: 16px;
        font-size: 12px
    }

    .listProductPromotionIndex .linkMore i {
        display: none
    }

    .groupHeader_load .title_category_load {
        max-width: 200px
    }

    .headerMaps .title_site {
        font-size: 11px;
        padding: 5px 7px;
        margin: 0
    }

    .headerMaps {
        justify-content: space-between
    }

    .hasGift .tagProItem.tagNewItem {
        top: 16%
    }

    .hasGift .tagGift {
        width: 30px;
        height: 20px;
        top: 18%
    }

    .article-body h2.title-article, .news-content h2.title-article {
        margin-top: 20px !important
    }

    .menuList-links img {
        width: 40px;
        padding-right: .5em
    }

    .section_video .list-video .wrap-icon i {
        font-size: 40px
    }
}

@media screen and (max-width: 380px) {
    .popup_action {
        text-align: left
    }

    .popup_action a {
        margin-left: 0;
        margin-bottom: 15px;
        margin-right: 15px
    }

    .popup_action .btnHoverLight {
        float: unset
    }
}

@media (min-width: 1200px) {
    .itemBannerCollection {
        display: flex;
        flex-direction: column
    }

    .slideCollection .owl-item:nth-child(even) .itemBannerCollection {
        flex-direction: column-reverse
    }

    .blockCollection .blockCollection-tlt {
        width: 40%
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(webfonts/fa-light-300.eot);
    src: url(webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-light-300.woff2) format("woff2"), url(webfonts/fa-light-300.woff) format("woff"), url(webfonts/fa-light-300.ttf) format("truetype"), url(webfonts/fa-light-300.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(webfonts/fa-regular-400.eot);
    src: url(webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-regular-400.woff2) format("woff2"), url(webfonts/fa-regular-400.woff) format("woff"), url(webfonts/fa-regular-400.ttf) format("truetype"), url(webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(webfonts/fa-solid-900.eot);
    src: url(webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(webfonts/fa-solid-900.woff2) format("woff2"), url(webfonts/fa-solid-900.woff) format("woff"), url(webfonts/fa-solid-900.ttf) format("truetype"), url(webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.req.color a:hover:after {
    left: -4px;
    top: -4px;
    transition: all .3s ease-in;
}