.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;
}



  
  
.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: #000000;
    padding: 8px 5px;
    text-align: center;
    border-radius: 0;
    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: 16px;
}
  
.price {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
  
.product-images {
    position: sticky;
    top: 15px;
    background: #ffffff;
}
  
.product-images img {
    max-width: 100%;
    height: auto;
    max-height: 450px;
}
.product-images #product-images {
    padding: 10px;
    text-align: center;
}
.product-images img {
    width: auto;
    margin: 0 auto;
}

.product-images #product-images .swiper-slide {
    margin: auto;
}
  
.product-thumbnails {
    cursor: pointer;
    max-height: 400px;
    overflow: hidden;
}
.product-thumbnails .swiper-wrapper{
    justify-content: center;
}

.product-thumbnails img {
    max-width: 100%;
    height: auto;
    padding: 5px;
    outline: none;
    border-radius: 0;
    border: 1px solid transparent;
}
  
.product-thumbnails .swiper-slide-thumb-active img{
    border: solid 1px #e6e6e6;
}
  
/*.product-details {
    padding: 15px 0;
}*/
.product-details .product-title {
    font-size: 24px;
    font-weight: 600;
    word-break: break-word;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--color-primary);
}
.product-details .brand {
    font-size: 16px;
    color: var(--color-primary);
    margin-top: 10px;
    font-weight: 600;
}
  
.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: flex;
    font-size: 0;
    margin: 0 -2px 10px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    flex-direction: row;
    justify-content: space-between;
}

.product-quantity span {
    display: inline-block;
    width: 40px;
    height: 45px;
    text-align: center;
    font-size: 22px;
    color: #000000;
    line-height: 45px;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    border-radius: 5px;
}
.product-quantity span:hover {
    color: var(--color-primary);
    transition: all 0.3s linear 0s;
}
.product-quantity input {
    width: 45px;
    height: 45px;
    border: 0;
    padding: 0;
    text-align: center;
    font-size: 17px;
    color: #000000;
    vertical-align: middle;
    outline: none!important;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.add-to-cart-btn {
    height: 45px;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 0;
    border-width: 2px;
    width: 100%;
}
.add-to-cart-btn:hover {
    background-color: #ffffff;
    color: var(--color-primary);
}

.btn-like {
    transition: all 0.5s;
    background-position: center center;
    width: 55px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333333' viewBox='0 0 16 16'%3E%3Cpath d='m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z'/%3E%3C/svg%3E");
}
.btn-like.liked, .btn-like:hover {
    border-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff0000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z'/%3E%3C/svg%3E");
}

  
.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;
}


#returnTab .text-content {
  max-height: 500px;
  overflow-y: scroll;
}


.product-info-secion {
    margin-top: 50px;
    padding: 25px 0;
    background-color: #f9f9f9;
}

.nav-tabs {
    display: flex;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    border-bottom: none;
    --bs-nav-tabs-border-width: 0;
    justify-content: space-around;
}
.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: 500;
    font-size: 16px;
    padding: 0;
    transition: all .5s ease 0s;
    position: relative;
    padding: 15px 20px;
    display: block;
}
.nav-tabs .nav-item {
    flex: auto;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus {
    border-bottom: none;
    background-color: var(--color-primary);
    color: #ffffff;
}

.tab-content > .tab-pane {
    padding: 25px 10px;
}


@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;
    }

    .product-images #product-images {
        border: none;
    }

    .product-thumbnails img {
        max-width: 120px;
    }
}
@media screen and (max-width: 992px) {
    .product-thumbnails img {
        max-width: 120px;
    }
}

#accordion-product-info .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    box-shadow: none;
    background-color: transparent;
}
#accordion-product-info .accordion-item .accordion-button {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    box-shadow: none;
    padding: 10px 0;
}
#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: 0;
    padding: 10px 0;
    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 {
    color: #7b7b7b;
}


.goverlay {
    background: #161616d9 !important;
}
.glightbox-clean .gslide-media {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.glightbox-clean .gclose {
    border-radius: 0;
}

.glightbox-clean .gnext, .glightbox-clean .gprev {
    border-radius: 0;
    width: 50px;
}

.drift-zoom-pane.drift-inline {
    border-radius: 0;
    height: 250px;
    width: 250px;
}


.product-details-table tr > td {
    border-bottom:1px dotted #cccccc;
    border-left:1px dotted #cccccc;
    border-right:1px dotted #cccccc;
    border-top:1px dotted #cccccc;
    height:26px;
    width:50%
}
.product-details-table tr:nth-of-type(odd) > td {
    background-color:#f4f4f4;
}
