@charset "utf-8";

/*slider-single*/
.slider-outer .slider-wrapper{
	width: 1280px;
}


body div.ls-gui-element.ls-media-unmute.ls-media-unmute-active{
	display: none !important;
    visibility: hidden !important;
}
/*
.ls-layers:after{
    position: absolute;
	content: '';
	width: 100%;
	height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(img/mask_bg_slash40.png) !important;
	z-index: 102;
}
*/
.slider-wrapper{
	margin-top: 4em;
	border: 1px solid #cfcfcf;
}
.find-shop a{
	color: #333;
    font-size: 1.3em;
	font-weight: 600;
}
.find-shop .table-cell{
	padding: 1.65em 0 1.95em;
	background-color: #e6e6e6;
}
.sticky-products{
    padding-top: 7em;
}
.sticky-products h3{
	color: #333;
    font-size: 2.2em;
    font-weight: 600;
	margin-bottom: 1.5em;
}
.sticky-products > .wrapper > ul li .table{
	width: calc(100% + 2em);
	margin-left: -1em;
}
.sticky-products > .wrapper > ul li .table > .table-cell{
	padding: 1em;
}
.sticky-products > .wrapper > ul li .table > .table-cell > div{
	background-color: #e6e6e6;
}



/*insta*/
body #sb_instagram{
	padding-bottom: 60px !important;
}
body #sb_instagram #sbi_images{
	padding: 0 !important;
}
body #sb_instagram #sbi_images {
    width: calc(100% + 10px);
    margin-left: -5px;
}
body #sb_instagram.sbi_col_4 #sbi_images .sbi_item{
    float: left;
    margin: 0 1% 2.992em 0 !important;
    position: relative;
    width: 24.2%;
}
body #sb_instagram.sbi_col_4 #sbi_images > div.sbi_item:last-child{
	margin-right: 0 !important;
}
/*insta focus*/
body #sb_instagram a.sbi_photo:focus{
	outline-color: rgba( 0, 0, 0, 0 ) !important;
	outline-width: 2px !important;
	outline-style: solid !important;
	border-radius: 3px;
}
body #sb_instagram .sbi_photo_wrap{
    border: 5px solid rgb(0 0 0 / 0%);
}

@media screen and (max-width: 770px){

	body.home .woocommerce > ul.products > li.product {
		margin: 0 2.9% 2.992em 0;
		width: 48.3%;
	}
	body.home .woocommerce > ul.products > li.product:nth-child(even) {
		margin-right: 0;
	}
	body #sb_instagram.sbi_col_4 div#sbi_images > div.sbi_item{
		width: 49%;
		margin-right: 1.7% !important;
	}
	body #sb_instagram.sbi_col_4 div#sbi_images > div.sbi_item:nth-child(even){
		margin-right: 0 !important;
	}
	.sticky-products {
		padding-top: 3.5em;
	}

}