/*
Theme Name: Hello Elementor Child
Theme URI: https://royalorchardfarms.com
Description: Child theme for Hello Elementor
Author: Rehan Khan
Author URI: https://royalorchardfarms.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 24px 24px 0;
    width: calc(25% - 20px);
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}


.rof-card{

background:#fff;

border-radius:22px;

overflow:hidden;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.35s;

position:relative;

border:1px solid #ececec;

}

.rof-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,.12);

}

.rof-image-wrapper{

position:relative;

background:#faf9f6;

padding:25px;

}

.rof-image-wrapper img{

width:100%;

height:260px;

object-fit:contain;

transition:.35s;

}

.rof-card:hover img{

transform:scale(1.05);

}

.rof-sale{

position:absolute;

left:15px;

top:15px;

background:#FF4D4F;

color:#fff;

padding:7px 14px;

border-radius:30px;

font-size:13px;

font-weight:600;

}

.rof-premium{

position:absolute;

right:15px;

top:15px;

background:#F5A623;

color:#fff;

padding:7px 14px;

border-radius:30px;

font-size:13px;

font-weight:600;

}

.rof-content{

padding:22px;

}

.rof-rating{

margin-bottom:10px;

font-size:14px;

}

.rof-rating .star-rating{

display:inline-block;

margin-right:6px;

}

.rof-content h3{

font-size:22px;

margin-bottom:8px;

font-weight:700;

}

.rof-content h3 a{

color:#214E34;

text-decoration:none;

}

.rof-short{

color:#666;

font-size:14px;

margin-bottom:15px;

line-height:1.5;

}

.rof-features{

list-style:none;

padding:0;

margin:0 0 18px;

}

.rof-features li{

margin-bottom:8px;

font-size:14px;

color:#444;

}

.rof-price {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: -4px;
    color: var(--e-global-color-secondary);
    font-family: "Poppins", sans-serif;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .rof-card a.button {
    width: 100%;
    background: var( --e-global-color-secondary );
    color: #fff;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
}

.rof-card .button:hover{

background:#214E34!important;

}


.rof-badge {
    position: absolute;
    inset-block-start: 10px;
    inset-inline-end: 10px;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 16px;
    padding-inline-end: 16px;
    border-radius: 30px;
    background-color: #3f3930;
        z-index: 1;
}

.rof-badge.badge-premium {
    background-color: #de981e;
}


.rof-image-area {
    position: relative;
    overflow: hidden;
}

.rof-badge-soldout {
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 0;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    padding-block-start: 10px;
    padding-block-end: 10px;
    padding-inline-start: 16px;
    padding-inline-end: 16px;
    background-color: #fe4242;
        z-index: 1;
}
.rof-body h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin: 4px 0 20px 0;
}

.rof-body h6 > a {
    color: #000;
}

.rof-body {
    padding: 20px 15px 15px 15px;
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

.rof-features li > svg {
    width: 14px;
    height: 14px;
    fill: var(--e-global-color-secondary);
}

.woocommerce .products ul.rof-features li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #7A7A7A;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce .products ul.rof-features li i {
    color: var(--e-global-color-secondary);
}