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


.mb-20 {
	margin-bottom: 20px;
}
.mb-24 {
	margin-bottom: 24px;
}

.page-template-homepage .site-content .sober-container {
	padding-right: 0;
	padding-left: 0;
}

/* Style header layout */
.site-header .row {
	padding-right: 40px;
	padding-left: 40px;
}

.site-header .row:first-child {
	margin-bottom: 24px;
}

:not(.home) .site-header {
	border-bottom: 1px solid #f2f2f2;
}

.site-header > div {
	display: flex;
	padding: 0;
}

/* Style header icons */
.site-header .header-icon {
	display: flex;
	justify-content: end;
	flex: 0 1 100%;
}

.header-icon li.menu-item-cart svg,
.header-icon li.menu-item-wishlist svg,
.header-icon li.menu-item-search svg {
	fill: none;
	width: auto;
	height: auto;
	stroke-width: initial;
}

.header-icon li.menu-item-cart {
	padding-right: 0;
}

.header-icon li.menu-item-wishlist,
.header-icon .menu-item-search {
	margin-right: 24px;
	padding-right: 0;
}

.header-icon ul {
	display: flex;
	align-items: center;
}

.header-icon-right ul {
	justify-content: flex-end;
}

.header-icon-left ul {
	justify-content: flex-start;
}

.header-icon li.menu-item-cart span.count, .header-icon li.menu-item-wishlist span.count {
	display: none;
}

.ele-cart-status {
	width: 5px;
	height: 5px;
	background-color: #bbb;
	display: block;
	border-radius: 100%;
	position: absolute;
	bottom: 3px;
	left: 16px;
}

.ele-cart-status.ele-cart-status--active {
	background-color: #ff3e00;
}

.ele-cart-status.ele-cart-status--inactive {
	background-color: #24E320;
}

.toggle-nav .icon-nav:before {
	content: unset;
}

.toggle-nav .icon-nav:after {
	width: 18px;
	height: 1px;
	border-bottom-width: 1px;
	top: 4px;
}

.toggle-nav .icon-nav {
	width: 22px;
	height: 1px;
	border-bottom-width: 1px;
}

.toggle-nav.active .icon-nav {
	width: 18px;
}

/* Style titles next to header icons */
.ele-header-title {
	margin-left: 12px;
	display: none;
}

.list-dropdown .current,
.list-dropdown ul li a,
.ele-header-title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

/* Caret correct vertical alignment fix */
.list-dropdown .current {
	display: flex;
	align-items: center;
}

/* Style caret */

.list-dropdown .caret {
	margin-left: 8px;
}

/* Style header navigation */
.site-header .site-nav,
.site-header .site-branding,
.site-header .header-icon {
	width: 100%;
}
.header-v4 .site-header .site-navigation {
	display: flex;
	justify-content: center;
}

.header-v4 .site-header .site-navigation .nav-menu {
	display: flex;
	padding: 12px 0;
}

.nav-menu a {
	font-size: 13px;
}

.nav-menu li {
	margin-right: 40px;
}

.primary-menu.side-menu .menu {
	padding-top: 100px;
}

.primary-menu.side-menu .menu > li > a {
	line-height: 28px;
}

.side-menu .side-menu__wrapper {
	padding: 24px 31px 84px 40px;
}

.side-menu .side-menu__bottom {
	margin-bottom: 0;
}

.side-menu li {
	margin-bottom: 4px;
}

.side-menu__products {
	display: flex;
}

.side-menu__product:not(:last-child) {
	margin-right: 16px;
}

.side-menu__product {
	text-align: center;
}

.side-menu__product h5 {
	margin: 8px 0 0;
	color: #050505;
	line-height: 12px;
	font-size: 8px;
	text-transform: uppercase;
}

.site-header .row:nth-child(2) {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.ele-lang-switcher {
	display: flex;
 	gap: 15px;
	margin-bottom: 20px;
}

.ele-lang-switcher a {
	font-size: 12px;
	line-height: 28px;
	color: #050505;
	font-weight: 400;
}

.ele-lang-switcher a.active {
	font-weight: 500;
}

.buttons .yith-add-to-wishlist-button-block {
	display: none;
}

.page-id-33 #menu-primary-menu > li:nth-child(n+4),
.page-id-387 #menu-primary-menu > li:nth-child(n+4),
.page-id-389 #menu-primary-menu > li:nth-child(n+4),
.page-id-2195 #menu-primary-menu > li:nth-child(n+4) {
	display: none;
}

.page-id-33 #menu-primary-menu > li:nth-child(3),
.page-id-387 #menu-primary-menu > li:nth-child(3),
.page-id-389 #menu-primary-menu > li:nth-child(3) {
	margin-right: 0;
}

#menu-item-2922 > a,
#menu-item-3690 > a{
	color: red;
}

#menu-item-2922 > a:after,
#menu-item-3690 > a:after {
	background-color: red;
}

.search-form .search-submit svg,
.mobile-menu-bottom .item-cart svg,
.search-modal .search-fields button svg,
.search-modal .search-fields:hover button svg {
	fill: none;
	stroke-width: initial;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .woocommerce-breadcrumb .fa {
	color: #444;
}

.woocommerce .woocommerce-breadcrumb a {
	text-decoration: underline;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	text-decoration: none;
}

.woocommerce-checkout form.checkout .form-row-last label {
	margin-left: 0;
}

.woocommerce div.product form.cart.swatches-support .swatch-label {
	width: 30px;
	height: 25px;
}

.woocommerce div.product form.cart.swatches-support .swatch-label:after {
	left: -5px;
  top: unset;
}

.woocommerce div.product form.cart.swatches-support .swatch-label.swatch-onesize,.woocommerce div.product form.cart.swatches-support .swatch-label.swatch-vienas-dydis {
	white-space: initial;
	line-height: 16px;
}

.woocommerce div.product form.cart.swatches-support .swatch-label.swatch-onesize:after,.woocommerce div.product form.cart.swatches-support .swatch-label.swatch-vienas-dydis:after {
	left: -10px;
    top:-9px;
    width: 50px;
    height:50px;
}

.woocommerce div.product form.cart.swatches-support .swatch {
	margin: 12px 15px;
}

.woocommerce div.product form.cart.swatches-support .swatch:after {
	border-color: #ddd;
}

.woocommerce ul.products li.product .price {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #444;
	text-align: left;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: 12px 0;
	font-size: 12px;
	line-height: 20px;
}

.woocommerce ul.products li.product {
	margin-bottom: 16px;
	padding: 0 24px;
}

.woocommerce ul.products li.product .product-header {
	margin-bottom: 0;
}

.woocommerce-loop-product__title {
	text-align: left;
}

.iconic-woothumbs-fullscreen {
	display: none;
}

.iconic-woothumbs-images__video {
	width: 60%;
}

.video-thumbnail {
	width:100%;
	height: auto;
}
@media screen and (max-width: 360px) {
	.video-thumbnail {
		height:115px;
	}
	}

body.error404 {
	background: #f1f2f4;
}

.iconic-woothumbs-thumbnails-wrap.iconic-woothumbs-thumbnails-wrap--stacked.iconic-woothumbs-thumbnails-wrap--vertical {
position: absolute;
overflow-y: visible;
max-height: 100%;
}

.site-title {
border:none;
}

.woocommerce-variation-availability {
	display: none;
}

.account-link,
.logout-link,
.login-link,
.order-tracking-link {
	display: none;
}

.woocommerce .shop-toolbar {
	border: none;
	padding-bottom: 0;
}

.woocommerce .shop-toolbar .woocommerce-result-count,
.woocommerce .shop-toolbar .toolbar-control li:first-child,
.woocommerce .shop-toolbar .toolbar-control .filter .toggle-filter svg {
	display: none;
}

.woocommerce .shop-toolbar .nav-filter .woocommerce-ordering {
	border: none;
	margin: 0;
}

.woocommerce .shop-toolbar .toolbar-control li:last-child {
	padding-left: 16px;
}

.woocommerce .page-header {
	display: none;
}

.shop-toolbar .page-title {
	margin: 0 auto 0 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.shop-toolbar > div {
	display: flex;
	justify-content: end;
}

.select2-container.select2-container--default .select2-selection--single:hover .select2-selection__rendered,
.woocommerce .woocommerce-ordering .select2-selection--single .select2-selection__rendered,
.woocommerce .shop-toolbar .toolbar-control .filter .toggle-filter {
/*	text-transform: uppercase; */
	font-size: 14px;
	color: #444;
}

.select2-container.select2-container--default .select2-selection--single {
	padding: 0 !important;
}

.woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
	padding-top: 0;
}

.woocommerce div.product div.summary {
	text-align: left;
}

.woocommerce div.product.layout-style-2 div.summary {
	padding: 80px 0 0 48px;
	position: sticky;
	top: 0;
}

.woocommerce .woocommerce-breadcrumb, .breadcrumb {
	text-transform: uppercase;
	font-size: 8px;
	line-height: 20px;
	color: #050505;
}

.woocommerce div.product .product_title {
	font-size: 20.3px;
	line-height: 24px;
	color: #050505;
	margin-bottom: 8px;
}

.ele-title-meta {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.woocommerce div.product .star-rating {
	margin: 0;
	margin-right: 8px;
	font-size: 12px;
	width: 92px;
}

.ele-review-count {
	text-transform: uppercase;
	font-size: 8px;
	line-height: 10px;
	color: #444;
}

.woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart.swatches-support .variable-options .label {
	text-align: left;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 36px;
}

.woocommerce div.product form.cart .variations .variable {
	padding-left: 0;
	margin-bottom: 0;
}

.woocommerce div.product form.cart.swatches-support .swatch {
	margin: 0 12px 8px 0;
}

.woocommerce div.product form.cart.swatches-support .swatch.swatch-label {
}

.woocommerce div.product form.cart .variations label {
	color: #050505;
	font-weight: 500;
	margin: 0;
}

.woocommerce div.product form.cart.swatches-support .variable-options .label {
	font-size: 8px;
	line-height: 10px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.woocommerce div.product form.cart .woocommerce-variation {
	margin: 0;
}

.woocommerce div.product form.cart div.quantity,
.variations-reset {
	display: none!important;
}

.woocommerce div.product p.price {
	margin: 0 0 24px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
	color: #444;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

.woocommerce div.product .woocommerce-product-details__short-description, .woocommerce div.product div[itemprop="description"] {
	color: #050505;
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 28px;
}

.ele-leasing {
	margin-bottom: 16px;
	color: #050505;
	line-height: 17px;
	font-size: 14px;
	text-transform: uppercase;
}

.ele-leasing img {
	max-width: 80px;
	margin: 0 10px;
}

.woocommerce div.product form.cart .add-to-wishlist-button, .woocommerce div.product p.cart .add-to-wishlist-button {
	display: none;
}

.woocommerce div.product form.cart .button, .woocommerce div.product p.cart .button {
	width: 100%;
	text-transform: uppercase;
	color: #444;
	background-color: transparent;
	line-height: 28px;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 0;
	border: 1px solid #444;
}

.woocommerce div.product form.cart .button svg, .woocommerce div.product p.cart .button svg {
	display: none;
}

.ele-single-bottom {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 16px;
}

.ele-buy-now {
	width: 100%;
	display: block;
	background-color: #050505;
	padding: 12px 0;
	color: #f2f2f2;
	line-height: 28px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 48px;
}

.ele-more {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 20px;
	color: #444;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin-bottom: 16px;
}

.ele-buy-now:hover {
	color: #f2f2f2;
}

.home #gotop {
	display: none;	
}

.ele-accordion {
	width: 89%;
	margin-left: auto;
}

.ele-accordion__title {
	text-transform: uppercase;
	color: #050505;
	font-size: 12px;
	line-height: 20px;
	padding-top: 8px;
	margin-bottom: 20px;
	position: relative;
	display: flex;
	align-items: center;
}

.ele-accordion__icon {
	width: 14px;
	height: 14px;
	stroke-width: initial;
	margin-left: auto;
	transition: 0.2s transform ease-in-out;
}

.ele-accordion.ele-accordion--open .ele-accordion__icon {
	transform: rotate(45deg);
}

.ele-accordion .ele-accordion__content {
	display: none;
	margin-bottom: 20px;
}

.ele-accordion__content p {
	line-height: 24px;
	color: #444;
}

.ele-accordion__content p:last-child {
	margin: 0;
}

.ele-accordion.ele-accordion--open .ele-accordion__content {
	display: block;
}

.woocommerce-tabs {
	width: 48%;
	margin-bottom: 40px;
}

.contact-form {
	padding: 0 165px;
}

.grecaptcha-badge {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab {
	display: none;
}
.vc_custom_heading {
	font-family: 'Poppins', sans-serif;
}

.modal-btn {
	color:white;
	font-size:18px;
	padding: 12px 48px;
	display: inline-block;
	background-color: #7DB55E;
	position:relative;
	overflow:hidden;
}

.modal-btn:hover {
	background-color: #7DB55E;
	color: white;
}

.modal-code {
	display:inline-block;
	position: relative;
	color:white;
	font-size:18px;
	padding: 12px 48px;
	background-color: #487A99;
	overflow: hidden;
}

.modal-code:hover {
	background-color: #487A99;
}

.modal-code:after,
.modal-btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.25s;
	background-color: rgba(0,0,0,0.2);
	top: 0;
	right: 100%;
}

.modal-code:hover:after,
.modal-btn:hover:after {
	right: 0;
}

.modal-code:focus {
	background-color: #487A99;
}

.modal-code:focus:after {
	right:0;
}

.woocommerce-checkout form.checkout .form-row-last#billing_last_name_field label {
	margin-left: -130px;
}

.woocommerce-checkout form.checkout .col-2 {
	padding-top: 0;
}

.woocommerce-checkout form.checkout .col-2 h3 {
	display: none;
}

.woocommerce-checkout form.checkout .col-1 {
	border: none;
}

.woocommerce div.product form.cart.swatches-support .swatch-label {
	width: auto;
	height: auto;
	border: 2px solid #ddd;
	border-radius: 0;
	padding: 10px;
	line-height: 12px;
}

.woocommerce div.product form.cart.swatches-support .swatch-label.selected {
	border-color: #23232c;
}

.woocommerce div.product form.cart.swatches-support .swatch-label:after {
	display: none;
}

.site-footer .footer-widgets:before, .site-footer .footer-content:before, .site-footer .footer-info:before {
	content: unset;
}

.site-footer .sober-container {
	display: flex;
	text-transform: uppercase;
}

.site-footer .sober-container > div {
	width: 10%;
}

.site-footer .sober-container > .site-info {
	width: 80%;
	text-align: center;
}

.footer-info .container, .footer-info .sober-container {
	padding-top: 16px;
	padding-bottom: 24px;
}

.footer-info .copyright,
.footer-menu a{
	color: #050505;
	line-height: 20px;
}

.footer-menu li {
	padding: 0 20px;
}

.socials-menu li {
	padding: 0 10px;
}

.socials-menu span:not(.svg-icon) {
	position: static !important;
	height: auto;
	width: auto;
}

.socials-menu a {
	font-family: inherit;
	color: #050505;
	font-size: 12px;
}

.socials-menu a[href*="facebook.com"]:before,
.socials-menu a[href*="instagram.com"]:before {
	content: unset;
}

.woocommerce-cart-form .wc-proceed-to-checkout {
	background-color: #23232c;
	text-align: center;
	padding: 0;
}

.woocommerce-cart-form .wc-proceed-to-checkout a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
	height: 80px;
	line-height: 80px;
	color: white;
}

.cart_totals .wc-proceed-to-checkout {
	display: none;
}

.sober-loop-atc-button svg path,
.add-to-wishlist-button svg path {
	stroke-width: 1;
	fill: none;
	stroke: white;
}

.menu-item-mobile-cart svg path {
	stroke-width: 1;
	fill: none;
}

@media(min-width:1800px) {
	.tingle-modal-box {
		width:45%;
	}
}

@media(min-width:1577px) {
	.tingle-modal-box {
		width:50%;
	}
}

@media(max-width:991px) {
	.woocommerce-checkout form.checkout .form-row-first, .woocommerce-checkout form.checkout .form-row-last {
		width: 100%;
		float: none;
		padding: 0;
	}
	.woocommerce-checkout form.checkout .form-row-last#billing_last_name_field label {
		margin-left: 0;
	}
	.site-footer .sober-container {
		flex-direction: column;
	}
	.site-footer .sober-container > div,
	.site-footer .sober-container > .site-info {
		width: 100%;
	}
	.footer-info .copyright {
		margin-bottom: 20px;
	}
	.footer-menu li {
		display: block;
	}	
	.woocommerce div.product.layout-style-2 div.summary {
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.woocommerce ul.products li.product .price {
		opacity: 0;
		visibility: hidden;
		font-size: 12px;
		line-height: 20px;
		font-weight: 400;
		color: #444;
		text-align: left;
	}

	.woocommerce ul.products li.product:hover .price {
		opacity: 1;
		visibility: visible;
	}
}

@media(max-width:754px) {
	.tingle-modal-box {
		width: 80%;
	}
}

@media(max-width:540px) {
	.tingle-modal-box__content-img {
		display:none;
	}
	.tingle-modal-box {
		width:auto;
		margin: 0 20px;
	}
	.tingle-modal {
		padding-top:20px;
	}
}