.product-row{
    display: flex;
    flex-align: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 1rem;
}

.product-col-img{
    width: 40%;
    padding: 1rem;
}

.product-col-info{
    width: 60%;
    padding: 1rem;
}





.product-info-first-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-title-wrap{
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
    width: 50%;
}

.product-cart-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.product-name{
    font-size: 2.5rem;
}

.product-title-wrap h4{
    font-size: 1.5rem;
}

.sale-date-end{
    font-weight: bold;
}

#kosar_loader{
    display: inline-block;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.btn-cart{
    background-color: #3e4939;
    color: #FFF;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 2rem;
    letter-spacing: 1px;
    transform: translateY(0);
    box-shadow: none;
    margin-top: 1rem;
    transition: all 0.3s ease-in-out;
}

.btn-cart svg{
    margin-right: 0.4rem;
}

.btn-cart:hover{
    background-color: #216602;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: translateY(+5%);
}

.product-description{
    margin-top: 3rem;
}

#bs_product_form{
    text-align: center;
}

@media(max-width: 1440px){
    .product-col-img{
        width: 50%;
        padding: 1rem;
    }

    .product-col-info{
        width: 50%;
        padding: 1rem;
    }
    
    .product-name{
        font-size: 2rem;
    }
    
    .banner-image.about-image{
        object-fit: contain;
        object-position: top;
    }
}

@media(max-width: 996px){
    .product-col-img{
        width: 100%;
        padding: 1rem;
        /*order: 2;*/
    }
    
    .product-col-info{
        width: 100%;
        padding: 1rem;
        /*order: 1;*/
    }
    
    .product-title-wrap{
        grid-column-gap: 30px;
        grid-row-gap: 10px;
        width: 100%;
    }
    
    .product-cart-wrap{
        width: 100%;
    }
    
    .banner-image.about-image{
        object-fit: contain;
        object-position: top;
        border-top-left-radius: 2rem;
        max-height: 40vh
    }
    
    .sale-date-end{
        margin-bottom: 1rem;
    }
    
    .product-description{
        margin-top: 2rem;
    }
}

@media(min-width: 1921px){
    .product-title-wrap{
        width: 50%;
    }
    
    .product-cart-wrap{
        width: 30%;
    }
    
    #bs_product_form{
        text-align: left;
    }
    
    .product-cart-wrap{
        align-items: flex-start;
    }
}


/******* review ***********/

.event-card-date{
    max-width: 100%;
}

.review-textarea{
    border-radius: 1rem;
    resize: vertical;
}

.review-agreement-wrapper{
    margin-top: 2rem;
    text-align: center;
}

.review-checkbox-label{
    display: inline;
    word-wrap: break-word;
}

.review-form-link{
    text-decoration: underline;
}

.cta-text-field{
    text-transform: none !important;
}

#review_response{
    text-align: center;
    margin-top: 1rem;
    font-size: 1.1rem;
}

.success-message{
    color: green;
}

.error-message{
    color: red;
}

.paragraph-10{
    align-self: flex-start;
}

.review-stars-wrap{
    text-align: center;
    margin-top: 1.5rem;
}

.review-stars-title{
    color: var(--primary);
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    font-weight: bolder;
}

.review_ratings{
    width: fit-content;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.review_rating{
    display: none;
}

.review_ratings label{
    float: right;
    cursor: pointer;
    color: #BBB;
    transition: all 0.3s;
}

.review_ratings label:before{
    content: "\2605";
    font-size: 50px;
}

.review_rating:checked ~ label,
.review_ratings label:hover,
.review_ratings label:hover ~ label{
    color: #ff7119;
}

@media(max-width: 500px){
    .paragraph-10{
        align-self: center;
    }
}



/*********** swiper **************/

.swiper {
    width: 100%;
    height: 100%;
    min-height: 250px;
}

.swiper-pagination-bullet{
    background-color: #FFF !important;
    border: 1px solid var(--primary-color) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    opacity: 1 !important;
}

@media(max-width: 960px){
    .swiper {
        width: 100%;
        height: 100%;
        min-height: 150px;
    }
}
