/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.the7-woocommerce-loop-product-image .img-css-resize-wrapper, .the7-image-wrapper .img-css-resize-wrapper ,.the7-image-wrapper .img-css-resize-wrapper img{
	aspect-ratio: 1/1!important;
}

.product .e-loop-item{
	  border: solid 1px #eaeaea;
	  display:flex;
		overflow:hidden;
}

body:not(.rtl)
.product .e-loop-item .e-con-inner .elementor-widget-the7-woocommerce-product-sale-flash {
  margin-left:73%;
}

.product .e-loop-item .e-con-inner .elementor-widget-the7-heading, .product .e-loop-item .e-con-inner .elementor-widget-the7-woocommerce-product-price{
	  padding: 0em 1em!important;
}

.product .e-loop-item .e-con-inner .elementor-widget-the7-woocommerce-loop-add-to-cart{
	padding: 0em 1em 1em!important;
}

.product .e-con-inner .elementor-widget-the7-woocommerce-loop-add-to-cart {
    margin-top:auto;
}

/* Read More element on Product Category Archieves */
.read-more-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8; 
  overflow: hidden;
  transition: all 0.3s ease;
}

.read-more-content h2, .elementor-widget-text-editor h2{
    font-size: 1em;
    margin-bottom: 0px!important;
    margin-top: 20px;
}

.read-more-content p{
	font-size: 0.9em;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 0px;
    padding: 0px;
}

.read-more-wrapper.is-open .read-more-content {
  -webkit-line-clamp: unset;
  max-height: none;
}

.read-more-btn {
  margin-top: 12px;
  font-family: "Outfit", "Sans-Serif";
  background: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
  color:#021228;
  padding: 0;
}

.read-more-btn:hover {
  text-decoration: underline;
}


