.elementor-260 .elementor-element.elementor-element-141d3f6 .elementor-heading-title{font-size:32px;color:var( --e-global-color-secondary );}.woocommerce .elementor-260 .elementor-element.elementor-element-0ab8058 .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-237c880-font-family ), Sans-serif;font-size:var( --e-global-typography-237c880-font-size );font-weight:var( --e-global-typography-237c880-font-weight );}.elementor-260 .elementor-element.elementor-element-6bdd21e .cart button{color:var( --e-global-color-29f6d11 );background-color:var( --e-global-color-astglobalcolor1 );transition:all 0.2s;}.elementor-260 .elementor-element.elementor-element-6bdd21e .cart button:hover{background-color:var( --e-global-color-astglobalcolor0 );border-color:var( --e-global-color-astglobalcolor0 );}.elementor-260 .elementor-element.elementor-element-6bdd21e .quantity .qty{transition:all 0.2s;}.elementor-260 .elementor-element.elementor-element-9e721d7.elementor-wc-products ul.products li.product{text-align:center;}.elementor-260 .elementor-element.elementor-element-9e721d7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:33px;}.elementor-260 .elementor-element.elementor-element-9e721d7.elementor-wc-products ul.products li.product .button{color:var( --e-global-color-29f6d11 );background-color:var( --e-global-color-primary );}.elementor-260 .elementor-element.elementor-element-9e721d7.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-260 .elementor-element.elementor-element-fd28641{width:49.609%;}.elementor-260 .elementor-element.elementor-element-0646f87{width:50.391%;}}@media(max-width:1024px){.woocommerce .elementor-260 .elementor-element.elementor-element-0ab8058 .price{font-size:var( --e-global-typography-237c880-font-size );}.elementor-260 .elementor-element.elementor-element-9e721d7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.woocommerce .elementor-260 .elementor-element.elementor-element-0ab8058 .price{font-size:var( --e-global-typography-237c880-font-size );}.elementor-260 .elementor-element.elementor-element-9e721d7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-product-images, class: .elementor-element-de8ca63 *//* Functionality: Custom thumbnail size in product image gallery
 * Date:  2021-03-10
 * Author: Rafael Azuaje
 */

/* DESKTOP */
.woocommerce .flex-control-thumbs {
    margin: 10px 0px 10px -5px !important; /* Thumbnails separation top and bottom */
    width: 100% !important; /* Controls width of thumbnails container on desktop - Horizontally */
	display: flex;
}
/* Controls thumbnails width on desktop - vertically
 * Enable this ONLY for VERTICAL display
 */ 
ol.flex-control-nav.flex-control-thumbs li {
	width: 15% !important; 
}
/* Enable this ONLY for HORIZONTAL display */
/*ol.flex-control-nav.flex-control-thumbs li {
	width: 18% !important; 
}*/

/* PHONES */
@media (max-width:414px){
	ol.flex-control-nav.flex-control-thumbs li {
		width: 18% !important; /* Controls thumbnails width on mobile - Horizontally */
	}
}

/* TABLETS */
@media (min-width:568px) and (max-width:768px){
	/* Controls thumbnails container width on tablet - vertically
	 * Enable this ONLY for VERTICAL display */
	.woocommerce .flex-control-thumbs {
    	margin: 10px 0px 10px -5px !important; 
    	width: 15% !important;
	}
	/* Controls width of thumbnails container on tablet - horizontally
	 * Enable this ONLY for HORIZONTAL display */
	/*.woocommerce .flex-control-thumbs {
    	width: 70% !important; 
	}*/
	ol.flex-control-nav.flex-control-thumbs li {
		width: 90% !important; /* Controls thumbnails image width on tablet - vertically */
	}
}
@media (min-width:769px) and (max-width:1024px){
	/* Controls thumbnails container width on tablet - vertically
	 * Enable this ONLY for VERTICAL display */
	.woocommerce .flex-control-thumbs {
    	margin: 10px 0px 10px -5px !important; 
    	width: 12% !important;
	}
	/* Controls width of thumbnails container on tablet - horizontally
	 * Enable this ONLY for HORIZONTAL display */
	/*.woocommerce .flex-control-thumbs {
    	width: 70% !important; 
	}*/
	ol.flex-control-nav.flex-control-thumbs li {
		width: 100% !important; /* Controls thumbnails image width on tablet - vertically */
	}
}/* End custom CSS */