/* 
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
*/

.slick-lightbox-close{
    border: none !important;
    padding: 10px !important;
    height: auto !important;
    width: auto !important;
}

.slick-lightbox-close:before {
    font-size: 40px !important;
}

.main-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.main-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.thumbnail-slider{
    overflow: hidden;
}
.thumbnail-slider .thumbnail-slide img {
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumbnail-slider .swiper-slide-thumb-active img{
    border-color: #E69732 !important;
}
.thumbnail-slider {
    position: relative;
}
.swiper-button-prev,
.swiper-button-next{
    background-color: white;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px;
    font-weight: bold;
}

.swiper-button-prev {
  left: auto;
  right: 15px;
    transform: rotate(180deg);
}

.swiper-button-next {
  right: auto;
  left: 15px;
    transform: rotate(180deg);
}