/*
Theme Name: Porto
Theme URI: http://www.newsmartwave.net/wordpress/porto
Author: SW-THEMES
Author URI: http://www.newsmartwave.net/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 3.3.3
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  ***************/
.woocommerce-loop-product__title{
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
}
.form-row-last {
    float: none; 
    width: 48%;
}
.create-account{margin-left: 20px;}
#billing_phone_field{margin-left: 10px;}
.bypostauthor {}
.discount_cart{
    position: absolute;
    left: 500px;
    top: 10px;
  }
@media (max-width: 1240px){
  .discount_cart{    
    left:72%;   
    top:-20px;	
  }
}
@media (max-width: 828px){
  .discount_cart{
    position:relative;
    top:0;
    left:0;
    padding: 20px;    
    text-align: center;
  }
}

.site_descr_1{ text-align: center; }
.site_descr_2{ text-align: center; padding-bottom: 20px; }
.site_descr_3{ text-align: center; padding-top: 20px; }
.site_descr_4{ text-align: center; padding-top: 20px; }

#header.sticky-header .logo{ max-width: 150px;  }

#header.sticky-header .site_descr_2{ padding-bottom: 5px; }
#header.sticky-header .site_descr_3{ padding-top: 5px; }
#header.sticky-header .site_descr_4{ padding-top: 5px; }

@media (max-width: 1240px){
  .site_descr_2{ display: none; }
  .site_descr_3{ display: none; }
  .site_descr_4{ display: none; }
}



