/*

Theme Name: Porto

Theme URI: http://www.portotheme.com/wordpress/porto

Author: P-THEMES

Author URI: http://www.portotheme.com/

Description: Porto Responsive Wordpress + eCommerce Theme.

Version: 5.4.6

License: Commercial

License URI: http://themeforest.net/licenses/regular_extended

Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

Text Domain: porto

*/



/*************** ADD YOUR CUSTOM CSS HERE  ***************/



.bypostauthor { display: block; }

.ul.products li.product:hover .product-image{ 

	 -webkit-box-shadow: none!important;

    -moz-box-shadow: none!important; 

    box-shadow:none!important;

}



@media (min-width: 992px){

	.altkutucuk{

			-webkit-flex: 0 0 24%;

		-ms-flex: 0 0 24%;

		flex: 0 0 24%;

		max-width: 24%;

	} 

}

 

@media (max-width: 991px){

	.altkutucuk{

		-webkit-flex: 0 0 48%;

		-ms-flex: 0 0 48%;

		flex: 0 0 48%;

		max-width: 48%;

		

	} 

}
#header .main-menu > li.menu-item:hover > a,
#header .main-menu:not(:hover) > li.menu-item.active > a{
	color:#8b7b51!important
	
}

@media (min-width: 992px){
ul.main-menu{
	display:flex;
	justify-content:space-between;
}
}

.top-links li{
	border-right:1px solid #ccc;
}

#nav-panel .accordion-menu li:last-child,
.top-links li:last-child{
	border:none!important;
}
.top-links li a{
	color:#fff!important;
	font-size:14px!important;
	padding:0 20px!important;
}
#header .mobile-toggle{
	background:none!important
}
#nav-panel .mobile-nav-wrap,
.mobile-nav-wrap,
#nav-panel{
	background:black!important
}
#nav-panel .accordion-menu li.menu-item > a, #nav-panel .accordion-menu .arrow, #nav-panel .menu-custom-block a,
#nav-panel .accordion-menu > li.menu-item > a, #nav-panel .accordion-menu > li.menu-item > .arrow{
	color:#B2873B!important
}
#nav-panel .accordion-menu li{
	border-bottom:1px solid #be934461!important;
}
.product-list li{
	width:25%;
	padding:10px;
	float:left;
}


.porto-sicon-box.flex-wrap .porto-sicon-header{
	flex:0!important;
	min-width:15%!important;
}
.porto-sicon-header+.porto-sicon-description{
	margin-top:0!important
}
.porto-sicon-description{
	width:auto;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
    }
    50% {
        box-shadow: 0 0 20px rgba(0, 255, 0, 1);
    }
    100% {
        box-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
    }
}
  
.qlwapp-toggle {
    animation: pulse 1.5s infinite alternate;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select{
	color:#000!important
}
