/*
Theme Name: Porto Child
Theme URI: http://newsmartwave.net/wordpress/porto
Author: SW-THEMES
Author URI: http://newsmartwave.net/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 1.1
Template: porto
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-child

*/

@import url("../porto/style.css");

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




.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist {
    display: none;
}

.widget_product_categories .widget-title .toggle, .widget_price_filter .widget-title .toggle, .widget_layered_nav .widget-title .toggle, .widget_layered_nav_filters .widget-title .toggle, .widget_rating_filter .widget-title .toggle {
    left: -6px !important;
    right: auto !important;
}




body .bullets-inside.ult-carousel-wrapper.ult_horizontal ul.slick-dots, body .ult-carousel-wrapper.ult_full_width ul.slick-dots, body .slick-dots {
    bottom: 0px;
}



#header .header-contact a {
    font-size: 18px;
}
/*footer contact form*/
/*for desktop*/
@media only screen and (min-device-width : 768px)
{
#contact-form{display:flex !important;
                       flex-direction: row;
                    flex-wrap: nowrap;
		 
		  margin:auto;
	             max-width:90%;
               }
#contact-form > div{margin-right: 5px;}

}
	
/*for mobile and tablets */
@media only screen and (max-device-width : 767px)
{
#submit-botton{margin-top:5px;}
#contact-form{margin-right:25px;}
.field-row{margin-bottom: 10px;}
}