/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

pre.prrreeee{display:none !important}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 999; /* make sure it sits above most elements */
    display: none; /* hidden by default */
  }

#primary {
    margin: 1em 0;
}

#secondary {
    margin: 1em 0 1em;
    word-break: break-word;
    line-height: 2;
}

.ast-separate-container.ast-two-container #secondary .widget {
    padding: 1em;
    margin-bottom: 1em;
}

.product_meta .posted_in {
    display: none !important;
}

.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: .5em;
    padding: 0;
    font-size: 1em;
    word-break: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, .woocommerce .star-rating::before {
    color: #ff8800;
}

.woocommerce-js ul.products li.product .price del {
    opacity: 0.8;
    color: #ff2000;
}

del.wc-block-components-product-price__regular {
    color: #ff2000;
}

.wp-block-woocommerce-filled-cart-block {
    max-width: 95%;
    margin: 0 auto;
}

.wp-block-woocommerce-checkout {
    margin: 0 auto !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    font-size: 16px !important;
    line-height: 22px !important;
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700;
    font-size: 14px;
}

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: inline-block;
    font-size: 12px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* .woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: unset;
}

.woocommerce-js div.product div.images .flex-control-thumbs {
    overflow-x: scroll;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 24%;
    width: calc(20% - .75em);
    margin-right: 0;
    margin-bottom: 0;
} */

.woocommerce-js div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    overflow: hidden;
    overflow-x: auto;
}

.woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    flex: 1 0 20%;
    margin: 0;
}


/********** Products Sorting************/
.woocommerce-js .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
    background-color: #f4f4f4;
    border-radius: 0;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
}

.review-count{
    font-size: 12px;
}


h1.product_title.entry-title {
    font-size: 20px;
    font-weight: bold;
}

.vi-wad-single-product-shipping-wrap {
    position: relative;
    margin: 10px 0;
    clear: both;
    background: rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.vi-wad-single-product-shipping-label {
    font-size: 18px;
    font-weight: bold;
}

.custom-collapsed {
    height: 500px;
    overflow: hidden;
    transition: height 0.3s;
  }

  .custom-toggle-btn {
    color: blue;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
  }



@media (min-width: 1201px) {

    .ast-separate-container .ast-archive-description,
    .ast-separate-container .ast-author-box {
        margin: 0;
        padding: 1em;
    }

    .ast-separate-container .ast-woocommerce-container {
        padding: 1em;
    }

    .woocommerce-js div.product div.images {
        margin-bottom: 0;
    }

    .woocommerce-js div.product div.summary {
        margin-bottom: 0em;
    }

    .woocommerce-js div.product div.images.woocommerce-product-gallery {
        position: relative;
        display: flex;
        flex-direction: row-reverse;
    }

    .woocommerce-js div.product div.images .flex-control-thumbs {
        overflow: hidden;
        zoom: 1;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 10px;
        overflow: hidden;
        overflow-y: auto;
        flex-direction: column;
        flex: 1 0 20%;
        /* width: 20%; */
        padding-right: 10px;
        max-height: 550px;
    }

    .woocommerce-js div.product div.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
        width: 100%;
    }

}


@media (min-width: 993px) {

    .ast-separate-container #primary,
    .ast-separate-container.ast-left-sidebar #primary,
    .ast-separate-container.ast-right-sidebar #primary {
        margin: 1em 0;
    }
}

@media (max-width: 1200px) {

    .ast-separate-container .entry-content > .alignfull, .ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide, .ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide, .ast-plain-container .entry-content .alignfull {
        margin-left: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
        margin-right: calc(-1 * min(var(--ast-container-default-xlg-padding), 20px));
        max-width: 95%;
        margin: 0 auto;
    }

    .ast-separate-container .ast-archive-description {
        padding: 20px;
    }

    .ast-separate-container .ast-woocommerce-container {
        padding: 20px;
    }
}

@media (min-width: 922px) and (max-width: 993px) {


    .site-header-primary-section-left{
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        margin-left: 0;
        margin-right: auto;
    }

    .site-header-primary-section-right{
        margin-left: auto;
        margin-right: 0;
    }
    
  }
  

@media (max-width: 921px) {
    #primary, #secondary {
        padding: 0;
        margin: 0;
    }

    .ast-separate-container #primary,
    .ast-separate-container #secondary {
        padding: 1em 0;
    }
}




@media only screen and (max-width: 767px) {
    .is-hidden-mobile-only {
        display: none !important;
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        float: none;
    }

    #filter-button {
        float: left;
        gap: 10px;
        margin-bottom: 10px;
    }

    /******** Filter *************/
    
    #secondary {
        display: none;
        position: fixed;
        top: 5%;
        left: 0;
        max-width: 33rem;
        height: 95%;
        background-color: #fff;
        z-index: 1000;
        overflow-y: auto;
        padding: 2rem;
        box-shadow: 0 1px 3px #6c757d;
        animation: slide-up .5s ease forwards;
        background: #fff;
        box-shadow: 0 0 1.9911px #171a1f1f, 0 0 .995549px #171a1f12;
        border-radius: 0;
        width: 100%;
        max-width: 370px;
    }

    #secondary.filter-active {
        display: block;
      }

    .filter-slide-up {
        animation: slide-up 0.5s ease forwards;
      }
      
      @keyframes slide-up {
        from {
          transform: translateY(100%);
          /* Start off the screen (bottom) */
        }
      
        to {
          transform: translateY(0);
          /* Slide to the top */
        }
      }
      
      .filter-slide-down {
        animation: slideDown 0.5s forwards;
        /* Apply slide-down animation */
      }
      
      @keyframes slideDown {
        from {
          top: 50%;
          /* Start from the center of the screen */
          transform: translate(-50%, -50%);
        }
      
        to {
          top: 100%;
          /* End off-screen at the bottom */
        }
      }

      .woocommerce-js div.product .product_title{
        word-break: break-word;
        overflow-wrap: break-word;
      }
    
}

@media only screen and (min-width: 768px) {
    .is-hidden-desktop-only {
        display: none !important;
    }
}


@media (max-width: 544px) {

    .ast-separate-container .ast-article-post,
    .ast-separate-container .ast-article-single,
    .ast-separate-container .comments-title,
    .ast-separate-container .ast-archive-description {
        padding: 1em;
    }

    
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: right;
        margin-bottom: 2em;
    }

    .ast-separate-container .ast-archive-description{
        padding: 0 1em;
    }

    .woocommerce-js .woocommerce-result-count {
        margin-top: 0;
    }

    .review-rating {
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: start;
        min-height: 26px;
    }

   
}

@media (max-width: 390px) {
    #filter-button {
        float: none;
        width: 100%;
        justify-content: space-between;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: none;
        margin-bottom: 2em;
     
    }

    .woocommerce-js .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
        width: 100%;
    }
}

