/*
Theme Name: Miniture Child
Theme URI: http://miniture.novaworks.net
Description: This is a child theme for Miniture Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: miniture
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
/*Homepage*/
.home-slider .swiper-slide-contents {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.home-slider .elementor-slide-heading {
    margin-bottom: 10px !important;
}
.home-slider .elementor-slide-description {
    margin-bottom: 40px !important;
}
.home-slider .elementor-button {
width: max-content;
}
.home-slider .elementor-swiper-button{
    background: #fff;
    padding: 14px;
    border-radius: 50px;
}
.home-slider .elementor-swiper-button:hover{
    background: #336291 !important;
}
.home-slider .elementor-swiper-button:hover svg {
    fill: #fff !important;
}
.home-slider.elementor-element .swiper .elementor-swiper-button-prev {
    left: 2%;
}
.home-slider.elementor-element .swiper .elementor-swiper-button-next {
    right: 2%;
}
@media (min-width: 768px) {
    .home-slider .swiper-pagination-bullets  {
       display: none !important;
    }
}
@media (max-width: 767px) {
    .home-slider .elementor-slide-description {
        margin-bottom: 20px !important;
    }
    .home-slider .swiper-slide-inner .elementor-button.elementor-size-lg {
        padding: 16px 30px;
    }
    .home-slider .elementor-swiper-button{
        display:none !important;
    }
}
@media (max-width: 430px) {
    .home-slider .elementor-slides .swiper-slide-bg {
        background-position: 38% !important;
    }
}
.home .kitify-banner__content-wrap {
    position: absolute;
    bottom: 40px;
}
.home .kitify-arrow:hover {
        background-color: #336291 !important;
}
.home .kitify-carousel.kitify-equal-cols .kitify-carousel__item {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.home .kitify-arrow {
    border-radius: 50px;
}
.custom-content-position a,
.kitify-archive-description a,
.other-product-category-description a {
    text-decoration: underline !important;
    color: #003B76 !important;
}

/*Single Product*/
.single-product .product-gallery {
    position: relative;
}
.single-product .kitify-product-images .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    border: 0 !important;
}

.single-product .flex-control-thumbs li:has(> img.flex-active) {
  border: solid 1px #003B76 !important;
}
.single-product .flex-control-thumbs > li img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
.single-product .flex-control-thumbs > li {
    padding: 0 !important;
    border: solid 1px #d9d9d9 !important;
    border-radius: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor:pointer;
}
.single-product .elementor-widget-theme-post-content img {
    max-width: 80%;
}
.single-product .wtai-image-p {
    text-align: center !important;
}

.single-product .flex-viewport {
    border: 1px solid #E8E8E8;
   border-radius: 10px;
 }

@media (max-width:1279px) {
    .single-product .flex-control-thumbs > li {
        width: 60px;
        height: 60px;
        
    }
}
@media (max-width:991px) {
    .single-product .flex-control-thumbs > li {
        width: 100px;
        height: 100px;
        
    }
}

@media (max-width: 767px) {
    .single-product .flex-control-thumbs > li {
        width: 40px;
        height: 40px;
        
    }
}

@media (max-width: 767px) {
    .single-product .woocommerce-product-gallery .flex-control-thumbs {
         height: auto !important;
     }
     
 }
 @media (min-width: 0px) {
     .single-product .zoominner {
         min-height: 265px;
         display: flex;
         align-items: center;
         justify-content: center;
         text-align: center;
     }
    .single-product .woocommerce-product-gallery__image img,
      .zoominner img {
        max-height: 318px;
        max-width: 100%;
        width: auto;
     }
 }
 @media (min-width: 430px) {
     
    .single-product .zoominner {
         min-height: 318px;
     }
  
 }
 @media (min-width: 768px) {
     .single-product .zoominner {
         min-height:500px;
         max-height: 560px;
     }
      .single-product .woocommerce-product-gallery__image img,
      .single-product .zoominner img {
     max-height: 560px;
      }
 }
 @media (min-width: 1024px) {
     .single-product .zoominner {
         min-height:295px;
         max-height: 318px;
     }
      .single-product .zoominner img {
     max-height: 100%;
      }
 }
 
 @media (min-width:1180px) {
     .single-product .zoominner {
         min-height:336px;
         max-height: 318px;
     }
      .single-product .woocommerce-product-gallery__image img,
      .single-product .zoominner img {
     max-height: 100%;
      }
 }
 @media (min-width: 1280px) {
    .single-product .flex-control-thumbs > li {
        width: 100px;
        height: 100px;
        
    }
}

 @media (min-width:1366px) {
     .single-product .zoominner {
         min-height:453px;
         max-height:558px;
     }
      .single-product .woocommerce-product-gallery__image img,
      .single-product .zoominner img {
        max-height: 100%;
      }

      .single-product .zoomouter {
    	max-width: 558px !important;
    }
    .single-product .woocommerce-product-gallery__image {
      float:right !important;
    }
    .single-product .flex-viewport .woocommerce-product-gallery__image {
      float:left !important;
    }
    .single-product .woocommerce-product-gallery__image:not(:first-child) {
      display: none;
    }
    .single-product .woocommerce-product-gallery {
        opacity:1 !important;
        transition: opacity 0s ease !important;
    }
     .single-product .woocommerce-product-gallery__image {
        width: 558px;
       min-height: 453px;
       border: 1px solid #E8E8E8;
       border-radius: 10px;
       display: flex;
       align-items: center;
       justify-content: center;
       text-align: center
    }

    .single-product .flex-viewport .woocommerce-product-gallery__image {
      border: 0;
      border-radius: 0;
    }
    .single-product .flex-viewport .woocommerce-product-gallery__image:not(:first-child) {
      display: block;
    }
 }
 @media (min-width:1440px) {
    
    .single-product .zoomouter {
        max-width: 558px !important;
      }
       .single-product .woocommerce-product-gallery__image {
          width: 558px;
          min-height: 522px;
      }
      .single-product .zoomouter {
        width: 558px !important;
       }
      
       .single-product .zoominner {
        min-height: 522px;
        width: 558px !important;
      }
      .single-product .zoominner img {
          max-width: 558px;
          max-height: 522px;
      }
      .single-product .woocommerce-product-gallery__image img,
      .single-product .zoominner img {
        max-height: 522px;
     }
}
@media (min-width: 1536px) {
    .single-product .zoomouter {
      max-width: 598px !important;
    }
     .single-product .woocommerce-product-gallery__image {
        width: 598px;
    }
    .single-product .zoomouter {
      width: 598px !important;
     }
    
     .single-product .zoominner {
      width: 598px !important;
    }
    .single-product .zoominner img {
        max-width: 598px;
    }

}

 @media (min-width:1680px) {
     .single-product .zoomouter {
        max-width: 600px !important;
      }
       .single-product .woocommerce-product-gallery__image {
          width: 600px;
      }
      .single-product .zoomouter {
        width: 600px !important;
       }
      
       .single-product .zoominner {
        width: 600px !important;
      }
      .single-product .zoominner img {
          max-width: 600px;
      }
    
 }

/*Product Search result*/
.ajax_results_wrapper .grid-x {
    display: flex;
  }
  .product-search-img {
     display: flex;
      height: 150px;
      align-items: center;
      justify-content: center;
  }
  .product-search-img img {
    max-height: 100%;
    width: auto;
  }
  .full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .view-all {
     background: #003B76 !important;
    color: #fff !important;
    border: 0 !important;
    transition: all 0.3s ease-in-out;
    border-radius: 3px !important;
  }
  .full-search-reveal .site-search.full-screen .header-search .header_search_form .header_search_ajax_results_wrapper .view-all:hover {
     background: #336291 !important;
    color: #fff !important;
  }

  body.post-type-archive-product .no-prodcat-description {
    display: none !important;
  }

  /*Sticky Mini Banner*/
  .sticky-mini-banner {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(125deg, #003B76 38.41%, #006EDC 135.84%);
    width: 237px;
    min-height: 78px;
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(0);
    animation: slideInUp 0.5s ease-out;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.sticky-mini-banner .banner-content {
    position: relative;
    padding: 15px;
}
.sticky-mini-banner .banner-content:after {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 64px;
    height: 47.459px;
    background: url(images/wta_logo.svg) no-repeat right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
}
.sticky-mini-banner .banner-content .banner-link {
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.20);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.28px;
}

.sticky-mini-banner .banner-content p {
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.20);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.54px;
    margin-bottom: 15px;
}
.sticky-mini-banner .banner-content .banner-link-icon {
    height: 19px;
}
.sticky-mini-banner .banner-content .banner-link-icon svg {
    width: 8px;
    height: 19px;
    position: relative;
    top: 2px;
}
.sticky-mini-banner .banner-content .banner-link {
    display: flex;
    color: #fff;
    align-items: center;
    gap: 5px;
}

@keyframes slideInUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.sticky-mini-banner.hidden {
    opacity: 0;
    transform: translateY(100px);
    pointer-events: none;
}

.sticky-mini-banner.hidden:hover {
    transform: translateY(100px);
}
@media (max-width: 600px) {
    .sticky-mini-banner {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 180px;
    }
    .sticky-mini-banner .banner-content {
        padding: 10px;
    }
    .sticky-mini-banner .banner-content p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .sticky-mini-banner .banner-content a {
        font-size: 12px;
    }
    .sticky-mini-banner .banner-content .banner-link-icon {
        height: 14px;
    }
    .sticky-mini-banner .banner-content .banner-link-icon {
        height: 16px;
    }
    .sticky-mini-banner .banner-content .banner-link-icon svg {
        width: 8px;
        height: 16px;
        position: relative;
        top: 1px;
    }
    .sticky-mini-banner .banner-content:after {
        right: 5px;
        width: 44.954px;
        height: 33.335px;
    }
}

/*Menu 320px adjustment*/
@media (max-width: 350px) {
    .elementor-location-header > .kitify-sticky-column {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .elementor-location-header > .kitify-sticky-column .kitify-col-align-right {
        gap: 10px !important;
    }
}