/*
Theme Name: Shoptimizer Child
Theme URI: https://www.commercegurus.com/wordpress-themes/shoptimizer
Template: shoptimizer
Author: CommerceGurus
Author URI: https://www.commercegurus.com/
Description: Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.8.3.1733145436
Updated: 2024-12-02 13:17:16

*/




/*-------------------------------------------------------------------
        |-- Cooming soon template design CSS --| 
-------------------------------------------------------------------*/
.postid-7182 .site-header , .postid-7182 .col-full-nav , .postid-7182 .header-widget-region , .postid-7182 .topbar-wrapper,
.postid-7182 .archive-header , .postid-7182 .below-content , .postid-7182 .site-footer , .postid-7182 .copyright {
    display: none;
}

/*body.overlay {
  position: absolute;
  background-color: #000000;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}*/

/* HIDE OTHER CATEGORY ONLY SHOE ACTIVE CATEGORIES */
/*.archive.tax-product_cat .filter-items.filter-checkbox li.level-0:not(.active){
    display:none;
}*/

/*.archive.tax-product_cat .show-more:not(:has(li.active)) {
  display: none;
}*/

div#popup-description ul li {
    list-style: none;
}

body.overlay::before {
        content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99998;
    background-image: url("https://www.davidreeder.net/images/loader-1.svg");
    background-position: 50% 50%;
    background-size: 400px 400px;
    background-repeat: no-repeat;
    background-color: #fff;
    transition: opacity 0.5s ease;
}
body.overlay::after{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 15px;
    background: rgb(49, 58, 70);
    background: linear-gradient(
      90deg,
      rgba(49, 58, 70, 1) 0%,
      rgba(8, 167, 212, 1) 100%
    );
    width: var(--dynamic-width);
    transition: 0.3s ease;
    z-index: 99999;    
}

.single-product .product_meta:has(span){
        text-align: left;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
}
button.single_add_to_cart_button.button.alt.add-to-cart-button {
    display: none;
}

.quantity.buttons_added input[name="quantity"], .quantity.buttons_added .quantity-nav{
    display: none;
}

#nav-menu-item-6771{
    background-color: #ee4c9b;
}

.coming-soon-container {
    text-align: center;
    font-family: 'Arial', sans-serif;
     display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90vh;
    align-items: center;

}

  .coming-soon-container h1 {
    font-size: 4em;
    font-weight: bold;
    color: #333;
  }

  .coming-soon-container p {
    font-size: 1.5em;
    color: #555;
    margin-bottom: 30px;
  }

  .notify-btn {
    padding: 10px 20px;
    font-size: 1.2em;
    color: white;
    background-color: #00D1B2;
    border: none;
    border-radius: 30px;
    cursor: pointer;
  }

  .notify-btn:hover {
    background-color: #00C39A;
  }

  .confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
  }

  .confetti-item {
    position: absolute;
    font-size: 70px; /* Increased size of confetti (+) */
    font-weight: 700;
    color: #ff58ac; /* Default color */
    opacity: 0.8;
    animation: rotate 10s linear infinite;
    transform-origin: center;
  }

  .confetti-item:nth-child(odd) {
    color: #ff58ac;
  }

  .confetti-item:nth-child(even) {
    color: #00d1b2;
  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }


  /* Form Styling */
  .form-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  input[type="text"], input[type="email"] {
    padding: 12px;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
  }

  input[type="text"]:focus, input[type="email"]:focus {
    border-color: #3498db;
    outline: none;
  }

  button[type="submit"] {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 15px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
  }

  button[type="submit"]:hover {
    background-color: #2980b9;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
  }



  span.wpcf7-spinner {
    position: absolute;
    left: auto;
    right: 50px;
}


.social-links {
  margin-top: 20px;
}

.social-icon {
  margin: 0 10px;
  font-size: 30px; /* Size of the icons */
  color: #000; /* Icon color */
  text-decoration: none; /* Remove underline */
}

.social-icon:hover {
  color: #0077b5; /* LinkedIn Blue color on hover */
}

.social-icon i {
  transition: color 0.3s;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #ee4c9b !important;

}

img.comingsoonimagein {
    height: 60px !important;
    margin-bottom: 20px;
    max-width: 250px;
}

.comingsoonimage {
  display: flex;
  justify-content: center;
}


.elementor-page-7182 .col-full {

  max-width: 100% !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #EE4C9B;
}
#payment .place-order .button { background: #111; }

.image-feature figcaption span {
    background: #ee4c9b;
}




/*-------------------------------------------------------------------
        |-- Global CSS --| 
-------------------------------------------------------------------*/
    .top-bar, .top-bar a {
        color: #000;
        font-family: 'Inter';
    }
    .col-full.topbar-wrapper {
        border-bottom-color: #d4d4d4;
    }   
    .site-navigation * { font-family: 'Inter'; } 
    .main-header * { font-family: 'Inter'; }    

    .all-sm-form p input, .all-sm-form p select, .all-sm-form p textarea {
        padding: 12px;
        width: 100%;
        height: 100%;
        border: solid 1px #b3b3b3;
    }
    input:focus, .input-text:focus, textarea:focus {
        border-color: #000!important;
    }
    .all-sm-form p input:focus, .all-sm-form p .input-text:focus, .all-sm-form p textarea:focus {
        border-color: var(--e-global-color-accent)!important;
    }
    .all-sm-form p textarea { height:150px; }

    .all-sm-form p input.wpcf7-submit {
        font-weight: 500;
        display: inline-block;
        padding: 15px 25px;
        border: 0px;
    }

    .theme-shoptimizer .shoptimizer-archive .site-main h1, .theme-shoptimizer .shoptimizer-archive .site-main h2, 
    .theme-shoptimizer .shoptimizer-archive .site-main h3, .theme-shoptimizer .shoptimizer-archive .site-main h4 {
        font-family: 'Bebas Neue', sans-serif;
        letter-spacing: 0.5px;
        font-weight: 500;
    }


/*-------------------------------------------------------------------
        |-- Contact us css --| 
-------------------------------------------------------------------*/
    




/*-------------------------------------------------------------------
        |-- Woocommerce Global  css --| 
-------------------------------------------------------------------*/

    .woocommerce-breadcrumb a { 
        color: #797979;
        font-size: 12px; 
    }
    nav.woocommerce-breadcrumb {     
        color: #797979;
        font-weight: 400;
        font-size: 12px;
    }
    .woocommerce-breadcrumb .breadcrumb-separator {
        padding: 0 5px;  opacity: 1;
        font-size: inherit;   
        color: #797979;
    }
    .woocommerce-breadcrumb a:hover { color:#ee4c9b!important; }

    .woocommerce-info, .woocommerce-noreviews, p.no-comments {
        font-size: 16px;
        font-weight: 500;
        background-color: #EE4C9B;
    }
    .woocommerce-message { background-color: #EE4C9B; }


    #payment .place-order .button { background: #111; }

    figcaption.widget-image-caption span {
        background-color: #fff;
        color: #000;
    }

/*---- |-- all sidebar css --| ------*/
    .shoptimizer-archive #secondary {
        /* background-color: #e1e1e1; */
        padding: 20px 15px;
        border-radius: 5px;
    }

    .shoptimizer-archive #secondary .widget {
        border: 0px solid #ddd;
        display: flex;
        flex-direction: column;
        background: #fff;
        padding: 15px 18px;
        border-radius: 5px;
    }
    
    .shoptimizer-archive .widget-area .widget h2 ,
    .shoptimizer-archive .widget-area .widget span.widget-title  {
        font-size: 18px;
        color: #ee4c9b;
        margin-bottom: 0!important;
        line-height: 1.3;
    }
    .shoptimizer-archive #secondary .widget ul ,
    .shoptimizer-archive #secondary .widget ol {
        margin: 10px 0 0;
    }
    .shoptimizer-archive #secondary .widget ul li ,
    .shoptimizer-archive #secondary .widget ol li {
        margin: 0 0 5px;
    }
    .shoptimizer-archive #secondary .widget ul li a,
    .shoptimizer-archive #secondary .widget ol li a {
        font-weight:500;
        font-size: 15px;
    }



/*-------------------------------------------------------------------
        |-- Single Post css --| 
-------------------------------------------------------------------*/
    
    .single-post .shoptimizer-archive .content-area  {
        box-shadow: 0 0 8px 0px #999999;
        padding: 15px;
        border-radius: 4px;
    }
    .single-post .entry-header h1 {
        font-size: 40px;
        line-height: 1.3;
    }
    .single-post .shoptimizer-archive > .col-full {
        margin-bottom: 60px;
    }    
    .single-post .shoptimizer-archive .content-area {
        box-shadow: 0 0 10px 0 #ccc;
        padding: 20px;
    }
    .shoptimizer-archive .widget-area .widget .tagcloud a, 
    .shoptimizer-archive .widget-area .widget.widget_product_tag_cloud a {
        font-size: 15px !important;
        text-transform: capitalize;
        padding: 8px 10px;
    }   

    .single-post .shoptimizer-archive .site-main h2 ,
    .single-post .shoptimizer-archive .site-main h3 {
        margin: 25px 0 5px;
    }


/*------ |-- blog page css --| ------*/
    .blog .site-main .post {
        padding:20px;
        box-shadow:0 0 10px 0 #999999;
        border-radius:4px;
    }    

    .blog .site-main .post a.post-thumbnail { margin-bottom: 20px; }
    .blog .site-main .post .entry-header h2 {
        margin: 0 0 10px;
        font-size: 26px;
        line-height: 1.1;
        Display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        Overflow: hidden;
        Padding: 0;
        min-height: 55px;
    }
    .blog .site-main .post .entry-header .entry-title a:hover {
        color: #ee4c9b;
    }
    .blog .site-main .post .entry-content p {
        margin-bottom: 0;
        Display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        Overflow: hidden;
        Padding: 0;
        font-size: 17px;
        line-height: 1.4;
    }




/*-------------------------------------------------------------------
        |-- Product category css --| 
-------------------------------------------------------------------*/
    
    .archive .shoptimizer-archive .content-area .woocommerce-ordering select.orderby {
        padding: 10px;
        border: solid 1px #ccc;
    }
    
    .archive .shoptimizer-archive #secondary .widget form .price_label {
        color: #000;
        font-weight: 500;
        font-size: 15px;
    }



/*-------------------------------------------------------------------
        |-- Single Product css --|   
-------------------------------------------------------------------*/
  
    .single-product .product .summary .woocommerce-tabs.wc-tabs-wrapper {
        border: 0px;
        padding: 0;
        margin: 20px 0 0;
        background: transparent;
    }
    .single-product .product .summary .woocommerce-tabs .panel {
        padding: 0;
    }
    .single-product .product .summary .woocommerce-tabs ul.tabs { 
        text-align:left;  padding: 0; 
        margin-bottom: 15px;
    }
    .single-product .product .summary .woocommerce-tabs ul.tabs li a {
        background-color: #000;
        color: #fff !important;
        font-weight: 500;
        font-size:15px!important;
        padding: 10px 30px !important;
        transition: 0.3s all;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
    .single-product .product .summary .woocommerce-tabs ul.tabs li.active a,
    .single-product .product .summary .woocommerce-tabs ul.tabs li a:hover {
        background-color: #ee4c9b;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    .single-product .product table { 
        border-collapse:collapse; 
        margin-top: 15px;
    }
    .single-product .product table th {
        background:#e8e8e8;    
    }
    .single-product .product table td, 
    .single-product .product table th {
        padding: 10px;
        border: solid 1px #b3b3b3;
        cursor: default !important;
    }   
    .single-product .product table.quantity-pricing-table .highlight {
        background-color: #ee4c9b6e;
    }
    .single-product .product .summary .custom-description-fields h3 {
        margin-bottom: 0;
        color: #000;
    }

    .single-product .product .summary .product-widget .widget p strong {
        font-size: 18px;
    }
    .single-product .product .summary .product-widget .widget  li {
        margin-bottom: .4em;
        font-size: 16px; 
    }
    .single-product .product .summary .product-widget ul li:before {
        position: absolute;
        top: 2px;
        left: -23px;
        width: 19px;
        height: 19px;
    }   
    .single-product .product .summary .product-widget fieldset legend {
        font-size: 18px;
    }   
    .single-product .product .summary .product-widget fieldset { border: 1px solid #b3b3b3; }

    .related-wrapper .related h2 {
        color: #000;
        text-align: center;
    }   



/*-------------------------------------------------------------------
        |--- Cart page section css ---|   
-------------------------------------------------------------------*/

    .woocommerce-cart-form table.cart td.actions button { background-color: #e8e8e8; }
    .woocommerce-cart-form table.cart td.actions button {
        background-color: #000;
        color: #fff;
    }
    .woocommerce-cart-form table.cart td button[aria-disabled="false"] {
        background-color: #000; 
        color: #fff; 
    }
    .woocommerce-cart-form .cart tr button[aria-disabled="false"]:hover { background-color: #ee4c9b; }

    table.cart td.product-name a {
        font-size: 16px;
        font-weight: 400;
    }
    table.cart td.product-subtotal {
        font-size: 18px;
        font-weight: 500;
        color: #000;
    }

    .cg-checkout-table-product-name {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }
    .woocommerce-checkout-review-order-table td.product-total {
        text-align: right;
        font-weight: 500;
        font-size: 16px;
    }
    #payment .payment_methods li { padding:0px; }




/*-------------------------------------------------------------------
        |--- My Account page css ---|   
-------------------------------------------------------------------*/
    
    .woocommerce-MyAccount-navigation ul li {
        position: relative;
        border-bottom: 1px solid #b3b3b3;
    }
    .woocommerce-MyAccount-navigation ul li a {
        color: #000000;
        font-weight: 500;
        font-size: 16px;
    }
    .woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a {
        color: #ee4c9b;
        opacity: 1;
    }
    .woocommerce-MyAccount-navigation ul li a:before {
        background: #000;  opacity: 1;
    }
    .woocommerce-MyAccount-navigation ul li a:hover:before, 
    .woocommerce-MyAccount-navigation ul li.is-active a:before {
        background: #ee4c9b;
    }



/*-------------------------------------------------------------------
        |--- Footer section css ---|   
-------------------------------------------------------------------*/


    .site-footer .widget .widget-title {
        font-size: 20px;
        line-height: 1.25;
        margin: 0 0 15px;
    }
    .site-footer .widget .textwidget li a {
        font-size: 17px;
        color: #b6b6b6;
    }

    footer.copyright .widget p {
        margin: 0;
        font-size: 16px;
        color: #fff;
    }




/*-------------------------------------------------------------------
        |--- Basic Popup Styling ---|   
-------------------------------------------------------------------*/
.site-header {
        position: relative;
        z-index: 10;
    }

li.menu-item-has-children .sub-menu-wrapper .sub-menu a > span {
    font-size:14px !important;
}

.sub-menu-link span.sub p {
display: none !important;
}

li.hide-items.menu-item-has-children a.cg-menu-link.sub-menu-link > span {
    font-size: 0px !important;
    text-decoration: none;
}

/*#nav-menu-item-6749 .sub-menu-wrapper {
    font-size: 0px;
    text-decoration: none;
}*/

a.cg-menu-link.sub-menu-link > span span.sub {
    font-size: initial;
}
.custom-posts-list.popup-grid-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}
.popup-menu-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    grid-gap: 10px;
    justify-content: space-between;
}
.popup-menu-box .post-title { 
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 0;
    width: 73%;
}
.popup-menu-box .post-image { width: 25%; }

.custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.main-navigation ul li.brand-popup ul li.menu-item-image>a.sub-menu-link:hover span.sub, 
.main-navigation ul li.brand-popup ul li a.sub-menu-link:hover span {
    text-decoration: none!important;
    text-decoration-thickness: 0!important;
    text-underline-offset: 0!important;
}
.popup-menu-box h2:hover { color:#ee4c9b; }

.popup-content {
    background: white;
    padding: 30px;
    width: 740px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 100px;
    height: auto;
    border-radius: 8px;
    max-width: 90%;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
    color: #000;
}

.popup-body {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    justify-content: space-between;
}

.popup-body #popup-description {
    width: 100%;
    color: #000;
    text-align: left;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.popup-left{
    flex-basis: 56%;
}
.popup-right{
    max-width: 40%;
    align-content: center;
}
#popup-image {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: contain;
}
.pro-dec-popup{
    display: flex;
    flex-wrap: wrap;
}
.popup-body h2#popup-title {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #000;
}
  
#popup-description p {
    font-size: 14px;
    margin-bottom:0px;
    margin-bottom: 10px;
}
#popup-description h5 { margin:20px 0 5px; }
#popup-description ul { position: relative; }
#popup-description ul li {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}
#popup-description ul li::after {
    position: absolute;
    content: "";
    left: 3px;
    top: 8px;
    width: 7px;
    height: 7px;
    background: #000;
}

/* #popup-image { max-width: 100%; height: auto; } */

.request-quote-popup-overlay {
    display: none; 
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.request-quote-popup-content {
    position: relative;
    width: 80%;
    max-width: 600px;
    margin: 100px auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}
.popup-form-container { margin-top: 20px; }

/* Webkit browsers (Chrome, Edge, Safari) */
div#popup-description::-webkit-scrollbar {
    width: 6px; 
}
div#popup-description::-webkit-scrollbar-thumb {
    background: #444444;
    border-radius: 15px;  
}
div#popup-description::-webkit-scrollbar-thumb:hover {
    background: #555;  
}
div#popup-description::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 5px; 
}


.popup-body #popup-description::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    background-color: #D9D9D9;
}

.popup-body #popup-description::-webkit-scrollbar{
    width: 5px;
    background-color: #D9D9D9;
}

.popup-body #popup-description::-webkit-scrollbar-thumb{
    background-color: #EE4C9B;
    border: 2px solid #EE4C9B;
}





/*-------------------------------------------------------------------
        |--- Responsive css ---|   
-------------------------------------------------------------------*/

@media (min-width: 993px) {

/*----- | Product category and global css | ----*/
    .cutm_sidebar .shoptimizer-archive #secondary {
        width: 24%;
    }
    .cutm_sidebar .shoptimizer-archive .col-full #primary {
        width: 73%;
    }

/*----- | Header pop menu css | ----*/
    .main-navigation ul li.brand-popup>.sub-menu-wrapper>.container>ul.sub-menu>li {
        width: 100%;
        padding: 0px;
        border: 0;
    }

/*----- | Single Product css | ----*/
    .single-product .product .woocommerce-product-gallery {     max-width: 50%;
    padding-right: 30px; }
    .single-product .product .summary { width: 50%; }

}

th.bg-gray-200.text-gray-800.font-normal.text-center.p-1 {
    text-align: center !important;
}



@media (max-width: 992px) {

    .custom-posts-list.popup-grid-menu {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        height: 220px;
        overflow: hidden;
        overflow-y: auto;
    }

}


      /* Style for the highlighted row */
      .highlight {
        background-color: #d3f9d8;
        /* Light green highlight */
    }


    .service-pricing-details {
        margin-top: 15px;
        padding: 15px;
        background: #f8f8f8;
        border-radius: 4px;
    }
    .service-detail-row {
        margin: 15px 0;
        padding-left: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    .service-totals {
        margin-top: 15px;
        padding: 10px;
        background: #f0f0f0;
        border-radius: 4px;
    }
    .service-totals div {
        padding: 5px 0;
    }
    .wc-item-meta {
        margin-top: 10px;
    }
    .wc-item-meta li {
        margin-bottom: 8px;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }
    .wc-item-meta li:last-child {
        border-bottom: none;
    }


    .popup-comming-modal {
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 9999;
        justify-content: center;
        align-items: center;
      }
      
      .popup-comming-content {
        background: #fff;
        padding: 30px;
        border-radius: 8px;
        max-width: 500px;
        margin: 10% auto;
        position: relative;
      }
      
      .popup-comming-close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 24px;
        cursor: pointer;
      }
      
.branding-option-clickable {
    color: #ee4c9b;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.branding-option-clickable:hover {
    color: #ee4c9b;
    cursor: pointer;
}

/* Existing custom CSS continues below */
      


/* Existing custom CSS continues below */
      
.form-group-logo-upload .upload-content p {
    margin: 0;
}
div#quote-request-popup {
    overflow: hidden !important;
}
@media (min-width: 768px) {

    div#quote-request-popup div#quote-form-container {
        max-height: calc(100vh - 100px);
        overflow: auto;
    }
}


@media (max-width: 767px) {
    /* Target all flex wrappers and stack children */
    .form-full-product div[style*="display: flex"] {
      flex-direction: column !important;
    }
  
    /* Ensure each input group takes full width */
    .form-group-product-name,
    .form-group-product-sku,
    .form-group-customer-name,
    .form-group-customer-email {
      flex: 1 1 100% !important;
      width: 100% !important;
    }
}


@media (max-width: 768px) { .quantity-pricing-table, .price-summary-table, .service-pricing-table { min-width: 600px; /* Adjust as needed */ } }
  

@media (max-width: 768px) {
    .woocommerce-tabs ul.tabs li, .woocommerce-tabs ul.tabs li a {
        display: inline-block !important; 
        padding: 0;
    }
}

@media (max-width: 768px) {
    #quote-request-popup > div {
      width: 100% !important;
      margin: 0 auto !important;
      border-radius: 0 !important;
      height: 100%;
      overflow: scroll;
    }
  }
  

  input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
    outline: 0;
    margin-bottom: 0;
    border: 1px solid #d2d6dc;
    border-radius: .3rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    height: 40px;
    padding: 0 .7em;
    width: 100%;
}
.all-brand-custom .custom-posts-list .popup-menu-box{
	    justify-content: flex-end;
}
.all-brand-custom .custom-posts-list .popup-menu-box .wrapper-brands{
	    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    grid-gap: 10px;
    justify-content: space-between;
}
.all-brand-custom .custom-posts-list .popup-menu-box h2:hover {
    color: #ee4c9b;
}
.all-brand-custom .custom-posts-list a:empty{
	display:none;
}
.all-brand-custom .custom-posts-list .popup-menu-box:not(:has(.post-image)) {
  display: none;
}
.site-footer .widget p{
	display:flex;
	gap:7px;
}

/* product page design 11-08-2025 start */

ul.wrapper-option{
    list-style: none;
    gap: 10px;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
ul.wrapper-option li {
    padding: 10px;
    background-color: #fff;
    color: #000;
    border: 1px solid #D5D5D5;
    border-radius: 10px;    
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
li.wrapper-option-li:hover,
li.wrapper-option-li.active {
    background-color: #ee4c9b;
    color: #fff;
    border-color: #EE4C9B;
}

li.wrapper-option-li.active span.dashicons.dashicons-info,
li.wrapper-option-li:hover span.dashicons.dashicons-info {
    color:#fff;
}
.single-product .product .summary .product-price {
    margin-top: 20px;
}
.product-price .regular-price{
    color: #ee4c9b;
    font-size: 24px;
    font-weight: 700;
}

.wrap-sku, .wrap-cat, .wrap-brands, .product-offer {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
}
.wrapper-option-li span.dashicons-info{
        color: #ee4c9b;
    margin-left: 9px;
}
.product-offer {
    align-items: baseline;
}
.product-offer .offfer span{
    color: #ee4c9b;
}
.product-offer .offfer p{
    margin: 0;
}

.product-offer{
/*padding:10px 15px;
background : #E8E8E8;*/
}

.accordion-container {
      display: inline-block;
    max-width: 47.5%;
    margin: 30px 0 auto;
    background: white;
/*    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
}

.accordion-item {
    border-bottom: 1px solid #E2E2E2;
}

.accordion-item:last-child {
    /*border-bottom: none;*/
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    background: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
}

.accordion-header:hover {
    background-color: #f8f9fa;
}

.accordion-header.active {
    /*background-color: #f0f8ff;*/
}

.accordion-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.accordion-arrow {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    color: #000;
}

.accordion-arrow.rotated {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    /*background-color: #fafafa;*/
}

.accordion-content.active {
    max-height: 500px;
    overflow: auto;
}

.accordion-text {
    padding: 10px 20px 20px;
    color: #000;
    line-height: 1.6;
    font-size: 14px;
}
.accordion-text h3{
    font-size: 16px;
}
/* Arrow SVG styles */
.arrow-down {
    fill: currentColor;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
display: flex;
flex-direction: row-reverse;
}
/* product page design 11-08-2025 end */

span.custom-txt {
    padding: 0 0 0 20px;
    font-size: 12px;
    color: #000;
}
.single-product .product .summary hr{
    border-top:1px solid #DADADA;
    margin-top: 30px;
    margin-bottom: 20px;
}
.product-offer {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #474747;
    line-height: 1.5;
}

.product-offer img {
    width: 11px;
    height: 11px;
    display: inline-block;
}

.offer-text {
    line-height: 1.4;
}
.section-heading {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000;
}

.step-number {
    display: none;
    /*display: inline-flex;*/
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

.info-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.info-icon svg circle{
    color: #000;
    fill: #000;
}

.tooltip-box {
    display: none;
    position: absolute;
    top: 20px; /* slightly lower since icon is bigger */
    left: auto;
    right: 0;
    background: #333;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    width: 530px;
    font-size: 13px;
    line-height: 1.4;
    z-index: 1000;
    max-width: 29vw;
}

.tooltip-box::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 10px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
}

.info-icon:hover .tooltip-box {
    display: block;
}
.wrapper-option .extra-option { display: none; }

.view-more-btn {
  background: #EE4C9B;
  color: #fff;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
}
.view-more-btn:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}
.custom-quantity-section {
    margin: 20px 0;
    position: relative;
}



.quantity-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px 0;
}

.quantity-selector-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-items: center;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    background: white;
    overflow: hidden;
    max-width: 170px;
    width: fit-content;
}

.qty-btn {
    width: 40px;
    height: auto;
    border: none;
    background: transparent;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 15px 14px 15px;
}

.qty-btn:hover {
    background: #e9ecef;
}

.qty-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.custom-qty-input {
    width: 60px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: white;
    outline: none;
}

.custom-qty-input::-webkit-outer-spin-button,
.custom-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-qty-input[type=number] {
    -moz-appearance: textfield;
    border: 0;
    outline: none;
    box-shadow: none;
}

.estimated-total-section {
    flex: 1;
    width: 100%;
}

.estimated-total {
    margin-bottom: 5px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #000;
}

.total-label {
    color: #000;
}

.total-amount {
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.per-unit {
    color: #000;
    font-size: 14px;
}

.installment-info {
    font-size: 10px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-add-to-cart {
    margin-top: 15px;
}

.single_add_to_cart_button {
    width: 100%;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700 !important;
    border-radius: 6px;
    border: none;
    background-color: #EE4C9B !important;
    color: white;
    cursor: pointer;
    transition: background 0.3s;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2 !important;
}
button#removeFile{
    color: #f00;
}
.single_add_to_cart_button:hover {
    background-color: #000 !important;
}


/* Single Product start */

/* single product end */

.logo-upload-section {
    margin: 20px 0;
    position: relative;
}


.upload-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
}

.file-size-info {
    margin-bottom: 15px;
}

.file-dimensions {
    background: #007cba;
    color: white;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 600;
}

.upload-container {
    margin-bottom: 20px;
}

div#quote-request-popup div#quote-form-container {
    max-height: 70vh;
    overflow: auto;
}

.upload-area {
    border: 1px dashed #A8A8A8;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    background: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
}

.upload-area:hover,
.upload-area.dragover {
    border-color: #007cba;
    background: #f0f8ff;
}

.upload-text {
    color: #666;
    font-size: 16px;
}

.browse-link {
    color: #333;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
}

.browse-link:hover {
    color: #007cba;
}
@media (max-width: 768px) {
    .quantity-selector-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    
    .step-number {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 0;
        align-self: flex-start;
        aspect-ratio: 1/1;
    }
    .section-heading{
        font-size: 14px;
        line-height: 1.2;
    }
    .quantity-controls {
        align-self: flex-start;
    }
    ul.wrapper-option li{
        font-size: 12px;
        padding: 8px 10px;
    }
    .single-product .product .summary .product-widget fieldset legend {
        font-size: 3.5vw;
    }
}



/* D1808 */
.single-product .product .summary {
    background: #F4F4F4;
    padding: 30px 25px 40px 28px;
}
.product .woocommerce-product-gallery .flex-control-thumbs{
    max-height: 460px;
    overflow: auto;
}
.product .woocommerce-product-gallery__wrapper img{
    aspect-ratio: 1/1;
}
.shoptimizer-product-prevnext{
    right: 30px;
    gap: 6px;
}
.shoptimizer-product-prevnext svg{
    opacity: 0;
        width: 23px;
    height: 23px;
}
.shoptimizer-product-prevnext a:first-child:before {
       content: "\f341";
    font-family: 'dashicons';
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #000;
}
.shoptimizer-product-prevnext a:last-child:before {
    content: "\f345";
    font-family: 'dashicons';
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #000;
}
.theme-shoptimizer .shoptimizer-archive .site-main h1.product_title entry-title{
    font-size: clamp(30px,3vw,40px);
}

.related-wrapper{
    clear: both;
}
body.wp-singular.product-template-default.single.single-product,
.single-product .site-content .col-full,
body.single-product:has(.woocommerce-breadcrumb) .site-main .product{
    background-color: #fff !important;
}
/* D1808 */


div#commercegurus-pdp-gallery-wrapper{
       max-width: 50%;
    padding-right: 30px;
    overflow: hidden;
}
.cg-layout-vertical-left .cg-thumb-swiper .swiper-slide{
    opacity: 1;
    border: 1px solid #EBEBEB;
    margin-bottom: 10px;
}
.cg-layout-vertical-left .cg-thumb-swiper .swiper-wrapper{
    padding: 0 0;
}
#commercegurus-pdp-gallery.cg-layout-vertical-left .cg-thumb-swiper .swiper-button-next{
       width: 23px !important;
    padding: 0;
    border-radius: 50%;
    height: 23px !important;
    transform: translate(100%, 0px);
    z-index: 999;
    background: #F7F7F7;
    box-shadow: 0px 5.41px 5.41px 0px #00000040;

}
#commercegurus-pdp-gallery.cg-layout-vertical-left .cg-thumb-swiper .swiper-button-prev{
    width: 23px !important;
    padding: 0;
    border-radius: 50%;
    height: 23px !important;
    transform: translate(100%, 0px);
    z-index: 999;
    background: #F7F7F7;
    box-shadow: 0px 5.41px 5.41px 0px #00000040;
    left: 17px !important;
    top: 17px !important;

}
.cg-layout-vertical-left .cg-main-swiper {
    border: 1px solid #EBEBEB !important;
}
#commercegurus-pdp-gallery.cg-layout-vertical-left .cg-thumb-swiper .swiper-button-next, #commercegurus-pdp-gallery.cg-layout-vertical-right .cg-thumb-swiper .swiper-button-next{
    left: 13px !important;
}

@media (min-width: 771px) {
    .cg-layout-vertical-left .cg-main-swiper {
        flex: calc(100% - 110px) !important;
        margin-left: 10px !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        width: 100%;
                align-content: center;
    }
    .cg-layout-vertical-left .cg-thumb-swiper .swiper-slide {
        padding: 2.5px !important;
        width: 99px !important;
    }
}
@media (max-width: 992px){
    .cg-layout-vertical-left .cg-main-swiper {
        flex: calc(100% - 110px);
        border: 1px solid #EBEBEB !important;
    }
    div#commercegurus-pdp-gallery-wrapper {
        max-width: 100%;
    }
    .accordion-container {
        display: inline-block;
        max-width: 100%;
    }
    #commercegurus-pdp-gallery .swiper-button-next, #commercegurus-pdp-gallery .swiper-button-prev{
        padding: 5px;
    }
}


.cg-thumb-swiper.swiper-container {
    margin-left: 0 !important;
}

.cg-layout-vertical-left .cg-thumb-swiper .swiper-slide.swiper-slide-thumb-active{
    border-color: #ED4C9B !important;
}
#commercegurus-pdp-gallery .cg-main-swiper .swiper-button-next, 
#commercegurus-pdp-gallery .cg-main-swiper .swiper-button-prev{
    display: none;
}
.wrapper-option .extra-option.active{
    display: flex !important;
}
.shoptimizer-cart a.cart-contents .shoptimizer-cart-icon .mini-count{
    top: -3px;
}
@media (max-width: 480px){
    .single-product .product .summary{
        padding: 20px 15px;
    }
    ul.wrapper-option li{
        width: 100%;
        justify-content: space-between;
    }
    .accordion-container{
        margin: 20px 0 auto;
    }
    .accordion-header{
        padding: 14px 10px;
    }
}

@media (min-width: 771px) {
    .cg-layout-vertical-left {
        display: flex;
        align-content: stretch;
    }
    .cg-layout-vertical-left .cg-thumb-swiper {
        flex: 100px;
        padding: 0px;
        order: 1;
        height: auto !important;
        min-height: 100%;
        max-height: 440px;
        overflow: hidden;
    }
    .cg-layout-vertical-left .cg-thumb-swiper .swiper-wrapper {
        display: block;
        height: 100%;

    }
}
div > span.custom-txt {
    padding: 0;
}
.pswp--open,
.pswp__bg{
    z-index: 9999;
}
.pswp__scroll-wrap{
    z-index: 99999;
}
.custom-txt-request {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    color: #ee4c9b;
    margin-top: 10px;
}
.header-widget-region {
    display: none;
}
.product-widget {
    display: none;
}