@charset "UTF-8";

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 13px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
img.lazyload {
    opacity: 0.001;
    object-fit: scale-down !important;
}
body {
    margin: 0;
    font-size: 13px !important;
    font-family: 'IBM Plex Sans', sans-serif !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #02031c;
    font-stretch: normal;
}

/* .container { */
/* 	padding-top: 80px; */
/* } */

h1, h2, h3, h4, h5 {
    font-family: 'IBM Plex Sans', sans-serif !important;
}

img {
    max-width: 100%;
}

section {
    margin: 20px 0;
}

hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.icon {
    object-fit: contain;
}

.btn-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(192, 192, 192, 0.5);
    border: solid 1px #aec0bf;
    background-color: #ffffff;
    padding: 10px 13px;
}

.font-barlow {
    font-family: Barlow !important;
}

/* -------- CSS for HEADER -------- */
header {
    font-size: 16px;
    min-height: 80px;

    /* 	position: fixed; */
    /* 	width: 100%; */
    /* 	background-color: #fff; */
    /* 	z-index: 1;  */
}

header .main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.logo-header {
    width: 125px;
    height: 70px;
    object-fit: contain;
}

.icon-header {
    width: 30px;
    height: 30px;
    object-fit: contain;
    /* 	background-color: #2f3d3c; */
}
.button_right_menu a:hover{
    background: #f4724c;
    color: #ffffff;
}
.button_right_menu a{
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background: #f48473;
    padding: 6px 25px;
    font-weight: 600;
}

.menu-desktop {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #02031c;
}

.menu-active {
    border-radius: 5px;
    border: solid 1px #f48473 !important;
    color: #f48473;
    padding: 6px 12px;
}

.menu-desktop div.menu-top {
    align-self: center;
}

.menu-desktop div.dropdown .dropbtn {
    border: none;
    outline: none;
    padding: 20px 0;
    background-color: inherit;
    font: inherit;
    margin: 0;
}

.menu-desktop div.dropdown .dropbtn span {
    border: 1px solid inherit;
    outline: none;
    padding: 6px 12px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.15px;
    font-weight: 600;
}

.menu-desktop div.dropdown:hover .dropbtn span {
    border-radius: 5px;
    padding: 6px 12px;
    color: #f48473;
    cursor: pointer;
}

.search-box, .search-box-desk {
    width: 100%;
    /* 	border-radius: 5px; */
    border: solid 1px rgba(174, 192, 191, 0.6);
    background-color: #ffffff;
    margin-right: 20px;
    display: flex;
    flex: 0.5 1 auto;
    border-radius: 4px;
}
.search_header{
    padding: 15px 0;
}

.v-mobile .search-box {
    width: 100%;
}

.search-box input, .search-box-desk input {
    border: none !important;
    height: 40px;
}

.search-box input:focus, .search-box-desk input:focus {
    outline: none !important;
    box-shadow: none;
}

.widget-header {
    position: relative;
    align-self: center;
}

.widget-header .label {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    position: absolute;
    background: #f48473;
    top: -6px;
    right: 0px;
    border-radius: 50%;
    color: white;
}

.widget-header .fa-plus {
    opacity: 0.5;
}

.widget-header .function {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: default;
    width: 200px;
    background: #292929;
    position: absolute;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    visibility: hidden;
    margin-top: -2px;
    right: 0;
}

.widget-header:hover .function {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    visibility: visible;
}

.search-function {
    width: 300px !important;
}

div.add-function div {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

div.add-function div:hover {
    background-color: rgb(248, 181, 171);
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

div.add-function div a:hover {
    color: #fff;
}

div.add-function div a {
    width: 100%;
    color: #929292;
    margin-left: 24px;
}

.close-menu-mobile {
    position: absolute;
    left: 0;
    top: 35%;
    font-size: 25px;
    font-weight: bold;
}

.header-auth {
    height: 40px;
    line-height: 40px;
}

.order-notify {
    position: relative;
}

.order-notify i {
    font-size: 20px;
    top: -1px;
}

.order-notify .label {
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 17px;
    padding: 0;
    text-align: center;
    position: absolute;
    background: red;
    color: white;
    top: -8px;
    right: -5px;
    border-radius: 50%;
    top: -8px;
}
.slogan_top_header {
    font-size: 16px;
    letter-spacing: 0.15px;
    font-weight: 600;
    color: #000000;
    background-color: #ffebe8;
    padding: 16px 0;
}
.top_menu_main{
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 5%);
    background: #fff;
}

/* -------- CSS for FOOTER -------- */
.bg-footer {
    background-color: #ecf5f2;
    padding: 2.5rem 0;
    font-size: 16px;
}

.icon-footer {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.logo {
    max-height: 100%;
}

.logo-footer {
    height: 80px;
}

.space-footer {
    height: 60px;
}

#alertMsg {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    /* 	  background-color: #333; */
    background-color: #f48473;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 10px;
    position: fixed;
    z-index: 1;
    right: 30px;
    top: 80px;
    line-height: normal;
    font-size: 1.25rem;
    border-color: rgba(244, 132, 115, 0.6);
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

#alertMsg.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
    transition-delay: 0s;
}

@-webkit-keyframes fadein {
from {top: 0;
    opacity: 0;
}

to {
    top: 30px;
    opacity: 1;
}

}
@keyframes fadein {
from {top: 0;
    opacity: 0;
}

to {
    top: 30px;
    opacity: 1;
}

}
@-webkit-keyframes fadeout {
from {top: 30px;
    opacity: 1;
}

to {
    top: 0;
    opacity: 0;
}

}
@keyframes fadeout {
from {top: 30px;
    opacity: 1;
}

to {
    top: 0;
    opacity: 0;
}

}

/* -------- CSS for Menu -------- */
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    padding: 10px 0;
    position: relative;
    width: 100%;
    border-top: solid 0.5px rgba(174, 192, 191, 0.5);
}

.menu ul li i {
    color: #2f3d3c;
}

.menu ul li img {
    margin-right: 10px;
}

.menu-kids>ul>li {
    padding: 10px 0;
}

li .icon-menu {
    width: 12%;
    text-align: center;
}

.menu ul ul {
    transition: all 0.2s;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    left: 102%;
    top: -2%;
    min-width: 240px;
    padding: 0 30px;
    width: fit-content;
}

.menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 2px 8px 0 rgba(174, 192, 191, 0.2);
    background-color: #ffffff;
    z-index: 1;
}

.menu ul li a {
    color: #02031c;
    font-weight: 500;
}

.menu ul li a:hover {
    color: #f48473;
    font-weight: 500;
    text-decoration: none;
}

/* ---------- CSS for Menu Mobile ------ */
.menu-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-mobile ul li {
    padding: 10px 0;
    position: relative;
    width: 100%;
    border-top: solid 0.5px rgba(174, 192, 191, 0.5);
}

.menu-mobile ul li i {
    color: #2f3d3c;
}

.menu-mobile ul li img {
    margin-right: 10px;
}

.menu-mobile>#menuCategory {
    background-color: #eef3f3;
}

li .icon-menu {
    width: 12%;
    text-align: center;
}

/* .menu-mobile ul ul { */
/* 	transition: all 0.2s; */
/* 	opacity: 0; */
/* 	position: absolute; */
/* 	visibility: hidden; */
/* 	left: 102%; */
/* 	top: -2%; */
/* 	min-width: 240px; */
/* 	padding: 0 30px; */
/* 	width: fit-content; */
/* } */

.menu-mobile ul ul {
    transition: all 0.2s;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 0;
    min-width: 100%;
    padding: 0 20px;
    width: fit-content;
    height: 100%;
}

/* .menu-mobile ul li:click>ul { */
/* 	opacity: 1; */
/* 	visibility: visible; */
/* 	box-shadow: 0 2px 8px 0 rgba(174, 192, 191, 0.2); */
/* 	background-color: #ffffff; */
/* 	z-index: 1; */
/* } */
.menu-mobile ul li a {
    color: #02031c;
    font-weight: 500;
}

.menu-mobile ul li a:hover {
    color: #f48473;
    font-weight: 500;
    text-decoration: none;
}

.menu-mobile .logo-link {
    margin-left: -5px;
}

.img-menu {
    width: 115px;
    height: 88px;
}

/* -------- CSS for Common -------- */
.router-link, .router-link a {
    font-size: 13px;
    color: #aec0bf;
}

.router-link a.active {
    color: #2f3d3c;
}

.router-link a.active:hover {
    color: #2f3d3c;
    cursor: default;
}

.box-style-item {
    border: solid 1px #fff;
}

.box-style-item:hover {
    border: solid 1px rgba(244, 132, 115, 0.7);
    cursor: pointer;
}

.box-style-item.active {
    border: solid 1px rgba(244, 132, 115, 0.7);
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.hide {
    display: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.overlay-image {
    position: relative;
}
/* Original image */
.overlay-image .image {
    display: block;
}

/* Original text overlay */
.overlay-image .text {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.overlay-image .bg-sold .text {
    color: #02031c;
    text-shadow: 1px 1px 1px #fff;
}

.overlay-image .text a, .overlay-image .text button {
    width: 140px;
    border: none;
    text-shadow: none;
    font-weight: 500;
    font-size: 14px;
}

/* New overlay on hover */
.overlay-image .hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}
/* New overlay appearance on hover */
.overlay-image:not(.not-hover):hover .hover {
    opacity: 1;
}

.overlay-image .normal {
    transition: .5s ease;
}

.overlay-image:hover .normal {
    opacity: 0;
}

.overlay-image .hover {
    background-color: rgba(48, 84, 128, 0.5);
}
.quickview.not-click {
    pointer-events: none;
    cursor: pointer;
}
.btn-delete-product {
    position: absolute;
    bottom: 10px;
    left: 30%;
}

.btn-delete-product a {
    border: none;
}

.section-title {
    font-family: 'Barlow';
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #02031c;
}

.product-item {
    border-radius: 5px;
    border: solid 1px rgba(174, 192, 191, 0.7);
    padding: 0 10px;
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

.product-image {
    border-radius: 5px;
    border: solid 1px rgba(174, 192, 191, 0.7);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.product-image .image {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* 	height: auto; */
}

.product-name {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #02031c;
    padding: 6px 0;
}

.product-brand {
    color: #02031c;
}

.product-size {
    position: absolute;
    min-width: 40px;
    width: auto;
    height: auto;
    background-color: #2f3d3c;
    color: #fff;
    text-align: center;
    margin-left: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 5px;
}

.product-size>.text-main {
    font-size: 1.3rem;
    font-weight: bold;
}

.product-sales {
    position: absolute;
    width: 55px;
    height: 44px;
    background-color: #f48473;
    color: #fff;
    text-align: center;
    right: 0;
    margin-right: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 3px;
}

.product-sales>.text-main {
    font-size: 1.3rem;
    font-weight: bold;
}

.sale-price {
    font-size: 18px;
    font-weight: 500;
    color: #02031c;
}

.original-price span:first-child {
    color: #aeaeae;
    font-size: 10px;
}

.glammie-price {
    font-size: 13px;
    color: #8889a0;
    text-decoration: line-through
}

.fa-heart {
    color: rgba(244, 132, 115, 0.4);
    font-size: x-large;
}

.fa-heart:hover {
    color: rgba(244, 132, 115, 1);
}
.btn-liked.active .setFav{
    color: rgba(244, 132, 115, 1);
}

.btn-buy, .btn-glammie {
    color: #fff;
    background-color: rgba(244, 132, 115, 0.6);
    border-color: rgba(244, 132, 115, 0.6);
    width: 100%;
    min-height: 34px;
}

.btn-buy:hover, .btn-glammie:hover {
    color: #fff;
    font-weight: bold;
    background-color: #fd2c0c99;
    border-color: #fd2c0c99;
    font-size: 13px;
}

.btn-buy-p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: solid 1px #f48473;
    background-color: #f48473;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}

.text-link {
    font-weight: 500;
    color: #02031c;
}

.dropbtn .text-link {
    white-space: nowrap;
}

.text-link:hover {
    text-decoration: none;
    color: #f48473;
}

.text-link-pink {
    font-size: 16px;
    font-weight: 500;
    color: #f48473;
}

.policies {
    padding: 0;
}

.tab-content {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: solid 1px #aec0bf !important;
    background-color: #ffffff;
}

.nav-tabs {
    border-bottom: none;
    font-size: calc(0.5em + 1vw);
    font-weight: 500;
    color: #aec0bf;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-transform: uppercase;
    border-left: solid 1px #aec0bf !important;
    border-top: solid 1px #aec0bf !important;
    border-right: solid 1px #aec0bf !important;
    padding: 1.25rem 2rem;
    color: #aec0bf;
    border-bottom: none;
}

.nav-tabs .nav-link {
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    background-color: #4e6563;
    color: #fff;
}

.nav-item:first-child {
    border-top-left-radius: 5px;
}

.nav-item:nth-child(3) {
    border-top-right-radius: 5px;
    border-right: solid 1px #aec0bf !important;
}

.tab-content {
    font-size: 16px;
    color: #2f3d3c;
}

.policy-rule {
    padding: 20px;
}

.btn-black-white {
    font-family: 'IBM Plex Sans', sans-serif;
    border-radius: 5px;
    border: solid 1px #2f3d3c;
    color: #2f3d3c;
    background-color: #ffffff;
    transition: 0.3s;
}

.btn-black-white:hover {
    border: solid 1px #f48473;
    background-color: #f48473;
    color: #fff;
}

.color-active {
    color: #f48473;
}

.color-normal {
    color: #2f3d3c;
}

.modal-loading {
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url(../../img/ajax-loader.gif) 50%
    50% no-repeat;
}

body.loading .modal-loading {
    overflow: hidden;
}

body.loading .modal-loading {
    display: block;
}

.select-option {
    position: relative;
    cursor: pointer;
}

.select-option i {
    position: absolute;
    font-size: 18px;
    right: 20px;
    top: 11px;
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
    color: #aec0bf;
}

.select-option select::-ms-expand {
    display: none;
}

.select-option select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dropdown-toggle::after, .dropup .dropdown-toggle::after {
    display: none;
}

button.dropdown-toggle {
    height: 40px;
    border: 1px solid #ced4da;
    background-color: #fff;
    font-size: 16px;
}

.bootstrap-select>.dropdown-toggle {
    z-index: 0 !important;
}

/*.modal-dialog {*/
/*    background-color: #fefefe;*/
/*    margin: auto;*/
/*    border: 1px solid #888;*/
/*    position: fixed;*/
/*    width: 50%;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translateX(-50%) translateY(-50%) !important;*/
/*    width: 50%;*/
/*}*/

.modal-body {
    font-size: 1.2rem;
}

.index1 {
    z-index: 1;
}

.index2 {
    z-index: 2;
}

.text-underline {
    text-decoration: underline;
}

.ui.dimmer {
    background-color: rgba(0, 0, 0, .5) !important;
}

.bt-none {
    border-top: none !important;
}

.bg-sold {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #02031c;
}

.dropdown-menu {
    font-size: 1.2rem !important;
}

.ui.dropdown .menu>.item {
    font-size: 1.2rem !important;
}

.dropdown-content {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    box-shadow: 0 2px 4px 0 rgba(178, 178, 178, 0.5);
    background-color: #ffffff;
    z-index: 3;
    height: 300px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.img-category {
    width: 260px;
    height: 200px;
}

.sub-menu {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    color: #02031c;
    font-weight: 500;
}

.sub-menu div.item {
    width: 30%;
    height: 20%;
    margin-right: 20px;
    font-size: 1.15vw;
    margin-bottom: 5px;
}

.sub-menu div.itemKid a.title {
    font-size: 1.15vw;
    color: #2f3d3c;
    font-weight: 600;
}

.sub-menu div.itemKid{
    width: 33.333333334%;
    height: 55px;
}
.banner-promotion .row{
    height: 100%;
}
.banner-promotion .content_banner_promotion{
    background: url(/tp/T0322/img/temp/backpromotion.png) center center no-repeat;
    background-size: cover;
    color: #000;
    border-radius: 16px;
    text-align: center;
    height: 202px;
    width: 100%;
}
.left_promotion_index span p{
    color: #ffedad;
    margin: 0;
    display: inline-block;
    margin-left: 5px;
}
.right_promotion_index{
    height: 100%;
}
a.view_promotion{
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.15px;
    margin-top: 10px;
}
.left_promotion_index{
    text-align: left;
    padding: 40px;
    color: #ffffff;
}
.banner-promotion .slide-banner{
    justify-content: space-around;
    margin: 16px 0 8px;
}
.banner-promotion h2{
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}
.banner-promotion span{
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.25px;
    padding: 10px 0;
    display: inline-block;
}

.banner-sale-bottom-mobile.owl-theme .owl-dots .owl-dot.active span{
    background: #e2715f;
}
.banner-sale-bottom-mobile.owl-theme .owl-dots .owl-dot span{
    background: #f4d5d0;
}

.right_banner_footer {
    background: #cde9ec;
    padding: 70px 50px;
}
.right_banner_footer .text_banner{
    font-size: 18px;
    text-align: left;
    color: #000000;
}
.right_banner_footer a.bn_see_more{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.15px;
    color: #000000;
    width: 170px;
    padding: 14px 0;
    border: solid 1px #000000;
    border-radius: 0;
}
.right_banner_footer h2{
    letter-spacing: -0.5px;
    text-align: left;
    color: #000000;
    font-size: 38px;
    font-weight: 500;
}
.banner_footter .img_bn img{
    height: 100%;
    object-fit: cover;
}
.banner_footter .img_bn{
    height: 390px;
}

.policy_item {
    padding: 0 10px;
}
.policy_item img{
    width: 38px;
}
.policy_index{
    background: #ecf5f2;
    color: #000000;
    font-size: 18px;
    padding: 28px 0;
    margin-bottom: 2px;
    clear: both;
}
.policy_index .list_item_policy>div:not(:first-child) .line{
    width: 1px;
    height: 100%;
    opacity: .3;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
}
.is-header-fixed header.is-header-scroll {
    position: fixed;
    opacity: 1;
}

.is-header-fixed header .slogan_top_header{
    display: none;
}
.is-header-fixed header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: .4s all;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.menu_header #menuHome.dropdown .dropbtn span{
    padding-left: 0;
}

/*.sub-menu div.itemKid:first-child {*/
/*    width: 30%;*/
/*    height: 55px;*/
/*}*/

/*.sub-menu div.itemKid:nth-child(2) {*/
/*    width: 50%;*/
/*    height: 55px;*/
/*}*/

/*.sub-menu div.itemKid:nth-child(3) {*/
/*    width: 20%;*/
/*    height: 55px;*/
/*}*/

.item-sub {
    width: 100%;
    height: 35px;
    font-size: 1.15vw;
    font-weight: 500;
    color: #02031c;
}

.item-sub-girl {
    width: 50%;
    height: 35px;
    font-size: 1.15vw;
}

.sub-menu-lv2 {
    display: flex;
    flex-wrap: wrap;
}

.btn-liked {
    opacity: 0.6;
    border-radius: 5px;
    border: solid 1px #f48473;
    min-height: 34px;
    min-width: 34px;
    transition: 0.2s;
}

.btn-liked.active {
    opacity: 0.9;
    background: #fff;
}

.buy-area {
    width: 100%;
    padding-right: 10px;
}

.price-are {
    height: 30px;
}

/*color. css*/

@charset "UTF-8";

.cl-red {
    color: red;
}

.cl-white {
    color: white;
}

.cl-black {
    color: black;
}

.cl-yellow {
    color: yellow;
}

.cl-gray {
    color: #aec0bf;
}
.fancybox-inner section{
    width: 900px;
    overflow: hidden;
}
.label-sold {
    position: absolute;
    top: 0;
    right: 0;
    background: #f48473;
    color: #fff;
    padding: 3px 7px;
}

/*tab header*/
.suggest-header .nav-pills .nav-link{
    color: #000;
}
.suggest-header .nav-pills .nav-link.active{
    color: #000;
    font-weight: bold;
    background-color: transparent;
}
.suggest-header .nav-pills .nav-link:hover{
    color: #000
}
.suggest-header .nav-item:nth-child(3){
    border-right: transparent !important;
}
.suggest-header .tab-content {
    border: none !important;
}
.suggest-header{
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 10%);
    flex: 1;
    list-style-type: none;
    height: auto;
    max-height: none;
    position: absolute;
    top: 60px;
    left: 15px;
    right: 15px;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    background-color: #fff;
    padding: 10px;
    max-width: 665px;
    display: none;
    /*box-shadow: 0 0 5px #bbb;*/
}
.search_open_overlay:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(140,149,165,.6);
    background-color: rgba(140, 149, 165, 0.6);
}
.search_open_overlay.active{
    opacity: 1;
    visibility: visible;
}
.search_open_overlay{
    position: relative;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.top_menu_main{
    z-index: 1000;
    position: relative;
}
.top_search.active .suggest-header{
    display: block;
}
.suggest-header .header-tab{
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
}
.blockContent .tab-content>.tab-pane{
    padding: 10px 0 10px 5px;
}
.blockContent .tab-content p{
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 10px 5px;
}

.blockContent.active {
    display: block;
}
.blockContent {
    display: none;
}
.blockContent .tab-content{
    display: inline-block;
    float: left;
    width: 25%;
    background: transparent;
}
.blockContent  .product-tabs .product-image, .blockContent   .product-tabs .product-item{
    border: none;
}
.blockContent  .product-tabs{
    float: right;
    width: 72%;
    padding: 10px;
}
.blockContent  .tab-pane-content{
    padding-top: 10px;
}
.blockContent   .product-tabs .product-item{
    padding: 10px 0 0 0 ;
    margin-bottom: 10px;
}
.blockContent   .product-tabs .product-item span{
    font-size: 14px;
}
.blockContent   .product-tabs .product-item  .original-price{
    font-weight: bold;
}
.tab-content .tab-pane-content .active, .tab-content .tab-pane-content p:hover{
    background: #ffc2b9;
    font-weight: bold;
}
.product-tabs .row > div{
    padding-left:  10px;
    padding-right: 10px;
}
.suggest-header>a {
    display: flex;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    color: #7e7e7e;
}
.suggest-header>a .sf-img {
    max-width: 30%;
}
.suggest-header>a .sf-img img {
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    border-radius: 50%;
}
.suggest-header>a .sf-info {
    margin-left: 10px;
    max-width: 70%;
}
.suggest-header>a .sf-info>p {
    margin: 0 0 7px;
    line-height: initial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.suggest-header>a .sf-info>span {
    font-size: 13px;
}
#popupHome .modal-dialog{
    width: auto;
    display: inline-block;
}
#popupHome .modal-body a{
    display: block;
}
#popupHome .vertical-alignment-helper{
    width: auto;
}
@media (max-width: 768px) {
    .fancybox-inner section{
        width: 100%;
    }
    .fancybox-qview .fancybox-inner{
        overflow-y: scroll!important;
    }
    .fancybox-qview .fancybox-skin{
        padding: 10px!important;
    }
}
.item_locks .hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}
.item_locks:not(.not-hover):hover .hover {
    opacity: 1;
}
.item_locks .hover {
    background-color: rgba(48,84,128,.5);
}
.item_locks .text {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.item_locks .text a, .item_locks .text button {
    width: 180px;
    border: none;
    text-shadow: none;
    font-weight: 500;
    font-size: 16px;
}

.blk-user-nav>ul>li:nth-child(5) {
    display: none;
}
#home-hot-product .section-title {
    flex: 1;
    text-align: center;
}
.bct img {
    max-width: 140px;
}
.questions-reply {
    width: 100%;
    margin-top: 20px;
}

.wrap-pagination {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination {
    margin-bottom: 0;
}

.to-page {
    display: flex;
    align-items: center;
    gap: 10px;
}

#toPage {
    width: 50px;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 767px) {
    .to-page {
        margin-top: 10px;
    }
}