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



@media(max-width:500px){
.up-sells.products .products {
  grid-template-columns: repeat(2, 1fr);
}

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


#billing_country_field {
  display: none!important;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
h6.widget-title.heading-title.gog-title {
    display: none;
}
.gog-title{
	color:#ffffff!important;
	font-size:20px!important;
}

.gnws-input{
	padding: 12px 26px!important;
}

.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
  background-color: #444;
  color: #fff;
  width: auto;
  height: auto;
  margin: 0;
  display: inline-block;
  padding: 17px 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  filter: none;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  cursor: pointer;
  font-family: var(--ts-btn-font-family);
  font-weight: var(--ts-btn-font-weight);
  font-style: var(--ts-btn-font-style);
  font-size: var(--ts-btn-font-size);
  line-height: var(--ts-btn-line-height);
  letter-spacing: var(--ts-btn-letter-spacing);
  color: var(--ts-btn-color);
  background-color: var(--ts-btn-bg);
  border-color: var(--ts-btn-border);
}

.tnp-subscription input.tnp-submit:hover{
	background-color:transparent;
}

.blog .search-wrapper{
	display:none;
}

.blog .alert-error p{
	display:none;
}
