html,
:host {
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;

}
.menu-item{position: unset;}
.header-content{height: 81px; width: 1336px;}
.dropdown-menu{left: 50%;
    top: 82px;
    width: 1336px;}
.item-title{padding: 28px 7px;}
.dropdown-column h4{padding-bottom:12px;}
.header-menu {
    position: relative;
    width: 712px;
    margin-left: 100px;
}
.text-danger {
    color: #f90000;
}

#cart-alert{background: #FFF;
    width: 418px;
    height: 265px;
    position: fixed;
    border-radius: 8px;
    border: 1px solid #ccc;
    top: 10px;
    right: -194px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: none;
    transform: translateX(-50%);
    z-index: 99;
  }
.cart-alert-head{color: #66c61c;
    vertical-align: middle;
    padding-left: 45px;
    position: relative;
    margin-top: 40px;
    font-size: 16px;
}
#cart-alert .cart-alert-content{margin-top: 12px;
    padding-left: 15px;
    color: #5d5b5b;
    display: flex;
}
.alert-close{position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    height: 22px;
    line-height: 15px;
    width: 22px;
    text-align: center;
    cursor: pointer;
    font-size:30px;
}
.alert-icon{position: absolute;
    left: 15px;
    top: -5px;
    font-size: 22px;
    color: #66c61c;
}
.alert-product{width: 300px;}
.alert-image{ width: 72px;
    margin-right: 10px;
    border: 1px solid #e5e4e4;
    padding: 5px;
    border-radius: 8px;}
.alert-image img{border-radius: 8px;}
.alert-product-name{color: #565555; font-size: 15px; font-weight: bold;}
.alert-product-option{margin-top: 6px; font-size: 18px;}
.option-size:hover{background-color: #F7D200;}
.search-results .product-card {
    width: 20%;
    scroll-snap-align: start;
    flex-shrink: 0;
    position: relative;
}
.product-card .price div {
    margin: 0 5px;
}
.value-wrapper .discount {
    background-color: #F7D200;
    border-radius: 10px;
}
.value-wrapper .discount {
    font-size: 12px;
    padding: 1px 6px;
    font-weight: bold;
    position: absolute;
    right: -10px;
}
.search-box{
    position: absolute;
    background: #fff;
    width: 100%;
    height: 84px;
}
.search-form{
    width: 882px;
    margin: 0 auto;
    background: #eaecf0;
    height: 50px;
    border-radius: 6px;
    margin-top: 18px;
    position: relative;
}
.search-content{position: absolute;
    width: 888px;
    left: 50%;
    background: #fff;
    z-index: 99;
    transform: translateX(-50%); padding: 35px; top: 90px;
    border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;} 
.search-content .search-count{    padding-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #101828;}
.search-content .block-content{display: flex;}
.search-content .product-card{ width: 195px;
    min-width: 195px;
    margin-right: 10px;}
.search-content .product-card:hover .size-box{display: none;}
.header-menu-close{width: 28px;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 12px;
    right: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkxpbmVhciAvIEVzc2VudGlvbmFsLCBVSSAvIENsb3NlIENpcmNsZSI+CjxjaXJjbGUgaWQ9IlZlY3RvciIgY3g9IjEzLjk5OTciIGN5PSIxMy45OTk3IiByPSIxMS42NjY3IiBzdHJva2U9IiMxRjJBMzciLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNMTYuOTE2MyAxMS4wODNMMTEuMDgzIDE2LjkxNjNNMTEuMDgzIDExLjA4M0wxNi45MTYzIDE2LjkxNjMiIHN0cm9rZT0iIzFGMkEzNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
    z-index: 44;}
.header-menu-close span{font-size: 0;}
.search-form .search-input{background: #eaecf0;
    width: 96%;
    height: 50px;
    padding-left: 10px; margin-left: 10px;}
.search-form .btn-search{position: absolute;
    top: 16px; right: 10px;}

.search-form .search-input:focus{
        outline: none;
}
.search-more{
    text-align: center;
}
.btn-more{background: #101828;
    color: #fff;
    width: 163px;
    height: 53px;
    border-radius: 6px;
    font-size: 16px;}

.profile-menu{
    display: none;
    position: absolute;
    width: 300px;
    background: #fff;
    top: 44px;
    right: 0;
    z-index: 999;
    height: 124px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; padding: 16px 10px;}
.profile-menu li{ padding: 11px 20px;}
.profile-menu li a{display: flex; }

.profile-menu li img{margin-right: 10px;}

.profile-menu li:hover{background: #F5F6F9;}
.account{padding: 10px 0;}
.account:hover+.profile-menu{  visibility: visible; display: block;}
.profile-menu:hover{  visibility: visible; display: block;}
.cart-error{position: absolute; display: none; background: #fff;
color: #f90000;}
.product-card .swatch-attribute-options .swatch-option {
    display: inline-block;
    width: 40px;
    height: 16px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border: 1px solid #ccc;
}
.product-card .swatch-attribute-options .color-selected{border: 2px solid #000;}
.size-box{width: 227px;
    display: none;
    position: absolute;
    top: 280px;
    left: 10px;
    padding: 10px;
    border-radius: 8px;
    backdrop-filter: blur(40px);}
.size-options{display: flex;}
.product-card:hover .size-box{display: block;}
.size-title{font-weight: bold;}
.option-size{border: 1px solid #ccc;
border-radius: 5px;
padding: 3px 12px;
margin: 3px;
background: #fff;
opacity: 1;
min-width: 40px;
text-align: center;
cursor: pointer;}
.productContainer{padding: 10px 0;}
.product-card{margin:0;}
.slider_container{height: auto;}
.value-wrapper .sale-off {
    position: absolute;
    color: #010f31;
    background-color: #F7D200;
    border-radius: 8px;
    font-weight: 700;
    top: 8px;
    right: 8px;
    padding: 5px;
}
.value-wrapper .sale-off {
    font-size: 12px;
    padding: 2px 8px;
}
.cat-rate-count{color:#8c93a3;}
.avatar-menu{width: 30px;
    height: 30px;
    border-radius: 50%;}
.sticker-combo{border: 1px solid #f37742;
    padding: 2px 6px;
    border-radius: 15px;
    margin-top: 3px;
    display: inline-block;
    color: #f37742;
    font-size: 13px;}
.sticker-new{position: absolute;
    top: 5px;
    right: 5px;
    background: #0ba5ec;
    color: #fff;
    border-radius: 12px;
    padding: 1px 7px;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 13px;}
.dropdown-sub{display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    padding: 15px;
    min-width: 286px; border-radius: 0 0 10px 10px; top: 82px; left:152px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.menu-item:hover .dropdown-sub{display: block;  visibility: visible;}
.dropdown-sub li{padding: 8px 10px;}
.dropdown-sub li a{display: flex;}
.dropdown-sub li a img{border-radius: 50%; width: 40px; height: 40px; margin-right: 15px;}
.dropdown-sub li a span{padding-top: 8px;}
.dropdown-sub li:hover{background: #f2f2f2;}
.item-title:hover{background: #fff; }
.menu-item:hover{border-bottom: 2px solid #2044de;}
.scrollTop{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; position: fixed; width: 48px; height: 48px; bottom: 50px; right: 52px; text-align: center; padding-top: 12px; border-radius: 50%; opacity: 0;
    transition: all 0.4s ease-in-out 0s; background: #fff;}
.support-bar{position: fixed;
    bottom: 110px;
    right: 50px; display:none;}
.sp-item{margin-top: 12px; cursor: pointer; }
.sp-item img{border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; width: 60px;}
.support-icon{position: fixed;
    bottom: 110px;
    right: 50px; cursor: pointer;}
.support-icon img{width: 60px; border-radius: 50%; width: 60px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; cursor: pointer; animation: call 1.5s ease infinite;}
.img img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
}
.btn-alert-cart{width: 93%;
    background: #00102f;
    color: #fff;
    margin: 15px;
    height: 52px;
    border-radius: 8px;}

@keyframes call {
	15% {
		box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
	}
	25% {
		box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5),
					0 0 0 16px rgba(255, 255, 255, 0.3);
	}
	30% {
		box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5),
					0 0 0 24px rgba(255, 255, 255, 0.3);
	}
}