/*
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
*/

/*

.woocommerce td.product-name,.woocommerce-page td.product-name {
min-width:60%;
}

*/

.woocommerce-shipping-destination {
    display: none;
}

.quantity-label {
    display: none;
}

.posted_in_cart {
	font-size:13px;line-height:1.3;color:#909097;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    .woocommerce .wc-mobile-columns-1 ul.products li.product, 
    .woocommerce-page .wc-mobile-columns-1 ul.products li.product,
	.col-sm-4 {
	width: 16.6666%;
        clear: none !important;
    }

    .woocommerce .wc-mobile-columns-1 ul.products li.product:nth-child(2n+1), 
    .woocommerce-page .wc-mobile-columns-1 ul.products li.product:nth-child(2n+1) {
	clear: both !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px)and (orientation : landscape) {
    .woocommerce .wc-mobile-columns-1 ul.products li.product, 
    .woocommerce-page .wc-mobile-columns-1 ul.products li.product,
	.col-sm-4 {
	width: 16.6666%;
        clear: none !important;
    }

    .woocommerce .wc-mobile-columns-1 ul.products li.product:nth-child(2n+1), 
    .woocommerce-page .wc-mobile-columns-1 ul.products li.product:nth-child(2n+1) {
	clear: both !important;
    }
}

.sober-icon-box .box-title {
    font-size: 20px;
    font-weight: 500;
    color: #23232c;
    margin: 0 0 20px;
}

.sober-icon-box .box-icon {
    color: #008000;
}

.grecaptcha-badge { visibility: hidden; }

.topbar .nav-menu>li>a {
    font-size: 10px;
}

.headroom, .site-footer {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right,
		rgba(0,0,0,0) 0%,
		rgba(0,114,206,0.5) 30%,
		rgba(218,41,28,0.5) 33%,
		rgba(255,255,255) 35%,
		rgba(255,255,255) 64%,
		rgba(218,41,28,0.5) 66%,
		rgba(67,176,42,0.5) 70%,
		rgba(0,0,0,0) 100%) 
		100% 0 100% 0/3px 0 3px 0 stretch;
}

.site-content{padding-top:10px;padding-bottom:10px;}

.woocommerce div.product p.price{margin-top:20px;margin-bottom:20px;}

#tab-description { text-align: left; }

