/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.alalla:nth-last-of-type(-n+1){
	display:none;
}
.even .products-section-title:after, .even .products-section-title:before{
	background-color:white;
}


.lr-site {
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 0;
    padding: 0 0 0 0;
	min-height:50vh;
}

.content-grid{
	height:100%;
	display:grid;position:relative;box-sizing:border-box;align-items:center;text-align:left;margin:auto;
	grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:0;
}
@media(max-width: 1080px){
	.content-grid{
		grid-template-columns:1fr !important;margin:auto;text-align:center !important;
	}
	.content-grid .left-g,.content-grid .right-g{
		margin:auto;width:100%;
	}
}
.lr-site .left-g{
	padding:50px;
}
.lr-site .banner-inner{
	max-width:600px;
	margin:0 auto;
}
@media(max-width: 1080px){
	.lr-site .left-g{
	padding:40px 10px;
}
}
.right-g{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.even .content-grid .left-g{
	order:2;
}
.even .content-grid .right-g{
	order:1;
}
@media(max-width: 1080px){
	.even .content-grid .right-g{
	order:3!important;
}
}
.even {
	background-color:#f8afb0;
}
.content-grid{
	text-align:center;
}
.lr-site .banner-inner h3, .lr-site .banner-inner h2, .lr-site .banner-inner h4{
	font-size:30px;
}
.lr-site .boncollection-description p{
	font-size:18px;
	margin-top:30px;
}
.order{
	background-color:#dcdcdc;
}
.order .banner-inner h4, .order .banner-inner h3, .order .banner-inner h2, .order .boncollection-description p{
	color:black;
}
.even .descryption h4, .even .descryption h3, .even .banner-inner h2, .even .boncollection-description p{
	color:white;
}
button[data-grid="2"]{
	display:none;
}
strong{
	font-weight: 700;
}
.bon-custom-menu-nav{
	display:none!important;
}
.pp_qty_text b{
	color:#ff0f0f;
	font-size:20px;
}
.product-unit-price b, .pp_price_text b{
	color:#ff0f0f;
	font-size:16px;
}
.bx-next, .bx-prev{
	width:50px!important;
	height:50px!important;
}
.bx-next:before, .bx-prev:before{
	font-size:35px!important;
	color:white!important;
	line-height:50px!important;
}
.contact-rich{
	justify-content:center;
}
@media (min-width: 992px) {
    #header #_desktop_cart {
        display: none;
    }
}
#_desktop_cart {
    display: flex;
    justify-content: center;
    transition: all 0.6s ease 0s;
}
#index #boncollection .boncollection-wrapper .boncollection-text .boncollection-btn{
	flex:0 0 calc(180px + (183 - 110) * ((100vw - 320px) / (1880 - 320)));
	gap:10px;
}
.product-description .product-price-and-shipping{
	padding-top:10px;
}
#bonhtmlcontent .box-htmlcontent h3{
	display:flex;
	justify-content:center;
}
.boncompare-hook-wrapper{
	display:none!important;
}
.featured-products .thumbnail-container .ajax_add_to_cart_button, .product-miniature .dodaj-do-koszyka .add-to-cart{
	background-color:red;
	color:white;
	padding:10px;
	box-sizing:border-box;
}

.featured-products .thumbnail-container .ajax_add_to_cart_button, .product-miniature .product-description{
	display:grid;
	gap:10px 0;
	justify-content:center;
	padding:10px 0 10px 0;
	background-color:#fafafa;
}
.product-miniature .product-description h3, .product-miniature .product-description .product-price-and-shipping{
	text-align:center;
	margin-top:0;
}
.product-price-and-shipping .price{
	font-size:18px;
	color:black;
	font-weight:400;
	position:relative;
}
.thumbnail-container-bottom{
	overflow:hidden;
}
.product-price-and-shipping .price:before{
	transform:translatex(-50%);
	content:"";
	position:absolute;
	top:-8px;
	left:50%;
	right:0;
    background-color: #e1e1e1;
	height:3px;
	width:500px;
}
.featured-products .product-title a, .product-miniature .product-title a, .product-price-and-shipping{
	font-weight:300;
	font-size:14px;
}
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio{
	top:0;
}

#search_filters .facet .facet-label{
	max-width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
}
#search_filters .facet .facet-label a{
    overflow: visible!important;
    margin: 5px 0!important;
}
#category .products-grid.active .product-four{
	width:100%!important;
	max-width:100%!important;
	flex:auto;
}
#js-product-list .products-grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:10px;
}
@media(max-width:1180px){
#js-product-list .products-grid{
	grid-template-columns:1fr 1fr;
}
}
@media(max-width:500px){
#js-product-list .products-grid{
	grid-template-columns:1fr;
	max-width:441px;
	margin:0 auto;
}
}
#js-product-list .product-miniature{
	width:100%!important;
	max-width:100%!important;
	flex:auto;
}
#prices-drop #products, #new-products #products{
	max-width:1210px;
	margin:0 auto;
}
.all-product-link{
	background-color: #090909;
  color: white;
  font-weight: 400;
  font-size: 14px;
  padding: 7px;
  margin:5px auto 50px auto;
  display: block;
  max-width: max-content;
}
.box-bonnews ul li{
	list-style: square;
}
.thumbnail-container .product-flag{
	background-color:white;
	color:black;
}
.thumbnail-container .product-flag.new{
	font-size: 14px!important;
	padding:5px;
	font-weight:400!important;
	color:white;
	background-color: #f8afb0;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: inline-block;
	line-height: 90px;
    display: inline-block;
    text-align: center;
    padding: 0;
	position:absolute;
    top: 0px;
    right: 0;
    transform: translate(25%, -25%);
}
@media(max-width:990px){
	.thumbnail-container .product-flag.new{
		transform: translate(0, 0);
	}
	#btn-boncall{
		display:none;
	}
}
.featured-products .thumbnail-container .thumbnail-container-images .add-to-cart-block, .product-miniature .thumbnail-container .thumbnail-container-images .add-to-cart-block{
	 top: 10px;
    left: 10px;
}
#products .thumbnail-container .thumbnail-container-images, .featured-products .thumbnail-container .thumbnail-container-images, .product-accessories .thumbnail-container .thumbnail-container-images, .product-miniature .thumbnail-container .thumbnail-container-images, .featured-products .thumbnail-container .thumbnail-container-images, .product-miniature .thumbnail-container .thumbnail-container-images{
	overflow:visible;
}
}
.thumbnail-container .product-flag.on-sale{
	font-size: 14px!important;
	font-weight:400!important;
	color:white;
	background-color: red !important;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: inline-block;
	line-height: 90px;
    display: inline-block;
    text-align: center;
    padding: 0;
	position:absolute;
	top:5px;
	right:5px;
}
#product .product-flag.new{
	font-size: 14px!important;
	padding:5px;
	font-weight:400!important;
	color:white;
	background-color: #f8afb0!important;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: inline-block;
	line-height: 90px;
    display: inline-block;
    text-align: center;
    padding: 0;
	position:absolute;
    top: 0px;
    right: 0;
    transform: translate(25%, -25%);
}
@media(max-width:1080px){
	#header .header-top .position-static .bon-nav-bar{
		        margin-right: 40px;
				gap:10px;
	}
	#product .product-flag.new{
		transform: translate(0, 0)!important;
	}
}
.product-flags{
	position:static!important;
	margin:0!important;
	width:100%
}

.product-flag.out_of_stock{
	display:none!important;
}
li.product-flag.on-sale:after{
	display:none;
}
.product-flag.new:after{
	display:none!important;
}
.featured-products .thumbnail-container .ajax_add_to_cart_button, .product-miniature .dodaj-do-koszyka .add-to-cart:disabled{
	background-color:#9c9ba0;
	cursor:default;
}
.featured-products .thumbnail-container .ajax_add_to_cart_button, .product-miniature .dodaj-do-koszyka .add-to-cart{
	background-color:#f8afb0;
	cursor:pointer;
}
.featured-products .thumbnail-container .ajax_add_to_cart_button:hover, .product-miniature .dodaj-do-koszyka .add-to-cart:not([disabled]):hover{
	background-color:red;
	color:white;
}
li.product-flag.out_of_stock{
	font-weight:300;
	font-size:13px;
}
@media(max-width:1400px){
#header .logo{
	max-width:200px;
}
#header .header-top .position-static .bon-nav-bar>*{
	padding-left:0;
}
#_desktop_top_menu>.top-menu>li{
	padding:0 10px 0 10px;
}
#_desktop_top_menu>.top-menu>li>a{
	font-size:14px;
}
#header .top-menu[data-depth="0"]{
	margin-top:0;
}
}
#product-availability{
	display:none;
}
.all-product-link{
	display:none;
}
#instagram-menu-open {
	display:grid;
	place-items:center;
    left: 0;
    top: 250px;
    background: #e25050;
    width: 45px;
    position: fixed;
    height: 45px;
    transition: all 0.3s linear;
    z-index: 999;
    border: none;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
#instagram-menu-open {
	top: 232px;
}
}
@media screen and (max-width: 387px) {
#instagram-menu-open {
	top: 250px;
}
}
.parallax_text_con_2 .style_content,
.parallax_text_con_2 .style_content a {
    color: #ffffff;
}

.parallax_text_con_2 .icon_line:after,
.parallax_text_con_2 .icon_line:before {
    background-color: #ffffff;
}

.parallax_text_con_2 .line,
.parallax_text_con_2 .btn {
    border-color: #ffffff;
}

.parallax_text_con_2 .style_content .btn {
    color: #ffffff;
}

.parallax_text_con_2 .style_content .btn {
    background-color: #ffffff;
    border-color: #ffffff;
}

.parallax_text_con_2 .style_content .btn:hover {
    color: #ffffff;
}

.parallax_text_con_2 .style_content .btn:hover {
    border-color: #ffffff;
}

.parallax_text_con_2 .style_content .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
}

#parallax_box_1 {
    background-image: url(https://scarlett.net.pl/img/paralax.png);
}

#parallax_box_1 .parallax_heading {
    color: #ffffff;
}

#owl-parallax-1.owl-theme .owl-controls .owl-page.active span {
    background-color: #ffffff;
}
#owl-parallax-1 p, #owl-parallax-1 h2, #owl-parallax-1 strong, #owl-parallax-1 a, #owl-parallax-1 h3{
	color:white;
}
#owl-parallax-1 hr{
	border-color:white;
}
#parallax_box_1 {
    padding-top: 100px;
}

#parallax_box_1 {
    padding-bottom: 100px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
}


.product-add-to-cart .product-quantity #quantity_wanted {
  width: 80px;
}
.products .thumbnail-container .bonattribute{
	display:none;
}
.product-flag.on-sale{
	position: absolute !important;
    top: 0px;
    right: 0;
    width: 90px;
    height: 90px;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transform: translate(25%, -25%);
	color:white;
	font-weight:500!important;
	align-content: center;
    text-align: center;
	background-color:red!important;
}
#product .featured-products{
	max-width:1012px;
	margin:20px auto!important;
}
#product .featured-products h2{
	margin-bottom:40px;
}
#bon-stick-cart .product-features{
	display:none;
}
#product #bon-stick-cart #add-to-cart-or-refresh .product-variants .product-variants-item{
	margin:0;
}
#product #bon-stick-cart #add-to-cart-or-refresh{
	gap:10px;
}
#product .bonwishlist-hook-wrapper .wish-button{
	left:10px;
	right:auto;
}
.thumbnail-container .thumbnail-container-bottom .sort-description{
	display:block!important;
}
.thumbnail-container .thumbnail-container-bottom .sort-description p{
	margin-bottom:0;
}
.grid-alert{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:15px;
}
@media (max-width: 991px) {
    #header .header-top .position-static {
        flex-direction: row;
    }
	    #header .logo {
			max-width:180px!important;
		}
}
@media (max-width: 680px) {
		.contact-rich .block.col-4{
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 480px) {
	#header .header-top .position-static .bon-nav-bar{
		width:auto;
	}
    #header .header-top .position-static .bon-nav-bar {
		margin-right: 10px;
	}
	#header .logo {
			max-width:140px!important;
	}
	#header #_desktop_cart .blockcart .cart-products-count, #navigation #_desktop_cart .blockcart .cart-products-count, #bonwishlist .wishlist-count{
		right:1px;
		top: -15px;
  font-size: 10px;
  height: 15px;
  width: 15px;
  line-height: 15px;
	}
	#header #_desktop_cart .blockcart a, #navigation #_desktop_cart .blockcart a, .bonsearch, #header #_desktop_user_info .user-info a, #header #_desktop_user_info .user-info i, #navigation #_desktop_user_info .user-info a, #navigation #_desktop_user_info .user-info i, #bonwishlist .wishlist-tooltip{
		font-size:20px;
	}
	#header .header-top .position-static{
		padding-left:0!important;
	}
	.contact-rich .block.col-4{
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.account-list li:nth-child(6){
	display:none;
}
.przelewy24-calculator-button{
	display:none;
}
.featured-products .thumbnail-container .thumbnail-container-images img, .product-miniature .thumbnail-container .thumbnail-container-images img{
	width:100%;
}
#cart .cart-item .input-group-btn-vertical{
	display:none;
}
#cart .cart-item .js-cart-line-product-quantity{
	width:5rem;
}
.custom-checkbox input[type=checkbox]{
	position:relative;
	display:inline-block;
	opacity:1!important;
}
.custom-checkbox input[type=checkbox]+span{
	display:none!important;
}