@media screen and (min-width: 481px) {
    .theme-preview-body .btn {
        font-size: 16px;
    }
    .theme-preview-body .contact-info-sec .contact-list li{
        padding: 8px 20px 8px 12%;
    }
    .theme-preview-body .profile-banner-content h4{
        letter-spacing: 6px;
    }
   /* product-sec css */
   .theme-preview-body .product-card .product-card-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .theme-preview-body .product-card-inner .product-card-image {
        max-width: 35%;
        width: 100%;
    }

    .theme-preview-body .product-card-inner .product-card-image,
    .theme-preview-body .product-card-inner .img-wrapper {
        height: 100%;
    }

    .theme-preview-body .product-card-inner .product-content {
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .theme-preview-body .product-card .product-content .product-content-top {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    /* testimonial css */
    .theme-preview-body .testimonial-card {
        padding: 0 10px 0 50px;
    }
    .theme-preview-body .testimonial-card-inner .testimonial-image{
        margin: 0 0 0 -75px;
    }
    .theme-preview-body .testimonial-card .testimonial-card-inner{
        gap: 20px;
    }

    /* business-hour-sec css */
    .theme-preview-body .hours-list li{
        max-width: calc(50% - 7.5px);
    }   
    



}

@media screen and (max-width: 480px) {
    :root {
        --h1: normal 500 34px/1.3 var(--first-font);
        --h2: normal 500 20px/1.3 var(--first-font);
        --h3: normal 500 24px/1.3 var(--first-font);
        --h4: normal 500 20px/1.3 var(--first-font);
        --h5: normal 500 20px/1.3 var(--first-font);
        --h6: normal 500 16px/1.3 var(--first-font);
        --common-text: normal 400 14px/1.4 var(--first-font);
    }

    .theme-preview-body .container {
        padding: 0 15px;
    }

    /* theme-popup css */
    .theme-preview-body .theme-popup-inner .theme-popup-content {
        padding: 20px 15px;
    }

    .theme-preview-body .popup-header .popup-title h2 {
        font-size: 18px;
    }

    .theme-preview-body .theme-popup .form-group .form-input svg {
        height: 14px;
        width: 14px;
    }

    /* share-card-popup css */
    .theme-preview-body .share-card-popup .social-list {
        padding: 10px 15px;
    }
    /* profile-sec css */
    .theme-preview-body .profile-sec .client-info-wrp .client-image {
        height: 100px;
        width: 100px;
        margin: 0 auto 15px;
    }
   
    .theme-preview-body .contact-info-sec .contact-list li{
        padding: 8px 20px;
    }
    .theme-preview-body .contact-list .contact-image{
        width: 40px;
        height: 40px;
        border: 1px solid var(--black);
    }
    .theme-preview-body .contact-list .contact-image img{
        width: 15px;
        height: 15px;
       
    }
    .theme-preview-body .section-title.common-title .title-svg {
        max-width: 65px;
        width: 100%;
        height: 70px;
    }
    .theme-preview-body .profile-sec .profile-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0,0.2);

    }
    .theme-preview-body .profile-sec .client-svg svg{
        width: 60px;
    }
    /* product-sec css */
    .theme-preview-body .product-card .product-card-inner {
        padding: 15px;
    }

    .theme-preview-body .product-card-inner .product-content {
        padding: 15px 0 0;
    }
    .theme-preview-body .product-card-inner .img-wrapper{
        padding-top: 70%;
    }
    /* more-info-sec css */
    .theme-preview-body .more-info-sec ul li{
        padding: 12px 10px;
    }
    /* appointment-sec css */
    .theme-preview-body .appointment-sec .checkbox-custom {
        max-width: calc(50% - 10px);
    }
    /* testimonial css */
    .theme-preview-body .testimonial-card .testimonial-card-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 30px 15px 15px;
    }
    .theme-preview-body .testimonial-card {
        padding:25px 10px 0;
    }
    .theme-preview-body .testimonial-card-inner .testimonial-content .testimonial-content-top{
        text-align: center;
    }
    /* payment-sec css   */
    .theme-preview-body .payment-sec ul li a span {
        font-size: 16px;
    }
    
}