/*
Theme Name: WOOW Child
Description: Responsive WooCommerce Theme
Version: 1.0.0
Theme URI: http://sitesao.com/woow/
Author: Sitesao
Template: woow
Author URI: http://sitesao.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style
*/

/*
Adding your own custom CSS rules.
*/

@media (max-width: 1200px){
  .header-type-classic .primary-nav>li>a {
      padding: 0px 10px;
  }
}
@-moz-document url-prefix() { 
  body{
    overflow-x:hidden;
  }
}

.wpml-languages a {
  padding-left: 100px;
}

.quantity .screen-reader-text {
  display: none;
}

.woocommerce .quantity input.qty {
  margin-right: 10px;
}

#review-submit:disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}
/*#rev_slider_3_1_forcefullwidth{
  overflow: hidden;
}*/

input#privacy_policy {
  position: inherit !important;
  margin: 0 !important;
}

#privacy_policy_field {
  margin-left: 20px;
}

#cookie-notice .cn-button {
	color: #bca480;
}