@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

.header-notice {
    background: #f0f0f0;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
}


.ct-order-review{
    filter: drop-shadow(12px 15px 0px rgba(45, 49, 125, 1));
    background: #fff;
}

label[for="shipping_method_0_flat_rate8"]::after {
  content: "Est Delivery Time: 3-5 working days";
  display: inline-block;
  padding: 2px 6px;
  margin-left: 6px;
  background: #f2f2f2;
  color: #777;
  border-radius: 4px;
  font-size: 12px;
  font-style: italic;
}

/* Limit WooCommerce product title to 2 lines */
.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4; /* Adjust line height */
    max-height: 2.8em; /* 2 lines of text, adjust according to line height */
}
.wpc-filters-main-wrap input[type=checkbox]{
    width: 15px!important;
    height: 15px!important;
    min-width: 15px!important;
    margin-right:5px!important;
}
.wpc-filters-main-wrap input[type=checkbox]:after{
    left: 4px!important;
    top: 1px!important;
    width: 3px!important;
    height: 7px!important;
}

.wpc-filter-head{
    font-size:inherit;line-height:inherit;color:inherit;
}

.woocommerce-archive .hero-section h1{
    font-size: 1rem;
    margin-bottom: 0;
}

.woocommerce-archive .hero-section h2{
    font-size: .8rem;
    opacity: .8;
    font-weight: normal;
    font-style: italic;
}


.product bdi{
  color:#c50000;
  font-family: 'Anton', sans-serif;
  background: linear-gradient(30deg, #8E44AD, #3498DB); /* Royal purple to blue */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wpc-filters-section-11308{
    padding-bottom:20px;
}

.price-label{
    position: absolute;
    top: -16px;
    font-size: .6em;
    padding-left: 5px;
    pointer-events:none;
    color:#768088;
}
.wpc-filter-_price .wpc-filter-header{
    margin-bottom:20px;
}

[class*="wpc-filter-pa_"],
.wpc-filter-product_brand + .toggle-button,
.wpc-filter-pa_popular-shopping-ideas + .toggle-button,
.wpc-filter-pa_connectivity + .toggle-button,
.wpc-filter-pa_ram-size + .toggle-button,
.wpc-filter-pa_storage + .toggle-button,
.wpc-filter-pa_wattage + .toggle-button,
.wpc-filter-pa_load-capacity + .toggle-button,
.wpc-filter-pa_screen-size + .toggle-button {
  display: none; 
}


h3.woocommerce-loop-product__title{
    text-transform:uppercase;
    height: 47px;
}

.related, .upsells {
 border-top:1px solid #ced4da;
 padding-top:30px;
}

@media print {
.woocommerce-loop-product__title, [data-footer*="type-1"] .ct-footer, .ct-acount-nav{
    display:none!important;    
}

#sidebar, #header, .woocommerce-products-header, .woo-listing-top, .ct-woo-card-actions, .price, .ct-load-more-helper, .ct-back-to-top{
    display:none!important;
}

}

/* ----------------------------------------------------------------------- */


/* Set up transitions and starting styles */
li.product .price,
li.product .add_to_cart_button {
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

/* Price: default visible */
li.product .price {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Add to Cart: default hidden & slide down slightly */
li.product .add_to_cart_button {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px); /* slide down initially */
}

/* On hover: hide price smoothly */
li.product:hover .price {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px); /* slide up while fading out */
}

/* On hover: show Add to Cart smoothly with slide up */
li.product:hover .add_to_cart_button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ----------------------------------------------------------------------- */

.wpc-filters-section, .wpc-filters-wrapper {
    margin-bottom:5px!important;
}


@media (max-width: 768px) {

    .aws-container{
        margin-top: 20px!important;
    }

    .wpc-filters-main-wrap li.wpc-term-item {
    padding: 0!important; 
    }

  .wpc-filters-open-button {
    position: fixed;
    top: 10px;      /* adjust to position below header */
    left: 10px;     /* adjust or center as needed */
    z-index: 9999;
  }
  /* If sidebar structure is reordering filters below content */
  body aside#sidebar,
  .woocommerce-page #sidebar {
    order: -1 !important;
  }
  [data-sidebar]{
      grid-row-gap:0;
  }
    
}

@media (max-width: 1024px) {
  li.product .price,
    li.product .add_to_cart_button {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        transition: none !important;
    }
}
    
@media screen and (min-width:100px) and (max-width:767px){

    .home-page-2col{
        width:50%!important;
        display:inline-block!important;
    }
    .home-shop-title{
        width:115%!important;
        white-space:nowrap!important;
        overflow-x:auto!important;
    }
    .vc_row.vc_row-flex{
        flex-wrap:inherit!important;
    }
    .shop-title{
        min-width:90%;
    }
    .shop-title > .vc_column-inner{
        border-radius:8px;
    }
    .home-shop-title h6{
        text-wrap:wrap;
    }
}

@media screen and (min-width:768px) and (max-width:1023px){
    .home-shop-title{
        width:115%!important;
        white-space:nowrap!important;
        overflow-x:auto!important;
    }
    .shop-title{
        width:33.33%!important;
    }
    .vc_row.vc_row-flex{
        flex-wrap:inherit!important;
    }
    .home-shop-title h6{
        text-wrap:wrap;
    }
} 

.select2-results__option--highlighted{
    background-color:#2d317d!important;
    color:#fefefe!important;
}

.wc-block-cart-item__remove-link{
    color:#E53E3E!important;
}
.wc-block-components-totals-item__value span{
    color:#E53E3E;
    font-size:1.3em;
}

#search-modal .aws-container .aws-search-form .aws-form-btn{
    background-color: #ededed!important;
}

.aws-search-result{
    margin-top:3px;
}

.aws-search-form .aws-search-field{
    border-radius:6px 0 0 6px!important;
    padding:6px 12px;
    border:0;
}

.aws-container .aws-search-form .aws-form-btn{
    border-radius:0 6px 6px 0!important;
    border:0;
    margin:0;
}

.aws-wrapper{
    background-color:#fff;
}

.prod-page {
    background-color: #484848!important;
}
.prod-page:hover {
    background-color: #333!important;
}
    
.wpc-filter-_price .ui-slider-handle{
    border:6px solid #312783!important;
}

.simple- .woocommerce-loop-product__title, .simple- .product_sku, .simple- .product_brand, .simple- .entry-meta, .simple- .price, .simple- .onsale, .simple- .ct-woo-card-actions{
   display:none;
}

.onsale {
  filter: drop-shadow(3px 4px 0px rgba(236, 44, 44, 1));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  top:0;
  left:0;

-webkit-text-stroke: 0.3px #000; /* width and color of the stroke */
text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
  font-weight: 100;
  font-style: normal;
}

.out-of-stock-badge{
    font-weight: 100;
}


.wcpscwc-product-slider button{
    background-color:#fff;
}
.wcpscwc-product-slider button.slick-arrow{
    border-radius:4px !important;
    padding:50px 25px !important;
}
.wcpscwc-product-slider .slick-arrow{
    top:30%;
}
.wcpscwc-product-slider button.slick-next{
    box-shadow: 0 1px 3px #8888;
}
.wcpscwc-product-slider .slick-list{
    padding:0;
}
.wcpscwc-product-slider .slick-list img, .products li.product img{
    aspect-ratio:1!important;
}

.archive .product_brand, .archive .entry-meta{
    display:none;
}

.archive li.product{
   border:none;
}

.archive li.product h2, .archive li.product p, .archive li.product .price{
    padding:0 8px;
}

.wpc-filters-range-column {
    position: relative;
    display: flex;
    align-items: center;
}

.currency-symbol {
    position: absolute;
    left: 7px;
    color:#3a4f66;
    font-size: 13px;

    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
}

.sale-price del {
    position: relative;
    text-decoration: none; /* Remove the default line-through */
    display: inline-block;
    font-size: 60%;
    line-height: 1em;
    margin-top: -5px;
}

.sale-price del::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #192132; /* Change color as needed */
    transform: rotate(-8deg); /* Adjust the angle as desired */
    transform-origin: center;
    pointer-events: none;
}


.home-shop-title h2{
    font-size:12px;
    font-weight:normal;
    margin:0 0 8px;
}

.home-shop-title h6{
    height:60px;
}

.home h5{
    padding-bottom:8px;
}

.home-shop-title .wpb_content_element {
    margin-bottom:15px;
}
.home-shop-title h3{
    font-size:14px;
    font-weight:normal;
    color:#2162A1;
    text-wrap:auto;
}

.toggle-button{
    color: #40a5ef;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}

.wpc-filters-main-wrap li.wpc-term-item{
margin-bottom:5px!important;
}

.wpc-filter-pa_colors input[type=checkbox], .wpc-filter-pa_colors .wpc-term-name, .wpc-filter-pa_colors .wpc-term-count, .wpc-no-filter-terms{
    display:none!important;
}

.wpc-filter-pa_colors ul{
    display:flex;
    flex-wrap:wrap;
}

.wpc-filter-pa_colors .wpc-filter-link, .wpc-filter-pa_colors .wpc-term-swatch-wrapper{
    margin-right:0;
}

.wpc-filter-title{
    font-weight:bold;
}

/* ----------------------------------------------------------------------------- */

body{
    background-color:#fff!important;
}

body.home{
    background-color:#e3e6e6!important;
}


.home-shop-title {
  background-image: linear-gradient(0deg, #e3e6e6 0%, #e3e6e6 85%, rgba(227, 230, 230, 0) 100%);
}

.reset_variations{
    display:none!important;
}

a {
    text-decoration:none!important;
}