.header-container.layout4 .top-bar .nav-top-bar {
    display: flex;
    width: 40%;
}

.header-container.layout4 .top-bar .social-bar {
    width: 60%;
    justify-content: flex-end;
    gap: 28px;
}

.header-container a.headbtn {
    text-transform: none;
}

.header-container .phone-btn a {
    color: #1410E3;
    font-weight: 800;
}

.header-container .widgets-top {
    position: relative;
    padding-right: 20px;
}

.header-container .widgets-top:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    height: 16px;
    width: 1px;
    background-color: #000;
}

.header-container .phone-btn {
    position: relative;
    padding-left: 26px;
}

.header-container .phone-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url('../images/phone-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.shoping_cart .widgettitle {
    display: none;
}

.header-container .top-part {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    padding: 16px 0 15px;
}

.header-container .content-text {
    text-align: right;
    color: #00F;
    font-family: "PP Agrandir";
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
}

.header-container .content-text strong {
    font-weight: 800;
}

.header-container .acc-btn .icon {
    background-image: url('../images/account-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.nav-top-bar .headbtn {
    font-size: 14px;
}

.top-bar .row {
    display: flex;
    align-items: center;
}

.header-container .icon-cart-header {
    background-image: url('../images/cart-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
}

.header-container #mega-menu-wrap-primary #mega-menu-primary {
    text-align: right;
}

.header-container .col-menu {
    padding-right: 0;
    text-align: right;
}

.header-container .top-search {
    width: 45%;
    max-width: 444px;
}

.topcart .topcart_content .product_list_widget .mini_cart_item img {
    float: none;
    margin: 0;
    width: 100%;
}

.woocommerce ul.cart_list li .product-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce-mini-cart .product-image {
    max-width: 80px;
    width: 100%;
}

.woocommerce-mini-cart .product-name {
    font-size: 14px;
    line-height: 1.2;
    width: 50%;
    color: #333;
}

@media (min-width:768px) {
    .top-search .dropdown-menu {
        display: block;
        position: relative;
        float: none;
    }

    .top-search .dropdown-toggle {
        display: none;
    }

    .top-search .close-search {
        display: none;
    }

    .top-search .dropdown-menu.search-content {
        border: none;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
        z-index: 1;
    }
}

@media (max-width:992px) {
    .header-container .phone-btn {
        display: none;
    }

    .top-bar .row {
        justify-content: space-between;
    }

    .header-container .content-text {
        display: none;
    }

    .header-container .top-part {
        float: left;
        width: 90%;
    }

    .header-container .top-search {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .header-container.layout4 .top-bar .social-bar {
        justify-content: space-between;
    }

    .header-container .top-part {
        width: calc(100% - 55px);
        text-align: right;
    }

    .header-container .top-search {
        width: 100%;
    }

    .header .col-logo {
        width: 60%;
    }

    .header .col-menu {
        width: 40%;
    }
}