/* Product page breadcrumb - gray text, pink separators */
.product-breadcrumb-section.breadcrumb-section {
    padding-top: 12px;
    padding-bottom: 8px;
}

.product-breadcrumb-section .breadcrumb-item,
.product-breadcrumb-section .breadcrumb-item a {
    color: #6c6c6c;
    font-size: 0.9375rem;
    font-weight: 400;
}

.product-breadcrumb-section .breadcrumb-item a:hover {
    color: #4a4a4a;
}

.product-breadcrumb-section .breadcrumb-item.active {
    color: #5a5a5a;
}

.product-breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
    color: #e91e8c !important;
}

.products-details-page .carousel {
    position: relative;
}


.products-details-page .products-details-row {
    align-items: flex-start;

}

.products-details-page .col-product-gallery {
    padding-left: 10px;
    padding-right: 10px;
}

.rtl .products-details-page .col-product-gallery {
    padding-left: 10px;
    padding-right: 10px;
}

.products-details-page .col-product-image-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    padding-right: 0;
    background-color: #fff;
    padding-left: 0;
}

.rtl .products-details-page .col-product-image-wrapper {
    flex-direction: row-reverse;
}

.products-details-page .product-images-carousel {
    flex: 1;
    min-width: 0;
}
#product-variants-options .form-group>div label{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #717171;
}
#product-variants-options .form-group>div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;

    color: #000;
    margin-bottom: 0;
}
.product-page-wishlist{
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.products-details-page .product-category-origin-row {
    gap: 10px;
    margin-bottom: 10px;
}

.products-details-page .product-category-origin-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.products-details-page .product-category-origin-authentic {
    color: #007917;
    font-size: 0.95rem;
    font-weight: 500;
}
.bottom-buttons .btn-submit-new-question{
    color: #000 !important;
}

.products-details-page .product-category-origin-prefix {
    color: #000;
    font-size: 0.95rem;
}

.products-details-page .product-category-origin-name {
    color: #e11d48;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.products-details-page .product-category-origin-name:hover {
    color: #be123c;
    text-decoration: underline;
}

.products-details-page .product-rating-share-row {
    gap: 12px;
   flex-direction: row-reverse;
   margin-bottom: 10px;
}

.products-details-page .product-actions-icons {
    gap: 10px;
    flex-direction: row-reverse;
}

.products-details-page .product-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
}

.products-details-page .product-icon-btn:hover {
    color: #000;
}

.products-details-page .product-icon-favorite.icon-heart-mask {
    width: 22px;
    height: 22px;
    background-color: #333;
}

.products-details-page .product-icon-favorite.icon-heart-mask.filled {
    background-color: var(--primary-color, #D86F6F);
}

.products-details-page .product-icon-share .product-action-icon-svg {
    display: block;
}

.products-details-page .product-rating-block {
    gap: 6px;
}

.products-details-page .product-info-section h1 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    line-height: normal;
}

.products-details-page .product-viewing-now {
    gap: 8px;
    margin-bottom: 10px !important;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.products-details-page .product-viewing-now-icon {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}
.product-card-rating-count{
    font-size: 14px;
    font-weight: 400; 
}

.products-details-page .product-viewing-now-icon svg {
    display: block;
}

.products-details-page .product-viewing-now-text {
    color: #000;
    font-size: 14px ;
    font-weight: 400 ;
}

.products-details-page .product-features {
    margin-bottom: 0px;
}

.products-details-page .product-price-block {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.products-details-page .product-price-old-line {
    text-align: right;
}



.products-details-page .product-price-current-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.products-details-page .product-formatted-price-discount-badge {
    display: inline-block;
    background-color: #FBEBEB;
    color: #9a9a9a;
    font-size:16px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 25px;
}
.loyalty-points-products-section {
    font-size: 14px !important;
    border: 1px solid #cccccc !important;
    margin-top: 0 !important;
    border-radius: 10px !important;
    padding: 2px 5px !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
}
.product-no-return-notice {
    background-color: #f0f0f0;
    padding: 12px 16px;
    margin-bottom: 16px;
    width: 100%;
    box-sizing: border-box;
}

.product-no-return-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.div-product-sku ,.div-product-weight ,.select-quantity-div{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.products-details-page .product-formatted-price {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.products-details-page .product-formatted-price-current {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.products-details-page .product-formatted-price-discount {
    color: #f25f5f;
    font-size: 0.95rem;
}

.rtl .products-details-page .product-price-block {
    align-items: flex-start;
}

.rtl .products-details-page .product-price-current-row {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.products-details-page .border-product {
    margin-top: 10px;
    margin-bottom: 0;
    height: 0;
    overflow: hidden;
}

.products-details-page .product-buttons .border-product {
    margin-top: 20px;
}

.products-details-page .product-buttons .d-flex {
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
 .select-quantity-div {
    display: none !important;
 }

.products-details-page .btn-add-to-cart {
    flex: 1;
    padding: 12px 1px;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom: 10px !important;
}
.select-quantity-div .form-group{
    margin-bottom: 0 !important;
}

.products-details-page .product-title {
    font-size:16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #717171;
}

.products-details-page .size-box {
    margin-bottom: 20px;
}

.quantity-selector-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    max-width: 140px;
    overflow: hidden;
    direction: ltr;
}

.quantity-selector-wrap .select-quantity {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.quantity-selector-wrap .quantity-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: transparent;
    color: #333;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    flex-shrink: 0;
}

.quantity-selector-wrap .quantity-btn:hover {
    background: #f5f5f5;
    color: #111;
}

.quantity-selector-wrap .quantity-btn:active {
    background: #eee;
}

.quantity-selector-wrap .quantity-value {
    flex: 1;
    min-width: 2.5em;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    line-height: 1;
}

.select-quantity-div .form-group.quantity-selector-wrap,
.select-quantity-div .form-group .quantity-selector-wrap {
    width: 100%;
}

.select-quantity-div > div.form-group > div.quantity-selector-wrap:after {
    display: none;
}

.products-details-page .text-short-description {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
    line-height: normal;
}

.products-details-page #product-images-slick img {
    object-fit: contain;
    cursor: pointer;
}

.products-details-page #carousel-thumbs {
    padding: 0 50px;
}

.products-details-page #carousel-thumbs img:hover {
    opacity: 100%;
}

.products-details-page #carousel-thumbs img {
    opacity: 80%;
    border: 3px solid transparent;
    cursor: pointer;
}

.products-details-page #carousel-thumbs .selected img {
    opacity: 100%;
}

.products-details-page .carousel-control-prev,
.products-details-page .carousel-control-next {
    width: 44px;
    height: 44px;
}

.products-details-page .carousel-fullscreen-icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.products-details-page .carousel-fullscreen-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z' /%3E%3C/svg%3E");
}

.products-details-page .pause .carousel-pause-icon {
    position: absolute;
    top: 3.75rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}

.products-details-page .pause .carousel-pause-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z' /%3E%3C/svg%3E");
}

.products-details-page .play .carousel-pause-icon {
    position: absolute;
    top: 3.75rem;
    left: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    z-index: 4;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(255,255,255,.80)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

.products-details-page .play .carousel-pause-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255,255,255)'  viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z' /%3E%3C/svg%3E");
}

.products-details-page #carousel-thumbs .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,.60)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.products-details-page #carousel-thumbs .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%60000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.products-details-page .modal-content {
    border: none;
}

.products-details-page #lightbox-container-fluid-image img {
    width: auto;
    max-height: 520px;
}


.products-details-page .lg-thumbs {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-inline-start: 12px;
    flex-shrink: 0;
    width: 88px;
    display: flex;
    flex-direction: column;
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    flex-direction: row;
cursor: grab;    
}
.products-details-page .lg-thumbs:webkit-scrollbar {
    display: none;
}

.rtl .products-details-page .lg-thumbs {
    margin-inline-start: 0;
    margin-inline-end: 12px;
}

.products-details-page .lg-thumbs .row {
    flex-direction: column;
    margin: 0;
    flex-wrap: nowrap;
}

.products-details-page .lg-thumbs .col-3 {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
    padding-left: 0;
}

.products-details-page .lg-thumbs .col-3:first-child {
    margin-top: 0;
}

.products-details-page .lg-thumbs .box-1-1:before {
    padding-top: 100%;
}

.products-details-page .lg-thumbs a {
    cursor: pointer;
}

/* Thumbnail borders - default and active */
.products-details-page .lg-thumbs .col-thumbs {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 10px;
    padding: 3px;
    border: 1px solid #c45c6a;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
    opacity: 0.6;
}
.products-details-page .lg-thumbs .col-thumbs:first-child {
    margin-top: 0;
}
.products-details-page .lg-thumbs .col-thumbs.thumb-active {
    opacity: 1;
}

.products-details-page .lg-thumbs img, .carousel-img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.products-details-page .lg-thumbs .col-3 {
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 15px;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.products-details-page .lg-thumbs .row {
    margin-left: 7.5px;
    margin-right: 7.5px;
}


.products-details-page .carousel-fullscreen-control {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 44px;
    height: 44px;
    background-color: #e1e1e1;
}

.products-details-page h4 {
    font-size: 1.3rem;
}


#product-custom-user-dropdown-fields label
{
    display: block;
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
}
.tabby-product-widget{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
}
.grouped-product-col p {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.grouped-product-col .product-info {
    padding: 10px !important;
    gap: 8px !important;
}
.grouped-product-col h6{
    font-weight: 500 !important;
  
}
.styles__snippetContentWrapper--ac42d{
    flex-direction: column-reverse !important;
    gap: 5px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}
[dir="rtl"] .styles__tabbyPromoSnippetContent--ef3e6 {
    margin: 0 !important;
}
#product-grouped-details ,.grouped-product-table{
    margin-top: 10px;
}
.grouped-product-table{
    display: none !important;
}
.grouped-add-all-btn{
    background-color: transparent !important; 
}
.grouped-product-table , .grouped-heading{
    display: none !important;
}
.grouped-add-all-wrapper {
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    opacity: 0.6 !important;
    margin-top: 12px;
}

.grouped-add-all-btn{
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid #eee;
    background-color: #f6f0fb;
    color: #6c558e;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.grouped-add-all-btn--loading{
    opacity: 0.7;
    pointer-events: none;
}
#product-custom-user-dropdown-fields select,
.select-quantity-div select {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-color: #ccc;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}


#product-custom-user-dropdown-fields > div.form-group > div ,
.select-quantity-div > div.form-group > div{
    position: relative;
}

#product-custom-user-dropdown-fields > div.form-group > div:after,
.select-quantity-div > div.form-group > div:after {
    content: '\e94b';
    font-family: 'icomoon';
    font-size: 20px;
    color: #333;
    right: 0px;
    top: 24px;
    padding: 5px 8px;
    border-left: 1px solid #ccc;
    position: absolute;
    pointer-events: none;
    height: 40px;
    width: 40px;
}

.rtl #product-custom-user-dropdown-fields > div.form-group > div:after,
.select-quantity-div div.form-group > div:after{
display: none !important;
}


.rtl .ekko-lightbox-nav-overlay a:last-child span {
    text-align: left;
}

.select-quantity-div > div.form-group {
    width: 100px;
}

.select-quantity-div > div.form-group:has(.quantity-selector-wrap) {
    width: 100%;
}

.select-quantity-div > div.form-group > div:after{
    top: 0px
}


#product-custom-user-option-fields .form-group label {
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

#product-custom-user-option-fields, .add-review-form-checkbox {
    display: flex;
    flex-wrap: wrap;
}

#product-custom-user-option-fields .form-group, .add-review-form-checkbox .form-group {
    width: 100%;
}


#product-custom-user-option-fields input + span , .add-review-form-checkbox input + span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    cursor: pointer;
    right: 2px;
    top: 4px;
    position: relative;
}

.rtl #product-custom-user-option-fields input + span ,.rtl .add-review-form-checkbox input + span {
    right: -2px;
}

.add-review-form-checkbox input + span {
    right: 0!important;
}

#product-custom-user-option-fields input:checked + span:after, .add-review-form-checkbox input:checked + span:after {
    position: absolute;
    top: -2px;
    content: "\e910";
    font-family: 'icomoon';
    font-size: 14px;
}

#product-custom-user-option-fields input, .add-review-form-checkbox input {
    display: none;
}

.description-icon{
    font-size: 32px;
    width: 32px;
    color:var(  --primary-color);
}

.description-title {
    font-size: 1.733rem;
    font-weight: 500;
    color: var(--secondary-color-alt3);
    margin-left: 40px;
}


#product-description td, th {
    border: 2px solid #dddddd;
    text-align: center;
    padding: 8px;
}

.description-paragrah {
    font-size: 1.1rem;
    font-weight: 400;
    color:var(--secondary-color-alt8);
    line-height: 1.6;
}

.product-tabs-wrapper {
    background: #fff;
    margin-top: 2rem;
    border-radius: 6px;
    overflow: hidden;
}

.product-tabs-wrapper .nav-tabs.product-tabs-nav {
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    gap: 0;
}

.product-tabs-wrapper .product-tabs-nav .nav-item {
    margin-bottom: -1px;
}

.product-tabs-wrapper .product-tabs-nav .nav-link.product-tab-link {
    display: inline-flex;
    align-items: center;
    padding: 16px 24px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    background: transparent;
    white-space: nowrap;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.product-tabs-wrapper .product-tabs-nav .nav-link.product-tab-link:hover {
    color: #333;
    border-color: transparent;
    background: transparent;
}

.product-tabs-wrapper .product-tabs-nav .nav-link.product-tab-link.active {
    color:#000;
    border-bottom-color: #000;
    background: transparent !important;
}

.product-tabs-wrapper .tab-pane {
    display: none !important;
}

.product-tabs-wrapper .tab-pane.active {
    display: block !important;
}

.product-tabs-wrapper .tab-content > .tab-pane {
    display: none !important;
}

.product-tabs-wrapper .tab-content > .tab-pane.active {
    display: block !important;
}

.product-tabs-content {
    padding: 16px;
    background: #fff;
}

.product-tab-section {
    background: #fff;
}

.product-tab-section-header {
    margin-bottom: 16px;
}

.product-tab-section-body {
    padding: 0;
}

.product-tabs-wrapper .description-paragrah {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #333;
}

.rtl .product-tabs-wrapper .description-paragrah {
    margin-left: 0;
    margin-right: 0;
}

.product-tabs-wrapper .card-table {
    margin-left: 0;
    margin-right: 0;
}

.rtl .product-tabs-wrapper .card-table {
    margin-left: 0;
    margin-right: 0;
}

.product-specs-table-wrap {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.product-specs-table-wrap .card-table {
    margin: 0;
}

.rtl .product-specs-table-wrap .card-table {
    margin: 0;
}

.product-specs-table-wrap .card {
    border: none;
    border-radius: 0;
}

.product-specs-table-wrap .card-table-header {
    background-color: #F7F0FB;
    color: #343a40;
    font-size: 1rem;
    font-weight: 500;
    padding: 16px 20px;
}

.product-specs-table-wrap .card-table-header .row {
    align-items: center;
}

.product-specs-table-wrap .card-table-header .col {
    padding: 0 8px;
}

.product-specs-table-wrap .options-table .card {
    background: transparent;
}

.product-specs-table-wrap .options-table:nth-of-type(odd) .card-body {
    background-color: #F7F0FB;
}

.product-specs-table-wrap .options-table:nth-of-type(even) .card-body {
    background-color: #fff;
}

.product-specs-table-wrap .options-table .card-body {
    padding: 16px 20px;
    color: #343a40;
    font-size: 1rem;
}

.product-specs-table-wrap .options-table .card-body .row {
    align-items: center;
}

.product-specs-table-wrap .options-table .col {
    padding: 0 8px;
    flex-basis: 0;
    color: #343a40;
}

.product-specs-table-wrap .options-table .m-col span,
.product-specs-table-wrap .options-table .col span {
    font-size: 1rem;
    font-weight: 400;
}

.product-specs-table-wrap .options-table h4.price-detail,
.product-specs-table-wrap .options-table h4 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    color: #343a40;
}

.product-specs-table-wrap .options-table .variant-image-wrapper {
    width: 48px;
    margin-right: 8px;
}

.rtl .product-specs-table-wrap .options-table .variant-image-wrapper {
    margin-right: 0;
    margin-left: 8px;
}

.reviews-section-body .reviews-section-grid {
    display: grid;
    grid-template-columns: 13% 85%;
    gap: 2%;
    align-items: start;
}

.reviews-section-body .reviews-section-grid:has(.reviews-main-col:only-child) {
    grid-template-columns: 1fr;
}

.rtl .reviews-section-body .reviews-section-grid {
    direction: rtl;
}

.reviews-section-body .reviews-main-col {
    min-width: 0;
}

.reviews-section-body .reviews-header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.rtl .reviews-section-body .reviews-header-row {
    flex-direction: row;
    justify-content: end;
}

.reviews-sort-wrap .reviews-sort-select {
    padding: 10px 32px 10px 14px;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
    appearance: auto;
    min-width: 140px;
}

.reviews-section-body .add-review-btn {
    background-color: #c9b8d9;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size:16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}


.reviews-summary-block {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
}

.rtl .reviews-summary-block {
    text-align: left;
    align-items: center;
}

.reviews-summary-number {
    font-size: 2.75rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.reviews-summary-stars .icon-star1.deactive:before {
    color: #ddd !important;
}

.reviews-summary-count {
    font-size: 0.8125rem;
    color: #6c757d;
}

.reviews-break-down-hidden {
    display: none !important;
}

.reviews-empty-state {
    padding: 24px 0;
    margin: 0;
}

.reviews-empty-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #343a40;
    margin: 0 0 8px 0;
}

.reviews-empty-subtitle {
    font-size: 1rem;
    color: #6c757d;
    margin: 0;
}

.review-details.product-tab-section .card-review,
.product-tab-section .comment-section .card-review {
    background: #fff;
    border: none;
    border-top: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 20px 0;
    margin-bottom: 0;
    box-shadow: none;
}

.review-details.product-tab-section .card-review:first-child,
.product-tab-section .comment-section .card-review:first-child {
    border-top: none;
    padding-top: 0;
}

.review-details.product-tab-section .card-review .card-body,
.product-tab-section .comment-section .card-review .card-body {
    padding: 0;
}

.product-tab-section .comment-section .card-review-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.rtl .product-tab-section .comment-section .card-review-body {
    flex-direction: row-reverse;
}

.product-tab-section .comment-section .card-review-date-col {
    flex-shrink: 0;
    width: 90px;
    padding-top: 2px;
    display: none !important;
}

.product-tab-section .comment-section .card-review-date-col .card-review-date-text,
.product-tab-section .comment-section .card-review-date-col .user-review-date {
    font-size: 0.8125rem;
    color: #8a8a8a;
    margin: 0;
    display: block;
}

.product-tab-section .comment-section .card-review-content-col {
    flex: 1;
    min-width: 0;
}


.product-tab-section .comment-section .card-name-customer {
    font-size: 1rem;
    font-weight: 600;
    color: #343a40;
    margin: 0 0 6px 0;
}

.product-tab-section .comment-section .card-review-content-col .user-review-text {
    font-size: 1rem;
    color: #484848;
    line-height: 1.6;
    margin: 0;
}

.product-tab-section .comment-section .card-review .product-card-rating .icon-star1:before,
.product-tab-section .comment-section .card-review .product-card-rating .icon-half-star:before {
    color: #FFD700 !important;
}

.product-tab-section .comment-section .card-review .product-card-rating .icon-star1.deactive:before {
    color: #ddd !important;
}

.reviews-show-more-wrap {
    text-align: center;
    margin-top: 24px;
    padding-top: 16px;
}

.review-details.product-tab-section .all-reviews-btn,
.product-tab-section .all-reviews-btn {
    display: inline-block;
    background: #fff;
    color: #343a40;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.review-details.product-tab-section .all-reviews-btn:hover,
.product-tab-section .all-reviews-btn:hover {
    background: #f8f8f8;
    color: #343a40;
    text-decoration: none;
    border-color: #bbb;
}

.review-details.product-tab-section .reviews-break-down-div,
.review-details.product-tab-section .comment-section,
.review-details.product-tab-section .reviews-break-down-empty {
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 20px;
}

.rtl .review-details.product-tab-section .reviews-break-down-div,
.rtl .review-details.product-tab-section .comment-section,
.rtl .review-details.product-tab-section .reviews-break-down-empty {
    margin-left: 0;
    margin-right: 0;
}

.tooltip-info-icon{
    font-size: 1.5rem;
    color: var(--secondary-color-alt3);
}


.card-table {
    margin-left: 72px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rtl .card-table {
    margin-left: unset;
    margin-right: 72px;
}

.card-table-header{
    background-color: var(--secondary-color-alt4);
    color:var(--secondary-color-alt3);
    font-size: 1.167rem;
    font-weight: var(--font-weight-sizeOne);
}
.card-text-color{
    color:var(--secondary-color-alt3);
    font-size: 1.333rem;
    font-weight: var(--font-weight-sizeOne);
}
.card-price{
    color:var(--primary-color);
    font-size: 1.333rem;
    font-weight: var(--font-wieght-sizeTwo);
    margin: 10px 20px;
}

.card-body {
    padding: 10px;
}

.variant-image-wrapper {
    width: 60px;
    margin-right: 10px;
}

.rtl .variant-image-wrapper {
    margin-right: unset;
    margin-left: 10px;
}

.variant-image-wrapper img {
    object-fit: contain;
}


.icon-star1, .icon-border-star {
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 1px;
}

.icon-star1.deactive:before {
    color: #cccccc;
}

.rating_count_5, .rating_count_4, .rating_count_3, .rating_count_2, .rating_count_1 {
    width: 25px;
}

.user-review-date {
    margin-left: auto;
    color: #cccccc;
}

.rtl .user-review-date {
    margin-left: unset;
    margin-right: auto;
}

.card-name-customer {
    font-size: 1.22rem;
    margin: 0px 2px 0px 2px;
}

.user-review-text {
    color: #484848;
    margin-left: 50px;
}

.rtl .user-review-text {
    margin-left: unset;
    margin-right: 50px;
}

.card-review .icon-account_circle {
    width: 38px;
    height: 38px;
    font-size: 20px;
    background: #f0f2f5;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.card-review .review-images-container-fluid {
    margin-left: 50px;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 15px;
}

.rtl .card-review .review-images-container-fluid {
    margin-left: unset;
    margin-right: 50px;
}

.card-review .review-images-container-fluid img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 5px;
    border: #ced4da 1px solid;
    overflow: hidden;
    cursor: pointer;
}

.card-review .review-reply-card {
    padding: 10px;
    border-radius: 10px;
    margin-left: 50px;
}

.rtl .card-review .review-reply-card {
    margin-left: unset;
    margin-right: 50px;
    background-color: var(--primary-color-op-5, #ced4da33);
}

.card-review .review-reply-card .icon-account_circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-review .card-name {
    margin-left: 10px;
}

.rtl .card-review .card-name {
    margin-left: unset;
    margin-right: 10px;
}

.product-social i{
    font-size: 20px;
    color:var(  --primary-color);
}

.product-social {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.product-social a {
    padding: 0px 7.5px;
}


.btn-add-to-cart {
    background-color:var(  --primary-color);
    color: var(--text-color-primary-bg);
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.add-to-cart-icon {
  width: 20px;
  height: 20px;
  background-color: var(--text-color-primary-bg);
  mask-size: contain !important;
}

.buy-now-icon {
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  mask-size: contain !important;
}

.btn-buy-now {
    background-color:transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 20px;
    border-radius: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.border-product {
    margin-top: 20px;
}

.options-table .col {
    flex-basis: 0;
}

.options-table .variant-name-sm {
    margin-right: 20px;
    width: 22%;
}

.rtl .options-table .variant-name-sm {
    margin-right: unset;
    margin-left: 20px;
}

.options-table .m-col {
    margin: 5px 0px;
}

.rating-section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.rating-section-top {
    margin-top: 0px;
    margin-bottom: 0px;
}

.rating-section h4 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0px;
    margin-left: 4px;
}

.rtl .rating-section h4 {
    margin-left: unset;
    margin-right: 4px;
}

.review-details .rating-section {
    margin-left: 15px;
}

.rtl .review-details .rating-section {
    margin-left: unset;
    margin-right: 15px;
}

.rating-average {
    font-size: 2rem !important;
    min-width: 80px;
    margin: 0px;
}

/*-- Product --*/
.modal-comment-content{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-product-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-product-title{
    font-size:1.833rem;
    font-weight: var(--font-weight-sizeTwo);
    color:var(--primary-color);
}

.btnrating.active > i:before {
    color: #edb900;
}

.btnrating > i:before , .btnrating.deactive > i:before {
    color: #cccccc;
}

.btnrating {
    cursor: pointer;
    font-size: 18px;
}

.div-btnrating {
    margin-left: auto;
}

.rtl .div-btnrating {
    margin-left: unset;
    margin-right: auto;
}

.bottom-buttons, .review-remaining-count {
    text-align: right;
}

.rtl .bottom-buttons, .rtl .review-remaining-count {
    text-align: left;
}

.product-features {
    margin-right:0;
    margin-left: 0;
    margin-bottom: 0;
}

.product-features > div {
    padding-right: 0;
    padding-left: 0;
}

.bundle-offer-title-description {
    font-size: 1rem;
}

.bundle-offer-more {
    text-align: right;
}

.rtl .bundle-offer-more {
    text-align: left;
}

.bundle-offer-more > a {
    color: var( --primary-color);
    text-decoration: underline;
    font-size: 1.2rem;
    cursor: pointer;
}


.modal-dialog-scrollable .modal-dialog{
    overflow-y: initial !important
}

.modal-dialog-scrollable .modal-body .bundle-offer-products{
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.bundle-offer-title {
    unicode-bidi: isolate;
}

.bundle-offer-products-dialog .bundle-offer-title, .bundle-offer-products-dialog .bundle-offer-title-description {
    margin-right: 40px;
}

.rtl .bundle-offer-products-dialog .bundle-offer-title, .rtl .bundle-offer-products-dialog .bundle-offer-title-description {
    margin-right: 0px;
    margin-left: 40px;
}

.description-text-clear *{
    max-width: 100% !important;
}

.bundle-offer-details-products {
    overflow-x: visible;
    flex-wrap: wrap;
}

.form-notify-me {
    border: 1px solid var( --primary-color);
    padding: 15px;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-notify-me-phone-row {
    display: flex;
    gap: 20px;
    direction: ltr;
}

.form-notify-me-phone-row > input:first-child {
    max-width: 80px;
}


.form-notify-me-submit-button-row {
    display: flex;
    justify-content: end;
}

.btn-send-notify {
    margin-left: 15px;
    width: 100px;
    height: 40px;
}

.rtl .btn-send-notify {
    margin-left: unset;
    margin-right: 15px;
}

.products-details-page .slick-dots {
    display: none !important;
}

.products-details-page .slick-arrow {
    background-color: rgba(204,204,204,0.7);
    border-radius: 50%;
    z-index: 2;
    opacity: 0.5;
}

.products-details-page .slick-next.slick-arrow>span,
.products-details-page .slick-prev.slick-arrow>span {
    color: #ffffff;
}

.products-details-page .slick-prev
{
    left: 0px;
}
[dir='rtl'] .products-details-page .slick-prev
{
    right:  0px;
    left: auto;
}


.products-details-page .slick-next
{
    right: 0px;
}

[dir='rtl'] .products-details-page .slick-next
{
    right: auto;
    left: 0px;
}

.col-product-info {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.rtl .col-product-info {
    padding-left: 10px;
    padding-right: 10px;
}

.col-product-info-single-image {
    padding-top: 0;
}

.products-details-page .product-gallery-wrap .row {
    margin-left: 0;
    margin-right: 0;
}

.products-details-page .product-gallery-wrap .col-12 {
    max-width: 100%;
}

#product-custom-user-input-fields .file-label {
    margin-bottom: 0px;
}

#product-custom-user-input-fields .icon-close::after {
    font-family: 'icomoon' !important;
    content: "\f05c";
    font-size: 18px;
    cursor: pointer;
}

#product-custom-user-input-fields .file-label > * {
    margin-right: 10px;
}

.rtl #product-custom-user-input-fields .file-label > * {
    margin-right: unset;
    margin-left: 10px;
}

@media only screen and (max-width: 991px) {
    .products-details-page .col-product-image-wrapper {
        display: block;
        flex-direction: column;
    }

    .products-details-page .lg-thumbs {
        display: none !important;
    }

    .products-details-page .product-images-carousel {
        flex: none;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .product-tabs-wrapper {
        margin-top: 1.5rem;
        border-radius: 4px;
    }

    .product-tabs-nav {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .product-tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .product-tabs-wrapper .product-tabs-nav .nav-link.product-tab-link {
        padding: 18px 20px;
        min-height: 52px;
        min-width: 88px;
        justify-content: center;
        font-size: 1rem;
        box-sizing: border-box;
    }

    .product-tabs-content {
        padding: 10px;
    }
    .product-tab-section .comment-section .card-review-body {
    
        gap: 10px;
    }
    .size-box #product-variants-options ul li {
        min-width: 75px;
        padding: 8px;
      
    }

    .product-tabs-wrapper .description-paragrah {
        font-size: 1rem;
        line-height: 1.65;
    }

    .product-tab-section-header {
        margin-bottom: 12px;
    }

    .review-details.product-tab-section .card-review,
    .product-tab-section .comment-section .card-review {
        padding: 16px;
        margin-bottom: 16px;
    }

    .user-review-text {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .card-review .review-images-container-fluid {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .card-review .review-reply-card {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .description-paragrah {
        margin: 0 !important;
    }

    .card-table {
        margin: 0 0 10px 0 !important;
    }

    .options-table .col {
        flex-basis: unset;
    }

    .product-specs-table-wrap {
        border-radius: 6px;
    }

    .product-specs-table-wrap .options-table .card-body {
        padding: 14px 16px;
    }

    .description-title {
        margin-left: 20px;
    }

    

    .bundle-offer-details-products {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }


    .products-details-page .lg-thumbs {
        display: none !important;
    }

    .products-details-page .slick-dots {
        display: block !important;
    }

    .products-details-page .products-details {
        margin-top: 0;
    }

    .products-details-page .products-details-row {
        margin-left: 0;
        margin-right: 0;
    }

    .products-details-page .col-product-gallery,
    .products-details-page .col-product-info {
        padding-left: 12px;
        padding-right: 12px;
    }

    .col-product-info {
        padding-top: 24px;
    }

    .col-product-info-single-image {
        padding-top: 20px;
    }

    .col-product-image-wrapper {
        padding: 0;
    }

    .products-details-page .slick-arrow {
        display: none !important;
    }

    .products-details-page .slick-dots {
        bottom: 12px;
        position: absolute;
    }

    .products-details-page .slick-dots li {
        margin: 0 4px;
    }

    .products-details-page .slick-dots li button:before {
        font-size: 8px;
        opacity: 0.4;
    }

    .products-details-page .slick-dots li.slick-active button:before {
        opacity: 1;
    }

    .products-details-page .product-info-section h1 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }



    .products-details-page .btn-add-to-cart {
        min-width: 100%;
    }

    .products-details-page .product-buttons .d-flex {
        flex-direction: column;
        align-items: stretch;
    }

    .products-details-page .add-to-wishlist {
        align-self: center;
    }

}

.product-images-carousel-init {
    overflow: hidden;
}

.size-box #product-variants-options ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.size-box #product-variants-options ul li {
    min-width: 90px;
    padding: 8px 12px;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    text-align: center;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.loyalty-points-rewards-logo{
    width: 30px !important;
        height: 30px !important;
}

.rtl .size-box #product-variants-options ul li {
    margin-right: 0;
    margin-left: 0;
}

.size-box #product-variants-options ul li a {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.size-box #product-variants-options ul li.active {
    border-color: #997adb;
    background-color:#ebe4f8;
    color: #000;
}

.size-box #product-variants-options ul li span {
    display: block;
}

.size-box #product-variants-options ul li .variant-price {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
}

.tabby-product-widget .tabby-promo-snippet {
    font-family: inherit;
}

.all-reviews-btn {
    background-color: transparent;
    color: var( --primary-color);
    text-decoration: underline;
    padding-left: 0px;
    padding-right: 0px;
}

.products-reviews-page .product-image {
    width: 150px;
    height: auto;
    margin-right: 15px;
    object-fit: contain;
    max-height: 180px;
}

.rtl .products-reviews-page .product-image {
    margin-right: 0px;
    margin-left: 15px;
}

.footer-sticky {
    display: block;
    bottom: 0;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    padding: 0px 20px;
    padding-bottom: calc(0px + env(safe-area-inset-bottom));
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    -webkit-transform: translateZ(0);
}

.questions-empty-state {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 24px 0 32px;
  flex-wrap: wrap;
}

.rtl .questions-empty-state {
  flex-direction: row-reverse;
}

.questions-add-question-btn {
  flex-shrink: 0;
  background-color: #FF4081;
  color: #fff !important;
  border: none;
  border-radius: 10px;
  padding: 14px 26px;
  font-size: 1.0625rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(255, 64, 129, 0.4);
}

.questions-add-question-btn:hover {
  background-color: #f0126a;
  color: #fff !important;
  box-shadow: 0 3px 12px rgba(255, 64, 129, 0.5);
}

.questions-empty-text {
  flex: 1;
  min-width: 0;
}

.questions-empty-line1,
.questions-empty-line2 {
  margin: 0 0 4px 0;
  font-size: 0.9375rem;
  color: #8a8a8a;
  font-weight: 400;
}

.questions-empty-line2 {
  margin-bottom: 0;
}

.questions-card-init {
  padding: 24px;
}

.questions-card-init .image-box {
  margin-bottom: 18px;
}

.questions-card-init .content-box {
  margin-bottom: 18px;
}

.questions-card-init .content-box p{
  font-size: 16px; 
  color: #81808C;
  font-weight: 400;
}

.questions-card-preview {
  padding: 16px;
}

.questions-view_more a {
  color: var(--primary-color);
  font-size: 14px;
}

.questions-card-preview .customer-name {
  margin-bottom: 8px;
  color: #494949;
  font-weight: 400;
}

.questions-card-preview .question-box .question {
  font-size: 16px;
  font-weight: 500;
  color: #494949;
  margin-bottom: 24px;
}

.questions-card-preview .answer-box .answer {
  font-size: 16px;
  font-weight: 400;
  color: #494949;
}

.questions-pagination .page-item {
  font-size: 16px;
}

.questions-pagination .page-item .page-link {
  color: var(--primary-color);
}

.questions-pagination .page-item.selected a {
  background-color: var(--primary-color);
  color: #ffffff;
}

.play-icon, .iframe-video{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0 auto;
}
.play-icon {
  z-index: 2;
  cursor: pointer;
  opacity: 0.5;
  width: 70px !important;
  max-width: 25%;
  border: none !important;
}
  
.play-icon:hover {
  opacity: 1;
}
.iframe-video {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: black;
}
#addQuestionButton{
    margin-right:auto !important;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    border: 2px solid var(--primary-color) !important;
    background-color: transparent !important;
    cursor: pointer !important;
    appearance: auto !important;
    border-radius: 50px !important;
    
}
@media (max-width: 992px) {
    .product-info-section{
        padding-top: 16px !important;
    }
    .products-details-page .slick-dots {
        display: block !important;
        bottom: 0 !important;
    }
    .products-details-page .product-info-section h1 {
        font-size: 16px;
        font-weight: 400;
    }
    #product-variants-options .form-group>div label {
        font-size: 14px;
    }
    .products-details-page .product-formatted-price-discount-badge {
        font-size: 12px;
    }
    .btn-buy-now {
        font-size: 14px;
        font-weight: 400;
    }
    .product-specs-table-wrap .options-table .col {
        flex-basis: auto;
    }
    .quantity-selector-wrap {
        max-width: 100px;
    }
    .quantity-selector-wrap .quantity-btn {
        width: 35px;
        height: 35px;
    }
    .quantity-selector-wrap .quantity-value {
        min-width: 2rem;
    }
    .products-details-page .product-title {
        font-size: 14px;
    }
    .products-details-page .text-short-description {
        font-size: 13px;     
    }
    .description-title {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .select-quantity-div {
        display: flex !important;
    }
    .reviews-section-body .reviews-section-grid {
        grid-template-columns: 1fr;
   
    }
    .reviews-sort-wrap .reviews-sort-select {
        padding: 10px;
        min-width: 100px;
    }
    .reviews-section-body .add-review-btn {
        padding: 10px 12px;
        font-size: 14px;
    }
    #addQuestionButton{
        padding: 10px 12px !important;
        font-size: 14px !important;
    }
}