@media (min-width: 1280px) {
    .contact-us-main-wrapper .webform-with-info {
        gap: 124px;
        flex-direction: row;
        justify-content: center;
    }
}

.hero-wrapper .body-main-wrapper .hero-content .above-content .right-wrapper .description 
h3{
	font-size:24px;
	line-height:32px;
}
.text-white{
	color: white;
	
}
.location-map{
	font-size: 12px !important;
}

.hero-wrapper .body-main-wrapper .hero-content .above-content .right-wrapper .product-image img{
	object-fit: unset !important;
}
.latest-product-wrapper .products-items{
		.description{
 		h3{
 			color:white;
 			font-size:24px;
 			line-height:32px;
 		}
 			h4{
 			color:white;
 		
 			
 		}
 		h6{
 				color:white;
				border: 1px solid white;
			  padding: 10px 20px;
			  width: fit-content;
			  border-radius: 5px; 
			  
 		}
 	
 	
 	}
	
}

 .products-detail-wrapper .gallery{
  	align-items: center;
  }
  
 .products-detail-wrapper .gallery .description{
 	h3{
 		font-size:24px;
 		line-height:32px;
 		padding-block: 12px 20px;

 	}
 	h4{
 		color:#4C469C;
 	}
 	h6{
 		color: #3A3A3A;
    border: 1px solid #4C469C;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
 	}
 }
.products-detail-wrapper .features
  {
  	padding-bottom: 110px;

    h2 {
      color: #4C469C;
      padding-block: 50px 30px;
    }
    h5{
    	color:#4C469C;
    	padding-bottom:8px;
    }

    ul{
      li{
        h6{
          color: #3A3A3A;
          padding-block:4px;
        }
      }
    }
  }
 
 

 #mainPreview{
 	transform: rotateY(0deg);
 }
.gallery > div.left-section > div.thumbs > div:nth-child(2) > img{
 	transform: rotateY(0deg);
 }
 
 #block-views-block-products-block-1{
 	.description{
 		h3{
 			color:white;
 			padding-block:10px 10px;
 		}
 		h4{
 			color:white;
 				
 		}
 		h6{
 				color:white;
				border: 1px solid white;
			  padding: 10px 10px;
			  width: fit-content;
			  border-radius: 5px; 
			  margin-bottom:10px;
 		}
 	
 	
 	}
 }
 #block-views-block-duplicate-of-products-block-1 > div:nth-child(2) > div{
 	.description{
 		h3{
 			color:white;
 			
 		}
 			h4{
 			color:white;
 			font-size:24px;
 			line-height:32px;
 		
 		}
 		h6{
 				color:white;
				border: 1px solid white;
			  padding: 10px 20px;
			  width: fit-content;
			  border-radius: 5px; 
			  
 		}
 	
 	}
 }


.gallery .description h6{
	color:#3A3A3A;
	border: 1px solid #4C469C;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;  
}


.products-items{
	a{
		width:unset !important;
		height:unset !important;
	}
}
.form-radios{
	.js-form-item{
		margin-block:10px !important;
	}
}

 