/* .menu-dropdown-section,
#mobile-menu-section {
    display: none !important;
} */

#header-section,
#header-section > .inside {
    position: relative;
    height: 70px;
}
#header-section > .inside {
    z-index: 1000;
}
#header-section.fixed > .inside {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/* --------------------------------------------------------------- */
/* ------------------ BTN SITE MENU / BTN CLOSE ------------------ */
/* --------------------------------------------------------------- */

.btn-website-menu,
.btn-close {
	position:relative;
	background:none !important;
	padding:0;
	margin:0;
}

.btn-website-menu {
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
}
.btn-website-menu > [ class*="col-" ] {
	position:relative;
	line-height:30px !important;
}
.btn-website-menu > .col-icon {}
.btn-website-menu > .col-text {
	padding-left:5px;
}

.btn-website-menu>.inside, .btn-close>.inside {
	position:relative;
	width:30px;
	height:30px;
}
.btn-website-menu>.inside>.icon,
.btn-close>.inside>.icon {
	position: absolute;
	display:block;
	top:50%;
	left:50%;
}
.btn-website-menu>.inside>.icon,
.btn-close>.inside>.icon {
	width:18px;
	height:12px;
	margin:-6px auto auto -9px;
}
.btn-website-menu>.inside>.icon>span,
.btn-close>.inside>.icon>span {
	position:absolute;
	display:block;
	width:18px;
	border-top-width:2px;
	border-top-style:solid;
    transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -webkit-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
}
.btn-website-menu.black>.inside>.icon>span {
    border-color: rgba(0,0,0,1);
}
.btn-website-menu.white>.inside>.icon>span {
    border-color: rgba(255,255,255,1);
}
.btn-website-menu>.inside>.icon>.top,
.btn-close>.inside>.icon>.top {
	top:0;
	left:0;
}
.btn-website-menu>.inside>.icon>.middle {
	top:50%;
	left:0;
	margin-top:-1px;
}
.btn-close>.inside>.icon>.middle {
	display:none !important;
}
.btn-website-menu>.inside>.icon > .bottom,
.btn-close>.inside>.icon>.bottom {
	bottom:0;
	left:0;
}
/* hover */
.btn-website-menu:hover>.inside>.icon>.middle {
	width:50%;
}
/* active */
.btn-website-menu.active>.inside>.icon>.middle {
	width:0;
}
.btn-website-menu.active>.inside>.icon>.top,
.btn-close>.inside>.icon>.top {
	top:5px;
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-website-menu.active>.inside>.icon>.bottom,
.btn-close>.inside>.icon>.bottom {
	bottom:5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-website-menu>.inside>.icon>span,
.btn-website-menu.active>.inside>.icon>span {
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
}

/* --------------------------------------------------------------- */
/* ------------------------- HEADER MAIN ------------------------- */
/* --------------------------------------------------------------- */

#header-main-section {
    position: relative;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.05);
    z-index: 2;
}
#header-main-section > .inside,
#header-sub-section > .inside {
    height: 100%;
}
#header-main-section,
#logo-site,
.header-main-menu-row>.col-menu-right .website-menu-group {
    height: 70px;
}
#header-section > .inside,
#header-main-section,
#logo-site > .img > .img-logo {
    background-color: rgba(0,0,0,1);
}
#header-main-section > .inside {
    padding: 0 20px !important;
}
#header-main-section .header-main-row {
    display: flex;
    flex-wrap: nowrap;
}
#header-main-section .header-main-col {
    padding: 0 20px;
}
#header-main-section .header-main-col.col-logo {
    position: relative;
    padding-left: 0;
    padding-right: 40px;
}
#header-main-section .header-main-col.col-logo:before,
.header-main-menu-row>.col-menu-right .website-menu-group:before {
    position: absolute;
    content: "";
    height: 40px;
    top: 50%;
    margin-top: -20px;    
}
#header-main-section .header-main-col.col-logo:before {
    border-right: 1px solid rgba(255,255,255,0.2); 
    right: 0;
}
#header-main-section .header-main-col.col-menu {
    flex: 1;
    padding-right: 0;
    padding-left: 25px;
}
#header-main-section .header-main-col.col-mobile {
    display: none;
}

#header-main-section,
#header-main-section a {
    color: rgb(255,255,255,1);
}

/* ----- logo ---- */
#logo-site,
#logo-site > .img,
#logo-site > .text {
    position: relative;
    display: block;
}
#logo-site {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#logo-site > .img,
#logo-site > .img > .img-logo {
    width: 75px;
}
#logo-site > .img > .img-logo {
    position: absolute;
    height: 75px;
    border-radius: 100%;
    left: 50%;
    top: 0;
    margin: -20px auto auto -37.5px;
}
#logo-site > .img > .img-logo > .this-img-logo {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image:url(../../images/logo/twine-hide.png);
	background-image:url(../../images/logo/twine-hide.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin: -30px auto auto -30px;
}
#logo-site > .text {
    width: 200px;
    height: 35px;
    background-image:url(../../images/logo/twine-hide-logo-white-horizontal.png);
	background-image:url(../../images/logo/twine-hide-logo-white-horizontal.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

#logo-site.default > .img,
#logo-site.default > .img > .img-logo {
    width: 50px;
}
#logo-site.default > .img > .img-logo {
    height: 50px;
    top: 50%;
    margin: -25px auto auto -25px;
}
#logo-site.default > .img > .img-logo > .this-img-logo {
    width: 40px;
    height: 40px;
    margin: -20px auto auto -20px;
}

/* header menu */
.header-main-menu-row {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}
.header-main-menu-row>[class*="col-"] {
    display: flex;
    align-items: center;
}
.header-main-menu-row>.col-menu-left {
    justify-content: flex-start;
}
.header-main-menu-row>.col-menu-right {
    justify-content: flex-end;
    flex: 1 0 0%;
}

ul.menu-group#header-main-menu-left>li.menu-item>.menu-btn,
ul.menu-group#header-main-menu-right>li.menu-item>.menu-btn {
    color: rgb(255,255,255,1) !important;
}

#header-main-menu-left,
#header-main-menu-left>li {
    height: 100%;
}
#header-main-menu-left {
    /* background-color: rgba(255,255,0,0.2); */
}
ul.menu-group#header-main-menu-left,
ul.menu-group#header-main-menu-left>li {
    position: static !important;

}
#header-main-menu-left>li {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
#header-main-menu-left.menu-group .menu-btn {
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    /* background-color: rgba(0,255,0,0.2); */
}
#header-main-menu-left.menu-group.active-menu-btn .menu-btn,
#header-main-menu-left.menu-group.focus-menu-btn .menu-btn {
    opacity: 0.5;
}
#header-main-menu-left.menu-group.active-menu-btn .menu-btn.active,
#header-main-menu-left.menu-group.focus-menu-btn .menu-btn.hover {
    opacity: 1;
}

#header-main-menu-right {}
.header-main-menu-row>.col-menu-right .cart-menu-group ul.menu-group>li.account-menu {
    display: none;
}
.header-main-menu-row>.col-menu-right .website-menu-group {
    /* display: none !important; */
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px !important;
}
.header-main-menu-row>.col-menu-right .website-menu-group:before {
    left: 0;
    border-left: 1px solid rgba(255,255,255,0.2);
}

/* btn shipping cart */
.btn-shopping-cart {
    position: relative;
}
.btn-shopping-cart .product-in-cart {
    position: absolute;
    font-family: 'Rubik';
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    letter-spacing: 0;
    height: 15px;
    border-radius: 10px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 2px;
    right: 0;
}
#header-main-menu-right .btn-shopping-cart .product-in-cart {
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    box-shadow: 0 0 0 2px rgb(0,0,0,1);
}
#mobile-menu-section .mobile-menu-page>.mobile-menu-header .btn-shopping-cart .product-in-cart {
    background-color: rgba(0,0,0,1);
    color: rgba(255,255,255,1);
    box-shadow: 0 0 0 2px rgb(255,255,255,1);
}
.btn-shopping-cart .icon.adding {
    animation-duration: 0.15s;
    animation-name: iconAnimate;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes iconAnimate {
    from {
        top:0;
    }  
    to {
        top:-3px;
    }
}

.menu-section {
    position: relative;
}
.menu-section+.menu-section {
    margin-top: 40px;
}
.menu-section.off {
    display: none;
}
.menu-section.on {
    display: block;
}
.menu-section>.title-row {
    margin-bottom: 25px;
}
.menu-section>.title-row>.title {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.menu-section>.btn-row {
    margin-top: 25px;
}

ul.menu-group,
ul.menu-group>li.menu-item {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.menu-group>li.menu-item .menu-btn {
    position: relative;
    display: inline-flex;
    cursor: pointer !important;
    line-height: 30px;
    font-weight: 500;
    color: rgba(0,0,0,0.5) !important;
    text-transform: capitalize !important;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
ul.menu-group>li.menu-item .menu-btn .w-full {
    width: 100%;
    flex: none !important;
}
ul.menu-group>li.menu-item.active>.menu-btn,
ul.menu-group>li.menu-item.active>.item-container>.menu-btn.item,
ul.menu-group>li.menu-item .menu-btn:hover {
    color: rgba(0,0,0,1) !important;
}

/* ul.menu-group>li.menu-item.has-dropdown >.menu-btn.has-arrow-dropdown {
    padding-right: 20px;
}
ul.menu-group>li.menu-item.has-dropdown .menu-btn.has-arrow-dropdown>.icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: right;
} */

/* menu btn */
.menu-btn,
.menu-title-btn {
    position: relative;
    cursor: pointer !important;
}
.menu-btn {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;    
}
.menu-btn.has-dropdown,
.menu-btn.open-dropdown-btn {
    padding-right: 20px;
}
.menu-btn.has-dropdown .icon-arrow-dropdown,
.menu-btn.open-dropdown-btn .icon-arrow-dropdown {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}
.menu-btn > .icon {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
}
.menu-btn > .text {
    position: relative;
}
.menu-btn > .icon+.text {
    padding-left: 5px;
}

/* menu group - horizontal */
ul.menu-group.horizontal {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
ul.menu-group.horizontal.default-distance>li+li {
    margin-left: 30px;
}
ul.menu-group.horizontal.min-distance>li+li {
    margin-left: 15px;
}
ul.menu-group.horizontal.max-distance>li+li {
    margin-left: 50px;
}

/* menu group - vertical and arrow */
ul.menu-group.vertical.has-arrow>li.menu-item .menu-btn {
    display: block;
    width: 100%;
    padding-right: 30px;
}
ul.menu-group.vertical.has-arrow>li.menu-item .menu-btn>.icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
ul.menu-group.vertical.has-arrow>li.menu-item .menu-btn:hover>.icon {
    opacity: 1;
}

/* menu group - vertical and border */
ul.menu-group.vertical.border-middle-format>li.menu-item+li.menu-item {
    border-top: 1px solid rgba(0,0,0,0.05);
}
ul.menu-group.vertical.border-middle-format>li.menu-item .menu-btn,
ul.menu-group.vertical.border-middle-format>li.menu-item .menu-title-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    width:100%;
}

/* sub cate */

/* extra sub cate */
.menu-section.extra-sub-cate-menu-section {

}
ul.menu-group.extra-sub-cate-menu {
    list-style: none !important;
    padding: 10px 0 10px 15px !important;
}
ul.menu-group.extra-sub-cate-menu>li>.menu-btn::before {
    position: absolute;
    top: 10px;
    left: -15px;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    /* border: 1px solid rgba(0,0,0,0.4); */
    background-color: rgba(0,0,0,0.2);
}
ul.menu-group.extra-sub-cate-menu>li>.menu-btn:hover::before {
    /* border-color:rgba(0,0,0,1); */
    background-color: rgba(0,0,0,1);
}

/* --------------------------------------------------------------- */
/* -------------------------- HEADER SUB ------------------------- */
/* --------------------------------------------------------------- */

#header-sub-section,
#header-sub-section > .inside {
    position: relative;
}
#header-sub-section {
    height: 40px;
    background-color: rgba(255,255,255,1);
    font-size: 13px;
    z-index: 1;
}
#header-sub-section > .inside {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0 20px 0 105px;
}
.header-sub-row,
.header-sub-col {
    position: relative;
}
.header-sub-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}
.header-sub-col.header-sub-left {
    flex: 1 0 0% !important;
}

/* --------------------------------------------------------------- */
/* ------------------------ HEADER DROPDOWN ---------------------- */
/* --------------------------------------------------------------- */

#header-dropdown-section {
    position: relative;
    display: none;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    overflow: hidden !important;
    transition: min-height 0.3s ease;
    -webkit-transition: min-height 0.3s ease;
    -moz-transition: min-height 0.3s ease;
    -ms-transition: min-height 0.3s ease;
    -o-transition: min-height 0.3s ease;
}
#header-dropdown-section>.inside {
    transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
}
#header-dropdown-section,
#header-dropdown-section>.inside {
    max-height: 600px;
}
/* #header-dropdown-section,
.menu-dropdown-section {
    max-height: 600px;
}
#header-dropdown-section>.inside {
    height: 100%;
} */
.menu-dropdown-section,
.menu-dropdown-contianer {
    height: 100%;
}

#header-dropdown-section .menu-dropdown-section {
    transition: margin-top 0.3s ease, opacity 0.3s ease;
    -webkit-transition: margin-top 0.3s ease, opacity 0.3s ease;
    -moz-transition: margin-top 0.3s ease, opacity 0.3s ease;
    -ms-transition: margin-top 0.3s ease, opacity 0.3s ease;
    -o-transition: margin-top 0.3s ease, opacity 0.3s ease;
}
#header-dropdown-section .menu-dropdown-section.on.animate {
    margin-top: -50px;
    opacity: 0;
}
#header-dropdown-section .menu-dropdown-section.on,
#header-dropdown-section .menu-dropdown-section.off {
    margin-top: 0;
}
#header-dropdown-section .menu-dropdown-section.on {
    opacity: 1;
}
#header-dropdown-section .menu-dropdown-section.off {
    opacity: 0;
}

.menu-dropdown-section {
    display: none;
}
.menu-dropdown-section.on {
    display: block;
}
.menu-dropdown-section .scrollbar .ss-scroll {
    position: absolute;
    right: 0 !important;
}
/* .menu-dropdown-contianer {
    height: 100%;
} */
.menu-dropdown-section .pd {
    padding: 50px;
}
.menu-dropdown-section>.inside {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.menu-dropdown-section .pd {
    padding: 50px;
}
.menu-dropdown-row,
.menu-dropdown-col {
    position: relative;
    height: 100%;
}
.menu-dropdown-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}
.menu-dropdown-col {
    flex: 1 0 0%;
}
.menu-dropdown-col.w-half {
    width: 50%;
    flex: none !important;
}

/* .menu-dropdown-section.menu-dropdown-all-category {
    max-height: 585px;
} */

.menu-dropdown-row .menu-btn {
    display: initial !important;
}
.menu-dropdown-row .item-container > .item.this-label {
    flex: initial !important;
}
.menu-dropdown-row .menu-item-container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

/* ----- drpopdown all brand ---- */

ul.menu-group.brand-menu-group {
    display: flex;
    flex-wrap: wrap;
}
ul.menu-group.brand-menu-group .card-brand-menu,
ul.menu-group.brand-menu-group .card-brand-menu>.inside {
    position: relative;
}
ul.menu-group.brand-menu-group .card-brand-menu>.inside {
    display: block;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer !important;
}
ul.menu-group.brand-menu-group .card-brand-menu>.inside:hover {
    border-color: rgba(0,0,0,1);
}
ul.menu-group.brand-menu-group .card-brand-menu>.inside>.logo-img {
    position: relative;
}
ul.menu-group.brand-menu-group .card-brand-menu>.inside>.logo-img>.logo {
    position: relative;
    background-color: rgba(255,255,255,1); 
    overflow: hidden;
}
ul.menu-group.brand-menu-group .card-brand-menu>.inside>.logo-name {
    position: relative; 
    background-color: rgba(0,0,0,0.05); 
    color: rgba(0,0,0,1); 
    padding: 5px 10px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase !important;
    text-align: center; 
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
ul.menu-group.brand-menu-group .card-brand-menu>.inside:hover>.logo-name {
    background-color: rgba(0,0,0,1); 
    color: rgba(255,255,255,1); 
}
ul.menu-group.brand-menu-group .card-brand-menu>.inside,
ul.menu-group.brand-menu-group .card-brand-menu>.inside>.logo-name {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

/* menu dropdown section */
.menu-dropdown-section ul.menu-group.brand-menu-group {
    margin: 0 -10px;
}
.menu-dropdown-section ul.menu-group.brand-menu-group>li {
    width: calc( 100% / 10 );
    padding: 0 10px;
    margin-bottom: 20px;
}


/* ----- drpopdown all category ---- */

/* product category */
#product-category-on-header,
#other-category-on-header {
    width: calc( 50% - 200px );
}
#product-category-on-header {
    /* background-color: rgba(255,0,0,0.2); */
}
#other-category-on-header {
    /* background-color: rgba(0,255,0,0.2); */
}
/* #product-recommend-on-header {
    background-color: rgba(0,0,255,0.2);
} */

/* product category - main */
#dropdown-product-main-category {}
/* ul.menu-group.product-main-category-menu>li.menu-item+li.menu-item {
    border-top: 1px solid rgba(0,0,0,0.1);
} */
/* ul.menu-group.product-main-category-menu>li.menu-item>.menu-btn {
    position: relative;
    display: block; 
    /padding-top: 15px !important;
    padding-bottom: 15px !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 10px 0;
} */
/* ul.menu-group.product-main-category-menu>li.menu-item>.menu-btn>[class="col-"] {
    position: relative;
}
ul.menu-group.product-main-category-menu>li.menu-item>.menu-btn>.col-img {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
ul.menu-group.product-main-category-menu>li.menu-item>.menu-btn>.col-text {
    width: calc(100% - 60px);
    padding-left: 15px;
} */
/* ul.menu-group.product-main-category-menu>li.menu-item>.menu-btn .en {    
    line-height: 20px;
    text-transform: uppercase !important;
    font-weight: 700;
}
ul.menu-group.product-main-category-menu>li.menu-item>.menu-btn .th {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
} */

/* product category - sub */
#product-category-on-header #dropdown-product-sub-category {
    /* background-color: yellow !important; */
}
#product-category-on-header #dropdown-product-sub-category.disable {
    display: none;
}
#product-category-on-header #dropdown-product-sub-category .menu-section {
    display: none;
    margin: 0 !important;
}
#product-category-on-header #dropdown-product-sub-category .menu-section.open {
    display: block;
}

/* product recommend */
#product-recommend-on-header {
    width: 400px;
    flex: none;
    border-left: 1px solid rgba(0,0,0,0.1);
}
#product-recommend-on-header  .splide-pagination-under-slide {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}
#product-recommend-on-header .splide-arrows{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    right: 0;
}
#product-recommend-on-header .splide-arrow.splide-arrow-prev {
    left: 0;
}
#product-recommend-on-header .splide-arrow.splide-arrow-next {
    right: 0;
}

.card-block.product-recommend,
.card-block.product-recommend>.inside,
.card-block.product-recommend>.inside>[class*="card-"] {
    position: relative;
}
.card-block.product-recommend>.inside>.card-cover {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.card-block.product-recommend>.inside>.card-detail {
    text-align: center;
    margin-top: 20px;
}
.card-block.product-recommend>.inside>.card-detail>.title {
    display: block;
    font-weight: 600;
    line-height: 25px;
    max-height: 50px;
}
.card-block.product-recommend>.inside>.card-detail>.description {
    font-size: 10px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-transform: uppercase !important;
    margin-top: 5px;
}
.card-block.product-recommend>.inside>.card-detail>.description .slot-text-group {
    justify-content: center;
}

/* --------------------------------------------------------------- */
/* ------------------------- MOBILE MENU ------------------------- */
/* --------------------------------------------------------------- */

body.open-mobile-menu {
    overflow: hidden;
}

#mobile-menu-section {
    position: fixed;
    width: 600px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -610px;
    background-color: rgba(255,255,255,1);
    z-index: 100;
    transition: right 0.2s ease;
    -webkit-transition: right 0.2s ease;
    -moz-transition: right 0.2s ease;
    -ms-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
}
#mobile-menu-section.open {
    right: 0;
}

#mobile-menu-section>.inside,
#mobile-menu-section>.inside>.mobile-menu-page {
    width: 100% !important;
    height: 100% !important;
}
#mobile-menu-section>.inside>.mobile-menu-page {
    background-color: rgba(255,255,255,1);
}

/* main page */
.mobile-menu-page.main-page {
    position: relative;
    z-index: 1;
}

/* sub page */
.mobile-menu-page.sub-page {
    position: absolute;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.mobile-menu-page.sub-page.open {
    visibility: inherit;
    opacity: 1;
}

/* header mobile menu */
#mobile-menu-section .mobile-menu-page>.mobile-menu-header {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 0 30px;
}
#mobile-menu-section .mobile-menu-page>.mobile-menu-header>.col-center {
    flex: 1 0 0 !important;
    font-weight: 600;
    text-align: left;
    padding: 0 10px;
}
#mobile-menu-section .mobile-menu-page>.mobile-menu-header ul.menu-group>li.search-menu {
    display: none !important;
}
#mobile-menu-section .mobile-menu-page>.mobile-menu-header a {
    color: rgba(0,0,0,1);
}

/* body mobile menu */
#mobile-menu-section .mobile-menu-page>.mobile-menu-body {
    position: relative;
    height: calc(100% - 60px);    
}
#mobile-menu-section .mobile-menu-container {
    position: relative;
    padding: 30px;
}
#mobile-menu-section .mobile-menu-page>.mobile-menu-body .mobile-menu-group + .mobile-menu-group,
#mobile-menu-section .mobile-menu-page>.mobile-menu-body .menu-section + .menu-section {
    margin-top: 20px;
}
#mobile-menu-section .mobile-menu-page>.mobile-menu-body .menu-section.off + .menu-section.on {
    margin: 0 !important;
}

/* highlight */
#mobile-menu-section .mobile-menu-page>.mobile-menu-body .mobile-menu-group.highlight {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
    background-color: rgba(245,245,245,1);
}

/* login */
#mobile-menu-section .mobile-menu-page>.mobile-menu-body .mobile-menu-group.login {
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px 30px;
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,1);
}
#mobile-menu-section .mobile-menu-page>.mobile-menu-body .mobile-menu-group.login .title {
    opacity: 0.5;
}

.menu-page-section {
    position: relative;
}
.menu-page-section.off {
    display: none;
}
.menu-page-section.on {
    display: block;
}

#mobile-menu-section .menu-section .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0;
}
#mobile-menu-section .menu-section .title,
#mobile-menu-section .menu-section .title-link {
    color: rgba(0,0,0,1);
}
/* #mobile-menu-section ul.menu-group {
    line-height: 25px;
} */

/* .menu-section.menu-product-by .title+.title {    
    border-top: 1px solid rgba(0,0,0,0.1);
} */
/* .menu-section.menu-product-by .title {
    position: relative;
    padding: 10px 20px 10px 0;
}
.menu-section.menu-product-by .title>.icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    opacity: 0.3;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
.menu-section.menu-product-by .title:hover>.icon {
    opacity: 1;
} */

/* ----- brand menu ----- */
#mobile-menu-section ul.menu-group.brand-menu-group {
    margin: 0 -5px;
}
#mobile-menu-section ul.menu-group.brand-menu-group>li {
    width: calc( 100% / 2 );
    padding: 0 5px;
    margin-bottom: 10px;
}

/* ----- usage category menu ----- */

ul.menu-group.usage-category-menu-group {
    display: flex;
    flex-wrap: wrap;
}
ul.menu-group.usage-category-menu-group .card-usage-category-menu,
ul.menu-group.usage-category-menu-group .card-usage-category-menu>.inside {
    position: relative;
}
ul.menu-group.usage-category-menu-group .card-usage-category-menu>.inside {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer !important;
}
ul.menu-group.usage-category-menu-group .card-usage-category-menu>.inside:hover {
}
ul.menu-group.usage-category-menu-group .card-usage-category-menu>.inside>.img-usage-category-sec {
    position: relative;
    z-index: 1;
}
ul.menu-group.usage-category-menu-group .card-usage-category-menu>.inside>.text-usage-category-sec {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6); 
    color: rgba(255,255,255,1); 
    padding: 15px;    
    z-index: 2;
}
ul.menu-group.usage-category-menu-group .card-usage-category-menu>.inside>.text-usage-category-sec>.th,
ul.menu-group.usage-category-menu-group .card-usage-category-menu>.inside>.text-usage-category-sec>.en {
    width: 100% !important;
    text-align: center; 
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
ul.menu-group.usage-category-menu-group .card-usage-category-menu>.inside>.text-usage-category-sec>.en {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase !important;
}
ul.menu-group.usage-category-menu-group .card-usage-category-menu>.inside>.text-usage-category-sec>.th {
    font-size: 12px;
    line-height: 20px;
}
/* ul.menu-group.usage-category-menu-group .card-usage-category-menu>.inside,
ul.menu-group.usage-category-menu-group .card-usage-category-menu>.inside>.logo-name {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
} */

#mobile-menu-section ul.menu-group.usage-category-menu-group {
    margin: 0 -5px;
}
#mobile-menu-section ul.menu-group.usage-category-menu-group>li {
    width: calc( 100% / 2 );
    padding: 0 5px;
    margin-bottom: 10px;
}

/* --------------------------------------------------------------- */
/* ------------------------- THEME HEADER ------------------------ */
/* --------------------------------------------------------------- */

#header-section.theme-text-black > .inside,
#header-section.theme-text-black #header-main-section,
#header-section.theme-text-black #header-main-section a,
#header-section.theme-text-black #header-main-section .header-main-col.col-logo:before,
#header-section.theme-text-black .header-main-menu-row>.col-menu-right .website-menu-group:before,
#header-section.theme-text-black .btn-website-menu.white>.inside>.icon>span {
    transition: all 0.3s ease;
}

/* theme text black */

#header-section.theme-text-black > .inside {
    background-color: rgba(255,255,255,0) !important;
}
#header-section.theme-text-black #header-main-section,
#header-section.theme-text-black #header-main-section a {
    color: rgb(0,0,0,1) !important;
}
#header-section.theme-text-black #logo-site > .text {
    background-image:url(../../images/logo/twine-hide-logo-black-horizontal.png);
	background-image:url(../../images/logo/twine-hide-logo-black-horizontal.svg);
}
#header-section.theme-text-black #header-main-section .header-main-col.col-logo:before,
#header-section.theme-text-black .header-main-menu-row>.col-menu-right .website-menu-group:before {
    border-color: rgba(0,0,0,0.2); 
}
#header-section.theme-text-black .btn-website-menu.white>.inside>.icon>span {
    border-color: rgba(0,0,0,1);
}

#header-section.theme-text-black:hover > .inside,
#header-section.theme-text-black.fixing > .inside {
    background-color: rgba(0,0,0,1) !important;
}
#header-section.theme-text-black:hover #header-main-section,
#header-section.theme-text-black:hover #header-main-section a,
#header-section.theme-text-black.fixing #header-main-section,
#header-section.theme-text-black.fixing #header-main-section a {
    color: rgb(255,255,255,1) !important;
}
#header-section.theme-text-black:hover #logo-site > .text,
#header-section.theme-text-black.fixing #logo-site > .text {
    background-image:url(../../images/logo/twine-hide-logo-white-horizontal.png);
	background-image:url(../../images/logo/twine-hide-logo-white-horizontal.svg);
}
#header-section.theme-text-black:hover #header-main-section .header-main-col.col-logo:before,
#header-section.theme-text-black:hover .header-main-menu-row>.col-menu-right .website-menu-group:before,
#header-section.theme-text-black.fixing #header-main-section .header-main-col.col-logo:before,
#header-section.theme-text-black.fixing .header-main-menu-row>.col-menu-right .website-menu-group:before {
    border-color: rgba(255,255,255,0.2); 
}
#header-section.theme-text-black:hover .btn-website-menu.white>.inside>.icon>span,
#header-section.theme-text-black.fixing .btn-website-menu.white>.inside>.icon>span {
    border-color: rgba(255,255,255,1);
}

/* theme text white */

#header-section.theme-text-white > .inside {
    background-color: rgba(255,255,255,0) !important;
}
#header-section.theme-text-white #header-main-section,
#header-section.theme-text-white #header-main-section a {
    color: rgb(255,255,255,1) !important;
}
#header-section.theme-text-white #logo-site > .text {
    background-image:url(../../images/logo/twine-hide-logo-white-horizontal.png);
	background-image:url(../../images/logo/twine-hide-logo-white-horizontal.svg);
}
#header-section.theme-text-white #header-main-section .header-main-col.col-logo:before,
#header-section.theme-text-white .header-main-menu-row>.col-menu-right .website-menu-group:before {
    border-color: rgba(255,255,255,0.2); 
}
#header-section.theme-text-white .btn-website-menu.white>.inside>.icon>span {
    border-color: rgba(255,255,255,1);
}

/* #header-section.theme-text-white:hover > .inside {
    background-color: rgba(255,255,255,1) !important;
}
#header-section.theme-text-white:hover #header-main-section,
#header-section.theme-text-white:hover #header-main-section a {
    color: rgb(0,0,0,1) !important;
}
#header-section.theme-text-white:hover #logo-site > .text {
    background-image:url(../../images/logo/twine-hide-logo-black-horizontal.png);
	background-image:url(../../images/logo/twine-hide-logo-black-horizontal.svg);
}
#header-section.theme-text-white:hover #header-main-section .header-main-col.col-logo:before,
#header-section.theme-text-white:hover .header-main-menu-row>.col-menu-right .website-menu-group:before {
    border-color: rgba(0,0,0,0.2); 
}
#header-section.theme-text-white:hover .btn-website-menu.white>.inside>.icon>span {
    border-color: rgba(0,0,0,1);
} */


#header-section.theme-text-white:hover > .inside,
#header-section.theme-text-white.fixing > .inside {
    background-color: rgba(0,0,0,1) !important;
}
#header-section.theme-text-white:hover #header-main-section,
#header-section.theme-text-white:hover #header-main-section a,
#header-section.theme-text-white.fixing #header-main-section,
#header-section.theme-text-white.fixing #header-main-section a {
    color: rgb(255,255,255,1) !important;
}
#header-section.theme-text-white:hover #logo-site > .text,
#header-section.theme-text-white.fixing #logo-site > .text {
    background-image:url(../../images/logo/twine-hide-logo-white-horizontal.png);
	background-image:url(../../images/logo/twine-hide-logo-white-horizontal.svg);
}
#header-section.theme-text-white:hover #header-main-section .header-main-col.col-logo:before,
#header-section.theme-text-white:hover .header-main-menu-row>.col-menu-right .website-menu-group:before,
#header-section.theme-text-white.fixing #header-main-section .header-main-col.col-logo:before,
#header-section.theme-text-white.fixing .header-main-menu-row>.col-menu-right .website-menu-group:before {
    border-color: rgba(255,255,255,0.2); 
}
#header-section.theme-text-white:hover .btn-website-menu.white>.inside>.icon>span,
#header-section.theme-text-white.fixing .btn-website-menu.white>.inside>.icon>span {
    border-color: rgba(255,255,255,1);
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - custom */
@media (min-width: 1400px) and (max-width: 1600px) {

/* --------------------------------------------------------------- */
/* ------------------------- HEADER MAIN ------------------------- */
/* --------------------------------------------------------------- */

#header-main-section {
    font-size: 14px;
    line-height: 22px;
}
#header-main-section .header-main-col.col-logo {
    padding-right: 30px;
}
#header-main-section .header-main-col.col-menu {
    padding-left:20px;
}
#header-main-menu-left>li {
    padding: 0 10px;
}

ul.menu-group.horizontal.default-distance>li+li {
    margin-left: 20px;
}
ul.menu-group.horizontal.max-distance>li+li {
    margin-left: 30px;
}

/* --------------------------------------------------------------- */
/* -------------------------- HEADER SUB ------------------------- */
/* --------------------------------------------------------------- */

#header-sub-section {
    font-size: 12px;
}

/* --------------------------------------------------------------- */
/* ------------------------ HEADER DROPDOWN ---------------------- */
/* --------------------------------------------------------------- */

#header-dropdown-section, #header-dropdown-section>.inside {
    max-height: 515px;
}
#header-dropdown-section {
    font-size: 13px;
    line-height: 25px;
}
#header-dropdown-section ul.menu-group>li.menu-item .menu-btn {
    line-height: 25px;
}
.menu-dropdown-section .pd {
    padding: 30px;
}


.menu-section>.title-row {
    margin-bottom: 20px;
}
.menu-section>.title-row>.title {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0 !important;
}

/* product recom */
#product-recommend-on-header {
    width: 350px;
}

/* brand */
.menu-dropdown-section ul.menu-group.brand-menu-group>li {
    width: calc( 100% / 9 );
    padding: 0 5px;
    margin-bottom: 10px;
}

}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

/* --------------------------------------------------------------- */
/* ------------------------- HEADER MAIN ------------------------- */
/* --------------------------------------------------------------- */

#header-main-section {
    font-size: 13px;
    line-height: 22px;
}
#header-main-section .header-main-col.col-logo {
    padding-right: 30px;
}
#header-main-section .header-main-col.col-menu {
    padding-left:20px;
}
#header-main-menu-left>li {
    padding: 0 10px;
}

ul.menu-group.horizontal.default-distance>li+li {
    margin-left: 15px;
}
ul.menu-group.horizontal.max-distance>li+li {
    margin-left: 25px;
}

ul.menu-group#header-main-menu-left>li[data-menu="usage-category"] {
    display: none !important;
}


/* --------------------------------------------------------------- */
/* -------------------------- HEADER SUB ------------------------- */
/* --------------------------------------------------------------- */

#header-sub-section {
    font-size: 12px;
}

/* --------------------------------------------------------------- */
/* ------------------------ HEADER DROPDOWN ---------------------- */
/* --------------------------------------------------------------- */

#header-dropdown-section, #header-dropdown-section>.inside {
    max-height: 450px;
}
#header-dropdown-section {
    font-size: 13px;
    line-height: 25px;
}
#header-dropdown-section ul.menu-group>li.menu-item .menu-btn {
    line-height: 25px;
}
.menu-dropdown-section .pd {
    padding: 30px;
}


.menu-section>.title-row {
    margin-bottom: 20px;
}
.menu-section>.title-row>.title {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0 !important;
}

/* product recom */
#product-recommend-on-header {
    width: 300px;
}

/* brand */
.menu-dropdown-section ul.menu-group.brand-menu-group>li {
    width: calc( 100% / 9 );
    padding: 0 5px;
    margin-bottom: 10px;
}

}

/* lg - md */
@media (min-width: 768px) and (max-width: 1199.98px) {
   
#header-section, #header-section > .inside {
    height: 70px !important;
}
ul.menu-group.horizontal.max-distance>li+li {
    margin-left: 40px;
}

/* --------------------------------------------------------------- */
/* ------------------------- HEADER MAIN ------------------------- */
/* --------------------------------------------------------------- */

#logo-site {
    align-items: center;
}
#logo-site > .img,
#logo-site > .img > .img-logo,
#logo-site > .img > .img-logo > .this-img-logo {
    width: 45px;
    height: 45px;
}
#logo-site > .img,
#logo-site > .img > .img-logo,
#logo-site > .img > .img-logo > .this-img-logo {
    position: relative;
    top: auto;
    left: auto;
    margin:0;
}
#logo-site > .text {
    top: auto;
    margin: 0 0 0 10px;
}

/* .header-main-menu-row>.col-menu-right .website-menu-group {
    display: flex !important;
}
.header-main-menu-row>.col-menu-right .cart-menu-group ul.menu-group>li.account-menu {
    display: block !important;
}

ul#header-main-menu-right>li.login-menu-group {
    display: none !important;
} */

ul.menu-group#header-main-menu-left>li[data-menu="usage-category"],
ul.menu-group#header-main-menu-left>li[data-menu="new-product"],
ul.menu-group#header-main-menu-left>li[data-menu="product-recommend"],
ul.menu-group#header-main-menu-left>li[data-menu="promotion"] {
    display: none !important;
}

/* --------------------------------------------------------------- */
/* -------------------------- HEADER SUB ------------------------- */
/* --------------------------------------------------------------- */

#header-sub-section {
    display: none !important;
}


}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
 
/* --------------------------------------------------------------- */
/* ------------------------- HEADER MAIN ------------------------- */
/* --------------------------------------------------------------- */

.header-main-menu-row>.col-menu-right .website-menu-group {
    display: flex !important;
}
.header-main-menu-row>.col-menu-right .cart-menu-group ul.menu-group>li.account-menu {
    display: block !important;
}
ul#header-main-menu-right>li.login-menu-group {
    display: none !important;
}

/* --------------------------------------------------------------- */
/* ------------------------ HEADER DROPDOWN ---------------------- */
/* --------------------------------------------------------------- */

#header-dropdown-section, #header-dropdown-section>.inside {
    max-height: 450px;
}
#header-dropdown-section {
    font-size: 13px;
    line-height: 25px;
}
#header-dropdown-section ul.menu-group>li.menu-item .menu-btn {
    line-height: 25px;
}
.menu-dropdown-section .pd {
    padding: 30px;
}


.menu-section>.title-row {
    margin-bottom: 20px;
}
.menu-section>.title-row>.title {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0 !important;
}

/* product recom */
#product-recommend-on-header {
    display: none !important;
}

/* brand */
.menu-dropdown-section ul.menu-group.brand-menu-group>li {
    width: calc( 100% / 8 );
    padding: 0 5px;
    margin-bottom: 10px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

/* --------------------------------------------------------------- */
/* ------------------------- HEADER MAIN ------------------------- */
/* --------------------------------------------------------------- */

#header-main-section {
    font-size: 13px;
    line-height: 22px;
}
#header-main-section .header-main-col.col-logo {
    padding-right: 30px;
}
#header-main-section .header-main-col.col-menu {
    padding-left:20px;
}
#header-main-menu-left>li {
    padding: 0 10px;
}

ul.menu-group.horizontal.default-distance>li+li {
    margin-left: 15px;
}
ul.menu-group.horizontal.max-distance>li+li {
    margin-left: 25px;
}

.header-main-menu-row>.col-menu-left {
    display: none !important;
}

/* --------------------------------------------------------------- */
/* ------------------------ HEADER DROPDOWN ---------------------- */
/* --------------------------------------------------------------- */

#header-dropdown-section {
    display: none !important;
}

}

/* sm - xs */
@media (max-width: 767.98px) {

#header-section {
    height: 60px;
}
/* #header-section.none-header-search {
    height: 60px;
} */
#header-section > .inside {
    height: auto !important;
}

/* --------------------------------------------------------------- */
/* ------------------------- HEADER MAIN ------------------------- */
/* --------------------------------------------------------------- */

#header-main-section, #logo-site, .header-main-menu-row>.col-menu-right .website-menu-group {
    height: 65px;
}

#header-main-section .header-main-col.col-logo {
    padding: 0 !important;
}
#header-main-section .header-main-col.col-logo:before {
    display: none !important;
}

.header-main-menu-row>.col-menu-left {
    display: none !important;
}
.header-main-menu-row>.col-menu-right .cart-menu-group {
    margin: 0 !important;
}
.header-main-menu-row>.col-menu-right .website-menu-group {
    display: flex !important;
}
.header-main-menu-row>.col-menu-right .cart-menu-group ul.menu-group>li.account-menu {
    display: block !important;
}

ul#header-main-menu-right>li.login-menu-group {
    display: none !important;
}

/* --------------------------------------------------------------- */
/* -------------------------- HEADER SUB ------------------------- */
/* --------------------------------------------------------------- */

#header-sub-section {
    display: none !important;
}


}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

ul.menu-group.horizontal.max-distance>li+li {
    margin-left: 30px;
}

/* --------------------------------------------------------------- */
/* ------------------------- HEADER MAIN ------------------------- */
/* --------------------------------------------------------------- */

#logo-site {
    align-items: center;
}
#logo-site > .img,
#logo-site > .img > .img-logo,
#logo-site > .img > .img-logo > .this-img-logo {
    width: 35px;
    height: 35px;
}
#logo-site > .img,
#logo-site > .img > .img-logo,
#logo-site > .img > .img-logo > .this-img-logo {
    position: relative;
    top: auto;
    left: auto;
    margin:0;
}
#logo-site > .text {
    width: 143px;
    height: 25px;
    top: auto;
    margin: 0 0 0 10px;
}

#header-main-section, #logo-site, .header-main-menu-row>.col-menu-right .website-menu-group {
    height: 60px;
}
#header-main-section > .inside {
    padding: 0 15px !important;
}

.header-main-menu-row>.col-menu-right .website-menu-group {
    padding-left: 15px !important;
}

}

/* xs */
@media (max-width: 575.98px) {

ul.menu-group.horizontal.max-distance>li+li {
    margin-left: 30px;
}

/* --------------------------------------------------------------- */
/* ------------------------- HEADER MAIN ------------------------- */
/* --------------------------------------------------------------- */

#logo-site {
    align-items: center;
}
#logo-site > .img,
#logo-site > .img > .img-logo,
#logo-site > .img > .img-logo > .this-img-logo {
    width: 35px;
    height: 35px;
}
#logo-site > .img,
#logo-site > .img > .img-logo,
#logo-site > .img > .img-logo > .this-img-logo {
    position: relative;
    top: auto;
    left: auto;
    margin:0;
}
#logo-site > .text {
    width: 114px;
    height: 20px;
    top: auto;
    margin: 0 0 0 10px;
}

#header-main-section, #logo-site, .header-main-menu-row>.col-menu-right .website-menu-group {
    height: 60px;
}
.header-main-menu-row>.col-menu-right .cart-menu-group ul.menu-group>li.wishlist-menu {
    display: none !important;
}

/* --------------------------------------------------------------- */
/* ------------------------- MOBILE MENU ------------------------- */
/* --------------------------------------------------------------- */

#mobile-menu-section {
    width: 100%;
    right: -102%;
}

}

/* xs custom */
@media (max-width: 399.98px) {}
