/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


ul.products.columns-4:not(.elementor-grid) {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

ul.products .button{
    margin: 0 !important;
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    background: var(--e-global-color-primary);
    color: #fff;
    border-top: 1px solid #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

ul.products .add_to_cart_button:hover{
    color: var(--e-global-color-primary) !important;
    background: #fff;
}
 ul.products li.product .price{
    display: none !important;
}

 ul.products .woocommerce-loop-product__link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: calc(100% - 35px);
	 background: var( --e-global-color-primary );
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

ul.products .woocommerce-loop-product__title {
	
	text-align: center;
   background: var(--e-global-color-primary);
    width: 100%;
    color: #fff;
        padding: 10px 10px 10px 10px !important;
	
	    margin-bottom: auto !important;
}

ul.products .view-more {
       background: var(--e-global-color-primary);
     font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: .85rem;

     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
             
    -webkit-box-pack: center;
             
        -ms-flex-pack: center;
             
            justify-content: center;
    padding: 5px 0;
}

 ul.products li img {
    margin-bottom: 0 !important;
    aspect-ratio: 1 /1;
    -o-object-fit: contain;
       object-fit: contain;
    background: #fff;
}

@media only screen and (max-width: 767px) {
  ul.products .view-more,
  ul.products .woocommerce-loop-product__title{
      width: 100%;
        text-align: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    padding: 10px 5px;
  }
}

@media only screen and (min-width: 768px) {
    .cart td.product-thumbnail {
        width: 100px;
    }
    .cart td.product-thumbnail img {
        width: 100%;
    }
    .cart td.product-remove {
        width: 50px;
    }
    .cart td.product-note {
        max-width: 85px;
    }
    .cart td.product-quantity {
        width: 100px;
    }
    
    .cart td.product-quantity input{
        width: 100% !important;
    }
}


.cart td.product-note .save img {
   display: inline-block !important;
    width: 10px !important;
    height: 11px !important;
}

.cart td.product-note .save {
  color: #000;
  text-decoration: none;
  font-size: 0.75rem;
}


ul.flex-direction-nav {
    position: absolute;
    top: 40%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
	visibility:visible;content: '\f054';
	font-family: 'Font Awesome 5 Free';
	margin-right: 10px;
	font-size: 20px;   
	font-weight: bold;
}

a.flex-prev::before {
    visibility:visible;
    content: '\f053';
	font-family: 'Font Awesome 5 Free';   
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
}

ul.flex-direction-nav li a {
	color: #3491b3;
}

ul.flex-direction-nav li a:hover {
	text-decoration: none;
}
