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

#billing_country_field, #ship-to-different-address{
	display:none;
}

#order_review tfoot .cart-subtotal{
	display:none;
}
header .currency.list-dropdown{
	display:none;
}
.sober-faq .question-label, .sober-faq .answer-label {
    text-transform: lowercase;
}
body *{
	text-transform: lowercase!important;
}
.order-tracking-link{
	display:none;
}

.color_section .label.colors {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.product .other_colors {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
	text-align: center;
    margin: 0 0 40px 0;
}
.product .other_colors .color_variant {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
}
.product .other_colors .color_variant.active{
	outline:2px solid #000000;
}

.woocommerce div.product form.cart .variations .variable.type-color{
	display:none;
}

.woocommerce div.product form.cart .variations .variable.type-button{
	width:100%;
}

.thx-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}
.thx-buttons a {
    color: #fff!important;
    background: #000;
    padding: 6px 20px;
    font-size: 17px;
    width: 230px;
    text-align: center;
}
.xlwcty_order_info {
    text-align: center;
}
.xlwcty_order_no {
    margin-bottom: 20px;
}
.xlwcty_in_wrap .socials-menu {
    text-align: center;
    margin-bottom: 45px;
}
.xlwcty_in_wrap .socials-menu a:before{
	font-size: 24px;
}
.xlwcty_thankyou-template header, .xlwcty_thankyou-template footer, .xlwcty_thankyou-template .page-header{
	display:none;
}
.xlwcty_wrap.xlwctyCenter {
    margin: 30px auto;
    height: 100vh;
    display: flex;
    align-items: center;
}
.xlwcty_wrap .xlwcty_order_info .xlwcty_order_no {
    font-weight: bold;
    font-style: italic;
	margin-bottom: 30px;
}
.xlwcty_wrap .xlwcty_order_info .xlwcty_userN {
    font-weight: bold;
    font-style: italic;
}
.xlwcty_wrap .xlwcty_Box {
    margin-bottom: 0;
}


#lightbox #hoverNav, #lightbox #imageDataContainer{
	display:none!important;
}