:root{
    --main-font-clr:#161718;
    --font-clr:#4D4D4D;
    --font-clr2:#ccc;
    /*--faded-font-clr:#ADB5BD;*/
    --faded-font-clr:#4D4D4D;

    --highlighted-clr-1:#F9F9F9;
    --highlighted-clr-2:#F5F5F5;
    --highlighted-clr-3:#EFEFEF;
    --highlighted-clr-3:#F7FAFC;
    --highlighted-clr-4:#e3e7ea;

    /*--themed-clr:rgb(31, 33, 46);
    --themed-clr-2:#5b666d;*/
    --themed-clr:#EB4428;
    --themed-clr-2:#F2725A;
    --themed-clr-3:#fbf7f2;
    --themed-clr-4:#fac486;
    --green-theme:green;
    --green-theme2:#c5ecdc;
    --green-theme3: #eff6f3;

    --outfit-font-fam:'Outfit', sans-serif;
    --poppins-font-fam:'Poppins', sans-serif;
    --inter-font-fam:'Inter', sans-serif;
    --roboto-font-fam:'Roboto', sans-serif;
    --lora-font-fam:'Lora', sans-serif;
    --dancing-font-fam:'Great Vibes', cursive;

    --background-clr:#ffffff;
    /*--deep-backgrnd-clr:rgb(31, 33, 46);
    --deep-backgrnd-clr2:#5b666d; */
    --deep-backgrnd-clr:#EB4428;
    --deep-backgrnd-clr2:#F2725A; 
    --blue-theme-background: #e7f1f7;
}









.product_div{
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.product_div_top{
    width: 100%;
    padding: 10;
    margin: 0;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.product-url-mapping{
    gap: 5px;
}
.product-url-mapping a{
    font-family: var(--poppins-font-fam);
    font-weight: bold;
    font-size: 12px;
    color: var(--font-clr);
    text-decoration: none;
}
.product-url-mapping span{
    font-family: var(--poppins-font-fam);
    font-weight: bold;
    font-size: 12px;
    color: var(--font-clr);
}
.product-url-mapping i{
    font-size: 12px;
}

.product-review-span span{
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 12px;
    color: var(--faded-font-clr);
    gap: 5px;
}
.product_div_return_a{
    font-size:25px;
    color: var(--faded-font-clr);
}
.product_div_return_a:hover{
    color: var(--themed-clr);
}

.product_detail_main_div{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 0;
    box-sizing: border-box;
}
.product_detail_main_div_left{
    width: 60%;
    height: auto;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    box-sizing: border-box;
}


.product_detail_image-container{
    overflow: hidden;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    box-sizing: border-box;
}
.product_detail_image-container-gallery-select{
    width: 20%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    box-sizing: border-box;
}


.product_detail_image-container-gallery-select img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    box-sizing: border-box;
}

.product_detail-feature-holder{
    width: 80%;
    height: auto;
    box-sizing: border-box;
}



.product_detail-feature-holder img{
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-sizing: border-box;
}


.product_detail_main_div_right{
    position: sticky;
    top: 100px;
    width: 40%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--backgrnd_color);
    border: solid 1px var(--highlighted_zones);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 5px;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.product_detail_title{
    width: 100%;
    font-family: var(--lora-font-fam);
    font-weight: bold;
    color: var(--font-clr);
    font-size: 25px;
    text-decoration: none;
}

.product_detail_like_div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.product_detail_like_p{
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    color: var(--faded-font-clr);
    font-size: 12px;
    text-decoration: none;
}

.product_detail_like_submit{
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.product_detail_like_submit i{
    font-size: 25px;
    color: orange;
}
.product-review-span{
    gap: 5px;
}
.product-review-span i{
    font-size: 12px;
    color: green;
}

.product_detail_price_div{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    box-sizing: border-box;
}
.product_detail_price{
    font-family: var(--lora-font-fam);
    font-size: 30px;
    color: var(--font-clr);
    font-weight: bold;
    margin: 0;
}
.product_detail_price_additives{
    font-family: var(--poppins-font-fam);
    font-size: 14px;
    color: var(--faded-font-clr);
}
.product_detail_price_before{
    font-family: var(--poppins-font-fam);
    font-size: 15px;
    color: var(--faded-font-clr);
    text-decoration: line-through;
    margin: 0;
    padding: 0;
}
.product_detail_discount{
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 15px;
    color: var(--themed-clr);
}

.product_detail_stock{
    font-size: 12px;
    font-weight: 300;
    font-family: var(--poppins-font-fam);
    color: var(--faded-font-clr);
  }
.product_detail_discount_icon{
    width: 17px;
    height: auto;
}

.product_detail_form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.product_detail_color-options {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .product_detail_color-options input[type="radio"] {
    display: none;
  }
  
  .product_detail_color-options label {
    padding: 5px 7px ;
    background-color: var(--backgrnd_color);
    border: 1px solid var(--highlighted-clr-4);
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    cursor: pointer;
    text-align: center;
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 14px;
    color: var(--font-clr);
  }
  
.product_detail_color-options input[type="radio"]:checked + label {
    background-color: var(--themed-clr);
    color: white;
    border-color: var(--themed-clr);
}
.product_detail_variations{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.product_detail_variations input[type="radio"]{
    display: none;
}

.product_detail_variations label {
    padding: 5px 7px ;
    background-color: var(--green-theme2);
    border: 1px solid var(--highlighted-clr-4);
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    cursor: pointer;
    text-align: center;
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 14px;
    color: var(--font-clr);
}
.product_detail_variations input[type="radio"]:checked + label {
    background-color: var(--themed-clr);
    color: white;
    border-color: var(--themed-clr);
}

/*modern quantity input*/
.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    padding: 0;
    margin: 0;
}

.product_detail_quantity {
    max-width: 20px;
    width: auto;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 14px;
    color: var(--font-clr);
    -moz-appearance: textfield;
}

/* Hide default number input arrows */
.product_detail_quantity::-webkit-outer-spin-button,
.product_detail_quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-btn {
    background: var(--themed-clr);
    color: var(--faded-font-clr);
    border: solid 1px var(--backgrnd_color);
    font-size: 14px;
    font-weight: bold;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s ease-in-out;
}

.quantity-btn:hover {
    background: var(--themed-clr-2);
}
/*end of modern input*/

  .product_detail_action{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
  
  .product_detail_main_submit{
    padding: 5px 7px;
    background-color: var(--themed-clr);
    border: solid 1px var(--themed-clr);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 14px;
    color: white;
  }
  .product_detail_main_submit:hover{
    background-color: var(--themed-clr-2);
    border: solid 1px var(--themed-clr-2);
  }

  .product_detail_order_by_w{
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .product_detail_order_by_w i{
    font-size: 35px;
    color: green;
  }
  
  .product_detail_summary{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    border-top: solid 1px var(--faded-font-clr);
    gap: 20px;
    box-sizing: border-box;
  }
  .product_detail_summary_data{
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 12px;
    color: var(--faded-font-clr);
  }

  .product_detail_description_div{
    width: 90%;
  }
  .product_detail_description_title{
    font-family: var(--new_font_fam);
    font-size: 20px;
    color: var(--gray_zones);
    line-height: 1.5;

  }

.product_detail_description{
font-family: var(--new_font_fam);
font-size: 14px;
color: var(--modern_font_color);
line-height: 1.5;
}

@media(min-width:901px) and (max-width:1000px){
    .product_detail_image-container{
        width: 100%;
        box-sizing: border-box;
    }
}


@media(min-width:769px) and (max-width:900px){
    .product_detail_image-container{
        width: 100%;
        box-sizing: border-box;
    }
    .product_detail_main_submit{
        font-size: 1vw;
    }
    .product_detail_order_by_w i{
        font-size: 30px;
    }

}

@media(max-width:768px){
    .product_detail_main_div{
        flex-direction: column;
    }
    .product_detail_main_div_left{
        width: 100%;
        box-sizing: border-box;
    }
    .product_detail_image-container{
        width: 100%;
        box-sizing: border-box;
    }
    .product_detail_main_div_right{
        width: 100%;
        margin-top: 10px;
        box-sizing: border-box;
    }
    .product_detail_order_by_w{
        font-size:2.1vw;
    }

}

/*DESCRIPTION PART*/
.details-cont-main-left{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.details-tab-buttons-cont{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.details-tab-btn{
    padding-bottom: 10px;
    margin-right: 10px;
    font-family: var(--poppins-font-fam);
    font-weight: bold;
    font-size: 15px;
    color: var(--font-clr);
    text-decoration: none; 
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.details-tab-btn.active{
    color: var(--faded-font-clr);
    border-bottom: solid 2px var(--faded-font-clr);
}
.details-tab-content{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
    box-sizing: border-box;
}
.details-tab-pane{
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.details-tab-pane.active{
    display: flex;
    opacity: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.details-tab-header{
    font-family: var(--poppins-font-fam);
    font-weight: bold;
    font-size: 15px;
    color: var(--faded-font-clr);
    text-decoration: none; 
}
.details-tab-header span{
    color: var(--themed-clr);
}
.details-tab-pane h1,
.details-tab-pane h2,
.details-tab-pane h3{
    font-family: var(--poppins-font-fam);
    font-weight: bold;
    font-size: 15px;
    color: var(--faded-font-clr);
    text-decoration: none; 
}

.details-tab-pane h1 span,
.details-tab-pane h2 span,
.details-tab-pane h3 span{
    font-family: var(--poppins-font-fam);
    font-weight: bold;
    font-size: 15px;
    color: var(--faded-font-clr);
    text-decoration: none; 
}
.details-tab-p{
    font-family: var(--poppins-font-fam) !important;
    font-weight: 300;
    font-size: 14px;
    color: var(--font-clr);
    text-decoration: none; 
    line-height: 1.6;
}

#details-tab-p{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.details-tab-p-span{
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 14px;
    color: var(--faded-font-clr);
    line-height: 2;
}
.details-external-action-div{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;

}

.details-tab-gallery-card{
    width: 100%;
    height: auto;
    background-color: var(--backgrnd_color);
    border: solid 1px var(--highlighted-clr-4);
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.details-tab-gallery-card img{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-radius: 10px;
}


.review-form{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.review-rating-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}

.review-circle-rating {
    display: flex;
    gap: 10px;
}

.review-circle-rating input {
    display: none;
}

.review-circle,
.review-circle2 {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid var(--green-theme);
    background-color: var(--highlighted-clr-3);
    cursor: pointer;
    transition: background-color 0.2s;
}

.review-circle.filled {
    background-color: var(--green-theme);
}
.review-circle2.filled {
    background-color: var(--green-theme);
}

.review-rating-text {
    margin-left: 15px;
    min-width: 80px;
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 14px;
    color: var(--faded-font-clr)
}
.details-review-info-div{
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.details-review-info-div input{
    width: 40%;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px var(--faded-white-clr);
    border-radius: 5px;
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 14px;
    color: var(--font-clr);
    background-color: var(--green-theme3);
}
.details-review-info-div input:focus{
    background-color: var(--green-theme2);
    outline: none;
}
.details-review-textarea{
    width: 90%;
    height: 100px;
    margin-top: 10px;
    resize: none;
    border: solid 1px var(--faded-white-clr);
    border-radius: 5px;
    text-align: start;
    padding: 10px;
    box-sizing: border-box;
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 14px;
    color: var(--font-clr);
    background-color: var(--green-theme3);

}
.details-review-textarea:focus{
    background-color: var(--green-theme2);
    outline: none;
}
.details-review-submit{
    margin-top: 10px;
    padding: 10px 10px;
    background-color: var(--themed-clr);
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 14px;
    color: var(--faded-font-clr);
    cursor: pointer;
    border: solid 1px var(--themed-clr);
    border-radius: 5px;
}
.details-review-submit:hover{
    background-color: transparent;
    border: solid 1px var(--themed-clr-2);

}
.review-response{
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 14px;
    color: var(--faded-font-clr);
}
@media (max-width:700px){
    .details-review-info-div{
        width: 98%;
    }
    .details-review-textarea{
        width: 98%;
    }
    .details-review-info-div input{
        width: 48%;
    }
}

.details-faq-conteiner{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.faq-item{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: var(--green-theme3);
    border: solid 1px var(--green-theme2);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}
.faq-question{
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    text-align: start;
    font-family: var(--poppins-font-fam);
    font-weight: bold;
    font-size: 14px;
    color: var(--font-clr);
    cursor: pointer;
}
.faq-question:hover{
    color: var(--themed-clr-2);
}
.faq-answer{
    display: none;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    text-align: start;
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 13px;
    color: var(--faded-font-clr);
}

.faq-question.active + .faq-answer {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}



#details-popup{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
}
.details-popup-cont{
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--background-clr);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: solid 1px var(--highlighted-clr-4);
    border-radius: 8px;
    box-sizing: border-box;
}
.details-popup-header{
    width: 100%;
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: var(--themed-clr-3);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

#close-details-popup{
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.details-popup-dots{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.details-popup-dot1{
    min-width: 15px;
    min-height: 15px;
    background-color: var(--themed-clr);
    border: solid 1px var(--themed-clr);
    border-radius: 50%;
    margin-right: 5px;
}
.details-popup-dot2{
    min-width: 15px;
    min-height: 15px;
    background-color: var(--golden-theme);
    border: solid 1px var(--golden-theme);
    border-radius: 50%;
    margin-right: 5px;
}
.details-popup-dot3{
    min-width: 15px;
    min-height: 15px;
    background-color: var(--green-theme);
    border: solid 1px var(--green-theme);
    border-radius: 50%;
    margin-right: 5px;
}
.details-popup-body{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
}
.popup-cont{
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px;
}

@media (min-width: 850px) {
    .popup-cont {
        grid-template-columns: repeat(8, 1fr);
    }
}
.popup-cont a{
    width: 30px;
    aspect-ratio: 1 / 1;
    padding: 10px;
    background-color: var(--highlighted-clr-4);
    border: solid 1px var(--highlighted-clr-4);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-cont a i{
    font-size: 20px;
    color: gray;
}


@media (max-width:700px){
    .details-popup-cont{
        width: 90%;
    }
}


@media (max-width:700px){
    .details-content-main{
        flex-direction: column;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    .details-cont-main-left{
        width: 100%;
        order: 2;
    }
    .details-cont-main-right{
        width: 100%;
        order: 1;
        box-sizing: border-box;
    }
    .details-tab-content{
        width: 100%;
    }
    .details-tab-header{
        font-size: 12px;
    }
    .details-tab-p,
    .details-tab-p-span{
        font-size: 13px;
    }
    .details-tab-gallery-card{
        width: 100%;
        box-sizing: border-box;
    }

}


@media (max-width:800px){
    .details-tab-btn{
        font-size: 12px;
    }

}

@media (min-width:700px) and (max-width:900px){
    .details-action-cont a{
        width: 40%;
        padding: 5px;
    }
    .details-action-cont button{
        width: 58%;
        padding: 5px;
    }
}

@media (min-width:701px){
    .details-cont-main-right{
    position: sticky;
    top: 0;
    height: auto;

}
}


/*DETAILS USER REVIEWS*/
.detailed-user-reviews-cont{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
}
.detailed-user-reviews-title{
    font-family: var(--poppins-font-fam);
    font-weight: bold;
    font-size: 25px;
    color: var(--faded-font-clr);
}
.detailed-user-reviews-title span{
    color: var(--themed-clr);
}
.detailed-user-reviews-inner{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px;
    box-sizing: border-box;
}
.detailed-user-reviews-inner-left{
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box; 
}

.detailed-user-reviews-inner-left-1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.detailed-user-reviews-span1{
    font-family: var(--poppins-font-fam);
    font-weight: bold;
    font-size: 15px;
    color: var(--faded-font-clr);
    margin-right: 5px;
}
.detailed-user-reviews-span2{
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 15px;
    color: var(--faded-font-clr);
}
.detailed-user-reviews-span2 i{
    color: var(--green-theme);
}

.detailed-user-reviews-inner-left-2{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.detailed-user-reviews-levelbar-cont{
    width: 100%;
    height: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.detailed-user-reviews-levelbar-cont span{
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 14px;
    color: var(--font-clr);
}
.detailed-user-reviews-levelbar{
    min-width: 50%;
    min-height: 13px;
    width: 50%;
    height: 13px;
    background-color: var(--green-theme2);
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.detailed-user-reviews-level{
    min-height: 13px;
    height: 13px;
    background-color: var(--green-theme);
    border-radius: 5px;
    margin: 0;
}


.detailed-user-reviews-inner-right{
    width: 59%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}

.detailed-reviews-card{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
}
.detailed-reviews-card-div1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.detailed-reviews-card-inner1{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.detailed-reviews-card-inner1 img{
    width: 40px;
    height: 40px;
}
.detailed-reviews-card-span1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 5px;
    height: 40px;
}
.detailed-reviews-card-span2{
    font-family: var(--poppins-font-fam);
    font-weight: bold;
    font-size: 14px;
    color: var(--font-clr);
}
.detailed-reviews-card-span3{
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 12px;
    color: var(--faded-font-clr);
}
.like-review-form button{
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
.like-review-form button i{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 5px;
    color: var(--themed-clr);
}
.like-review-form button i:hover{
    color: var(--themed-clr-2);
}
.like-count{
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 12px;
    color: var(--faded-font-clr);
}
.detailed-reviews-card-div2{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 15px;
}
.detailed-reviews-card-div2-span i{
    color: var(--green-theme);
}
.detailed-reviews-card-div2-span{
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 12px;
    color: var(--faded-font-clr);
}
.detailed-reviews-card-p{
    margin-top: 5px;
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 12px;
    color: var(--font-clr);
}



@media (min-width:800px){
    .detailed-user-reviews-inner-left{
        position: sticky;
        top: 0;
}
}





@media (max-width:800px){
    .detailed-user-reviews-cont{
        text-align: center;
    }
    .detailed-user-reviews-inner{
        flex-direction: column;
    }
    .detailed-user-reviews-inner-left
    {
        width: 97%;
    }
    .detailed-user-reviews-inner-right
    {
        width: 97%;
        margin-top: 40px;
    }
    .detailed-user-reviews-inner-right-search input{
        width: 70%;
    }
}

.response-success{
    margin-top: 10px;
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 12px;
    color: var(--green-theme);
    gap: 5px;
}
.response-success i{
    color: green;
    font-size: 15px;
    margin-right: 5px;
}
.response-error{
    margin-top: 10px;
    font-family: var(--poppins-font-fam);
    font-weight: 300;
    font-size: 12px;
    color: red;
}
.response-error i{
    color: red;
    font-size: 15px;
    margin-right: 5px;
}
.option-error{
    display: none;
    margin-top: 10px;
    font-family: var(--poppins-font-fam);
    font-weight: 400;
    font-size: 13px;
    color: orangered; 
    background-color: var(--green-theme3);
    padding: 5px;
    border-radius: 5px;
}

.option-success{
    display: none;
    margin-top: 10px;
    font-family: var(--poppins-font-fam);
    font-weight: 400;
    font-size: 13px;
    color: var(--font-clr); 
    background-color: var(--green-theme2);
    padding: 5px;
    border-radius: 5px;
}

.details-tab-p