/*
Theme Name: e42art
Theme URI: https://e42art.com
Version: 1.4.2
Description: E-ticaret için özel optimize edilmiş Astra tabanlı temadır. Görsel sayfa tasarım aracı Elementor destekler. Ayrıca hemen al butonu, fatura bilgileri, kargo hesaplayıcısı, favorilere ekleme ve favori listesini başkalarıyla paylaşma gibi son kullanıcının rahat kullanabileceği günümüz e-ticaret gerekliliklerini içeren bir takım özel modifikasyonları barındırır.
Author: Emre ER
Author URI: https://e42art.com/hakkimda
Requires at least: 5.3
Tested up to: 5.8.1
Requires PHP: 5.3
Template: astra
*/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    }

.star-rating {
	margin-left: auto !important;
    margin-right: auto !important;
}

.woocommerce span.onsale {
	border-radius: 4px;
	padding-left:10px;
	padding-right:10px;
	color:white;
}



.woocommerce ul.products li.product.mobile-align-left .star-rating, .woocommerce ul.products li.product.mobile-align-left .button, .woocommerce-page ul.products li.product.mobile-align-left .star-rating, .woocommerce-page ul.products li.product.mobile-align-left .button {
    display: block;
    text-align: center;
    padding: 10px 20px;
}


.woocommerce ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category {
    text-align:center !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title .ast-woo-product-category {
   text-align:center !important;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
   text-align:center !important;
}

.woocommerce-js ul.products li.product a.ast-loop-product__link {
    display: unset;
}


@media (max-width: 720px) {
.woocommerce #reviews {
    display: block;
}
}

.woocommerce-cart .woocommerce-shipping-destination {
  display: none !important;
}

.shipping-calculator-button
{
  display: none !important;
}

@media only screen and (max-width: 768px){
    html,
    body{
    width:100%;
    overflow-x:hidden;
    }
}

.grecaptcha-badge {
    display: none;
}

@media only screen and (max-width: 640px){
.woocommerce .products ul, .woocommerce ul.products {
    display: block;
    width: 100%;
}
	}

.includes_tax { display: none; }

.astra-shop-thumbnail-wrap img,
.woocommerce-product-gallery__image
 {
	 border: 1px solid #f7f7f7;
	 border-radius:8px;
}

.r8_emre img, .post-thumb img {border-radius:8px;}

.woocommerce-cart .woocommerce-shipping-destination {
display: none !important;
}
.shipping-calculator-button
{
display: none !important;
}
/* CF7 için Flex Sınıfım */

.emre_flex_container {
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	}
.kolon1,.kolon2,.kolon3,.kolon4,.kolon5,.kolon6,.kolon7,.kolon8,.kolon9,.kolon10,.kolon11,.kolon12 {display:block; align-items: center; margin:5px;}
.kolon1 {width:100%;}
.kolon2 {width:50%;}
.kolon3 {width:33,3%;}
.kolon4 {width:25%;}
.kolon5 {width:20%;}
.kolon6 {width:16%;}
.kolon7 {width:14%;}
.kolon8 {width:12%;}
.kolon9 {width:11%;}
.kolon10 {width:10%;}
.kolon11 {width:9%;}
.kolon12 {width:8%;}
/* Mobil Düzenleme */
@media only screen and (max-width: 1024px) {
.emre_flex_container {display:unset; }	
.kolon1,.kolon2,.kolon3,.kolon4,.kolon5,.kolon6,.kolon7,.kolon8,.kolon9,.kolon10,.kolon11,.kolon12 {width:unset;}
}

/* CF7 Flex Bitiş */

.buton_emre {
	background-color:white !important;
	color:black !important;
	font-family:inherit !important;
	font-size:inherit !important;
}

.buton_emre:hover {
	background-color:black !important;
	color:white !important;
	}