/* Product Detail Css Start Here */
.product-detail {
    padding: 60px 0;
    position: relative;
    background: #f9f9f9;
    margin-bottom: 46px;
}
.product-detail::after {
    content: "";
    width: 47%;
    height: 1px;
    background: #cbcbcb;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 4%;
}
.product-detail .product-images {
    padding: 10px 0;
}
.product-detail .product-images .all-images img {
    height: 106px;
    width: 95px;
    object-fit: cover;
}
.product-images .single-image img {
    height: 502px;
    object-fit: cover;
    width: 100%;
}
.product-detail .product-images .all-images {
    margin-top: 30px;
}
.product-detail .content-wrapper {
    margin-left: 30px;
}
.product-detail .content-wrapper .heading-wrapper {
    max-width: 100%;
    position: relative;
    border-bottom: 1px solid #a4a4a4;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.product-detail .content-wrapper .heading-wrapper h2.title {
    font-size: 30px;
    color: #292929;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: 800;
}
.product-detail .content-wrapper .heading-wrapper .price h4 {
    color: #c91120;
    font-family: "Montserrat";
    font-weight: 600;
}
.product-detail .content-wrapper .heading-wrapper .price h4 strike {
    color: #878787ad;
    margin-left: 30px;
}
.product-detail .content-wrapper .heading-wrapper ul.stars {
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-detail .content-wrapper .heading-wrapper ul.stars li {
    display: inline-block;
}
.product-detail .content-wrapper .description p {
    font-family: "Montserrat";
    font-weight: 600;
    color: #000000;
    word-break: break-word;
}
.product-detail .content-wrapper .for-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.product-detail .content-wrapper .all-variation {
    max-width: 55%;
    margin-top: 30px;
}
.product-detail .content-wrapper .all-variation span.property {
    font-size: 20px;
    color: #001a26;
    font-weight: 600;
    flex: 0 0 40%;
}
.product-detail .content-wrapper .stock span.value {
    color: green;
}
.product-detail .content-wrapper .all-variation .subtotal span.value {
    color: #c91120;
}
.product-detail .content-wrapper .all-variation span.value {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 20px;
    width: 150px;
    flex: 0 0 60%;
}
.product-detail .content-wrapper .all-variation span.value img {
    max-width: 70px;
}
.product-detail .content-wrapper .all-variation .input-group {
    max-width: 150px;
    flex: 0 0 60%;
    justify-content: space-between;
    margin: 0px auto;
    margin-left: 0px;
}
.product-detail .content-wrapper .all-variation .input-group button {
    border: 1px solid #000000;
    background: transparent;
    width: 40px;
    height: 40px;
    margin: 0 5px;
}
.product-detail
    .content-wrapper
    .all-variation
    .input-group
    button:first-child {
    margin-left: 0px;
}
.product-detail .content-wrapper .all-variation .input-group .form-control {
    border: 1px solid #000000;
    font-family: "Poppins";
    text-align: center;
    font-weight: 600;
}
.product-detail .content-wrapper .all-variation .input-group input {
    margin: 0 5px;
    box-shadow: none;
}
.product-detail
    .content-wrapper
    .all-variation
    .input-group
    input::-webkit-outer-spin-button,
.product-detail
    .content-wrapper
    .all-variation
    .input-group
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-detail .content-wrapper .button-group {
    margin-top: 50px;
    display: flex;
}
.product-detail .content-wrapper .button-group button.btn {
    background: #000000;
    border-radius: 0;
    padding: 12px 20px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
    margin-right: 20px;
    transition: 0.6s;
    border: 2px solid #000;
    position: relative;
}
.product-detail .content-wrapper .button-group button.btn i {
    margin-right: 5px;
}
.product-detail .content-wrapper .button-group button.btn:hover {
    background: #fff;
    color: #000;
}
.product-detail .after {
    position: absolute;
    right: 0;
    bottom: 50px;
    text-align: center;
}
.product-detail .after img {
    width: 70%;
}
.product-detail .before {
    position: absolute;
    right: 0;
    top: -60px;
    text-align: end;
    z-index: 0;
}
.product-detail .before img {
    width: 70%;
}

@media (max-width: 1399px) {
    .product-detail .content-wrapper .button-group button.btn {
        padding: 12px 15px;
        margin-right: 10px;
    }
}
/* Product Detail Css End Here */

/* Description Css Start Here */
.description_sec {
    padding-bottom: 50px;
}
.description_sec ul.nav-pills li button {
    border: 2px solid #232323;
    font-size: 18px;
    font-weight: 600;
    color: #232323;
    border-radius: 4px;
    margin-right: 20px;
}
.description_sec ul.nav-pills li button.active {
    border-color: #c91120;
    background: #c91120;
}
/* .description_sec ul#pills-tab {
    padding-left: 77px;
    padding-right: 77px;
} */
/* .description_sec div#pills-Description {
    padding-left: 77px;
    padding-right: 77px;
} */
.description_sec .description-box p {
    font-size: 17px;
    color: #000000;
    font-weight: 500;
    /* font-family: "Montserrat"; */
    word-break: break-word;
}
.description_sec .description-box .detail {
    padding: 20px 0;
}
.description_sec .description-box h3 {
    color: #232323;
    font-size: 32px;
}
.description_sec .description-box ul li {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
}
/* Description Css End Here */

/* Reviews Css Start Here */
.description_sec .reviews_sec .rating > label {
    color: #90a0a3;
    float: right;
}
.description_sec .reviews_sec .rating > label:before {
    margin: 1.8px;
    font-size: 0.9em;
    font-family: "FontAwesome";
    content: "\f006";
    display: inline-block;
}
.description_sec .reviews_sec .rating > input {
    display: none;
}
.description_sec .reviews_sec .rating > input:checked ~ label,
.description_sec .reviews_sec .rating:not(:checked) > label:hover,
.description_sec .reviews_sec .rating:not(:checked) > label:hover ~ label {
    color: #f79426;
}
.description_sec .reviews_sec .rating > input:checked + label:hover,
.description_sec .reviews_sec .rating > input:checked ~ label:hover,
.description_sec .reviews_sec .rating > label:hover ~ input:checked ~ label,
.description_sec .reviews_sec .rating > input:checked ~ label:hover ~ label {
    color: #fece31;
}
.description_sec .reviews_sec {
    margin-top: 40px;
}
.description_sec .reviews_sec .heading-wrapper {
    padding-bottom: 40px;
    /* padding-left: 77px;
    padding-right: 77px; */
}
.description_sec .reviews_sec .heading-wrapper h4 {
    font-size: 30px;
    color: #232323;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}
.description_sec .reviews_sec .heading-wrapper p {
    font-weight: 600;
    font-size: 18px;
    font-family: "Montserrat";
    color: #000000;
}
.description_sec .reviews_sec .review-box {
    display: flex;
    align-items: flex-start;
    /* margin-bottom: 30px; */
    /* padding: 26px 77px 0px 77px; */
    padding: 24px;
}
.description_sec .reviews_sec .review-box:nth-child(odd) {
    background-color: #f9f9f9;
}
.description_sec .form-box {
    /* padding: 38px 77px 0px; */
    padding: 38px;
}
.description_sec .reviews_sec .review-box .review-img img {
    min-width: 83px;
    border-radius: 50%;
    height: 83px;
    object-fit: cover;
}
.description_sec .reviews_sec .review-box .review-img {
    margin-right: 20px;
}
.description_sec .reviews_sec .review-box .review-content {
    border-bottom: 1px solid #0000005e;
    padding-bottom: 10px;
    flex: 0 0 92%;
}
.all-reviews .review-content button.reply {
    background: transparent;
    border: 0px;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
}
.description_sec .reviews_sec .review-box .review-content h3.title {
    color: #0c0202;
    font-size: 30px;
    line-height: 40px;
}
.description_sec .reviews_sec .review-box .review-content p {
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #030303;
    margin-bottom: 32px;
}

.description_sec .reviews_sec .review-box button.rply {
    color: #242424;
    font-size: 20px;
    font-family: "Montserrat";
    background: transparent;
    border: 0;
    font-weight: 500;
    outline: none;
    padding: 0;
    box-shadow: none;
}
.description_sec .reviews_sec .form-box .heading h4 {
    font-size: 40px;
    color: #232323;
    line-height: 50px;
    font-weight: 600;
}
.description_sec .reviews_sec .form-box .heading {
    margin-bottom: 20px;
}
.description_sec .reviews_sec .form-box .form-group {
    position: relative;
    margin-bottom: 25px;
}
.description_sec .reviews_sec .form-box .form-group .rating {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.description_sec .reviews_sec .form-box .form-group .form-control {
    border: 1px solid #000000;
    border-radius: 0;
    padding: 9px 20px;
    font-family: "Montserrat";
    font-weight: 600;
    color: #000;
    background: transparent;
}
.description_sec .reviews_sec .form-box .form-group .form-control::placeholder {
    color: #000;
}
.description_sec .reviews_sec .form-box .form-group textarea {
    height: 120px;
    resize: none;
}
.description_sec .reviews_sec .form-box .bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.description_sec .reviews_sec .form-box .bottom-bar .check label {
    color: #000000;
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 500;
}
.description_sec .reviews_sec .form-box .bottom-bar .check input {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #000;
    margin-right: 15px;
    height: 19px;
    width: 18px;
}
/* .description_sec .reviews_sec .form-box .bottom-bar .check input:checked {
    background: #000;
} */
.description_sec .reviews_sec .form-box .bottom-bar .btn {
    background: #c91120;
    color: #fff;
    font-weight: 500;
    padding: 9px 16px;
}
.product-detail .sizes-wrapper .radio_container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 280px;
    border-radius: 9999px;
    width: 100%;
    min-height: 50px;
    height: 100%;
}
.product-detail .sizes-wrapper input[type="radio"] {
    appearance: none;
    display: none;
}
.product-detail .sizes-wrapper label {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    width: 65px;
    height: 40px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    transition: linear 0.3s;
    color: #292929;
    background: #e9ecef;
    margin-right: 9px;
    box-shadow: 0px 0px 5px 0px rgb(185 185 185 / 75%);
    margin: 6px;
}
.product-detail .sizes-wrapper input[type="radio"]:checked + label {
    background-color: #c91120;
    color: #f1f3f5;
    font-weight: 400;
    transition: 0.3s;
}
.product-detail .sizes-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 18px 0px;
    align-items: center;
}
.product-detail .sizes-wrapper .sizes-heading-wrapper h4 {
    font-size: 20px;
    color: #001a26;
    font-weight: 600;
    font-family: "Playfair Display";
    text-transform: capitalize;
    display: block;
}
.product-detail .all-variation .colors-wrapper .colors-content-wrapper ul {
    list-style: none;
    margin: 0px;
}

.product-detail
    .all-variation
    .colors-wrapper
    .colors-content-wrapper
    .color-wrapper {
    width: 35px;
    height: 35px;
}
.product-detail .all-variation .colors-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 18px 0px;
}
.product-detail .all-variation .colors-wrapper .color-heading-wrapper h4 {
    font-size: 20px;
    color: #001a26;
    font-weight: 600;
    margin: 0px;
}
.product-detail
    .all-variation
    .colors-wrapper
    .colors-content-wrapper
    input[type="radio"] {
    appearance: none;
    display: none;
}
.product-detail
    .all-variation
    .colors-wrapper
    .colors-content-wrapper
    input[type="radio"]:checked
    + label.color-wrapper {
    border: 3px solid;
    box-shadow: 0px 0px 5px 0px rgb(185 185 185 / 75%);
}
.product-detail .all-variation .colors-wrapper .colors-content-wrapper {
    display: flex;
}

.product-detail
    .all-variation
    .colors-wrapper
    .colors-content-wrapper
    label.color-wrapper {
    margin: 0px 10px 0px 0px;
}
.product-detail .sizes-wrapper .sizes-heading-wrapper {
    flex: 0 0 40%;
}
.product-detail .sizes-wrapper .size-content-wrapper {
    flex: 0 0 60%;
}
.product-detail .all-variation .colors-wrapper .color-heading-wrapper {
    flex: 0 0 40%;
}
.product-detail .all-variation .colors-wrapper .colors-content-wrapper {
    flex: 0 0 60%;
}

/* Reviews Css End Here */

#lbt_previous,
#lbt_next {
    width: 80px !important;
    padding-left: 0 !important;
    text-align: center !important;
}

/* Deal Timer */
.deal__timer {
    background: #efefef;
    border-radius: 6px;
    width: 500px;
}
.time__box,
.time__box h4 {
    font-family: "Poppins", sans-serif;
}
.time__box h4 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}
.time__box p {
    font-size: 14px;
    color: #fff;
}
.time__day h4 {
    background: #c91120;
}
.time__day p {
    background: #75010a;
}
.time__hrs h4 {
    background: #aa0815;
}
.time__hrs p {
    background: #91020d;
}
.time__mins h4 {
    background: #91020d;
}
.time__mins p {
    background: #aa0815;
}
.time__sec h4 {
    background: #75010a;
}
.time__sec p {
    background: #c91120;
}

.deal__btns button {
    max-width: 200px;
    width: 100%;
}
.deal__bar input {
    transform: translateY(4px);
    accent-color: black;
    outline: none;
}

.reply__box {
    background: #ffe9e9;
    border-radius: 8px;
}

.replayer__name {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.review__date {
    color: #343436 !important;
    font-size: 12px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
}
.reply_head {
    border-bottom: 1px solid #000;
}

.review__ratings .fa {
    -webkit-text-stroke: 1px #f88b29;
    font-size: 12px;
    color: #f88b29;
}

.review__ratings .fill-empty {
    fill: transparent;
    color: transparent;
}
.rating-count {
    font-size: 10px;
    font-family: "Poppins", sans-serif;
    color: #f88b29;
    font-weight: 600;
}

.review__ratings {
    margin-bottom: 10px;
}

p.review__box-date {
    color: #818181 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.product__cat {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
}
/* Deal Timer  */
/* responsive starts here */
@media (max-width: 1366px) {
    .product-detail .product-images .all-images img {
        height: 95px;
        width: 80px;
        object-fit: cover;
    }
}
@media (max-width: 1280px) {
    .product-detail .product-images .all-images img {
        height: 95px;
        width: 80px;
    }
}
@media (max-width: 767px) {
    .product-images .single-image img {
        height: auto !important;
    }
    .product-detail .content-wrapper .all-variation {
        max-width: 100%;
    }
    #lbt_previous,
    #lbt_next {
        width: 30px !important;
        height: 30px !important;
        font-size: 19px !important;
    }
    .button-group #add-wishlist button {
        width: 98%;
        margin: 10px 0;
    }
    /* deal timer  */
    .deal__timer {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        align-items: start !important;
    }
    .timer__time,
    .timer__text {
        width: 100% !important;
    }
    /* deal timer  */

    .review-box {
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    .all-images .slick-arrow {
        display: none !important;
    }
    .product-detail .content-wrapper .button-group {
        flex-direction: column-reverse;
    }
    .product-detail .content-wrapper .heading-wrapper h2.title {
        font-size: 22px;
        line-height: 34px;
    }
    .product-detail .content-wrapper .heading-wrapper h2.title {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }
    .product-detail .content-wrapper .all-variation span.property {
        font-size: 18px;
    }
    .product-detail .content-wrapper .for-flex {
        margin-bottom: 8px;
    }
    .description_sec .description-box p {
        font-size: 14px !important;
        word-break: break-word !important;
    }
    .product-detail {
        padding: 10px 0;
        margin-bottom: 14px;
    }
    .deal__btns {
        margin-top: 20px !important;
    }
    .deal__btns button {
        max-width: 100%;
        margin: 4px 0;
    }
}
@media (max-width: 480px) {
    .product-detail .content-wrapper .all-variation .input-group {
        flex: 0 0 100%;
    }
    .product-detail .content-wrapper .button-group button.btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .product-detail .content-wrapper .heading-wrapper {
        max-width: 100%;
    }
    .product-detail .content-wrapper {
        margin-left: 0px;
    }
    .product-detail .after figure {
        position: relative;
        z-index: -1;
    }
    .product-detail .content-wrapper .button-group {
        position: relative;
        z-index: 2;
    }
    .description_sec ul#pills-tab {
        padding-left: 11px;
        padding-right: 0px;
        flex-direction: column;
        gap: 10px;
    }
    .description_sec ul#pills-tab li button {
        width: 100%;
    }
    .description_sec div#pills-Description {
        padding-left: 10px;
        padding-right: 10px;
    }
    .description_sec .reviews_sec .heading-wrapper {
        padding-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .description_sec .form-box {
        padding: 0px 11px;
    }
    .description_sec .reviews_sec .form-box .bottom-bar {
        flex-direction: column;
    }
    .description_sec .reviews_sec .form-box .bottom-bar .check {
        display: flex;
        margin-bottom: 30px;
    }
}
@media (max-width: 414px) {
    .description_sec ul.nav-pills li button {
        font-size: 16px;
    }
}
/* responsive ends here */
