/* Two-column single product layout */

section.pdf_in.test .main_title h2 { font-weight: 500; font-size: 64px; line-height: 75px; text-align: center; max-width: 540px; margin: 0 auto;padding-bottom:30px;}
.pdf_inner .inner_flex .flex_ic h4 a{font-size: 32px !important; color: #333533 !important; font-weight: 500 !important;}
img.zoomImg {
    display: none !important;
}
.single form.cart {
    display: flex;
    align-items: center;
}
/*.woocommerce-product-gallery__wrapper {
    width: 100% !important;
}*/
.woocommerce-product-gallery__image.flex-active-slide {
    margin-right: 30px !important;
}
.single-product div.product .woocommerce-product-gallery img{
	margin: 0 auto !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	right: 2.875em !important;
}
.quantity-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.quantity-wrapper .qty-btn {
    background: #f5f5f5;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}
.single-product .woocommerce-product-gallery__image.flex-active-slide{ min-width: 675px; }
.quantity-wrapper input.qty {
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
}
.single-product .summary .quantity .screen-reader-text{
    display: none !important;
}
.single .home_main_banner {
    display: none !important;
}
.single-product div.product{
    overflow: auto !important;
    position: relative;
}
section.single_prodyct_in {
    background: url(https://app18785.cloudwayssites.com/wp-content/uploads/2025/11/Rectangle-47.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    padding: 150px 0 20px 0;
}
/*.single-product .header_bg{
    display: inline !important;
}*/
.single-product .site-main {padding: 0 !important}
.quantity.buttons-added {
    background: #fff;
    border-radius: 60px;
}
.single-product .summary .quantity .minus:hover, .quantity .plus:hover,.single-product .summary .quantity .minus, .quantity .plus{
    background: transparent !important;
    color: #000 !important;
}
.single-product .summary .quantity input[type="number"]{
    border: none !important;
}
.acc {
  margin-bottom: 10px;
}

.acc-head {
  background-color: rgb(155, 154, 87);
  padding: 15px 10px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
 }

 .acc-head::before,
 .acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #fff;
  transition: all .3s;
 }

 .acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}

.acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}

.acc-head p {
  color: #fff;
  font-weight: bold;
}

.acc-content {
  padding: 15px 10px;
  display: none;
}
        
.acc-head.active::before {
    transform: rotate(90deg);
}
.desclaimer_inner {
    padding: 10px 0px;
}
section.pdf_in {
    padding: 60px 20px;
}
.pdf_inner .flex_ic {
  /*  background: #F8F8F8; */
    padding: 20px;
}
.flex_ic img {
    max-width: 200px;
    margin-bottom: 20px;
	border-radius: 20px;
}
.flex_ic {
   width: calc((100% - 80px) / 5);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #dcdedb;
    border-radius: 20px;
}
.flex_ic:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.hplc_date {
    color: #413b3b;
    font-weight: 500;
}
.flex_ic h4,.flex_ic p{
    padding: 0 !important;
    margin: 0 !important;
}
.inner_flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 20px;
}
.pdf_inner h2 {
    text-align: center;
    margin-bottom: 30px;
}
section.related.products {
    text-align: center;
    padding: 60px 20px;
}
.related h2 {
    font-size: 2em !important;
}
.flex-viewport {
    border-radius: 20px;
}
@media(min-width:1380px) and (max-width:1450px){
	.single-product .woocommerce-product-gallery__image.flex-active-slide{ min-width: 500px; }
}
@media(min-width:1024px){
.single-product .product-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.single-product .product-gallery {
    flex: 0 0 45%;
}

.single-product .summary {
    flex: 1;
}

/*.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}*/
.single-product .woocommerce-product-gallery {
     display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

ol.flex-control-nav.flex-control-thumbs {
    width: 100% !important;
    display: flex;
    flex-direction: column;
	overflow-y: auto;
    overflow:  hidden;
}
	}

@media(max-width:1024px){
	.flex_ic {
		width: calc((100% - 40px) / 3);
	}
	.single-product .flex-control-nav .slick-list .slick-track li.slick-slide.slick-current {
    width: auto !important; }
	.single ol.flex-control-nav.flex-control-thumbs {width: 100% !important;min-width:100%;  }
}

@media (max-width: 768px) {
	.flex_ic {
		width: calc((100% - 20px) / 2);
	}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-track { display: flex; height: 100% !important; align-items: center !important; gap: 10px !important; margin-bottom: 20px !important; flex-wrap: nowrap !important; align-content: center !important; justify-content: center !important; }
	.single-product .woocommerce-product-gallery__image.flex-active-slide{ min-width: auto !important; }
	body.single-product .slick-list .slick-slide img { width: 65px !important;margin-left: 0px !important; margin-right: 0 !important; }
	
	.single-product ol.flex-control-nav.flex-control-thumbs { width: 100% !important;min-width:100% !important; }
    .single-product .product-columns {
        flex-direction: column;
    }

    .single-product .product-gallery,
    .single-product .summary {
        flex: 100%;
    }
}


/* Slider */

