.product-banner-section{
    background-image: url('../images/top-img1.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
}
.filter-main-div{
    position: absolute;
    bottom: -65px;
    right: 0;
    left: 0;
}
.filter-div{
    background-color: white;
    border-radius: 8px;
    box-shadow: -3px 5px 14px #E0E0E0A0;
    padding: 40px 85px;
}
.filter-txt{
    font-size: 18px;
    font-weight: bold;
    color: var(--main-orange-color);
}
.select-style{
    background: none;
    border: 1px solid #6A777F4A;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    padding-right: 15px;
    color: #646464;
    font-size: 15px;
}
.select-style.prod{
    height: 45px !important;
}
.select-style:focus,.select-form-style:focus{
    border: 2px solid var(--main-orange-color);
    outline: var(--main-orange-color);
}
.filter-btn,.filter-btn:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 17px;
    font-weight: bold;
    background-color: var(--main-orange-color);
    color: white;
    border-radius: 6px;
}
.clear-btn,.clear-btn:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 17px;
    font-weight: bold;
    background-color: #754921;
    color: white;
    border-radius: 6px;
}
.product-section{
    margin-top: 130px;
}
.prod-title{
    font-size: 28px;
    font-weight: bold;
    color: #754921;
}
.prod-subtitle{
    font-size: 18px;
    line-height: 28px;
    color: #7B622B;
}
.fill-prod-star{
    font-size: 14px;
    color: var(--main-orange-color);
}
.un-fill-prod-star{
    font-size: 14px;
    color: #E2E2E2;
}

.fav-prod-gold-img{
    width: 24px;
}
.product-info-div{
    display: flex;
    justify-content: space-between;
}
.product-name-inner{
    font-size: 16px;
    font-weight: bold;
    color: #793A33;
}
.product-use-inner{
    font-size: 17px;
    color: #463612;
}
.prod-price-num{
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #dda519d9;
}
.prod-price-txt{
    font-size: 15px;
    color: var(--main-orange-color);
}
.prod-desc{
    font-size: 15px;
    line-height: 31px;
    color: #707070;
}
.select-prod-div{
    width: 65%;
}
.select-down-arrow.prod{
    width: 23px;
    height: 28px;
    left: 2px;
}
.image-flex-div{
    display: flex;
}
/* The grid: Four equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    margin-left: 10px;
    border-radius: 5px;
}

/* Style the images inside the grid */
.column img {
    border: 2px dashed #E5E6E5;
    border-radius: 5px;
    cursor: pointer;
}
.column img:hover ,.column img.active{
    border: 2px dashed var(--main-orange-color);
}
.full-img {
    position: relative;
    display: none;
}
#expandedImg{
    border: 2px dashed #E5E6E5;
}
#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}
.comments-title{
    font-size: 18px;
    font-weight: bold;
    color: #754921;
}
/*.default-img-div{
    border: 2px dashed red;
}*/
.default-img-div img{
    display: block !important;
    width: 100%;
}
.comments-box-div{
    border: 1px solid rgba(162, 162, 162, 0.3);
    border-radius: 6px;
}
.comment-info{
    border-bottom: 1px solid rgba(162, 162, 162, 0.3);
}
.comment-name{
    font-size: 17px;
    color: #2A2E41;
}
.reviews-div{
    position: relative;
    top: 2px;
}
.comment-date-time{
    font-family: Arial,sans-serif;
    font-size: 14px;
    color: #707070;
}
.comment-txt{
    font-size: 15px;
    line-height: 35px;
    color: #707070;
}
.add-comment,.add-comment:hover{
    font-size: 17px;
    background-color: var(--main-orange-color);
    border-radius: 8px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 42px;
    margin: auto;
}
.comment-modal-dialog{
    max-width: 60% !important;
    top: 7%;
}
.comment-modal-header,.comment-modal-body{
    border-bottom: 0;
}
.comment-modal-content{
    border: none;
    background-color: rgba(254, 248, 239, 0.97);
}
.f-size-14{
    font-size: 14px;
}
.f-size-16{
    font-size: 16px;
}
.comment-input,.comment-input:focus{
    background-color: white;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    padding-right: 12px;
    font-size: 12px;
    color: #3E3E3E;
    width: 100%;
    height: 42px;
    outline: none;
    text-align: right;
}
.comment-input::placeholder,.comment-textarea::placeholder{
    font-size: 12px;
    color: #3E3E3E;
}
.comment-textarea,.comment-textarea:focus{
    background-color: white;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    padding-top: 12px;
    padding-right: 12px;
    font-size: 12px;
    color: #3E3E3E;
    width: 100%;
    outline: none;
    resize: none;
    text-align: right;
}
.send-button,.send-button:focus{
    font-size: 12px;
    background-color: var(--main-orange-color);
    color: white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 42px;
    margin: auto;
    border: none;
    outline: none;
}
.font-awesome .fa{
    font-family: "Font Awesome 5 Free", Open sans-serif;
    font-weight:501;
}
.select-star{
    background-color: white;
    border: 1px solid #A2A2A2;
    border-radius: 5px;
    padding-right: 12px;
    font-size: 14px;
    color: var(--main-orange-color);
    width: 100%;
    height: 42px;
    outline: none;
    text-align: right;
}
.select-down-arrow.star{
    width: 24px;
    left: 3px;
    top: 7px;
    font-size: 17px;
}
.flex-product-div{
    display: flex;
}
.xzoom-gallery {
    margin-top: 10px
}

.xzoom {
    margin-top: 40px
}

@media (max-width:900px){
    .comment-modal-dialog {
        max-width: 96% !important;
        top: 2%;
    }
    .reviews-div {
        justify-content: space-between !important;
    }
    .image-flex-div{
        justify-content: center;
    }
    .min-plus-img{
        width: 9px;
    }
    .flex-product-div{
        display: block;
    }
    .add-to-cart.prod, .add-to-cart.prod:hover{
        font-size: 16px !important;
        height: 50px !important;
    }
    .select-prod-div{
        width: 50%;
    }
    .add-comment, .add-comment:hover{
        width: 100%;
    }
    .send-button{
        font-size: 16px;
        width: 100%;
        height: 50px;
    }
}





