@font-face {
    font-family: 'Pangolin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWMfA79zqiA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Pangolin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWMfJ79zqiA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Pangolin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWMfC79zqiA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Pangolin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWMfD79zqiA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Pangolin';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWMfN79w.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 1200px !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .container {
        max-width: 1025px !important;
    }
}

@media (min-width: 544px) and (max-width: 768px) {
    .container {
        max-width: 768px !important;
    }
}
@media (max-width: 576px) {
    .navbar-top-right .translate {
        display: block;
        margin: auto 0;
        margin-left: 5px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

.fancybox-skin .fancybox-close{
    top: -16px;
    right: -16px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #3a5c85;
}

img {
    max-width: 100%;
    object-fit: cover;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
    /*color: #000;*/
    color: #3a5c85 !important;
}

p {
    margin-bottom: 0;
}

/*a:hover {*/
/*    color: #000;*/
/*}*/
.site-footer-wrap{
    padding: 10px 0;
}
body {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    /*color: #000;*/
    color: #3a5c85;
    overflow-x: hidden;
    background: #fff;
    position: initial !important;
    /*letter-spacing: .03125rem;*/
    letter-spacing: .0625rem;
    font-family: 'Pangolin';
}

/*header*/
#topbar {
    padding: 4px 0;
    background-color: #c5e9f5;
}

#topbar span {
    letter-spacing: .09625rem;
    text-transform: uppercase;
    margin-right: 5px;
}

#topbar a {
    margin-left: 12px;
    letter-spacing: .09625rem;
    text-transform: uppercase;
    cursor: pointer;
}

#topbar .promoti {
    position: relative;
}

#topbar .promoti:before {
    content: "";
    height: 15px;
    width: 1px;
    background: #3a5c85;
    position: absolute;
    right: -9px;
    top: 2px;
}

.sticky-header {
    position: sticky;
    top: 0;
    transition: transform .4s;
    z-index: 9;
    background: #fff;
}


.site-search {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    float: left;
}

.desktop-header-only {
    display: flex;
    justify-content: start;
    align-items: center;
}


.site-search .search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.search-button i {
    font-size: 22px;
}

.site-search form input {
    width: 205px;
    height: auto;
    padding: 6px 0;
    border: none;
    border-bottom: 0.0625rem solid #c8c8c8;
    font-size: 1rem;
    border-radius: 0;
    text-indent: 3px;
    background: #fff;
}

.site-search form input:focus {
    outline: 1px auto #535353;
    outline-offset: 0;
    box-shadow: none;
    background: #f9efd0;
}

.suggestions-wrapper {
    position: relative;
}

.suggestions-content {
    display: none;
    position: absolute;
    top: 18px;
    left: -32px;
    border: 1px solid #000;
    z-index: 101;
    background: #fff;
    width: 480px;
    padding: 10px 0px;
    flex-wrap: wrap;

}

.suggestions-content a {
    margin-bottom: 10px;
    display: flex;
}

.suggestions-content .item_image {
    justify-content: center;
    display: flex;
    align-items: center;
    float: left;
}

.suggestions-content .item_detail .item_title {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-navbar-top {
    background: #fff;
}

.navbar-top {
    padding: 0;
}

.navbar-top .user img {
    width: 24px;
    height: 24px;
}

.navbar-top .user .user-message {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

.fa-user, .fa-shopping-bag {
    font-size: 20px;
}

.minicart-quantity {
    font-weight: 600;
    font-size: 1rem;
}

.navbar-top-right {
    display: flex;
    justify-content: flex-end;
}
.navbar-top-right .translate {
    display: flex;
    margin: auto 0;
    align-items: center;
}
.translate li {
    padding: 0 3px;
}

.minicart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.minicart .minicart-total img {
    width: 24px;
    height: 24px;
}

/*next and prev owl*/
.owl-prev {
    position: absolute;
    left: 2%;
    top: 0;
    border: none;
    background-color: #bbcdc3;
    z-index: 9;
}

.owl-prev i, .owl-next i {
    font-size: 20px;
}

.owl-next {
    position: absolute;
    right: 2%;
    top: 0;
    border: none;
    background-color: #bbcdc3;
    z-index: 9;
}

.owl-prev:focus, .owl-next:focus {
    outline: none;
}

.slide-thumb {
    margin-top: 10px;
}

.slide-thumb .owl-prev {
    position: absolute;
    left: 0;
    border: none;
    background-color: #395c83;
    z-index: 9;
    top: 20%;
    color: #395c83 !important;
}

.slide-thumb .owl-next {
    position: absolute;
    right: 0;
    border: none;
    background-color: #395c83;
    z-index: 9;
    top: 20%;
    color: #395c83 !important;
}

.slide-thumb .owl-prev i, .slide-thumb .owl-next i {
    font-size: 40px;
}

/*--------------------- Menu Desktop ---------------------*/
.menu-desktop {
    position: relative;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

#nav .main-nav * {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

#nav nav.main-nav ul li a {
    color: #000000;
}

#nav nav.main-nav ul li a:hover {
    color: #f56200;
}

#nav .main-nav > ul > li {
    float: left;
    z-index: 10
}

#nav .main-nav > ul > li > a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 15px;
    margin: 0 25px 0 0;
    position: relative;
}

#nav .main-nav > ul > li > a:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border-bottom: 2px solid #5c5c5c;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

#nav .main-nav > ul > li > a:hover:before,
#nav .main-nav > ul > li.active > a:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

#nav .main-nav ul {
    padding-left: 0;
    margin: 0;
}

#nav .main-nav ul > li a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    margin-left: 4px;
    margin-bottom: 2px;
}

#nav .main-nav .sub_menu {
    background: #fff;
    position: absolute;
    z-index: 999;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#nav .main-nav ul > li > ul {
    top: 100%;
    margin-top: -2px;
    border-top: 2px solid #5c5c5c;
}

#nav .main-nav li:hover > .sub_menu {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

#nav .main-nav .sub_menu a {
    padding: 9px 18px;
    white-space: nowrap;
    text-align: left;
    display: block;
    font-size: 14px;
}

#nav .main-nav .sub_menu .sub_menu {
    left: 100%;
    top: 0;
    margin-left: 1px;
    margin-top: 0;
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg)
}

#nav .main-nav .sub_menu li:not(:first-child) {
    border-top: 1px solid #ecf0f1
}

#nav .main-nav .sub_menu li {
    position: relative;
}

#nav .main-nav ul > li i {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

#nav .main-nav ul > li:hover > a i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 0;
}

/*---------------------End Menu Desktop ---------------------*/

/*breadscrum*/
.page-breadcrumbs {

}

.breadcrumb {
    padding: 5px 0;
    background: 0 0;
    margin-bottom: 0;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

/*category*/
.banner-category {
    padding: 0;
}

.category_title {
    text-align: center;
    margin-top: 20px;
}

.filter-header-by {
    display: flex;
    margin-bottom: 20px;
}
.filter-header-by select {
    border: 1px solid #000;
    padding: 0px 14px;
    font-size: 16px;
}
.filter-header-by select:hover {
    background-color: #f4f3f0;
    color: #000 !important;
    border-color: #000;
}

.search-result {
    margin-top: 20px;
}

.search-header {
    width: 100%;
}
.f-collection h1 {
    font-size: 25px;
}
.filter-header .btn {
    height: 3.125rem;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 1.25rem;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNic+PHBhdGggZD0nTTEgM2gxNHYySDF6bTIgNGgxMHYySDN6bTIgNGg2djJINXonLz48L3N2Zz4=);
    background-position: center right 0.875rem;
    background-repeat: no-repeat;
    padding-right: 2.875rem;
    inline-size: max-content;
    border-color: #000;
    text-transform: uppercase;
}

.filter-header-by .custom-select {
    height: auto;
    padding: 0.375rem 0rem 0.375rem 0.75rem;
    font-weight: 700;
    letter-spacing: .125rem;
    border-color: #000;
    color: #000;
    width: 15%;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-outline-primary:hover {
    background-color: #f4f3f0;
    color: #000 !important;
    border-color: #000;
}

.btn {
    font-weight: 700;
    letter-spacing: .125rem;
    border-radius: 0;
}

.btn:focus, .custom-select:focus {
    box-shadow: none;
}

.btn-outline-primary {
    color: #3a5c85;
}

.filter-header-content {
    position: relative;
    width: auto;
    height: auto;
    padding: 1.875rem;
    margin-bottom: 1.875rem;
    z-index: auto;
    background: 0 0;
    border: 1px solid #000;
    overflow-y: none;
    display: none;
}



.card--header {
    margin: 0 0 0.9375rem;
    font-weight: 700;
    font-size: .8125rem;
    line-height: 1.2;
    letter-spacing: .12187rem;
    text-transform: uppercase;
}

.refinements-color, .refinements-size {
    border-right: 0.0625rem solid #c8c8c8;
    width: 20%;
    padding: 0 10px;
}



.chb + label {
    position: relative;
    padding-left: 10px;
}

.chb-1 + label::before {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #000;
    content: "";
    top: 1px;
    left: -15px;
    padding-bottom: 5px;
    font-size: 11px;
    text-align: center;
    font-weight: bolder;
}

.chb-1:checked + label::before {
    color: #000;
    content: '\2713';
}

.chb {
    visibility: hidden;
}

.filter_group-content ul {
    max-height: 200px;
    overflow: auto;
    min-height: 50px;
}

.filter-bar ul {
    display: flex;
}

.filter-bar li {
    border: 0.0625rem solid #c8c8c8;
    margin-right: 1rem;
    height: 2.5rem;
    margin-bottom: 1rem;
}

.filter-bar a {
    display: -ms-flexbox;
    display: flex;
    padding: 0.5625rem 0.9375rem;
    -ms-flex-align: center;
    align-items: center;
}

.filter-bar i {
    margin-left: 0.625rem;
}

.product-img {
    position: relative;
}
.product-img .product-gift img, .sticky--top .product-gift img {
    width: 90px;
}
.product-img .product-gift {
    position: absolute;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.product-img:hover .quick-view {
    opacity: 1;
    color: #fff;
}

.product-label {
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(0%);
    padding: 0px 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
}
.color-hot {
    background: #f8eece;
}

.color-new {
    background: #ed98ba;
}

.color-home {
    background: #f5b8d4;
}

.quick-view {
    width: 50%;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 1.3;
    letter-spacing: .09625rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 9px 43px 7px 20px;
    color: #fff;
    background-color: #3a5c85;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: opacity .2s;
}

.quick-view:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none;
}
.quick-view span {
    color: #fff;
}

.icon-plus {
    position: absolute;
    right: 7px;
    bottom: 6px;
    pointer-events: none;
    color: #000;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto !important;
}

.product-detail .pro-name {
    font-size: .875rem;
    letter-spacing: .03125rem;
    margin-bottom: 9px;
    font-weight: 400;
    height: 35px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box-pro-detail {
    text-align: center;
    padding: 10px 0;
}

.pro-price .price {
    font-weight: 700;
    color: #3a5c85;
    font-size: 1rem;
    display: block;
}

.user-rate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.user-rate .fa-star-o {
    font-size: 20px;
}
.user-rate img {
    margin-bottom: 5px;
}

.user-rate > div {
    padding-left: 5px;
}

.box-pro-prices .pro-price {
    font-size: .875rem;
    letter-spacing: .0625rem;
    margin-bottom: 3px;
}

.margin-bot-30 {
    margin-bottom: 30px;
}

.old-price {
    color: #939393;
    font-size: 13px;
    margin-left: 5px;
}


/*quickview*/
.product-thumb.tp_product_detail_video {
    position: relative;
}

.product-thumb.tp_product_detail_video i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.swatch {
    padding: 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #dfe0e1;
}

.swatch .header {
    margin: 0 0 8px;
    font-size: 13px;
    text-align: left;
    color: #4c4c4b;
    line-height: initial;
}

.hide {
    display: none !important;
}

.swatch .select-swap {
    display: inline-block;
    vertical-align: middle;
}

.swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
}

.swatch .swatch-element.color a {
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    display: inline-block;

}

.swatch .swatch-element a {
    margin: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 12px;
    color: #252a2b;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border: 1px solid transparent;
}

.swatch .swatch-element.color img {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
    font-size: 0;
}
.description-productdetail {
    max-height: 150px;
    overflow: auto;
    min-height: 50px;
}

/*endquickview*/


/* ---------------------  Sidebar style  --------------------- */
.main-body {
    position: relative;
    right: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -ms-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: right 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.site-nav.style--sidebar {
    position: fixed;
    width: 480px;
    height: 100vh;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 8888;
    overflow: hidden;
    -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    border: 0.0625rem solid #000;
}

.site-nav.style--sidebar .site-nav-container {
    width: calc(100%);
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.site-nav.style--sidebar .site-nav-container-last {
    height: 100%;
    padding: 30px 20px;
}

.cart-view {
    padding: 0;
    background-color: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}


.site-nav.style--sidebar .site-nav-container .title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 3px 0 0 0;
    font-weight: 500;
}

.site-nav.style--sidebar .site-nav-container .subtitle {
    margin: 40px 0 0 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 20px 0;
    opacity: .66;
}

#site-filters {
    display: none;
}

#site-nav--desktop.show-filters #site-filters {
    display: block
}

#site-search {
    display: none
}

#site-nav--desktop.show-search #site-search {
    display: block
}

#site-cart, #test {
    display: none
}

#site-nav--desktop.show-cart #site-cart {
    position: relative;
    display: block;
}
.close-minicart {
    position: absolute;
    top: -1px;
    right: 0px;
    color: #fff;
    border: 1px solid #3a5c85;
}
.close-minicart i {
    color: #fff;
    font-size: 20px;
    background: #3a5c85;
    padding: 5px;
}

#menu-nav-mobile.show-cart #test {
    display: block;
}

/*--------------------- menu active ---------------------*/
.site-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}

.site-overlay.active {
    opacity: 1;
    visibility: visible;
}

.main-body.sidebar-move {
    right: 480px;
}

.site-nav.style--sidebar.active, .menu-nav--sidebar.active {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    background: #252a2b;
    -ms-transition: top .3s .1s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), width .15s linear, background .15s linear;
    -webkit-transition: top .3s .1s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), width .15s linear, background .15s linear;
    transition: top .3s .1s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1), width .15s linear, background .15s linear;
}

.site-close-handle {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: transparent;
    border: none;
    box-shadow: none;
    cursor: pointer;
    -ms-transition: transform 150ms linear;
    -webkit-transition: transform 150ms linear;
    transition: transform 150ms linear;
}

.site-close-handle .hamburger-menu .bar.animate {
    background: transparent;
}

.site-close-handle .hamburger-menu .bar.animate:before {
    bottom: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}

.site-close-handle .hamburger-menu .bar.animate:after {
    top: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
}

.site-close-handle:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*endsidebar*/


/*menu mobile*/
.navbar-toggler {
    padding: 0;
}
.menu-nav--sidebar {
    position: fixed;
    width: 350px;
    height: 100vh;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10000;
    overflow: hidden;
    -ms-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-100%);
    border: 0.0625rem solid #000;
}

.mobile-header-only {
    display: flex;
}

.mobile-header-only button img {
    width: 30px;
}


/*cart sidebar*/
.single-approaching-discount-minicart {
    text-align: center;
    padding-left: 5px;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
}

.single-approaching-discount-minicart:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    background-image: url(https://www.honest.com/on/demandware.static/Sites-honest-Site/-/default/v1659408923841/images/svg-icons/truck.svg);
    position: relative;
    top: 5px;
    left: -5px;
}

.progressContainer {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.progress {
    height: 7px;
    background-color: #3a5c85;
    border-radius: 5px;
}

.success-checkmark {
    float: right;
    margin-top: -46px;
}

.success-checkmark:after {
    content: "\2714";
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #fff;
    background: #3a5c85;
    border-radius: 50%;
    font-size: 1.3em;
    font-family: sans-serif;
    color: #fff;
    padding: 3px 5px;
}

.product-item a img {
    border-radius: 5px;
    width: 90px;
    height: 90px;
    margin-right: 0;
    max-width: none;
    object-fit: scale-down;
}

.product-item {
    display: flex;
}

.product-item .product-image-link {
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-content {
    font-weight: 700;
}

.site-nav-container-last h1 {
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.site-nav-container-last h2 {
    font-size: 1rem;
    letter-spacing: .05rem;
    text-align: center;
    font-weight: 400;
}

.product-content .product-name {
    margin-bottom: 5px;
    width: calc(100% - 25px);
}

.product-item-price {
    padding: 10px 0;
    font-size: 1.2rem;
}

.remove-line-item i {
    font-size: 20px;
}

.card {
    margin-bottom: 1.5rem;
    border: 0;
}

.minicart-footer {
    margin-top: auto;
}

.minicart-body {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.estimated-total {
    border-top: 0.0625rem solid #e0e0e0;
    padding: 2vh 0;
    margin-right: 0;
    margin-left: 0;
}

.estimated-total span {
    letter-spacing: .06125rem;
    font-weight: 700;
    font-size: 20px;
}

.checkout-continue .btn-primary {
    color: #fff !important;
    background: #3a5c85;
    border-color: #000;
    text-transform: uppercase;
    padding: 0.7rem 2rem;
    font-size: 16px;
}

.checkout-continue .btn-primary:active {
    background: #000 !important;
    border-color: #000 !important;
}

.checkout-continue .btn-primary:active:focus {
    box-shadow: none !important;
}

.checkout-continue .btn-primary:hover {
    background: #f4f3f0;
    color: #3a5c85 !important;
}

/*end cart sidebar*/

/*-----------start body---------*/
.banner-top-1 img {
    height: 100%;
}

.banner-top-1, .banner-top-2 {
    padding: 0;
}

.margintop {
    margin-top: 1rem;
}

.content-banner-top-1 {
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #000;
}
.content-banner-top-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
}

.content-banner-top-2 h1 {
    font-size: 1rem;
    font-weight: 600;
}

.banner-top-2 > div:last-child {
    margin-top: 10px;
}
.predictive-search-view-all__button {
    background: #fff;
    border: none;
    margin-left: 10px;
}


.product-scroll .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-img .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #3a5c85 !important;
    border-radius: 50%;
}

.product-scroll .owl-prev i, .product-scroll .owl-next i {
    font-size: 20px;
}

.product-scroll .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000 !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-img .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #3a5c85 !important;
    border-radius: 50%;
}
.list-img .owl-prev i, .list-img .owl-next i {
    display: flex;
    justify-content: center;
}

.item-banner {
    margin-bottom: 1rem;
}

a.refresh-btn {
    display: inline-block;
    padding: 0.875rem 1rem;
    color: #fff !important;
    background-color: #3a5c85;
    border: 0.0625rem solid #3a5c85;
    white-space: normal;
    font-weight: 700;
}

.refresh-btn span {
    text-transform: uppercase;
    color: #fff;
}
.refresh-btn:hover span {
    color: #000;
}

a.refresh-btn:hover  {
    background-color: #f4f3f0;
    color: #000 !important;
    border-color: #000;
}

a.refresh-btn:hover .arrow-right {
    filter: invert(100%);
}

.arrow-right {
    background-image: url("/tp/T0372/img/cta-single-arrow-white.png");
    width: 1rem;
    height: 0.75rem;
    display: inline-block;
    background-size: cover;
    margin: 0 0.5rem 0 0.75rem;
    transition: filter .15s ease-in-out;
}

.banner-mind-fully {

}

.banner-content-mind {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

}

.banner-mind-fully .banner-content-mind h4 {
    font-size: 4.5rem;
    text-transform: uppercase;
}

.banner-mind-scroll {
    display: flex;
    width: 100%;
}

.banner-mind-scroll > div {
    padding-right: 0;
    padding-left: 0;
}

.mrt-20 {
    margin-top: 20px;
}

.insta-img-slick {
    border: 1px solid red;
}

.instagram-list-img {
    margin-top: 10px;
}

.instagram-list-img li {
    margin-right: 10px;
}

/*pagination*/
.pagination {
    justify-content: center;
}

ul.pagination li {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(128, 128, 128, .2);
    line-height: 30px;
}
ul.pagination li:hover {
    background: #f4f3f0;
}

.fa-angle-right:before {
    content: "\f105";
    font-size: 16px;
    color: revert;
}

.fa-angle-left:before {
    content: "\f104";
    font-size: 16px;
    color: revert;
}

.pagination .active {
    background-color: #3a5c85;
}
.pagination .active a {
    color: #fff !important;
}
::placeholder {
    color: #3a5c85 !important;
}
/*-----------end body-----------*/


/*---------------------Footer---------------------*/
.blockSub {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    /*margin: 20px 0;*/
    margin: 10px 0;
}

.ls-footer-signup-headline {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #3a5c85;
    line-height: 1.4rem;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
}

.subscript {
    font-size: .73em;
    color: #3a5c85;
    display: flex;
    text-align: center;
    justify-content: center;
}

.subscribe-input {
    width: 100%;
    margin-bottom: 0;
    line-height: 21px !important;
    padding: 7px 10px !important;
    border: 1px solid #ced4da;
}
.subscribe-input:focus {
    border-color: inherit !important;
    outline: 0;
}

#signUpFooterSubmit {
    position: relative;
    -webkit-appearance: none;
    display: inline-block;
    padding: .5rem 1.5rem .5rem 1.5rem;
    margin: 0;
    border: 1px solid #3a5c85;
    cursor: pointer;
    outline: 0;
    overflow: visible;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #3a5c85;
    background-image: none;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
    width: 100%;
    border-radius: 2px;
}
#signUpFooterSubmit:hover {
    background-color: #f4f3f0;
    color: #000 !important;
    border-color: #000 !important;
}
.footer-left span {
    display: block;
    color: #06b7cf;
}

.banner_footer {
    width: 100%;
    margin-top: 20px;
}


#notIndex-fixed-actions {
    overflow: visible !important;
    right: 10px;
    position: fixed;
    z-index: 99;
    bottom: 200px;
}

.fixed-item {
    position: absolute;
    opacity: 1;
    right: 0;
    width: max-content;
}

.btn-phone-fixed {
    top: -70px;
}
.btn-mess-fixed {
    top: -15px;
    width: 45px;
    height: 45px;
    background: #0084ff;
    border-radius: 100%;
}
.btn-mess-fixed a, .btn-zalo-fixed a, .btn-mail-fixed a {
    display: block;
    margin: 10px;
}
.btn-zalo-fixed {
    top: 38px;
    width: 45px;
    height: 45px;
    background: #71AFEC;
    border-radius: 100%;
}
.btn-mail-fixed {
    top: 91px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #f8be1a;
}
.btn-mail-fixed i {
    font-size: 25px;
    color: #fff;
}
.btn-to-top-fixed {
    top: 147px;
    width: 45px;
    height: 45px;
    background: #E2A987;
    border-radius: 100%;
}
.btn-to-top-fixed i {
    display: flex;
    justify-content: center;
    font-size: 25px;
    margin: 10px;
    color: #fff;
}

.title-fixed {
    position: absolute;
    right: 120%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .72);
    color: #fff;
    text-align: center;
    border-radius: 5px !important;
    white-space: nowrap !important;
    width: auto !important;
    line-height: 25px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    top: 5px;
    display: none;
}

.btn-facebook-fixed {
    top: -15px;
}

.btn-facebook-fixed a i {
    line-height: 44px;
    font-size: 30px;
    color: #fff;
}

.footer-mid ul li {
    margin-right: 10px;
}
.footer-mid ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.footer-mid ul li a img, .footer-right ul li a img {
    width: 25px;
    height: 25px;
    filter: invert(34%) sepia(13%) saturate(1939%) hue-rotate(173deg) brightness(91%) contrast(86%);
}
.footer-mid ul li i {
    font-size: 26px
}

.footer-right ul li {
    margin-bottom: 10px;
}

.site-footer ul {
    color: #06b7cf;
}

.site-footer ul li a {
    color: #06b7cf;
}
.content-social-footer {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-social-footer a {
    display: block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
}
.fb-link {
    background: #1c5eb9;
    color: #fff !important;
    border-color: #1c5eb9;
}
.insta-link {
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    color: #fff;
    border-color: transparent;
}
.yt-link {
    background: red;
    color: #fff;
    border-color: red;
}
.tiktok-link {
    background: #000;
    color: #fff;
    border-color: #000;
}
.tiktok-link img{
    height: 30px;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(165deg) brightness(103%) contrast(101%);
}
.fb-link i, .insta-link i, .yt-link i {
    color: #fff;
}


/*popup index*/
.newsletter-popup__content {
    flex-grow: 1;
    width: 100%;
    max-width: 1000px;
    margin-top: 145px;
    margin-right: 49px;
    margin-left: 49px;
    z-index: 1;
    max-height: 100%;
}

.newsletter-popup__content-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 145px;
}

.newsletter-popup__close i {
    font-size: 20px;
}

.newsletter-popup__close {
    position: absolute;
    top: 5px;
    right: 10px;
    display: flex;
    z-index: 1;
    cursor: pointer;
    transition: opacity .3s;
    background: transparent;
    border: none;
    color: #000;
}

.newsletter-popup__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-popup__image-wrapper {
    width: 50%;
    /*max-width: 500px;*/
    height: auto;
    position: relative;
}

.newsletter-popup__form-wrapper {
    position: relative;
    width: 50%;
    background-color: #fff;
}

.newsletter-popup__subtitle {
    font-size: 18px;
    letter-spacing: -.06px;
    line-height: 1.3;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 55%;
}

.newsletter-popup__form-wrapper .fContact label {
    display: block;
}

.newsletter-popup__form-wrapper .fContact label input, .newsletter-popup__form-wrapper .fContact label textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}

.newsletter-popup__title {
    margin-top: 16px;
    color: #000;
    letter-spacing: 2.86px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 4rem;
    font-weight: 1000;
}

.newsletter-popup__description {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.newsletter-popup__buynow {
    color: #000;
    border: 1px solid #000;
    background: #fff;
    padding: 2px 5px;
    border-radius: 5px;
}

.contact-form {
    max-width: none;
    margin-top: 25px;
    margin-left: 0;
}

.newsletter .form-input-halves {
    display: flex;
    margin: 0 -.75rem;
    width: calc(100% + 1.5rem);
}

.newsletter .contact-form .form-group-wrapper {
    flex: 1 1 auto;
    margin: 0 .75rem;
}

.newsletter .contact-form .form-group {
    position: relative;
    margin-bottom: 18px;
}

.newsletter .contact-form input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .43);
    outline: 0;
    font-size: 14px;
    color: #757575;
    margin-bottom: 0;
    transition-property: color, border-color;
    transition-duration: .2s;
    font-style: inherit;
    font-weight: 300;
    padding: 12px 0;
    background-color: #fff;
    width: 100%;
}

.newsletter .contact-form input:focus {
    color: #000;
    margin-bottom: -1px;
    border-bottom-color: #000;
    border-bottom-width: 2px;
}

.newsletter .contact-form .newsletter__label {
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 0;
    font-style: normal;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.563;
    color: #757575;
    text-transform: uppercase;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    transition-property: top, font-size, letter-spacing, color;
    transition-duration: .2s;
}

.newsletter .contact-form input:focus + .newsletter__label {
    top: 0;
    color: #000;
}

.input-group-btn-wrap {
    margin-top: 29px;
}

.newsletter .contact-form #Subscribe .newsletter__submit-text {
    position: relative;
    z-index: 1;
}

.newsletter .contact-form #Subscribe:hover:after {
    transform: scaleX(1) skew(
            -45deg);
    transform-origin: 0 50%;
}

.newsletter .contact-form #Subscribe:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    height: 100%;
    z-index: 0;
    background: #fff;
    opacity: .17;
    transform: scaleX(0) skew(
            -45deg);
    transition: transform .3s ease-in-out;
    transform-origin: 100% 50%;
}

.newsletter .contact-form #Subscribe {
    height: auto;
    margin-top: 30px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    min-width: 142px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.375rem;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    transition: color .3s ease;
    border: none;
}

#popupHome .modal-dialog {
    pointer-events: unset;
}

#popupHome.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
    max-height: 100%;
    padding-right: 0 !important;
}

.newsletter .contact-form input.input--not-empty + .newsletter__label {
    top: 0;
}

.success_message {
    color: #56ad6a;
    background-color: #ecfef0;
    border-radius: 0;
    padding: 6px 12px;
    border: 1px solid #56ad6a;
    text-align: left;
    line-height: 28px;
}

#popupHome .success_message {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: visibility .4s ease, opacity .4s ease;
}

#popupHome.contact-form--success .success_message {
    opacity: 1;
    visibility: visible;
    display: block;
}

#popupHome.contact-form--success .main_form_popup {
    display: none;
}

.btn_black.btn_block {
    padding-right: 15px;
    padding-left: 15px;
}

.btn_black {
    height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
    border-radius: 0;
}

.btn_disabled {
    cursor: default;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.btn_black:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 0;
    background-color: #fff;
    opacity: .2;
    transition: height .35s ease-in-out;
    content: "";
}

.edit_content {
    position: relative;
}

.edit_content:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(
            90deg, #e4e4e4 100%, transparent 0) 0 0 no-repeat, linear-gradient(
            90deg, transparent 3px, #e4e4e4 0, #e4e4e4 9px, transparent 0) top repeat-x, linear-gradient(
            90deg, #e4e4e4 100%, transparent 0) 100% 0 no-repeat, linear-gradient(
            0deg, #e4e4e4 100%, transparent 0) 0 0 no-repeat, linear-gradient(
            0deg, transparent 3px, #e4e4e4 0, #e4e4e4 9px, transparent 0) 0 repeat-y, linear-gradient(
            0deg, #e4e4e4 100%, transparent 0) 0 100% no-repeat, linear-gradient(
            90deg, #e4e4e4 100%, transparent 0) 0 100% no-repeat, linear-gradient(
            90deg, transparent 3px, #e4e4e4 0, #e4e4e4 9px, transparent 0) bottom repeat-x, linear-gradient(
            90deg, #e4e4e4 100%, transparent 0) 100% 100% no-repeat, linear-gradient(
            0deg, #e4e4e4 100%, transparent 0) 100% 0 no-repeat, linear-gradient(
            0deg, transparent 3px, #e4e4e4 0, #e4e4e4 9px, transparent 0) 100% repeat-y, linear-gradient(
            0deg, #e4e4e4 100%, transparent 0) 100% 100% no-repeat;
    background-size: 6px 1px, 12px 1px, 6px 1px, 1px 6px, 1px 12px, 1px 6px;
    pointer-events: none;
    content: "";
}

select.input__field {
    height: 50px;
    padding: 13px 30px 13px 20px;
    cursor: pointer;
}

.cabinet-nav__link_logout {
    margin-top: 20px;
    font-weight: 600;
}

.cabinet-nav__link {
    margin-bottom: 20px;
    color: #000;
    line-height: 1;
    cursor: pointer;
}

.icon_menu_account {
    text-align: right;
    font-size: 16px;
    margin: 20px 0;
}

.right_icon_header {
    justify-content: end;
}

.top_header {
    display: none;
}

#logo_header .logo-wrapper img {
    max-height: 80px;
}

.right_icon_header li {
    margin: 0 25px 0 0;
}

.out-stock-product {
    background: #e18965;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 2px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    z-index: 3;
    display: inline-block;
    top: 0;
    left: 0;
    min-width: 112px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .checkout-continue {
        /*width: 50%;*/
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .sticky_top {
        align-self: flex-start;
        position: sticky;
        top: 125px;
    }
}


@media (min-width: 991px) {
    .menu__item:hover .menu__content, .menu__item:hover .tooltip-arrow {
        display: block !important;
    }

    .product-top {
        margin: 0 90px 5rem;
    }

    .newsletter-popup__form-wrapper {
        position: relative;
        padding-top: 65px;
        padding-right: 62px;
        padding-left: 62px;
        padding-bottom: 107px;
        width: 50%;
        background-color: #fff;
    }
    .refinements-container-inner {
        display: flex;
    }
    .site-footer .site-footer-wrap {
        display: flex;
    }
    .banner-top-2 {
        display: grid;
    }

    .banner-top-1 {
        padding-right: 10px;
    }
}

@media (max-width: 992px) {
    .menu-desktop {
        display: none;
    }
    .banner-top-2 {
        display: flex;
        margin-top: 5px;
    }
    .menu-desktop .tp_menu {
        display: flex;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .banner-mind-fully {
        display: flex;
        justify-content: center;
    }

    .banner-mind-scroll {
        display: flex;
        white-space: break-spaces;
        overflow-x: scroll;
    }

    .desktop-header-only {
        display: none;
    }

    .main-menu-desktop {
        border-top: none !important;
    }

    .newsletter-popup__content-wrapper {
        display: block;
    }

    .newsletter-popup__image-wrapper, .newsletter-popup__form-wrapper {
        width: 100%;
    }

    .newsletter-popup__subtitle {
        font-size: 30px;
        letter-spacing: -.06px;
        line-height: 1.3;
        color: #fff;
        position: absolute;
        top: 11%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        /*width: 66%;*/
    }

    .newsletter-popup__subtitle span {
        font-size: 18px !important;
    }

    .newsletter-popup__title {
        margin-top: 16px;
        color: #000;
        letter-spacing: 2.86px;
        line-height: 1;
        color: #fff;
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        font-size: 6rem;
        font-weight: 1000;
    }

    .newsletter-popup__description {
        position: absolute;
        bottom: -22px;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 73%;
    }
    .newsletter-popup__form-wrapper .fContact {
        padding: 20px !important;
    }
    .follow_insta {
        font-size: 1.5rem;
    }
    .quick-view, .icon-plus{
        display: none !important;
    }
    .filter-header-content.active {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .filter-header-content {
        left: 0;
        top: 0;
        position: fixed;
        width: 350px;
        height: 100%;
        padding: 1.875rem;
        z-index: 100000;
        background: #fff;
        border: 1px solid #000;
        display: none;
        overflow: scroll;
        -ms-transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        -webkit-transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        transition: transform .5s cubic-bezier(.25,.46,.45,.94);
        transform: translateX(-100%);
    }

    .refinements-container-inner .refinements-color,.refinements-container-inner .refinements-size {
        width: 100%;
        padding: 0;
        border: none;
    }
    .product-label {
        font-size: 9px;
    }
    .site-nav.style--sidebar {
        width: 400px;
    }
    .banner-top-2 > div:last-child {
        margin-top: 0;
    }
    .banner-top-2 div:first-child {
        margin-right: 5px;
    }
    .content-banner-top-1 {
        right: 0;
    }
    a.refresh-btn {
        padding: 0.175rem 0.5rem;
    }

}


@media (min-width: 767px) {
    .content-banner-top-1 h1 {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 2rem;
    }

    .banner-top-2 > div:last-child {
        /*margin-top: 15px;*/
    }
    .blockSub form {
        display: flex;
    }
    #signUpFooterSubmit {
        width: 50%;
    }


}

@media (max-width: 768px) {
    /*.banner-top-2 {*/
    /*    display: flex;*/
    /*    margin-top: 5px;*/
    /*}*/
    .content-banner-top-1 h1 {
        font-size: 1rem;
        text-transform: uppercase;
    }


    .checkout-continue {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 101;
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        box-shadow: 0 0 8px rgb(0 0 0 / 25%);
    }

    .checkout-continue .checkout-continue-wrapper {
        padding: 0.625rem;
        background-color: #fff;
    }
    .newsletter-popup__title {
        font-size: 4rem;
    }
    .product-detail .pro-name {
        height: 50px;
    }
}

@media (max-width: 500px) {
    .newsletter-popup__subtitle {
        font-size: 14px;
    }
    .newsletter-popup__title {
        font-size: 3rem;
        top: 27%;
    }
    .follow_insta {
        font-size: 1rem;
    }
}
@media (max-width: 376px) {
    .newsletter-popup__subtitle span {
        font-size: 15px !important;
    }
    .newsletter-popup__title {
        font-size: 2rem !important;
    }
}
@media (max-width: 280px) {
    .banner-mind-fully .banner-content-mind h1 {
        font-size: 3.5rem;
    }
    .review ul li{
        font-size: 10px
    }

}
/*menu cache*/
.menu__list--third {
    display: block !important;
}

.menu__item .third {
    margin-right: 20px !important;
}

.main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__link {
    padding: 0 5px;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
}

.menu__list menu_list_img {
    display: none;
}

.menu__list--top .tp_menu_item .tooltip-arrow {
    top: calc(37px - 0.6875rem);
    left: calc(70px - 1.3125rem);
}

.menu__list--top .tp_menu_item_cate .tooltip-arrow {
    top: calc(37px - 0.6875rem);
    /*left: calc(61px - -7.6875rem);*/
    left: 50%;
}

#nav-menu .main-nav-menu .menu__list--top > li > a:before {
    content: '';
    top: 100%;
    left: 20px;
    right: 20px;
    margin: auto;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid #000;
    z-index: 3;
}

/*#nav-menu .main-nav-menu .menu__list--top > li > a:hover {*/
/*    border-top: 2px solid #000;*/
/*    !*border-top: 2px solid transparent;*!*/
/*    !*border-color: #000;*!*/
/*}*/

.menu__content a {
    color: #000;
}

.main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__content {
    width: 100%;
    position: absolute;
    display: none;
    border: 1px solid #000;
    background: #fff;
    z-index: 2;
    transition: max-height .5s ease;
    overflow: hidden;
    /*padding: 15px 0 20px;*/
    left: 0;
}

.menu_cate:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #3a5c85;
    position: absolute;
    top: -2px;
    left: 0;
    transform: scaleX(0);
    transition: transform .15s ease-in 0s;
    z-index: 110;
}

.hover_cate:hover > .menu_cate:after {
    transform: scaleX(1);
}

/*.main-nav-menu .menu__list:not(.menu__list--second) > .menu__item > .menu__content.shrinks {*/
/*    width: 100%;*/
/*    display: none;*/
/*    padding: 15px 0 20px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    border-top: 1px solid #e5e5e5;*/
/*    border-bottom: 1px solid #e5e5e5;*/
/*    background: #000;*/
/*    z-index: 2;*/
/*    transition: max-height .5s ease;*/
/*    overflow: hidden;*/
/*}*/

.main-nav-menu .menu__list .menu-flex {
    padding: 10px;
    /*flex-wrap: wrap;*/
    /*flex-direction: row-reverse;*/
}

.iconSub .fa-chevron-down {
    display: none;
}

.main-nav-menu .menu__list--second {
    font-weight: 400;
    text-transform: capitalize;
    flex-direction: column;
    /*flex-basis: 20%;*/
    background-color: inherit;
    padding: 0 15px;
}

.main-nav-menu .menu__list {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    flex-direction: row;
    /*position: relative;*/
}

.main-nav-menu .menu__list__c2 {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    flex-direction: row;
}

.main-nav-menu .menu__list .menu-flex .menu__item.c3 {
    /*width: 100%;*/
    padding: 0 15px;
}

.menu__list__c4 .four a {
    color: #000;
}

.main-nav-menu .menu__list--second .menu__item .menu__link {
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    /*padding: 16px 0 8px;*/
    letter-spacing: 2px;
    white-space: nowrap;
    line-height: 2;
}

.menu__item.third a, .menu__item.four a {
    font-weight: 400;
    line-height: 2;
}

.main-nav-menu .menu_list_img {
    position: relative;
    text-align: center;
    justify-content: center;
    flex-basis: 40%;
    display: none;
}

.main-nav-menu .menu_list_img a {
    padding: 0 20px;
    /*display: inline-block;*/
    color: #000;
    text-decoration: none;
    /*padding: 0 40px !important;*/
}

.main-nav-menu .menu_list_img p {
    margin-top: 10px;
    line-height: 20px;
    text-transform: capitalize;
    font-size: 14px;
}

#nav-menu .main-nav-menu .menu__list--top > li > a {
    position: relative;
    display: block;
    color: #323030;
    /*border-top: 2px solid transparent;*/
}

#nav-menu .tp_menu li a img {
    width: auto;
}

.nav-menu-desktop {
    width: 100%;
    padding: 0 55px;
    position: relative;
}

.main-menu-desktop {
    border-top: 0.0625rem solid #c8c8c8;
    border-bottom: 0.0625rem solid #c8c8c8;
}


/*contact*/
.top-contact {
    display: flex;
    text-align: center;
    justify-content: center;
}

.chir_contact .main {
    margin-bottom: 20px;
}

.chir_contact .tittle, .chir_contact .tittle2 {
    color: #395c83;
    text-transform: uppercase;
}

.chir_contact .tittle2:after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    margin-top: 15px;
    background: #395c83;
    margin-bottom: 50px;
    margin-left: 36%;
}

.chir_contact .top-contact ul li {
    color: #395c83
}

.top-contact ul li p:first-child {
    font-size: 25px;
}

.send_contact {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 0;
    border: 1px solid #252a2b;
    background:  #3a5c85 ;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}

.tooltip-arrow {
    position: absolute;
    top: -0.75rem;
    width: 1.3125rem;
    height: 0.6875rem;
    margin: 0;
    z-index: 1001;

}

.tooltip-arrow {
    display: none;
    top: calc(19px - 0.6875rem);
    left: calc(40px - 1.3125rem);
    z-index: 102;
}

.tooltip-arrow:before {
    display: block;
    top: 0;
    border-width: 0 0.65625rem 0.6875rem;
    border-bottom-color: #000 !important;
}

.tooltip-arrow:after, .tooltip-arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.tooltip-arrow:after {
    top: 0.0625rem;
    border-width: 0 0.65625rem 0.6875rem;
    border-bottom-color: #fff;
}

.banner_contact_bot > picture:first-child {
    margin-bottom: 10px;
    display: block;
}


/*trang mẫu thử*/
.form_info_input {
    margin-top: 30px;
}

.form_info_input .infor-p {
    color: rgba(0, 0, 0, .5);
    margin-bottom: 30px;
}

.title_content {
    margin-top: 15px
}

.form_info_input label {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    margin-bottom: 0;
}

.form_info_input label:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.form_info_input label input {
    display: block;
    width: 30%;
    padding: 5px;
}

.form_info_input label textarea {
    display: block;
    width: 30%;
    padding: 5px;
}

.form_info_input label span:after {
    content: "[*]";
    color: red;
}

.form_info_input label span:before {
    content: "|";
    color: #ccc;
    margin-right: 5px;
}

.form_info_input_supscrib label {
    width: 100%;
}

.form_info_input_supscrib label input {
    width: 30%;
    display: block;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: initial;
    border-color: initial;
}


/*filter price*/
#price_form,#price_to{
    font-weight: bold;
    /*color: #91ad41;*/
}
#slider-range{
    margin-top: 10px;
}
.ui-slider-horizontal .ui-slider-range{
    background: #91ad41;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: #91ad41 !important;
    border-radius: 50%;
}
.open-pro-filter {
    margin-left: 10px;
}
.open-pro-filter h6 {
    text-transform: uppercase;
    font-size: 13px;
}
.open-pro-filter .pull-right {
    float: right;
}
#blog .news-item .news-img {
    display: block;
    width: 100%;
    height: 300px;
    margin: auto;
}
#blog .news-item .news-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#blog .news-item {
    margin-bottom: 35px;
}
.product-percent {
    left: 0;
    bottom: 0;
    position: absolute;
    background: red;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    z-index: 1;
}
.tag-img {
    max-width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}
.tag-img-right {
    max-width: 20%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}
.card_visit img {
    max-width: 45px;
}
.card_visit strong {
    display: block;
}
.price_contact {
    display: none !important;
}