/**
* Theme Name: Styler Child
* Description: This is a child theme of Styler.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: styler
* Version: 1.1.7
*/
.styler-header-default.header-width-default {
    background: rgba(255, 255, 255, 0.7) !important;
}

.reference-gallery .elementor-gallery-item__image {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    border: none !important;
    background: transparent !important;
}

.gold-gradient {
    background: linear-gradient(-45deg, rgba(217, 159, 73, 1) 0%, rgba(185, 127, 55, 1) 13%, rgba(234, 187, 102, 1) 27%, rgba(217, 159, 73, 1) 40%, rgba(185, 127, 55, 1) 55%, rgba(234, 187, 102, 1) 70%, rgba(185, 127, 55, 1) 88%, rgba(217, 159, 73, 1) 100%);
}

.silver-gradient {
    background: linear-gradient(-45deg, rgba(185, 187, 187, 1) 0%, rgba(157, 158, 158, 1) 13%, rgba(207, 208, 208, 1) 27%, rgba(185, 187, 187, 1) 40%, rgba(157, 158, 158, 1) 55%, rgba(207, 208, 208, 1) 70%, rgba(157, 158, 158, 1) 88%, rgba(185, 187, 187, 1) 100%);
}

.styler-tabs-wrapper .styler-wishlist-btn, .styler-products-widget-slider .styler-wishlist-btn  {
    display: none !important;
}

.styler-product-accordion-wrapper .styler-accordion-item:nth-child(3) {
        display: none !important;
}

