/* 
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 */
.ps-wi-arrow-left-5, .swiper-rtl .ps-wi-arrow-right-5{
    right: 10% !important;
    left: auto !important;
  }
 
  .ps-wi-arrow-right-5{
    right: 6% !important;
  }
.ps-wi-arrow-right-5, .ps-wi-arrow-left-5{
	padding: 0.8rem 1rem !important;
    top: 93% !important;
    border-radius: 18% !important;
    border: 2px solid #FD4A2A !important;
}
.ps-wi-arrow-right-5::before,
 .ps-wi-arrow-left-5::before{
     color: #FD4A2A !important;
     font-size: .8rem;
  }
.ps-wi-arrow-right-5:hover,
  .ps-wi-arrow-left-5:hover{
     opacity: 1 !important;
  }
/* Initially display the default logo and hide the scroll logo */
.d-logo {
    display: block;
}

.elementor-sticky--effects .l-logo {
    display: none;
}

/* When the header is sticky (scrolled), toggle the logos */
.elementor-sticky--active .d-logo {
    display: none !important;
}

.elementor-sticky--active .l-logo {
    display: block !important;
}
.d-logo, .l-logo {
    position: relative;
    z-index: 1;
}
.product-gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Adjust number of columns as needed */
    gap: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.product-gallery-thumbnail img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 1px solid ;
	border-color: #333
    transition: border-color 0.3s ease;
}

.product-gallery-thumbnail img:hover {
    border-color: #333;
}
.gallery-thumbnail img.active {
    border-color: #333; /* Highlight border color */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Optional shadow effect */
}


@media (max-width: 992px){
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
        right: 14%;
        left: auto;
    }

}
@media (max-width: 768px){
	.Product-slider p{
		font-size: 18px;
	}
}
@media (max-width: 475px){
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
        right: 20%;
        left: auto;
    }
}



