/**
* Theme Name: Ekommart Child
* Description: This is a child theme of Ekommart, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Duc Pham (Opal Team)</a>
* Template: ekommart
* Version: 3.6.0
*/

ul{
	margin:0;
}

@media (min-width: 768px){
.ekommart-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 35.363636%;
    float: left;
    margin-right: 3.8961038961%;
	margin-bottom: 3.706325903em;
	}
	.ekommart-full-width-content.single-product div.product .summary {
    width: 60.74026%;
    float: right;
    margin-right: 0;
    margin-bottom: 3.706325903em;
}
}

.single-product div.product .woocommerce-product-gallery img {
    margin: 0 auto !important;
	width:85%
}

ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img {
	object-fit: contain;
    height: 250px;
    padding: 20px;
    display: block;
    margin: 0 auto;
}

.ekommart-handheld-footer-bar ul li > a .title{
	display:none;
}

@media (max-width: 768px){
	.site-header-account .account-dropdown .account-wrap {
    	right: -100px;
	}
}

.onsale{
	display:none;
}

.joinchat__button {
    bottom: 82px;
}

.woocommerce-product-details__short-description {
    font-size: 16px;
}

small.woocommerce-price-suffix {
    font-size: 12px !important;
}

@media (min-width: 1024px) {
  .ekommart-full-width-content .content-area {

	float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    max-width: 1290px;
  }
	
	  .ekommart-sidebar-left .widget-area {
    float: left;
    padding: 30px;
  }
	
	  .ekommart-sidebar-left .content-area {
    float: right;
    padding: 30px;
  }
}
