/*
 Theme Name:   Yozi Child
 Theme URI:    https://themeforest.net/item/yozi-multipurpose-electronics-woocommerce-wordpress-theme/21081950
 Description:  Yozi Child Theme
 Author:       ApusTheme
 Author URI:   https://themeforest.net/user/apustheme
 Template:     yozi
 Version:      1.0.0
 Text Domain:  yozi-child
*/
img {
  width: 100%; /* or max-width: 100%; */
  height: auto;
}

ul.list-specialfeatures {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    line-height: 20px;
}
ul.list-specialfeatures li {
    border-left: 1px solid #ee7848;
    padding-left: 10px;
    font-weight: 500;
    color: #2caf2c;
}
.list-topBar{
	margin-bottom: 0;
}
.list-topBar li{
	font-size: 14px;
	padding-left: 10px !important;
    padding-right: 10px !important;
}
.list-topBar li:not(:last-child){
    border-right: 1px solid #dedada;
}
.list-topBar li label{
	margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
    background: #fff;
    padding: 8px 5px;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
}
.details-product .woocommerce-product-details__short-description.hideContent {
	height: 100px;
}
.details-product.layout-v2 .woocommerce-product-details__short-description-wrapper .view-more-desc{
	display: none;
}
.home-content {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #efefef;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 479px){
	.widget-banner.banner-medium, .widget-banner.banner-big{
		height: unset !important;
	}
}
@media (max-width: 991px){
	.widget-banner.banner-medium, .widget-banner.banner-big{
		height: unset !important;
	}
}

