.rating {
    position: absolute;
    font-size: 12px;
    color: #d2d2d2;
    right: 0;
    padding-right: 15px;
    top: 0;
}
.rating .star-active {
    color: #edb867;
    margin-top: 0;
    margin-bottom: 0;
}
.rating .star-inactive {
    color: #d2d2d2;
    margin-top: 0;
    margin-bottom: 0;
}
.comment {
    position: absolute;
    font-size: 11px;
    color: #767676;
    right: 0;
    top: 17px;
}


.nav-tabs {
    display: flex;
    border-bottom: 3px solid #eeedf3;
    margin-bottom: 5px;
    --bs-nav-tabs-border-width: 0;
}
.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #333333;
    text-align: center;
    border-bottom: none;
    border: none;
    font-weight: 400;
    font-size: 18px;
    padding: 0;
    transition: all .5s ease 0s;
    position: relative;
}
.nav-tabs .nav-link span {
    padding: 10px 20px;
    display: block;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus {
    border-bottom: none;
    background-color: transparent;
}
.nav-tabs .nav-link.active:after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: var(--color-accent);
    position: absolute;
}

.tab-content > .tab-pane {
    padding: 25px 0;
}
  
  
.short-desc p {
    margin-bottom: 0;
}
  
.price-list {
    border-radius: 0;
    display: flex;
    align-items: flex-end;
    margin: 25px 0;
}
  
.price-list .disc-badge {
    font-size: 16px;
    margin-right: 10px;
    font-weight: 500;
    width: 60px;
    background-color: #f44336;
    padding: 8px 5px;
    text-align: center;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
}
.price-list .disc-text {
    margin-top: -4px;
    font-size: 12px;
    font-weight: 400;
}
  
.price-base {
    color: #757575;
    text-decoration: line-through;
    font-size: 18px;
    display: block;
}
  
.price {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
  
.product-images {
    text-align: center;
}
  
.product-images img {
    max-width: 100%;
    height: auto;
    max-height: 450px;
}
.product-images #product-images {
    border-radius: 6px;
    border: solid 1px #e6e6e6;
    padding: 10px;
}
.product-images img {
    width: auto;
    margin: 0 auto;
}
  
.product-thumbnails {
    margin-top: 25px;
    cursor: pointer;
}
.product-thumbnails .swiper-wrapper{
    justify-content: center;
}
.product-thumbnails .swiper-slide {
    width: auto;
}
.product-thumbnails img {
    max-width: 60px;
    height: auto;
    padding: 5px;
    outline: none;
    opacity: 0.7;
    border-radius: 6px;
    border: 1px solid var(--border-color);
}
  
.product-thumbnails .swiper-slide-thumb-active img{
    opacity: 1;
    border: 1px solid var(--color-accent);
}
  
.product-details {
    padding: 15px 0;
}
.product-details .product-title {
    font-size: 24px;
}
  
.product-details .price sup {
    top: -6px;
    font-size: 60%;
}
  
.share-buttons a {
    color: #333;
    font-size: 14px;
    margin-left: 5px;
    padding: 5px;
}
  
.share-buttons a svg {
    width: 16px;
    height: 25px;
    fill: currentColor;
}
.share-buttons a:hover {
    color: var(--color-hover);
}
  
.pr-icons img {
    max-height: 80px;
    margin-right: 10px;
    cursor: pointer;
}
  
.gl-star-rating[data-star-rating] {
    position: relative;
    display: block;
}
  
.gl-star-rating[data-star-rating] > select {
    overflow: hidden;
    visibility: visible !important;
    position: absolute !important;
    top: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: circle(1px at 0 0);
    clip-path: circle(1px at 0 0);
    white-space: nowrap;
}
  
  .gl-star-rating[data-star-rating] > select::before,
  .gl-star-rating[data-star-rating] > select::after {
    display: none !important;
  }
  .gl-star-rating-ltr[data-star-rating] > select {
    left: 0;
  }
  .gl-star-rating-rtl[data-star-rating] > select {
    right: 0;
  }
  .gl-star-rating[data-star-rating]
    > select:focus
    + .gl-star-rating-stars::before {
    opacity: 0.5;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    outline: dotted 1px currentColor;
    pointer-events: none;
  }
  .gl-star-rating-stars {
    position: relative;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    cursor: pointer;
  }
  .gl-star-rating-stars > span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-image: url(../images/icons/star-empty.svg);
    margin: 0 4px 0 0;
  }
  .gl-star-rating-stars > span:last-of-type {
    margin-right: 0;
  }
  .gl-star-rating-rtl[data-star-rating] .gl-star-rating-stars > span {
    margin: 0 0 0 4px;
  }
  .gl-star-rating-rtl[data-star-rating]
    .gl-star-rating-stars
    > span:last-of-type {
    margin-left: 0;
  }
  .gl-star-rating-stars.s10 > span:nth-child(1),
  .gl-star-rating-stars.s20 > span:nth-child(-1n + 2),
  .gl-star-rating-stars.s30 > span:nth-child(-1n + 3),
  .gl-star-rating-stars.s40 > span:nth-child(-1n + 4),
  .gl-star-rating-stars.s50 > span:nth-child(-1n + 5),
  .gl-star-rating-stars.s60 > span:nth-child(-1n + 6),
  .gl-star-rating-stars.s70 > span:nth-child(-1n + 7),
  .gl-star-rating-stars.s80 > span:nth-child(-1n + 8),
  .gl-star-rating-stars.s90 > span:nth-child(-1n + 9),
  .gl-star-rating-stars.s100 > span {
    background-image: url(../images/icons/star-full.svg);
  }
  .gl-star-rating-text {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    font-size: 0.8em;
    font-weight: 600;
    color: #fff;
    background-color: #1a1a1a;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 12px 0 6px;
    margin: 0 0 0 12px;
  }
  
  .gl-star-rating-text::before {
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 13px 12px 13px 0;
    border-color: transparent #1a1a1a transparent transparent;
  }
  
  .gl-star-rating-rtl[data-star-rating] .gl-star-rating-text {
    padding: 0 6px 0 12px;
    margin: 0 12px 0 0;
  }
  
  .gl-star-rating-rtl[data-star-rating] .gl-star-rating-text::before {
    left: unset;
    right: -12px;
    border-width: 13px 0 13px 12px;
    border-color: transparent transparent transparent #1a1a1a;
  }
  
  .rating-summary {
    max-width: 250px;
  }
  .rating-box {
    width: 130px;
    height: 130px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fbc02d;
    color: #fff;
    border-radius: 10px;
  }
  .rating-box p {
    color: #fff;
    font-size: 18px;
  }
  
  .rating-label {
    font-weight: bold;
  }
  
  .rating-bar {
    width: 300px;
    padding: 8px;
    border-radius: 5px;
  }
  
  .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 5px;
  }
  
  .bar {
    width: 0%;
    height: 13px;
    background-color: #fbc02d;
    border-radius: 20px;
  }
  
  td {
    padding-bottom: 10px;
  }
  
  .star-active {
    color: #fbc02d;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .star-active:hover {
    color: #f9a825;
    cursor: pointer;
  }
  
  .star-inactive {
    color: #cfd8dc;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /*Rating Star*/
  
  .product-quantity {
    display: inline-block;
    font-size: 0;
    margin: 0 -2px 10px;
    vertical-align: middle;
  }
  
  .product-quantity span {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 22px;
    color: var(--color-accent);
    line-height: 30px;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
  }
  .product-quantity span:hover {
    color: #ffffff;
    background-color: var(--color-accent);
    transition: all 0.3s linear 0s;
  }
  .product-quantity input {
    width: 45px;
    height: 45px;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 17px;
    color: #333;
    vertical-align: middle;
  }

  .add-to-cart-btn {
    height: 45px;
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    border-radius: 5px;
  }
  
  .out-of-stock-text {
    display: inline-block;
    padding: 7px 25px;
    color: #f44336;
    border-radius: 5px;
    font-size: 25px;
  }
  
  .product-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
  }
  .product-info span {
    line-height: 1.7;
  }
  .product-info .title {
    width: 175px;
    color: #333333;
    font-size: 13px;
    font-weight: 500;
  }
  .product-info .seperator {
    width: 15px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    color: #555;
    font-size: 12px;
    line-height: 15px;
  }
  .product-info .value {
    width: calc(100% - 200px);
    font-size: 13px;
  }
  

.page-divider {
    color: #f1f2f3;
    margin: 50px 0;
    opacity: 1;
}

.installment-wrapper{
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    cursor: default;
    text-align: center;
    display: inline-block;
    border: 1px solid #e1e1e1;
}
.installment-wrapper .installment-logo img{
    padding-bottom: 10px;
    max-width: 100%;
}
.installment-wrapper table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 2px;
}
.installment-wrapper table thead tr th{
    color: #696969;
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
.installment-wrapper table tbody tr td{
    padding: 6px 0;
    color: #474747;
    border: 2px solid #ffffff;
    background-color: #f7f7f7;
    font-size: 13px;
}


@media screen and (max-width: 768px) {
    .rating-summary {
        max-width: 100% !important;
    }
    .nav-tabs .nav-link {
        font-size: 20px;
    }

    .nav-tabs .nav-link.active:after {
        display: none;
    }
  
    .tab-content {
        padding: 0;
    }  

    .product-details .product-title {
        font-size: 20px;
        text-align: center;
    }

    .product-images #product-images {
        border: none;
    }
}

#returnTab .text-content {
  max-height: 500px;
  overflow-y: scroll;
}


.product-info-secion {
    margin-top: 50px;
    padding: 25px 0;
    background-color: #f9f9f9;
}

@media screen and (max-width: 768px) {
    .product-info-secion {
        background-color: #ededed;
    }
}


#accordion-product-info .accordion-item {
    /*border: 1px solid var(--border-color);*/
    margin-bottom: 25px;
    box-shadow: none;
    background-color: transparent;
    border: none;
}
#accordion-product-info .accordion-item .accordion-button {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    box-shadow: none;
    padding: 25px 15px;
}
#accordion-product-info .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#accordion-product-info .accordion-button:not(.collapsed) {
    color: #333333;
    background-color: #ffffff;
}
#accordion-product-info .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#accordion-product-info .accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#accordion-product-info .accordion-item .accordion-body {
    margin-top: 15px;
    background: #ffffff;
}

.related-products-section {
    margin-top: 50px;
    padding: 25px 0;
}

.product-icon img {
    max-height: 50px;
}

.product-actions-scroll {
    position: fixed;
    top: -200px;
    right: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 1049;;
    box-shadow: 0 -5px 20px 0px #6e6e6e7a;
    transition: all .3s ease-in-out;
}
.product-actions-scroll .product-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 16px;
}
.product-actions-scroll .image-wrapper img {
    max-width: 65px;
}
.product-actions-scroll.show {
    top: 0;
}

.product-actions-scroll .price-list .disc-badge {
    font-size: 14px;
    width: 50px;
    padding: 5px 2px;
    border-radius: 4px;
}
.product-actions-scroll .price-list .disc-text {
    margin-top: -4px;
    font-size: 12px;
    font-weight: 400;
}
  
.product-actions-scroll .price-base {
    font-size: 14px;
}
  
.product-actions-scroll .price {
    display: block;
    margin-top: 5px;
    font-size: 20px;
}


.customer-reviews .inner-box .date {
    font-size: 14px;
    font-weight: bold;
}

.customer-reviews .inner-box .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.customer-reviews .inner-box {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
    min-height: 100px;
    margin-bottom: 10px;
}
.customer-reviews h3 {
    margin-top: 5px;
    padding-bottom: 5px;
}

.review-block-rate button {
    padding: 0;
    color: #edb867;
    font-size: 12px;
}
.review-block-rate button:hover,
.review-block-rate button:active {
    color: #edb867;
    opacity: 0.7;
}

.customer-reviews .no-reviews {
    padding: 15px 10px;
    background: #ffe68c5c;
    border-radius: 10px;
    color: #7b7b7b;
    text-align: center;
}


.goverlay {
    background: #ffffff !important;
}
.glightbox-clean .gslide-media {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}