/*
Theme Name: Dornica Child
Theme URI: https://dornica.plus/
Description: Official child theme for woodmart. Designed to safely customize your website without modifying the parent theme. Add custom PHP, CSS, JavaScript, templates, and functionality while preserving compatibility with future Dornica updates. Fully compatible with Elementor Pro and WooCommerce.
Author:  Mehdi Nezamzadeh
Template: woodmart
Version: 1.0.0
*/


.product-reviews-button{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:8px 14px;
    background:#F5F5F5;
    border-radius:30px;
    text-decoration:none;
    color:#333;
    font-size:14px;
    font-weight:500;
    transition:.2s;
    font-family: "YekanBakhFaNum";
}
.product-reviews-button:hover{
    background:#ECECEC;
}
.product-reviews-button .arrow{
    font-size:18px;
    line-height:1;
}
.single-product .wd-page-content{
    background-color: #fff !important;
}
.single-product .quantity{
    display: inline-flex;
    width: 149px;
    text-align: center;
    border: 2px solid #c3c3c3;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.single-product .quantity{
    display: inline-flex;
    width: 149px;
    text-align: center;
    border: 2px solid #c3c3c3;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.single-product .quantity input[type="button"]{
    border: unset;
    background-color: unset;
    padding: 0 10px;
    font-size: 21px;
    min-width: 60px;
}
.single-product .quantity input[type="number"]{
    border: none;
    font-size: 20px;
}
.single-product .woocommerce-variation-add-to-cart{
    display: inline-flex !important;
    justify-content: space-between;
    margin: 0 0 22px 0;
}
.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button{
    width: 100%;
    font-size: 16px;
    padding: 16px 0;
}
.single-product .reset_variations,
.single-product .woocommerce-variation-availability,
.single-product .snapppay-widget,
.single-product #torobpay-variation-widget-container{
    display: none !important;
}
.gh-installment-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 12px 16px;
    background: #fff;
    gap: 15px;
    margin: 9px 0 0 0;
}
.gh-installment-content{
    display:flex;
    flex-direction:column;
    gap:6px;
}
.gh-installment-title{
    font-size:16px;
    color:#222;
}
.gh-installment-title strong{
    font-weight: 700;
    margin: 0 7px 0 0;
}
.gh-installment-title strong span{
    color: black;
}
.gh-installment-desc{
    font-size:13px;
    color:#777;
}
.gh-installment-image{
    width:72px;
    height:auto;
    flex-shrink:0;
}
.type-product.product .yith-par-message-product{
	   margin-bottom: -8px;
}







