<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PLP */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?till85');
  src:  url('../fonts/icomoon.eot?till85#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?till85') format('truetype'),
    url('../fonts/icomoon.woff?till85') format('woff'),
    url('../fonts/icomoon.svg?till85#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
 /*  font-family: 'icomoon' !important; */
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #f6f4f2;
}
a, a:hover{
	cursor: pointer;
}
/*.header.content{
	z-index:2;
}*/
.catalog-category-view .page-products .columns,
.catalogsearch-result-index .page-products .columns{
	min-height: 100vh;
}
.catalog-category-view .sidebar.sidebar-additional,
.catalogsearch-result-index .sidebar.sidebar-additional {
    display: none;
}
.catalog-category-view .sidebar.sidebar-main,
.catalogsearch-result-index .sidebar.sidebar-main{
    display: none;
}
/* hide nav from page */
.catalog-category-view .nav-sections,
.catalogsearch-result-index .nav-sections{
    display: none;
}
.catalog-category-view .page-main,
.catalogsearch-result-index .page-main{
    max-width: 100%;
    padding: 0;
}
.catalogsearch-result-index .page-main .page-title-wrapper{
	font-family: "ClassGarmnd BT","Times New Roman",serif;
	width: 100%;
	padding: 108px 0 166px;
    text-align: center;
}
.catalogsearch-result-index .page-main .page-title-wrapper .page-title{
	font-size: 50px;
    letter-spacing: 2px;
    line-height: 58px;
    text-transform: none;
}
.catalog-category-view .page-main .category-view,
.catalogsearch-result-index .page-main .category-view{
    position: relative;
    margin-bottom: -120px;
}
.catalog-category-view .page-main .category-view .cat-image-section,
.catalogsearch-result-index .page-main .category-view .cat-image-section{
	position: relative;
	height: 480px;
    overflow: hidden;
}
.catalog-category-view .page-main .category-view .cat-image-section .cat-details,
.catalogsearch-result-index .page-main .category-view .cat-image-section .cat-details{
	position: absolute;
    top: 0;
	color: #fff;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}
.catalog-category-view .page-main .category-view .cat-image-section .cat-details-title,
.catalogsearch-result-index .page-main .category-view .cat-image-section .cat-details-title{
	font-family: "ClassGarmnd BT","Times New Roman",serif;
    font-size: 50px;
	letter-spacing: 2px;
    color: #fff;
}
.catalog-category-view .page-main .category-view .cat-image-section .cat-details-sort-desc,
.catalogsearch-result-index .page-main .category-view .cat-image-section .cat-details-sort-desc{
	font-family: "ClassGarmnd BT","Times New Roman",serif;
    font-size: 36px;
    width: 50%;
    letter-spacing: 2px;
    color: #fff;
    line-height: 42px;
}
.catalog-category-view .page-main .category-view .cat-image-section .category-image,
.catalogsearch-result-index .page-main .category-view .cat-image-section .category-image{
	height: 100%;
	opacity: 0;
	-webkit-transition: transform 1.3s cubic-bezier(.18,.74,.36,.99);
	transition: transform 1.3s cubic-bezier(.18,.74,.36,.99);
	transform: scale(1.5);
}
.catalog-category-view .page-main .category-view .cat-image-section .category-image.is-visible,
.catalogsearch-result-index .page-main .category-view .cat-image-section .category-image.is-visible{
  opacity: 1;
  transform: scale(1);
}
.catalog-category-view .page-main .category-view .cat-image-section .category-image img,
.catalogsearch-result-index .page-main .category-view .cat-image-section .category-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	-webkit-transition: -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
	transition: -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
	transition: transform 4s .25s cubic-bezier(0,1,.3,1);
	transition: transform 4s .25s cubic-bezier(0,1,.3,1), -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);

	will-change: transform;
	-webkit-transform: scale(1);
    transform: scale(1);
}
.is-visible .catalog-category-view .page-main .category-view .cat-image-section .category-image img,
.is-visible .catalogsearch-result-index .page-main .category-view .cat-image-section .category-image img {
  -webkit-transform: none;
          transform: none;
}
.catalog-category-view .page-main .category-view .cat-image-section .category-image:after,
.catalogsearch-result-index .page-main .category-view .cat-image-section .category-image:after{
	content: '';
    position: absolute;
	bottom: 0;
    width: 100%;
    height: 65px;
    left: 0;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(26,25,25,1) 150%);
}

/*.catalog-category-view .page-main .columns .navigation-overlay{
	position: fixed;
    display: block;
	opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}*/
.catalog-category-view .page-main .columns .column.main,
.catalogsearch-result-index .page-main .columns .column.main{
    width: 100%;
    padding: 0 20px;
}
/* hide breadcrumbs from page */
.catalog-category-view .page-main .columns .column.main .breadcrumbs,
.catalogsearch-result-index .page-main .columns .column.main .breadcrumbs{
    display: none;
}
/* hide horizontal bar from page */
.catalog-category-view .page-main .columns .column.main .mst-nav__horizontal-bar,
.catalogsearch-result-index .page-main .columns .column.main .mst-nav__horizontal-bar{
    display: none;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0;	
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .mst-scroll__button,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .mst-scroll__button{
	font-family: ScalaSansOT,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    border: 1px solid #b4b4b4;
    background-color: transparent;
    color: #453f3f;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    transition: .2s ease-in-out;
	margin: 60px auto;
    min-width: 220px;
    max-width: 280px;
    padding: 14px 20px;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .mst-scroll__button:before,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .mst-scroll__button:before{
	display: none;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger .filter-trigger-btn,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger .filter-trigger-btn{
    font-family: "ScalaSansOT","Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    background-color: #1a1919;
    color: #fff;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 19px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
	cursor: pointer;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger .filter-trigger-btn:before,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger .filter-trigger-btn:before{
    content: '\e900';
    font-family: 'icomoon';
    color: #fff;
}
.filter-options-content a:hover {
    background-color: transparent;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .toolbar-sorter .sorter-label,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .toolbar-sorter .sorter-label{
    display: none;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .toolbar-sorter select.sorter-options,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .toolbar-sorter select.sorter-options{
    font-family: "ScalaSansOT","Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    background-color: #1a1919;
    border: 0;
    border-bottom: 0;
    height: 34px;
    padding: 0 34px 0 16px;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: none;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .toolbar-sorter .sorter-action,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .toolbar-sorter .sorter-action{
	display: none;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid{
    margin: 0 0 150px;
	min-height: 100vh;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items{
	/*position: relative;
    max-width: 100%;
    width: calc(100% + 100px);
    margin: 20px 0 0 -20px;
    padding: 20px 0 0 0;*/
	margin: 20px -40px 0px 0px;
    column-count: 3;
    column-gap: 1.5em;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items .item,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items .item {
	/* background: #fff;
    padding: 0;
    margin: 0 0 3% 3%;
    width: calc((100% - 9%)/3);
	cursor: pointer; */
    background: #fff;
    margin: 0 0 40px 0;
    width: calc((100% - 9%)/3);
    cursor: pointer;
    display: inline-block;
    padding: 0 0 1.5em;
    width: calc(100% - 40px);
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items .item:nth-child(3n+1) { order: 1; }
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items .item:nth-child(3n+2) { order: 2; }
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items .item:nth-child(3n)   { order: 3; }
.catalog-category-view .product-item-info,
.catalogsearch-result-index .product-item-info {
    width: 100%;	
	text-align: center;
    display: inline flow-root list-item;
}
.catalog-category-view .products-grid .product-item-inner,
.catalogsearch-result-index .products-grid .product-item-inner{
	box-shadow: none;
	border: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
}
.catalog-category-view .products-grid .product-item-info .product-item-details,
.catalogsearch-result-index .products-grid .product-item-info .product-item-details{
	padding: 32px 40px;
	text-align: center;
}
.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart{
	font-family: ScalaSansOT,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    border: 1px solid #b4b4b4;
    background-color: transparent;
    color: #453f3f;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
	font-weight: normal;
    letter-spacing: 2px;
    transition: .2s ease-in-out;
	margin: 10px auto;
    min-width: 190px;
    max-width: 220px;
    padding: 14px 20px;
}
.catalog-category-view .products-grid .product-item-info:hover,
.catalogsearch-result-index .products-grid .product-item-info:hover{
	box-shadow: none;
	border: none;
	margin: 0;
	padding: 0;
}
/* Filter Panel */
.catalog-category-view .sidebar-main,
.catalogsearch-result-index .sidebar-main{
	/* display: block !important; */
    
}
.catalog-category-view .filter,
.catalogsearch-result-index .filter{
	position: fixed;
    top: 0;
    height: 100vh;
    z-index: 12;
    background-color: #fff;
    width: 360px;
    left: 0;
    padding: 0;
	font-family: "ClassGarmnd BT","Times New Roman",serif;
}
.filter .filter-content{
	padding-top: 130px;
}
.filter .filter-content .filter-options{
	padding: 0px 60px 48px;
    overflow: auto;
    height: calc(100vh - 180px);   
}
.filter .filter-content .filter-actions{
	height: 50px;
	margin-bottom: 0;
	display: flex;
    padding: 0;
}
.filter .filter-content .filter-actions .action{
	min-width: 10px;
    padding: 17px 7px 15px;
    width: 50%;
	text-align: center;
	line-height: 15px;
}
.filter .filter-content .filter-actions .action:hover {
    text-decoration: none;
}
.filter .filter-content .filter-actions .filter-clear {
    background-color: #f6f4f2;
    border-color: #f6f4f2;
    color: #111;
}
.filter .filter-content .filter-actions .filter-apply{
	background-color: #1a1919;
    border-color: #1a1919;
    color: #fff;
}
.filter .filter-content .filter-options .filter-options-item {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 18px;
}
.filter .filter-content .filter-options .filter-options-item .filter-options-title{
	font-weight: normal;
    font-size: 12px;
    letter-spacing: 2.5px;
	padding: 13px 30px 13px 0;
}
.filter .filter-content .filter-options .filter-options-item .filter-options-content .mst-nav__label .items .mst-nav__label a{}
.catalog-category-view .filter .filter-content .filter-side-title,
.catalogsearch-result-index .filter .filter-content .filter-side-title{
	position: absolute;
    top: 0;
    transition: left .6s cubic-bezier(.645,.045,.355,1);
    padding: 31px 80px 30px 60px;
}
.filter .filter-content .filter-options .filter-options-item .filter-options-content ..mst-nav__label .items .item a{
	font-size: 14px;
}
.mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"]:checked:before{
	top: 0;
}
.filter .filter-content .filter-options .filter-options-item .filter-options-content .mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"]:checked:before{background: #865;}
.catalog-category-view .filter .filter-content .filter-side-title .block-subtitle,
.catalogsearch-result-index .filter .filter-content .filter-side-title .block-subtitle {
    border-bottom: 1px solid #cccccc;
    font-size: 28px;
    font-weight: normal;
    line-height: 38px;
	padding: 0;
	border-bottom: none;
	letter-spacing: 1px;
}
.catalog-category-view .filter .filter-content .filter-title-close,
.catalogsearch-result-index .filter .filter-content .filter-title-close{
	position: absolute;
    right: 0;
    top: 0;
    padding: 33px 55px 33px 55px;
}
.catalog-category-view .filter .filter-content .filter-title-close .icon-remove,
.catalogsearch-result-index .filter .filter-content .filter-title-close .icon-remove{
	color: #fff;
}
.catalog-category-view .filter .filter-content .filter-title-close .icon-remove:after,
.catalogsearch-result-index .filter .filter-content .filter-title-close .icon-remove:after{
	content: '\e616';
    font-family: 'luma-icons';
    cursor: pointer;
    font-size: 22px;
    color: #534d4d;
}
.catalog-category-view .filter .filter-content .filter-title-close a:hover,
.catalogsearch-result-index .filter .filter-content .filter-title-close a:hover {
    text-decoration: none;
    color: #000;
}
.sorter-options {
	font-family: "ScalaSansOT","Segoe UI",Roboto,"Helvetica Neue",sans-serif;
	-webkit-tap-highlight-color: transparent;
    background-color: #1a1919;
    border-radius: 0px;
    border: solid 1px #1a1919;
    color: #fff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
	font-size: 12px;
    letter-spacing: 2px;
	margin: 0;
}
.sorter-options:hover {
    border-color: #1a1919; 
}
.sorter-options:active, .sorter-options.open, .sorter-options:focus {
    border-color: #1a1919; 
}
.sorter-options:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; 
}
.sorter-options.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); 
}
.sorter-options.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); 
}
.sorter-options.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none; 
}
.sorter-options.disabled:after {
      border-color: #cdd5de; 
}
.sorter-options.wide {
    width: 100%; 
}
.sorter-options.wide .list {
      left: 0 !important;
      right: 0 !important; 
}
.sorter-options .list {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: -1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
	width: 290px;
	text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 14px;
}
.sorter-options .list:hover .option:not(:hover) {
      background-color: transparent !important; 
}
.sorter-options .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 17px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 13px 20px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; 
	margin-bottom: 0;
    color: #1a1919;
	border-bottom: 1px solid rgba(69,63,63,.1);
}
.sorter-options .option:hover, .sorter-options .option.focus, .sorter-options .option.selected.focus {
      background-color: #f6f7f9; 
}
.sorter-options .option.selected {
      font-weight: normal; 
}
.sorter-options .option.disabled {
      background-color: transparent;
      color: #90a1b5;
      cursor: default; 
}
.category-description{
	position: relative;
    width: 60%;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    color: #060606;
}
.category-description:after{
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,244,242,0.56) 69%, rgba(246,244,242,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(246,244,242,0.56) 69%,rgba(246,244,242,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(246,244,242,0.56) 69%,rgba(246,244,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f4f2',GradientType=0 );
    content: '';
    position: absolute;
    bottom: 0px;
    /* border: 1px dotted; */
    width: 100%;
    height: 180px;
    left: 0;
}
.category-description .paneldesc{
	/* height: 140px !important; */
    overflow: hidden;
    padding-bottom: 50px;
}
.category-description h3 {
    font-size: 22px;
    font-family: "ClassGarmnd BT","Times New Roman",serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 25px;
    color: #292526;
}
.category-description .text-form-container {
    color: #060606;
    font-size: 14px;
}
.category-description .showdesc,
.category-description .hidedesc{
	position: absolute;
    bottom: 4px;
    z-index: 9;
    font-family: 'luma-icons';
    right: 10px;
    font-size: 22px;
    color: #453f3f;
	padding: 5px 0;
}
.category-description .showdesc:hover,
.category-description .hidedesc:hover {
    color: #453f3f;
    text-decoration: none;
}
.category-description .showdesc:after{
	content: '\e61c';
}
.category-description .hidedesc:after{
	content: '\e60f';
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static {
    background-color: rgb(35 31 32);
	padding: 40px 30px;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item{
	position: relative;
    background-color: transparent;
    margin: -4px 0px;
	padding: 0;
    display: inline-block;
    width: auto;
} 
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item:after,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item:after {
	content: '/';
    margin: 0 0px 0 3px;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item:last-child:after,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item:last-child:after{
	content: none;
}
/* .catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item:nth-child(3) strong{
	font-weight: 400;
    font-size: 24px;
    color: #fff;
    font-family: "ClassGarmnd BT","Times New Roman",serif;
    float: left;
    margin-top: 50px;
    margin-left: -100px;
    text-transform: capitalize;
    text-decoration: underline;
	display: none;
} */
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item a,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item a,
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item strong,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item strong{
	font-family: "ClassGarmnd BT","Times New Roman",serif;
	float: left;
    font-size: 14px;
	letter-spacing: 1px;
	padding: 0;
    margin: -1px 2px;
	color: rgb(137 125 109);
	text-transform: capitalize;
	font-weight: normal;
	position: relative;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item:first-child a,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item:first-child a{
	margin-left: 0;
	cursor: pointer;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item a:before,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item a:before{
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: rgb(137 125 109);
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item a:hover:before,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item a:hover:before{
	visibility: visible;
    width: 100%;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item a:hover,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item a:hover,
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item a:focus,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item a:focus{
	color: rgb(137 125 109);
	text-transform: capitalize;
	text-decoration: none;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-title,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-title{
	padding: 0;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
    font-family: ScalaSansOT,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    font-size: 12px;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-title:after,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-title:after{
	content: none;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content{
	padding: 15px 0;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .items .item,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .items .item{
	position: relative;
    background: transparent;
	display: inline-block;
	width: auto;
	padding-bottom: 0;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .items .item a,	    
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .items .item a{	    
    font-family: ScalaSansOT,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
	font-size: 12px;
    letter-spacing: .75px;
    border: 1px solid #626262;
    border-radius: 16px;
    padding: 0 17px;
	margin: 0 10px 10px 0;
    height: 32px;
	cursor: pointer;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .items .item a:hover,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .items .item a:hover{
	background-color: transparent;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .items .item a:hover:before,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .items .item a:hover:before{
	height:0;
	background-color: transparent;
	visibility: hidden;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .items .item a label .count,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .items .item a label .count{
	display: none;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"],
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat .no-sub .filter-options-content .mst-nav__label .mst-nav__label-item._mode-checkbox input[type="checkbox"]{
	display: none;
}

.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat{
	list-style: none;
	padding-left: 0;
	margin-top: 40px;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat li,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat li{
	margin-bottom: 2em;
    display: inline-block;
    width: 100%;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat li a,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat li a{
	font-weight: 400;
    font-size: 24px;
    color: #fff;
    font-family: "ClassGarmnd BT","Times New Roman",serif;
    text-transform: capitalize;
    text-decoration: none;
	position: relative;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat li a:before,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat li a:before{
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: #FFF;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat li a:hover:before,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat li a:hover:before{
	visibility: visible;
	width: 100%;
}
.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-name .product-item-link,
.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-name .product-item-link,
.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-name .product-item-link:hover,
.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-name .product-item-link:hover,
.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-name .product-item-link:focus,
.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-name .product-item-link:focus{
	font-family: "ClassGarmnd BT","Times New Roman",serif;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 32px;
	margin: 0;
	text-transform: capitalize;
	color: #1a1919;
	text-decoration: none;
}
.catalog-category-view .products-grid .product-item-info .product-item-details .price,
.catalogsearch-result-index .products-grid .product-item-info .product-item-details .price{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 19px;
	margin-bottom: 28px;
	font-weight: normal;
	width: 100%;
	font-family: "ClassGarmnd BT","Times New Roman",serif;
}
.animate{
    opacity: 0;
    -webkit-transform: translateY(4em) rotateZ(0deg);
    transform: translateY(4em) rotateZ(0deg);
    -webkit-transition: opacity .3s .25s ease-out, -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
    transition: opacity .3s .25s ease-out, -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
    transition: transform 4s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out;
    transition: transform 4s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out, -webkit-transform 4s .25s cubic-bezier(0,1,.3,1);
    will-change: transform, opacity;
}
.animate.is-visible {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.filter-options-title:after{
	content: '\e61c';
}
.active &gt; .filter-options-title:after{
	content: '\e60f';
}
.navigation-overlay {
	background: #1a1919 !important;
    opacity: 0.8 !important;
    z-index: 11;
    top: 0;
    position: fixed;
}
.navigation-overlay &gt; i{
	display: none;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message{
	background-color: transparent;
    position: relative;
    width: calc(100% - 34%) !important;
    float: left;
    position: absolute;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message .message.info,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message .message.info{
	font-family: "ClassGarmnd BT","Times New Roman",serif;
	background-color: transparent;
	color: #453f3f;
	text-align: center;
	padding: 90px 20px 12px 25px;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message .message.info .title,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message .message.info .title{
	font-size: 55px;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message .message.info .title:before,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message .message.info .title:before{
	content: none;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message .message.info .description,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message .message.info .description{
	font-size: 30px;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message{
	background-color: transparent;
	margin-top: 150px;
	position: relative;
    width: 100% !important;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message .message.info,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message .message.info{
	font-family: "ClassGarmnd BT","Times New Roman",serif;
	background-color: transparent;
	color: #453f3f;
	text-align: center;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message .message.info .title,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message .message.info .title{
	font-size: 55px;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message .message.info .title:before,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message .message.info .title:before{
	content: none;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message .message.info .description,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message .message.info .description{
	font-size: 30px;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products.sticky .filter-trigger .filter-trigger-btn,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products.sticky .filter-trigger .filter-trigger-btn{
	background-color: #ffffff;
    color: #1a1919;
	height: 44px;
    line-height: 42px;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products.sticky .filter-trigger .filter-trigger-btn:before, 
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products.sticky .filter-trigger .filter-trigger-btn:before{
	color: #1a1919;
}
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products.sticky .sorter .sorter-options,
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products.sticky .sorter .sorter-options{
	padding-left: 0px;
}
.sticky {
    position: fixed;
	z-index: 10;
    top: 0;
    left: 0;
    background-color: #1a1919;
	padding: 0 20px;
}
.nice-select .list li:first-child{display:none;}

#layered-filter-block .mst-nav__slider .mst-nav__slider-slider .ui-slider-range {
    height: 4px;
    background: #b5b6b9;
}
#layered-filter-block .mst-nav__slider .mst-nav__slider-slider {
    background: #f3f4f7;
    height: 6px;
    border: 1px solid #ddd;
}
#layered-filter-block .mst-nav__slider .mst-nav__slider-slider .ui-slider-handle {
    border: 1px solid #c8c8c8;
    border-radius: 30px;
    width: 2.2rem;
    height: 2.2rem;
}
#layered-filter-block .mst-nav__slider .mst-nav__slider-text {
    font-weight: normal;
}
 
.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items .item, 
.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items .item, 
.catalog-product-view .block.related li.item.product.product-item {
  break-inside: avoid-column;
  display:block;
  (-bracket-:hack;
        display: inline-block;
    );
}

@media (max-width: 767px){
	.catalogsearch-result-index .page-main .page-title-wrapper{
		width: 100%;
		padding: 20px 0 ;
		text-align: center;
	}
	.catalogsearch-result-index .page-main .page-title-wrapper .page-title{
		font-size: 30px;
		letter-spacing: 1.2px;
		line-height: 46px;
	}
	.catalog-category-view .page-main .category-view,
	.catalogsearch-result-index .page-main .category-view{
		margin-bottom: -80px;
	}
	.page-header {
		border-bottom: none;
		margin-bottom: 0;
	}
	.catalog-category-view .filter,
	.catalogsearch-result-index .filter{
		width: 100%;
		background-color: #f6f4f2;
		margin-top: 0px !important;
	}
	.catalog-category-view .filter .filter-content,
	.catalogsearch-result-index .filter .filter-content {
		padding-top: 61px;
	}
	.catalog-category-view .filter .filter-content .filter-options .filter-options-item .filter-options-title:after,
	.catalogsearch-result-index .filter .filter-content .filter-options .filter-options-item .filter-options-title:after{
		/*content: '\e608';*/
		font-family: 'luma-icons';
	}
	.catalog-category-view .filter .filter-content .filter-options .filter-options-item .filter-options-content,
	.catalogsearch-result-index .filter .filter-content .filter-options .filter-options-item .filter-options-content{
		padding: 0;
	}
	.catalog-category-view .filter .filter-content .filter-options .filter-options-item .filter-options-content .mst-nav__category .items .mst-nav__label-item,
	.catalogsearch-result-index .filter .filter-content .filter-options .filter-options-item .filter-options-content .mst-nav__category .items .mst-nav__label-item{
		margin: 0 !important;
		position: relative;
		padding: 0.8em 0;
		border-bottom: 1px solid #e4e4e4;
	}
	.catalog-category-view .filter .filter-content .filter-options .filter-options-item .filter-options-content .mst-nav__category .items .mst-nav__label-item:last-child,
	.catalogsearch-result-index .filter .filter-content .filter-options .filter-options-item .filter-options-content .mst-nav__category .items .mst-nav__label-item:last-child {
		border-bottom: none;
		padding-bottom: 0.6em;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message .message.info,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .empty-message .message.info{
		padding: 10px;
	}
	/* .catalog-category-view .filter .filter-content .filter-options .filter-options-item[data-collapsible="true"] {
		border-bottom: none;
	}
	.catalog-category-view .filter .filter-content .filter-options .filter-options-item[data-collapsible="true"] .filter-options-title:after {
		content: none;
	} */
	.catalog-category-view .filter .filter-content #back_filter,
	.catalogsearch-result-index .filter .filter-content #back_filter {
		position: absolute;
		color: #f6f4f2;
		top: 0;
		padding: 19px;
	}
	.catalog-category-view .filter .filter-content #back_filter:after,
	.catalogsearch-result-index .filter .filter-content #back_filter:after{
		content: '\e617';
		font-family: 'luma-icons';
		color: #0f0f0f;
		position: fixed;
		left: 20px;		
	}
	.catalog-category-view .filter .filter-content #close_filter,
	.catalogsearch-result-index .filter .filter-content #close_filter{
		position: absolute;
		color: #f6f4f2;
		top: 0;
		right: 0;
		padding: 19px;
	}
	.catalog-category-view .filter .filter-content #close_filter:after,
	.catalogsearch-result-index .filter .filter-content #close_filter:after{
		content: '\e616';
		font-family: 'luma-icons';
		color: #0f0f0f;
		position: fixed;
		right: 20px;		
	}
	.catalog-category-view .filter .filter-content .filter-head-section,
	.catalogsearch-result-index .filter .filter-content .filter-head-section{
		position: absolute;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: space-between;
		top: 0;
		background: #1a1919;
		width: 100%;
		height: 61px;
	}
	.catalog-category-view .filter .filter-content .filter-side-title,
	.catalogsearch-result-index .filter .filter-content .filter-side-title{
		position: fixed;
		top: 0;
		background: #1a1919;
		width: 100%;
		height: 55px;
	}
	.catalog-category-view .filter .filter-content .filter-title-close,
	.catalogsearch-result-index .filter .filter-content .filter-title-close{
		padding: 18px;
		color: #1a1919;
	}
	.catalog-category-view .filter .filter-content .filter-title-close .icon-remove,
	.catalogsearch-result-index .filter .filter-content .filter-title-close .icon-remove {
		color: #1a1919;
	}
	.catalog-category-view .filter .filter-content .filter-title-close .icon-remove:after,
	.catalogsearch-result-index .filter .filter-content .filter-title-close .icon-remove:after {
		font-size: 18px;
		color: #ffffff;
	}
	.catalog-category-view .filter .filter-content .filter-options,
	.catalogsearch-result-index .filter .filter-content .filter-options {
		background-color: #fff;
		padding: 0px 20px 30px;
		overflow: auto;
		height: calc(100vh - 120px);
		top: 61px;
	}
	.catalog-category-view .filter .filter-content .filter-actions,
	.catalogsearch-result-index .filter .filter-content .filter-actions {
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 10px;
		width: 100%;
		height: 59px;
	}
	.catalog-category-view .filter .filter-content .filter-title,
	.catalogsearch-result-index .filter .filter-content .filter-title {
		padding: 19px;
		color: #fff;
		height: 61px;
		position: relative;
		letter-spacing: 2px;
	}
	.filter .filter-content .filter-actions .filter-clear{
		font-family: ScalaSansOT,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
		padding: 17px 7px 17px;
		width: 50%;
		text-align: center;
		background-color: #f6f4f2;
		color: #504f4f;
		line-height: 27px;
	}
	.filter .filter-content .filter-actions .filter-apply {
		font-family: ScalaSansOT,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
		padding: 17px 7px 17px;
		width: 50%;
		text-align: center;
		background-color: #1a1919;
		color: #fcfcfc;
		line-height: 27px;
	}
	.filter .filter-content .filter-head-section .filter-actions .filter-clear{
		font-family: ScalaSansOT,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
		padding: 17px 15px 17px;
		width: auto;
		text-align: center;
		background-color: #1a1919;
		color: #fcfcfc;
		line-height: 27px;
		letter-spacing: 2px;
	}
	.catalog-category-view .filter .filter-content .filter-title-close .icon-remove,
	.catalogsearch-result-index .filter .filter-content .filter-title-close .icon-remove{
		
	}
	.catalog-category-view .filter .filter-content .filter-options .filter-options-item,
	.catalogsearch-result-index .filter .filter-content .filter-options .filter-options-item {
		border-bottom: 1px solid #d8d8d8;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.catalog-category-view .filter .filter-content .filter-options .filter-options-item .filter-options-title,
	.catalogsearch-result-index .filter .filter-content .filter-options .filter-options-item .filter-options-title{
		text-transform: capitalize;
		color: #1b1a1a;
		padding: 13px 30px 13px 5px;
		font-size: 16px;
	}
	.category-description{
		width: 90%;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static{
		display: none !important;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger{
		text-align: left;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger .filter-trigger-btn,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger .filter-trigger-btn{
		padding: 0 10px;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .sorter,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .sorter{
		padding: 0 10px;
	}
	.sorter-options{
		float: right;
	}
	.catalog-category-view .page-main .columns .column.main,
	.catalogsearch-result-index .page-main .columns .column.main{
		padding: 0;
	}
	.catalog-category-view .page-main .category-view .cat-image-section, 
	.catalogsearch-result-index .page-main .category-view .cat-image-section{
		position: relative;
		height: 210px;
		overflow: hidden;
	}
	/* Banner */
	.catalog-category-view .page-main .category-view .cat-image-section .category-image,
	.catalogsearch-result-index .page-main .category-view .cat-image-section .category-image{
		/* height: 210px; */
	}
	/*.catalog-category-view .page-main .category-view .category-image{
		height: 190px;
	}*/
	.catalog-category-view .page-main .category-view .cat-image-section .category-image .image,
	.catalogsearch-result-index .page-main .category-view .cat-image-section .category-image .image{
		height: 100%;
		object-fit: cover;
	}
	.catalog-category-view .page-main .category-view .cat-image-section .cat-details,
	.catalogsearch-result-index .page-main .category-view .cat-image-section .cat-details{
		position: absolute;
		top: 0;
		padding-bottom: 10px;
		justify-content: center;
	}
	.catalog-category-view .page-main .category-view .cat-image-section .cat-details-title,
	.catalogsearch-result-index .page-main .category-view .cat-image-section .cat-details-title{
		font-size: 36px;
	}
	.catalog-category-view .page-main .category-view .cat-image-section .cat-details-sort-desc,
	.catalogsearch-result-index .page-main .category-view .cat-image-section .cat-details-sort-desc{
		width: 100%;
		font-size: 24px;
	    line-height: 25px;
	}
	.catalog-category-view .page-main .category-short-desc,
	.catalogsearch-result-index .page-main .category-short-desc{
		font-size: 30px;
		align-items: flex-end;
		padding: 20px 0;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products{
		margin: 0;
		padding-right: 0;
		background-color: #1a1919;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger .filter-trigger-btn,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger .filter-trigger-btn{
		height: 45px;
		line-height: 42px;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger,
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .sorter,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .sorter{
		flex: 0 0 50%;
		position: relative;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items{
		margin: 15px 0 0 15px;
		padding: 0px;
		column-count: 2;
		column-gap: 1.5em;
		height: auto;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item,		
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item{		
		width: calc(100% - 15px) !important;
		margin: 0 0 15px 0;
	}
	.catalog-category-view .products-grid .product-item-info .product-item-details,
	.catalogsearch-result-index .products-grid .product-item-info .product-item-details{
		padding:15px 10px 0;
	}
	.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
	.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart{
		min-width: auto;
		max-width: inherit;
		padding: 14px 5px;
	}
	.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-name .product-item-link,
	.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-name .product-item-link{
		font-size: 18px;
		line-height: 24px;
	}
	.catalog-category-view .products-grid .product-item-info .product-item-details .price,
	.catalogsearch-result-index .products-grid .product-item-info .product-item-details .price{
		font-size: 14px;
		line-height: 20px;
	}
	.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
	.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart{
		font-size: 11px;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products.sticky .filter-trigger .filter-trigger-btn {
		background-color: #1a1919;
		color: #fff;
		height: 50px;
		line-height: 46px;
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message, 
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.empty-message{
		background-color: transparent;
		width: 100% !important;
		float: left;
		position: absolute;
		left: 0 !important;
		top: 120px !important;
	}
}
@media (max-width: 1024px) and (min-width: 768px){
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item{
		width: calc(100% - 40px);
	}
	.catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static,
	.catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static{
		padding: 15px;
	}
	.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart,
	.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-inner .product-item-actions .tocart{
		min-width: 120px;
	}
    .catalog-category-view .products-grid .product-item-info .product-item-details, .catalogsearch-result-index .products-grid .product-item-info .product-item-details {
    padding: 20px 20px;
    }
    .catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat li a, .catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat li a {
    font-size: 18px;
    }
    .catalog-category-view .products-grid .product-item-info .product-item-details .product-item-name .product-item-link, .catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-name .product-item-link, .catalog-category-view .products-grid .product-item-info .product-item-details .product-item-name .product-item-link:hover, .catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-name .product-item-link:hover, .catalog-category-view .products-grid .product-item-info .product-item-details .product-item-name .product-item-link:focus, .catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-name .product-item-link:focus{
        font-size: 18px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){}
@media (min-width: 768px){}

/* rtl */
body[class*="rtl"].catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items,
body[class*="rtl"].catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items {
    margin: 20px 0px 0px -40px;
}
body[class*="rtl"] .sorter-options .list{
	left: -1px;
    right: auto;
}
body[class*="rtl"] .catalogsearch-result-index .filter,
body[class*="rtl"] .catalog-category-view .filter{
	right: 0;
    left: auto;
}
body[class*="rtl"] .catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products.sticky .sorter .sorter-options,
body[class*="rtl"] .catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products.sticky .sorter .sorter-options{
	padding-left: 30px;
    padding-right: 0;
}
body[class*="rtl"].catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .sorter .sorter-options,
body[class*="rtl"].catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .sorter .sorter-options{
	padding-left: 30px;
    padding-right: 18px;
}
body[class*="rtl"].catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger .filter-trigger-btn, 
body[class*="rtl"].catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger .filter-trigger-btn{
	line-height: 30px;
    padding: 0 10px;
}
body[class*="rtl"] .sorter-options:after{
	left: 12px;
    right: auto;
}
body[class*="rtl"] .sorter-options .option {
    text-align: right;
}
body[class*="rtl"] .category-description .showdesc, 
body[class*="rtl"] .category-description .hidedesc{
	left: 10px;
    right: auto;	
}
body[class*="rtl"].catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item:after,
body[class*="rtl"].catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item:after {
    content: '/';
    margin: 0 0px 0 3px;
}
body[class*="rtl"].catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item:first-child:after,
body[class*="rtl"].catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .inner-breadcrumbs .items .item:first-child:after {
    content: none;
}
body[class*="rtl"].catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat,
body[class*="rtl"].catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item.static .cop-subcategories-wrapper .cop-filters-inner .subcat{
	padding-right: 0;
}
body[class*="rtl"].catalog-category-view .filter,
body[class*="rtl"].catalogsearch-result-index .filter{
	right: 0;
    left: auto;
}
body[class*="rtl"].catalog-category-view .filter .filter-content .filter-title-close,
body[class*="rtl"].catalogsearch-result-index .filter .filter-content .filter-title-close{
	left: 0;
    right: auto;
}
body[class*="rtl"] .filter-options-title:after{
	left: 13px;
    right: auto;
}
body[class*="rtl"] .filter .filter-content .filter-options .filter-options-item .filter-options-title{
	padding: 13px 0px 13px 30px;
}
body[class*="rtl"].catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products.sticky .sorter .sorter-options,
body[class*="rtl"].catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products.sticky .sorter .sorter-options{
    padding-left: 30px;
    padding-right: 0;
}
@media (max-width: 767px){
	body[class*="rtl"].catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items,
	body[class*="rtl"].catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .product-items {
		margin: 15px 15px 0 0;
		padding: 0px;
		column-count: 2;
		column-gap: 1.5em;
	}
	body[class*="rtl"].catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item,
	body[class*="rtl"].catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .products-grid .products .item {
		width: calc(100% - 15px) !important;
		margin: 0 0 15px 0;
	}
	body[class*="rtl"] .sorter-options {
		float: left;
	}
	body[class*="rtl"].catalog-category-view .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger,
	body[class*="rtl"].catalogsearch-result-index .page-main .columns .column.main #m-navigation-product-list-wrapper .toolbar-products .filter-trigger{
		text-align: right;
	}
}

@media (max-width: 767px){

.catalog-category-view .sidebar.sidebar-main .block-title.filter-title, 
.catalogsearch-result-index .sidebar.sidebar-main .block-title.filter-title{
    display: none;
}
.catalog-category-view .filter .filter-content .filter-side-title, .catalogsearch-result-index .filter .filter-content .filter-side-title {
    padding: 8px 50px;
    text-align: center;
}
.catalog-category-view .filter .filter-content .filter-side-title .block-subtitle, .catalogsearch-result-index .filter .filter-content .filter-side-title .block-subtitle {
    font-size: 16px;
    display: block;
    color: #fff;
}
.catalog-category-view .filter .filter-content .filter-options, .catalogsearch-result-index .filter .filter-content .filter-options {
    display: block;
    width: 100%;
    top: 55px;
}

}</pre></body></html>