/*@import url(jquery-ui.css);*/

.autoship {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}

.autoship h5 {
    margin: 0;
    display: flex;
    /* white-space: nowrap; */
    font-size: 16px;
    padding: 0px 10px;

    border-right: 1px solid #eeeeee;
    font-weight: bold;
}

.autoship h5 svg {
    width: 100px;
}

.autoship small {
    font-size: 10px;
    padding: 0px 10px;
}

.detail_breadcrumb {
    padding-top: 8px;
    padding-bottom: 8px;
}

.detail_breadcrumb .breadcrumb li {
    position: relative;
    margin: 0px 4px;
}




.detail_breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    position: absolute;
    top: 0 !important;
    left: -3px;
    font-size: 13px;

}

@media(max-width:450px) {
    .autoship h5 {
        font-size: 13px;
        padding: 0px 8px;
    }

    .autoship h5 svg {
        width: 65px;

    }

    .autoship {
        padding: 10px;

    }
}


@media(max-width:320px) {
    .autoship h5 {
        font-size: 11px;
    }
}


/* show_product  */

.slider .show_product .product_box {
    width: 100%;
    height: 400px;
    position: relative;


}

.show_product .product_box {
    position: relative;
}

.show_product .product_box .addToWishList {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.show_product .product_box .slick-slide {
    height: 400px !important;
}


.pro_like {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    background-color: #eee;
    cursor: pointer;
}

.pro_like svg {
    width: 20px;
    height: 20px;
    color: #ff9a34;

}

.show_product .product_box .Deal {
    top: 0;
    left: 0;
    font-size: 13px;
    width: fit-content;
    padding: 4px 10px;
    background-color: #bc2848;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.show_product .product_box .slick-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.show_product .slider-nav {
    width: 450px;
    margin: 15px auto;

}

.show_product .slick-list .slick-track .min_img {
    width: 70px !important;
    height: 70px !important;
    padding: 8px;
    cursor: pointer;
    margin: 0px 10px;
}

.show_product .slick-track .slick-slide img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}

.show_product .big_product .slick-track .slick-slide img {
    width: 80%;
    height: 100%;
    margin: auto;
    cursor: pointer;
    object-fit: contain;
}

.show_product .big_product img {
    width: 80%;
    margin: auto;
    object-fit: contain;
}

.show_product .big_product .big_product_load {
    display: none;
}

.show_product .big_product .slick-track .big_product_load {
    display: block;
}

.show_product .bottom_product .slider {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.show_product .bottom_product .slider .min_img {
    width: 70px !important;
    height: 70px !important;
}

.show_product .bottom_product .slider .min_img img {
    width: 50px !important;
}

.show_product .prev-arrow,
.show_product .next-arrow {
    position: absolute;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffc286;
    z-index: 9;
    border-radius: 50%;
}

/* .bottom_product .slide-arrow.slick-disabled,
.product_box .slide-arrow.slick-disabled{
 opacity: 0;
} */

.product_box .prev-arrow,
.product_box .next-arrow {
    top: 40%;
    width: 40px;
    height: 40px;
}

.show_product .prev-arrow:hover,
.show_product .next-arrow:hover {
    background-color: #ffc286;
}

.product_box .prev-arrow {
    left: 0;
}

.product_box .next-arrow {
    right: 0;
}

.show_product .prev-arrow:before {
    content: "\f104";
    color: #ffc286;
    font-size: 20px;
    position: absolute;
    font-family: 'FontAwesome';
}

.show_product .next-arrow:before {
    content: "\f105";
    color: #ffc286;
    font-size: 20px;
    position: absolute;
    font-family: 'FontAwesome';

}

.show_product .prev-arrow:hover:before,
.show_product .next-arrow:hover:before {
    color: #fff !important;
}

.bottom_product {
    position: relative;
}

.bottom_product .prev-arrow,
.bottom_product .next-arrow {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);

}

.bottom_product .slick-slider {
    position: unset !important;
}

.bottom_product .prev-arrow {
    left: 0;
}

.bottom_product .next-arrow {
    right: 0;
}

.min_img.slick-current {
    border: 2px solid #ffc286;
}

.product_informatoin p {
    margin-bottom: 0;
}

.product_informatoin .title {
    font-size: 18px;
    font-weight: 600;
    color: #121221;
}

.product_informatoin .World {
    font-size: 13px;
}

.product_informatoin .pro_star {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 3px;
}

.product_informatoin .pro_star a {
    font-size: 12px;
}

.product_informatoin .pro_star a:hover {
    text-decoration: underline !important;
}


.fns-20 {
    font-size: 20px !important;
}

.product_informatoin .top_price {
    display: flex;
    gap: 10px;
    color: #ff9a34;
    margin-top: 5px;
    font-size: 15px !important;
    margin: 7px 0;

    align-items: center;
}



.product_informatoin .top_price span {
    font-size: 15px;
    color: #666666;
    min-width: 65px;

}

.product_informatoin .bottom_price {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ff9a34;
}

.product_informatoin .bottom_price svg {
    width: 100px;
}

.product_informatoin .bottom_price span {
    color: #bc2848 !important;
    font-size: 13px;
    white-space: nowrap;
}

.inc_tax {
    font-size: 16px;
    color: #000 !important;
}

.font_16 {
    font-size: 16px !important;
}



.orange_color {
    color: #ff9a34 !important;
}




.why_autoship {
    background-color: #ff9a3436;
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border-radius: 10px;
}

.why_autoship h5 {
    font-size: 18px;
    color: #121221;
    font-weight: bold;
}

.why_autoship p {
    font-size: 13px;
    position: relative;
    padding: 2px 20px;
}

/* .why_autoship p::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ff9a34;
    border-radius: 50%;
    left: 7px;
    top: 6px;
} */

.why_autoship ul li {
    position: relative;
}

.why_autoship ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

.why_autoship ol li {
    list-style: decimal;
    padding: 6px 0 0 6px !important;
    margin: 0 0 0 17px !important;
}

.lable {
    padding: 5px 7px;
    background-color: #348952;
    font-size: 13px;
    font-weight: 200;
    margin: 20px 0 !important;
    border-radius: 5px;
    color: #fff;


}

.product_informatoin small {
    font-size: 12px;
    margin-top: 5px;
    padding: 15px 0;
}

.product_informatoin small b {
    color: #ff9a34;
    border-bottom: 1px dotted #ff9a34;
}

.product_informatoin .Scent div {
    display: flex;
    gap: 7px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.product_informatoin .Scent div label {
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 15px;
    overflow: hidden;
    margin: 5px 0;
    cursor: pointer;
    position: relative;
    border: 1px solid #ff9a3493;
}


.product_informatoin .Scent div input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.product_informatoin .Scent div .label:hover {
    background-color: #ff9a34;
    color: #fff;
}

.product_informatoin .Scent div input:checked+label {
    background-color: #ff9a34 !important;
    color: #fff;
}

.product_informatoin .Scent p {
    color: #666666;
}

.qty_box .custom_sort {
    display: flex;
    flex-direction: initial !important;
    align-items: center;
    gap: 10px;
}





.card .select_box {
    margin: 0;
    width: 100px;
}

.qty_box .card {
    padding: 20px 10px 10px;
}

.qty_box .card p {
    margin-bottom: 0;
}

.qty_box .card .Stock p:nth-child(1) {
    font-size: 14px;
    color: green;
}

.qty_box .card .Stock p:nth-child(2) {
    font-size: 13px;
    color: #000;

}

.qty_box .card .Stock p:nth-child(2) span {
    font-size: 12px;
}

.button {

    padding: 10px;
    border-radius: 30px;
    border: none;
    margin: 10px 0;

}

.add_cart_btn {
    color: #ffff;
    background-color: #ff9a34;
    white-space: nowrap;
}

.start_btn {
    background-color: transparent;
    border: 2px solid #ff9a34 !important;
    color: #000;
}

.qty_box .card .start_btn {
    display: flex;
    gap: 5px;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
}

.qty_box .card .start_btn svg {
    width: 20px;

}

.qty_box .card .start_btn.btn-loading {
    background-color: #ff9a34 !important;
}

.qty_box .card .start_btn.btn-loading svg {
    visibility: hidden;
}

.sigle_product h6 {
    color: #000;
    font-weight: bold;
}


.p_head {
    color: #121221;
    font-weight: bold;
}


.product_informatoin .bottom_price p {
    font-size: 15px;
    white-space: nowrap;
}

@media(max-width:1200px) {
    .show_product .slider-nav {
        width: 300px;
    }
}

@media(max-width:1024px) {
    .show_product .select_box {
        display: block !important;
    }
}

@media(max-width:768px) {
    .show_product .slider-nav {
        width: 450px;
    }

    .show_product .prev-arrow,
    .show_product .next-arrow {
        width: 30px;
        height: 30px;
    }

    .show_product .product_box .slick-slide {
        height: 250px !important;
    }

}


@media(max-width:550px) {
    .show_product .slider-nav {
        width: 300px;
        margin: 20px auto;
    }

    .show_product .product_box .slick-slide {
        height: 250px !important;
    }

    .show_product .slick-list .slick-track .min_img {
        width: 60px !important;
        height: 60px !important;
    }

    .product_informatoin .bottom_price {
        flex-direction: column;
        align-items: start;
    }

}


@media(max-width:420px) {
    .show_product .slider-nav {
        width: 250px;
    }

    .show_product .product_box .slick-slide {
        height: 200px !important;
        text-align: center;
    }

    .product_informatoin .title {
        font-size: 16px;
    }

    /* 
    .product_informatoin .pro_star {
        flex-direction: column;
    } */
    .product_informatoin .pro_star {
        display: block;
    }

    .product_informatoin .bottom_price,
    .product_informatoin .top_price {
        font-size: 15px;
    }

    .product_informatoin .top_price span {
        font-size: 13px;
    }

    .product_informatoin .bottom_price span {
        font-size: 10px;
    }

    .product_informatoin .bottom_price svg {
        width: 80px;
    }

    .qty_box {
        margin: 15px 0;
    }

    .qty_box .custom_sort {
        align-items: start;
        flex-direction: column !important;
    }

    .custom_sort .select_box {
        width: 100%;
    }
}

/* sugg_product ---- */


.sugg_product .card {
    border: none !important;
}


.card_content input {
    width: 25px;
    scale: 1.6;
}



@media(max-width:768px) {
    .sugg_product .card {
        margin: 15px 0;
    }

    .card_content input {
        scale: 1.2;
    }
}


/* about_item  =-=== */
.about_item .accordion-button {
    color: #000 !important;
    font-weight: bold !important;
    border-bottom: 1px solid #eee !important;

}

.boder_top {
    border-top: 1px solid #eee !important;
}

.about_item .about_content p {
    color: #666666;
    font-size: 14px;
    /* padding: 0px 15px; */
    margin-bottom: 4px;
    word-wrap: break-word;
    position: relative;
}

.about_item .about_content ol li {
    list-style: auto !important;
}

.about_item .about_content ul li {
    list-style: disc !important;
}

.about_item .about_content a {
    font-size: 16px;
    color: #ff9a34;
    text-transform: capitalize;
}

.about_item .about_content-two h6 {
    color: #000;
    font-size: 15px;
    border: none !important;
    font-weight: bold;
    border-bottom: 2px solid #eee;
}

.about_item .about_content-two p {
    font-size: 15px;
    text-align: justify;
}

@media(max-width:575px) {
    .about_item .about_content-two p {
        font-size: 13px;
    }

    .about_item .about_content-two h6 {
        font-size: 14px;
    }
}

.video_box {
    max-width: 450px;
    height: 100%;
    margin: auto;

}

.video {
    width: 100%;
}

.video_box p {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 0;
}

.video {
    position: relative;
}

.video video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;

}

.video_box iframe {
    width: 100%;
    height: 100%;
}

.play_btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s all;
    background-color: #ffffffcc;
}

.play_btn:hover {
    scale: 1.2;
    transition: 0.5s all;
}

.play_btn i {
    font-size: 20px;
}

.video_box video {
    width: 100%;
    height: 100%;
}

.video_box .modal-dialog {
    max-width: 1380px !important;
    width: 1005;

}

.video_box .modal-dialog .modal-body {
    padding: 0;
    height: 700px;
}

.video_box .modal-dialog .modal-content {
    background-color: unset !important;
    border: none;

}


.video_box .modal-dialog .modal-header {
    border: none;
}

.video_box .modal-dialog .btn-close {
    border: none;
    box-shadow: none;
    opacity: inherit !important;
    background-image: none !important;
}

.video_box .modal-dialog .btn-close svg {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    color: #fff;

}

.btn-close:hover {
    opacity: inherit !important;
    color: #fff !important;
}


@media(max-width:991px) {
    .video_box {
        margin: 20px auto;
    }

}

@media(max-width:1200px) {
    .video_box .modal-dialog .modal-body {
        text-align: center;
    }

    .video_box video {
        max-width: 500px;
        width: 100%;
        height: auto;
        margin: auto;
    }
}


/* Compare Similar Items  css */


.similar_items .favorites .card .img-box {
    background-color: transparent !important;
}

.similar_items .favorites .card .img-box {
    height: 200px;
}

.similar_items .favorites .card .img-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}



.similar_items .rate i {
    color: #ff9a34;
}

.similar_items .rate small a {
    font-size: 12px;
    color: #ff9a34;
}

.similar_items table tr td .small_dis {
    font-weight: bold;
    font-size: 13px;
}

.similar_items table tr td h5 {
    font-size: 17px;
    font-weight: bold;
}

.similar_items table .similar_price h5 {
    color: #bc2848;
}

.similar_items table tr td p {
    font-size: 14px;
}

table .card {
    width: 230px !important;
}

@media(max-width:500px) {
    .table td {
        display: table-cell !important;
    }
}



/* Questions & Answers  css  */

.quation_ans .p_head small a {
    font-size: 11px;
    font-weight: 100;
}

.quation_ans .accordion-button span {
    right: 15px !important;
}

.quation_ans .accordion-button:not(.collapsed) span {
    border: 1px solid #555;
}

.quation_ans .accordion-button:not(.collapsed) span::after {
    background-color: #555;
}

.quation_ans .accordion-button {
    padding: 15px 45px 15px 15px;
    border-bottom: 1px solid #55555526;
}

.quation_ans .accordion-button:focus {
    border-color: #55555526;
}


.quation_ans .custor_qua {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.qua_one h6 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}


.qua_one small {
    font-size: 12px;
    color: #666666;
}

.qua_one p {
    font-size: 14px;
}

.report .qua_like_btn {
    padding: 3px 10px;
    border-radius: 20px;
    color: #121221;
    cursor: pointer;
    background-color: #c2c2c280;
}

.report P a {
    color: #666666;
}


.qua_one .show_ans {
    font-size: 12px;

}


.show_quation {
    padding: 7px 25px;
    color: #ff9a34;
    border: 2px solid #ff9a34;
    border-radius: 30px;
    text-align: center;
    background-color: transparent;
    transition: 0.4s all;
}

.show_quation:hover {
    background: #ff9a34;
    color: #fff;
    transition: 0.4s all;
}

.quation_ans .accordion-body {
    padding: 0;
}

@media(max-width:768px) {
    .quation_ans .accordion-body p {
        font-size: 14px !important;
    }
}


@media(max-width:575px) {
    .quation_ans .accordion-body p {
        font-size: 13px !important;
    }

    .quation_ans .accordion-button {
        font-size: 14px !important;
    }
}

/* Reviews css  */

.reviews_head {
    font-size: 16px;
    font-weight: bold;

}

.reviews_head small a {
    font-size: 13px;
    font-weight: 400;
    margin: 0px 10px;
    color: #1c49c2;
}

.reviews_head small a:hover {
    text-decoration: underline !important;
}

.reviews_rating {
    gap: 15px;
    display: flex;
}

.reviews_rating h4 {
    font-size: 25px !important;
    margin-bottom: 0;
    font-weight: bold;
}

.rating_sm,
.reviews_rating small {
    font-size: 11px !important;
    color: #666666;
}

.reviews_rating .rate i {
    color: #ff9a34;
}


.reviews_rating p {
    margin-bottom: 0;
    font-size: 13px;
    color: #666666;
}

.rate_line p {
    font-size: 11px;
    color: #666666;
}

.rate_line .line {
    height: 8px;
    width: 242px;
    background-color: #ff9a3447;
    border-radius: 35px;
    overflow: hidden;

}

@media(max-width:1200px) {
    .reviews_rating {

        flex-direction: column;
    }
}

@media(max-width:991px) {
    .reviews_rating {
        flex-direction: row;
    }
}

@media(max-width:575px) {
    .reviews_rating {

        flex-direction: column;
    }
}


.rate_line_rate {
    height: 100%;
    background-color: #ff9a34;

}

/*.rate_line_one{*/
/*width: 68% !important;*/
/*}*/

/*.rate_line_two{*/
/*    width: 9%;*/
/*}*/
/*.rate_line_three{*/
/*    width: 5%;*/
/*}*/
/*.rate_line_four{*/
/*    width: 7%;*/
/*}*/



.customer-slider-2 .customer_photo {
    height: 200px !important;
    border-radius: 7px;
    overflow: hidden;
    margin: 0px 9px;
    position: relative;
    cursor: pointer;
}

.customer_img .customer_img_box,
.reviews_content_img_box {
    position: relative;
}

.customer_last_img {
    position: relative;
}

/* .customer_last_img .slider_see_More_btn{
    display: none;
}

.customer-slider-2 .customer_photo:last-child .slider_see_More_btn{
    display: block;
} */

.slider_see_More_btn {
    display: none;
}

.customer_last_img .slider_see_More_btn {
    display: block;
}

.customer_last_img::before,
.customer_img .btn-loading.customer_img_box::before,
.btn-loading.reviews_content_img_box::before,
.customer-slider-2 .btn-loading.customer_photo::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    /* background-color: #00000078; */
    background-color: #000000a1;
}



.reviews .customer-slider-2 .customer_photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.reviews .slider-arrow .slider-btn.slider-prev {
    left: 0 !important;
}

.customer_img_slider .slick-list,
.customer_img_slider .slick-track {
    height: 100% !important;
}

.customer_photo {
    position: relative;
}

/* .customer_photo:last-child::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000078;
} */

.slider_see_More_btn {
    padding: 8px 15px;
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    border: none;
    z-index: 99;
}

@media(max-width:1100px) {
    .customer-slider-2 .customer_photo {
        height: 160px !important;
    }
}


@media(max-width:768px) {
    .customer_img_slider .slider-arrow .slider-btn {
        width: 24px !important;
        height: 25px !important;
        font-size: 10px;
    }

    .customer-slider-2 .customer_photo {
        height: 122px !important;
    }
}



.reviews .slider-arrow .slider-btn.slider-next {
    right: 0 !important;
}

.reviews .slider-arrow {
    top: 44% !important;
}

/* .costomer_slider .slick-disabled{
    display: none !important;
} */

.costomer_slider {
    padding: 0px 30px;
}

.reviews_content .mini_con b {
    font-size: 14px;
}

.lable_btn {
    padding: 3px 15px;
    border: none;
    background-color: #ff9a3446;
    border-radius: 15px;
    margin: 7px 5px;
}

.input_select {
    height: 37px !important;
}


.reviews_content .sort_box .select_box .form-select {
    height: 40px !important;
}


.rate i {
    color: #ff9a34;
}

.reviews_dis_box {
    word-wrap: break-word;
}

.reviews_dis_box span {
    font-size: 14px;
}

.reviews_dis_box p {
    color: #000 !important;
    margin: 0;
    /* padding: 0 20px; */
    font-size: 14px;
    margin-top: 10px;
}

.reviews_dis_box p b {
    font-size: 16px !important;
}

/* .reviews_dis_box .review_desc{
    max-height: 303px;
    overflow: auto;
} */


.images_review .reviews_dis_box .review_desc {
    padding-right: 20px;
}

.review_desc_scroll {
    max-height: 300px;
    height: 100%;
    overflow-y: auto;
}

.review_desc_scroll::-webkit-scrollbar {
    width: 5px;
}

.review_desc_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}


.review_desc_scroll::-webkit-scrollbar-thumb {
    background: #888;
}




.reviews .custome_width {
    width: 1100px !important;
}


.modal_slider_box {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #eeeeee;
}

.modal_slider_box img {
    width: 100%;
    height: 100%;

}

.modal_slider_box span {
    position: absolute;
    width: 100%;
    padding: 3px 5px;
    color: #fff;
    font-size: 12px;
    left: 0;
    text-align: center;
    bottom: 0;
    background-color: #000000;
}

.gallary_btn {
    padding: 4px 12px;
    border-radius: 30px;
    border: 2px solid #666666;
    font-size: 15px;
    font-weight: bold;
    color: #666666;
    background-color: transparent;
}

.gallary_btn svg {
    width: 20px;
    color: #666666;
}



.customr_modal .modal-title {
    font-weight: bold;
    color: #666666;
}

.comon_btn {
    padding: 9px 30px !important;
    border-radius: 30px !important;
    outline: none;

}

.comon_btn_outline {
    border: 2px solid #ff9a34 !important;
}

.comon_btn_bg {
    color: #fff !important;
    background-color: #ff9a34 !important;
}

.customr_modal .btn-close {
    width: 20px;
    height: 20px;
    border: 1px solid #666666 !important;
    border-radius: 50%;
    /* background: red; */
    scale: 0.8;
}

.customr_modal .btn-close:focus {
    box-shadow: none;
}

.customr_modal .dot-style-1 ul li button {
    border-color: #ff9a34 !important;
    border-radius: 50%;
}

.customr_modal .customer-modal-slider-2.dot-style-1 ul li.slick-active button {
    background-color: #ff9a34 !important;
}

.reviews_modal {
    height: 400px;
    position: relative;
}

.reviews_modal .slick-list,
.reviews_modal .slick-track {
    height: 100% !important;
}

.see_more {
    cursor: pointer;
}

.hide_reviews {
    overflow: hidden;
    min-height: 37px;
    max-height: 85px;
    padding-bottom: 3px;
}

@media(max-width:1024px) {
    .reviews_dis_box {
        margin: 15px;
    }

    .reviews_content .select_box {
        display: block !important;
    }


}

@media(max-width:768px) {
    .reviews .custome_width {
        width: 100% !important;
        max-width: 400px !important;
        margin: auto;
    }

    .reviews_modal {
        height: 250px;
    }
}




/* customer_img  modal */


.customer_img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.customer_img .customer_img_box {
    width: 190px;
    height: 190px;
    border-radius: 15px;
    overflow: hidden;
    margin: auto;
    cursor: pointer;
}

.customer_img .customer_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_modal .modal-body {
    height: 700px;
    overflow-y: auto;
}

@media(max-width:768px) {
    .customer_img .customer_img_box {
        width: 150px;
        height: 150px;
    }
}





/* notify modal css  */

.nofify_modal input {
    font-size: 15px;
}

.nofify_modal label {
    font-size: 14px;
}

.nofify_modal input:focus {
    border-color: #ff9a34;
}

.nofify_modal .form-floating>label {
    top: -2px;
}

.nofify_modal .form-floating>.form-control {
    height: calc(3rem + 2px);
    line-height: 2.25;
}

.nofify_modal .modal-header {
    padding: 6px 15px;
    border: none;
}

.nofify_modal .modal-header h5 {
    font-size: 18px;
}

.nofify_modal .modal-header .btn-close {
    scale: 0.9;
}

.nofify_modal .modal-body {
    padding: 10px 15px 20px;
}

.nofify_modal.modal-dialog {
    max-width: 400px !important;
    width: 100%;
    margin: auto;
}

.nofify_modal button {
    opacity: 1;
}

.nofify_modal button:focus {
    box-shadow: none;
    border: none;
}

.custome_select_color .select_box {
    width: 200px;
    height: auto;
}

.custome_select_color .select_box select {
    font-size: 14px;
}

.custome_select_color .color_title {
    margin-bottom: 5px;
}


.custome_select_color .btn-loading {
    background-color: #ff9a34 !important;
}

.addToWishList.btn-loading {
    border-radius: 50% !important;
}

.addToWishList.btn-loading .pro_like {
    background-color: #ff9a34 !important;
}

.addToWishList.btn-loading .pro_like i,
.addToWishList.btn-loading .pro_like .svg {
    color: #ff9a34 !important;
}

/* empty reviws == */


.empty_reviws {
    padding: 30px 0;
}


.empty_reviws small a {
    font-size: 12px;
    margin-left: 50px;
}

.empty_reviws .btn-outline {
    font-weight: 600 !important;
    border: 2px solid #ff9a34 !important;
}


@media(max-width:991px) {
    .empty_reviws .container {

        text-align: center;
    }

    .empty_reviws small a {
        margin-left: 0;
    }
}




/* -- product image preview -- */

.preview_modal .modal-content {
    background-color: #fff0;
    height: 95vh;
    border: none;
    overflow: hidden;
}

.preview_modal.modal.fade .modal-dialog {
    transition: none;
    margin: 20px;
    /* height: 100vh;
    overflow: hidden; */
    --bs-modal-width: 100% !important;
}

.preview_modal .modal-content .modal-header {
    border: none;
    position: absolute;
    right: 20px;
    top: 52px;
    z-index: 99;
}

.preview_modal .modal-content .modal-header .btn-close {
    border: none;

    box-shadow: none;
    opacity: inherit !important;
    background-image: none !important;
}

.preview_modal .modal-content .modal-header .btn-close svg {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    color: #fff;
}

.preview_modal .modal-content .slide-arrow {
    cursor: pointer;
    background: #ff9a34;
    width: 35px;
    height: 35px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    border: none;
}

.preview_modal .modal-content .prev-arrow {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.preview_modal .modal-content .next-arrow {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}


.preview_modal .modal-content .imagePreview_slider {
    height: 100vh;
    display: flex !important;
    align-items: center;
    position: relative;
}

.customer-modal-slider-2-arrow .slick-disabled,
.preview_modal .modal-content .imagePreview_slider .slick-disabled {
    display: none !important;
}

.preview_modal .modal-content .preview_img {
    height: 100%;
}

.preview_modal .modal-content .preview_img img {
    width: 700px;
    height: 700px;
    margin: auto;
    object-fit: contain;
}


@media(max-width:768px) {
    .preview_modal .modal-content .slide-arrow {
        width: 25px;
        font-size: 12px;
        height: 25px;
    }

    .preview_modal.modal.fade .modal-dialog {
        margin: 0;
    }

    .preview_modal .modal-body {
        padding: 10px !important;
    }

    .preview_modal .modal-content .modal-header {
        top: 20px;
    }

}

.btn-loading {
    color: transparent !important;
    pointer-events: none;
    position: relative;
}

.btn-loading:after {
    content: '';
    -webkit-animation: loader 500ms infinite linear;
    animation: loader 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 1.4em;
    width: 1.4em;
    position: absolute;
    left: calc(50% - (1.4em / 2));
    top: calc(50% - (1.4em / 2));
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute !important;
}

.btn-loading.btn-sm:after,
.btn-group-sm>.btn-loading.btn:after {
    height: 1em;
    width: 1em;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
}

.btn-loading.btn-secondary:after {
    border-color: #495057;
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* reviews_content_img  style */



.reviews_content_img {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 10px 0;
}


.reviews_content_img .reviews_content_img_box {
    width: 130px;
    border-radius: 10px;
    overflow: hidden;
    height: 130px;
    cursor: pointer;
}

.reviews_content_img .reviews_content_img_box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.front-stars,
.back-stars,
.star-rating {
    display: flex;
}

.star-rating {
    align-items: center;
    font-size: 22px;
    justify-content: center;
}



.star_box {
    display: flex;
    justify-content: center;
}

.back-stars {
    color: #808080;
    position: relative;
}

.front-stars {
    color: #ff9a34;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

.product-star {
    font-size: 18px !important;
    justify-content: start !important;
    margin-top: 7px;
    align-items: center;
}

.product-star .review_count {
    margin: 0 0 0 10px;
    font-size: 13px;
}

@media(max-width:768px) {
    .reviews_content_img {
        justify-content: center;
    }

    .reviews_content_img .reviews_content_img_box {
        width: 100px;
        height: 100px;
    }
}


@media(max-width:575px) {
    .reviews_content_img .reviews_content_img_box {
        width: 75px;
        height: 75px;
    }
}

.time_box {
    max-width: 400px;
    margin: 20px 0;
    width: 100%;
    text-align: center;
    padding: 5px;
    border-top: 1px solid #8080804d;
    border-bottom: 1px solid #8080804d;
}
.time_box p{
    margin-bottom: 5px;
    font-weight: 600;
    color: #000;
}

.time_box .time_count {
    display: flex;
    justify-content: center;
    align-items: center;
}


.time_box .time_count h4 {
    font-size: 17px;
    line-height: 14px;
    margin-top: 5px !important;
    font-weight: 700;
    margin: 0 10px;
    color: #BC2747;
}

.time_box .time_count h4 span{
    color: #666666;
    font-size: 13px !important;
    font-weight: 400;
}




