/*
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.2.1
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
*/
html {
	font-size: 12px;
}


/* Popup overlay */

.single-product .size-guide-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}
.single-product .size-guide-overlay:target {
    opacity: 1;
    visibility: visible;
}

/* Popup box */
.single-product .size-guide-popup {
    position: relative;
    width: 100%;
    max-width: 950px;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    max-height: calc(100vh - 120px );
    overflow: auto;
    margin: 90px auto 20px;
}

body.open-modal {
    overflow: hidden;
}

.size-guide-link a {
    text-decoration: underline;
}

/* Close button */
.single-product .size-guide-close {
    position: absolute;
    top: 8px;
    right: 12px;
    text-decoration: none;
    font-size: 22px;
    color: #000;
}

.single-product .dt-container .dt-layout-row.dt-layout-table .dt-layout-cell {
    max-height: 60vh;
    overflow: auto;
    scrollbar-width: none;
    border: 1px solid;
    padding: 0;
}
 
.single-product .dt-container .dt-layout-row.dt-layout-table .dt-layout-cell th {
    background: #556a47;
    color: #fff;
    padding: 5px 20px;
    font-size: 15px;
    font-weight: 500;
}
 
.single-product .dt-container .dt-layout-row.dt-layout-table .dt-layout-cell td {
    font-size: 15px;
    font-weight: 400;
}
 
.single-product .dt-container .dt-layout-row.dt-layout-table thead {
    position: sticky;
    top: 0;
    left: 0;
}
.single-product .size-guide-popup h4 {
    margin: 0 0 10px;
}

.single-product .variations-reset {
    display: block !important;
    margin-left: 40px;
}

.single-product .variations-reset button.reset_variations {
    margin-top: 0 !important;
}

/***** new *****/

/* .variation-btn:not(.exist)::after {
    content: none !important;
    display: none !important;
}
.variation-btn:not(.exist) {
    color: inherit !important;
    opacity: 1 !important;
}
.variation-btn:not(.exist) {
    pointer-events: auto !important;
    cursor: pointer !important;
}
.variation-btn:not(.exist) {
    pointer-events: none;     
    color: inherit !important;
    opacity: 0.6 !important;  /* you can remove this */
}*/

.single-product.woocommerce div.product.layout-style-6 form.cart .variations .variable {
    padding-bottom: 20px !important;
    margin: 0;
}

@media (min-width: 768px){
	.c-row-1 .mofirst .wpb_single_image img {
		margin-left: -15px;
	}

	.c-row-1 .wpb_single_image img {
		max-width: calc(100% + 15px);
	}
	.footer-widgets-area-4 {
		display: flex;
		justify-content: flex-end;
	}
}
@media (max-width: 767px){
	
span.woocommerce-terms-and-conditions-checkbox-text {
    display: inline !important;
}
	.c-row-1 .mofirst{
		order: -1;
	}
	.c-row-1 .wpb_single_image img {
		margin-top:60px;
			margin-bottom:30px;
	}
	.hide-m{
		display:none;
	}
	div.fsa-widget-wr h2  {
		text-align: center !important;
		margin-bottom: 30px !important;
	}
	div#footer-subscribe-widget-area {
		padding: 30px 0px !important;
	}
	.wpb_content_element .mc4wp-form-fields input[type=email]{
		max-width: 100%
	}
	.wpb_content_element .mc4wp-form-fields input[type=submit] {
		margin: 30px auto 0;
	}
	.footer-widgets .footer-widgets-area {
		text-align: center !important;
	}
	footer .sober-contact-box {
		text-align: left;
	}
	footer .sober-contact-box .info-name {
		text-align: right;
	}
}
@media (max-width: 550px){
    
    #footer-subscribe-widget-area.fsa-widget-area.widget-area input {
        width: 100%;
    }
    
    #footer-subscribe-widget-area.fsa-widget-area.widget-area button.klaviyo_submit_button {
        background-color: #000 !important;
        min-width: 200px;
        margin: 20px auto 0;
    }
}
    
.wpb_content_element .mc4wp-form-fields input[type=submit] {
    background-color: #000 !important;
    min-width: 200px;
}

.site-footer .footer-widgets:before {
    display: none;
}
.woocommerce-loop-category__title .count{
    display: none;
}
.woocommerce-loop-category__title {
    margin: 0px 15px !important;
    position: absolute;
    bottom: 0px !important;
    left: 0px !important;
    color: #fff;
    font-size: 17px !important;
    width: calc(100% - 30px);
    background: rgba(0,0,0,0.5);
    padding: 15px !important;
	transition: opacity .2s ease-in;
}
li.product-category:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background: rgba(0,0,0,0.5) url(/wp-content/themes/sober-child/img/shopping-basket.svg);
    transition: opacity .2s ease-in;
    background-size: 25%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
	opacity: 0;
}
li.product-category:hover:after{
	opacity: .7;
}
li.product-category:hover .woocommerce-loop-category__title {
    opacity: 0;
}
.c-video-1 .wp-video, .c-video-1 .mejs-video {
    width: 100% !important;
}
.c-video-1 .mejs-video {
    padding-top: 56%;
}
.c-video-1 .mejs-video .mejs-controls {
    opacity: 0;
}
div#footer-subscribe-widget-area {
    background: #f1f2f4;
    padding: 30px;
	float: none;
}
.fsa-widget-wr>.textwidget {
    max-width: 750px;
}
.fsa-widget-wr h2 {
    margin-bottom: 15px !important;
}
a.sbi_photo:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100%);
    height: 100%;
    background: rgba(0,0,0,0.7) url(/wp-content/themes/sober-child/img/eye-icon.svg);
    transition: opacity .2s ease-in;
    background-size: 25%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
}
a.sbi_photo:hover:after{
	opacity: .9;
}
.au-gal li.isotope-item {
    width: calc(50% - 15px);
    padding: 7.5px !important;
}
@media (max-width: 767px){
	.au-gal li.isotope-item {
		width: calc(100% - 15px);
	}
}
.au-gal li.isotope-item>a:after {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background: rgba(0,0,0,0.7) url(/wp-content/themes/sober-child/img/eye-icon.svg);
    transition: opacity .2s ease-in;
    background-size: 25%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0;
}
.au-gal li.isotope-item>a:hover:after{
	opacity: .7;
}
.video-poster-1 {
    position: absolute;
    top: 0px;
    width: calc(100% - 30px);
}

.video-poster-1-play {
    position: absolute;
    top: 50%;
    width: 100px;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    transition: all .2s ease-in;
    cursor: pointer;
    opacity: .8;
}
.video-poster-1-play:hover {
    transform: scale(1.2);
    opacity: 1;
}
.c-video-1 .wp-video, .c-video-1 .mejs-video {
    width: 100% !important;
}
.c-video-1 .mejs-video {
    padding-top: 56%;
}
.c-video-1 .mejs-video .mejs-controls {
    opacity: 0;
}
.woocommerce div.product.layout-style-2.product-type-gift-card div.images .woocommerce-product-gallery__slider {
    margin-left: 0px;
}
.woocommerce div.product.layout-style-2.product-type-gift-card .ribbons{
	display: none;
}
ul.sub-menu.mega-menu-container {
    width: 80% !important;
    left: 10%;
    margin-top: -45px;
}
.menu-item-mega, .site-navigation {
    position: initial !important;
}
.woocommerce div.product .woocommerce-tabs .panel ul{
	text-align: left;
}
.gift-card-content-editor.step-appearance .ywgc-design-list {
    justify-content: center;
}
.gift-card-content-editor.step-appearance .ywgc-design-list ul{
    display: flex;
}
.product-type-gift-card .ribbons {
    display: none;
}
.f-cards{
	height: 30px;
	opacity: 0.3;
}
.av-sizes {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 15px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 20;
	opacity:0;
    pointer-events: none;
	transition: opacity .3s ease;
}
	a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover .av-sizes{
		opacity:1;
	}
.av-sizes-title {
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px;
}
.av-sizes-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
	justify-content: center;
}
.av-sizes-items>div {
    padding: 5px;
    width: 128px;
    font-size: 12px;
}
.av-sizes-items>div.oos {
    text-decoration: line-through;
}

/* */
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    padding-top: 100% !important;
    display: inline-block;
    width: 100%;
}
.av-sizes {
	top: 0px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto !important;
}
.av-sizes-items>div {
    padding: 0px 5px 0px;
    width: 127px;
    font-size: 11px;
}
.av-sizes-title {
    font-weight: 500;
    font-style: italic;
    margin-bottom: 5px;
}
.product .product-header .buttons {
    display: none;
}
.site-header .sober-container>.row{
		display: flex;
    	align-items: center;
	}
@media screen and (min-width: 768px){
	.woocommerce div.product form.cart div.quantity {
		display: inline-flex;
		align-items: center;
	}
	.woocommerce div.product form.cart:not(.variations_form) {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.woocommerce div.product form.cart.gift-cards_form,
	.woocommerce div.product form.cart.variations_form{
		display:block;
	}
	.woocommerce div.product form.cart.quantity{
		    display: flex !important;
    align-items: center;
		    justify-content: center;
	}
	.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: center;
}
	.headroom--top a.logo {
    position: relative;
    top: -25px;
}
	.headroom--top .site-branding {
		height: 40px;
	}
	.headroom--top a.logo {
		    position: absolute;
    top: -22px;
    left: 50%;
    height: 114px;
    margin-top: -13px;
    margin-left: -60px;
	}
	.headroom--top a.logo img {
		height: 110px;
		top: 0px !important;
		transform: none !important;
	}
	
}
.woocommerce div.product form.cart.gift-cards_form div.quantity{
	display:none !important;
}
.vc_col-sm-6 .sober-banner4 {
    padding-top: 60%;
}
.sober-banner4 img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sober-banner4:hover > img {
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
}
.vc_col-sm-4 .sober-banner4 {
    padding-top: 100%;
}


button.klaviyo_submit_button {
    background-color: #000 !important;
    min-width: 200px;
    margin-left: 10px;
    height: 60px;
    font-weight: 500;
}
.fsa-widget-area.widget-area input {
    height: 60px !important;
    border-bottom: 0;
    flex-grow: 1;
    padding: 0 30px !important;
}
.fsa-widget-area.widget-area .klaviyo_field_group{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fsa-widget-area.widget-area form {
    max-width: 750px;
}
.woocommerce-shipping-methods > li > label{
    display: flex !important;
    align-items: center;
    position: relative;
        position: relative;
    border: 1px solid #eee;
    padding: 10px;
    padding-left: 45px;
    padding-right: 20px;
}

.shipping-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.shipping-label img {
    max-height: 100%;
    filter: grayscale(1);
    opacity: 0.2;
}
.woocommerce .woocommerce-shipping-methods input[type=radio] + label:before{
        transform: translateY(-50%);
    top: 50%;
        left: 10px !important;
            border-radius: 100%;
            background:#fff;
}

.woocommerce .woocommerce-shipping-methods input[type=radio] + label:after{
    transform: translateY(-50%) rotate(-45deg);
    top: 48%;
        left: 17px !important;
        border-color:#fff;
}
.woocommerce .woocommerce-shipping-methods input:checked + label:after {
    border-color: #23232c !important;
}
.sh-label-wr{
        flex-grow: 1;
    padding: 0px 10px;
}
ul#shipping_method {
    float: right;
    max-width: 69vw!important;
}
@media screen and (min-width:769px) and (max-width:1024px) {
    ul#shipping_method {
        float: right;
        max-width: 37vw!important;
    }
}
@media screen and (min-width:1025px){
    ul#shipping_method {
        float: right;
        max-width: 27vw!important;
    }
}

.woocommerce ul#shipping_method input[checked] + label, .woocommerce ul#shipping_method input[checked] + label .amount {
    color: #23232c;
    font-weight:500;
        
}
.woocommerce ul#shipping_method input[checked] + label{
    border-color: #23232c !important;
}
.sh-img-wr {
    width: 70px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce .woocommerce-shipping-methods input:checked + label img  {
        filter: grayscale(0);
    opacity: 1;
}
.shl-title {
    font-size: 15px;
}

.omnivalt_terminal .omniva-terminals-list .dropdown {
    padding: 10px 20px 10px 15px;
    height: auto;
    border-color: #23232c;
    border-radius: 0px;
}
.omniva-terminals-list {
    background-color: #fff;
    position: relative;
    font-weight: 400;
    margin-top: 10px;
}

.wcbvp-cell .stock>.stock {
    position: absolute;
    background: #222;
    color: #fff !important;
    top: 50px;
    padding: 0px 10px !important;
    font-size: 12px !important;
    right: 9px;
    opacity: 0;
    transition: opacity .2s ease-in;
}

.wcbvp-cell {
    position: relative;
}

.wcbvp-cell:hover .stock .stock {
    opacity: 1;
}

form.woocommerce-form.woocommerce-form-register.register {}

.woocommerce.eib2bpro-registration-form-woocommerce form {
    width: 100%;
}

.woocommerce.eib2bpro-registration-form-woocommerce input {
    padding: 5px 15px !important;
    width: calc(100% - 30px) !important;
    font-size: 16px;
}

.woocommerce.eib2bpro-registration-form-woocommerce label {
    transform: none !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
}

.eib2bpro_registration_container {
    width: calc(50% - 30px);
    margin: 0px 15px 30px !important;
}

.eib2bpro_registration_form {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
#reg_email {
    width: calc(50% - 15px) !important;
}

.woocommerce.eib2bpro-registration-form-woocommerce form>p+p {
    font-size: 14px;
    margin-top: -30px;
    font-style: italic;
}

.woocommerce-form-register__submit {
    width: 300px !important;
    margin-left: calc(100% - 300px) !important;
    margin-right: auto !important;
    height: 60px !important;
}

.woocommerce-page-header {
    margin-bottom: 45px;
}
.topbar{
	margin-bottom:110px !important;
}

.woocommerce .upsells h2,
.woocommerce .related h2,
.woocommerce div.product.layout-style-6 p.price,
.woocommerce div.product.layout-style-6 span.price,
.woocommerce div.product.layout-style-5 p.price,
.woocommerce div.product.layout-style-5 span.price,
.woocommerce div.product .product_title,
.portfolio-items .portfolio .project-title,
.project-header .project-title,
.page-header .page-title,
.widget-title,
.sober-subscribe-box__title,
.sober-section-heading,
.vc_custom_heading,
.sober-banner-image__title,
.sober-category-banner .banner-title,
.sober-banner-simple__text,
.sober-banner4 .banner-content h1,
.sober-banner4 .banner-content h2,
.sober-banner4 .banner-content h3,
.sober-banner4 .banner-content h4,
.sober-banner4 .banner-content h5,
.sober-banner4 .banner-content h6,
.sober-banner3 .banner-text,
.sober-banner .banner-text,
.sober-countdown .box,
.sober-image-slider__item-text,
.sober-collection-carousel__item-title,
.sober-product .product-title,
.sober-pricing-table .table-header .pricing,
.sober-chart .text,
.sober-popup .popup-content h2,
.sober-popup .popup-content h3,
.sober-popup .popup-content h4, 
.sober-modal .modal-header h4 {
    font-family: Poppins, sans-serif !important;
}

@media (max-width:768px){
	.vc_col-sm-6 .sober-banner4 {
		padding-top: 100%;
	}
	.sober-banner4 > img {
    -webkit-transition: 1s;
    transition: 1s;
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: initial !important;
    width: auto;
		    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
	.sober-banner4:hover > img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
	.fsa-widget-area.widget-area input {
		max-width: 100%;
	}
	li.payment_method_bank_transfer div.spell-pm-image img {object-fit: contain;object-position: left;margin: 0 !important;}
}

@media (max-width:767px){
	.topbar {
		margin-bottom: 0px !important;
	}
}

.ywgc-design-list .ywgc-preset-image img {
    object-fit: cover;
}
html, body {
    width: 100%;
    overflow-x: hidden;
}

.woocommerce-checkout .woocommerce-login-form, .woocommerce-checkout .woocommerce-coupon-form {
    display: none;
}

.ywgc_have_code {
    margin-bottom: 30px;
}
.coupon_button {
    display: flex;
    gap: 30px;
}

/* ------ */

.header-white.no-page-header:not(.woocommerce-page) .site-content {
    padding-top: 0;   
}

.no-page-header .site-header {
    border-bottom: none;     
}

.woocommerce form .form-row .required {
    color: red;   
}
.woocommerce-message.sober-message-box {
    display: flex;
}
.woocommerce-message.sober-message-box a:after {
    display: none;
}
.woocommerce-info.sober-message-box {
    background-color: #f7f6f7;
    color: #515151;
}

.woocommerce-info.sober-message-box .box-content {
    font-weight: 400;
}

.woocommerce-info.sober-message-box .message-icon,
.woocommerce-info.sober-message-box .close {
    display: none;
}

.woocommerce-cart-form > a {
    display: none!important;   
}

:root {
   --brdcolor-gray-300: #f1f2f4;
}


/* Side Cart */
.no-scroll {
    overflow: hidden;
}

.cart-widget-side .return-to-shop {
    text-align: center;
}

.cart-widget-side {
  display: none; 
}

.cart-widget-side .woocommerce-mini-cart__buttons.buttons a {
    display: block;
    text-align: center;
}

.cart-widget-side {
    display: flex;
    flex-direction: column;
}

.cart-widget-side .widget_shopping_cart {
    position: relative;
    flex: 1 1 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.wd-heading {
    display: flex;
    justify-content: space-between;
    flex: 0 0 auto;
    align-items: center;
    padding: 20px 15px;
    border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-heading .title {
    font-size: 130%;
    font-weight: 500;
}

.wd-heading .close-side-widget a {
    color: #909097;
}

.wd-heading .close-side-widget svg {
    width: 14px;
    fill: #909097;
}

.cart-widget-side .widget_shopping_cart_content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
}

.cart-widget-side .widget_shopping_cart .cart_list {
    flex: 1 1 auto;
    border-bottom: none;
}

.cart-widget-side .widget_shopping_cart .woocommerce-mini-cart__total {
    border: none!important;   
}

.cart-widget-side .shopping-cart-widget-body {
    position: relative;
    flex: 1 1 auto;
}

.cart-widget-side .widget_shopping_cart .woocommerce-mini-cart .mini_cart_item {
    margin-bottom: 0;
    padding: 15px 30px 15px 15px;
    transition: background-color .3s ease;
    border-bottom: 1px solid var(--brdcolor-gray-300);
}

.cart-widget-side .wd-scroll-content {
    position: absolute;
    inset: 0;
    max-height: 100%;
    overscroll-behavior: none;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item {
    margin-bottom: 0;
    padding: 15px;
    transition: background-color .3s ease;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item:hover {
    background-color: var(--bgcolor-gray-100);
}

.cart-widget-side .woocommerce-mini-cart .remove {
    top: 13px;
    inset-inline-end: 10px;
}

.cart-widget-side .shopping-cart-widget-footer {
    flex: 0 0 auto;
    padding-bottom: 15px;
}

.cart-widget-side .shopping-cart-widget-footer > * {
    padding-inline: 15px;
}

.cart-widget-side .woocommerce-mini-cart__total {
    margin-top: 0;
}

.cart-widget-side .wd-empty-mini-cart {
    margin-top: 20px;
    padding-inline: 15px;
}


.cart-widget-side .woocommerce-mini-cart .mini_cart_item.wd-fbt-item {
    padding-block: 8px;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item.wd-fbt-item-first {
    padding-bottom: 8px;
}

.cart-widget-side .woocommerce-mini-cart .mini_cart_item.wd-fbt-item-last {
    padding-top: 8px;
}

.wd-side-hidden {
    --wd-side-hidden-w: 340px;
    position: fixed;
    inset-block: .001px 0;
    z-index: 9999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: min(var(--wd-side-hidden-w), 100vw);
    background-color: var(--wc-content-bg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.wd-side-hidden.wd-left {
    right: auto;
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.wd-side-hidden.wd-right {
    right: 0;
    left: auto;
    transform: translate3d(100%, 0, 0);
}

.wd-side-hidden.wd-opened {
    transform: none;
}

.wd-fill {
    position: absolute;
    inset: 0;
}

.wd-close-side {
    position: fixed;
    z-index: 400;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    z-index: 9999999;
    pointer-events: none;
    transition: opacity .5s cubic-bezier(.19,1,.22,1), z-index 0s cubic-bezier(.19,1,.22,1) .5s, top 0s cubic-bezier(.19,1,.22,1) .5s;
}

.wd-close-side.wd-close-side-opened {
    opacity: 1;
    transition-delay: 0s;
    pointer-events: unset;
}

/* START changes */
@media (min-width: 1200px) {
    .single-product .container {
        max-width: 1390px!important;
        width:100%;
    }
    .sober-container .row,.archive .page-header {
        max-width: 1170px;
        margin:auto;
    }
}

@media (min-width: 992px) {

.woocommerce div.product.layout-style-6 div.images .woocommerce-product-gallery__image {
    width: 48%;
}
    .about-blocks .row{
        padding:80px 0;
        display:flex;
    }
.about-blocks .row:nth-last-child(1) img{
        position: absolute;
        top: -80px;
    }
   
}
@media (max-width: 991px) {
    .woocommerce div.product div.images img{
        border-radius: 24px;
    }
    .woocommerce.product-style-6 div.product form.cart .variations_button .quantity {
        margin-bottom: 16px;
    }
    .product-summary .owl-dots:not(.disabled){
        height: 14px;
        text-align: center;
        display: flex!important;
        border-radius: 8px;
        margin: auto;
        width: max-content;
        gap: 3px;
        padding-top: 3px;
        padding-right: 6px;
        padding-bottom: 3px;
        padding-left: 6px;
        margin-top: -29px;
        margin-bottom: 30px;
        background:#FFF;
        position: relative;
    }
    .product-summary .owl-next{
        float:right;
    }
    .product-summary .owl-next,.product-summary .owl-prev{
        background: #E8E8E833 !important;
        width:40px;
        height:40px;
        border-radius:25px;
        color:#CCCCCC!important;
        font-size:25px;
    }
    .product-summary .owl-next svg,.product-summary .owl-prev svg{
        position: absolute;
        top: 10px;
        fill:transparent;
        stroke:unset;
    }
    .product-summary .owl-next svg{
        right: 7px;
    }
    .product-summary .owl-prev svg{
        right: 12px;
    }
     .product-summary .owl-nav{
        transform: translate(-50%, -50%);
        top: 50%;
        position: absolute;
        width: 100%;
        z-index: 9999;
        left: 50%;
        padding: 0 10px;
    }
    .product-summary .owl-dots .owl-dot span{
        display:none;
    }
    .product-summary .owl-dots .owl-dot{
        width:8px;
        height:8px;
        border-radius:50%;
        background:#DEDCDC;
    }
    .product-summary .owl-dots .owl-dot.active{
        background:#23232C;
    }
 .about-blocks  .col-sm-6 {
        width: 100%;
    }
      .about-blocks .row:nth-child(even) {
        flex-direction: unset!important;
        display: block!important;
    }
        .about-blocks .row:nth-child(even):not(:nth-last-child(1)) .content {
        padding-left: 0!important;
        }
        
}
@media (min-width: 769px) and  (max-width: 991px){

.summary .single_add_to_cart_button.button {
    min-width: 50% !important;
}
.woocommerce.product-style-6 div.product form.cart .quantity{
    float:left;
}
    .woocommerce div.product.layout-style-6 .product-summary > div.images {
        width: 46%!important;
        float: left!important;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    .about-blocks .row:nth-last-child(1){
         padding:56px 40px;
    }
    #comments .row {
        display: flex;
        flex-wrap: wrap;
    }
    #comments .col-sm-4:nth-child(3) {
        margin-top:60px;
    }
}
@media (min-width: 1200px) {
	.mobile{
		display:none!important;
	}
	.woocommerce div.product div.summary{
		max-height:unset;
	}
}
@media (max-width: 1199px) {
	.images .images:not(.mobile){
		display:none!important;
	}
	
		.single.woocommerce.product-style-6 div.product .product-summary {
		width:100%!important;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.woocommerce div.product div.summary {
        max-height: unset;
        min-height: 0px;
        margin-bottom: -200px;
    }
	.woocommerce-tabs {
        float: left;
        width: calc(100% - 30px);
        margin: 15px;
    }

}
@media (min-width: 992px) {
    
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper img {
        width: auto;
        height: 424px;
        min-width: 100%;
        max-width: none;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
    }
    .woocommerce div.product.layout-style-6 div.images .woocommerce-product-gallery__slider {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        gap: 17px 4%;
    }
}
@media (min-width: 768px) {
    
    .woocommerce div.product.layout-style-6 div.images {
        width: 48%;
		float:left;
    }
    .woocommerce div.product.layout-style-6 div.summary {
        width: 48%;
    }
    .about-blocks .row:nth-child(even) {
        flex-direction: row-reverse;
        display:flex;
    }
    .woocommerce div.product.layout-style-6 div.images .woocommerce-product-gallery__image{
        border-radius:32px;
        border:1px solid #F0F0F0!important;
        overflow:hidden;
    }
    #comments .col-sm-4:nth-child(2){
        border-width: 1px;
        border-style: solid;
        border-color: #F1F3F2;
        width: 440px !important;
        border-top: 0;
        border-bottom: 0;
    }
    
    .about-blocks .row .col-sm-6:nth-last-child(1){
        margin:unset!important;
        position:relative;
    }
    .about-blocks .row:not(:nth-last-child(1)) .col-sm-6 .content{
        padding-right: 13%;
    }
    .about-blocks .row{
        padding:56px 40px;
    }
    .about-blocks .row:nth-child(even):not(:nth-last-child(1)) .content{
        padding-left: 18%;
        padding-right: 0!important;
    }
    .about-blocks .row:not(:nth-last-child(1)){
        padding:56px 40px;
    }
    .about-blocks .row:nth-last-child(1){
        margin-top:30px;
    }
    .woocommerce .related {
        padding-top: 110px;
    }

}
.about-blocks .row:nth-last-child(1) h5 {
    margin-bottom: 0;
    margin-top: 0;
}
.about-blocks .row:nth-last-child(1) p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom:16px;
}
.about-blocks .row:nth-last-child(1) .col-sm-6:nth-child(1){
    padding-left: 3%;
}
.about-blocks .row:nth-last-child(1) .col-sm-6:nth-child(1) p:nth-last-child(1){
    margin-bottom:0;
}
.about-blocks .row:nth-last-child(1) .col-sm-6 h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px !important;
    margin-top: 8px;
    margin-bottom: 16px;
}
.about-blocks .row{
    padding:56px 0;
}
.about-blocks .row:nth-child(even) {
    background: #F7F7F7;
}

.single-product .product-toolbar{
    padding-bottom:30px;
}
.single-product .product-toolbar, .single-product .product-summary {
    max-width: 1390px !important;
    margin: auto !important;
    left: unset !important;
    width: 100%!important;
    padding: 30px 15px !important;
}
.single-product .product_title{
    font-size:28px!important;
    line-height:36px!important;
    text-transform:uppercase!important;
    font-weight:500!important;
    margin-bottom: 0!important;
}
.woocommerce div.product {
    width: 1360px;
    margin: auto;
    display: contents;
}
.woocommerce div.product.layout-style-6 div.summary .sticky-summary {
    padding-top:0; 
}

.woocommerce div.product.layout-style-6 .woocommerce-product-rating {
    display: flex;
    margin-top: 8px !important;
    margin-bottom:0!important;
}
.woocommerce div.product.layout-style-6 .woocommerce-product-rating .count b{
    font-weight:500!important;
}
.woocommerce div.product.layout-style-6 .woocommerce-product-rating .count::after{
    content:'';
    position:absolute;
    height:1px;
    width:100%;
    background:#767676;
    bottom:0;
    left:0;
}
.woocommerce div.product.layout-style-6 .woocommerce-product-rating .count{
    height: 17px;
    font-size: 14px;
    line-height: 20px;
    color:#767676;
    position:relative;
}
.woocommerce div.product.layout-style-6 .woocommerce-product-rating svg:nth-child(5){
    margin-right: 8px;
}
.woocommerce div.product.layout-style-6 p.price{
    font-size:20px;
    line-height:28px;
    color:#23232C;
    margin-top:24px!important;
    font-weight: 500;
}
.woocommerce div.product .bundle_form .bundled_product .variations .custom-variation-switcher[data-attribute_name="attribute_pa_color"] + select,.woocommerce div.product form.cart .variations select,.woocommerce div.product form.cart .variations .arrow,.woocommerce div.product .bundle_form .bundled_product .variations .custom-variation-switcher:not([data-attribute_name="attribute_pa_color"]),.variations-reset{
    display:none!important;
}
.woocommerce div.product form.cart .variations .variable-options,.woocommerce div.product .bundle_form .bundled_product .variations select,.woocommerce-variation-add-to-cart{
    display:block!important;
}
.woocommerce div.product form.cart .variations .variable-options .value{
    display:flex;
}
.woocommerce div.product form.cart .variations .variable-options .value .custom-variation-switcher{
    gap: 8px;
    display: flex;
	flex-wrap:wrap;
}
.features{
    list-style:none;
    padding:0;
    column-count:2;
    padding-bottom:12px;
    border-bottom: 1px dashed #E3E3E3;
}
.features li{
    gap: 8px;
    display: flex;
    color: #23232C;
    font-size:14px;
    line-height:20px;
    padding-bottom:12px;
}
.variable.type-select{
    width:100%!important;
}
.woocommerce div.product form.cart .variations .label {
    width: 100%;
    padding: 0;
}
.single_add_to_cart_button.button svg{
    display:none;
}
    .woocommerce div.product form.cart div.quantity .qty {
        width: 48px!important;
    }
.is_stuck + div{
    height:0!important;
}
.bundle_form .variations_button, .single-product div.product .bundle_form .variations_button .quantity{
    margin-top:12px;
        margin-left: 0 !important;
    width: 100% !important;
    max-width: 170px;
}

.bundled_item_cart_content select{
    border: 1px solid #DBDDDE!important;
    border-radius:8px;
    width:100%!important;
    max-width:170px!important;
    height:40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.14px;
}
.summary .cart > .bundled_products > .bundled_product .bundled_product_images.images > figure{
    width:unset!important;
}
.cross-sells h2,.bundled_product_title_inner span,.woocommerce div.product .bundle_form ul.products .bundled_product_title{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px!important;
    text-align: left;
}
.single_add_to_cart_button.button{
    min-width:238px!important;
    height:56px!important;
    border-radius:16px!important;
    box-shadow: 0px 6px 16px 0px #23232C1A!important;
    font-size:16px!important;
    line-height:20px!important;
    font-weight:400!important;
}
.bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
    font-size: 16px !important;
}
.woocommerce div.product.layout-style-6 div.summary .sticky-summary {
    position: relative !important;
}
.summary.entry-summary .quantity{
    width: 138px!important;
    border-radius:16px;
    height:56px!important;
    padding:16px 14px;
}
.variation-btn.with_image{
    width:48px;
    height:48px;
    border-radius:30px;
    padding:3px!important;
    background-color: transparent;
}
.variation-btn:not(.with_image){
    background-color: transparent;
    color:#5D5D60;
    font-size:14px;
    padding:8px 16px;
    border:1px solid #E2E2E2;
    border-radius:8px;
}
.variation-btn.selected:not(.with_image),.variation-btn:not(.with_image):hover{
    background-color: #F5F5F5;
    border:1px solid #23232C;
}
.woocommerce div.product form.cart .variations .variable-options:hover:after{
    content:unset;
}
.woocommerce div.product form.cart .variations label {
    font-size: 14px;
    color:#878787;
}
.woocommerce div.product form.cart .variations .label .attr{
    font-size: 14px;
    color:#23232C;
    font-weight: 500;
}
.woocommerce div.product form.cart .variations .variable-options,.woocommerce div.product form.cart .variations .variable-options:hover{
    border:0!important;
    cursor:unset;
}
.woocommerce div.product form.cart .variations {
    text-align:left!important;
}
.variation-btn{
    position:relative;
    overflow:hidden;
}
.variation-btn:not(.exist){
    pointer-events: none;
    color: #D4D4D4!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__slider .woocommerce-product-gallery__image a {
    position: relative;
    height: 424px;
    display: block;
}
.variation-btn:not(.exist):after{
    position:absolute;
    content:'';
    height:1px;
    width: 118%;
    background: #E2E2E2;
    transform: rotate(-29deg);
    bottom: 22px;
    left: -6px;
}

.icon.tab-title-description{
    background-image:url(/wp-content/themes/sober-child/img/description.svg);
}
.icon.tab-title-product_care{
    background-image:url(/wp-content/themes/sober-child/img/care.svg);
}
.icon.tab-title-shipping_returns{
    background-image:url(/wp-content/themes/sober-child/img/shipping.svg);
}
.cross-sell-products h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 48px;
}
.cross-sell-products .row{
    display:flex;
    gap:16px;
}
.cross-sell-products .col-sm-6 {
    width: 50%;
    max-width: 195px;
    padding: 0;
}
.cross-sell-products .col-sm-6 button{
    max-width: 170px;
    height: 40;
    border-radius: 8px;
    border-width: 1px;
    gap: 8px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    border: 1px solid #E1E1E1;
    background: #D3D3D333;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #23232C;
    min-width: 87.18% !important;
    margin-top:12px;
}

.cross-sells h2 {
    margin-top: 10px;
    margin-bottom:4px;
}
.cross-sell-products .col-sm-6 .price{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #23232C;
}
.cross-sell-products{
    float:left;
}
.cross-sell-products .col-sm-6 img {
    border: 1px solid #F0F0F0;
    border-radius:16px;
}
.accordion-title .icon{
    width:24px;
    height:24px;
    display:block;
    background-repeat: no-repeat;
    background-position: center;
}
.variation-btn.with_image.selected,.variation-btn:hover{
    border:1px solid #23232C;
}
.woocommerce div.product form.cart .variations .variable {
    margin: 0 0px 24px 0;
}
.variation-btn.with_image img{
    border-radius:23px;
    border:1px solid #E2E2E2;
}
.accordion-title:nth-last-child(1),.woocommerce div.product.layout-style-6 .woocommerce-tabs{
    border-bottom: 1px solid #F1F3F2;
}
.accordion-title:not(:nth-child(1)){
    border-top: 1px solid #F1F3F2;
}
.woocommerce div.product form.cart .woocommerce-variation{
    margin-bottom:0!important;
}
.woocommerce-variation-add-to-cart p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 3%;
    color: #878787;
    margin-bottom:16px;
}
.accordion-title img{
    width:20px!important;
    height:20px!important;
    width: 10px !important;
    height: 10px !important;
    right: 15px;
    top: 24px !important;
    left: unset !important;
    transform: unset!important;
    min-width: auto !important;
    position:absolute;
}
.accordion-title.active img{
    transform: rotate(180deg) !important;
}
.accordion-title{
    margin:0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #23232C;
    padding:16px 0;
    display:flex;
    gap:8px;
    position:relative;
}
.about-blocks h5{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px!important;
    text-transform:uppercase;
    color: #8C8C8D;
    margin-bottom:0;
}
.about-blocks p{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #56565F;
}
.about-blocks .row .col-sm-6{
    margin:auto!important;
}


.d-flex{
    display:flex!important;
}
#comments .row{
    display:flex;
}
#comments .col-sm-4 .summary svg{
    width:24px;
    height:24px;
}
#comments .col-sm-4 p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #7F7F83;
    margin-bottom:0;
}
#comments .d-flex{
    margin:auto;
}
#comments .woocommerce-product-rating.d-flex{
    margin-right: -5px;
}
.sorting select{
    height:42px;
}
#comments .col-m-4:nth-child(1) .d-flex{
    gap: 8px;
}
.sorting form{
    text-align: right;
}
.sorting select {
    height: 42px;
    width: 240px;
    padding-left: 12px;
    padding-right: 8px;
    border-radius: 8px;
    border: 1px solid #D1D1DB;
    color: #23232C;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.sorting{
    border-width: 1px;
    border-style: solid;
    border-color: #F1F3F2;
    border-left: 0;
    border-right: 0;
    margin:48px 0;
    padding:24px 0;
}

#comments .col-sm-4 .btn{
    box-shadow: 0px 6px 16px 0px #23232C1A;
    box-shadow: 0px 4px 6px 0px #23232C1A;
    width: 200px;
    height: 56px;
    gap: 8px;
    border-radius: 16px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin:auto;
}
.woocommerce div.product form.cart:not(.variations_form) {
    display:block!important;
}

#comments .col-sm-4{
    gap: 12px;
    display: grid;
    margin:auto;
}
.woocommerce-product-rating .count{
    margin-left:16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    min-width: 32px;
    color: #23232C;
    top: 2px;
    position: relative;
}
.woocommerce .star-rating{
    float:unset!important;
    margin-bottom:8px;
}
#reviews #comments .star-rating {
    font-size: 17px;
    letter-spacing: 7px;
    width: 126px;
}
.woocommerce #reviews #comments ol.commentlist li .meta{
    width:100%;
}
.woocommerce #reviews #comments ol.commentlist li .meta time{
    float:right;
    margin-top: -30px;
}
.woocommerce #reviews #comments ol.commentlist li .meta strong {
    font-family: "Tilda Sans VF", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #303736;
}
.woocommerce #reviews #comments ol.commentlist li .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
.d-flex .avarege{
    font-weight: 400;
    font-size: 48px;
    line-height: 61px;
    color: #23232C;
    margin-right: 16px;
}

.about-blocks h3{
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.56px!important;
    margin-top:8px;
    margin-bottom:24px;
    color: #23232C;
}
.related.products h2,.woocommerce-Reviews-title{
    font-weight: 500!important;
    font-size: 32px!important;
    line-height: 40px;
    letter-spacing: -0.64%;
    text-align:left;
}
#comments a.btn:visited {
    color: #fff;
}
.main-slider .item img {
    width: 100%;
    height: 431px; /* Set desired height */
    object-fit: cover; /* Ensures the image fills the space */
    border-radius: 24px;
}
/*div#footer-subscribe-widget-area {
    padding: 0;
    padding-bottom: 30px;
}
div#footer-subscribe-widget-area div:nth-child(1){
    width:100%;
    background:white;
}*/
.thumbnail-slider .item img {
    width: 100%;
    height: 80px; /* Adjust thumbnail height */
    object-fit: cover;
    border-radius: 8px;
}
.woocommerce-Reviews-title{
    text-align: center;
}
#comments .woocommerce-pagination ul {
    border-bottom: 0!important;
}
#comments .page-numbers:after{
    content: unset!important;
}
#comments .page-numbers li{
    padding:0;
}
#comments ul.page-numbers{
    gap:8px;
}
#comments span.page-numbers.current,#comments a.page-numbers:hover{
    background:#23232C;
    font-weight: 500;
    color:#FFF;
    margin-right:8px;
}
#comments a.page-numbers{
    background: #EBEBEB;
    color:#67676B;
    font-weight: 400;
    margin-right:8px;
}
#comments a.next.page-numbers{
    font-size: 16px;
    padding-left:18px;
    padding-right:18px;
    margin-left:16px;
}
#comments a.page-numbers svg{
    width:14px;
    height: 14px;
    margin-top: -1px;
}
#comments a.prev.page-numbers{
    font-size: 16px;
    padding-left:18px;
    padding-right:18px;
    margin-right:24px;
}
#comments a.prev.page-numbers svg{
    transform: rotate(-180deg);
}
#comments li .page-numbers{
    border-radius:8px;
    height:40px;
    min-width:40px;
    padding:10px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.custom-variation-switcher{
    display:flex;
}
.bundled_product_summary select#pa_color_8[data-attribute_name="attribute_pa_color"]{
    display:none!important;
}

@media (min-width: 567px) {
    .main-slider .item img {
        width: 100%;
        height: 631px; /* Set desired height */
        object-fit: cover; /* Ensures the image fills the space */
        border-radius: 24px;
    }
    .thumbnail-slider .item img {
        width: 100%;
        height: 120px; /* Adjust thumbnail height */
        object-fit: cover;
        border-radius: 8px;
    }
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 0 0 14px 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin-bottom: 24px;
}

.woocommerce .quantity .increase, .woocommerce .quantity .decrease {
    width: 24px;
}

.woocommerce .quantity .increase, .woocommerce .quantity{
    gap:7px;
}

.woocommerce .quantity .increase svg, .woocommerce .quantity .decrease svg {
    stroke: #23232C;
    fill: #23232C;
    stroke-width: 0.5px;
}

@media screen and (max-width: 767px) {
	.woocommerce div.product.layout-style-6 div.images .woocommerce-tabs{
		display:none;
	}
	.owl-carousel .owl-item {
        position: relative;
        min-height: 106px;
        margin-bottom: 20px;
    }
	
    .woocommerce.product-style-6 div.product .product-toolbar, .woocommerce.product-style-6 div.product .product-summary {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .woocommerce div.product.layout-style-6 form.cart .variations {
        margin: 0 -40px;
        width: 100%;
    }
    #comments .col-sm-4:nth-child(2){
        width:440px;
        margin:auto;
    }
    .main-slider .owl-stage-outer{
        border-radius:24px;
    }
    .thumbnail-slider .owl-stage-outer .show .item img{
        border: 1px solid var(--Action-color, #23232C);
    }
    .wc-stripe-card-icons-container{
        float:unset!important;
    }
    .woocommerce.product-style-6 div.product div.summary {
        width: 100% !important;
    }
    
    .single-product .product_title {
        font-size: 23px !important;
        line-height: 29px !important;
    }
    .woocommerce div.product.layout-style-6 form.cart .variations {
        margin:0;
    }
    .features li {
        font-size: 10px;
    }
    .woocommerce.product-style-6 div.product form.cart .variations_button .single_add_to_cart_button {
        flex: 1;
        min-width: 50% !important;
        width: 45%;
        float: right;
        margin-bottom:0;
    }
    .woocommerce.product-style-6 div.product form.cart .variations_button .quantity {
        margin-bottom: 0;
        min-width: 45% !important;
        float: left;
    }
    .woocommerce div.product form.cart div.quantity .qty {
        padding-left:0;
        padding-right:0;
    }
    .cross-sell-products{
        display: inline-block;
    }
    .about-blocks h5 {
        margin-top:0;
        font-size: 12px;
        line-height: 18px;
    }
    .about-blocks h3 {
        font-weight: 500;
        font-size: 26px;
        line-height: 32px;
        margin-bottom:8px;
    }
    .about-blocks p {
        font-size: 14px;
        line-height: 20px;
    }
    .woocommerce ul.products li.product {
        width: 50%;
    }
    #comments .row {
        display: flex;
        flex-wrap: wrap;
        gap: 24px;
    }
    .related.products h2, .woocommerce-Reviews-title {
        font-weight: 500 !important;
        font-size: 30px !important;
        line-height: 36px;
    }
    .woocommerce-product-rating.d-flex{
        margin:unset!important;
    }
    .woocommerce-product-rating.d-flex > div:not(.count){
        max-width: 220px;
        width: 50%!important;
    }
    #comments .col-sm-4:nth-child(2) {
        border-width: 0;
        padding: 0;
    }
    .sorting select{
        width:100%;
    }
    #reviews .row{
        margin-left:unset;
        margin-right:unset;
    }
    #comments .col-sm-4 {
        gap: 12px;
        display: grid;
        margin: unset;
        width: 100%;
        padding: 0;
    }
    #comments .col-sm-4 .btn {
        width:100%;
    }
    .woocommerce div.product .product-summary > div.images img {
        display: block;
        max-width: unset !important;
        width: 100%;
        height: auto;
        box-shadow: none;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
    }
	.woocommerce div.product .product-summary > div.images .thumbnail-slider img {
		max-height: 106px;	
	}
}

.woocommerce div.product.layout-style-6 div.images .woocommerce-tabs:nth-last-child(1){
		display:none!important;
	}
@media screen and (min-width: 768px) and (max-width:1190px) {
    .woocommerce div.product.layout-style-6 div.images {
        opacity:1!important;
    }
	.woocommerce div.product.layout-style-6 div.images .woocommerce-tabs{
		width:100%;
		display:block;
		margin-top:30px;
	}
	.single.woocommerce.product-style-6 div.product .product-summary .summary {
    margin-bottom: -120px;
}
	.type-product > .woocommerce-tabs{
		display:none;
	}
    .woocommerce.product-style-6 div.product .product-summary{
        width:50%!important;
        margin: unset !important;
        float: left;
    }
    .woocommerce.product-style-6 div.product .summary.entry-summary{
        float: right;
    }
    .woocommerce-tabs{
        float: left;
        width:50%;
    }
    .about-blocks {
        display: grid;
        width: 100%;
    }
    .container {
        width:unset;
    }
}
.cart-widget-side .variation-Includes ,.cart-widget-side dt.variation- {
    display:none!important;
}
.woocommerce .related{
    border: 0;
}
.wd-side-hidden {
    --wd-side-hidden-w: 400px;
}
.cart-widget-side .variation- div{
    display: flow-root;
}

.av-sizes-items>div.oos {
    text-decoration: unset!important;
}

.woocommerce div.product .woocommerce-tabs .panel ,.woocommerce div.product .bundle_form ul.products li.product{
    text-align: left;
}
.woocommerce div.product p.stock{
    float: left;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-left: 18px;
    color: #23232C;
}
.woocommerce div.product p.stock:not(.in-stock):before{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background:red;
    border-radius: 50%;
    left: 0;
    top: 15px;
}
.woocommerce div.product p.in-stock:before{
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #2DA423;
    border-radius: 50%;
    left: 0;
    top: 15px;
}
.edw_date{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #23232C;
    padding-top: 10px;
    margin-left: 3px;
    float: left;
}
.woocommerce .quantity .decrease[disabled="disabled"] svg {
    stroke: #D0D0D0;
    fill: #D0D0D0;
}
.woocommerce div.product .bundle_form .bundled_product .quantity {
    max-width: 100%;
    display: inline-flex;
    width: 100% !important;
}
.checkout .variation-,.cart .variation-,.woocommerce.cart-content-wrapper .woocommerce-error, .menu-item .woocommerce-error,.woocommerce-variation-description{
	display:none!important;
}

form.woocommerce-checkout td.product-remove a:before, .woocommerce-remove-coupon:before {
    font-size: 14px!important;
    content: "x"!important;
	font-family:unset!important;
}


/* Sign me up to receive email updates and news (nav obligāts) Checkout */

.kl_newsletter_checkbox_field label.checkbox {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
}
.kl_newsletter_checkbox_field #kl_newsletter_checkbox {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}
.kl_newsletter_checkbox_field #kl_newsletter_checkbox ~ :before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 5px;
  border: 1px solid #e4e6eb;
    border-top-color: rgb(228, 230, 235);
    border-right-color: rgb(228, 230, 235);
    border-bottom-color: rgb(228, 230, 235);
    border-left-color: rgb(228, 230, 235);
  background-color: #e4e6eb;
  transition: all .5s;
}
.woocommerce .kl_newsletter_checkbox_field label.checkbox::before,
.woocommerce .kl_newsletter_checkbox_field label.checkbox::after {
	display: none;
}
.kl_newsletter_checkbox_field #kl_newsletter_checkbox:checked ~ :after {
  content: "";
  position: absolute;
  left: 6px;
  top: 12px!important;
  width: 12px;
  height: 6px;
  border-left: 2px solid #23232c;
  border-bottom: 2px solid #23232c;
  transform: rotate(-45deg);
  z-index: 2;
}
.kl_newsletter_checkbox_field #kl_newsletter_checkbox:checked ~ :before {
	border-color: #23232c;
	background-color: #fff;
}

.woocommerce-account .show-password-input{
    display:none;
}

.av-sizes {
   justify-content: left;
}

.av-sizes-title {
    font-weight: 500;
    font-style: italic;
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 13px;
}

.av-sizes-items {
    margin: 0;
}

.woocommerce .woocommerce-ordering .select2-selection--single  {
    height: 35px;
}

.woocommerce .woocommerce-ordering .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 16px;
	padding: 5px 16px;
}

.woocommerce form.lost_reset_password label {
    transition: unset;
    transform: unset;
}

.woocommerce-cart .cart-collaterals table.shop_table th {
    padding-right: 10px;
}
body.woocommerce-cart .cart-content-wrapper table.cart .product-thumbnail {
    margin-right: 10px!important;
    width:110px!important;
}
.woocommerce div.product form.cart .reset_variations {
    color: currentColor;
    margin-top: 30px;
    padding: 6px 10px;
    background-color: #F5F5F5;
    border: 1px solid #23232C;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: left;
}

@media (min-width: 1280px) {
    .woocommerce-cart .cart-content-wrapper .cart-collaterals {
        width: 39%!important;
    }
}

.woocommerce .ywgc_enter_code {
    width: fit-content!important;
}

@media screen and (max-width: 1199px) {
    .side-menu {
        padding-bottom: 60px;
    }
}

.woocommerce .ywgc_enter_code .form-row {
  width: 100%;
}

.woocommerce .ywgc_enter_code .form-row input{
  max-width: -moz-available;
}

.woocommerce .ywgc_enter_code {
  width: auto!important;
}

/* Checkout #aw26_checkout_fields css */
#aw26_checkout_fields .woocommerce-input-wrapper input[type="radio"] {
    margin-right: 6px;
}

#aw26_checkout_fields .woocommerce-input-wrapper label {
    display: block;
    line-height: 1;
    margin-bottom: 6px;
}

.woocommerce form #aw26_checkout_fields .form-row label.radio .required {
    display: none;
}
.woocommerce #aw26_checkout_fields input[type=radio]+label:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 2px;
}

.woocommerce #aw26_checkout_fields input[type=radio]+label:after {
    width: 10px;
    height: 5px;
}
.woocommerce #aw26_checkout_fields input[type=radio]+label{
    padding-left: 38px;
}

.wc-bulk-variations-table>div.wcbvp-cell .price{
	font-size:12px;
}

.woocommerce div.product.layout-style-6 div.summary{
    padding-left: 20px;
}
.wc-bulk-variations-table>div.wcbvp-header.wcbvp-row-header>span{
    font-size: 14px;
}

.wc-bulk-variations-table>div.wcbvp-header.wcbvp-col-header{
    font-size: 12px;
}

.woocommerce-validated label:before{
    border-color: #23232c!important;
    background-color: #fff!important;
}
.woocommerce-validated label:after{
    border-color: #23232c!important;
}