/* 
Theme Name: Dornica Child
Theme URI: https://dornica.plus/
Description: Official child theme for Dornica. 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: shopi
Version: 1.0.0
*/


.blog-pb-box{
    display: flex;
    gap: 30px;
    padding: 30px;
    border-radius: 12px;
    margin: 25px 0;
}
.blog-pb-box .pb-content{
    width: 25%;
    display: grid;
    align-content: center;
}
.blog-pb-box .pb-products{
    width: 75%;
    display: flex;
    gap: 12px;
}
.blog-pb-box .pb-content h3{
    text-align: center;
    font-weight: 800;
    font-size: 27px;
}
.blog-pb-box .pb-content p{
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}
.blog-pb-box .pb-content .pb-btn{
    background:#58bc83;
    color:#fff;
    width:fit-content;
    padding:0 44px;
    display:flex;
    justify-self:center;
    border-radius:7px;
    border:none!important;
    box-shadow:none;
    transition:all .3s ease;
}

.blog-pb-box .pb-content .pb-btn:hover{
    background:#46a86f;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(88,188,131,.35);
}
.blog-pb-box .pb-products .pb-card{
    position: relative;
}
.blog-pb-box .pb-products .pb-card a{
    display:block;
    padding:5px;
    margin:0;
    background:#fff;
    border-radius:10px;
    border:none;
    transition:transform .3s ease,box-shadow .3s ease;
}
.blog-pb-box .pb-products .pb-card a:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}
.blog-pb-box .pb-products .pb-card .onsale{
    background-color: red;
    color: #fff;
    position: absolute;
    height: 26px;
    margin: 0 0 -35px 0;
    display: inline-flex;
    align-items: center;
    font-weight: 100;
    right: 9px;
    top: 4px;
    padding: 0px 7px;
    border-radius: 7px;
}
.blog-pb-box .pb-products .pb-card img{
    margin: 0;
    border-radius: 12px;
    border: 1px solid #ebebeb;
	width: 185px;
}
.blog-pb-box .pb-products .pb-card h4{
    font-size: 14px;
    display: flex;
    justify-content: center;
    line-height: 22px;
    margin: 4px 0 7px 0;
}
.blog-pb-box .pb-products .pb-card .price{
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0 8px;
    padding: 0;
}
.blog-pb-box .pb-products .pb-card .add-to{
    background-color: #ff4026;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: absolute;
    bottom: 11px;
    left: 8px;
}
.blog-pb-box .pb-products .pb-card .price .woocommerce-Price-currencySymbol-c{
    display: inline-table;
}
.blog-pb-box .pb-products .pb-card .price .woocommerce-Price-currencySymbol{
    display: flex;
    margin: 0 4px 0 5px;
}
.mobile-product-box{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    z-index:9999;
    padding:8px;
    transition:.4s;
	opacity:1;
	display: none;
}
.mobile-product-box.fade{
    opacity:0;
}
.mobile-product-box a{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#222;
}
.mobile-product-box .img{
    width: 94px;
    height: 65px;
    position: relative;
    flex: none;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
}
.mobile-product-box .img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:8px;
}
.mobile-product-box .sale{
    position: absolute;
    top: 4px;
    left: -30px;
    background: #e53935;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 20px;
}
.mobile-product-box h4{
    margin: 0 10px -10px 0;
    font-size: 17px;
    line-height: 1.5;
	font-weight: 700;
}
.mobile-product-box .price{
    font-size: 13px;
    font-weight: 700;
    color: #58bc83;
    margin: 0 0 0 17px;
    text-align: left;
}
.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: "yekanbakh";
}
.product-reviews-button:hover{
    background:#ECECEC;
}
.product-reviews-button .arrow{
    font-size:18px;
    line-height:1;
}
.woocommerce-Tabs-panel--reviews{
	display: none !important;
}
.reviews-count{
    background-color: #f5203e;
    color: #fff;
    padding: 0px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0 4px 0 0;
}
#custom-product-reviews{
    box-shadow: 0px 0 12px rgba(140, 154, 176, 0.12);
    margin: 40px 0;
    padding: 32px 38px;
    border-radius: 9px;
}
.commentlist .comment_container{
    padding: 16px 21px;
}
.commentlist .comment_container .mb-6,
.commentlist .comment_container .mb-7{
    margin-bottom: 7px;
}
.no-comment-box{
    height: auto;
    padding: 30px;
}

