#site-header{
    transition: all 0.3s ease;
}
#site-header.shrink{
  min-height: 72px;
}
.menu-mobile-toggle .elementor-icon-wrapper{
    display: flex;
    justify-content: center;
}
.logo-and-menu{
    width: max-content !important;
}
.menu-all-pages.vertical-menu-active a.ekit-vertical-menu-tigger img {
    transform: rotate(90deg);
    transition: transform 0.3s ease-in;
}
.search-header input{
    padding: 0;
    padding-left: 13px;
}
.search-header form{
    height: 31px;
}
.search-header button{
    height: 25px;
    align-self: center;
    margin-right: 3px
}
.search-header .e-fas-times{
    margin-right: 6px;
}
.list-ic-container{
    width: max-content !important;
}
.list-ic-container .icb-phone span{
    opacity: 0;
    width: 9px;
}
.list-ic-container .icb-phone img{
    margin-top: 4px;
}

.elementor-menu-cart__main{
    overflow: hidden;
    width: 450px;
    transition: none;
}
.elementor-menu-cart__container.elementor-lightbox{
    background-color: rgba(0, 0, 0, .5);
}
.menu-cart-desktop .elementor-menu-cart__main::before{
    font-weight: 700;
    font-size: 24px;
    content: "Giỏ hàng của bạn";
    position: absolute;
    font-family: var(--e-global-typography-0e7769d-font-family);
}
.menu-cart-desktop .elementor-menu-cart__close-button{
    margin: 7px 0 23px;
}
.menu-cart-desktop .elementor-menu-cart__close-button:after, .menu-cart-desktop .elementor-menu-cart__close-button:before {
    background-color: black;
    height: 1.5px;
}
.menu-cart-desktop .widget_shopping_cart_content::before{
    content: "";
    width: 200%;
    height: 1px;
    background-color: black;
    display: block;
    margin-left: -50%;
    margin-bottom: 24px;
}
.elementor-menu-cart__subtotal::before{
    content: "";
    position: absolute;
    left: 0;
    width: 200%;
    margin-left: -50%;
    height: 1px;
    top: -13px;
    background-image: repeating-linear-gradient(to right, #404040 0 2px, /* chiều dài nét: 30px */ transparent 2px 4px /* khoảng cách giữa các nét: 15px */);
    border-radius: 0;
}
.elementor-menu-cart__products{
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.elementor-menu-cart__product{
    padding: 16px 12px;
    background-color: white;
    border-radius: 10px;
    grid-template-columns: 72px auto;
}
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price{
    padding-left: 12px;
}
.elementor-menu-cart__product-remove{
    border: none;
    border-radius: 0;
    bottom: 10px !important;
    right: 4px;
}
.elementor-menu-cart__product-remove:hover{
    border: 0;
}
.elementor-menu-cart__product img{
    border-radius: 5px;
}
.elementor-menu-cart__product-image, .elementor-menu-cart__product img{
    width: 72px;
    height: 68px;
}
.elementor-menu-cart__subtotal{
    position: relative;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}
.elementor-menu-cart__subtotal strong{
    font-size: 0;
    line-height: 0;
}
.elementor-menu-cart__subtotal strong::before, .elementor-menu-cart__subtotal bdi{
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif; 
    color: var(--e-global-color-secondary);
    line-height: 1.4em;
}
.elementor-menu-cart__subtotal strong::before{
    content: "Tổng cộng";
    color: black;
}
.woobt-item-name{
    display: none !important;
}
.menu-cart-desktop .elementor-button--view-cart{
    pointer-events: none;
    visibility: hidden;
}
.menu-cart-desktop .elementor-menu-cart__wrapper, .menu-cart-desktop .elementor-button-wrapper{
    flex-direction: column;
    display: flex;
    justify-content: end;
    align-items: end;
}
.ic-search .elementor-icon-wrapper{
    display: flex;
}
.custom-buy-now-btn#buy-now-in-cart{
    display: none;
}
.custom-buy-now-btn p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
body:has(.elementor-menu-cart--shown .woocommerce-cart-form__contents)  #buy-now-in-cart{
    display: block !important;
}
@media(max-width: 1024px){
    .logo-and-menu{
        position: absolute !important;
        inset: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media(max-width: 767px){
    .custom-buy-now-btn p{
        font-size: 13px;
    }
}