/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body.single-product #thumbnail-carousel {
        margin-top: 20px;
    }

    body.single-product #main-carousel img {
        border-radius: 8px;
    }

    body.single-product #thumbnail-carousel img {
        border-radius: 8px;
        opacity: 0.5;
    }

    body.single-product #thumbnail-carousel li {
        border: none !important;
    }

    body.single-product #thumbnail-carousel li.is-active img {
        opacity: 1;
    }

    .woo-variation-product-gallery[data-product_id] {
        max-width: 100% !important;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
        border-radius: 8px;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider {
        margin-top: 20px;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .slick-slide img,
    .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image img{
        border-radius: 4px;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .slick-slide:not(:last-child),
    .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image:not(:last-child){
        margin-right: 20px !important;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .slick-arrow {
        opacity: 0.7;
        visibility: visible;
        height: auto;
        background-color: #ccc;
        align-items: center;
        border: 0;
        border-radius: 50%;
        display: flex;
        width: 32px;
        height: 32px;
        justify-content: center;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .slick-arrow:hover {
        background-color: #c36;
        opacity: 1;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .slick-arrow.wvg-thumbnail-prev-arrow {
        left: 16px;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .slick-arrow.wvg-thumbnail-prev-arrow:before {
        transform: rotate(180deg);
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .slick-arrow.wvg-thumbnail-next-arrow {
        right: 16px;
    }

    .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .slick-arrow:before {
        content: '';
        background-image: url("/wp-content/uploads/2023/12/icon.svg");
        width: 20px;
        height: 20px;
        display: block;
        background-repeat: no-repeat;
        background-size: 100%;
    }