/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.order-product-thumb {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}


/* Custom Slider CSS */
.custom-product-slider {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.main-slider {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.main-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.main-product-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

.main-product-video {
    width: 100%;
    height: 350px;
    max-height: 400px;
    border-radius: 5px;
}

.swiper-button-next, .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    background-color: white;
    color: #333 !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 17px !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #333;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.thumb-slider {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.thumb-slider .swiper-slide {
    width: 80px;
    height: auto;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

.thumb-slider .swiper-slide:hover, .thumb-slider .swiper-slide-active {
    opacity: 1;
}
.single-product img.product-thumbnail {
    height: 90px;
    width: 100%;
    object-fit: cover;
}

.w-post-elm.post_title {
    margin-bottom: 0;
}

.single.single-product .g-breadcrumbs {
    margin-bottom: 15px;
}

.product-category-description {
    padding-bottom: 4rem;
}

.product-category-description,
.product-category-description p {
    font-size: 16px;
}

.shipping-calculator-form {
    display: block !important;
}

a.shipping-calculator-button {
    display: none;
}