#html-body .filter-options-content,
#html-body.catalogsearch-result-index .filter-options-content {
    border-bottom: 1px solid #EFEFEF;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 8px;
}

#html-body .filter-options .filter-options-content .item:not(:last-child),
#html-body.catalogsearch-result-index .filter-options .filter-options-content .item:not(:last-child) {
    margin-bottom: 5px;
}

#html-body .block-subtitle,
#html-body.catalogsearch-result-index .block-subtitle {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 16px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
    padding-left: 8px;
    margin-bottom: 0;
}

#html-body .swatch-attribute-options,
#html-body.catalogsearch-result-index .swatch-attribute-options {
    display: flex;
    flex-direction: column;
    margin: 0;
}

#html-body .size .swatch-attribute-options,
#html-body.catalogsearch-result-index .size .swatch-attribute-options {
    display: flex;
    flex-direction: row;
    gap: 5px 0;
	flex-wrap: wrap;
}

#html-body .size .swatch-attribute-options .swatch-option.text,
#html-body.catalogsearch-result-index .size .swatch-attribute-options
.swatch-option.text{
	padding:4px 5px;
}

#html-body .filter-options .filter-options-title,
#html-body.catalogsearch-result-index .filter-options .filter-options-title {
    line-height: 15px;
    text-transform: uppercase;
    color: #4B4B4C;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #EFEFEF;
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 8px;
    position: relative;
    width: 100%;
    font-size: 12px;
}

#html-body .filter-options .filter-options-title:hover,
#html-body.catalogsearch-result-index .filter-options .filter-options-title:hover {
    background: #F8F8F8;
}

#html-body .filter-options .filter-options-title:after,
#html-body.catalogsearch-result-index .filter-options .filter-options-title:after {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}

#html-body .active > .filter-options-title,
#html-body.catalogsearch-result-index .active > .filter-options-title {
    border-bottom: none;
}

#html-body .active > .filter-options-title:after,
#html-body.catalogsearch-result-index .active > .filter-options-title:after {
    content: '\e621';
}

#html-body .swatch-option,
#html-body.catalogsearch-result-index .swatch-option {
    color: #4B4B4C;
    border: none;
    background: #fff;
    padding-left: 0;
    font-size: 12px;
    line-height: 21px;
    font-weight: normal;
}

#html-body .swatch-option:last-child,
#html-body.catalogsearch-result-index .swatch-option:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

#html-body .swatch-option:focus,
#html-body.catalogsearch-result-index .swatch-option:focus {
    box-shadow: none;
}

#html-body .swatch-option:hover,
#html-body.catalogsearch-result-index .swatch-option:hover {
    color: #B19CDD;
}

#html-body .swatch-option:not(.disabled):hover,
#html-body.catalogsearch-result-index .swatch-option:not(.disabled):hover {
    outline: none;
}

#html-body .swatch-option.color,
#html-body.catalogsearch-result-index .swatch-option.color {
    min-width: 25px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 0;
}

#html-body .swatch-option.color:not(.disabled):hover,
#html-body.catalogsearch-result-index .swatch-option.color:not(.disabled):hover {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #c2c2c2;
    border: none;
    outline: none;
}

#html-body .filter li a,
#html-body.catalogsearch-result-index .filter li a {
    font-size: 12px;
    line-height: 21px;
    font-weight: normal;
    color: #4B4B4C;
    text-decoration: none;
}

#html-body .filter li a:hover,
#html-body.catalogsearch-result-index .filter li a:hover {
    color: #B19CDD;
}

#html-body .filter-current .items, #html-body .filter-actions,
#html-body.catalogsearch-result-index .filter-current .items, #html-body.catalogsearch-result-index .filter-actions {
    padding-left: 8px;
}

#html-body .filter-actions a,
#html-body.catalogsearch-result-index .filter-actions a {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    color: #4B4B4C;
    text-decoration: none;
}

#html-body .filter-actions a:hover,
#html-body.catalogsearch-result-index .filter-actions a:hover {
    color: #B19CDD;
}

#html-body .filter-current .filter-label,
#html-body.catalogsearch-result-index .filter-current .filter-label {
    margin-bottom: 10px;
}

#html-body .filter-current .items,
#html-body.catalogsearch-result-index .filter-current .items {
    margin-top: 10px;
}

#html-body .filter-current .items .filter-value,
#html-body.catalogsearch-result-index .filter-current .items .filter-value {
    color: #B19CDD;
}

#html-body .filter-actions .filter-clear,
#html-body.catalogsearch-result-index .filter-actions .filter-clear {
    font-weight: 500;
}

#html-body.catalog-category-view .products,
#html-body.catalogsearch-result-index .products {
    margin: 15px 0;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
}

#html-body .product-items .action.towishlist:before, .products.list.items .action.towishlist:before,
#html-body.catalogsearch-result-index.product-items .action.towishlist:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../images/icons/heart_list.svg");
    display: inline-block;
    position: relative;
    left: 5px;
    top: 0;
}

#html-body .product-items .action.towishlist:hover:before, .products.list.items .action.towishlist:hover:before,
#html-body.catalogsearch-result-index .product-items .action.towishlist:hover:before {
    background: url("../images/icons/heart_hov.svg");
}

#html-body .product.name a,
#html-body.catalogsearch-result-index .product.name a {
    font-size: 14px;
    line-height: 20px;
    color: #4B4B4C;
    font-weight: 500;
    text-decoration: none;
}

#html-body .product.name a:hover,
#html-body.catalogsearch-result-index .product.name a:hover {
    color: #B19CDD;
}

#html-body .action.remove span,
#html-body.catalogsearch-result-index .action.remove span {
    display: none;
}

#html-body .filter-current .action.remove:before,
#html-body.catalogsearch-result-index .filter-current .action.remove:before {
    font-size: 17px;
    line-height: 16px;
    color: #757575;
    content: '\e616';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #html-body .filter-current .action.remove:before,
    #html-body.catalogsearch-result-index .filter-current .action.remove:before {
        font-size: 21px;
        line-height: 20px;
    }
}

#html-body .product-item-info .product-image-wrapper:after,
#html-body.catalogsearch-result-index .product-item-info .product-image-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 2%);
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

#html-body .product-image-container span.product-image-wrapper,
#html-body.catalogsearch-result-index .product-image-container span.product-image-wrapper {
    padding-bottom: 100% !important;
}

#html-body .product-image-container span.product-image-wrapper:hover .product-image-photo,
#html-body.catalogsearch-result-index .product-image-container span.product-image-wrapper:hover .product-image-photo {
    width: 95%;
}

#html-body .toolbar-amount,
#html-body .toolbar-products,
#html-body .sorter,
#html-body.catalogsearch-result-index .toolbar-amount,
#html-body.catalogsearch-result-index .toolbar-products,
#html-body.catalogsearch-result-index .sorter {
    padding: 0;
}

@media screen and (max-width: 767px) {
    #html-body .toolbar-products,
    #html-body.catalogsearch-result-index .toolbar-products {
        display: flex;
        align-items: center;
    }

    #html-body .sorter,
    #html-body.catalogsearch-result-index .sorter {
        margin-left: auto;
    }
}

#html-body .product-image-photo,
#html-body.catalogsearch-result-index .product-image-photo {
    width: 85%;
    transition: 200ms;
    z-index: 1;
}

#html-body .product-image-photo:hover,
#html-body.catalogsearch-result-index .product-image-photo:hover {
    width: 95%;
}

#html-body.catalog-category-view .product-item-details,
#html-body.catalogsearch-result-index .product-item-details {
    margin-top: 15px;
}

#html-body .product-item.price-box,
#html-body.catalogsearch-result-index .product-item.price-box {
    margin: 8px 0 12px;
}

#html-body .product-item .price-box,
#html-body.catalogsearch-result-index .product-item .price-box {
    margin: 10px 0 10px;
}

#html-body .price-final_price .old-price,
#html-body.catalogsearch-result-index .price-final_price .old-price {
    margin-top: 6px;
    display: inline-block;
    font-size: 1.2rem;
}

#html-body .product-item-details .action.primary.tocart,
#html-body.catalogsearch-result-index .product-item-details .action.primary.tocart {
    width: 112px;
    height: 40px;
    color: #9F91BB;
    line-height: 16px;
    text-align: center;
    background: #FFFFFF;
    padding: 0;
    border-radius: 0;
    font-family: 'CeraPro', sans-serif;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #9F91BB;
    box-sizing: border-box;
}

#html-body .product-item-details .action.primary.tocart:lang(es),
#html-body.catalogsearch-result-index .product-item-details .action.primary.tocart:lang(es) {
    width: 122px;
}

@media screen and (max-width: 374px) {
    #html-body .product-item-details .action.primary.tocart,
    #html-body.catalogsearch-result-index.product-item-details .action.primary.tocart {
        width: 100px;
    }
}

#html-body .product-item-details .action.primary.tocart:hover,
#html-body.catalogsearch-result-index .product-item-details .action.primary.tocart:hover {
    color: #9381B7;
    border: 1px solid #9381B7;
}

#html-body .product-item-details .action.primary.tocart:active,
#html-body.catalogsearch-result-index .product-item-details .action.primary.tocart:active {
    box-shadow: none;
}

#html-body .product-item-details .action.primary.tocart.disabled,
#html-body.catalogsearch-result-index .product-item-details .action.primary.tocart.disabled {
    background: #9F91BB;
    color: #fff;
}

#html-body .product-item-info .product-item-photo,
#html-body .product-item-info .product-item-photo:hover,
#html-body .product-item-info .product-item-photo:visited,
#html-body.catalogsearch-result-index .product-item-info .product-item-photo,
#html-body.catalogsearch-result-index .product-item-info .product-item-photo:hover,
#html-body.catalogsearch-result-index .product-item-info .product-item-photo:visited {
    color: #fff
}

#html-body .message.success a,
#html-body.catalogsearch-result-index .message.success a {
    color: #9F91BB;
    text-decoration: none;
}

#html-body .filter-options .count,
#html-body.catalogsearch-result-index .filter-options .count {
    margin-left: 5px;
}

@media screen and (min-width: 768px) {
    #html-body .sidebar-main,
    #html-body.catalogsearch-result-index .sidebar-main {
        min-width: 200px;
    }

    #html-body .page-layout-category-full-width .column.main,
    #html-body.catalogsearch-result-index .column.main {
        max-width: calc(100% - 200px);
    }
	
	.page-layout-category-no-title .columns{
		display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
	}
	
	.page-layout-category-no-title .columns > div{
		flex: auto;
	}
	
	.page-layout-category-no-title .columns .main{
		order:2;
		padding-left:2%;
	}
	
	.page-layout-category-no-title .columns .sidebar{
		order:1;
		min-width:17%;
		padding-right:2%;
	}
}

#html-body .product-item-info,
#html-body.catalogsearch-result-index .product-item-info {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

#html-body .product-item-info .product-image-container,
#html-body.catalogsearch-result-index .product-item-info .product-image-container {
    position: relative;
}

@media screen and (max-width: 639px) {
    #html-body .products-grid .product-item,
    #html-body.catalogsearch-result-index .products-grid .product-item {
        margin-bottom: 30px;
    }
}

#html-body .block.filter .item .count,
#html-body.catalogsearch-result-index .block.filter .item .count {
    color: #737373;
    font-size: 12px;
}

#html-body .product-item-info .discount-percent-block {
    z-index: 100;
    font-size: 1.5rem;
}

/*.product-item .price-box .price:after {
	content: 'pcs';
}*/

/*body[class*="categorypath-fabrics"] .product-item .price-box .price:after, 
body[class*="categorypath-elastics-bands"] .product-item .price-box .price:after {
	content: ' m';
}*/

body.categorypath-fabrics-category-fabric-catalog .product-item .price-box .price:after{
	content: ' '
} 

body[class*="categorypath-gutermann-threads"] .product-item .price-box .price:after{
	content: ' spool';
}

/*body[class*="categorypath-fabrics"] .product-item .price-box .price-from .price:after,
body[class*="categorypath-elastics-bands"] .product-item .price-box .price-from .price:after {
	content: ' m';
}*/

body[class*="categorypath-gutermann-threads"] .product-item .price-box .price-from .price:after{
	content: ' spool';
}

body[class*="categorypath-fabrics"] .filter-options-item:last-of-type{
	display:none;
}

#html-body .swatch-option, #html-body.catalogsearch-result-index .swatch-option, #html-body .swatch-option.color:not(.disabled):hover, 
#html-body.catalogsearch-result-index .swatch-option.color:not(.disabled):hover{
	border:1px solid #ddd;
	
}

body[class*="categorypath-fabrics"] .swatch-option{
	min-width:50px;
	min-height:25px;
	padding:0;
}

body[class*="categorypath-fabrics"] .swatch-option:hover{
    box-shadow:0 0 0 1px #fff, 0 0 0 2px #c2c2c2;
}

#html-body[class*="categorypath-fabrics"] .swatch-attribute-options{
	flex-direction:row;
	margin-top:15px;
	flex-wrap:wrap;
}

#html-body[class*="categorypath-fabrics"] .columns{
	display:flex;
}

body[class*="categorypath-fabrics"] .filter-options .filter-options-item[data-name="Color"] .filter-options-content{
	display:block !important;
}

#html-body .swatch-option.color, #html-body.catalogsearch-result-index .swatch-option.color{
	min-width:50px;
    width:50px;
	border-radius:0;
	border:1px solid #ddd;
}

.vendor-thumbnail{
	float:left;
	border:1px solid #efefef;
	margin-right:10px;
	margin-bottom:10px;
}

.category-description{
	font-size:16px;
}

.category-description h1{
	margin-bottom:20px;
}

.added-oeko{
	display:flex;
	gap:20px;
	align-items:center;
	width:100%;
}

.added-oeko img{
	max-width:80px;
}

#html-body.page-layout-product-full-width.category-ready-made-patterns .product-info-main{
	display:block;
}


.category-hologram-foil-effect-shine-lycra .per-item-1, 
.category-velvet-fabric-panama-carvico-italy .per-item-1{
	font-size:0;
}

.category-hologram-foil-effect-shine-lycra .per-item-1:after, 
.category-velvet-fabric-panama-carvico-italy .per-item-1:after{
	font-size: 1.4rem;
	content:'0.5';
}


.product-item-photo[href*="vito"] > span:after,
.product-item-photo[href*="vita"] > span:after{
	content:" ";
    background: url("../images/econyl-badge.png") 50% no-repeat;
    background-size: 100% auto;
	width:40px;
	height:40px;
	position:absolute;
	top:20px;
	left:20px;
	z-index:10;
}



@media (min-width: 1024px){ 
    .match-grid .block.widget .products-grid .product-item {
       margin-left: calc((100% - 5 * 19.439%) / 4);
       padding: 0;
       width: 19.439%;
    }

    .match-grid .block.widget .products-grid .product-item:nth-child(4n+1) {
      margin-left: 0.7%;
    }
    .match-grid .block.widget .products-grid .product-item:nth-child(5n+1) {
      margin-left: 0;
    }
}
