#main h1 {
    color: #000000;
    font-size: 33px;
    line-height: 41px;
}
#main .product .top {
    padding: 50px 0;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #294F2B !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: 12px !important;
    color: #473026 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.7px !important;
    margin-bottom: 35px !important;
    font-weight: 300 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #473026 !important;
    text-decoration: none !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #294F2B !important;
    font-size: 18px !important;
    margin: 20px 0 30px !important;
    font-weight: 500 !important;
}
#main .woocommerce-product-details__short-description p {
    color: #473026;
    font-weight: 300;
}
#main .variations select {
    height: 43px;
    border: 1px solid #473026;
    padding: 0 20px;
}
#main .woocommerce div.product form.cart .variations label {
    font-weight: 500;
    text-align: left;
    font-family: "acumin-pro", sans-serif !important;
    font-size: 20px;
    color: #000;
}
#main .single_variation {
    margin-bottom: 30px;
}
#main .quantity input {
    height: 48px;
    border-radius: 0;
    margin-right: 5px;
    border: 1px solid #707070;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 40px !important;
}

#extra {
    background: #F2EBE3;
    padding: 40px 0;
}
ul {
    margin: 0 0 30px;
    font-weight: 300;
}
#extra ul,
ol {
    margin: 0 0 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 !important;
    margin: 0 0 30px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    border-bottom: solid 1px #294F2B !important;
    background-color: transparent !important;
    color: #294F2B !important;
    border-radius: 0 !important;
    margin: 0 20px 0 0 !important;
    font-family: "acumin-pro", sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #294F2B !important;
    font-weight: 500 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent !important;
    border: none !important;
    border-bottom: solid 1px #294F2B !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #294F2B !important;
    font-weight: 500 !important;
}
#extra p,
#extra li {
    font-weight: 300;
    color: #0C0C0C;
}
#extra h2,
#extra h3,
#extra h4 {
    color: #473026 !important;
    font-size: 33px !important;
    line-height: 41px !important;
    margin-bottom: 20px !important;
}

.woocommerce-product-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 40px;
}
.wp-post-image {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #F2EBE3;
    border-radius: 8px;
}
.gallery {
    grid-gap: 5px !important;
    display: flex;
    width: 100%;
}
.g-img {
    cursor: pointer;
    border: 1px solid #F2EBE3;
    border-radius: 8px;
}
.g-img img {
    width: 86px;
    height: auto;
}
.comment-form-rating {
    margin: 20px 0;
}
.woocommerce p.stars a::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 500 !important;
    content: "\f005" !important;
    color: #B56D33 !important;
    margin-top: 8px !important;
}
.woocommerce p.stars.selected a.active::before {
    font-weight: 900 !important;
    content: "\f005" !important;
}
.woocommerce p.stars.selected a:not(.active)::before {
    font-weight: 900 !important;
    content: "\f005" !important;
}
.woocommerce p.stars.selected a.active~a::before {
    font-weight: 500 !important;
    content: "\f005" !important;
}
.rating{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.rating i{
    font-size: 14px;
    margin: 0 2px;
    color: #B56D33;
}
.rating .total{
    margin-left: 10px;
    color: #B56D33;
}
.comment-form-author label, .comment-form-email label{
    display: block;
}
.comment-form-cookies-consent{
    padding: 15px 0;
}
/* ======================================================================================================
PRODUCTS
======================================================================================================*/
#related{
    padding: 50px 0;
}
#related h2{
    text-align: center;
    color: #000000;
    font-size: 33px;
    line-height: 41px;
}



.products{
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 !important;
}
.product{
    cursor: pointer;
}

.product h3 {
    color: #000000;
    font-size: 19px;
    line-height: 28px;
}
.product .price {
    color: #294F2B !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.woocommerce ul.products li.product a img {
    width: 300px !important;
    height: 300px !important;
    height: auto;
    display: block;
    margin: 0 auto 1em;
    box-shadow: none;
    object-fit: cover;     
    border: 1px solid #F2EBE3;
}
.product .image-wrap {
    
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
}
/* .product .image-wrap{
    
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
} */
.product .content{
    padding: 0 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 25%;
    margin: 20px 0;
}

.woocommerce ul.products li.product a img {
    margin: 0 !important;
}
.woocommerce-product-gallery__image a{
    pointer-events: none;
}
@media(max-width: 1200px){
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 50%;
        margin: 20px 0;
    }
}

@media(max-width: 767px){
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%;
    }
    .product .inner {
        margin: 0;
    }
    #extra h2, #extra h3, #extra h4 {
        font-size: 20px !important;
        line-height: 31px !important;
    }
    .woocommerce div.product form.cart div.quantity {
        margin: 0 0 20px !important;
    }
    #main .quantity {
        width: 100%;
    }
    #main .quantity input {
        width: 100%;
    }
    .variations tr {
        display: flex;
        flex-direction: column;
    }
    .variations select {
        width: 100%;
    }
    .woocommerce div.product form.cart .variations {
        margin-bottom: 20px !important;
    }
    .woocommerce-product-gallery__wrapper {
        margin-right: 0;
    }
    #main h1 {
        font-size: 28px;
        line-height: 41px;
    }
}
