/*
Theme Name: Bagels
Description: Specific styles of the theme relative to this website.
*/

/*Flexible Elements*/
	/*Category boxes*/

.lv-content-block .cb-category-boxes{
	width: 100vw;
	max-width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single,
.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single,
.lv-content-block .cb-category-boxes.boxes-count-1 .cb-ctbx-single{
	width: 100%;
	height: 290px;
}
.lv-content-block .cb-category-boxes .cb-ctbx-text{ 
	max-width: 47%;
}

.lv-content-block .cb-category-boxes .cb-ctbx-text{
	margin-bottom: 15px;
	z-index: 1;
}
.lv-content-block .cb-category-boxes .cb-ctbx-text .cb-ctbx-name{
	margin-bottom: 10px;
}
.lv-content-block .cb-category-boxes .cb-ctbx-text .cb-ctbx-promo-img{
	max-width: 350px;
	max-height: 490px;
    display: block;
    margin-bottom: 15px;
}

.lv-content-block .cb-category-boxes .cb-ctbx-text .do-lv-theme-button > span{ top: 1px; }

.lv-content-block .cb-category-boxes .cb-ctbx-single.do-ls-full-area-overlay-after:after{
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.05);
}

.lv-content-block .cb-ctbx-single:hover img{ opacity: 0.9; }

.lv-content-block .cb-ctbx-single:hover .do-lv-theme-button{ color: #fff; }

@media(min-width: 400px){
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single{
		height: 315px;
	}
}

@media(min-width: 768px){
	.lv-content-block .cb-category-boxes{
		gap: 5px;
		flex-wrap: nowrap !important;
	}
	/* .lv-content-block .cb-category-boxes .cb-ctbx-single{
		margin-right: 5px;
	}
	.lv-content-block .cb-category-boxes .cb-ctbx-single:last-child{
		margin-right: 0;
	} */
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single{
		/* width: calc( ( 100% / 2 ) - 5px ); */
		width: 50%;
		height: 310px;
	}

	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single{
		/* width: calc( ( 100% / 3 ) - 10px ); */
		width: calc(100% / 3);
		height: 245px;
	}

	/*.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single:first-child .cb-ctbx-text,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single:first-child .cb-ctbx-text{
		margin-left: 3vw;
	}

	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single:last-child .cb-ctbx-text,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single:last-child .cb-ctbx-text{
		margin-right: 3vw;
	}*/

	/*.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single:not(:first-child) .cb-ctbx-text,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single:not(:first-child) .cb-ctbx-text{
		margin-left: 20px;
	}*/

	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single .cb-ctbx-text,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single .cb-ctbx-text{
		margin-left: 20px;
	}

	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-name{ font-size: 17px; }
}

@media(min-width: 992px){
	.lv-content-block .cb-category-boxes.boxes-count-1 .cb-ctbx-single,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single{
		height: 420px;
	}

	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single{ height: 345px; }
	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-name{ font-size: 23px; }
}

@media(min-width: 1200px){
	.lv-content-block .cb-category-boxes .cb-ctbx-text{ 
		margin-bottom: 45px;
	}
	/*.lv-content-block .cb-category-boxes:is(.boxes-count-1, .boxes-count-2) .cb-ctbx-single{ height: 755px; }*/

	.lv-content-block .cb-category-boxes.boxes-count-1 .cb-ctbx-single,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single{
		height: 625px;
	}

	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single{
		height: 550px;
	}

	.lv-content-block .cb-category-boxes.boxes-count-2.cb-hero-banners .cb-ctbx-single{
		height: 515px;
	}

	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-name{ font-size: 29px; }
}

@media(min-width: 1366px){
	/*.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single:not(:first-child) .cb-ctbx-text,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single:not(:first-child) .cb-ctbx-text{
		margin-left: 30px;
	}*/
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single:first-child .cb-ctbx-text .cb-ctbx-promo-img{
		max-width: 300px;
	}

	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single .cb-ctbx-text,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single .cb-ctbx-text{
		margin-left: 40px;
	}
	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single:first-child .cb-ctbx-text,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single:first-child .cb-ctbx-text{
		margin-left: 40px;
	}

	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single{ height: 515px; }
	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-name{ font-size: 30px; }
}

@media(min-width: 1400px){
	.lv-content-block .cb-category-boxes.boxes-count-1 .cb-ctbx-single,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single{
		height: 590px;
	}

	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single{ height: 630px; }

	.lv-content-block .cb-category-boxes.boxes-count-2.cb-hero-banners .cb-ctbx-single{
		height: 530px;
	}
}

@media(min-width: 1680px){
	.lv-content-block .cb-category-boxes.boxes-count-2.cb-hero-banners .cb-ctbx-single{
		height: 610px;
	}
}

@media(min-width: 1920px){
	.lv-content-block .cb-category-boxes.boxes-count-1 .cb-ctbx-single,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single{
		height: 710px;
	}

	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single:first-child .cb-ctbx-text .cb-ctbx-promo-img{
		max-width: 470px;
	}

	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single{ height: 700px; }
	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-name{ font-size: 35px; }

	.lv-content-block .cb-category-boxes.boxes-count-2.cb-hero-banners .cb-ctbx-single{
		height: 700px;
	}
}

@media(max-width: 1365px){
	.lv-content-block .cb-category-boxes .cb-ctbx-text .cb-ctbx-promo-img{
		max-width: 200px;
	}
	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single .cb-ctbx-text, 
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single .cb-ctbx-text{
		margin-left: 20px;
	}
	.lv-content-block .cb-category-boxes.boxes-count-3 .cb-ctbx-single:first-child .cb-ctbx-text,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single:first-child .cb-ctbx-text{
		margin-left: 20px;
	}
}

@media(max-width: 991px){
	.lv-content-block .cb-category-boxes .cb-ctbx-text .cb-ctbx-promo-img{
		max-width: 150px;
	}
}

@media(max-width: 767px){
	.lv-content-block .cb-category-boxes .cb-ctbx-text{
		width: 100%;
		margin-left: 15px;
		margin-right: 15px;
	}

	.lv-content-block .cb-category-boxes .cb-ctbx-single{
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.lv-content-block .cb-category-boxes .cb-ctbx-single:not(:last-child){ margin-bottom: 5px; }
}

@media(min-width: 1366px) and (max-height: 768px){
	.lv-content-block .cb-category-boxes.boxes-count-1 .cb-ctbx-single,
	.lv-content-block .cb-category-boxes.boxes-count-2 .cb-ctbx-single{
		height: 570px;
	}
}
/*Category boxes*/

/*Products grid*/
.lv-content-block .cb-prod-grid .cb-pg-l-1,
.woo-wrapper .woocommerce ul.products{
	/*gap: 12px;*/
	margin-bottom: -10px;
}

.lv-content-block .cb-prod-grid .cb-pg-title{
	margin-bottom: 15px;
	line-height: 1.3;
}

.lv-content-block .cb-prod-grid li.product,
.woo-wrapper .woocommerce ul.products li.product{
    margin-bottom: 20px;
    width: calc( 25% - ( 36px / 4 ) );
    margin-right: 0 !important;
}

@media(min-width: 992px){
	.lv-content-block .cb-prod-grid .cb-pg-title{ font-size: 37px; }

	.lv-content-block .cb-prod-grid li.product:not(:nth-child(4n)),
	.woo-wrapper .woocommerce ul.products li.product:not(:nth-child(4n)){
		margin-right: 12px !important;
	}
}

@media(max-width: 991px){
    .lv-content-block li.product,
	.woo-wrapper .woocommerce ul.products li.product{
        width: calc( ( 100% / 3 ) - ( 24px / 3 ) );
    }
}

@media(max-width: 767px){
	.lv-content-block .cb-prod-grid{ padding: 25px 0 0px; }

    .lv-content-block li.product,
    .lv-content-block .cb-prod-grid li.product,
	.woo-wrapper .woocommerce ul.products li.product{
        width: calc( 50% - ( 12px / 2 ) );
    }

	.lv-content-block .cb-prod-grid li.product:not(:nth-child(2n)),
	.woo-wrapper .woocommerce ul.products li.product:not(:nth-child(2n)){
		margin-right: 12px !important;
	}
}

@media(min-width: 768px) and (max-width: 991px){

	.woo-wrapper .woocommerce ul.products li.product:not(:nth-child(3n)){
		margin-right: 12px !important;
	}

	.lv-content-block .cb-prod-grid li.product:not(:nth-child(4n)){
		margin-right: 12px !important;
	}
}
/*Products grid*/

/*Products slider*/
.lv-content-block .cb-prsl-text{
	margin: 0 0 25px 20px;
	padding-right: 20px;
	z-index: 1;
}

.lv-content-block .cb-prsl-slider .do-ls-woo-products{
	position: relative;
	top: 5px;
}

.lv-content-block .cb-prsl-img-box:hover img{ opacity: 0.9; }

.lv-content-block .cb-prsl-img-box:hover .do-lv-theme-button{ color: #fff; }

.lv-content-block .cb-prsl-slider li.product{ width: 100%; }

.lv-content-block .cb-prsl-slider li.product h2.
.lv-content-block .cb-prsl-slider li.product .price{
	padding-left: 1px;
}

.lv-content-block .cb-prsl-text .do-lv-theme-button > span { top: 1px; }

@media(min-width: 768px){
	.lv-content-block .cb-prsl-name{ font-size: 17px; }
	.lv-content-block .cb-prsl-img-box{ width: 43%; }

	.lv-content-block .cb-prsl-slider{
		background-color: rgba(0, 0, 0, 0.73);
		width: 57%;
	}
}

@media(min-width: 992px){
	.lv-content-block .cb-prsl-name{ font-size: 23px; }
	.lv-content-block .cb-prsl-slider{ padding: 70px 40px; }
}

@media(min-width: 1200px){
	.lv-content-block .cb-prsl-name{ font-size: 29px; }
}

@media(min-width: 1366px){
	.lv-content-block .cb-prsl-name{ font-size: 30px; }
}

@media(min-width: 1920px){
	.lv-content-block .cb-prsl-name{ font-size: 35px; }
}

@media(max-width: 991px){
	.lv-content-block .cb-prsl-slider{ padding: 50px 40px; }
	
	.lv-content-block .cb-prsl-slider .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{ font-size: 13px; }

	.lv-content-block .cb-prsl-slider .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{
		right: 7px;
		top: 7px;
	}

	.lv-content-block .cb-prsl-slider li.product .yith-wcwl-add-to-wishlist a{
		height: 30px;
		width: 30px;
	}

	.lv-content-block .cb-prsl-slider .owl-nav > button{
		height: 35px;
		width: 35px;
		top: 35%
	}

	.lv-content-block .cb-prsl-slider .owl-nav > button.owl-next{ right: -36px; }

	.lv-content-block .cb-prsl-slider .owl-nav > button i{ font-size: 14px; }
}

@media(max-width: 767px){
	.lv-content-block .cb-prod-slider{ 
		/*background-color: rgba(0, 0, 0, 0.73);*/
		/*padding: 40px 0 25px;*/
	}

	.lv-content-block .cb-prsl-l-1{ display: block; }
	.lv-content-block .cb-prsl-img-box{ height: 52vh; }
	.lv-content-block .cb-prsl-name{ margin-bottom: 5px; }
	.lv-content-block .cb-prsl-slider .owl-nav > button.owl-prev{ left: 7px; }
	.lv-content-block .cb-prsl-slider .owl-nav > button.owl-next{ right: -28px; }

	.lv-content-block .cb-prsl-text{
		margin-bottom: 12px;
		margin-left: 15px;
	}
}
/*Products slider*/

/*Mobile footer categories*/
.cb-mfc .woo-shop-filter .wsf-item .wsfi-options > li > a:after{
	font-size: 11px;
	top: 50%;
}

.cb-mfc .woo-shop-filter .wsf-item .wsfi-options{
	display: flex !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 10px;
    padding-bottom: 10px;
}

.cb-mfc .woo-shop-filter .wsf-item .wsfi-options > li > a:hover,
.cb-mfc .woo-shop-filter .wsf-item .wsfi-options > li.active > a {
    background-color: initial !important;
    color: initial;
    border-color: #fff;
}

.cb-mfc .woo-shop-filter .wsf-item .wsfi-options > li > a:hover:after{
	content: "\f054";
	font-weight: inherit;
}

.cb-mobile-footer-cats{
	margin-top: 0;
}

@media(max-width: 767px){
	.cb-mobile-footer-cats{
		padding-top: 20px !important;
		padding-bottom: 5px !important;
	}

	.cb-mfc-woo-shop-filter{
		padding-bottom: 0;
		width: auto;
	}

	.cb-mfc-options-trigger{ padding: 5px 15px; }

	.cb-mfc .woo-shop-filter .wsf-item .wsfi-options{
		min-height: 0;
		-webkit-transition: initial;
	    -moz-transition: initial;
		transition: initial;
		padding-top: 0;
		padding-bottom: 0;
	}

	.cb-mfc .woo-shop-filter .wsf-item.open .wsfi-options{
		min-height: 100px;
		height: auto;
		background-color: #F1F1F1;
		padding-top: 10px;
	    padding-bottom: 10px;
	}

	.cb-mfc-options-trigger{
		font-size: 12px;
	    font-weight: 500;
	}
}
/*Mobile footer categories*/

/* Spacer */
.lv-content-block .cb-spacer{
	display: block;
}
.lv-content-block .cb-spacer:before,
.lv-content-block .cb-spacer:after{
	content: '';
	display: table;
	clear: both;
}

.lv-content-block .cb-spacer.hide_desktop{
	display: none;
}

@media (max-width: 767px){
	.lv-content-block .cb-spacer.hide_mobile{
		display: none;
	}
	.lv-content-block .cb-spacer.hide_desktop{
		display: block;
	}
}
/* Spacer */

/* WYSIWYG */
/*.cb-editor ul li:before{
	position: absolute;
	left: 0px;
	top: 8px;
	background-image: url(../theme-images/Icons/Check.svg);
	background-size: 13px 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	content: "";
	filter: invert(100%) sepia(75%) saturate(2%) hue-rotate(
		40deg
		) brightness(109%) contrast(100%);
}

.cb-editor ul li:before{
	filter: invert(25%) sepia(88%) saturate(2083%) hue-rotate(183deg) brightness(99%) contrast(101%);
}*/

.cb-editor h1,
.cb-editor h2,
.cb-editor h3,
.cb-editor h4,
.cb-editor h5,
.cb-editor h6{
	/*color: #1d1d1b;*/
	color: #000;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 700;
}

.cb-editor h1{
	font-size: 50px;
}
.cb-editor h2{
	font-size: 40px;
}
.cb-editor h3{
	font-size: 25px;
}
.cb-editor h4{
	font-size: 20px;
}
.cb-editor h5{
	font-size: 16px;
}
.cb-editor h6{
	font-size: 14px;
}

.cb-editor p{
	margin-bottom: 25px;
	/*color: #6E6E82;*/
	color: #000;
	font-size: 15px;
}
.cb-editor a{
	text-decoration: underline;
	/*color: #0079C0;*/
	color: #883a98;
	border-bottom: none !important;
}
.cb-editor a:hover{
	/*color: #054f86;*/
	color: #707070;
}

.cb-editor ul,
.cb-editor ol{
	margin-bottom: 25px;
	padding-left: 0;
	list-style: none;
}
.cb-editor ol{
	counter-reset: item;
}
.cb-editor ul li,
.cb-editor ol li{
	/*color: #6E6E82;*/
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 9px 0 7px 25px;
	position: relative;
}
.cb-editor ol li{
	counter-increment: item;
}
.cb-editor ol li:before {
   	margin-right: 10px;
   	content: counter(item)".";
   	/*color: #0079C0;*/
   	color: #883a98;
   	position: absolute;
   	left: 0;
   	font-weight: 500;
}

.cb-editor blockquote{
	margin-top: 40px;
	margin-bottom: 40px;
	border-left: none;
	position: relative;
	padding: 0;
	width: 75%;
}
.cb-editor blockquote p{
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4;
	/*color: #1d1d1b;*/
	color: #000;
	position: relative;
}
.cb-editor blockquote p:before,
.cb-editor blockquote p:after{
	font-family: 'Font Awesome 5 Pro';
	font-size: 70%;
}
.cb-editor blockquote p:before{
	content: '\f324';
	margin-right: 5px;
}
.cb-editor blockquote p:after{
	content: '\f323';
	margin-left: 5px;
}

@media (max-width: 767px){
	.cb-editor p span{
		font-size: 100% !important;
	}

	.cb-editor h1{
		font-size: 40px;
	}
	.cb-editor h2{
		font-size: 35px;
	}
	.cb-editor blockquote{
		width: 100%;
	}
}
/* WYSIWYG */

.pg-home .lv-content-block > div:not(:first-child):not(.cb-editor){ padding-top: 70px; }
.pg-home .lv-content-block > div:last-child:not(.cb-editor){ padding-bottom: 70px; }

@media(max-width: 1199px){
	.pg-home .lv-content-block > div:not(:first-child):not(.cb-editor){ padding-top: 50px; }
	.pg-home .lv-content-block > div:last-child:not(.cb-editor){ padding-bottom: 50px; }
}

@media(max-width: 767px){
	.pg-home .lv-content-block > div:not(:first-child):not(.cb-editor){ padding-top: 50px; }

	.pg-home .lv-content-block > div:last-child:not(.cb-editor){
		padding-bottom: 0px;
		padding-bottom: 30px;
	}
}

@media(min-width: 768px) and (max-width: 1199px){
	.lv-content-block > div:not(.cb-mobile-footer-cats):nth-last-child(2){
		padding-bottom: 50px;
	}
}

@media(min-width: 1200px) and (max-width: 1400px){
	.lv-content-block > div:not(.cb-mobile-footer-cats):nth-last-child(2){
		padding-bottom: 70px;
	}
}

/*Flexible Elements*/

/*Country / Size selector popup*/
.do-lv-country-selector,
.do-lv-country-selector a{ 
	color: #000 !important;
}

.do-lv-country-selector a{	
	padding: 13px 30px 8px;
}

.do-lv-country-selector,
.do-lv-size-selector{
	z-index: 1031;
	background-color: #fbfbfb;
    width: 100vw;
    height: 100vh;
    max-width: 1920px;
}

body.do-lv-show-country-selector .do-lv-country-selector,
body.do-lv-show-size-selector .do-lv-size-selector{
	visibility: visible;
	opacity: 1;
}

.do-lv-country-selector .closer,
.do-lv-size-selector .closer{
	text-align: right;
	padding: 5px 15px;
	font-size: 40px;
	color: #555;
}

.do-lv-country-selector .dolv-cs-l-2,
.do-lv-size-selector .dolv-cs-l-2{
	margin: 3vh auto;
}

.do-lv-country-selector .title,
.do-lv-size-selector .sub-title{
	border-bottom: 1px solid #DADADA;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 35px;
}
.do-lv-size-selector .title{
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 30px;
	font-weight: bold;
}
.do-lv-size-selector .sub-title{
	font-size: 20px;
	line-height: 1.4;
}

.do-lv-country-selector .country-list{
	/*margin-top: 10px;*/
	/*gap: 20px;*/
}

.do-lv-country-selector .single-country{
	width: calc( 50% - 10px );
	margin-bottom: 25px;
	border: 1px solid rgb(100 100 100 / 20%);
    border-radius: 50px;
    background-color: #fff;
}

.do-lv-country-selector .single-country:hover{ background-color: #fbfbfb; }

.do-lv-country-selector .country-name{ font-size: 16px; }

.do-lv-country-selector .country-currency{ font-size: 12px; }

.do-lv-country-selector .map-marker{
	font-size: 20px;
	margin-right: 7px;
	position: relative;
    top: -3px;
}

.do-lv-country-selector .map-marker img{ font-size: 25px; }

.do-lv-country-selector .country-note{
	margin-top: 20px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}
.do-lv-country-selector .country-note i
.do-lv-size-selector .country-note i{
	color: #cf0000;
}

.do-lv-size-selector .lv-ss-bubbles{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.do-lv-size-selector .lv-ss-bubbles > a{
	display: inline-flex;
	width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    line-height: 1;
    background-color: #e7e7e7;
    border-radius: 100%;
    margin-right: 15px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 3px solid #e9e9e9;
    font-weight: 500;
    padding: 10px 4px 7px;
    font-size: 13px;
    position: relative;
}
.do-lv-size-selector .lv-ss-bubbles > a:last-child{
	margin-right: 0;
}
.do-lv-size-selector .lv-ss-bubbles > a.active{
	background-color: #040026;
	border-color: #040026;
	color: #fff !important;
}
.do-lv-size-selector .lv-ss-bubbles > a:hover{
	border-color: #883a98;
}
.do-lv-size-selector .lv-ss-bubbles > a.active:hover{
	background-color: #883a98;
	border-color: #883a98;
}
.do-lv-size-selector .lv-ss-bubbles.disabled > a{
	pointer-events: none;
}
.do-lv-size-selector .lv-ss-bubbles > a svg{
	position: absolute;
	display: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    animation: lv-rotate 3s linear infinite forwards;
}
.do-lv-size-selector .lv-ss-bubbles > a svg circle{
	stroke-dasharray: 130px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 3px;
    stroke: #883a98;
    r: calc((100% + 1px) / 2);
    fill: none;
}
.do-lv-size-selector .lv-ss-bubbles > a.loading{
	pointer-events: none;
	border-color: transparent !important;
}
.do-lv-size-selector .lv-ss-bubbles > a.loading svg{
	display: block;
}

.do-lv-size-selector .lv-ss-actions{
	align-items: center;
	margin-top: 30px;
}
.lv-ss-actions .lv-ss-a-left{
	margin-right: 20px;
}
.lv-ss-actions .do-lv-theme-button{
	display: inline-block;
	width: 140px;
	text-align: center;
}
.lv-ss-actions .do-lv-theme-button:hover{
	background-color: #433f67;
}

@keyframes lv-rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

@media (min-width: 768px){
	.do-lv-country-selector .closer,
	.do-lv-size-selector .closer{ 
		margin: 0px 40px 0 0;
	}

	.do-lv-country-selector .dolv-cs-l-2,
	.do-lv-size-selector .dolv-cs-l-2{ 
		width: 80%;
	}
}

@media (min-width: 1200px){
	.do-lv-country-selector .dolv-cs-l-2,
	.do-lv-size-selector .dolv-cs-l-2{
		width: 50%;
	}
}

@media (min-width: 1600px){
	.do-lv-country-selector .dolv-cs-l-2,
	.do-lv-size-selector .dolv-cs-l-2{
		width: 37%;
	}
}

@media (max-width: 767px){
	.do-lv-country-selector .closer,
	.do-lv-size-selector .closer{
		font-size: 30px;
		padding: 0px 10px;
	}

	.do-lv-country-selector .dolv-cs-l-2,
	.do-lv-size-selector .dolv-cs-l-2{
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 0;
	}

	.do-lv-country-selector .title{
		font-size: 20px;
		margin-bottom: 20px;
		padding-bottom: 8px;
	}
	.do-lv-size-selector .title{
		font-size: 24px;
	}
	.do-lv-size-selector .sub-title{
		font-size: 16px;
	}

	.do-lv-country-selector .single-country{
		/*padding: 0;*/
		margin-bottom: 13px;
		width: 100%;
	}

	.do-lv-country-selector .single-country:nth-child(2n+1){
		/*margin-right: 10px;*/
	}

	.do-lv-country-selector .country-name{
		font-size: 15px;
	}

	.do-lv-country-selector .map-marker img{
		font-size: 20px;
	}

	.do-lv-country-selector .country-currency{
		font-size: 10px;
	}

	.do-lv-size-selector .lv-ss-bubbles > a{
		margin-right: calc((100% / 6) / 6);
		font-size: 12px;
	}
	.do-lv-size-selector .lv-ss-bubbles > a:nth-child(5n){
		margin-right: 0;
	}
	.do-lv-size-selector .lv-ss-bubbles > a.active{
		border-width: 2px;
	}
}

@media (max-width: 367px){
	.do-lv-size-selector .lv-ss-bubbles > a:nth-child(5n){
		margin-right: calc((100% / 6) / 6);
	}
	.do-lv-size-selector .lv-ss-bubbles > a:nth-child(4n){
		margin-right: 0;
	}
}
/*Country / Size selector popup*/

/*Faq page*/
.faq-page{ padding-bottom: 37px; }

.faq-page .faq-question h3{
	font-size: 20px;
	font-weight: 600;
}

.faq-page .faq-answer{ font-size: 14px; }

.faq-page .faq-answer p:last-child{ margin-bottom: 0; }

.faq-page .do-lv-pg-title{ margin-bottom: 35px; }

@media (max-width: 767px){
	.faq-page{
		padding-top: 0;
		padding-bottom: 27px;
	}

	.faq-page .faq-answer{ font-size: 13px; }

	.faq-page .faq-answer p{ line-height: 1.7; }

	.faq-page .do-lv-pg-title{ margin-bottom: 25px; }
}
/*Faq page*/

/*Testimonials*/

.post-type-archive-testimonials .do-lv-pg-title{ margin-bottom: 45px; }

.testimonials .testi-author{
	flex-direction: column;
	align-items: center;
}

.testimonials .testi-box-outer:not(:last-child){
	margin-bottom: 5px;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 20px;
}

.testimonials .testi-box-outer:not(:first-child){
	padding-top: 20px;
}

.testimonials .testi-auth-image{
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.22);
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
}

.testimonials .testi-author-top {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
}

.testimonials .testi-para:last-child{
	margin-bottom: 0;
}

.testimonials .testi-auth-rating{
	color: #ffda0b;
}

@media (min-width: 768px){
	.testimonials .testi-author{ display: block; }
}

@media (max-width: 991px){

	.testimonials .testi-box-outer:not(:last-child){
		padding-bottom: 25px;
	}

	.post-type-archive-testimonials .page-container{ margin-top: 80px; }

	.post-type-archive-testimonials .do-lv-pg-title {
	    margin-bottom: 40px;
	}

	.post-type-archive-testimonials .page-container{
		padding-bottom: 20px;
	}

	.testimonials .testi-author{
		display: block;
	}

	.testimonials .testi-author-top {
	    margin-bottom: 15px;
	    padding-bottom: 15px;
	    /*border-bottom: 1px solid #d5d5d5;*/
	}

	.testimonials .testi-box-outer {
		display: inline-block;
		padding-bottom: 0;
	}

	.testimonials .testi-para{
		/*text-align: center;*/
		font-size: 13px;
	}

	.testimonials .testi-auth-data{
		font-size: 14px;
	}
}

@media (max-width: 767px){
	.post-type-archive-testimonials .page-container{ margin-top: 60px; }

	.post-type-archive-testimonials .do-lv-pg-title {
	    margin-bottom: 30px;
	}

	.testimonials .testi-author-top{ padding-bottom: 0; }

	.testimonials .testi-box-outer:not(:last-child){ padding-bottom: 25px; }
}
/*Testimonials*/

/*Page delivery*/
.tbl-delivery{
	border: 1px solid #dee2e6;
	margin-top: 20px;
}
.tbl-delivery th,
.tbl-delivery td{
	padding: 15px;
}
.tbl-delivery th{
	background-color: #626262;
	color: #fff;
	text-align: left;
	font-weight: 500;
	white-space: nowrap;
}
.tbl-delivery td{
	border-bottom: 1px solid #dee2e6;
	font-size: 14px;
}
.tbl-delivery td p{
	margin: 0;
}

.lv-tbl-fe-details{
	border: 1px solid #dee2e6;
	min-width: 70%;
}
.lv-tbl-fe-details th,
.lv-tbl-fe-details td{
	padding: 8px 15px 5px;
	border: 1px solid #dee2e6;
	font-size: 14px;
}
.lv-tbl-fe-details .lv-fed-td-highlight{
	background-color: #883a98;
	border-color: #b463c5;
	color: #fff;
}

@media (max-width: 767px){
	.wp-block-table table.tbl-delivery{ width: 150% }
}
/*Page delivery*/

/*Statuc pages*/
.do-lv-pg-body-title{
	font-size: 20px;
}

/*.static-page .cb-editor p{ margin-bottom: 10px; }*/

.static-page .cb-body-title {
    margin-top: 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 7px;
    margin-bottom: 20px;
}
/*Statuc pages*/

/* Survey pages */
.page-template-template-surveys .do-lv-pg-title{
	text-align: center;
	font-weight: 600;
}
.lv-survey-intro,
.lv-survey-form,
.lv-survey-form + .wpcf7-response-output{
	max-width: 620px;
	margin: 0 auto !important;
}
.lv-survey-intro{
	background-color: #efe0eb;
	padding: 20px;
	border-radius: 5px;
}
.lv-survey-form .lv-sf-quest{
	background-color: #f3f3f3;
	padding: 20px 5px;
	border-radius: 5px;
	margin: 0 0 15px;
	border: 1px solid #e9e9e9;
}
.lv-survey-form p > label{
	font-weight: 600;
	margin-bottom: 15px;
}
.lv-survey-form p > label .text-required{
	color: #f00;
}
.lv-survey-form .wpcf7-form-control .wpcf7-list-item{
	display: block;
	margin-left: 0;
}
.lv-survey-form .wpcf7-form-control .wpcf7-list-item label{
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
}
.lv-survey-form .lv-sf-quest > div > p,
.lv-survey-form .wpcf7-form-control .wpcf7-list-item.last label,
.lv-survey-form .wpcf7-form-control-wrap{
	margin-bottom: 0;
}
.lv-survey-form .wpcf7-form-control .wpcf7-list-item input[type=radio],
.lv-survey-form .wpcf7-form-control .wpcf7-list-item input[type=checkbox]{
	margin-right: 5px;
}
.lv-survey-form .wpcf7-form-control.lv-opt-other-field{
	margin-top: 10px;
}
.lv-survey-form .lv-sf-quest-img .wpcf7-form-control .wpcf7-list-item{
	display: inline-block;
	width: calc((100% / 2) - 20px);
	margin-right: 40px;
}
.lv-survey-form .lv-sf-quest-img .wpcf7-form-control .wpcf7-list-item:nth-child(even){
	margin-right: 0;
}
.lv-survey-form .wpcf7-form-control .wpcf7-list-item .lv-sf-io-image{
	margin-bottom: 10px;
	height: 220px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lv-survey-form .wpcf7-form-control .wpcf7-list-item .lv-sf-io-image img{
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.lv-survey-form .lv-sf-qi-landscape .wpcf7-form-control .wpcf7-list-item .lv-sf-io-image img{
	width: 100%;
	height: auto;
}
.lv-survey-form .lv-sf-quest-img .wpcf7-form-control .wpcf7-list-item label{
	margin-bottom: 30px;
}
.lv-survey-form .lv-sf-quest-img .wpcf7-form-control .wpcf7-list-item:nth-last-child(1) label,
.lv-survey-form .lv-sf-quest-img .wpcf7-form-control .wpcf7-list-item:nth-last-child(2) label{
	margin-bottom: 0;
}
.lv-survey-form .lv-sf-submit .wpcf7-submit{
	width: 100%;
	max-width: 100% !important;
	text-transform: uppercase;
}
.lv-survey-form .wpcf7-spinner{
	position: absolute;
	top: 7px;
	right: 5px;
	left: auto;
}
.lv-survey-form + .wpcf7-response-output{
	text-align: center;
}
.pg-temp-surveys .wpcf7-form.validating .wpcf7-response-output{
	display: none;
}

.pts-response-block,
.pts-general-response{
	text-align: center;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 50px 20px 40px;
}
.pts-response-block .prb-icon,
.pts-general-response .pgr-icon{
	display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #f3d7d7;
    color: #ff8c8c;
    border-radius: 100%;
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 10px;
}
.pts-response-block .prb-title{
	font-weight: 600;
    color: #d98a8a;
    margin-bottom: 20px;
}
.pts-response-block p,
.pts-general-response p{
	font-size: 17px;
	font-weight: 500;
}
.pts-response-block p .prb-p-inner-highlight{
	font-size: 125%;
	font-weight: 600;
	display: block;
}
.pts-response-block .prb-coupon-box{
	margin: 20px auto 30px;
	max-width: 280px;
}
.pts-response-block .prb-coupon-box .pcb-head{
	text-align: center;
	margin-top: 15px;
}
.pts-response-block .prb-coupon-box .pcb-label{
	display: block;
    font-size: 14px;
    font-weight: 600;
}
.pts-response-block .prb-coupon-box .pcb-label.pcb-copy{
	cursor: pointer;
	color: #ff3d3d;
}
.pts-response-block .prb-coupon-box .pcb-label.pcb-copy:hover{
	color: #d34e4e;
}
.pts-response-block .prb-coupon-box .pcb-coupon{
	display: inline-block;
    padding: 18px 40px 16px;
    border: 2px dashed #ff8c8c;
    line-height: 1;
    background-color: #f3d7d7;
    font-weight: 600;
    margin-top: 5px;
    position: relative;
    width: 100%;
}
.pts-response-block .prb-coupon-box .pcb-coupon:before{
	content: '\f0c4';
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
	top: -9px;
	left: 6px;
	font-size: 17px;
	color: #d76363;
}

/* Promotion Banners */
.lv-promo-ban-main{
	padding-top: 0 !important;
	margin-top: 40px;
}
.cb-promo-banner .pb-slide .cb-pb-mobile{
	display: none;
}
.cb-promo-banner .pb-slide a{
	display: block;
}

/* Styled checkboxes, radio buttons */
.lv-styled-checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
}
.lv-styled-checkbox input[type="checkbox"]{
    position: absolute;
    display: none;
}
.lv-styled-checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    user-select: none;
    line-height: 1.5;
	font-weight: normal;
	color: #7a7777;
}

.lv-styled-checkbox label:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -1px;
    background-color: #fff;
    border: 1px solid #c4baba;
}

.lv-styled-checkbox label:before {
    border-radius: 5px;
}

.lv-styled-checkbox input[type=checkbox]:checked+label:after{ 
	display: inline-block;
    position: absolute;
	font-family: 'Font Awesome 5 Pro';
	content: "\f00c";
    left: 3.5px;
    top: 2.5px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    line-height: 1;
}

/* Custom Model Popup */
.lv-model-popup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 25px;
	overflow: auto;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: -1;
}
.lv-model-popup.active{
	display: block;
	z-index: 1040;
}

.lv-model-popup .lv-mp-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv-model-popup .lv-mp-model{ 
	position: relative;
	width: 750px;
	max-width: 100%;
	padding: 25px;
	border-radius: 10px;
	background-color: #fff;
	margin: 4% auto;
}
.lv-model-popup .lv-mp-closer{
	position: absolute;
	background-color: transparent;
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 24px;
    top: 10px;
    right: 10px;
    color: #aeaeae;
}
.lv-model-popup .lv-mp-closer:hover{
	color: initial;
}
#lv-pop-buy-now-staight .lv-mpm-content{
	text-align: center;
}
.lv-mpm-content .pbns-cart-message{
	margin-bottom: 30px;
}
.lv-mpm-content .pbns-cart-message .pbns-cm-icon{
	display: inline-block;
	font-size: 22px;
	vertical-align: bottom;
	margin-right: 10px;
	line-height: 1;
}
.lv-mpm-content .pbns-graphic{
	margin: 10px auto 40px;
    max-height: 250px;
}
.lv-mpm-content .pbns-graphic img{
	max-width: 350px;
}
.lv-mpm-content .mpmc-heading{
	font-size: 32px;
	font-weight: 700;
	margin-top: 25px;
	line-height: 1.4;
}
.lv-mpm-content .mpmc-desc{
	margin: 15px auto 20px;
}
.lv-mpm-content .mpmc-desc p{
	font-size: 18px;
}
.lv-mpm-content .pbns-dont-show-consent{
	margin-bottom: 20px;
}
.lv-mpm-content .pbns-actions{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.lv-mpm-content .pbns-actions .do-lv-theme-button{
	text-transform: uppercase;
	font-weight: 600;
}
.lv-mpm-content .pbns-actions .do-lv-theme-button.text-link{
	border: none;
	padding: 0;
    text-decoration: underline;
    background-color: transparent;
    color: initial;
}
.lv-mpm-content .pbns-actions .do-lv-theme-button.normal-filled{
	padding: 14px 30px 10px;
	border: 1px solid #000;
}

@media (max-width: 767px){
	.lv-model-popup{
		padding: 15px;
	}
	.lv-model-popup .lv-mp-model{
		padding: 15px;
	}
	.lv-mpm-content .pbns-graphic img{
		max-width: 180px;
	}
	.lv-mpm-content .mpmc-heading{
		font-size: 24px;
	}
	.lv-mpm-content .mpmc-desc p{
		font-size: 15px;
	}
}

/* No data messages */
.lv-no-res-wrap{
	text-align: center;
	padding: 50px 0;
}
.lv-no-res-wrap .no-res-graphic{
	margin-bottom: 25px;
}
.lv-no-res-wrap .no-res-graphic img{
	max-width: 250px;
}
.lv-no-res-wrap p{
	margin: 0 auto 5px;
	line-height: 1.4;
}
.lv-no-res-wrap p:last-child{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0;
}

/* Category sliders */
.lv-prod-cat-slider{
	margin-top: 5px;
	margin-bottom: 50px;
}
.lv-prod-cat-slider:last-of-type{
	margin-bottom: 25px;
}
.lv-prod-cat-slider .pcs-title{
	font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #4d4d4d;
    margin-top: 0;
    margin-bottom: 15px;
}
.lv-prod-cat-slider .owl-carousel .owl-nav{
	display: none;
}
.lv-prod-cat-slider .woocommerce ul.products li.product{
	margin-bottom: 0;
}
.lv-prod-cat-slider .do-lv-theme-button.dolv-tb-light-1{
	min-width: 150px;
}
.lv-prod-cat-slider .do-lv-theme-button > i{
	margin-left: 5px;
}

@media (max-width: 767px){
	.lv-survey-form .lv-sf-quest{
		padding: 15px 0;
	}
	.lv-survey-form .wpcf7-form-control .wpcf7-list-item input[type=radio], 
	.lv-survey-form .wpcf7-form-control .wpcf7-list-item input[type=checkbox]{
		-webkit-appearance: auto;
		-moz-appearance: auto;
	}
	.lv-survey-form .lv-sf-quest-img .wpcf7-form-control .wpcf7-list-item{
		width: calc((100% / 2) - 7px);
		margin-right: 14px;
	}
	.lv-survey-form .wpcf7-form-control .wpcf7-list-item .lv-sf-io-image{
		height: 130px;
	}

	.pts-response-block{
		padding: 30px 20px 20px;
	}
	.pts-response-block .prb-icon{
		margin-bottom: 0;
		width: 65px;
		height: 65px;
		line-height: 66px;
		font-size: 34px;
	}
	.pts-response-block .prb-title{
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 10px;
		line-height: 1.4;
	}
	.pts-response-block p{
		font-size: 14px;
	}
	.pts-response-block p .prb-p-inner-highlight{
		font-size: 102%;
	}

	.cb-promo-banner .pb-slide .cb-pb-mobile{
		display: block;
	}
	.cb-promo-banner .pb-slide .cb-pb-desktop{
		display: none;
	}

	.lv-no-res-wrap{
		padding: 20px 0;
	}
	.lv-no-res-wrap p:last-child{
		font-size: 16px;
	}
	.lv-no-res-wrap .no-res-graphic img{
		max-width: 200px;
	}
}


/* Xmas Theme */
.xmas-balls{
	position: fixed;
	pointer-events: none;
	z-index: 999;
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	top: 80px;	
	text-align: right;
	display: none !important;
}
.xmas-balls > img{
	height: 220px;
	width: auto;
}
.body-scrolled .xmas-balls{
	top: 70px;
}
/*.body-scrolled .xmas-balls > img{
	height: 350px;
}*/
.xmas-balls,
.xmas-balls > img{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.snow-flake{
	display: none !important;
	position: absolute;
	pointer-events: none;
	width: 300px;
	z-index: 990;
}
.snow-flake.sf-right{
	top: 100%;
	right: -100px;
}
.snow-flake.sf-right > img{
	-webkit-animation: rotating-right 30s linear infinite;
    -moz-animation: rotating-right 30s linear infinite;
    animation: rotating-right 30s linear infinite;
}
.snow-flake.sf-left{
	top: 190%;
	left: -100px;
}
.snow-flake.sf-left > img{
	-webkit-animation: rotating-left 30s linear infinite;
    -moz-animation: rotating-left 30s linear infinite;
    animation: rotating-left 30s linear infinite;
}
.snow-bear{
	position: absolute;
	pointer-events: none;
	bottom: 100%;
	left: 0;
}
.snow-bear > img{
	height: 330px;
}

.xmas-footer{
	position: absolute;
	pointer-events: none;
	bottom: 0;
	left: 0;
	right: 0;
}
.xmas-footer .xf-floor,
.xmas-footer .xf-floor-mobile{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.xmas-footer .xf-trees{
	position: absolute;
	bottom: 30px;
	right: 60px;
	width: 300px;
}
.theme-xmas #footer-widget-area{
	padding-bottom: 170px;
}
.xmas-footer .xf-floor-mobile{
	display: none;
}

.home .xmas-balls,
.home .snow-flake{
	display: block !important;
}

@keyframes rotating-right {
    from {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating-left {
    from {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@media (min-width: 1921px){
	.snow-flake.sf-left{
		top: 120%;
	}
	.snow-flake.sf-right{
		top: 70%;
	}
}

@media (min-width: 3200px){
	.snow-flake.sf-left{
		top: 60%;
	}
	.snow-flake.sf-right{
		top: 40%;
	}
}

@media (max-width: 1679px){
	.xmas-balls > img{
		height: 180px;
	}
	/*.body-scrolled .xmas-balls > img{
		height: 250px;
	}*/
	.xmas-footer .xf-trees{
		width: 190px;
		right: 30px;
		bottom: 20px;
	}
	.snow-flake,
	.home .snow-flake,
	.snow-bear{
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1199px){
	.xmas-balls,
	.home .xmas-balls{
		display: none !important;
	}
}

@media (max-width: 767px){
	.xmas-balls{
		position: absolute;
		width: 100%;
		top: 90px !important;
	}
	.xmas-balls > img{
		height: 80px;
	}
	/*.body-scrolled .xmas-balls > img{
		height: 170px;
	}*/
	.xmas-footer .xf-floor,
	.theme-xmas .footer-bottom-l-1:before{
		display: none;
	}
	.xmas-footer .xf-floor-mobile{
		display: block;
	}
	.xmas-footer .xf-trees{
		width: 130px;
		right: 60px;
		bottom: 10px;
	}
}
/* End Xmas Theme */

/* Valentine Theme */
#lv-valentine-container{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	z-index: 1035;
}
.rose-petal{
  	width: 35px;
  	height: 35px;
  	position: absolute;
  	background: url('../theme-images/rose-petal-v2.png');
  	background-size: 100% 100%;
}
/* End Valentine Theme */

/* Random Ads */
.lv-random-ads-header-notice{
	position: absolute;
	z-index: 1030;
	top: 65px;
	left: 0;
	right: 0;
	background-color: #c83b3b;
	color: #fff;
	text-align: center;
	font-size: 13px;
    padding: 12px 15px 10px;
    line-height: 1;
}
.lv-random-ads-banner{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 0;
	padding-top: 0 !important;
}
.lv-random-ads-banner.type-wide{
	margin-top: 50px;
	margin-bottom: -10px;
}
.lv-random-ads-banner a{
	display: block;
}
.lv-random-ads-banner img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px){
	.ra-mobile-only{
		display: none !important;
	}
}

@media (max-width: 767px){
	.lv-random-ads-header-notice{
		font-size: 12px;
		display: none !important;
	}
	.home .lv-random-ads-header-notice,
	.woocommerce-shop .lv-random-ads-header-notice,
	.lv-page-sale .lv-random-ads-header-notice{
		display: block !important;
	}
	.woocommerce-shop .lv-random-ads-header-notice{
		top: 60px;
	}

	.lv-ads-on .page-container.pg-home{
		margin-top: 105px !important;
	}
	.lv-ads-on.woocommerce-shop.post-type-archive-product .page-container{
		margin-top: 40px;
	}
	.lv-ads-on.lv-page-sale .page-container{
		margin-top: 95px !important;
	}
	.lv-random-ads-banner.type-wide{
		margin-top: 30px;
	}
}
/* End Random Ads */

/* Fancybox override */
.compensate-for-scrollbar{
	margin-right: auto !important;
}