/*
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  ***************/

/****** Header start ****/
#header .header-main .container #main-menu {
    float: left;
}
#header .header-main .container .header-left {
    width: 17%;
    padding: 5px 0;
}
#header .header-main .container .header-right {
    padding: 10px 0px 10px 50px;
}
#header .header-top .top-links > li.menu-item > a{
    font-weight: 400;
}
.no-breadcrumbs .main-content{
    padding-top: 0px;
}
#header .header-top .top-links > li.menu-item > a{
    color:#ffffff;
    padding-top:0px !important;
    padding-bottom:0px !important;
}
#header.header-18 .searchform-popup .search-toggle, #mini-cart.minicart-arrow-alt .minicart-icon {
    font-size: 24px;
}
#header:not(.sticky-header) #mini-cart.minicart-arrow-alt .cart-head {
    min-width: 54px;
}
#header:not(.sticky-header) #mini-cart.minicart-arrow .cart-head::after, #header:not(.sticky-header) #mini-cart.minicart-arrow-alt .cart-head::after {
    content: "" !important;
}
#header .logo-transition img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
#header.sticky-header .header-main.change-logo .logo img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
/*** Header end ***/
/*** Footer start ***/
#footer .footer-ribbon:before {
    border-right-color: #730056;
}
#footer .footer-ribbon {
    background: #cc0099;
}
#footer .footer-bottom .footer-center .img-responsive {
    display: block;
    max-width: 54%;
    height: auto;
    float: right;
}
.footer-left {
	color: #ffffff;
}
#footer .logo img {
    display: inline-block;
    max-width: 160px;
}
/*** Footer end ***/
/** Other **/
.testimonial {
    margin-bottom: 0px;
}

#mini-cart.minicart-arrow-alt .cart-items{
    background-color: #cc0099;
    left: 17px;
}
.yith_wcas_result_content .title strong {
    color: #cc0099;
}

/*responsive Styles*/
@media (max-width: 991px){
    #mini-cart.minicart-arrow-alt .cart-items {
        left: 28px;
    }
}