/* slider css */
.flexslider .slides img {
    height: 420px !important;
    -moz-user-select: none;
    
}
ul.slick-dots {
    display: none;
}
/* slider  css*/
/* product Css ================================================================== */
.product_img{
    position: relative;
    height: 245px;
}
.custom_product{
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    transition: all linear .3s;
}
.custom_product:hover{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.product_img a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.product_img_01{
    /* transform: scale(1); */
    opacity: 1;
    transition: all linear .6s;
}
.product_img_02{
    opacity: 0;
    /* transform: scale(0); */
    transition: all linear .4s;
}

.product_img_hover:hover .product_img a .product_img_01{
    opacity: 0;
    /* transform: scale(0); */
}
.product_img_hover:hover .product_img a .product_img_02{
    opacity: 1;
    /* transform: scale(1); */
}
.disc_hov{
    z-index: 9999999999;
}
/* product Css End ================================================================== */

/* Review Css ================================================================== */
.review_row{
    display: flex;
    flex-wrap: wrap;
}

.review_row .review-container,
.review_row .add-review{
    width: 48%;
}

@media(max-width:768px)
{
    .flexslider .slides img{
        height: 210px !important;
    }
    .review_row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .review_row .review-container,
    .review_row .add-review{
        width: 100%;
    }
    .review-container{
        margin-bottom: 10px;
    }
    .nk-item-info.overflow-hidden.bg-white.nk-review{
        min-height: 1076px;
    }
    .review_row .review-container{
        margin-right: 0 !important;
    }
    
    .review_row .add-review{
        margin-left: 0 !important;
    }
}
@media(max-width:570px)
{
    .flexslider .slides img{
        height: 190px !important;
    }
 
}

.review_row .review-container{
    margin-right: 10px;
}

.review_row .add-review{
    margin-left: 10px;
}
  


.review {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    flex-wrap: wrap;
}

.review-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.review-name h6 {
    margin: 0;
    font-size: 12px;
    color: #333;
}

.review-text {
    flex: 1;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
}




.review-container{
    padding: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.add-review-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.our-review-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.add-review-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

.add-review-form p {
    margin-bottom: 15px;
    color: #666;
}

.add-review-form-field {
    margin-bottom: 15px;
}

.add-review-form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.add-review-form-input,
.add-review-form-checkbox {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.add-review-form-checkbox {
    width: auto;
    margin-right: 10px;
}

.add-review-form-checkbox:checked {
    color: #bf2e1a; 
}

.add-review-form-checkbox:focus {
    outline: 2px solid #bf2e1a; 
}

.add-review-form-input:focus {
    border-color: transparent;
    --tw-ring-color: #bf2e1a;
}


.add-review-form-submit {
    display: inline-block;
    background-color: #bf2e1a;
    border: 1px solid transparent;
    color: #f9f9f9;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.add-review-form-submit:hover {
    background-color: transparent;
    border: 1px solid #bf2e1a;
    color: #bf2e1a;
}

.add-review-form-label {
    line-height: 1.5;
}


.review-container .pagination {
    margin-top: 20px;
    text-align: center;
}

.review-container .page-item {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
}

.review-container .page-item:hover,
.review-container .page-item.active  {
    background-color: #bf2e1a;
    color: #fff;
    border: 1px solid #bf2e1a;
}



@media(max-width:768px){

    .review-user{
        order: 1;
        width: 12%;
    }
    
    .review-user-info{
        order: 2;
        width: 88%;
    }
    
    .review-star
    {
        order: 0;
        width: 100%;
    }
}

.review-user{
    width: 12%;
}

.review-user-info{
    width: 58%;
}

.review-star
{
    width: 30%;
    text-align: end;
    align-self: start;
}

.nk-dropdown-content{
    padding: 1rem 0 !important;
}

.subcategory_item{
    position: relative;
    padding: 0 1rem !important;
}

.subsubcategory_list{
    display: none;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    padding: 5px;
    background: #fff;
    text-transform: capitalize;
}

.subcategory_item:hover .subsubcategory_list{
    display: block;
}
.subcategory_item .subsubcategory_list a:hover{
    color: #ed1f24;
}



/* Review Css End ================================================================== */



