/*
Theme Name: Unero Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Unero Child Theme.
Version: 1.0-202204182316
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unero
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: unero
*/

@media only screen and (max-width: 1199px) {
.woocommerce div.product form.cart div.quantity {width: auto !important;}
}


/* sitenin full width olması */
.container { width: 95%; }


/* intense kurye eklentisiyle ilgili düzenlemeler */
.intense-kurye-container { font-family: Poppins !important; color: #333; }
.intense-kurye-container input { padding: 0 15px }


/* hepsisana özel ürün filtreleriyle (kime, cinsiyet vs.) ilgili tasarımsal düzenlemeler */
#hepsisana_urun_filtreleri { font-family: Poppins !important; }

@media only screen and (min-width: 550px) {
    .uclu-form-row-left {width:32%; float:left; clear:left;}
    .uclu-form-row-center {width:32%; float:left; margin-left:2% !important;}
    .uclu-form-row-right {width:32%; float:right; clear:right;}
}

form.checkout h3 {clear:both;}

.form-row-wide {clear:both;}

.woocommerce-billing-fields > h3 {padding-top:30px !important}

/* todo: html olarak da kapatılacak */
#un-shop-toolbar {display:None; }


/** sol menü **/
.product-categories a {font-size:15px;}


/** Sol sidebar ile ürünler başlangıcının hizalanması **/
.catalog-sidebar .widget .widget-title {margin-bottom:23px !important;}


/** Filtreler - Mobil Padding **/
@media only screen and (max-width: 768px) {

    #hepsisana_urun_filtreleri select {margin-bottom:12px;}

}



/** footer sosyal medya ikon linklerinin büyütülmesi **/
.site-footer .socials a {width:48px; height:48px;}




/** ürün sayfasındaki normal fiyatın rengi **/

.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: #cc3333;
  font-size: 24px;
  margin-bottom: 25px;
  margin-top: 10px;}
	
	
.woocommerce-Price-amount {color:#000000}

.widget-title {color:#000000 !important}



/** Footer menü büyütülmesi (lighthouse hatası) **/
.site-footer .menu li {
    font-size: 19px;
}

/** .site-footer .menu li a {
 	color: #2d2d2d;
} **/

form.checkout .select2 {
width: 100% !important;
}