.swatch-option { width: 25px !important; height: 25px !important;}

.homehead .filterproducts.owl-carousel .owl-nav {
    top: calc(50% - 50px);
}

.homehead .filterproducts.owl-carousel .owl-nav button[class*='owl-'] {
	background-color: #869791;
}

.homehead .filterproducts.owl-carousel .owl-nav button[class*='owl-']:hover {
    background-color: #465952;
}

.catalog-product-view .swatch-option.text {
    width: 100px !important;
}
.product-options-wrapper .swatch-attribute-options {
    display: flex;
}
.product-options-wrapper .swatch-attribute-options .swatch-option {
    width: auto !important;
}
.catalog-product-view .data.item.content .description  h2{
    font-family: Oswald,sans-serif;
    font-size: 20px;
    color: #009bde;
    font-weight: 700;
    line-height: 19px;
    margin: 0 0 14px 0;
}
.product-labels .product-label.new-label {
    background-color: #00b705;
    border-radius: 5px;
    font-family: 'Oswald';
}
.product-labels .product-label.sale-label {
    font-family: 'Oswald';
}
@media (max-width: 767px) {
    .logo {
        max-width: 140px;
        z-index: 5;
    }
}

@media (max-width: 991px){
    .catalog-product-view.page-layout-2columns-right:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) a.right-side-open 
    {
        display: none;
    }

}
