/*
Theme Name: child theme
Theme URI: [Enter the URL of your child theme's website or leave it blank]
Description: My custom child theme based on generatepress.
Author: Yogesh
Author URI: [Your website URL or leave it blank]
Template: woodmart
Version: 1.0
*/

/* Custom styles go below this line 06/12/2024 */


.wd-product .wd-entities-title { /*titlt 2 line*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


:root{
    --btn-accented-bgcolor: #4ba3bc!important;
    --btn-accented-bgcolor-hover: #30849c!important;
    --wd-primary-color: #4ba3bc!important;
    --wd-form-brd-width: 2px;
    --notices-success-bg: #459647;
}
.whb-top-bar {
    background-color: #4ba3bc!important;
}