@CHARSET "UTF-8";
.row-bg {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    
    display: inline-block;
    width: 100%;
}
p.qnty {
    text-align: right;
}
.pjScCheckout-b .row {
    margin: 0;
}
.pjScCheckout-lft table.table.table-striped .col-sm-6.col-md-7 a.scProductLink.scSelectorProduct {
  
}
.pjScCheckout-lft table.table.table-striped .col-sm-6.col-md-7 {
    width: 100%;
    padding: 0;
}
.row-bg {
    border-bottom: 1px solid #dddddd;
}
.pjScCheckout-b {
    background: #392110;
    border: 1px solid #f6e6df;
}
.pjScCheckout-page .col-sm-3.pjScCheckout-lft table.table.table-striped td.hidden-xs {
    width: 90px;
}
.pjScCheckout-page .col-sm-3.pjScCheckout-lft .panel-heading {
    background: #7d36df  ;
    color: #fff ;
}
.pjScCheckout-page .col-sm-9.pjScCheckout-rt {
    padding-left: 15px;
    
}
.pjScCheckout-page .col-sm-3.pjScCheckout-lft {
    padding-right: 0;
    padding-left: 20px;
}
.pjScPreviewOrder .pjScCheckoutPrice {
    color: #7d36df ;
    text-align: right;
}
 
.chckout-btn .chckout-btn-lt:hover {
    background: #000 ;
    color: #fff ;
  
}
.chckout-btn .chckout-btn-lt {
    background-color: #ff4c02 ;
    width: unset;
    padding: 10px 30px ;
    border-radius: 50px ;
	/* float: left; */
	margin-right: 10px;
}
.chckout-btn .chckout-btn-rt {
    background: #7d36df ;
    color: #ffffff ;
    padding: 8px 20px;
    border-radius: 50px;
    border: none;
}
.chckout-btn .chckout-btn-rt:hover {
     background: #000 ;
    color: #fff ;
}
.row.totalLastChild .row-bg {
    border: none;
}

.chckout-btn {
    text-align: right;
}
.pjScCheckout-rt input.form-control {
    border-radius: 0 ;
    height: 40px;
}
.pjScCheckout-rt textarea.form-control {
    height: 150px;
}
.pjScCheckout-rt .checkbox.form-group.required label {
    color: #7d36df ;
}
.pjScCheckout-rt select {
    border-radius: 0 ;
    height: 40px ;
}
.pjScCheckout-rt .panel-heading {
    background: #7d36df  ;
    color: #fff ;
}
.col-sm-9.pjScCheckout-rt {
    padding-left: 50px;
}
.col-sm-3.pjScCheckout-lft {
    padding-left: 0;
}
.pjScCheckout-lft .col-xs-6.text-right.text-muted.text-uppercase {
    text-align: left;
    font-weight: 600;
    color: #4e4e4e ;
}
.pjScCheckout-lft .col-xs-6.text-muted.text-uppercase {
    text-align: right;
    color: #7d36df ;
}
 .pjScCheckout .pjScCheckout-lft .pjScCheckoutPrice {
    color: #7d36df ;
    font-weight: 800;
    text-align: right;
}
.pjScCart-page table.table.table-striped tr a.scSelectorRemoveFromCart {
    color: #7d36df ;
}
.pjScCart-page table.table.table-striped tr a.scProductLink.scSelectorProduct {
color: #7d36df ;
}
.pjScCheckout-rt select option {
    color: #000;
}
.pjScCart-page .pjScCartPrice {
    color: #7d36df ;
    text-align: right;
}
p.right-bt button.btn.btn-default {
    background: #d0d1e3 ;
    color: #7d36df ;
    padding: 8px 20px;
    border-radius: 50px;
    border: none;
}
p.right-bt button.btn.btn-default:hover {
    background: #000 ;
    color: #fff ;
    
}
p.right-bt button.btn.btn-default.scSelectorCheckout {
    background: #7d36df ;
    color: #fff ;
}
p.right-bt button.btn.btn-default.scSelectorCheckout:hover {
   background: #000 ;
    color: #fff ;
}
.cupn-bx button.btn.btn-info.scSelectorButton {
    position: absolute;
    top: 7px;
    right: 7px;
    border-radius: 50px;
    padding: 2px 15px;
    background: #7d36df ;
    border-color: #7d36df ;
}
.cupn-bx {
    position: relative;
}
.pjScCart-page .panel-body.form-horizontal input.form-control {
    border-radius: 0;
    padding: 10px 10px;
    height: 40px;
}
.pjScCart-page .panel-body.form-horizontal select {
    border-radius: 0;
    padding: 10px 10px;
    height: 40px;
}
.scContainer{
	margin-top: 10px;
}
.dropdown-menu{
	margin-top: 0px ;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}
.form-group.required label.control-label:after{
	content:" *";
	color: #a94442;
}
.form-group.required label.error{
	color: #a94442;
	font-weight: normal;
	padding-left: 0px ;
}
.scSelectorAddresses .scAddressHolder{
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 14px;
}
p.right-bt button.btn.btn-default.scSelectorButton.scSelectorContinueShopping {
    background-color: #ff4c02 ;
    width: unset;
    padding: 10px 20px ;
    border-radius: 50px ;
}
.pjScCart-page .panel-body.form-horizontal select option {
    color: #000;
}
.scSelectorAddresses .scAddressHolder:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.pjScHeader .pjScLocale img{
	display: block;
	float: left;
	margin-right: 4px;
	margin-top: 5px;
}
#pjWrapperShoppingCart_theme1 .dropdown-menu > li > a{padding-left: 15px; padding-right: 28px;}
/* ==========================================================================
    #pjScEmptyCategoryMessage
========================================================================== */
#pjWrapperShoppingCart_theme1 .pjScEmptyCategoryMessage { padding: 0 15px; }
#pjWrapperShoppingCart_theme1 .pjScProduct .pjScProductImage { margin: 0 auto; width: 100%;}

#pjWrapperShoppingCart_theme1 label.scError{color: #a94442 ; font-weight: normal ;}

#pjWrapperShoppingCart_theme1 .scMaximumItems{ display: none;}

[id^="pjWrapperShoppingCart_theme1"] .col-lg-1, [id^="pjWrapperShoppingCart_theme1"] .col-lg-10, [id^="pjWrapperShoppingCart_theme1"] .col-lg-11, [id^="pjWrapperShoppingCart_theme1"] .col-lg-12, [id^="pjWrapperShoppingCart_theme1"] .col-lg-2, [id^="pjWrapperShoppingCart_theme1"] .col-lg-3, [id^="pjWrapperShoppingCart_theme1"] .col-lg-4, [id^="pjWrapperShoppingCart_theme1"] .col-lg-5, [id^="pjWrapperShoppingCart_theme1"] .col-lg-6, [id^="pjWrapperShoppingCart_theme1"] .col-lg-7, [id^="pjWrapperShoppingCart_theme1"] .col-lg-8, [id^="pjWrapperShoppingCart_theme1"] .col-lg-9, [id^="pjWrapperShoppingCart_theme1"] .col-md-1, [id^="pjWrapperShoppingCart_theme1"] .col-md-10, [id^="pjWrapperShoppingCart_theme1"] .col-md-11, [id^="pjWrapperShoppingCart_theme1"] .col-md-12, [id^="pjWrapperShoppingCart_theme1"] .col-md-2, [id^="pjWrapperShoppingCart_theme1"] .col-md-3, [id^="pjWrapperShoppingCart_theme1"] .col-md-4, [id^="pjWrapperShoppingCart_theme1"] .col-md-5, [id^="pjWrapperShoppingCart_theme1"] .col-md-6, [id^="pjWrapperShoppingCart_theme1"] .col-md-7, [id^="pjWrapperShoppingCart_theme1"] .col-md-8, [id^="pjWrapperShoppingCart_theme1"] .col-md-9, [id^="pjWrapperShoppingCart_theme1"] .col-sm-1, [id^="pjWrapperShoppingCart_theme1"] .col-sm-10, [id^="pjWrapperShoppingCart_theme1"] .col-sm-11, [id^="pjWrapperShoppingCart_theme1"] .col-sm-12, [id^="pjWrapperShoppingCart_theme1"] .col-sm-2, [id^="pjWrapperShoppingCart_theme1"] .col-sm-3, [id^="pjWrapperShoppingCart_theme1"] .col-sm-4, [id^="pjWrapperShoppingCart_theme1"] .col-sm-5, [id^="pjWrapperShoppingCart_theme1"] .col-sm-6, [id^="pjWrapperShoppingCart_theme1"] .col-sm-7, [id^="pjWrapperShoppingCart_theme1"] .col-sm-8, [id^="pjWrapperShoppingCart_theme1"] .col-sm-9, [id^="pjWrapperShoppingCart_theme1"] .col-xs-1, [id^="pjWrapperShoppingCart_theme1"] .col-xs-10, [id^="pjWrapperShoppingCart_theme1"] .col-xs-11, [id^="pjWrapperShoppingCart_theme1"] .col-xs-12, [id^="pjWrapperShoppingCart_theme1"] .col-xs-2, [id^="pjWrapperShoppingCart_theme1"] .col-xs-3, [id^="pjWrapperShoppingCart_theme1"] .col-xs-4, [id^="pjWrapperShoppingCart_theme1"] .col-xs-5, [id^="pjWrapperShoppingCart_theme1"] .col-xs-6, [id^="pjWrapperShoppingCart_theme1"] .col-xs-7, [id^="pjWrapperShoppingCart_theme1"] .col-xs-8, [id^="pjWrapperShoppingCart_theme1"] .col-xs-9{
	position: inherit ;;
}
#pjWrapperShoppingCart_theme1 .scSelectorProductForm label.error{color: #a94442; font-weight: normal;}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProductName{
	display: block;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProductName a{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pjScEyeIcon:hover{cursor: pointer;}

#pjWrapperShoppingCart_theme1 .pjScProductDetails p.text-indent{
	padding-left: 30px;
}
#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductImage{text-align: center;}
#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductImage img{display: inline-block;}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages{
	position: relative;
	overflow: hidden;
}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages .scSelectorAddFavFromProductsList,
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages .scSelectorRemoveFavFromProductsList{
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 10;
	font-size: 25px;
	padding: 0;
}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages .owl-carousel .owl-nav{
	display: none;
}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages .owl-carousel .owl-nav{
	font-size: 17px;
}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages .owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 43%;
	left: 5px;
}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 43%;
	right: 5px;
}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages .owl-carousel.owl-carousel-hidden{
	opacity: 0;
	height: 0;
}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages .owl-carousel.owl-carousel-active{
	opacity: 1;
	height: 100%;
	transition-duration: 0.4s;
}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages .pjScProductAttributes{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
	text-align: left;
	padding: 20px 10px;
	transition: margin .3s ease;
	margin-bottom: -500px;
}
#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages .pjScProductAttributes.show{
	margin-bottom: 0;
}
#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductShortDesc{margin: 10px 0;}
#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductViewFullDesc{margin-bottom: 15px; text-decoration: underline; display: block;}
#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductThumbs{margin: 10px 0 20px 0;}
#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductThumbs .scSelectorProductThumb{display: block;}
#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductThumbs .scSelectorProductThumb img{border-radius: 5px;}


#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductGallery .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductGallery .swiper-wrapper {
	width: 100%;
}

#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductGallery .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductGallery .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScSeeMoreOnMobile .pjScProductInfo{
	position: relative;
}
#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScSeeMoreOnMobile .pjScProductInfo .pjScCloseSeeMoreOnMobile{
	position: absolute;
  	font-size: 25px;
  	right: 5px;
  	top: 5px;
}
#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesSearch{
	padding-top: 4px;
}
#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesSearch a{
	font-size: 20px;
} 
#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesSearch .pjScToggleSearch{
	padding-left: 5px;
}
#pjWrapperShoppingCart_theme1 .pjScBar .pjScSearchFormContainer{
	display: block;
}
#pjWrapperShoppingCart_theme1 .pjScSort{
	position: relative;
}
#pjWrapperShoppingCart_theme1 .pjScSort .btn{
	font-weight: normal;
	text-transform: inherit;
}
#pjWrapperShoppingCart_theme1 .pjScSort .dropdown .dropdown-menu{
	right: 0;
	left: unset;
	padding: 0;
}

@media only screen and ( max-width: 480px ) {
    #pjWrapperShoppingCart_theme1 .pjScBar .btn-group .btn{padding: 6px 6px;}
}

@media only screen and ( max-width: 520px ) {
    /* ==========================================================================
        #Product
    ========================================================================== */
    #pjWrapperShoppingCart_theme1 .pjScProduct .pjScBtnPrimary { margin-bottom: 5px; }
}

@media only screen and ( max-width: 767px ) {
    /* ==========================================================================
        #Product
    ========================================================================== */
	#pjWrapperShoppingCart_theme1 .pjScBar .pjScCloseToggleWrap{
		position: absolute;
	    right: 7px;
	    top: 3px;
	}
	#pjWrapperShoppingCart_theme1 .pjScBar .pjScCloseToggleWrap a{
		font-size: 25px
	}
	#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesContainer{
		background: #fff;
	  	position: fixed;
	  	top: 0;
	  	width: 100%;
	  	height: 100%;
	  	z-index: 100;
	  	left: 0;
		padding: 35px 15px 15px 15px;
	}
	#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesContainer .pjScNavCategories{
		margin: 0;
		padding: 0;
	}
	#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesContainer .pjScNavCategories li{
		list-style: none;
	}
	#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesContainer .pjScNavCategories li a{
		font-size: 17px;
	}
	#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesContainer .pjScNavCategories li a:hover{
		text-decoration: none;
	}
	#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesContainer .pjScNavCategories li ul{
		padding-left: 25px;
	}
	#pjWrapperShoppingCart_theme1 .pjScBar .pjScSearchFormContainer{
		background: #fff;
	  	position: fixed;
	  	top: 0;
	  	width: 100%;
	  	height: 100%;
	  	z-index: 100;
	  	left: 0;
		display: none;
		padding: 35px 15px 15px 15px;
	}
	
	#pjWrapperShoppingCart_theme1 .pjScProducts .pjScProduct .pjScProductImages{
  		margin: 0 auto;
	}
}
@media only screen and ( max-width: 991px ) {
    #pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductGallery .swiper-container {
		height: 400px;
	}
}


@media only screen and ( min-width: 992px ) {
	#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductGallery{
		width: 100%;
		height: 100%;
		position: relative;
	}
	#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductGallery .swiper-container {
		height: 100%;
	}
	#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductGallery .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductGallery .swiper-wrapper .swiper-slide {
		display: block;
		width: 50% ;
		padding: 0 0 2px 2px;
		margin: 0;
	}
	#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductGallery .swiper-wrapper .swiper-slide img{
		max-width: 100%;
	}
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://shop.haardhout-texel.nl/shop/third-party/pj_fancybox/2.1.5/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://shop.haardhout-texel.nl/shop/third-party/pj_fancybox/2.1.5/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://shop.haardhout-texel.nl/shop/third-party/pj_fancybox/2.1.5/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://shop.haardhout-texel.nl/shop/third-party/pj_fancybox/2.1.5/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('https://shop.haardhout-texel.nl/shop/third-party/pj_fancybox/2.1.5/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('https://shop.haardhout-texel.nl/shop/third-party/pj_fancybox/2.1.5/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@CHARSET "UTF-8";/* ==========================================================================	#pjScHeader========================================================================== */#pjWrapperShoppingCart_theme1 .pjScHeader { border-color: #ded8d8; background: #f7f7f7; }#pjWrapperShoppingCart_theme1 .pjScHeader .scStoreName,#pjWrapperShoppingCart_theme1 .pjScHeader a { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScHeader .scStoreName:hover,#pjWrapperShoppingCart_theme1 .pjScHeader a:hover { color: #1b6aac; }#pjWrapperShoppingCart_theme1 .pjScHeader a .badge { background: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScHeader a:hover .badge { background: #1b6aac; }/* ==========================================================================	#pjScBar========================================================================== */#pjWrapperShoppingCart_theme1 .pjScBar .btn-default { color: #3086d1; 	background: rgb(255,255,255);	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(253,253,253,1) 27%, rgba(249,247,248,1) 50%, rgba(245,241,240,1) 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(27%,rgba(253,253,253,1)), color-stop(50%,rgba(249,247,248,1)), color-stop(100%,rgba(245,241,240,1)));	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f1f0',GradientType=0 );}#pjWrapperShoppingCart_theme1 .pjScBar .btn-default:hover { color: #1b6aac; 	background: rgb(245,241,240);	background: -moz-linear-gradient(top,  rgba(245,241,240,1) 0%, rgba(249,247,248,1) 50%, rgba(253,253,253,1) 73%, rgba(255,255,255,1) 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,241,240,1)), color-stop(50%,rgba(249,247,248,1)), color-stop(73%,rgba(253,253,253,1)), color-stop(100%,rgba(255,255,255,1)));	background: -webkit-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	background: -o-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	background: -ms-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	background: linear-gradient(to bottom,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f1f0', endColorstr='#ffffff',GradientType=0 );}#pjWrapperShoppingCart_theme1 .pjScBar .btn-default .text-warning { color: #56af31; }/* ==========================================================================	#pjScFilterCat========================================================================== */#pjWrapperShoppingCart_theme1 .pjScFilterCat a { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScFilterCat a:hover { color: #1b6aac; }#pjWrapperShoppingCart_theme1 .pjScFilterCat .active > a,#pjWrapperShoppingCart_theme1 .pjScSort .dropdown .dropdown-menu .active a{ background: #1b6aac; color: #fff; }#pjWrapperShoppingCart_theme1 .pjScSort .btn,#pjWrapperShoppingCart_theme1 .pjScSort .btn:hover{	background: #1b6aac;  	color: #fff;	border-color: #1b6aac;}/* ==========================================================================	#breadcrumb========================================================================== */#pjWrapperShoppingCart_theme1 .breadcrumb a { color: #3086d1; }#pjWrapperShoppingCart_theme1 .breadcrumb a:hover { color: #1b6aac; }#pjWrapperShoppingCart_theme1 .breadcrumb .active { color: #56af31; }/* ==========================================================================	#pjScProducts========================================================================== */#pjWrapperShoppingCart_theme1 .pjScProduct a { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScProduct a:hover { color: #1b6aac; }#pjWrapperShoppingCart_theme1 .pjScProduct .pjScProductPrice { color: #56af31; font-weight: bold; }#pjWrapperShoppingCart_theme1 .pjScBtnPrimary,#pjWrapperShoppingCart_theme1 .pjScBtnSecondary { font-weight: bold; }#pjWrapperShoppingCart_theme1 .pjScBtnPrimary { border-color: #1b6aac; color: #fff; 	background: rgb(64,152,226);	background: -moz-linear-gradient(top,  rgba(64,152,226,1) 0%, rgba(46,134,208,1) 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,152,226,1)), color-stop(100%,rgba(46,134,208,1)));	background: -webkit-linear-gradient(top,  rgba(64,152,226,1) 0%,rgba(46,134,208,1) 100%);	background: -o-linear-gradient(top,  rgba(64,152,226,1) 0%,rgba(46,134,208,1) 100%);	background: -ms-linear-gradient(top,  rgba(64,152,226,1) 0%,rgba(46,134,208,1) 100%);	background: linear-gradient(to bottom,  rgba(64,152,226,1) 0%,rgba(46,134,208,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4098e2', endColorstr='#2e86d0',GradientType=0 );}#pjWrapperShoppingCart_theme1 .pjScBtnPrimary:hover { border-color: #1b6aac; color: #fff; 	background: rgb(46,134,208);	background: -moz-linear-gradient(top,  rgba(46,134,208,1) 0%, rgba(64,152,226,1) 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,134,208,1)), color-stop(100%,rgba(64,152,226,1)));	background: -webkit-linear-gradient(top,  rgba(46,134,208,1) 0%,rgba(64,152,226,1) 100%);	background: -o-linear-gradient(top,  rgba(46,134,208,1) 0%,rgba(64,152,226,1) 100%);	background: -ms-linear-gradient(top,  rgba(46,134,208,1) 0%,rgba(64,152,226,1) 100%);	background: linear-gradient(to bottom,  rgba(46,134,208,1) 0%,rgba(64,152,226,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e86d0', endColorstr='#4098e2',GradientType=0 );}#pjWrapperShoppingCart_theme1 .pjScBtnSecondary { border-color: #bebabb; color: #3086d1; 	background: rgb(255,255,255);	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(253,253,253,1) 27%, rgba(249,247,248,1) 50%, rgba(245,241,240,1) 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(27%,rgba(253,253,253,1)), color-stop(50%,rgba(249,247,248,1)), color-stop(100%,rgba(245,241,240,1)));	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f1f0',GradientType=0 );}#pjWrapperShoppingCart_theme1 .pjScBtnSecondary:hover { border-color: #bebabb; color: #1b6aac; 	background: rgb(245,241,240);	background: -moz-linear-gradient(top,  rgba(245,241,240,1) 0%, rgba(249,247,248,1) 50%, rgba(253,253,253,1) 73%, rgba(255,255,255,1) 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,241,240,1)), color-stop(50%,rgba(249,247,248,1)), color-stop(73%,rgba(253,253,253,1)), color-stop(100%,rgba(255,255,255,1)));	background: -webkit-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	background: -o-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	background: -ms-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	background: linear-gradient(to bottom,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f1f0', endColorstr='#ffffff',GradientType=0 );}#pjWrapperShoppingCart_theme1 .pjScBtnApply { border-color: #3a8c18; background: #56af31; font-weight: bold; }#pjWrapperShoppingCart_theme1 .pjScBtnApply:hover { border-color: #3a8c18; background: #3a8c18; }#pjWrapperShoppingCart_theme1 .pjScBtnLink { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScBtnLink:hover { color: #1b6aac; }#pjWrapperShoppingCart_theme1 .pjScEyeIcon.active,#pjWrapperShoppingCart_theme1 .pjScEyeIcon:hover{ color: #1b6aac; }/* ==========================================================================	#Pagination========================================================================== */#pjWrapperShoppingCart_theme1 .scSelectorPage { border-color: #bebabb; color: #3086d1; font-weight: bold; 	background: rgb(255,255,255);	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(253,253,253,1) 27%, rgba(249,247,248,1) 50%, rgba(245,241,240,1) 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(27%,rgba(253,253,253,1)), color-stop(50%,rgba(249,247,248,1)), color-stop(100%,rgba(245,241,240,1)));	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(253,253,253,1) 27%,rgba(249,247,248,1) 50%,rgba(245,241,240,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f1f0',GradientType=0 );}#pjWrapperShoppingCart_theme1 .scSelectorPage:hover,#pjWrapperShoppingCart_theme1 .scPaginatorFocus { border-color: #bebabb; color: #1b6aac; 	background: rgb(245,241,240);	background: -moz-linear-gradient(top,  rgba(245,241,240,1) 0%, rgba(249,247,248,1) 50%, rgba(253,253,253,1) 73%, rgba(255,255,255,1) 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,241,240,1)), color-stop(50%,rgba(249,247,248,1)), color-stop(73%,rgba(253,253,253,1)), color-stop(100%,rgba(255,255,255,1)));	background: -webkit-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	background: -o-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	background: -ms-linear-gradient(top,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	background: linear-gradient(to bottom,  rgba(245,241,240,1) 0%,rgba(249,247,248,1) 50%,rgba(253,253,253,1) 73%,rgba(255,255,255,1) 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f1f0', endColorstr='#ffffff',GradientType=0 );}#pjWrapperShoppingCart_theme1 .scPaginatorFocus { color: #56af31; }/* ==========================================================================	#pjScProductDetails========================================================================== */#pjWrapperShoppingCart_theme1 .pjScProductDetails { color: #4e4e4e; }#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductTitle { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductPrice { color: #56af31; }#pjWrapperShoppingCart_theme1 .pjScProductDetails label { color: #343837; }#pjWrapperShoppingCart_theme1 .pjScProductDetails .panel-footer .btn { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScProductDetails .panel-footer .btn:focus,#pjWrapperShoppingCart_theme1 .pjScProductDetails .panel-footer .btn:hover { color: #1b6aac; }#pjWrapperShoppingCart_theme1 .pjScProductDetails .pjScProductDescriptionTitle { color: #3086d1; }/* ==========================================================================	#pjScFavs========================================================================== */#pjWrapperShoppingCart_theme1 .pjScFavsTitle { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScFavs a { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScFavs a:hover { color: #1b6aac; }#pjWrapperShoppingCart_theme1 .pjScFavsProductPrice { color: #56af31; }/* ==========================================================================	#pjScLogReg========================================================================== */#pjWrapperShoppingCart_theme1 .pjScLogReg { color: #4e4e4e; }#pjWrapperShoppingCart_theme1 .pjScLogRegTitle { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScLogReg label { color: #343837; }#pjWrapperShoppingCart_theme1 .pjScLogReg .has-error label { color: #a94442; }/* ==========================================================================	#pjScCart========================================================================== */#pjWrapperShoppingCart_theme1 .pjScCart { color: #4e4e4e; }#pjWrapperShoppingCart_theme1 .pjScCartTitle { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScCart a { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScCart a:hover { color: #1b6aac; }#pjWrapperShoppingCart_theme1 .pjScCart th { color: #343837; }#pjWrapperShoppingCart_theme1 .pjScCartPrice { color: #56af31; }/* ==========================================================================	#pjScCheckout========================================================================== */#pjWrapperShoppingCart_theme1 .pjScCheckout,#pjWrapperShoppingCart_theme1 .pjScCheckout .text-muted { color: #4e4e4e; }#pjWrapperShoppingCart_theme1 .pjScCheckout .pjScCheckoutTitle { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScCheckout .panel-heading { background: #f7f7f7; color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScCheckout label { color: #343837; }#pjWrapperShoppingCart_theme1 .pjScCheckout .checkbox label { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScCheckout .has-error label,#pjWrapperShoppingCart_theme1 .pjScCheckout .checkbox label.has-error,#pjWrapperShoppingCart_theme1 .pjScCheckout .checkbox label.error { color: #a94442; }#pjWrapperShoppingCart_theme1 .pjScCheckout .pjScCheckoutPrice { color: #56af31; }/* ==========================================================================	#pjScPreviewOrder========================================================================== */#pjWrapperShoppingCart_theme1 .pjScPreviewOrder,#pjWrapperShoppingCart_theme1 .pjScPreviewOrder .text-muted { color: #4e4e4e; }#pjWrapperShoppingCart_theme1 .pjScPreviewOrder .panel-heading { background: #f7f7f7; color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScPreviewOrder label { color: #343837; }#pjWrapperShoppingCart_theme1 .pjScPreviewOrder .pjScProductPriceTitle,#pjWrapperShoppingCart_theme1 .pjScPreviewTitle { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScPreviewOrder .pjScCheckoutPrice { color: #56af31; }#pjWrapperShoppingCart_theme1 .pjScBar .pjScCloseToggleWrap a,#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesSearch a{	color: #3086d1;}#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesContainer .pjScNavCategories li a{ { color: #3086d1; }#pjWrapperShoppingCart_theme1 .pjScBar .pjScCategoriesContainer .pjScNavCategories li a:hover { color: #1b6aac; }
