/*
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;
}*/

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 { font-size: 16px; }
    nav.woocommerce-breadcrumb { font-size: 16px; color: #797979; }
    .woocommerce-breadcrumb .breadcrumb-separator {
        padding: 0 5px;  opacity: 1;
        font-size: inherit;   color: #111;
    }
    .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:20px!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 .summary .woocommerce-Tabs-panel table { 
        border-collapse:collapse; 
        margin-top: 15px;
    }
    .single-product .product .summary .woocommerce-Tabs-panel table th {
        background:#e8e8e8;    
    }
    .single-product .product .summary .woocommerce-Tabs-panel table td, 
    .single-product .product .summary .woocommerce-Tabs-panel table th {
        padding: 10px;
        border: solid 1px #b3b3b3;
        cursor: default !important;
    }   
    .single-product .product .summary .woocommerce-Tabs-panel 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;
    }
a.cg-menu-link.sub-menu-link > span {
    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: 20px;
    width: 800px;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 100px;
    height: auto;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    cursor: pointer;
}

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

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

#popup-image {
    max-width: 100%;
    height: auto;
    width: 38%;
    object-fit: contain;
}

.popup-body h2#popup-title {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 12px;
    margin-bottom: 5px;
}
  
#popup-description p {
    font-size: 16px;
    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; }


div#popup-description {}

/* 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; 
}







/*-------------------------------------------------------------------
        |--- 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 { width: 40%; }
    .single-product .product .summary { width: 57%; }

}

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;
      }
      