
.newsletter-area .newsletter-img img{
    height: 420px;
    width: 550px;
    border-radius: 30px;
}
.newsletter-area .pading-bot{
    padding-bottom: 120px;
}
.newsletter-area .newsletter-content p{
    padding-right: 50px;
}
.newsletter-area .newsletter-title{
    text-transform: capitalize !important;
}

.special-deals-slider .special-deals-item .product-img a img{
    height: 350px;
}
.special-deals-slider .special-deals-item .product-content a {
    font-size: 25px;
    color: white;
    font-weight: 600;
    background: #00000080;
    padding: 8px 35px;
    height: 90px;
    width: 300px;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
}
.special-deals-slider .special-deals-item .product-content a:hover{
    color: #0038B5;
}
.testimonial-area .testimonial-slider .rating-box ul li{
    color: #ffe24d;
}


.product-area .product-item .product-img a img{
    height: 350px;
}
.product-area .product-item .product-content a {
    font-size: 25px;
    color: white;
    font-weight: 600;
    background: #00000080;
    padding: 8px 35px;
    height: 90px;
    width: 300px;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
}
.product-area .product-item .product-content a:hover{
    color: #0038B5;
}



.shop-area .tab-content .tab-pane .product-item .product-img a img{
    height: 350px;
}
.shop-area .tab-content .tab-pane .product-item .product-content a{
    font-size: 25px;
    color: white;
    font-weight: 600;
    background: #00000080;
    padding: 8px 35px;
    height: 90px;
    width: 300px;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
}
.shop-area .tab-content .tab-pane .product-item .product-content a:hover{
    color: #0038B5;
}



.contactInfo {
    background: whitesmoke;
    padding: 30px;
}
.product-form{
    border: 1px solid #dee2e6;
    background-color: #f9f9f9;
    color: #999999;
    padding: 10px;
    /* height: 40px; */
    width: 100%;
    font-size: 14px;
    font-style: italic;
}
.text-product{
    height: 100px;
}
.product-desc{
    padding-right: 80px;
}



.cta-form .input-field, .cta-form .textarea-field {
    border: 1px solid #dee2e6;
    background-color: #f9f9f9;
    color: #999999;
    padding: 20px;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-style: italic;
}
.breadcrumb-area .breadcrumb-item .bottom-text{
    text-transform: uppercase; 
    font-size: 24px; 
    line-height: 30px; 
    color: white;
}


@media (max-width: 1199.98px) {
    .special-deals-slider .special-deals-item .product-content a {
        width: 362px;
    }
    .shop-area .tab-content .tab-pane .product-item .product-content a{
        width: 370px;
    }
    .product-list-view .product-list-content{
        margin-left: 0px;
    }
    .product-desc{
        padding: 0px 10px;
    }
}

/* for home video */
.slider-area .swiper-container .swiper-wrapper .single-img .video-content {
    position: absolute; 
    top: 40%; 
    left: 50%; 
    right: -20%; 
    transform: translate(-50%, -50%); 
    color: white; 
    text-align: center;
    background: #00000061;
    padding: 13px 0px;
}
.slider-area .swiper-container .swiper-wrapper .single-img .video-content h1 {
    font-size: 55px; 
    margin-bottom: 15px; 
    color: white;
}
.slider-area .swiper-container .swiper-wrapper .single-img .video-content p {
    font-size: 1.2em; 
    margin-bottom: 1em; 
    color: white;
}
.slider-area .swiper-container .swiper-wrapper .single-img #myVideo {
    height: 100%; 
    width: 100%; 
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .slider-area .swiper-container .swiper-wrapper .single-img #myVideo {
        width: 140%;
        height:350px;
    }
    .slider-area .swiper-container .swiper-wrapper .single-img .video-content {
        top: 45%; 
        right: -45%;
    }
    .slider-area .swiper-container .swiper-wrapper .single-img .video-content h1 {
        font-size: 24px; 
        margin-bottom: 15px; 
        color: white;
    }
    .slider-area .swiper-container .swiper-wrapper .single-img .video-content p {
        display: none;
    }
    .product-area .product-item .product-content a {
        width: 382px;
    }
    .breadcrumb-area .breadcrumb-item .bottom-text{
        font-size: 18px;
    }
    .breadcrumb-heading {
        font-size: 45px;
    }
    .product-list-view .product-list-content .short-desc {
        padding: 10px 10px;
    }
    .product-list-view .product-list-content .product-name {
        padding: 20px 10px;
    }
    .newsletter-area .pading-bot{
        padding-bottom: 10px;
    }
    .newsletter-area .newsletter-content p{
        padding-right: 0px;
    }
    .newsletter-area .newsletter-title{
        margin-top: 15px;
    }
}