/**
 * Theme Name: 	Madran Otomotiv
 * Author: 	   	Özay Akcan
 * Template:   	the9-store
 */

/* Anasayfada static header banner gizle */
body.home #static_header_banner,
body.front-page #static_header_banner {
    display: none !important;
}

/* Anasayfada content padding-top sıfırla */
body.home #content,
body.front-page #content {
    padding-top: 0 !important;
}

 @media (max-width: 850px) {
    .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        display: none !important;
    }
	
    .mega-menu,
    .mega-menu > ul,
    .mega-menu .sub-menu {
        display: block !important;
        max-height: none !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
	.nav-wrap.flex-grow-1.ss-container.active .ss-content{
		background: #222 !important;
	}
  .mega-menu-wrap {
        width: 300px !important;
	}
}
#static_header_banner{
	height: 100px;
}

.product-image img{
	width: 100%;
	height: 200px;
	object-fit: fill;
}

.madran-out-of-stock-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(200, 0, 0, 0.85);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 4px;
    z-index: 9;
    text-transform: uppercase;
}

/* Ürün kartı relative olmazsa rozet görünmez */
.woocommerce ul.products li.product {
    position: relative;
}
li.price-button {
	background: #DBDBDB !important;
    padding: none !important;
}
/* Ürün listeleme - indirimli fiyatı ZORLA GÖSTER */
li.price-button ins {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    clip: auto !important;
    text-decoration: none !important;
    font-weight: 700;
}

/* Eski fiyat daha silik olsun */
li.price-button del {
    display: block !important;
    height: 15px !important;
    /* padding: 5px; */
    opacity: 0.6;
    margin-right: 6px;
}

li.price-button .woocommerce-Price-amount.amount, li.price-button del{
	color: #696565;
}
li.price-button ins .woocommerce-Price-amount.amount{	
    color: green !important;
}
.dev_info {
	display: none;
	font-style: italic;
}
.top-form-minicart.box-icon-cart{
	display: none !important;
}

.wcspc-count {
	background: var(--secondary-color) !important;
}
.wcspc-area::after {
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(29,36,42,0.97) 100%) !important;
  background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(29,36,42,0.97) 100%) !important;
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(29,36,42,0.97) 100%) !important;
  background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(29,36,42,0.97) 100%) !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(29,36,42,0.97) 100%) !important;
}	

.site-footer, .footer_widget_wrap{
	background: rgba(29,36,42,0.97) !important;
}
.site-footer, .footer_widget_wrap, .site-footer a {
	color: #fff !important;
}
.site-footer a{
	text-decoration: none !important;
}

#woocommerce-product-data .hndle label:first-child{
	border-right: 0;
}
.madran-toupper, .madran-toupper a{
	text-transform: uppercase !important;
}

#backToTop, #backToTop.ui-to-top.active{
	display:none !important;
}