/*
Theme Name: child-porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
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
*/

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

th.product-add-to-cart span.nobr, td.product-add-to-cart .quickview{
    display:none;
}
.woocommerce-ordering select {
    width: 170px;
  }
#header .tooltip-icon, #header .searchform-popup .search-toggle, #header .my-account, #header .my-wishlist, #header .yith-woocompare-open,#mini-cart .minicart-icon{
    color:#1e1e1e;
  }
  #header .tooltip-icon:hover, #header .searchform-popup .search-toggle:hover, #header .my-account:hover, #header .my-wishlist:hover, #header .yith-woocompare-open:hover,#mini-cart .minicart-icon:hover{
    color:#119629;
  }
  #mini-cart .cart-items, .gutenberg-hb .compare-count, .my-wishlist .wishlist-count, header .compare-count{
    background-color:#119629;
  }
  .header-top a,.header-top p,.header-top .custom-html a:not(.btn){
    color:#fff;
  }
  .header-top a:hover,.header-top .custom-html a:not(.btn):hover{
    color:#0774c0;
  }
  .contact-form input, .contact-form textarea{
    width: 100%;
    margin-bottom:10px;
  }
  label{
    width:100%;
  }
  .text-justify p{
    text-align: justify;
  }
  .boxgr{
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    padding:10px 15px;
    border-bottom: 5px solid #ef7f1a; 
    border-top: 5px solid #1f1b20;
    min-height: 160px;
    padding-top:40px;
  }
  .testimonial blockquote{
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    border-bottom: 5px solid #0774c0; 
    border-top: 5px solid #183779;
  }
  .widget li.active > a{
    color:#777777;
    font-weight: 500;
  }
  .widget li.active > a:hover{
    color:#fff;
  }