/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {
  .header-logo a {
    font-size: 20px;
  }

  .cart-quantity {
    padding: 10px 0px;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 15px;
  }

  .product-footer {
    flex-wrap: wrap;
  }

  .product-footer .web-btn {
    width: 100%;
    display: flex !important;
  }

  .product-footer .web-btn button {
    width: 100%;
    display: flex !important;
    justify-content: center;
  }

  .product-footer .web-btn form {
    width: 100%;
    display: flex !important;
  }

}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .banner-title h2 {
    font-size: 60px;
  }

  .banner-title p {
    font-size: 17px;
    width: 70%;
  }

  .web-title h2 {
    font-size: 43px;
  }

  .testi-box p {
    font-size: 23px;
  }

  .mini-banner-content p {
    font-size: 17px;
  }

  .accordion-button {
    font-size: 22px;
  }

  .footer-content.footer-link h2 {
    font-size: 25px;
  }

  .spacing {
    padding: 70px 0px;
  }

  .web-btn.contact-btn {
    display: flex;
    gap: 20px;
  }

  .product-box {
    width: 100%;
    margin: 20px 0px;
  }
  .genesis-collection .main-img{
      height: 300px;
  }
    .genesis-collection .thumbs img{
        height: 100px;
    }
    .genesis-collection .product-card h2{
            font-size: 28px;
    }
    
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
    .one-piece-title, .genesis-title {
    margin-bottom: 0px !important;
}
    .genesis-collection .thumbs img{
        height: 140px;
    }
    .genesis-collection .main-img{
        height: 420px;
    }
  .banner-title h2 {
    font-size: 52px;
  }

  .banner-title p {
    font-size: 16px;
    width: 90%;
  }

  .banner-btn a {
    padding: 15px 60px;
    font-size: 16px;
  }

  .banner-img {
    height: 600px;
  }

  .about-us .row {
    flex-direction: column-reverse;
  }

  .about-us-images {
    width: 80%;
    margin: 0 auto 50px;
  }

  .testi-box p {
    font-size: 18px;
  }

  .testi-img img {
    width: 80px;
    height: 80px;
  }

  .web-title h2 {
    font-size: 40px;
  }

  .footer-content {
    margin: 20px 0px;
  }

  .footer-content.footer-link.footer-col-gap {
    padding: 0;
  }

  .mini-banner-content p {
    font-size: 16px;
  }

  .mini-banner-content h2 {
    font-size: 40px;
  }

  .accordion-button {
    padding: 20px;
  }
	
	.single-product-data-main .woocommerce-product-gallery .flex-viewport {
    height: 500px !important;
}

.related.products ul.products li.product {
    width: 48%;
    margin: 10px auto;
}

.related.products ul.products {
    gap: 0;
}

}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
	.single-product-data-main button.single_add_to_cart_button {
    width: 100%;
    margin-left: 0;
}

.single-product-data-main ol.flex-control-nav.flex-control-thumbs {
    width: 100%;
    margin: 0 auto !important;
    max-height: 100%;
}

.single-product-data-main .woocommerce-product-gallery .flex-viewport {
    width: 100%;
    height: 100% !important;
}

.single-product-data-main .woocommerce-product-gallery {flex-wrap: wrap;}

.related.products ul.products li.product {
    width: 100%;
}
	.product-box-image img {
    object-fit: cover !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}

.single-product-data-main ol.flex-control-nav.flex-control-thumbs {
    flex-direction: row;
    justify-content: center;
}

	form.cart {
    display: flex;
    align-items: center;
    gap: 10px;
}
	.single-product-data-main ol.flex-control-nav li {
    flex: 0 0 20%;
    max-width: 20%;
}
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
  .container {
    width: 96%;
  }

  .banner-title h2 {
    font-size: 42px;
}

.banner-title p {
    width: 100%;
}

.banner-img {
    height: 500px;
}

.about-us-images {
    width: 100%;
}

.about-img {
    left: 50%;
    transform: translate(-50% , -50%);
}

.web-title h2 {
    font-size: 34px;
}

.spacing {
    padding: 60px 0px;
}

.mini-banner-content h2 {
    font-size: 35px;
}

.accordion-button {
    padding: 20px 5px;
    font-size: 20px;
}
    .genesis-collection .thumbs img {
        height: 90px;
    }
    .genesis-collection .main-img{
                height: 280px;
    }
    .inner-header .inner-header-title h2{
            font-size: 38px;
    }
    .inner-header{
            height: 200px;
    }
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 374px) {}