/* 
Theme Name:		 Green Export child theme
Theme URI:		 https://89.ee
Description:	 Green Export child theme is a child theme of Green Export
Author:			 89
Author URI:		 http://childtheme-generator.com/
Template:		 greenexport
Version:		 1.0.0
Text Domain:	 greenexport-child-theme
*/


/*
    Add your custom styles here
*/

#rev_slider_3_1 {border-radius:20px;}

.short-description-custom{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 15px;
}
.ecolive-archive-product .short-description{
    display: none !important;
}
.single-product div.product table.variations td.value ul li.variable-item{
    padding: 20px 25px !important;
}
.single-product div.product table.variations td.value ul li.variable-item.selected{
    background-color: #F4C340 !important;
}
.single-product div.product table.variations td.value ul li.variable-item.selected{
    font-weight: bold;
}


#barcode{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    letter-spacing: 0;
    border-radius: 12px 12px 28px 12px;
    border: none;
    color: var(--light);
    background-color: #F4F4F4;
    transition: all ease-in-out 0.3s;
}
#barcode i {font-size:22px; font-weight: 700;}

.product-list:hover #barcode {
    color:#fff;
    background-color:#347758;
}
.product-list:hover #barcode i{
    color:#fff;
}

#barcode:hover {
    color: #000000;
    background-color: #F4C340;
    border-radius: 12px;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.barcode_image{
    display: flex;
}

@media only screen and (max-width: 768px) {
    .hide_on_phone{
        display: none !important;
    }
  }

.team-icon-socials ul{
    bottom: 20px;
    position: absolute;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

.elementor-widget-ecolive-team-box, .elementor-widget-ecolive-team-box .elementor-widget-container, .elementor-widget-ecolive-team-box .elementor-teams-wrapper{
    height: 100%;
}
.elementor-widget-ecolive-team-box .elementor-widget-container .elementor-teams-wrapper .team-image{
    padding:20px;
}
.elementor-widget-ecolive-team-box .elementor-teams-wrapper:hover{
    background-color: #fffaec;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.term-47.woocommerce-page #page .site-content{
    margin-top: 0px !important;
}

.hidden-button{
    display: none;
}

.woocommerce-product-attributes{
    width: max-content;
    min-width: 600px;
}

.woocommerce-Tabs-panel{
    justify-content: center;
    text-align: center;
    display: flex;
}

.product-custom-text-label i.ecolive-icon-check-square-solid {
    padding-right: 8px;
    color: #347758;
    font-size: 27px;
    margin-top: -4px;
    border-radius: 130px;
}

.download-pdf {
	text-align: right;
    margin-bottom: 30px;
}

.download-pdf button{
    width: 250px;
}

.download-pdf i {
	padding-right: 8px;
}

body.home .row.ecolive-carousel h2 {
	font-size: 24px!important;
    margin-bottom: 10px!important;
}

@media only screen and (max-width: 768px) {
.download-pdf {
	text-align: left;
}
}

.archive.tax-product_brand .widget-area,
.archive.tax-product_brand a.filter-toggle{
    display: none;
}

.archive.tax-product_brand .content-area{
    width: 100%;
}

