/*
Theme Name: Ecomall Child
Theme URI: https://demo.theme-sky.com/ecomall/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: ecomall
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ecomall-child
*/


.add_to_cart_button{
    background-color:rgba(0, 104, 200, 1)!important;
    color:white!important;
}

.mini-img img{
    width:70px!important;
    height:70px!important;
}

.tab-mobile-menu #main-menu{ 
    display:none!important;
}


.woocommerce-shipping-totals.shipping th {
  width: 50% !important;
}

#order_review table.shop_table ul#shipping_method {
 margin-left:0;   
}

#shipping_method li {
  margin-top: 15px !important;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
}


.woocommerce-billing-fields p label {
  font-weight: bold;
}


@media(max-width:500px){
.search-table .search-field{
    width:80%;
}

.up-sells.products .products {
  grid-template-columns: repeat(2, 1fr);
}

.related.products .products {
  grid-template-columns: repeat(2, 1fr);
}

}


.woocommerce-checkout .includes_tax {
  display: none !important;
}

/*#billing_postcode_field {*/
/*  display: none!important;*/
/*}*/

#billing_first_name_field{
    display:none!important;
}

.woocommerce-checkout .woocommerce-additional-fields h3{
    display:none!important;
}

#billing_city_field label abbr{
    display:none!important;
}

.woocommerce-Tabs--panel--description{
    display:block!important;
}

.ts-product-in-category-tab-wrapper .column-tabs span {
  display: none !important;
}


#billing_postcode_field{
  visibility: hidden!important;
}

#billing_postcode_field label{
  display:none!important;
}