
.block.block-search {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
/* Expand the input field inside the search */
.block.block-search .field.search {
    flex-grow: 1;
    width: 100%;
}
@media (min-width: 640px) {
    .header.panel, .header.content {
        --container-max-width: 90%;
    }
}
.page-main{
        max-width: 92%;
}
   @media (min-width: 640px) {
    .header.content {
    max-width: 90%;
}
}

.page-header .logo+*, .page-header .logo+.navigation-wrapper+*, .page-header .logo+.navigation-wrapper+script+* {
    margin-left: unset;
}
.page-header {
    position: relative;
    background: #fff;
    border-top: 2px solid #eff3f6 !important;
    border:none !important;
    border-width: 0 0 2px;
    margin: 0 auto;
    width: 90%;

}
.minisearch {
    width: 140%;
    max-width: 140%;
}
@media (min-width: 640px){
    .block-search {
        position: relative;
        left: -5%;
    }
}
:where(input:not([type=range])), textarea, select {
    color: rgba(var(--input-color), var(--input-alpha));
    border: 1px solid rgba(var(--input-border-color), var(--input-border-alpha)) !important;
    border-radius: 0.75rem !important;
    color: #787f8c !important;
}
.switcher .wishlist-dropdown>.action::before{
    display: none !important;
}
/* Replace account icon with custom image */
.switcher .account-dropdown > .action::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/usernew.png'); /* Your custom icon path */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
     -webkit-mask: none !important; /* Remove previous mask if applied */
    background-color: transparent !important;
    margin-right: 8px; /* Optional spacing */
}
.top-nav-links li.dropdown > a::after {
    content: "";
    display: inline-block;
    width: 12px; /* adjust based on image */
    height: 12px; /* adjust based on image */
    margin-left: 6px;
    background-image: url('../images/downarrow.png'); /* path to your image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    border: none;
    border-radius: 0;
}
.minicart-wrapper .action.showcart::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../images/carticon.png'); /* Custom cart icon path */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 6px; /* Optional spacing from text/number */
    -webkit-mask: none !important; /* Remove previous mask if applied */
    background-color: transparent !important;
}


span.cart-label {
    color: #3D4750;
    white-space: pre;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    text-transform: capitalize;
}
@media (min-width: 640px) and (max-width: 1023.98px) {
    .header.content {
        flex-wrap: nowrap !important;
    }
}
@media (min-width: 640px) and (max-width: 865px) {
    .minisearch {
    width: 140%;
    max-width: 107%;
}
    .block-search {
        position: relative;
        left: -2%;
    }

}
@media (max-width: 640px) {
.block.block-search {
    display: flex;
    justify-content: end;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

}
@media (max-width: 640px) {

.top-nav-links li a {
   
    font-size: 9px !important;
}
}

.checkout-cart-index .cart-container #block-shipping {
    display: none !important;
}


/*  Avoid overlapping of Street Address field. */
.customer-account-index .box-content{
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.checkout-index-index .billing-address-details{
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.checkout-index-index .shipping-information-content{
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.customer-address-index .box-content{
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.customer-address-index .box.box-address-billing{
    padding-right: 25px;
}

.customer-account-index .box.box-billing-address{
    padding-right: 25px;
}

.sales-order-view .box-content{
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.sales-order-view .box.box-order-shipping-address{
    padding-right: 20px;
}

.sales-order-view .box.box-order-billing-address{
    padding-right: 20px;
}