/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

/* Remove short description */
.woocommerce div.product .woocommerce-product-details__short-description, .woocommerce div.product div[itemprop="description"] {
	display: none !important;
}


/* Hide meta div (sku/category/tag) */
.woocommerce div.product .product_meta {
    display: none !important;
}
 
/* Stretch variation attributes to display only one per line (as to be over 50%) */
.woocommerce div.product form.cart .variations .variable {
  width: 100%;
	margin: 0px 0px 20px 0px;
	}

/* Swatches "Label" span tuning */
.woocommerce div.product form.cart .variations .variable span.label {
	width: 40%;
	vertical-align: top;
  text-align: left;
  display: inline-block;
	margin: 0px;
}

/* Swatches "Select Value" span tuning */
.woocommerce div.product form.cart .variations .variable select {
  text-align: left;
  display: inline-block;
	cursor: pointer !important;
	margin: 0px;
}

/* Swatches "Value" span tuning */
.woocommerce div.product form.cart .variations .variable .value {
  width: 57% !important;
  text-align: right;
  display: inline-block;
	cursor: pointer !important;
	margin: 0px;
}

/* Remove "not allowed(ghost busters)" cursor */
.woocommerce form.customize-unpreviewable, form.customize-unpreviewable input, form.customize-unpreviewable select, form.customize-unpreviewable button, a.customize-unpreviewable, area.customize-unpreviewable {
    cursor: auto !important;
}


.footer-menu {
	display: block;
}

/* Vertical Footer Menu */
.site-footer li {
	display: inline;
	padding: 7px;
}

/* Fix qty + AtC & AtWL buttons getting stacked 450 */
@media  (max-width: 1800px) {
    .woocommerce.product-style-2 div.product div.summary {
        padding-left: 80px;
        padding-right: 80px;
    }
}
/* Fix qty + AtC & AtWL buttons getting stacked 450 */
@media  (max-width: 1150px) {
    .woocommerce.product-style-2 div.product div.summary {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Change Store Notice banner colors */
.woocommerce-store-notice.demo_store {
   background-color: #d0ffab;
   color: #222;
}
.woocommerce-store-notice a, p.demo_store a {
   color: #e51;
}

/* Align Product Description left */
.woocommerce div.product .woocommerce-tabs .panel {
    text-align: left;
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-regular.woff2') format('woff2'),
       url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-regular.woff') format('woff');
}
/* poppins-italic - latin
@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-italic.woff2') format('woff2'),
       url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-italic.woff') format('woff');
}
*/

/* poppins-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-500.woff2') format('woff2'),
       url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-500.woff') format('woff');
}
/* poppins-500italic - latin
@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-500italic.woff2') format('woff2'),
       url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-500italic.woff') format('woff');
}
 */
 
/* poppins-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-600.woff2') format('woff2'),
       url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-600.woff') format('woff'); 
}
/* poppins-600italic - latin
@font-face {
  font-display: swap; 
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-600italic.woff2') format('woff2'),
       url('/wp-content/themes/sober-child/fonts/poppins-v23-latin-600italic.woff') format('woff');
}
 */
 
