/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Add your custom styles here */
div#gallery-1 {

   column-count: 3;
  
}
div#gallery-1 .gallery-item {

    margin: 0 0 16px;
   
}.elementor-image-gallery .gallery-columns-3 .gallery-item {
    
    max-width: none !important;
}
.elementor-image-gallery .gallery-item img {
    margin: 0 auto;
    width: 100%;

}


@media(max-width:700px){
	
	.quote-form {

    max-width: 90% !important;
   
}
	
	
	
	h3.elementskit-info-box-title {
    margin: 0px !important;
    color: #212c00 !important;
    font-size: 14px !important;
}
	
}
@media(min-width:700px){
	
	.product-header-left {
    width: 70%;
}.product-header-right {
    width: 30%;
}
	.top-product {
    display: flex;
}
	
	#cat-banners figure.wp-caption img {
    position: relative;
}
#cat-banners figure.wp-caption figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: max-content;
    padding: 4px 6px;
    border-radius: 10px;
}
svg.elementskit-submenu-indicator.ekit-svg-icon.icon-down-arrow1 path {
    /* color: white !important; */
    fill: white;
}
	
}
#quote-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  z-index: 9999;
}

.modal-box {
  background: #fff;
  max-width: 600px;
  margin: 10% auto;
  padding: 20px;
}
.quote-form {
    background: #eee9dc;
    padding: 30px;
    max-width: 50%;
    margin: auto;
    margin-top: 50px;
	border-radius: 15px;
}
.quote-form button.forminator-button.forminator-button-submit {
    background: #212c00;
    color: white;
}

.product-header-right-fix {
    position: sticky;
    top: 60px;
    padding: 20px;
}


.single-al_product #container, .single-al_product #content, .single-al_product .ic-catalog-container{
	overflow:visible !important;
}
.product-description {
 
    background: #f6f4ef;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 100px;
}

div#features {

    margin-top: 30px;

}
div#features .features-list {
    border: 1px solid #e6e0e0;
    border-radius: 15px;

    padding: 10px;
}
div#features .feature-item {
    display: flex;
   
    line-height: 3;
}
div#features dt.feature-label {
    font-weight: 700;
    font-family: "Roboto Flex", sans-serif;
}
div#features dt.feature-label {
    min-width: 40%;
}
.product-top-info {
    display: flex;
    flex-direction: column;
}
.product-actions button {
    background: #212c00;
    color: white !important;
    font-weight: 600;
}
.product-actions button a {
    color: unset;
    text-decoration: none;
}
div#features h3 {
    margin-bottom: 10px;
}
span.product-name {
    font-size: 55px;
    color: #212c00;
    font-family: 'Roboto Flex';
}
.product-price {
    margin-bottom: 20px;
 
}
.product-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
	    margin-bottom: 30px;
}
.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {

    padding: 5px !important;
}
.mejs-video {
    height: 300px !important;
    max-width: 400px !important;
    overflow: auto;
}