

.add-to-cart-wrapper .breadcrumb {
    margin-bottom: 0;
    justify-content: center;
}

.add-to-cart-wrapper .breadcrumb-wrapper li {
    padding: 0;
    font-size: 13px;
    color: rgb(58, 56, 69);
}

.add-to-cart-wrapper .breadcrumb-wrapper a {
    text-decoration: none;
    color: #3A3845;
    font-weight: 500;
}

.add-to-cart-wrapper .breadcrumb-wrapper li.active {
    font-size: 12px;
    color: #3A3845;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 5px;
    font-weight: 500;
}

.add-to-cart-table {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 20px;
}

.add-to-cart-wrapper h1 {
    margin-bottom: 0;
    line-height: 1.6em;
    font-size: 30px;
    color: #00243B;
    font-weight: 600;
    text-align: start;
}

.add-to-cart-wrapper .product-price-range {
    font-size: 20px;
    color: #00243B;
    font-weight: 600;
}

@keyframes open {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

details[open] summary ~ * {
    animation: open .5s
}

/* closing class */
details.closing summary ~ * {
    animation: close .3s
}

details summary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    transform: translateY(-50%);
}

details .arrow svg {
    width: 12px;
}

.e-fas-angle-down {
    stroke: black;
}

.add-to-cart-wrapper p {
    margin-bottom: 0;
    color: #58595B;
    font-size: 14px;
    line-height: 2em;
}

hr {
    margin: 7px 0;
    color: inherit;
    border: 0;
    border-top: 1px #58595B61 solid;
    opacity: 1;
}

.add-to-cart-wrapper p {
    color: #00243B;
    font-size: 15px;
    font-weight: 600;
}

.add-to-cart-wrapper .product-details-wrapper p {
    color: #826F66;
    font-size: 20px;
    font-weight: 600;
}

.add-to-cart-wrapper .product-info {
    max-height: 250px;
    overflow-y: auto;
}

.add-to-cart-wrapper .product-info h2 {
    font-size: 30px;
    color: #3A3845;
    line-height: 1.5em;
}

.add-to-cart-wrapper .product-info p {
    line-height: 1.8em;
    color: #00243B;
    font-size: 15px;
}

.add-to-cart-wrapper .product-details-wrapper table {
    border-collapse: separate;
    border-spacing: 5px;
    width: 100%;
    table-layout: fixed;
}

.product-details-wrapper td, .product-details-wrapper th {
    text-align: right;
    padding: 8px;
}

.product-details-wrapper th, .product-details-wrapper td {
    background-color: #ffffff;
    border: 1px solid #F4F4F4;
    padding: 15px 10px;
    font-style: normal;
    text-align: right;
    vertical-align: middle;
    color: rgb(0, 31, 51);
    font-size: 14px;
    font-weight: 600;
}

.product-details-wrapper th {
    width: 130px;
}

.product-details-wrapper td {
    font-weight: 400;
}

.product-details-wrapper tr:nth-child(even) th, .product-details-wrapper tr:nth-child(even) td {
    background: rgba(0, 0, 0, .025);
}

.add-to-cart-wrapper .item-count input {
    width: 55px;
    border-radius: 10px;
    text-align: right;
    color: #000;
    border-color: #000;
}

.add-to-cart-wrapper .item-count input:focus {
    outline: none;
    box-shadow: none;
    border-color: #000;
}

.add-to-cart-wrapper .add-section button {
    border-radius: 10px;
    background-color: #00243B;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
}

.add-to-cart-wrapper .add-section button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.add-to-cart-wrapper .add-section button:hover {
    background-color: #C69B50;
    color: #fff;
}

.add-to-cart-wrapper .size-instruction-button {
    width: fit-content;
}

.add-to-cart-wrapper .size-instruction-button button {
    background-color: #fff;
    color: #00243B;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 0;
}

.add-to-cart-wrapper .size-instruction-button button:hover {
    color: #C69B50;
    border-bottom: 1px solid #C69B50;
}

.add-to-cart-wrapper .size-instruction-button button:hover svg {
    fill: #C69B50;
}

.add-to-cart-wrapper .size-instruction-button svg {
    width: 15px;
    transition: fill 0.3s ease;
}

.add-to-cart-wrapper .product-category {
    display: flex;
    align-items: center;
    gap: 16px;
}

.add-to-cart-wrapper .product-category p {
    margin-bottom: 0;
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 500;
}

.add-to-cart-wrapper .product-category .category-items .category-item-link {
    text-decoration: none;
    color: #C69B50;
    font-size: 13px;
    position: relative;
    padding-right: 4px;
}

.add-to-cart-wrapper .product-category .category-items .category-item-link:not(:last-child)::before {
    content: ',';
    font-size: 22px;
    position: absolute;
    color: #58595B;
    left: -4px;
    top: -7px;
}

.add-to-cart-wrapper .competition-points .competition-point {
    display: inline-block;
    width: 24%;
    border-radius: 10px;
    background-color: #C69B502E;
    padding: 5px 10px 5px 10px;
}

@media (max-width: 1200px) {
    .add-to-cart-wrapper .competition-points .competition-point {
        width: 49%;
        margin-bottom: 4px;
    }
}

.add-to-cart-wrapper .competition-points span {
    font-size: 12px;
    color: #00243B;
}

.add-to-cart-wrapper .share-product {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.add-to-cart-wrapper .share-product span {
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
    padding: 20px 0;
    z-index: 20;
}

.add-to-cart-wrapper .share-product svg {
    width: 20px;
}

.add-to-cart-wrapper .share-product .social-media-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.8s ease, right 0.4s ease;
    /*z-index: -1;*/
    z-index: 10;
}

.add-to-cart-wrapper .share-product .social-media-icons.show {
    opacity: 1;
    right: 130px;
}

.add-to-cart-wrapper .share-product .social-media-icons svg {
    fill: #fff;
}

.add-to-cart-wrapper .share-product .social-media-icons .whatsapp {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 50%;
    background-color: #25d366;
    transition: background-color 0.3s ease;
}

.add-to-cart-wrapper .share-product .social-media-icons .whatsapp:hover {
    background-color: #1af86d;
}

.add-to-cart-wrapper .share-product .social-media-icons .telegram {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 50%;
    background-color: #2ca5e0;
    transition: background-color 0.3s ease;
}

.add-to-cart-wrapper .share-product .social-media-icons .telegram:hover {
    background-color: #6cb7dc;
}

.add-to-cart-wrapper .share-product .social-media-icons .email {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 50%;
    background-color: #ea4335;
    transition: background-color 0.3s ease;
}

.add-to-cart-wrapper .share-product .social-media-icons .email:hover {
    background-color: #ed6358;
}

/*size modal start*/

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8999;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.modal-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

.add-to-cart-wrapper .modal-content {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #fff;
    height: 100vh;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease;
    z-index: 9000;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
}

.add-to-cart-wrapper .modal-content.show {
    transform: translateX(0);
    visibility: visible;
}

@media (max-width: 769px) {
    .add-to-cart-wrapper .modal-content {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateY(100%);
        background-color: #fff;
        height: 100vh;
        padding: 20px;
        border-radius: 10px;
        max-width: 500px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.4s ease;
        z-index: 9000;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .add-to-cart-wrapper .modal-content.show {
        transform: translateY(0);
    }
}


.add-to-cart-wrapper .close-btn {
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 30px;
    color: #aaa;
    cursor: pointer;
}

.add-to-cart-wrapper .modal-content p {
    font-size: 14px;
    line-height: 1.8em;
    color: #000;
}

.add-to-cart-wrapper .modal-content .modal-close {
    color: #21665F;
}

.add-to-cart-wrapper .close-btn:hover,
.add-to-cart-wrapper .close-btn:focus {
    color: black;
}

.add-to-cart-wrapper .horizontal-divider {
    display: inline-block;
    height: 2px;
    width: 97%;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 20px 10px;
}

.add-to-cart-wrapper .size-modal table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.add-to-cart-wrapper .size-modal th, .add-to-cart-wrapper .size-modal td {
    background-color: #ffffff;
    border: 1px solid #F4F4F4;
    padding: 15px 10px;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    color: rgb(0, 31, 51);
    font-size: 14px;
    font-weight: 600;
}

.add-to-cart-wrapper .size-modal tr:nth-child(even) th, .size-modal tr:nth-child(even) td {
    background: rgba(0, 0, 0, .025);
}

.add-to-cart-wrapper .size-modal td {
    font-weight: 400;
}

/*size modal end*/

.add-to-cart-wrapper .select-boxes label {
    color: #00243B;
    font-size: 14px;
    font-weight: 600;
    min-width: 52px;
}

.add-to-cart-wrapper .select-boxes select {
    border-radius: 10px;
    border-color: #000;
    font-size: 14px;
    font-weight: 400;
}

.add-to-cart-wrapper .select-boxes > div:not(:last-child) {
    padding-bottom: 10px;
}


/*GALLERY START*/

.add-to-cart-wrapper .gallery-wrapper {
    position: relative;
}

.add-to-cart-wrapper .gallery-wrapper a {
    display: block;
    overflow: hidden;
    position: relative;
}

.add-to-cart-wrapper .swiper a img {
    border-radius: 10px;
    transition: transform 0.5s ease-out;
    width: 100%;
    height: 100%;
}

.fancybox__thumbs {
    direction: ltr;
}

.add-to-cart-wrapper .mainSwiper .swiper-slide {
    margin-bottom: 10px;
}

.thumbSwiper .swiper-slide {
    border-radius: 10px;
    cursor: pointer;
    height: 120px;
}

.add-to-cart-wrapper .thumbSwiper img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    filter: grayscale(70%);
    object-fit: cover;
    transition: filter 0.8s ease;
}

.thumbSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);  /* 4 columns per row */
    grid-auto-rows: auto;
    width: 100%;
}

.add-to-cart-wrapper .thumbSwiper img:hover {
    filter: grayscale(0);
}

.add-to-cart-wrapper .swiper-slide-thumb-active img {
    filter: grayscale(0);
}

.f-panzoom__viewport>.f-panzoom__content {
    border-radius: 10px;
}


.add-to-cart-wrapper .product-text p {
    color: #00243B;
    font-size: 15px;
    font-weight: 400;
    line-height: 2em;
}
