/** Shopify CDN: Minification failed

Line 6:0 Unexpected "2.filterwrap"

**/
2.filterwrap input[type="radio"],.filterwrap input[type="checkbox"]{display:none;}
.filterwrap label{cursor:pointer;font-size:14px;line-height:17px;display:block;}
.filterwrap input[type="radio"]:checked+label,.filterwrap input[type="checkbox"]:checked+label{font-weight:bold;}
.filterwrap input[type="checkbox"][disabled]+label{opacity:0.4;cursor:no-drop;}
.range-wrap {position: relative;width: 100%;max-width: 100%;}
.price-slider {position: relative;z-index: 1;height:3px;margin:0px 5px;}
.price-slider > .track {position: absolute;z-index: 1;left: 0;right: 0;top: 0;bottom: 0;border-radius: 5px;background-color: #8e8e8e;}
.price-slider > .range {position: absolute; z-index: 2;left:0;right:0;top: 0;bottom: 0;border-radius: 5px;background-color: #000;}
.price-slider > .thumb {position: absolute;z-index: 3;width:10px;height:10px;background-color: #000;border-radius: 50%;top:-3px;cursor:pointer;}
.price-slider > .thumb.left {left: 0%;transform: translateX(-5px);}
.price-slider > .thumb.right {right: 0%;transform: translateX(5px);}
#MainContent:not(.firefox) .range-wrap input[type="range"]{pointer-events: none;-webkit-appearance: none;-moz-appearance: none;}
.range-wrap input[type=range] {position: absolute;z-index: 2;height:3px;width: 100%;opacity: 0;cursor:pointer;margin:0;}
.range-wrap input[type=range]::-webkit-slider-thumb {pointer-events: all;width:10px;height:10px;border-radius:50%;background-color:#000;-webkit-appearance: none;margin:0;}
.range-wrap{padding:10px 0px 0;}
.amount-wrap{display:flex;justify-content:space-between;padding:10px 0px;}
.collection-leftlist li.collfirstlist{font-weight: 500;font-size: 14px;line-height: 18px;text-transform:uppercase;opacity:0.5;}
.collection-leftlist li{font-size:14px;line-height:17px;margin-right:32px;position:relative;padding:23px 0px;}
.collection-leftlist li:after{content:'';position:absolute;bottom:0px;height:1px;background:var(--sitecolor);opacity:0;left:0;right:0;}
.collection-leftlist li.active:after{opacity:1;}
.product-item{width:100%;}
.collection-grid .product-grid-snippet{padding-left:6px;padding-right:6px;}
#collection-grid{overflow:hidden;}
.endcollection{text-align:center;padding:140px 0px 0px;}
.endcollection h2{font-weight: 500;font-size: 24px;line-height: 30px;text-align: center;text-transform: lowercase;opacity:0.5;margin-bottom:25px;}
.endcollection p{font-weight: 500;font-size: 14px;line-height: 18px;text-transform: lowercase;color:var(--orabge-color);}
.arrow-endcoll{display:inline-block;vertical-align:middle;padding-left:15px;position: relative;top: -1px;}
.template-collection{padding:0px 0px 140px;}
.endcollection p{display:none;} 
.filterbutton{margin:20px 0px;}
.collection-header{display:flex;justify-content:space-between;}
.section-collection{position:relative;min-height:100vh;overflow:hidden;}
.snippet-collection-filter{transition:0.3s;transform: translateX(100%);position:fixed;top:0;right:0;min-width:358px;z-index:2;bottom:0;overflow:auto;width:28%;}
.snippet-filterinr{background:var(--graycolor);padding:21px 30px 35px;}
.open-filter .snippet-collection-filter{transform: translateX(0%);}
.closefilter{margin-bottom:25px;}
.filtertitle{font-weight: 400;font-size: 14px;line-height: 18px;text-transform: uppercase;margin-bottom:8px;}
.filter_list{padding:0px 0px 32px;}
.filter_list li{padding:6px 0px;}
.filter_list li input[type="radio"] + label,.filter_list li input[type="checkbox"] + label{position:relative;padding-left:24px;}
.filter_list li input[type="radio"] + label span,.filter_list li input[type="checkbox"] + label span{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--sitecolor);opacity:0.25;position:absolute;left:0;top:3px;}
.filter_list li input[type="radio"]:checked + label span,.filter_list li input[type="checkbox"]:checked + label span{opacity:1;}
.svg-close{margin-right:16px;width:12px;height:12px;vertical-align: -3px;}
.clear-filter{color:var(--orabge-color);font-weight: 500;font-size: 14px;line-height: 18px;}
.snippet-collection-filter::-webkit-scrollbar-track{background-color: #efefef;}
.snippet-collection-filter::-webkit-scrollbar{width: 3px;background-color: #efefef;}
.snippet-collection-filter::-webkit-scrollbar-thumb{background-color: var(--sitecolor);}
.collection-outer{position: fixed;top: 63px;left: 0;right: 0;background:var(--background-color);z-index: 2;}
.section-collection{padding-top:59px;}
.template-collection .collection-designer{display:none;}
.emptycoll{text-align:center;padding:130px 0px;}
.collection-leftlist li:not(.collfirstlist){text-transform:lowercase;}
/*.template-collection .product-item:not(:nth-child(26n+1)) .second-image{display:none;}
.template-collection .product-item:not(:nth-child(26n+16)) .second-image{display:none;}*/
/* .template-collection .product-grid-image:hover .second-image{opacity:0;}
.template-collection .product-item:nth-child(18n+1) .product-grid-image:hover .second-image,.template-collection .product-item:nth-child(18n+12) .product-grid-image:hover .second-image{opacity:1;}
 */
@media(min-width:992px){
  .collection-grid{display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));margin-left:-6px;margin-right:-6px;}
  .product-item:nth-child(18n+1), .product-item:nth-child(18n+12){width:100%;grid-column-end: span 2;grid-row-end: span 2;}
  .product-item:nth-child(18n + 1) .product-grid-image,.product-item:nth-child(18n + 12) .product-grid-image{padding-bottom:calc(100% + 80px);border-radius: 20px 0px;}
  .product-item:nth-child(18n + 1) .product-grid-image img,.product-item:nth-child(18n + 12) .product-grid-image img{border-radius: 20px 0px;}
  .product-item:nth-child(18n + 2) .product-grid-image,.product-item:nth-child(18n + 3) .product-grid-image,.product-item:nth-child(18n + 4) .product-grid-image,.product-item:nth-child(18n + 5) .product-grid-image,
  .product-item:nth-child(18n + 2) .product-grid-image img,.product-item:nth-child(18n + 3) .product-grid-image img,.product-item:nth-child(18n + 4) .product-grid-image img,.product-item:nth-child(18n + 5) .product-grid-image img,
  .product-item:nth-child(18n + 10) .product-grid-image,.product-item:nth-child(18n + 11) .product-grid-image,.product-item:nth-child(18n + 12) .product-grid-image,.product-item:nth-child(18n + 13) .product-grid-image,.product-item:nth-child(18n + 14) .product-grid-image,
  .product-item:nth-child(18n + 10) .product-grid-image img,.product-item:nth-child(18n + 11) .product-grid-image img,.product-item:nth-child(18n + 12) .product-grid-image img,.product-item:nth-child(18n + 13) .product-grid-image img,.product-item:nth-child(18n + 14) .product-grid-image img
  {border-radius: 10px 0px;}
}
@media(max-width:1199px){
  .product-item:nth-child(18n + 1) .product-grid-image, .product-item:nth-child(18n + 12) .product-grid-image{padding-bottom: calc(100% + 108px);}
  .collection-outer{top:65px;}
}
@media(max-width:991px){
  .collection-grid{display:flex;flex-wrap:wrap;margin-left:-4px;margin-right:-4px;}
  .collection-grid .product-grid-snippet{padding-left:4px;padding-right:4px;}
  .collection-grid .product-item{width:50%;}
  .product-item:nth-child(18n + 1) .product-grid-image, .product-item:nth-child(18n + 12) .product-grid-image{padding-bottom:100%;}
  .collection-grid .product-item:nth-child(13n+1){width:100%;}
  .collection-outer{top:59px;}
  .collection-leftlist li.collfirstlist,.collection-leftlist li{font-size: 16px;line-height: 20px;}
  .collection-leftlist li{padding:7px 0px}
  .collection-leftlist{padding:13px 0px;display: flex;overflow: auto;}
  .seccolllist.active{color:var(--orabge-color);} 
  .collection-leftlist li:after{background:var(--orabge-color);}
  .filterbutton .frozendost{display:none;}
  .filterbutton {font-size: 16px;line-height: 20px;padding:15px 53px 17px;border:1px solid var(--sitecolor);border-radius: 30px;background:var(--graycolor);}
  .collection-right{position: fixed;left: 0;right: 0;text-align: center;bottom: 0;z-index: 1;}
  .endcollection{padding:80px 60px 0px;}
  .template-collection{padding:0px 0px 100px;}
  .endcollection h2{font-size:20px;line-height:25px;}
  .nextcollurl{color:var(--sitecolor);border:1px solid var(--sitecolor);font-weight: 500;font-size: 16px;line-height: 20px;padding:18px 32px;display:inline-block;border-radius: 30px;}
  .arrow-endcoll{display:none;}
  .sticky_filter .collection-right{display:none !important;}
  .collection-leftlist li{white-space: nowrap;}
  .collection-grid .product-item:nth-child(13n+1) .product-grid-image img,.collection-grid .product-item:nth-child(13n+1) .product-grid-image{border-radius:0;}
  .snippet-collection-filter{top:0 !important;height:100%;background:var(--graycolor);}
  .open-filter #MainContent{z-index:11;}
  .open-filter .snippet-collection-filter{box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.15);}
  .snippet-collection-filter{width:313px;min-width:inherit;}
  .collection-outer .site-continer{padding-right:0;}
  .open-filter{overflow:hidden;}
  .clear-filter .svg-close{display:none;}
  .clear-filter{font-weight: 500;font-size: 16px;line-height: 20px;padding:15px 20px 19px;width:100%;text-align: center;border: 1px solid var(--sitecolor);border-radius: 30px;color: var(--sitecolor);}
  .closefilter svg{width:21px;height:21px;}
  .snippet-filterinr{padding-top:64px;}
  .closefilter{position: absolute;right: 23px;top: 20px;}
  .product-item:first-child .product-grid-snippet{padding-top:0;}
}

.filter_list li input{
display: none;
}