/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2025 | 05:22:59 */
.slider-item.primary{
	z-index:15;
	position:relative;
}
.catalog-gallery-slider:hover .slider-item.primary{
	display:none;
}
.option-layer{
	position:absolute;
	bottom:-200px;
	left:0;
	width:100%;
	background:#fffc;
	padding:20px 10px 0 10px;
	transition:ease 0.3s;
}
.catalog-gallery-slider .slick-arrow{
	visibility:hidden;
}

.catalog-gallery-slider:hover .option-layer{
	bottom:0;
	transition:ease 0.5s;
}
.pull-back{
	display:none;
}
.pull-front{
	display:block;
}
.slick-arrow{
	width:40px;
	height:40px;
	background:transparent;
	border-radius:8px;
	transition:ease 0.3s;
}
.slick-arrow:hover{
	background:#fffc;
	transition:ease 0.3s;
}
.slick-prev.slick-arrow{
	left:10px;
	z-index:300;
}
.slick-next.slick-arrow{
	right:20px;
	
}
.slick-next:before,
.slick-prev:before{
	font-size:30px;
	color:#aaa;
	font-family:'icomoon';
}
.slick-next:before{
	content: '\e607';
}
.slick-prev:before{
	content: '\e608';
}

.catalog-gallery-slider:hover .slick-arrow{
	visibility:visible!important;
}
li.classic.product .product-wrap .product-add-to-cart{
	display:none;
}
body:not(.woocommerce-cart) .main-content table{
	border:0;
	margin:0;
}
.variation-overlay{
	top: -50%;
    left: -150%;
    width: 500%;
    height: 200vw;
    position: fixed;
    z-index: 2;
    background: rgba(0,0,0,.3);
	display:none;
	cursor:pointer;
}
.filter-overlay{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9990;
    background: rgba(0,0,0,0.3);
	display:none;
	cursor:pointer;
}
.nectar-shop-header-bottom .right-side{
	display:none!important;
}
.nectar-shop-header .nectar-shop-header-bottom{
	justify-content:flex-end!important;
	position: absolute;
    top: 0;
    right:-10px;
	width:100%;
}
.nectar-shop-header.sticky-top .nectar-shop-header-bottom{
	top:20px;
}
section.related.productds{
	padding-bottom:150px;	
}
/*
body.single-product .summary table.variations{
	position:fixed!important;
	width:450px!important;
	top:-150px;
	height:100vw;
	right:-1000px;
	background:#fff!important;
	z-index:9999;
	padding:60px;
	box-shadow:0 0 10px 0 #0003;
	display:none;
	transition:ease 0.3s;

}
*/
/*
.yith-wcpsc-product-size-charts-popup{
	top:0!important;
	left:unset!important;
	height:100vw!important;
	right:-200%!important;
	transition:ease 0.3s;
}
.yith-wcpsc-product-size-charts-popup.yith-wcpsc-popup-opened{
	right:0!important;
	transition:ease 0.3s;
}
*/
ul.products{
	background:#fafaf8;
}
.panel{
	position:fixed!important;
	width:50%!important;
	top:60px;
	height:100vw;
	right:-1000px;
	background:#fff!important;
	z-index:100;
	padding:80px 40px;
	transition:ease 0.3s;
	
}
.panel .description{
	width:100%;
}
.panel#basic-measurement .description{
	overflow-y:scroll;
	height:95%;
}
.panel h3.title{
	width:100%;
}
.panel .table-container{
	width:100%;
}
.panel .table-container .yith-wcpsc-product-table{
	border:0;
}
.panel .table-container .yith-wcpsc-product-table tr :is(th,td){
	padding:7px!important;
	text-align:center;
	border:0;
	
}
.panel .table-container .yith-wcpsc-product-table tr :is(th,td):first-child{
	text-align:left;
	font-weight:bold;
}
.panel .table-container .yith-wcpsc-product-table thead tr{
	border-top:3px solid #000;
	border-bottom:3px solid #000;
}
.panel .measurement-container{
	overflow-y: scroll;
    height: 30vw;
	margin-top:20px;
}
.panel.show{
	right:0!important;
	transition:ease 0.3s;
	display:inline-flex;
	align-items:flex-start;
	flex-wrap:wrap;
	height:100%;
	align-content:flex-start;
}
.nectar-shop-header{
	position: sticky;
    top: 60px;
    z-index: 11;
    background: #fafaf8;
    width: 100%;
    padding-top: 20px!important;
}
.nectar-shop-header.sticky-top{
	min-height:105px;
}
body.single-product .summary table.variations.show{
	right:0!important;
	transition:ease 0.3s;
	display:inline-flex;
	align-items:center;
	height:100vh;
	
}
button.variation{
	margin-bottom:5px;
	margin-right:20px;
	padding:10px 20px 10px 2px;
	background:#fff;
	color:#000;
	box-shadow:none;
	-webkit-appearance: none;
	border:none;
	transition:ease 0.3s;
	cursor:pointer;
	margin-right:5px;
	border-bottom:1px solid #e6e8ed;
	width:calc(100% - 20px);
	text-align:left;
	text-transform:uppercase;
	font-size:11px;
	font-family:"Roboto";
	letter-spacing:1px;
}
button.variation:hover{
	background:#fff;
	transition:ease 0.3s;
	font-weight:bold;
}

.woocommerce-shop .post-area{
	margin-top:15px;
}

.yith-wcpsc-product-size-chart-button{
	display:none!important;
}
.panel span.close{
	display:none;
}
.col#sidebar{
	top:63px!important;
}
.woocommerce.single-product div.product .single-product-main-image div.images .woocommerce-product-gallery__image a{
	padding:0;
}

form.variations_form {
	padding-right:20px;
	margin-top:20px;
}
.woocommerce-loop-product__title a{
	color:#000;
}
.nectar-shop-header .woocommerce-breadcrumb{
	margin-bottom:0px;
}
.material .widget li a{
	margin-left:0!important;
}
.material .widget li a span.term-label{
	padding:0 10px;
}
.nectar-shop-filters{
	flex-wrap:wrap;
	width:100%;
	justify-content:flex-end;
}
.nectar-shop-filters a.nectar-shop-filter-trigger{
	width:fit-content;
	justify-content:flex-end;
	margin-top:-10px;
	margin-bottom:10px;
}
.nectar-shop-header-bottom .left-side{
	max-width:100%!important;
}
.nectar-active-product-filters ul,
.nectar-active-product-filters{
	width:100%;
	display:inline-flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li{
	margin-top:5px;
}
.payment_method_senangpay img{
	max-height:45px!important;
}
@media only screen and (max-width:768px){
	
	:root {
		--mobile-container-width: 100%;
	}
	.nectar-shop-header{
		padding:0 6%;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		padding-left:5px;
		padding-right:5px;
	}
	.woocommerce-page ul.products li.product .colour-count,
	.woocommerce-page ul.products li.product .price{
		padding-left:5px;
		padding-right:5px;
	}
	
	.col#sidebar{
		top: 0!important;
	}
	.col#sidebar .header{
		top:56px!important;
		border-bottom:0!important;
	}
	.col#sidebar .inner{
		margin-top:20px;
	}
	.panel{
		width:100%!important;
		top:53px;
		padding:10px;
		height:100%;
	}
	
	.panel .measurement-container{
		overflow-y: scroll;
		height: 80%;
		margin-top:20px;
	}
	
	.panel span.close{
		display:block;
		width: 120px;
		position: absolute;
		bottom: 100px;
		right: calc(50% - 60px);
		background: #000;
		color: #fff;
		padding: 8px 30px;
		border-radius: 13px;
		text-align: center;
	}
	
	.woocommerce.single-product div.product div.summary{
		padding:10px 10px;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"] li.product{
		width:calc(100%/2 - 5px)!important;
	}
	.nectar-shop-header.sticky-top{
		top:54px;
		min-height:145px;
	}
	.nectar-shop-header .nectar-shop-header-bottom{
		right:0;
		float:right;
		position:relative;
		z-index:200;
		margin-bottom:0;
	}
	ul.filter-items.level-0{
		width:100%;
		display:inline-flex;
		flex-wrap:wrap;
	}
	.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active.color:not(.no-color):not(.no-image):not(.label-right) > a:after{
		right:5px;
		
	}
	.material .widget li a{
		margin-left:0!important;
	}
	.material .widget li a span.term-label{
		padding:0 10px;
	}
	.nectar-shop-header-bottom{
		width:100%;
	}
}