@charset "UTF-8";
/* . - Settings Font */
@font-face {
    font-family: "BeVietnamPro-Light";
    font-style: normal;
    src: url(//theme.hstatic.net/200000303807/1000971693/14/BeVietnamPro-Light.ttf?v=8375) format("truetype"); }

@font-face {
    font-family: "BeVietnamPro-Regular";
    font-style: normal;
    src: url(//theme.hstatic.net/200000303807/1000971693/14/BeVietnamPro-Regular.ttf?v=8375) format("truetype"); }

@font-face {
    font-family: "BeVietnamPro-Medium";
    font-style: normal;
    src: url(//theme.hstatic.net/200000303807/1000971693/14/BeVietnamPro-Medium.ttf?v=8375) format("truetype"); }

@font-face {
    font-family: "BeVietnamPro-SemiBold";
    font-style: normal;
    src: url(//theme.hstatic.net/200000303807/1000971693/14/BeVietnamPro-SemiBold.ttf?v=8375) format("truetype"); }

@font-face {
    font-family: "BeVietnamPro-bold";
    font-style: normal;
    src: url(//theme.hstatic.net/200000303807/1000971693/14/BeVietnamPro-Bold.ttf?v=8375) format("truetype"); }

@font-face {
    font-family: "BeVietnamPro-Italic";
    font-style: normal;
    src: url(//theme.hstatic.net/200000303807/1000971693/14/BeVietnamPro-Italic.ttf?v=8375) format("truetype"); }

@font-face {
    font-family: "BeVietnamPro-BoldItalic";
    font-style: normal;
    src: url(//theme.hstatic.net/200000303807/1000971693/14/BeVietnamPro-BoldItalic.ttf?v=8375) format("truetype"); }

/* . - General */
html {
    overflow-x: hidden; }

body {
    font-weight: 300;
    font-family: 'BeVietnamPro-Light', sans-serif;
    color: var(--textcolor);
    font-size: 14px;
    background: var(--whitecolor);
    position: relative; }
body .loader {
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center; }
body .loader.off {
    display: none; }
body img {
    max-width: 100%; }
body a {
    color: var(--textcolor);
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
body a:hover, body a:focus {
    color: var(--hovercolor);
    text-decoration: none;
    outline: none; }
body table {
    width: 100%;
    border-spacing: 0; }
body table tr td {
    border-top: 1px solid #eee; }
body table tr td, body table tr th {
    position: relative;
    padding: 10px;
    text-align: left; }
body table tr td:first-child, body table tr th:first-child {
    padding-left: 0px; }
body table tr td:last-child, body table tr th:last-child {
    padding-right: 0px; }
body footer {
    overflow-x: hidden; }
body.no_scroll {
    overflow-y: hidden;
    height: 100vh; }
body .error {
    color: #f72b3f;
    font-size: 14px;
    text-align: left;
    display: block;
    margin-top: 10px; }
body .none-result {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
@media (max-width: 991px) {
    body {
        /*overflow-x: hidden;*/ }
    body main {
        overflow-x: hidden; } }

/* . - Buttons */
.button {
    position: relative;
    display: inline-block;
    padding: 10px 28px;
    line-height: normal;
    color: #fff;
    border: 1px solid var(--subcolor);
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    background-color: var(--subcolor);
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    overflow: hidden; }
.button:hover {
    color: #fff; }

/* . - Container */
.container-fluid {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px; }
@media screen and (min-width: 641px) {
    .container-fluid {
        padding: 0 40px; } }
@media screen and (min-width: 992px) {
    .container-fluid {
        padding: 0 60px; } }

.container {
    padding: 0 10px;
    max-width: 1300px; }

.row {
    margin-right: -10px;
    margin-left: -10px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto,
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px; }

p {
    font-family: 'BeVietnamPro-Regular', sans-serif; }

i {
    font-family: 'BeVietnamPro-Italic', sans-serif; }
i .bold {
    font-family: 'BeVietnamPro-BoldItalic', sans-serif; }

.smb {
    font-family: 'BeVietnamPro-Bold', sans-serif; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'BeVietnamPro-Bold', sans-serif; }

b {
    font-family: 'BeVietnamPro-Bold', sans-serif; }

.bold {
    font-family: 'BeVietnamPro-Bold', sans-serif; }

.semiBold {
    font-family: 'BeVietnamPro-SemiBold', sans-serif; }

.extraBold {
    font-family: 'BeVietnamPro-ExtraBold', sans-serif; }

.regular {
    font-family: 'BeVietnamPro-Regular', sans-serif; }

.medium {
    font-family: 'BeVietnamPro-Medium', sans-serif; }

/* . - LazyLoad */
/* . - Pagination */
/* . - Breadcrumb */
.breadcrumb-shop {
    margin-top: 15px 0;
    overflow-x: hidden; }
.breadcrumb-shop ul {
    background: transparent;
    padding: 0;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    font-size: 12px; }
.breadcrumb-shop ul li {
    color: var(--atccolor); }
.breadcrumb-shop ul li a, .breadcrumb-shop ul li span {
    color: var(--atccolor);
    font-family: 'BeVietnamPro-Medium', sans-serif; }
.breadcrumb-shop ul > li + li:before {
    padding: 0 10px;
    content: "";
    background-position: center;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23002c6b" class="bi bi-chevron-double-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3Cpath fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E'); }
@media (max-width: 767px) {
    .breadcrumb-shop {
        margin-top: 20px; }
    .breadcrumb-shop ul li {
        font-size: 12px; } }

/* . - Svg icon */
/* . - Animation */
/* . - Slick Slider style*/
.style-slick .slick-arrow {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    z-index: 1;
    outline: none;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
.style-slick .slick-arrow.slick-disabled {
    -webkit-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    cursor: default; }
.style-slick .slick-arrow svg {
    width: 20px;
    height: 20px;
    fill: #000;
    stroke: #000; }
.style-slick .slick-arrow.slick-next {
    right: 15px; }
.style-slick .slick-arrow.slick-prev {
    left: 15px; }
.style-slick .slick-arrow.slick-prev svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
@media (max-width: 767px) {
    .style-slick .slick-arrow.slick-next {
        right: 0px; }
    .style-slick .slick-arrow.slick-prev {
        left: 0px; } }

.style-slick .slick-dots {
    padding: 0;
    margin: 0;
    display: none !important;
    position: absolute;
    bottom: -15px;
    left: 0;
    list-style-type: none;
    right: 0;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }
.style-slick .slick-dots li {
    margin: 0 3px;
    width: 11px;
    display: inline-flex;
    justify-content: center; }
.style-slick .slick-dots li button {
    font-size: 0;
    background: #fff;
    cursor: pointer;
    outline: 0;
    display: block;
    border-radius: 50%;
    border: none;
    padding: 0;
    width: 11px;
    height: 11px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ddd9d9; }
.style-slick .slick-dots li.slick-active button, .style-slick .slick-dots li:hover button {
    background: #882bc1;
    border: 1px solid #882bc1; }

.style-slick .slick-track {
    margin: 0; }
.style-slick .slick-track .slick-slide {
    outline: none; }

.style-slick.dots .slick-dots {
    display: flex !important; }

/*tooltip zalo*/
.alert-tooltip {
    position: relative; }
.alert-tooltip::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 0%;
    border-left: 8px solid rgba(34, 34, 34, 0);
    border-bottom: 10px solid #222;
    border-right: 8px solid rgba(34, 34, 34, 0);
    margin-top: 5px; }
.alert-tooltip::before {
    content: attr(data-tooltip);
    background-color: #222;
    width: 100%;
    left: 0;
    height: auto;
    text-align: center;
    border-radius: 10px;
    display: block;
    font-size: 10px;
    padding: 2px 5px;
    margin-top: 15px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4); }
.alert-tooltip:after, .alert-tooltip:before {
    position: absolute;
    top: 100%;
    color: #f0f0f0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s; }
.alert-tooltip:hover:after, .alert-tooltip:hover:before {
    visibility: visible;
    opacity: 1; }

/*-----------------------------------------*/
/*- HEADER -*/
/*-----------------------------------------*/
#header .topheader {
    height: 49px;
    max-height: 49px;
    line-height: 49px;
    background: var(--maincolor);
    color: var(--whitecolor); }
#header .topheader-hotline {
    font-weight: 500; }
#header .topheader-hotline .icon {
    line-height: 43px;
    margin-right: 5px; }
#header .topheader-hotline .icon svg {
    width: 17px;
    height: 17px; }
#header .topheader-hotline a {
    color: #fff;
    display: -webkit-flex;
    display: flex; }
#header .topheader-promo .promo-slider-wraper {
    position: relative;
    width: 475px;
    margin: auto;
    text-align: center;
    padding: 0 20px; }
#header .topheader-promo .promo-slider-wraper .promo-slider:not(.slick-initialized) {
    display: -webkit-flex;
    display: flex;
    width: 435px;
    overflow: hidden; }
#header .topheader-promo .promo-slider-wraper .promo-slider:not(.slick-initialized) .slider-item {
    flex-wrap: nowrap;
    width: 100%;
    flex: 0 0 auto; }
#header .topheader-promo .promo-slider-wraper .promo-slider:not(.slick-initialized) .slider-item a {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 100%; }
#header .topheader-promo .promo-slider-wraper svg {
    width: 24px;
    height: 16px;
    cursor: pointer; }
#header .topheader-promo .promo-slider-wraper .slider-item {
    display: flex;
    gap: 5px; }
#header .topheader-promo .promo-slider-wraper .slider-item a {
    color: var(--whitecolor);
    display: flex;
    gap: 6px; }
#header .topheader-promo .promo-slider-wraper .slider-item a:hover {
    color: var(--whitecolor); }
#header .topheader-promo .promo-slider-wraper .slider-item a .title {
    margin: 0;
    font-size: 17px; }
#header .topheader-promo .promo-slider-wraper .slider-item a .show-more {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    display: block; }
#header .topheader-promo .promo-slider-wraper .slider-item a .show-more:after {
    content: '';
    position: absolute;
    width: 98%;
    height: 2px;
    background: var(--whitecolor);
    bottom: 23%;
    left: 0; }
#header .topheader-promo .promo-slider-wraper .arrow {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }
#header .topheader-promo .promo-slider-wraper .arrow.slider-prev {
    right: 100%; }
#header .topheader-promo .promo-slider-wraper .arrow.slider-next {
    left: 100%; }
#header .topheader-promo .promo-slider-wraper .arrow .desktop {
    display: block; }
#header .topheader-promo .promo-slider-wraper .arrow .mobile {
    display: none; }
#header .topheader-langs {
    font-size: 12px; }
#header .topheader-langs .lang {
    position: relative;
    height: 39px;
    color: var(--textcolor);
    cursor: pointer;
    font-weight: 500;
    font-family: 'BeVietnamPro-Regular', sans-serif; }
#header .topheader-langs .lang:hover .lang-inner {
    visibility: visible;
    opacity: 1; }
#header .topheader-langs .lang svg {
    /*	width: calc(100% + 2px);*/
    height: 100%;
    vertical-align: unset; }
#header .topheader-langs .lang-content {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(20%);
    width: 100%;
    height: 100%; }
#header .topheader-langs .lang-content .flag-icon {
    margin-left: 10px; }
#header .topheader-langs .lang-content .flag-icon svg {
    width: 24px;
    height: 24px;
    vertical-align: middle; }
#header .topheader-langs .lang .lang-inner {
    position: absolute;
    z-index: 999;
    padding: 20px 17px 10px 10px;
    top: 39px;
    background: #fff;
    border-top: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 2px 2px 0 #b3b3b3;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    line-height: 16px;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out; }
#header .topheader-langs .lang .lang-inner .flag-icon {
    height: 24px;
    width: 24px;
    overflow: hidden;
    margin-left: 10px; }
#header .topheader-langs .lang .lang-inner svg {
    width: calc(100% + 2px); }

#header .bottomheader {
    border-bottom: 1px solid #eee;
    background: #fff; }
#header .bottomheader-logo svg {
    width: 160px;
    height: 45px; }
#header .bottomheader-menu {
    height: 104px; }
#header .bottomheader-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
#header .bottomheader-menu ul.menu-main-lv1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 1; }
#header .bottomheader-menu ul.menu-main-lv1 a {
    color: var(--maincolor);
    font-size: 16px;
    font-family: 'BeVietnamPro-SemiBold', sans-serif; }
#header .bottomheader-menu ul.menu-main-lv1 a[title="điểm bán"] {
    position: relative;
    padding-left: 20px; }
#header .bottomheader-menu ul.menu-main-lv1 a[title="điểm bán"] svg {
    margin-right: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    /*margin-bottom: 15px;*/ }
#header .bottomheader-menu ul.menu-main-lv1 .hasSub-menu {
    position: relative;
    padding: 20px 0; }
#header .bottomheader-menu ul.menu-main-lv1 .hasSub-menu .sub-menu-lv2 {
    position: absolute;
    width: 280%;
    background: #f8f8f8;
    z-index: 10;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    height: 0px;
    overflow: hidden;
    top: 80%; }
#header .bottomheader-menu ul.menu-main-lv1 .hasSub-menu .sub-menu-lv2 .menu-main-lv2 {
    display: flex;
    flex-flow: column;
    padding: 10px 0; }
#header .bottomheader-menu ul.menu-main-lv1 .hasSub-menu .sub-menu-lv2 .menu-main-lv2 li {
    position: relative; }
#header .bottomheader-menu ul.menu-main-lv1 .hasSub-menu .sub-menu-lv2 .menu-main-lv2 li:not(last-child):after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #f0f1f4; }
#header .bottomheader-menu ul.menu-main-lv1 .hasSub-menu .sub-menu-lv2 .menu-main-lv2 li a {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    color: var(--textcolor); }
#header .bottomheader-menu ul.menu-main-lv1 .hasSub-menu .sub-menu-lv2 .menu-main-lv2 li a:hover {
    color: var(--maincolor); }
#header .bottomheader-menu ul.menu-main-lv1 .hasSub-menu:hover .sub-menu-lv2 {
    height: auto; }
#header .bottomheader-user-action .user-action {
    font-family: 'BeVietnamPro-Regular', sans-serif;
    cursor: pointer;
    color: var(--maincolor); }
#header .bottomheader-user-action .user-action-search {
    margin-right: 30px; }
#header .bottomheader-user-action .user-action-search svg {
    width: 16px;
    height: 16px; }
#header .bottomheader-user-action .user-action-orders {
    background: #caeffb;
    padding: 5.5px 15px;
    border-radius: 4px;
    width: 29.5%;
    line-height: 18px;
    font-size: 13px;
    margin-right: 15px; }
#header .bottomheader-user-action .user-action-orders p {
    margin: 0; }
#header .bottomheader-user-action .user-action-orders p a {
    color: var(--maincolor); }
#header .bottomheader-user-action .user-action-cart {
    background: #caeffb;
    padding: 11.5px 10px;
    font-size: 13px;
    line-height: 18px;
    border-radius: 4px; }
#header .bottomheader-user-action .user-action-cart p {
    margin: 0; }
#header .bottomheader-user-action .user-action-cart .icon-wrapper {
    position: relative; }
#header .bottomheader-user-action .user-action-cart .icon-wrapper svg {
    width: 24px;
    height: 24px;
    margin-right: 15px; }
#header .bottomheader-user-action .user-action-cart .icon-wrapper .cart-quantity {
    position: absolute;
    background: var(--subcolor);
    color: var(--whitecolor);
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    bottom: 50%;
    left: 40%;
    font-size: 10px;
    border-radius: 20px; }
#header .bottomheader-user-action .user-action-cart-mobile {
    display: none; }
#header .bottomheader-user-action .user-action-cart-mobile .icon-wrapper {
    position: relative; }
#header .bottomheader-user-action .user-action-cart-mobile .icon-wrapper svg {
    width: 24px;
    height: 24px; }
#header .bottomheader-user-action .user-action-cart-mobile .icon-wrapper .cart-quantity {
    position: absolute;
    background: var(--subcolor);
    color: var(--whitecolor);
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    bottom: 65%;
    left: 48%;
    font-size: 10px;
    border-radius: 20px; }
#header .bottomheader .header__search {
    position: absolute;
    right: 0;
    z-index: 999;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: auto;
    width: 30%;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    transition: all .2s ease-in-out;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08); }
#header .bottomheader .header__search--form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transition-property: all;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    z-index: 100;
    position: relative;
    flex: 1 0 auto;
    height: 100%; }
#header .bottomheader .header__search--input {
    background-color: transparent;
    font-size: .875rem;
    line-height: 1.71429;
    transition-property: all;
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    padding: 10px 24px;
    border: none;
    box-shadow: none;
    outline: none;
    appearance: none;
    color: #5b657a;
    caret-color: #5b657a;
    width: 100%;
    position: relative; }
#header .bottomheader .header__search--overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
#header .bottomheader .header__search--close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
#header .bottomheader .header__search--close svg {
    color: #8a8b8c; }
#header .bottomheader .header__search .ajaxSearchResults {
    width: 100%;
    border-top: 1px solid #eee; }
#header .bottomheader .header__search .ajaxSearchResults .resultsContent .list-item-ult {
    max-height: 200px;
    overflow-y: scroll;
    padding: 0 24px; }
#header .bottomheader .header__search .ajaxSearchResults .resultsContent .item-ult {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeee; }
#header .bottomheader .header__search .ajaxSearchResults .resultsContent .item-ult .img {
    flex: 0 0 30%;
    padding: 10px; }
#header .bottomheader .header__search .ajaxSearchResults .resultsContent .item-ult .info {
    flex: 1;
    margin-left: 10px; }
#header .bottomheader .header__search .ajaxSearchResults .resultsContent .item-ult .info a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
#header .bottomheader .header__search .ajaxSearchResults .resultsContent .item-ult .info .price {
    display: flex;
    gap: 10px; }
#header .bottomheader .header__search .ajaxSearchResults .resultsContent .item-ult .info .price .price_amount {
    color: #ff4800; }
#header .bottomheader .header__search .ajaxSearchResults .resultsContent .item-ult .info .price .price_original {
    color: #8d8d8d; }
#header .bottomheader .header__search .ajaxSearchResults .resultsContent .resultsMore {
    font-size: 14px;
    text-align: center;
    padding: 5px 0; }
@media (max-width: 767px) {
    #header .bottomheader .header__search {
        width: calc(100% - 5px);
        top: -1px;
        left: 5px;
        border: 1px solid #efefef;
        border-radius: 6px; } }

@media (min-width: 768px) {
    #header .fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1060;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
        animation: fadeInHeader 0.6s both; }
    #header .fixed-header .bottomheader-menu {
        height: 80px; } }

@media (max-width: 991px) {
    #header .bottomheader {
        padding: 8px 0; } }

@media (max-width: 767px) {
    #header .topheader-promo .promo-slider-wraper .slider-item a .title {
        font-size: 14px; }
    #header .topheader-promo .promo-slider-wraper .slider-next {
        right: 5% !important;
        left: unset !important; }
    #header .topheader-promo .promo-slider-wraper .slider-prev {
        left: 5% !important;
        right: unset !important; } }

@media (max-width: 400px) {
    #header .topheader-promo .promo-slider-wraper .slider-next {
        right: 0% !important;
        left: unset !important; }
    #header .topheader-promo .promo-slider-wraper .slider-prev {
        left: 0% !important;
        right: unset !important; } }

@media (max-width: 360px) {
    #header .topheader-promo .promo-slider-wraper .slider-item a .title {
        font-size: 12px; } }

/*-----------------------------------------*/
/*- FOOTER -*/
/*-----------------------------------------*/
#footer .footer-top {
    background: var(--subcolor);
    padding: 25px 0; }
#footer .footer-top-img.img-1 {
    flex: 0 0 22%;
    display: flex;
    justify-content: center; }
#footer .footer-top-img.img-2 {
    flex: 0 0 20%; }
#footer .footer-top-text {
    flex: 0 0 58%; }
#footer .footer-top-text p {
    font-size: 21px;
    margin-bottom: 0;
    line-height: 40px;
    color: #fff; }

#footer .footer-middle-text {
    margin-bottom: 56px;
    color: var(--maincolor); }
#footer .footer-middle-text h3, #footer .footer-middle-text .title-middle {
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: bold; }
#footer .footer-middle-text p {
    font-size: 20px;
    margin-bottom: 0; }

#footer .footer-middle-brands .brand-icon {
    width: 225px;
    height: 107px;
    position: relative;
    background: var(--graycolor);
    border-radius: 6px; }
@media (min-width: 768px) {
    #footer .footer-middle-brands .brand-icon:nth-child(6) {
        display: none; } }
#footer .footer-middle-brands .brand-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

#footer .footer-bottom-nav {
    background-color: var(--maincolor);
    background-image: url("https://file.hstatic.net/200000303807/file/footer-overlay_opacity_5_percent_eb1b5ade455d4816acb02bf9d95558f7.png");
    background-position: bottom right;
    background-size: 37.5% auto;
    background-repeat: no-repeat;
    padding: 72px 0; }
#footer .footer-bottom-nav .nav-menu {
    color: var(--whitecolor); }
#footer .footer-bottom-nav .nav-menu .info {
    flex: 0 0 25%;
    gap: 43px; }
#footer .footer-bottom-nav .nav-menu .info .logo {
    width: 160px; }
#footer .footer-bottom-nav .nav-menu .info .address svg {
    width: 52px;
    height: 28px;
    margin-right: 12px; }
#footer .footer-bottom-nav .nav-menu .info .address-content {
    margin: 0;
    line-height: 25px; }
#footer .footer-bottom-nav .nav-menu .info .hotline svg {
    width: 24px;
    height: 24px;
    margin-right: 8px; }
#footer .footer-bottom-nav .nav-menu .info .hotline p {
    margin-bottom: 4px; }
#footer .footer-bottom-nav .nav-menu .info .hotline p span {
    color: var(--subcolor); }
#footer .footer-bottom-nav .nav-menu .menu-child {
    position: relative; }
#footer .footer-bottom-nav .nav-menu .menu-child svg {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 20px; }
#footer .footer-bottom-nav .nav-menu .menu-child p {
    font-size: 23px;
    margin-bottom: 43px; }
#footer .footer-bottom-nav .nav-menu .menu-child ul {
    list-style-type: none;
    padding: 0;
    font-size: 15px;
    transition: all .3s; }
#footer .footer-bottom-nav .nav-menu .menu-child ul li {
    padding: 6px 0px; }
#footer .footer-bottom-nav .nav-menu .menu-child ul li a {
    color: var(--whitecolor); }
#footer .footer-bottom-nav .nav-menu .menu-child ul li a:hover {
    color: var(--whitecolor); }
@media (max-width: 767px) {
    #footer .footer-bottom-nav .nav-menu .menu-child.has-child ul {
        padding: 0 15px; }
    #footer .footer-bottom-nav .nav-menu .menu-child.has-child p {
        transition: all .3s;
        background: url(https://file.hstatic.net/200000303807/file/icon_unactive_footer_555138382aed4ca0aa92c35feeacb48a.svg) no-repeat;
        background-size: 15px;
        background-position: calc(100% - 15px) center;
        padding: 0 15px; }
    #footer .footer-bottom-nav .nav-menu .menu-child.has-child.expanded p {
        background: url(https://file.hstatic.net/200000303807/file/icon_footer_active_e2427103a09043d4919e8acbf410c6ed.svg) no-repeat;
        background-size: 15px;
        background-position: calc(100% - 15px) center; } }

#footer .footer-bottom-trade {
    text-align: right;
    padding-top: 28px; }
#footer .footer-bottom-trade .ministry_cer {
    margin-left: 10px; }

#footer .footer-bottom-copyright {
    padding: 15px; }
#footer .footer-bottom-copyright p {
    margin: 0px; }
#footer .footer-bottom-copyright .social-wrapper {
    gap: 20px; }
#footer .footer-bottom-copyright .social-wrapper .socials {
    flex: 0 0 60%; }
#footer .footer-bottom-copyright .social-wrapper .socials .social-item {
    display: inline-flex;
    align-items: center; }
#footer .footer-bottom-copyright .social-wrapper .socials .social-item svg {
    width: 24px;
    height: 24px;
    margin-right: 10px; }
#footer .footer-bottom-copyright .social-wrapper .socials .social-item:hover {
    color: var(--textcolor); }
#footer .footer-bottom-copyright .back-to-top {
    cursor: pointer;
    margin-left: 20px; }
#footer .footer-bottom-copyright .back-to-top span {
    font-size: 12px;
    margin-right: 20px;
    color: var(--subcolor);
    display: inline-block;
    transform: translateY(1px); }

/*---------------------------------------*/
/*- SIDEBAR CART -*/
/*---------------------------------------*/
.sidebar-cart {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    max-height: 100vh;
    overflow: hidde;
    width: 31%;
    background: var(--whitecolor);
    z-index: 1054;
    padding: 22px 15px;
    transform: translateX(100%);
    transition: all 300ms; }
.sidebar-cart-top .close-cart {
    cursor: pointer; }
.sidebar-cart-top .close-cart svg {
    width: 13px;
    height: 13px; }
.sidebar-cart-top .title-cart {
    font-size: 24px;
    position: relative;
    color: var(--maincolor);
    display: inline-block;
    padding-left: 10px;
    margin: 20px 0; }
.sidebar-cart-top .title-cart .count-cart {
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 103%; }
.sidebar-cart-middle {
    max-height: 68%;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */ }
.sidebar-cart-middle.empty_cart {
    text-align: center; }
.sidebar-cart-middle.empty_cart .empty_cart_icon {
    margin-top: 15%;
    margin-bottom: 23px; }
.sidebar-cart-middle.empty_cart .empty_cart_icon svg {
    width: 100px;
    height: 100px; }
.sidebar-cart-middle.empty_cart .items-wrapper {
    border: unset; }
.sidebar-cart-middle .items-wrapper {
    border: solid 2px #eff1f4 !important;
    border-radius: 6px;
    display: flex;
    flex-flow: column;
    margin: 0 10px; }
.sidebar-cart-middle .items-wrapper .cart-item {
    display: flex;
    padding: 30px 12px 20px; }
.sidebar-cart-middle .items-wrapper .cart-item:not(:first-child) {
    border-top: solid 2px #eff1f4; }
.sidebar-cart-middle .items-wrapper .cart-item-img {
    flex: 0 0 30%; }
.sidebar-cart-middle .items-wrapper .cart-item-info {
    flex: 1;
    padding-left: 11px; }
.sidebar-cart-middle .items-wrapper .cart-item-info .title {
    color: var(--maincolor);
    margin-bottom: 5px; }
.sidebar-cart-middle .items-wrapper .cart-item-info .title:hover {
    color: var(--maincolor); }
.sidebar-cart-middle .items-wrapper .cart-item-info .price {
    display: flex;
    gap: 10px;
    font-size: 17px;
    margin-bottom: 3px; }
.sidebar-cart-middle .items-wrapper .cart-item-info .price p {
    margin: 0; }
.sidebar-cart-middle .items-wrapper .cart-item-info .price_amount {
    color: #ff4800; }
.sidebar-cart-middle .items-wrapper .cart-item-info .price_compare {
    color: gray;
    text-decoration: line-through; }
.sidebar-cart-middle .items-wrapper .cart-item-info .option {
    font-size: 13px;
    color: #898989;
    align-items: center;
    display: flex;
    gap: 7px;
    margin-bottom: 12px; }
.sidebar-cart-middle .items-wrapper .cart-item-info .option .line {
    width: 1px;
    background: #898989;
    height: 12px; }
.sidebar-cart-middle .items-wrapper .cart-item-info .action {
    display: flex;
    justify-content: space-between;
    align-items: center; }
.sidebar-cart-middle .items-wrapper .cart-item-info .action .quantity_wrapper {
    display: flex;
    flex: 0 0 40%;
    justify-content: space-around;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 0;
    align-items: center;
    line-height: 24px; }
.sidebar-cart-middle .items-wrapper .cart-item-info .action .quantity_wrapper input {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    outline: none;
    border: 0;
    width: 30px;
    text-align: center;
    line-height: 24px;
    height: 24px; }
.sidebar-cart-middle .items-wrapper .cart-item-info .action .quantity_wrapper .minus_btn, .sidebar-cart-middle .items-wrapper .cart-item-info .action .quantity_wrapper .plus_btn {
    cursor: pointer;
    font-size: 28px; }
.sidebar-cart-middle .items-wrapper .cart-item-info .action .remove_btn a {
    color: var(--subcolor);
    cursor: pointer;
    display: flex;
    gap: 4px;
    align-items: center; }
.sidebar-cart-middle .items-wrapper .cart-item-info .action .remove_btn a .icon {
    font-size: 17px; }
.sidebar-cart-middle .items-wrapper .cart-item-info .action .remove_btn a .text {
    display: block;
    position: relative;
    font-size: 13px; }
.sidebar-cart-middle .items-wrapper .cart-item-info .action .remove_btn a .text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--subcolor);
    top: 92%;
    left: 0; }
.sidebar-cart-middle .items-wrapper .cart-item-info .action .remove_btn a:hover {
    color: var(--subcolor); }
.sidebar-cart-middle::-webkit-scrollbar {
    width: 3px; }
.sidebar-cart-middle::-webkit-scrollbar-track {
    background: #eff1f4;
    border-radius: 5px; }
.sidebar-cart-middle::-webkit-scrollbar-thumb {
    background: #a4b0c1;
    border-radius: 5px; }
.sidebar-cart-bottom {
    padding: 6px;
    margin: 0 10px; }
.sidebar-cart-bottom .total_cart {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: var(--maincolor);
    margin-bottom: 33px;
    margin-top: 10px; }
.sidebar-cart-bottom .total_cart p {
    margin: 0; }
.sidebar-cart-bottom .btn_checkout {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 19px;
    padding: 10px 0;
    background: orange;
    color: white;
    border-radius: 61px; }
.sidebar-cart.show {
    transform: translateX(0); }

/*---------------------------------------*/
/*- SIDEBAR MENU MB -*/
/*---------------------------------------*/
.sidebar-menu-mb {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-x: hidden;
    width: 40%;
    background: var(--whitecolor);
    z-index: 1052;
    padding: 22px 15px;
    transform: translateX(-100%);
    transition: all 300ms;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */ }
.sidebar-menu-mb .close-menu {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--maincolor);
    display: flex;
    justify-content: center;
    align-items: center; }
.sidebar-menu-mb .close-menu svg {
    width: 14px;
    height: 14px; }
.sidebar-menu-mb .lang__mb {
    color: var(--textcolor); }
.sidebar-menu-mb .lang__mb .dropdown-toggle:after {
    display: none; }
.sidebar-menu-mb .lang__mb .dropdown-menu {
    width: 155px; }
.sidebar-menu-mb .lang__mb .dropdown-menu span {
    margin-right: 10px;
    color: var(--textcolor);
    font-size: 14px; }
.sidebar-menu-mb .lang__mb .dropdown-menu .flag-icon {
    display: -webkit-flex;
    display: flex; }
.sidebar-menu-mb .lang__mb .dropdown-menu svg {
    width: 24px; }
.sidebar-menu-mb .lang__mb--button {
    outline: none;
    border: none;
    padding: 10px 25px;
    display: -webkit-flex;
    display: flex;
    border-radius: 25px;
    background-color: #eee;
    align-items: center;
    gap: unset;
    min-width: 155px; }
.sidebar-menu-mb .lang__mb--button .flag-icon {
    display: flex; }
.sidebar-menu-mb .lang__mb--button span {
    flex: 1;
    margin-right: 10px;
    color: var(--textcolor);
    font-size: 14px; }
.sidebar-menu-mb .lang__mb--button svg {
    width: 24px; }
.sidebar-menu-mb .lang__mb--option2 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px; }
.sidebar-menu-mb ul {
    list-style-type: none;
    padding: 0 30px 0 15px;
    display: flex;
    flex-flow: column; }
.sidebar-menu-mb ul a {
    font-size: 15px;
    display: block;
    color: var(--maincolor);
    padding: 10px 0;
    font-family: 'BeVietnamPro-SemiBold', sans-serif;
    cursor: pointer; }
.sidebar-menu-mb ul .main-li {
    border-bottom: 1px solid #f8f8f8; }
.sidebar-menu-mb ul .main-li .content-menu--child {
    padding: 0 20px 20px; }
.sidebar-menu-mb ul .main-li .content-menu--child li a {
    font-family: 'BeVietnamPro-Regular', sans-serif; }
.sidebar-menu-mb ul .main-li .clp-block {
    display: flex;
    justify-content: space-between;
    align-items: center; }
.sidebar-menu-mb ul .main-li .clp-block[aria-expanded="true"] .arrow {
    transform: rotate(180deg); }
.sidebar-menu-mb ul .main-li .clp-block .arrow {
    transition: all .3s; }
.sidebar-menu-mb ul .hasSub-menu .hasSub-menu-link {
    position: relative; }
.sidebar-menu-mb ul .hasSub-menu .hasSub-menu-link:after {
    border-style: solid;
    border-width: 0 0 2px 2px;
    content: '';
    display: inline-block;
    position: absolute;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 15px;
    transform: rotate(-45deg);
    content: '';
    transition: all .4s;
    width: 10px;
    height: 10px; }
.sidebar-menu-mb ul .hasSub-menu .sub-menu-lv2 {
    height: 0px;
    overflow: hidden;
    margin: 0 -15px; }
.sidebar-menu-mb ul .hasSub-menu .sub-menu-lv2 .menu-main-lv2 li a {
    font-size: 13px;
    color: var(--textcolor);
    padding: 10px 30px;
    background: #f8f8f8; }
.sidebar-menu-mb ul .hasSub-menu .sub-menu-lv2 .menu-main-lv2 li a:hover, .sidebar-menu-mb ul .hasSub-menu .sub-menu-lv2 .menu-main-lv2 li a:active, .sidebar-menu-mb ul .hasSub-menu .sub-menu-lv2 .menu-main-lv2 li a:focus {
    color: var(--maincolor); }
.sidebar-menu-mb ul .hasSub-menu .sub-menu-lv2.expand {
    height: auto; }
.sidebar-menu-mb::-webkit-scrollbar {
    width: 3px; }
.sidebar-menu-mb::-webkit-scrollbar-track {
    background: #eff1f4;
    border-radius: 5px; }
.sidebar-menu-mb::-webkit-scrollbar-thumb {
    background: #a4b0c1;
    border-radius: 5px; }
.sidebar-menu-mb.show {
    transform: translateX(0); }

.sidebar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 15px; }
.sidebar__header a {
    flex: 0 0 30%; }

/*---------------------------------------*/
/*- MODAL SEARCH -*/
/*---------------------------------------*/
.modal-search {
    position: absolute;
    top: 22%;
    left: auto;
    width: 70%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 11;
    display: none;
    border-radius: 7px;
    overflow: hidden;
    background: var(--whitecolor);
    box-shadow: 9px 5px 12px 0px rgba(34, 33, 33, 0.4); }
.modal-search .head-search-box-mb {
    position: relative;
    padding: 10px;
    display: none; }
.modal-search .head-search-box-mb .title {
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: var(--maincolor); }
.modal-search .head-search-box-mb .close-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 10px 0 10px 10px; }
.modal-search .head-search-box-mb .close-search svg {
    width: 15px;
    height: 15px; }
.modal-search .searchform {
    display: flex;
    position: relative;
    border-bottom: 2px solid;
    border-color: #f8f8f8; }
.modal-search .searchform .wpo-search-inner {
    flex: 1; }
.modal-search .searchform .wpo-search-inner .searchinput {
    width: 100%;
    height: 56px;
    border: unset;
    padding: 15px 20px;
    font-size: 16px;
    color: var(--texcolor);
    outline: none; }
.modal-search .searchform .btn-search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    right: 1px;
    height: 100%;
    border-radius: 0; }
.modal-search .searchform .btn-search svg {
    width: 24px;
    height: 24px;
    fill: var(--maincolor); }
.modal-search .resultsContent {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 15px 20px;
    transition: all 500ms;
    /* width */
    /* Track */
    /* Handle */ }
.modal-search .resultsContent .item-ult {
    display: flex;
    gap: 10px;
    margin: 15px 0; }
.modal-search .resultsContent .item-ult .img {
    flex: 0 0 10%; }
.modal-search .resultsContent .item-ult .info {
    text-align: left; }
.modal-search .resultsContent .item-ult .info .title {
    color: var(--maincolor);
    font-size: 17px;
    margin-bottom: 10px; }
.modal-search .resultsContent .item-ult .info .price {
    display: flex;
    gap: 10px;
    justify-content: left;
    align-items: center;
    font-size: 17px; }
.modal-search .resultsContent .item-ult .info .price_amount {
    color: var(--maincolor); }
.modal-search .resultsContent .item-ult .info .tags {
    top: 8px;
    right: 8px;
    display: flex;
    gap: 10px; }
.modal-search .resultsContent .item-ult .info .tags span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    padding: 0px 10px;
    border-radius: 10px; }
.modal-search .resultsContent .item-ult .info .tags span.sale {
    background: #e1698e;
    color: var(--whitecolor); }
.modal-search .resultsContent .item-ult .info .tags span.new {
    background: var(--subcolor);
    color: var(--whitecolor); }
.modal-search .resultsContent .item-ult.sale .info .price_amount {
    color: #ff4800; }
.modal-search .resultsContent .item-ult.sale .info .price_original {
    color: #8d8d8d;
    display: block;
    text-decoration: line-through; }
.modal-search .resultsContent .resultsMore a {
    color: var(--textcolor); }
.modal-search .resultsContent .resultsMore a:hover {
    color: var(--maincolor); }
.modal-search .resultsContent::-webkit-scrollbar {
    width: 3px; }
.modal-search .resultsContent::-webkit-scrollbar-track {
    background: #eff1f4;
    border-radius: 5px; }
.modal-search .resultsContent::-webkit-scrollbar-thumb {
    background: #a4b0c1;
    border-radius: 5px; }
.modal-search.show {
    display: block; }

/*-----------------------------------------*/
/*- SEARCH PAGE -*/
/*-----------------------------------------*/
.layout-searchPage {
    margin-bottom: 50px; }
.layout-searchPage .heading-page {
    position: relative;
    text-align: center; }
.layout-searchPage .heading-page:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 20px auto 30px; }
.layout-searchPage .heading-page h1 {
    margin: 25px 0 5px;
    font-size: 30px;
    color: var(--maincolor); }
.layout-searchPage .subtext-result {
    margin: 0 0 15px; }
.layout-searchPage .expanded-message .message-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
.layout-searchPage .expanded-message h2 {
    font-weight: 600;
    font-size: 20px; }
.layout-searchPage .expanded-message .subtext {
    margin-bottom: 40px;
    display: block; }
.layout-searchPage .search-field {
    width: 100%;
    display: block;
    margin: auto; }
.layout-searchPage .search-field input#go {
    width: 55px;
    height: 45px;
    float: right;
    background: url(//theme.hstatic.net/200000303807/1000971693/14/iconsearch.png?v=8375) var(--maincolor) center no-repeat;
    margin: 0px;
    position: relative;
    top: 0;
    border-radius: 0;
    font-size: 0;
    border: 0; }
.layout-searchPage .search-field .search_box {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    border: solid #d2d2d2;
    border-width: 2px 0 2px 2px;
    box-shadow: none; }

#search.content-page .content-page-top {
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 15px; }

#search.content-page .subtxt {
    margin-top: 10px;
    margin-bottom: 0; }

#search.content-page .collection-filter {
    margin-top: 5px; }

#search.content-page .bggray-heading {
    background: #F4F4F4;
    padding: 15px 20px;
    margin: 30px 0 10px; }

#search.content-page .collection-sortbyfilter-container {
    position: relative; }
#search.content-page .collection-sortbyfilter-container .collection-sortby-option {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#search.content-page .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
    margin: 0;
    padding: 5px 10px; }
#search.content-page .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
    position: relative;
    cursor: pointer;
    padding: 4px 10px 4px 25px; }
#search.content-page .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    margin: auto;
    z-index: 1;
    width: 12px;
    height: 6px;
    border: 1.5px solid var(--maincolor);
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0); }
#search.content-page .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }
#search.content-page .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:hover {
    color: var(--maincolor); }
@media (min-width: 992px) {
    #search.content-page .collection-sortbyfilter-container .collection-sortby-option {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        top: calc(100% + 10px);
        z-index: 999;
        pointer-events: none;
        visibility: hidden;
        opacity: 0; }
    #search.content-page .collection-sortbyfilter-container:hover .collection-sortby-option {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1; }
    #search.content-page .collection-sortbyfilter-container:hover .collection-sortby-opticccon {
        color: #666;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); } }
@media (max-width: 991px) {
    #search.content-page .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
        text-align: right; }
    #search.content-page .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
        padding-left: 10px;
        padding-right: 25px; }
    #search.content-page .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
        left: initial;
        right: 5px; } }

#search.content-page .collection-sortby-filter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
#search.content-page .collection-sortby-filter .collection-sortby, #search.content-page .collection-sortby-filter .collection-filterby {
    -webkit-flex: 1 1;
    flex: 1 1;
    width: 50%; }
#search.content-page .collection-sortby-filter .collection-filterby {
    display: none; }
#search.content-page .collection-sortby-filter .collection-sortby .boxstyle-mb,
#search.content-page .collection-sortby-filter .collection-filterby .boxstyle-mb {
    position: relative;
    height: 38px;
    line-height: 36px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 40px 0px 10px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-right: 0;
    border-radius: 0; }
#search.content-page .collection-sortby-filter > div:last-child .boxstyle-mb {
    border-right: 1px solid #e7e7e7; }
#search.content-page .collection-sortby-filter .layered_filter_title .title_filter {
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
#search.content-page .collection-sortby-filter .layered_filter_title .title_filter:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 0px;
    height: 0px;
    margin: 0;
    background: transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #bababa transparent transparent transparent; }
#search.content-page .collection-sortby-filter .layered_filter_title .title_filter .icon-filter {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    color: #333;
    margin-right: 6px; }
#search.content-page .collection-sortby-filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 36px;
    line-height: 36px;
    fill: #333;
    stroke: #333; }
#search.content-page .collection-sortby-filter .layered_filter_title .title_filter .icon-filter .fa {
    line-height: 36px;
    font-size: 17px;
    color: #333; }
#search.content-page .collection-sortby-filter .layered_filter_title .title_filter .icon-close {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px; }
#search.content-page .collection-sortby-filter .layered_filter_title .title_filter .icon-close svg {
    width: 18px;
    height: 18px;
    fill: var(--maincolor); }

@media (max-width: 991px) {
    #search .collection-filter .wrapper_layered_filter {
        margin-bottom: 0; }
    #search.content-page .bgwhite-heading {
        padding: 15px 15px 0; }
    #search.content-page .collection-sortby-filter {
        margin-top: 0; }
    #search.content-page .collection-sortby-filter .collection-sortby .boxstyle-mb,
    #search.content-page .collection-sortby-filter .collection-filterby .boxstyle-mb {
        margin-top: 15px;
        padding-right: 30px;
        text-transform: uppercase; }
    #search.content-page .collection-sortby-filter .collection-filterby {
        display: block; }
    #search.content-page .collection-sortby-filter .filter_opened .layered_filter_title .title_filter:after {
        display: none; }
    #search.content-page .collection-sortby-filter .filter_opened .layered_filter_title .title_filter .icon-filter svg {
        fill: var(--maincolor);
        stroke: var(--maincolor); }
    #search.content-page .collection-sortby-filter .filter_opened .layered_filter_title .title_filter .icon-filter svg {
        color: var(--maincolor); }
    #search.content-page .collection-sortby-filter .filter_opened .layered_filter_title .title_filter .icon-close {
        display: block; }
    #search.content-page .collection-sortbyfilter-container {
        margin-bottom: 15px; }
    #search.content-page .collection-sortbyfilter-container .layered_filter_mobileContent,
    #search.content-page .wrapper_layered_filter .layered_filter_mobileContent {
        overflow: hidden;
        flex: none;
        -webkit-transition: none;
        transition: none;
        width: 100%;
        border: 0;
        border-top: 0;
        display: none;
        padding-bottom: 8px; }
    #search.content-page .wrapper_layered_filter .layered_filter_container {
        margin-bottom: 0;
        background: #ffffff; }
    #search .layered_filter_container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #search .wrapper_layered_filter .filter_group .filter_group-subtitle {
        border: 0; }
    #search .wrapper_layered_filter .filter_group .filter_group-subtitle.action-group span.icon-control {
        color: #666;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    #search .wrapper_layered_filter .filter_group .filter_group-content {
        display: none; }
    #search .wrapper_layered_filter .layered_filter_tags .filter_tags {
        margin-top: 8px;
        margin-right: 5px;
        margin-bottom: 0; } }

@media (max-width: 767px) {
    #search.content-page .wrapper_layered_filter .layered_filter_container, #search.content-page .bgwhite-heading {
        margin-left: -15px;
        margin-right: -15px; }
    #search.content-page .wrapper_layered_filter .layered_filter_container {
        padding-left: 10px;
        padding-right: 10px; } }

/*---------------------------------------*/
/*- PRODUCT LOOP -*/
/*---------------------------------------*/
.product-loop-wrapper .item .img {
    position: relative;
    padding-bottom: 100%; }
.product-loop-wrapper .item .img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
.product-loop-wrapper .item .img .tags {
    position: absolute;
    top: 10px;
    right: 12px;
    display: flex;
    gap: 10px; }
.product-loop-wrapper .item .img .tags span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    padding: 0px 10px;
    border-radius: 10px; }
.product-loop-wrapper .item .img .tags span.sale {
    background: #e1698e;
    color: var(--whitecolor); }
.product-loop-wrapper .item .img .tags span.new {
    background: var(--subcolor);
    color: var(--whitecolor); }

.product-loop-wrapper .item .info {
    text-align: center; }
.product-loop-wrapper .item .info .title {
    color: var(--maincolor);
    min-height: 72px;
    max-height: 72px;
    display: -webkit-box;
    font-size: 17px;
    line-height: 24px;
    margin: 10px 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
.product-loop-wrapper .item .info .price {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 17px; }
.product-loop-wrapper .item .info .price_amount {
    color: var(--maincolor); }

.product-loop-wrapper .item.sale .info .price_amount {
    color: #ff4800; }

.product-loop-wrapper .item.sale .info .price_original {
    color: #8d8d8d;
    display: block;
    text-decoration: line-through; }

.sale + .new {
    right: unset !important;
    left: 8px; }

.homepage-collection-content .tabs_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 40px; }
.homepage-collection-content .tabs_bar .tab {
    color: white;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    background: var(--subcolor);
    padding: 5px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px; }
.homepage-collection-content .tabs_bar .tab svg {
    width: 40px;
    height: 47px; }
@media (max-width: 767px) {
    .homepage-collection-content .tabs_bar {
        gap: unset; }
    .homepage-collection-content .tabs_bar .tab {
        flex: 0 0 auto;
        width: calc((100% - 24px)/2); } }

.homepage-collection-content .product-loop-wrapper {
    margin-top: 50px;
    display: none;
    position: relative; }
.homepage-collection-content .product-loop-wrapper.show {
    display: block; }
.homepage-collection-content .product-loop-wrapper .product-loop-slider {
    /* width */
    /* Track */
    /* Handle */ }
.homepage-collection-content .product-loop-wrapper .product-loop-slider::-webkit-scrollbar {
    height: 5px; }
.homepage-collection-content .product-loop-wrapper .product-loop-slider::-webkit-scrollbar-track {
    background: #ededed; }
.homepage-collection-content .product-loop-wrapper .product-loop-slider::-webkit-scrollbar-thumb {
    background: var(--subcolor); }
.homepage-collection-content .product-loop-wrapper .product-loop-slider:not(.slick-initialized) {
    display: -webkit-flex;
    display: flex;
    overflow: hidden; }
.homepage-collection-content .product-loop-wrapper .product-loop-slider:not(.slick-initialized) .home_item {
    flex: 0 0 100%;
    display: -webkit=-flex;
    display: flex; }
.homepage-collection-content .product-loop-wrapper .product-loop-slider .home_item > div {
    display: -webkit=-flex;
    display: flex;
    width: 100%; }
.homepage-collection-content .product-loop-wrapper .product-loop-slider .home_item > div .item {
    flex: 0 0 25%; }
@media (min-width: 768px) {
    .homepage-collection-content .product-loop-wrapper .product-loop-slider .slick-dots {
        display: none !important; } }
@media (max-width: 767px) {
    .homepage-collection-content .product-loop-wrapper .product-loop-slider .slick-dots {
        list-style: none;
        display: -webkit-flex !important;
        display: flex !important;
        padding: 0; }
    .homepage-collection-content .product-loop-wrapper .product-loop-slider .slick-dots li button {
        background: #ededed;
        height: 4px;
        font-size: 0;
        width: 100%;
        border: none; }
    .homepage-collection-content .product-loop-wrapper .product-loop-slider .slick-dots li button:hover, .homepage-collection-content .product-loop-wrapper .product-loop-slider .slick-dots li button:focus {
        outline: none; }
    .homepage-collection-content .product-loop-wrapper .product-loop-slider .slick-dots li.slick-active button {
        background: #30ace2; } }
.homepage-collection-content .product-loop-wrapper .arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 5px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
    border-radius: 21px; }
.homepage-collection-content .product-loop-wrapper .arrow svg {
    width: 21px;
    height: 16px; }
.homepage-collection-content .product-loop-wrapper .arrow.arrow_prev_collec {
    left: -40px; }
.homepage-collection-content .product-loop-wrapper .arrow.arrow_next_collec {
    right: -40px;
    transform: rotateY(180deg); }

/*Item collection*/
.item {
    width: 250px;
    padding: 20px; }
.item .img {
    position: relative; }
.item .img span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    padding: 0px 10px;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    right: 8px; }
.item .img span.sale {
    background: #e1698e;
    color: var(--whitecolor); }
.item .img span.new {
    background: var(--subcolor);
    color: var(--whitecolor); }
.item .info {
    text-align: center; }
.item .info .title {
    color: var(--maincolor);
    min-height: 78px;
    max-height: 78px;
    display: block;
    font-size: 17px;
    margin: 10px 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
.item .info .price {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 17px; }
.item .info .price_amount {
    color: var(--maincolor); }
.item.sale .info .price_amount {
    color: #ff4800; }
.item.sale .info .price_original {
    color: #8d8d8d;
    display: block;
    text-decoration: line-through; }

.modal-loading {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1600;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }
.modal-loading div {
    width: 20px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative; }
.modal-loading div:nth-child(1) {
    background: var(--maincolor);
    animation: clockwise 1200ms infinite linear; }
.modal-loading div:nth-child(2) {
    mix-blend-mode: darken;
    background: var(--subcolor);
    margin-left: -5px;
    animation: counter-clockwise 1200ms infinite linear; }

.fadeTab {
    /*	-webkit-animation: fadeTab 0.5s forwards;
      animation: fadeTab .5s forwards;*/
    transition: all 0.8s ease-in-out; }
.fadeTab:not(.show) {
    transform: scale(0);
    opacity: 0; }
.fadeTab.show {
    transform: scale(1);
    opacity: 1; }

@keyframes fadeInHeader {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0); }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }

@keyframes clockwise {
    0% {
        transform: translateX(0);
        width: 20px; }
    25% {
        width: 25px; }
    50% {
        transform: translateX(100%);
        width: 20px; } }

@keyframes counter-clockwise {
    0% {
        transform: translateX(0); }
    50% {
        transform: translateX(-100%); } }

@keyframes fadeTab {
    0% {
        opacity: 0;
        visibility: hidden; }
    25% {
        opacity: 0.25; }
    50% {
        opacity: 0.5; }
    75% {
        opacity: 0.75; }
    100% {
        opacity: 1;
        visibility: visible; } }

@keyframes spin {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(360deg); } }

@-webkit-keyframes spin {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(360deg); } }

@-moz-keyframes spin {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(360deg); } }

@-o-keyframes spin {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(360deg); } }

.layout-product .product-detail-wrapper {
    margin-top: 30px; }
.layout-product .product-detail-wrapper .card-block {
    position: relative;
    margin-bottom: 18px;
    padding: 20px; }
.layout-product .product-detail-wrapper .product-detail-item {
    position: relative; }
.layout-product .product-detail-wrapper .product-detail-item .product-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px; }
.layout-product .product-detail-wrapper .product-detail-item .product-title h1 {
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    color: grey;
    margin-bottom: 0;
    padding: 0 40px;
    width: 100%;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
.layout-product .product-detail-wrapper .product-detail-item .product-title a.btn-startover {
    width: 34px; }
.layout-product .product-detail-wrapper .product-detail-item .product-sku {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: grey;
    margin: 4px 0; }
.layout-product .product-detail-wrapper .product-detail-item .product-sku .detail {
    padding-left: 5px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-top {
    border: 1px solid #f5f5f5;
    margin-bottom: 14px;
    overflow: hidden;
    position: relative; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-top .slick-slide img {
    width: 100%; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-top .img-zoom {
    cursor: zoom-in; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-bottom {
    overflow: hidden;
    padding: 0 50px;
    position: relative; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-bottom .item-small {
    outline: none;
    margin: 0 4px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-bottom .item-small img {
    cursor: pointer;
    border: 1px solid #f5f5f5;
    border-radius: 2px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-bottom .item-small.slick-current img {
    border: 1px solid var(--maincolor); }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-bottom .slick-arrow {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    border-radius: 100%;
    visibility: visible;
    border: 1px solid transparent;
    background: transparent;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    z-index: 1;
    outline: none; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-bottom .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-bottom .slick-arrow svg {
    width: 25px;
    height: 25px;
    fill: var(--maincolor);
    stroke: var(--maincolor); }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-bottom .slick-arrow.slick-next {
    right: -50px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-bottom .slick-arrow.slick-prev {
    left: -50px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-gallery-col-bottom .slick-arrow.slick-prev svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--gallery .product-full-img {
    text-align: center;
    overflow: hidden; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info {
    width: 100%; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-toolbar {
    display: flex;
    justify-content: space-between;
    padding: 20px 0; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-price span {
    display: inline-block;
    color: #c00606;
    font-weight: 600;
    font-size: 22px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-price span + span {
    padding-left: 5px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-price del {
    font-size: 14px;
    color: #999;
    padding-left: 10px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-price.gift {
    color: red;
    padding-bottom: 15px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-action button {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none;
    padding: 10px 15px;
    line-height: 22px;
    background: #d12921;
    border: 1px solid #d12921;
    border-radius: 4px;
    color: #ffffff;
    outline: none;
    -webkit-appearance: button;
    cursor: pointer; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-action button.add-cart svg {
    vertical-align: -4px;
    height: 20px;
    width: 20px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-action button.add-cart[disabled] {
    opacity: 0.8;
    background: #ddd;
    border: 1px solid #ddd;
    cursor: not-allowed;
    color: #000; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-action button.loading {
    position: relative;
    pointer-events: none; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-action button.loading:after {
    content: '';
    border: 1px solid #ffffff;
    border-top: 1px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 1px;
    left: 13px;
    z-index: 0;
    opacity: 1; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-all-option .option-box input {
    display: none; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-all-option .option-box .option-title {
    color: #4f90c5;
    margin: 15px 0 8px;
    font-weight: 700;
    display: block; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-all-option .option-box .option-val-list {
    display: flex;
    flex-wrap: wrap; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-all-option .option-box .option-val {
    color: grey;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 0 8px 8px 0;
    width: 100px;
    text-align: center;
    position: relative;
    /*&.option-selected {
                            .option-label:before {display: block;}
                            .option-text {color: #4f90c5;}
                        }*/ }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-all-option .option-box .option-val .option-img {
    width: 70px;
    /*height: 70px;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-all-option .option-box .option-val .option-text {
    word-wrap: normal;
    font-size: 10px;
    display: block;
    padding-top: 5px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-all-option .option-box .option-val .option-label {
    padding: 6px;
    margin-bottom: 0;
    width: 100%;
    height: 100%; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-all-option .option-box .option-val .option-label:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    border-color: #4f90c5 #4f90c5 transparent transparent;
    border-style: solid;
    border-width: 20px;
    z-index: 5;
    border-top-right-radius: 8px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-all-option .option-box .option-val .option-label:after {
    content: "";
    display: block;
    top: 5px;
    right: 5px;
    position: absolute;
    z-index: 10;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 405.272 405.272' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M393.401,124.425L179.603,338.208c-15.832,15.835-41.514,15.835-57.361,0L11.878,227.836 c-15.838-15.835-15.838-41.52,0-57.358c15.841-15.841,41.521-15.841,57.355-0.006l81.698,81.699L336.037,67.064 c15.841-15.841,41.523-15.829,57.358,0C409.23,82.902,409.23,108.578,393.401,124.425z' fill='%23ffffff' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 13px;
    height: 13px; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-all-option .option-box .option-val input[type='radio']:checked + .option-label:before {
    display: block; }
.layout-product .product-detail-wrapper .product-detail-item.product-detail-item--info .product-all-option .option-box .option-val input[type='radio']:checked + .option-label .option-text {
    color: #4f90c5;
    font-weight: 400; }

@media screen and (min-width: 641px) {
    .layout-product .product-detail-wrapper .card-block {
        margin-bottom: 30px;
        border-radius: 3px;
        border: 1px solid var(--border-color);
        padding: 20px 25px; } }

@media screen and (min-width: 1000px) {
    .layout-product .product-detail-wrapper {
        position: relative; }
    .layout-product .product-detail-wrapper .card-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        margin-bottom: 0;
        z-index: 12; }
    .layout-product .product-detail-wrapper .product-detail-list {
        width: calc(60% - 15px);
        margin-left: auto; }
    .layout-product .product-detail-wrapper .product-detail-item--gallery {
        position: absolute;
        top: 0;
        left: 0;
        width: calc(40% - 15px);
        height: 100%; }
    .layout-product .product-detail-wrapper .product-detail-item--info {
        border: 1px solid #f5f5f5;
        padding: 0 20px 20px; }
    .layout-product .product-detail-wrapper .product-detail-item--info .card-sticky {
        background: #fff; } }

/* Pagi */
#pagination {
    margin-top: 30px; }
#pagination .pagi-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
#pagination .pagi-wrapper .page-node {
    padding: 15px;
    background: #fff;
    border: 1px solid #00aeef;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin-right: 15px;
    margin-bottom: 15px; }
#pagination .pagi-wrapper .page-node.arrow {
    color: #00aeef; }
#pagination .pagi-wrapper .page-node.current {
    color: #fff;
    background: #00aeef; }

/* Comment */
[class*="--comment"] {
    margin-top: 30px;
    border: 1px solid #eaebec;
    border-radius: 10px; }
[class*="--comment"] .comment-header {
    padding: 15px;
    border-bottom: 1px solid #eaebec; }
[class*="--comment"] .comment-header strong {
    font-size: 16px;
    font-family: 'BeVietnamPro-SemiBold';
    color: #1e293b;
    margin-bottom: 0; }
[class*="--comment"] .comment-content {
    padding: 15px; }
[class*="--comment"] .comment-content .comment-form {
    position: relative;
    margin-bottom: 30px; }
[class*="--comment"] .comment-content .comment-form textarea {
    border: 1px solid #eaebec;
    border-radius: 10px;
    padding: 15px;
    height: 100px;
    font-size: 13px; }
[class*="--comment"] .comment-content .comment-form input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: auto;
    margin: auto;
    height: 35px;
    padding: 0px 25px;
    border-radius: 20px;
    border: none;
    background: #032e69;
    color: #fff; }
@media (max-width: 767px) {
    [class*="--comment"] .comment-content .comment-form input {
        bottom: 10px;
        top: unset; } }
[class*="--comment"] .comment-content .comment-line {
    color: #1e293b; }
[class*="--comment"] .comment-content .comment-line .line-client {
    display: flex; }
[class*="--comment"] .comment-content .comment-line .line-client--avt {
    flex: 0 0 auto;
    width: 65px; }
[class*="--comment"] .comment-content .comment-line .line-client--avt span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #b6c0ce;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px; }
[class*="--comment"] .comment-content .comment-line .line-client--detail {
    flex: 0 0 auto;
    width: calc(100% - 80px);
    margin-left: 15px; }
[class*="--comment"] .comment-content .comment-line .line-client--detail .title {
    display: flex;
    align-items: center;
    margin-bottom: 6px; }
[class*="--comment"] .comment-content .comment-line .line-client--detail .title h3 {
    margin: 0 6px 0 0;
    font-size: 16px; }
[class*="--comment"] .comment-content .comment-line .line-client--detail .title span {
    color: #718198;
    font-size: 13px; }
[class*="--comment"] .comment-content .comment-line .line-client--detail .desc p {
    margin-bottom: 4px; }
[class*="--comment"] .comment-content .comment-line .line-client--detail .action {
    display: flex;
    align-items: center;
    margin-top: 6px;
    font-size: 13px; }
[class*="--comment"] .comment-content .comment-line .line-client--detail .action a {
    display: inline-flex;
    color: #1d70d2; }
[class*="--comment"] .comment-content .comment-line .line-client--detail .action span {
    display: inline-flex;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #b6c0ce;
    margin: 0 5px; }
[class*="--comment"] .comment-content .comment-line .line-admin {
    padding-left: 10px;
    margin-left: 80px;
    border-left: 4px solid;
    margin-top: 12px; }
[class*="--comment"] .comment-content .comment-line .line-admin .title {
    display: flex;
    align-items: center;
    margin-bottom: 6px; }
[class*="--comment"] .comment-content .comment-line .line-admin .title h4 {
    margin: 0;
    font-size: 16px; }
[class*="--comment"] .comment-content .comment-line .line-admin .title span {
    color: #718198;
    font-size: 13px; }
[class*="--comment"] .comment-content .comment-line .line-admin .title label {
    color: #000;
    background: #e1e9ff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    padding: 1px 7px;
    border-radius: 3px;
    margin: 0 6px; }
[class*="--comment"] .comment-content .comment-line .line-admin .desc p {
    margin-bottom: 4px; }
[class*="--comment"] .comment-content .comment-line .line-admin .action {
    display: flex;
    align-items: center;
    margin-top: 6px;
    font-size: 13px; }
[class*="--comment"] .comment-content .comment-line .line-admin .action a {
    display: inline-flex;
    color: #1d70d2; }
[class*="--comment"] .comment-content .comment-line .line-admin .action span {
    display: inline-flex;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #b6c0ce;
    margin: 0 5px; }
@media (max-width: 767px) {
    [class*="--comment"] .comment-content .comment-line .line-admin {
        margin-left: 25px; } }
[class*="--comment"] .comment-content .comment-line + .comment-line {
    margin-top: 25px; }
[class*="--comment"] .comment-content .comment-more {
    margin-top: 35px; }
[class*="--comment"] .comment-content .comment-more a {
    display: inline-block;
    padding: 4px 20px;
    background: transparent;
    border-radius: 20px;
    border: 1px solid #000; }

.modalComment h4 {
    font-size: 16px;
    text-transform: uppercase; }

.modalComment .modal-form ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0; }

.modalComment .modal-form ul li + li {
    margin-left: 10px; }

.modalComment .modal-form [type="radio"]:checked,
.modalComment .modal-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }

.modalComment .modal-form [type="radio"]:checked + label,
.modalComment .modal-form [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0; }

.modalComment .modal-form [type="radio"]:checked + label:before,
.modalComment .modal-form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff; }

.modalComment .modal-form [type="radio"]:checked + label:after,
.modalComment .modal-form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #032e69;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.modalComment .modal-form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }

.modalComment .modal-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.modalComment .modal-form .form-group {
    margin-bottom: 15px; }

.modalComment .modal-form .form-group input {
    border-radius: 10px;
    font-size: 13px; }

.modalComment .modal-form .modal-submit {
    display: inline-block;
    padding: 4px 20px;
    background: transparent;
    border-radius: 30px;
    background: #032e69;
    border: 1px solid #032e69;
    color: #fff; }

.modal-open .modal {
    /*display:flex!important;*/
    overflow: hidden !important;
    padding-right: 0 !important; }

.modal-dialog {
    justify-content: center; }

/*Find store*/
.name_pharmacist {
    text-transform: capitalize; }

/*-- RESPONSIVE ----------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------*/
/*- 1024 -*/
/*-----------------------------------------*/
@media (max-width: 1024px) {
    #header .topheader-promo .promo-slider-wraper svg {
        width: 14px; }
    #header .topheader-promo .promo-slider-wraper .arrow.slider-prev {
        right: 98%; }
    #header .topheader-promo .promo-slider-wraper .arrow.slider-next {
        left: 98%; }
    #header .bottomheader-menu ul.menu-main-lv1 a {
        font-size: 13px; }
    #header .bottomheader-user-action .user-action {
        font-size: 12px; }
    #header .bottomheader-user-action .user-action-search svg {
        width: 20px;
        height: 20px; }
    #header .bottomheader-user-action .user-action-orders {
        padding: 8px 25px;
        min-height: 50px;
        width: 35.5%; }
    #header .bottomheader-user-action .user-action-cart {
        padding: 8px 25px;
        min-height: 50px; }
    #header .bottomheader-user-action .user-action-cart .icon-wrapper svg {
        width: 22px;
        height: 24px; }
    #footer .footer-top-text p {
        text-align: center; }
    #footer .footer-middle-text {
        margin-bottom: 44px; }
    #footer .footer-middle-brands {
        gap: 14px 0; }
    #footer .footer-middle-brands .brand-icon {
        width: calc((100% - 40px)/5);
        height: calc((100vw - 40px)/5 * 0.475); }
    #footer .footer-middle-brands .brand-icon img {
        transform: translate(-50%, -50%) scale(0.6);
        transform-origin: center center; }
    .sidebar-cart {
        width: 40%; } }

/*-----------------------------------------*/
/*- 767 -*/
/*-----------------------------------------*/
@media (max-width: 767px) {
    #header .topheader-promo .promo-slider-wraper svg {
        width: 15px;
        height: 15px; }
    #header .topheader-promo .promo-slider-wraper .slider-item {
        display: flex;
        gap: 5px; }
    #header .topheader-promo .promo-slider-wraper .slider-item a {
        /*.show-more {
                              display: none;
                          }*/ }
    #header .topheader-promo .promo-slider-wraper .slider-item a .title {
        margin: 0; }
    #header .topheader-promo .promo-slider-wraper .arrow .desktop {
        display: none; }
    #header .topheader-promo .promo-slider-wraper .arrow .mobile {
        display: block; }
    #header .bottomheader {
        padding: 20px 6px 20px 0; }
    #header .bottomheader-logo {
        text-align: center; }
    #header .bottomheader-user-action .user-action-cart-mobile {
        display: block;
        margin-left: 10px; }
    #footer .footer-top-img.img-1 {
        height: 140px;
        text-align: center; }
    #footer .footer-top-img.img-1 img {
        height: 100%; }
    #footer .footer-top-img.img-2 {
        text-align: center; }
    #footer .footer-top-text {
        text-align: center;
        margin: 23px 0; }
    #footer .footer-middle-text {
        margin-bottom: 44px; }
    #footer .footer-middle-brands {
        gap: 14px 0; }
    #footer .footer-middle-brands .brand-icon {
        width: 100%;
        flex: 0 0 49%; }
    #footer .footer-bottom-nav {
        background-image: url(https://file.hstatic.net/200000303807/file/bg-mobi-footer_e6db179be56749ebabd63b94e9f2b539.jpg);
        background-size: auto;
        background-position: bottom right; }
    #footer .footer-bottom-nav .nav-menu .info {
        margin-bottom: 32px;
        flex: 0 0 100%;
        gap: unset; }
    #footer .footer-bottom-nav .nav-menu .info .d-flex {
        margin-top: 32px; }
    #footer .footer-bottom-nav .nav-menu .info .logo {
        width: 200px; }
    #footer .footer-bottom-nav .nav-menu .info .address, #footer .footer-bottom-nav .nav-menu .info .hotline {
        align-items: flex-start; }
    #footer .footer-bottom-nav .nav-menu .info .address svg, #footer .footer-bottom-nav .nav-menu .info .hotline svg {
        width: 17px;
        height: unset;
        margin-top: 8px;
        margin-right: 12px; }
    #footer .footer-bottom-nav .nav-menu .info .address-content, #footer .footer-bottom-nav .nav-menu .info .hotline-content {
        width: 55%; }
    #footer .footer-bottom-nav .nav-menu .info .hotline svg {
        margin-top: 5px;
        height: 24px; }
    #footer .footer-bottom-nav .nav-menu .menu-child {
        flex: 0 0 100%;
        border: 1px solid rgba(0, 174, 239, 0.5);
        border-width: 1px 0 0 0;
        padding: 10px 0; }
    #footer .footer-bottom-nav .nav-menu .menu-child:last-child {
        border-width: 1px 0 1px 0; }
    #footer .footer-bottom-nav .nav-menu .menu-child.about {
        flex: 0 0 100%; }
    #footer .footer-bottom-nav .nav-menu .menu-child p {
        margin-bottom: 0;
        font-size: 21px; }
    #footer .footer-bottom-nav .nav-menu .menu-child ul {
        height: 0;
        overflow: hidden;
        margin: 0; }
    #footer .footer-bottom-nav .nav-menu .menu-child .plus_icon {
        display: block; }
    #footer .footer-bottom-nav .nav-menu .menu-child.expanded .plus_icon {
        display: none; }
    #footer .footer-bottom-nav .nav-menu .menu-child.expanded .minus_icon {
        display: block; }
    #footer .footer-bottom-nav .nav-menu .menu-child.expanded ul {
        height: auto;
        padding-top: 10px; }
    #footer .footer-bottom-trade {
        text-align: left; }
    #footer .footer-top-text p {
        font-size: 18px; }
    #footer .footer-top-text p br {
        display: none; }
    #footer .footer-top-img.img-1 {
        height: auto !important; }
    #footer .footer-top-img.img-1 img {
        max-width: 100%;
        margin: 0 auto; }
    #footer .footer-top-img.img-1:last-child img {
        max-width: 80%;
        height: auto; }
    #footer .footer-middle-brands {
        gap: 0;
        justify-content: space-around !important; }
    #footer .footer-middle-brands .brand-icon {
        flex: 0 0 auto;
        height: auto;
        width: 45%;
        padding-top: calc(100vw * 0.45 * 0.475);
        margin-bottom: calc((100vw - (100vw * 0.45 * 2)) * 0.475); }
    #footer .footer-middle-brands .brand-icon img {
        max-height: calc(100% - 22px);
        max-width: calc(100% - 34px);
        transform: translate(-50%, -50%) scale(0.8); }
    .sidebar-cart {
        width: 54%; }
    .modal-search {
        position: absolute;
        top: 0;
        width: 100%;
        transform: translateX(0%);
        left: 0;
        height: 100vh; }
    .modal-search .head-search-box-mb {
        display: block; }
    .modal-search .searchform {
        border-top: 2px solid;
        border-color: #f8f8f8; }
    .modal-search .resultsContent {
        max-height: unset; }
    .homepage-collection-title .main {
        font-size: 25px; }
    .homepage-collection-title .sub {
        max-width: 95%; }
    .homepage-collection-content .tabs_bar {
        flex-wrap: wrap;
        justify-content: space-between; }
    .homepage-collection-content .tabs_bar .tab {
        font-size: 16px;
        padding: 5px 10px;
        margin-bottom: 24px; }
    .homepage-collection-content .tabs_bar .tab:nth-child(n+3):nth-child(-n+4) {
        margin-bottom: 0; }
    .homepage-collection-content .product-loop-wrapper .product-loop-slider .home_item > div {
        flex-wrap: wrap; }
    .homepage-collection-content .product-loop-wrapper .product-loop-slider .home_item > div .item {
        flex: 0 0 auto;
        width: 50%; }
    .homepage-collection-content .product-loop-wrapper .arrow {
        display: none !important; }
    /*Item collection*/
    .item {
        padding: 10px;
        width: 100%; }
    .item .info .title {
        min-height: 82px;
        font-size: 16px; }
    .item .info .price {
        font-size: 14px !important; }
    [class*="--comment"] .comment-content .comment-form input.btn-submit {
        position: static;
        min-width: 174px;
        margin: 0 calc((100% - 174px)/2); }
    [class*="--comment"] .comment-content .comment-line .line-client--detail title h3 {
        font-size: 14px; }
    [class*="--comment"] .comment-content .comment-line .line-client--avt {
        display: none; }
    [class*="--comment"] .comment-content .comment-line .line-admin {
        margin-left: 35px; }
    [class*="--comment"] .comment-content .comment-line .line-admin .title h4 {
        font-size: 14px; }
    [class*="--comment"] .comment-content .comment-line .line-admin .title label, [class*="--comment"] .comment-content .comment-line .line-admin .title span {
        font-size: 10px; } }

/*-----------------------------------------*/
/*- 576 -*/
/*-----------------------------------------*/
@media (max-width: 576px) {
    #header .topheader-promo {
        width: 100%; }
    #header .topheader-promo .promo-slider-wraper {
        width: 100%; }
    #footer {
        padding-bottom: 60px; }
    #footer .footer-top-img.img-1 {
        text-align: center; }
    #footer .footer-top-img.img-1 img {
        height: 100%; }
    #footer .footer-top-img.img-2 {
        text-align: center; }
    #footer .footer-top-text {
        text-align: center;
        margin: 23px 0; }
    #footer .footer-middle-text {
        margin-bottom: 30px; }
    #footer .footer-middle-text h3, #footer .footer-middle-text .title-middle {
        font-size: 25px;
        margin-bottom: 10px;
        font-weight: bold; }
    #footer .footer-middle-text p {
        font-size: 19px; }
    #footer .footer-bottom-nav {
        padding: 30px 0; }
    #footer .footer-bottom-nav .nav-menu .info .logo {
        margin: auto;
        width: 168px; }
    #footer .footer-bottom-nav .nav-menu .info .address-content {
        width: 60%; }
    #footer .footer-bottom-trade {
        display: flex;
        justify-content: space-between;
        align-items: center; }
    #footer .footer-bottom-trade img {
        height: 50px; }
    #footer .footer-bottom-copyright {
        padding: 15px; }
    #footer .footer-bottom-copyright div[class*="col-12"] {
        padding: 0; }
    #footer .footer-bottom-copyright p {
        margin: 0px;
        font-size: 13px; }
    #footer .footer-bottom-copyright .social-wrapper {
        gap: 20px; }
    #footer .footer-bottom-copyright .social-wrapper .socials {
        flex: 0 0 100%; }
    .sidebar-cart {
        width: 100%;
        padding: 20px 12px; }
    .sidebar-cart-top .title-cart {
        padding-left: 2px; }
    .sidebar-cart-middle .items-wrapper {
        margin: 0; }
    .sidebar-cart-middle .items-wrapper .cart-item {
        padding: 20px 12px; }
    .sidebar-cart-middle .items-wrapper .cart-item-info .title {
        margin-bottom: 12px; }
    .sidebar-cart-middle .items-wrapper .cart-item-info .options {
        margin-bottom: 10px; }
    .sidebar-cart-middle .items-wrapper .cart-item-info .quantity_wrapper {
        flex: 0 0 35%;
        line-height: 27px; }
    .sidebar-cart-middle .items-wrapper .cart-item-info .remove_btn .icon {
        font-size: 11px; }
    .sidebar-cart-middle {
        max-height: 68%;
        overflow-y: auto; }
    .sidebar-cart-middle.empty_cart {
        text-align: center; }
    .sidebar-cart-middle.empty_cart .empty_cart_icon {
        margin-top: 15%;
        margin-bottom: 23px; }
    .sidebar-cart-middle.empty_cart .empty_cart_icon svg {
        width: 100px;
        height: 100px; }
    .sidebar-cart-middle .items-wrapper {
        margin: 0; }
    .sidebar-cart-middle .items-wrapper .cart-item {
        padding: 20px 12px; }
    .sidebar-cart-middle .items-wrapper .cart-item-info .title {
        margin-bottom: 12px; }
    .sidebar-cart-middle .items-wrapper .cart-item-info .option {
        margin-bottom: 10px; }
    .sidebar-cart-middle .items-wrapper .cart-item-info .action {
        display: flex;
        justify-content: space-between;
        align-items: center; }
    .sidebar-cart-middle .items-wrapper .cart-item-info .action .quantity_wrapper {
        flex: 0 0 35%;
        line-height: 27px; }
    .sidebar-cart-middle .items-wrapper .cart-item-info .action .remove_btn .icon {
        font-size: 11px; }
    .sidebar-cart-middle .items-wrapper .cart-item-info .action .remove_btn .text {
        font-family: 'BeVietnamPro-Medium', sans-serif; }
    .sidebar-menu-mb {
        width: 100%; }
    .modal-search {
        position: absolute;
        top: 0%;
        left: auto;
        height: 100vh; }
    .modal-search .resultsContent {
        max-height: unset; }
    .modal-search .resultsContent .item-ult {
        display: flex;
        gap: 10px;
        margin: 15px 0; }
    .modal-search .resultsContent .item-ult .img {
        flex: 0 0 10%; }
    .modal-search .resultsContent .item-ult .info {
        text-align: left; }
    .modal-search .resultsContent .item-ult .info .title {
        color: var(--maincolor);
        font-size: 17px;
        margin-bottom: 10px; }
    .modal-search .resultsContent .item-ult .info .price {
        display: flex;
        gap: 10px;
        justify-content: left;
        align-items: center;
        font-size: 17px; }
    .modal-search .resultsContent .item-ult .info .price_amount {
        color: var(--maincolor); }
    .modal-search .resultsContent .item-ult .info .price_original {
        display: none; }
    .modal-search .resultsContent .item-ult .info .tags {
        top: 8px;
        right: 8px;
        display: flex;
        gap: 10px; }
    .modal-search .resultsContent .item-ult .info .tags span {
        display: block;
        font-weight: 500;
        font-size: 15px;
        padding: 0px 10px;
        border-radius: 10px; }
    .modal-search .resultsContent .item-ult .info .tags span.sale {
        background: #e1698e;
        color: var(--whitecolor); }
    .modal-search .resultsContent .item-ult .info .tags span.new {
        background: var(--subcolor);
        color: var(--whitecolor); }
    .modal-search .resultsContent .item-ult.sale .info .price_amount {
        color: #ff4800; }
    .modal-search .resultsContent .item-ult.sale .info .price_original {
        color: #8d8d8d;
        display: block;
        text-decoration: line-through; }
    .modal-search .resultsContent {
        max-height: unset; }
    .modal-search .resultsContent .item-ult .img {
        flex: 0 0 27%; } }

.collection-layout--content .item {
    width: 100%;
    padding: 10px 12.5px; }
.collection-layout--content .item .img {
    padding-bottom: 100%; }
.collection-layout--content .item .img a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
.collection-layout--content .item .img a img {
    max-width: 100%;
    max-height: 100%; }
.collection-layout--content .item .info .title {
    max-height: unset; }
.collection-layout--content .item .info .title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

/*-----------------------------------------*/
/*- 415 -*/
/*-----------------------------------------*/
@media (max-width: 415px) {
    #header .topheader-promo {
        width: 95%; }
    .modal-search .resultsContent {
        margin: 10px; } }

/*-----------------------------------------*/
/*- 378 -*/
/*-----------------------------------------*/
