img {
    max-width: 100%;
}

.rabintshop-breadcrumb a::after {
    content: "/";
    margin-right: 5px;
}

.rabintshop-breadcrumb a, .yoast-breadcrumb a {
    color: #777777;
}


.shpp_img img {
    width: 100%;
}

.tagsList {
    overflow: hidden;
    margin: 15px 0;
}

.tagsListUl {
    padding-right: 0;
    list-style: none;
    margin: 0;
}

.tagsList.showLess {
    height: 33px;
    min-height: 29px;
    overflow: hidden;
}

.tagsList.showMore {
    height: auto;
    min-height: 33px;
}

.tagsShowMore {
    padding: 0 5px;
    background: #C8C8C8;
    color: #fff !important;
    height: 18px;
    line-height: 18px;
    margin: 2px auto;
    display: block;
    width: 37px;
    border-radius: 5px;
}

.tagsList li {
    background: #eee;
    display: inline-block;
    padding: 3px 6px;
    margin: 5px 5px 0 0;
    border-radius: 4px;
    height: 25px;
    line-height: 22px;
}

.contentTitr {


}

/* =================================================================== */

.share-buttons a {
    display: inline-block;
    padding: 3px;
}

.share-buttons a img {
    width: 40px;
}

.share-buttons {
    text-align: center;
}

/* ------------------------------------------------------------ */


/*
comments =========================================================
*/

.comment.media {
    margin-bottom: 15px;
    width: 50%;
    display: block;
}

.comment-span-0 {
    margin-right: 0;
}

.comment-span-1 {
    margin-right: 25px;
}

.comment-span-2 {
    margin-right: 50px;
}

.comment-span-3 {
    margin-right: 75px;
}

.comment-span-4 {
    margin-right: 100px;
}

.comment-rateing-btn {
    margin: 0 7px;
    cursor: pointer;
}

/* sec-contents-comments
   =============================================================  */
.comments {
    position: relative;
}

.comment-items {
    margin: 20px 0;
}

.comment-avatar {
    background-color: #F1F1F1;
    border-radius: 15px;
    color: #fff;
    float: right;
    font-size: 26px;
    height: 55px;
    line-height: 55px;
    margin-left: 10px;
    text-align: center;
    width: 55px;
}

.comment-avatar > img {
    border-radius: 15px;
    display: block;
    padding: 3px;
}

.comment-name span {
    color: #464646;
    font-size: 13px;

}

.comment-name > span:first-child {
    font-weight: bold;
}

.comment-date {
    color: #5a5a5a;
    float: left;
    position: absolute;
    left: 7px;
    top: 7px;
}

.comment-text {
    color: #646464;
}

.comment-form label {
    font-size: 14px;
    font-weight: normal;
}

.comment-form {
    /* background-color: #f2f2f2; */
    border-radius: 5px;
    margin: 20px 0;
    padding: 15px 0;
}

.comment .media-body {
    background: #eee;
    padding: 5px 10px 15px;
    border-radius: 6px;
}

.comment .media-left {
    padding-left: 0;
}

.comment-content {
    position: relative;
}


.replyForm .comment-form {
    background: #bdc3c7;
}

a.replyComment.replyBtn[data-replay="1"] {
    background: #656565;
    color: #fff;
}

a.replyComment.replyBtn {
    transition: .5s ease 0s all;
}

.replyBtn {
    background: #D7D7D7;
    border-top-right-radius: 10px;
    color: #fff;
    display: block;

    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* =================================================================== */

.floatSlash {
    position: fixed;
    z-index: 10000;
    top: 30px;
    left: 1%;
    width: 98%;
}

@media (min-width: 767px) {
    .floatSlash {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .floatSlash {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .floatSlash {
        width: 40%;
    }
}

.floatSlash .alert {
    opacity: .95;
    transition: .3s ease all;
    box-shadow: -2px 2px 2px 0px #b9b9b9;
}

.floatSlash .alert:hover {
    opacity: .35;
}

/* =================================================================== */
.horizontal-captcha {
    float: right
}

.horizontal-captcha .help-block {
    float: right
}

.horizontal-captcha .captcha-label {
    float: right;
    padding-left: 10px;
}

.horizontal-captcha .captcha-input {
    float: right;
    padding-left: 10px;
}

.horizontal-captcha .captcha-img {
    float: right;
    padding-left: 10px;
}


/* =================================================================== */
.an-article-img {
    float: right;
    margin-left: 10px;
}

.an-article-img img {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 1px 0px #aaa;
}


.third-width-img {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.img-responsive-full {
    width: 100%;
    margin-top: -30%;
}

.excrpt_post_box {
    background: #f1f1f1;
    padding: 15px 0;
    margin: 0 0 15px 0;
}

.post-content-box h3 {
    border-bottom: 2px solid #324253;
    padding-bottom: 4px;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 4px;
}

.post-content-box h3 span {

    border-bottom: 2px solid #3F78E0;
    font-size: 24px;
}

.widget-body {
    margin-top: 15px;
}

.widget-header {
    /*border-bottom: 2px solid #ccc;*/
    height: 32px;
    margin-top: 10px;
}

.widget-header .widget-title {
    border-bottom: 2px solid #324253;
    /*padding: 0 5px;*/
    height: 32px;
    color: rgb(51, 51, 51);
    font-size: 19px;
    float: right;
    width: 100%;
    line-height: 30px;
    margin: 0;
}

.widget-header .widget-title::after {
    border-bottom: 2px solid #3F78E0;
    content: "";
    display: block;
    width: 50%;
}

.widget-header .widget-title a {
    color: rgb(51, 51, 51);
    font-size: 19px;
    /*padding: 0 5px;*/
    height: 32px;
    float: right;
    line-height: 30px;
    margin: 0;
}

/* =================================================================== */


/* =================================================================== */

.figurecontainer.withTitle figure {
    overflow: hidden;
    position: relative
}

.figurecontainer.withTitle figure img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0
}

.figurecontainer.withTitle figure figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(100, 100, 100, .5);
    -webkit-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.figurecontainer.withTitle figure figcaption h3 {
    color: #fff;
    margin: 0 auto;
    padding: 0 30px;
    position: absolute;
    height: 30px;
    overflow: hidden;
    top: 22%;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    font-size: 22px;
    font-size: 17px;
    line-height: 27px;
    text-shadow: 1px 1px 1px #404040;
}


.figurecontainer.withTitle figure figcaption p {
    color: #fff;
    margin: 0 auto;
    padding: 0 30px;
    position: absolute;
    width: 100%;
    height: 60px;
    overflow: hidden;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 13px;
    text-shadow: 1px 1px 1px #404040;
}

.figurecontainer.withTitle figure figcaption > a {
    display: block;
    height: 100%;
    width: 100%
}

.figurecontainer.withTitle figure figcaption > a .learnmore {
    position: absolute;
    left: 10%;
    bottom: 10%;
    color: #fff;
    background-color: #E54051;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
    opacity: .85;
    filter: alpha(opacity=85);

}

.figurecontainer.withTitle figure figcaption > a:hover {
    text-decoration: none
}

.figurecontainer.withTitle figure:hover figcaption {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}


/* =================================================================== */

.figurecontainer.withDesc figure {
    overflow: hidden;
    position: relative
}

.figurecontainer.withDesc figure img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0
}

.figurecontainer.withDesc figure figcaption {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .65);
    -webkit-transform: translate(0, -30%);
    -ms-transform: translate(0, -30%);
    transform: translate(0, -30%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}


.figurecontainer.withDesc figure figcaption p {
    color: #fff;
    margin: 0 auto;
    padding: 0 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 13px;
    text-shadow: 1px 1px 1px #404040;
}

.figurecontainer.withDesc figure figcaption > a {
    display: block;
    height: 100%;
    width: 100%
}

.figurecontainer.withDesc figure figcaption > a:hover {
    text-decoration: none
}

.figurecontainer.withDesc figure:hover figcaption {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}


/* =================================================================== */


figure.static {
    position: relative;
    margin: 0 0 20px
}

figure.static a {
    padding: 0
}

figure.static a:hover {
    color: #fff
}

figure.static a:hover:before {
    display: none
}

figure.static a img {
    max-width: 100%;
    height: auto
}

figure.static a figcaption {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #041e2a;
    background: rgba(4, 30, 42, .8);

    font-size: 13px;
    padding: 10px;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
}

figure.static a figcaption span {
    backface-visibility: hidden
}

figure.static:hover figcaption {
    padding-right: 20px
}

figure.static2 {
    position: relative;
    margin: 0 0 20px;
    border: 4px #fff solid;
    padding: 0;
    transition: .5s ease all;
}

figure.static2:hover {
    border: 4px #000 solid;
}

figure.static2:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

figure.static2:hover .studentName {
    background: #000;
}

figure.static2 img {
    max-width: 100%;
    height: auto;
    transition: .5s ease all;
}

figure.static2 figcaption {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #4444;
    background: rgba(4, 4, 4, .6);

    font-size: 13px;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
}

figure.static2 figcaption span {
    backface-visibility: hidden
}

.studentName {
    margin: 0;

    line-height: 18px;
    height: 24px;
    overflow: hidden;
    padding: 1px 3px 0;
    transition: .5s ease all;

}

.studentTitle {
    color: #3F78E0;
    font-weight: bold;
    line-height: 15px;
    height: 18px;
    display: block;
    overflow: hidden;
    padding: 1px 3px 0;
    transition: .5s ease all;
}

audio {
    width: 100%;
}

.post-content-box .gallery-item img {
    margin: 5px auto 0;
}

.contentbox-divider {
    margin: 15px;
}

.content-metadata {
    padding: 7px !important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 12px;
}

.content-action a {
    margin: 0 10px;
    color: #333;
}


.amount {
    font-weight: 600;
}

form.cart :where(.single_add_to_cart_button, .wd-buy-now-btn, .quantity) {
    flex: 0 0 auto;
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.quantity input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
}

div.quantity input[type="number"] {
    width: 30px;
    height: 42px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: 2px solid #E5E5E5;
    border-top: 2px solid #E5E5E5;
}

div.quantity input[type=button] {
    padding: 0 5px;
    min-width: 25px;
    height: 42px;
    border: 2px solid #E5E5E5;
    background: #fff;
    box-shadow: none
}

div.quantity input[type=button]:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary)
}

div.quantity .minus {
    border-start-start-radius: 4px;
    border-end-start-radius: 4px;
}

div.quantity .plus {
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
}

div.quantity.hidden {
    display: none !important
}

.form-style-underlined div.quantity input[type=number] {
    border-top-style: solid
}

.product_meta {
    margin-bottom: 10px;
    padding-top: 20px;
}

.product-content-box .content{

}
.product-content-box p {
    color: #444;
    font-size: .9rem;
    line-height: 2rem;
    text-align: justify;
}

.product_title{
    font-weight: bold;
}

.bg-none{
    background:none;
}

.custom-gallery-wrapper .slide {
    border: 1px solid #eee;
}


/* Product View Styles - v1.0 */

.product-view-page {
    /*font-family: 'sahel_fd', 'Tahoma', sans-serif;*/
}

.product-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding: 0 8px;
}

/* Gallery Styles */
.product-gallery {
    position: sticky;
    top: 20px;
}

/* Price Styles */
.price-box {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border: 2px solid #e0e0e0;
}

.current-price .price-amount {
    /*font-family: 'Roboto', sans-serif;*/
}

/* Variant Options */
.variant-option-group {
    margin-bottom: 20px;
}

.variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variant-option {
    margin: 0;
}

.variant-option-label {
    display: block;
    padding: 10px 20px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    background: white;
    transition: all 0.3s ease;
    cursor: pointer;
    user-select: none;
}

.variant-option-input:checked + .variant-option-label {
    background: #007bff;
    border-color: #007bff;
    color: white;
    transform: scale(1.05);
}

.variant-option:hover .variant-option-label {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0,123,255,0.2);
}

/* Buttons */
#add-to-cart-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    transition: all 0.3s;
}

#add-to-cart-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40,167,69,0.3);
}

#add-to-cart-btn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

/* Quantity Selector */
.quantity-selector .input-group {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}

.quantity-selector .btn {
    border-radius: 0;
}

.quantity-selector input {
    border-left: 0;
    border-right: 0;
    text-align: center;
    font-weight: 600;
}

/* Tabs */
.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.nav-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 600;
    padding: 12px 24px;
    transition: all 0.3s;
}

.nav-tabs .nav-link:hover {
    color: #007bff;
}

.nav-tabs .nav-link.active {
    color: #007bff;
    border-bottom: 3px solid #007bff;
    background: transparent;
}

/* Specs Table */
.full-specifications .table {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.full-specifications .table th {
    background: #f8f9fa;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
    .product-gallery {
        position: relative;
        top: 0;
    }

    .product-info-section {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .product-title {
        font-size: 18px;
    }

    .current-price {
        font-size: 24px;
    }

    .variant-option-label {
        padding: 8px 12px;
        font-size: 14px;
    }

    #add-to-cart-btn {
        font-size: 14px;
        padding: 10px;
    }
}

/* Loading Animation */
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ==================== Main Container ==================== */
.product-view-page {
    padding: 30px 0;
    background: var(--background-color, #f8f9fa);
}

/* ==================== Breadcrumb ==================== */
.product-breadcrumb {
    margin-bottom: 30px;
}

.breadcrumb {
    background: var(--surface-color, #ffffff);
    padding: 12px 20px;
    border-radius: 8px;
    margin: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    padding: 0 10px;
    color: #6c757d;
}

.breadcrumb-item a {
    color: var(--heading-color, #212529);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-item a:hover {
    color: var(--accent-color, #007bff);
}

.breadcrumb-item.active {
    color: var(--accent-color, #007bff);
}

/* ==================== Product Gallery ==================== */
.product-gallery-wrapper {
    position: sticky;
    top: 20px;
}

/* ==================== Product Info Section ==================== */
.product-info-section {
    background: var(--surface-color, #ffffff);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.product-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--heading-color, #212529);
    line-height: 1.4;
    margin-bottom: 20px;
}

/* ==================== Meta Info ==================== */
.product-meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.meta-item i {
    color: var(--accent-color, #007bff);
}

.meta-label {
    color: #6c757d;
}

.btn-copy-code {
    background: none;
    border: none;
    color: var(--heading-color, #212529);
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-copy-code:hover {
    background: #f8f9fa;
    color: var(--accent-color, #007bff);
}

/* Product Rating */
.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-rating .stars {
    display: flex;
    gap: 2px;
    color: #ffc107;
}

.rating-number {
    font-weight: 700;
    color: var(--heading-color, #212529);
}

.rating-count {
    color: #6c757d;
    font-size: 13px;
}

/* ==================== Excerpt ==================== */
.product-excerpt {
    color: var(--default-color, #495057);
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
}

/* ==================== Divider ==================== */
.divider {
    height: 1px;
    background: #e9ecef;
    margin: 25px 0;
}

/* ==================== Variant Selection ==================== */
.variant-selection-section {
    margin-bottom: 25px;
}

.variant-group {
    margin-bottom: 20px;
}

.variant-label {
    display: block;
    font-weight: 600;
    color: var(--heading-color, #212529);
    margin-bottom: 12px;
    font-size: 15px;
}

.variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variant-option {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.variant-option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.option-text {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s;
    background: #fff;
}

.variant-option input:checked + .option-text {
    border-color: var(--accent-color, #007bff);
    background: var(--accent-color, #007bff);
    color: white;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.variant-option:hover .option-text {
    border-color: var(--heading-color, #212529);
    transform: translateY(-2px);
}

/* ==================== Price Section ==================== */
.product-price-section {
    margin-bottom: 20px;
}

.price-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-radius: 12px;
}

.price-label {
    font-size: 14px;
    color: var(--default-color, #495057);
    margin-bottom: 10px;
}

.price-main {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
}

.price-amount {
    font-size: 36px;
    font-weight: 700;
    color: var(--accent-color, #007bff);
}

.price-currency {
    font-size: 18px;
    color: var(--default-color, #495057);
}

.price-original {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-original del {
    font-size: 18px;
    color: #6c757d;
}

.discount-badge {
    background: var(--accent-color, #007bff);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

/* ==================== Stock Status ==================== */
.stock-status {
    margin-bottom: 20px;
}

.badge-stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

.badge-available {
    background: #d4edda;
    color: #155724;
}

.badge-unavailable {
    background: #f8d7da;
    color: #721c24;
}

/* ==================== Product Actions ==================== */
.product-actions {
    margin-bottom: 25px;
}

.btn-main {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.action-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.btn-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px;
    border: 2px solid #dee2e6;
    background: white;
    border-radius: 8px;
    font-size: 13px;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-action:hover {
    border-color: var(--heading-color, #212529);
    background: var(--heading-color, #212529);
    color: white;
    transform: translateY(-2px);
}

.btn-action i {
    font-size: 20px;
}

/* ==================== Purchase Benefits ==================== */
.purchase-benefits {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.benefit-item i {
    color: var(--accent-color, #007bff);
    font-size: 18px;
}

/* ==================== Sidebar ==================== */
.product-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-card {
    background: var(--surface-color, #ffffff);
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-card .card-header {
    padding: 15px 20px;
    background: linear-gradient(135deg, var(--heading-color, #212529), var(--accent-color, #007bff));
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}


.sidebar-card .card-header h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: white;

}

.sidebar-card .card-body {
    padding: 20px;
}

/* ==================== Specs List ==================== */
.specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.specs-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f5;
}

.specs-list li:last-child {
    border-bottom: none;
}

.spec-key {
    color: #6c757d;
    font-size: 14px;
}

.spec-value {
    color: var(--heading-color, #212529);
    font-weight: 600;
    font-size: 14px;
}

.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-color, #007bff);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    transition: gap 0.3s;
}

.view-all-link:hover {
    gap: 12px;
}

/* ==================== Category & Tag Badges ==================== */
.category-badge, .tag-badge {
    display: inline-block;
    padding: 8px 16px;
    margin: 4px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s;
}

.category-badge {
    background: #e7f3ff;
    color: #0056b3;
}

.category-badge:hover {
    background: var(--accent-color, #007bff);
    color: white;
}

.tag-badge {
    background: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

.tag-badge:hover {
    background: var(--heading-color, #212529);
    color: white;
    border-color: var(--heading-color, #212529);
}

/* ==================== Product Tabs ==================== */
.product-tabs-section {
    margin: 60px 0;
}

.custom-tabs {
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 0;
}

.custom-tabs .nav-item {
    margin-bottom: -2px;
}

.custom-tabs .nav-link {
    border: none;
    padding: 15px 25px;
    color: #6c757d;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.custom-tabs .nav-link:hover {
    color: var(--heading-color, #212529);
    border-color: #dee2e6;
}

.custom-tabs .nav-link.active {
    color: var(--accent-color, #007bff);
    border-color: var(--accent-color, #007bff);
    background: transparent;
}

.custom-tabs .nav-link .badge {
    background: var(--accent-color, #007bff);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
}

.tab-content {
    background: var(--surface-color, #ffffff);
    border-radius: 0 0 16px 16px;
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);*/
}

.tab-content-inner {
    padding: 30px;
    min-height: 300px;
}

/* ==================== Related Products ==================== */
.related-products-section {
    margin: 60px 0;
}

.section-header {
    margin-bottom: 30px;
}

.section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--heading-color, #212529);
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title i {
    color: var(--accent-color, #007bff);
}

/* ==================== Responsive Design ==================== */
@media (max-width: 991px) {
    .product-title {
        font-size: 24px;
    }

    .price-amount {
        font-size: 30px;
    }

    .product-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .product-info-section {
        padding: 20px;
    }

    .product-title {
        font-size: 20px;
    }

    .product-meta-info {
        flex-direction: column;
        gap: 10px;
    }

    .price-amount {
        font-size: 26px;
    }

    .action-buttons {
        grid-template-columns: 1fr;
    }

    .purchase-benefits {
        grid-template-columns: 1fr;
    }

    .custom-tabs .nav-link {
        padding: 12px 15px;
        font-size: 14px;
    }

    .tab-content-inner {
        padding: 20px;
    }
}

/* ==================== RTL Support ==================== */
[dir='rtl'] .breadcrumb-item + .breadcrumb-item::before {
    content: '\\';
}

[dir='rtl'] .view-all-link i {
    transform: rotate(180deg);
}

.field-in-stock-checkbox .control-label {
    padding: 4px 6px;
}

/* ==================== CART PAGE ADDITIONAL STYLES ==================== */
/* این استایل‌ها به shop.css اضافه می‌شوند بدون تغییر استایل‌های قبلی */

/* Cart Page Specific Enhancements */
.cart-view-page .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 77, 152, 0.08);
}

.cart-view-page .card-header.bg-light {
    background: linear-gradient(135deg, var(--heading-color) 0%, var(--accent-color) 100%) !important;
    color: var(--contrast-color);
}

.cart-view-page .card-header h5 {
    color: var(--contrast-color);
}

.cart-view-page .btn-outline-danger:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.cart-view-page .table thead {
    background-color: #f6fafd;
}

.cart-view-page .table thead th {
    color: var(--heading-color);
    font-weight: 700;
    border-bottom: 2px solid var(--heading-color);
}

.cart-view-page .table tbody tr:hover {
    background-color: #f6fafd;
}

.cart-view-page .quantity-control .btn:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: var(--contrast-color);
}

.cart-view-page .remove-item:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.cart-view-page .item-total {
    color: var(--accent-color);
    font-weight: 700;
}

.cart-view-page #total-display {
    color: var(--accent-color) !important;
}

.cart-view-page .alert-info {
    background-color: #f6fafd;
    border-color: var(--heading-color);
    color: var(--heading-color);
}

.cart-view-page .btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

.cart-view-page .btn-primary:hover {
    background-color: var(--heading-color);
    border-color: var(--heading-color);
}

.cart-view-page .btn-outline-primary {
    color: var(--heading-color);
    border-color: var(--heading-color);
}

.cart-view-page .btn-outline-primary:hover {
    background-color: var(--heading-color);
    border-color: var(--heading-color);
    color: var(--contrast-color);
}

.cart-view-page .btn-outline-secondary:hover {
    background-color: var(--heading-color);
    border-color: var(--heading-color);
}

.cart-view-page .trust-item i.fa-shield-alt {
    color: var(--accent-color);
}

.cart-view-page .trust-item i.fa-undo,
.cart-view-page .trust-item i.fa-truck {
    color: var(--heading-color);
}

/* Modal Styles */
#guestAuthModal .modal-header {
    background: linear-gradient(135deg, var(--heading-color), var(--accent-color));
}

#guestAuthModal .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.2rem rgba(160, 0, 66, 0.25);
}

#guestAuthModal .btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
}

#guestAuthModal .btn-primary:hover {
    background-color: var(--heading-color);
    border-color: var(--heading-color);
}

#guestAuthModal .btn-link {
    color: var(--accent-color);
}

#guestAuthModal .alert-info {
    background-color: #f6fafd;
    border-color: var(--heading-color);
    color: var(--heading-color);
}

#guestAuthModal #mobile-display {
    color: var(--accent-color);
}

/* Empty Cart Icon */
.cart-view-page .empty-cart-icon i {
    color: #dee2e6;
}

/* Promotional Banner */
.cart-view-page .card-body h5 i.text-warning {
    color: #ffc107 !important;
}

.cart-view-page .card-body .text-muted {
    color: var(--default-color) !important;
    opacity: 0.7;
}