.details-gallery {
    position: relative;
}
.details-label-group {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.details-label {
    font-size: 14px;
    padding: 6px 10px;
    margin-bottom: 6px;
    line-height: 13px;
    border-radius: 3px;
    text-transform: capitalize;
    text-align: center;
    color: var(--white);
}
.details-label:last-child {
    margin-bottom: 0px;
}
.details-label.off {
    background: var(--red);
}
.details-label.new {
    background: var(--green);
}
.details-label.sale {
    background: var(--orange);
}
.details-label.feat {
    background: var(--purple);
}
.details-label.rate {
    background: var(--yellow);
}
.details-preview {
    margin-bottom: 16px;
    /* background: red; */
    border: 1px solid #eee;
    border-radius: 2px;
}
.details-preview li img {
    width: 100%;
    border-radius: 8px;
}
.details-thumb li {
    margin: 0px 8px;
    cursor: pointer;
}
.details-thumb li img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--white);
}
.details-thumb .slick-current img {
    border: 1px solid #961a1d;
}
.product-navigation {
    margin-bottom: 25px;
    padding: 20px 25px;
    border-radius: 8px;
    background: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-navigation li a {
    color: var(--text);
    text-transform: capitalize;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-navigation li a:hover {
    color: #961a1d;
}
.product-navigation li a:hover .product-nav-popup {
    visibility: visible;
    opacity: 1;
}
.product-nav-popup {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 3;
    width: 100px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: var(--white);
    border: 1px solid var(--border);
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.product-nav-popup::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -3px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    background: var(--white);
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
}
.product-nav-popup img {
    width: 100%;
}
.product-nav-popup small {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}
.details-content {
    /* padding: 0px 0px; */
    border-radius: 8px;
    background: var(--white);
    padding-left: 23px;
}
.details-name {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.details-name a {
    font-family: "Eras ITC", "Eras Light ITC", sans-serif;
    color: #000;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    font-weight: 500;
}
.details-name a:hover {
    color: #961a1d;
}
.details-meta {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.details-meta p {
    font-size: 13px;
    margin-right: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    color: var(--placeholder);
}
.details-meta span,
.details-meta a {
    margin-left: 5px;
    color: var(--placeholder);
}
.details-meta a:hover {
    text-decoration: underline;
    color: #961a1d;
}
.details-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.details-rating i,
.details-rating a {
    font-size: 15px;
    margin-right: 3px;
    color: var(--gray);
}
.details-rating a {
    margin-left: 8px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
  
    color: #b5bdc8;
    font-weight: 100;
}
.details-rating a:hover {
    color: #961a1d;
    text-decoration: underline;
}
.details-rating .active {
    color: #000000;
}
.details-price {
    margin-bottom: 15px;
}
.details-price del {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    color: #080a08;
}
.details-price del span {
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0;
    color: rgba(8,10,8,.4);
    text-decoration: line-through;
}
.details-price span {
    color: #961a1d;
    white-space: nowrap;
    /* font-weight: 600; */
    font-size: 26px;
    font-weight: 500;
    /* line-height: 26px; */
    /* letter-spacing: 0; */
    color: rgba(8,10,8,.85);
    /* display: flex; */
    /* align-items: center; */
    /* grid-gap: 9px; */
    /* gap: 9px; */
}
.details-price span small {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #01a685;
}
.details-desc {
    margin-bottom: 10px;
    font-weight: 600;
}
.details-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 8px;
}
.details-list-group:last-child {
    margin-bottom: 0px;
}
.details-list-title {
    font-weight: 500;
    margin-right: 15px;
    color: var(--heading);
    text-transform: capitalize;
}
.details-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.details-tag-list li {
    margin-right: 8px;
}
.details-tag-list li a {
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: var(--text);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.details-tag-list li a:hover {
    color: var(--white);
    background: #961a1d;
}
.details-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.details-share-list li {
    margin-right: 8px;
}
.details-share-list li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: var(--chalk);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.details-share-list li a:hover {
    color: var(--white);
    background: #961a1d;
}
.details-add-group {
    margin: 28px 0px 15px;
}
.details-add-group .product-add, .details-add-group .product-add, .details-add-group .action-input {
    /* padding: 7px 0px; */
    color: #000;
    background: #f7f7f7;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0px;
    padding: 4px;
}
.details-add-group .action-minus i, .details-add-group .action-plus i {
    background: #961a1d;
    color: #fff;
    border-radius: 0px;
}
.details-action-group {
    display: -ms-grid;
    margin-top: 33px;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (minmax(200px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative;
}
.details-action-group a {
    padding: 10px 0px;
    border-radius: 8px;
    color: #ffffff;
    background: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.details-action-group a:hover {
    color: #961a1d;
}
.details-action-group a i {
    font-size: 16px;
    margin-right: 8px;
}
.details-action-group a span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.details-wish.active {
    color: var(--white);
    background: #961a1d;
}
.details-wish.active:hover {
    color: var(--white);
    background: #961a1d;
}
.product-details-frame {
    padding: 20px 0px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--white);
}
.product-details-frame:last-child {
    margin-bottom: 0px;
}
.frame-title {
    margin-bottom: 30px;
    text-transform: capitalize;
}
.tab-descrip {
    position: relative;
}
.tab-descrip ul {
    list-style: disc;
    margin-left: 20px;
    margin-top: 25px;
}
.tab-descrip ul li {
    margin-bottom: 8px;
}
.tab-descrip ul li:last-child {
    margin-bottom: 0px;
}
.tab-descrip img {
    width: 100%;
    border-radius: 8px;
}
.tab-descrip a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 80px;
    height: 80px;
    font-size: 22px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: var(--white);
    background: rgba(15, 199, 86, 0.8);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    text-shadow: var(--primary-tshadow);
}
.table-bordered {
    margin-bottom: 0px;
}
.table-bordered th,
.table-bordered td {
    padding: 12px 25px;
    text-align: left;
}
.table-bordered th {
    font-weight: 500;
}
.table-bordered td:last-child {
    border-right: 1px solid var(--border);
}
.review-item {
    padding: 45px 45px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--chalk);
    border: 1px solid var(--border);
}
.review-item:last-child {
    margin-bottom: 0px;
}
.review-media {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.review-avatar {
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid #961a1d;
}
.review-avatar img {
    width: 65px;
    border-radius: 50%;
    border: 2px solid var(--white);
}
.review-meta {
    text-transform: capitalize;
}
.review-meta a {
    color: var(--heading);
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.review-meta a:hover {
    color: #961a1d;
}
.review-meta span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--text);
}
.review-meta span b {
    font-weight: 500;
    color: #961a1d;
}
.review-rating {
    margin-bottom: 10px;
}
.review-rating li {
    font-size: 16px;
    margin-right: 5px;
    color: var(--yellow);
    display: inline-block;
}
.review-desc {
    margin-bottom: 20px;
}
.review-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.review-reply input {
    width: 100%;
    padding: 7px 18px;
    border-radius: 6px;
    margin-right: 20px;
    background: var(--white);
}
.review-reply button {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 6px;
    color: var(--white);
    background: #961a1d;
    text-transform: capitalize;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.review-reply button:hover {
    background: var(--heading);
}
.review-reply button i {
    margin-right: 5px;
}
.review-reply-list {
    margin-left: 80px;
    margin-top: 35px;
    border-top: 1px solid var(--border);
}
.review-reply-item {
    padding: 30px 0px;
    border-bottom: 1px solid var(--border);
}
.review-reply-item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.review-form .btn {
    width: 100%;
    padding: 12px 30px;
}
@media (max-width: 991px) {
    .product-navigation {
        margin: 25px 0px;
    }
}
@media (max-width: 575px) {
    .details-content {
        padding: 0px;
    }
    button.addtocart.detail-add {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 17px;
}
.progress-bar__container {
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
    margin-left: 0px !important;
}
    .details-name {
        font-size: 22px;
        line-height: 30px;
    }
    .product-details-frame {
        padding: 20px;
    }
    .review-item {
        padding: 20px 15px;
    }
    .review-reply {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .review-reply input {
        margin: 0px 0px 15px;
    }
    .review-reply-list {
        margin-left: 25px;
    }
    .star-rating label {
        margin: 0px 6px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .review-reply-list {
        margin-left: 30px;
    }
}






.details-rating p a {
    color: #000 !important;
    /* font-weight: 500; */
}



h3.details-price strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(8,10,8,.85);
    letter-spacing: 0.5px;
}


.product-action {
    order: 1px solid;
    border: 1px solid #000;
}

.details-add-group .action-minus i {
    background: black;
}

.payment-offers-list h4 {
    font-size: 17px;
    color: #000;
    margin-bottom: 14px;
}

.offer-content.isOfferDetail {

    /* font-family: dinregular; */
    font-size: 16px;
    font-weight: 100 !important;
    /* line-height: 18px; */
    /* letter-spacing: 0; */
    color: #4a5e78;
    /* border-right: none; */
    /* padding: 0; */
    /* width: calc(100% - 60px); */
}

.width-row {
    width: 100%;
}

.detail-page {
    padding-top: 50px;
    background: #fff;
}

.details-preview.slick-initialized .slick-slide {
    display: block;
     border: none; 
    border-radius: 0px;
}

h6.product-price.price-d span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
h6.product-price.price-d del {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 100;
}
.product-card.detail-products.slick-initialized .slick-slide{
    border:0px;
}

.product-card.detail-products label.label-text.order {
    top: 7px;
    right: 17px !important;
    position: absolute;
    background: linear-gradient(138deg, #ffeb00, black);
    background: #ffd800;
    font-weight: 500;
}

section.inner-section.descri-p {
    background: #fff;
    padding: 20px 0;
}


section.inner-section.detail-page {
    margin: 0;
}
.accordion-button{
    padding: 0 20px;
}

section.faq-section {
    background: #fff;
    padding: 20px 0px 50px 0px;
}

.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #ffffff !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-weight: 700;
}

.accordion-button:focus {
    z-index: 3;
     border-color: #86b7fe; 
    outline: 0;
    box-shadow: 0 0 0 .25remrgba(13,110,253,.25);
}
.accordion-item {
    margin-bottom: -1px;
    background-color: #fff;
    border-bottom: 1px solid rgba(27,40,92,.1) !important;
    border-right:0px !important;
    border-left:0px !important;
}


.review__head .review__head__rating-desc {
    border-left: 1px solid rgba(27,40,92,.2);
    flex-grow: 1;
}

.review__head {
    line-height: 18px;
}
.review__head * {
    line-height: 18px;
}

.progress-bar__container {
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
    margin-left: 57px;
}

.progress-bar__container label {
    font-size: 12px;
    font-weight: 500;
    color: #080a08;
}

.progress-bar__container .progress-bar__container-main {
    display: flex;
    align-items: center;
}
.progress-bar__container .progress-bar {
    border-radius: 15px;
    background-color: #e5e8ec;
    width: 90px;
    height: 10px;
    position: relative;
}
.progress-bar__container .progress-bar__filled {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #080a08;
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 2px 6px rgba(0,0,0,.1607843137254902));
    filter: drop-shadow(0 2px 6px #00000029);
}
.progress-bar__container label {
    font-size: 12px;
    font-weight: 500;
    color: #080a08;
}
.progress-bar__container .progress-bar__container-main label {
    margin-left: 12px;
}
.border-bottom-line h5 {
    color: #961a1d;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: -7px;
}

.border-bottom-line .fa {
    color: #000;
    font-size:14px;
}

.border-bottom-line strong {
    color: #000;
}

.border-bottom-line strong {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.border-bottom-line {
    border-bottom: 1px solid #e7e9ee;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

button.thumbs span {
    margin-right: 10px;
}
.like-disl img {
    width: 35px;
    margin-right: 9px;
    /* height: 55px; */
    height: 35px;
}

.like-disl {
    right: 0;
    top: 35px;
    position: absolute;
}

button.thumbs span {
    margin-right: 10px;
    /* position: relative; */
    /* margin-top: 10px; */
    position: absolute;
    left: -17px;
    top: 12px;
}

.heart-left .fa {
    background: red;
    /* padding: 16px; */
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    background: #e3e3e3;
    color: #000;
}
.share-right .fa {
    background: red;
    /* padding: 16px; */
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    background: #e3e3e3;
    color: #000;
}
.heart-left {
    position: absolute;
    bottom: 108px;
    z-index: 99;
    left: 12px;
}
.share-right {
    position: absolute;
    bottom: 108px;
    z-index: 99;
    right: 12px;
}
