/*
 Theme Name:   Enlush India
 Description:  Woodmart Child Theme
 Author:       Nilesh Singh
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* ============================= */
/* Product Title – Desktop */
/* ============================= */
.single-product .wd-single-product-title,
.single-product .product_title {
    font-size: 22px;
    line-height: 1.3;
}

/* ============================= */
/* Tablet */
/* ============================= */
@media (max-width: 1024px) {
    .single-product .wd-single-product-title,
    .single-product .product_title {
        font-size: 18px;
    }
}

/* ============================= */
/* Mobile */
/* ============================= */
@media (max-width: 767px) {
    .single-product .wd-single-product-title,
    .single-product .product_title {
        font-size: 17px;
        line-height: 1.25;
    }
}

/* ============================= */
/* Product Price – Desktop */
/* ============================= */
.single-product .wd-product-price,
.single-product .price {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}



/* ============================= */
/* Tablet */
/* ============================= */
@media (max-width: 1024px) {
    .single-product .wd-product-price,
    .single-product .price {
        font-size: 22px;
    }
}

/* ============================= */
/* Mobile */
/* ============================= */
@media (max-width: 767px) {
    .single-product .wd-product-price,
    .single-product .price {
        font-size: 18px;
    }
}


/* ============================= */
/* Desktop */
/* ============================= */
.single-product .summary-inner > .price {
    font-size: 19px;
}

/* ============================= */
/* Tablet */
/* ============================= */
@media (max-width: 1024px) {
    .single-product .summary-inner > .price {
        font-size: 19px;
    }
}

/* ============================= */
/* Mobile */
/* ============================= */
@media (max-width: 767px) {
    .single-product .summary-inner > .price {
        font-size: 18px;
    }
}
