/*
 Theme Name: Woostify Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Autho
 Author URI: https://example.com
 Template: woostify
 Version: 1.0.0
*/


.support-row-container {
    width: max-content !important;
    padding: 30px !important;
}

.support-row-container .infobox-content p {
    margin: 0 !important;
}

.eael-onsale.sale-preset-3 {
    border-radius: 5px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

@media (min-width: 1280px) {
    .support-row-container {
        width: 96% !important;
    }
}

.deals-carousel .elementor-widget-container .product-image-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/uploads/2024/07/8.png");
    background-size: cover;
    opacity: 0.5;
    z-index: 1;
}

.la-spinner, .wpfIconPreview .spinner, .wpfLoaderIconTemplate .spinner, body .woobewoo-filter-loader.spinner {
    background: url(/wp-content/uploads/2024/07/cropped-graphiclance-favicon-for-social-2-c.png);
    background-size: 100%;
}


body .woocommerce-billing-fields .form-row,
body .woocommerce-shipping-fields .form-row,
body .woocommerce form .form-row {
  display: block !important;
}

body .woocommerce .col2-set .col-1,
body .woocommerce-page .col2-set .col-1,
body .woocommerce .col2-set .col-2,
body .woocommerce-page .col2-set .col-2 {
  width: 100% !important;
}

.woocommerce-Addresses {
    display: block !important;
}

.woocommerce-Address-title > * {
    display: block !important;
}

.primary-navigation > li > a{
    line-height: 30px !important;
}

@media (max-width: 425px){
    .site-header-inner .woostify-container{
        min-height: 58px !important;
    }
}

.custom_admin_link{
    background-color: var(--wp--preset--color--woostify-primary) !important;
}
.custom_admin_link a{
    color: #ffffff !important;
    font-weight: 700 !important;
}


body .main-navigation .primary-navigation > .menu-item > a{
    padding:10px 0px !important;
}

.site-header-inner .woostify-container{
    min-height: 50px;
}

 @media (max-width: 991px) {
     .site-header-inner .woostify-container {
         padding: 10px !important;
     }
 }


 .single-product .content-top, .product-page-container{
    background-color: #fffefc !important;
 }