/* Product Sidebar */
.product-sidebar h3 {
    margin-bottom: 25px;
}

.product-sidebar-link {
    width: 250px;
    padding: 5px 16px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background-color: transparent;
    transition: var(--transition);
}

.product-sidebar-link img {
    width: 5px;
    height: 10px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.product-sidebar-link p {
    margin-bottom: 0;
    color: #222326;
    font-family: var(--montserrat-family);
    font-size: 12px;
    font-weight: 400;

}

.product-sidebar-link.active {
    border-radius: 10px;
    background-color: #000;

}

.product-sidebar-link.active img {
    opacity: 1;
    visibility: visible;
}

.product-sidebar-link.active p {
    color: #FFFFFFB2;

}

/* Product content */
.product-content-body {
    margin-top: 40px;
    position: relative;
}

.product-content-body .card-item {
    margin-bottom: 40px;
}

.product-content-body .favorite-icon {
    color: #FFFFFF66;
}

.product-content-body .favorite-icon.active {
    color: #222326;
}

.product-content-body .card-item-img {
    height: 416px;
}

.product-content-body .card-item-img-item {
    height: 416px;
}

.product-content-body .owl-dots {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 42px;
    height: 2px;
    background: #fff;
    opacity: 0.5;
    margin-right: 1px;
    margin-left: 1px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    opacity: 1;
}

.product-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-content-header-items {
    display: flex;
    align-items: center;
}

.product-content-header-item {
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.product-content-header-item select,
.product-content-header-item button {
    border: none;
    font-family: var(--montserrat-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #7E7B77;
    cursor: pointer;
    background-color: transparent;
}

.product-content-header-item select:focus-visible {
    outline: none;
    color: #222326;

}

.product-content-header-item label {
    font-family: var(--montserrat-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #887568;
}

.product-result-count {
    font-family: var(--montserrat-family);
    font-size: 19px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #7E7B77;

}


.range-slider {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 40px;
    margin-top: 20px;
}

.range-slider input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    pointer-events: none;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    background: #222326;
    border: none;
    border-radius: 3px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    bottom: 10px;
    z-index: 2;
}

.range-slider input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
}

.range-slider input[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-slider input[type="range"]::-ms-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    z-index: 2;
}

.price-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
}

.price-labels span {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 500;
    line-height: 15.85px;
    text-align: left;
    color: #7E7B77;
}

.price-labels span:last-child {
    color: #222326;
}

.price-div {
    display: none;
    position: absolute;
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    z-index: 1;
    width: 220px;
    top: 0;
    right: 10%;
}

#selectedPrice {
    font-family: var(--montserrat-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #222326;
}


/* Single Product */
.single-product-info-brend {
    font-family: var(--montserrat-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
    color: #222326;
}

.single-product-info-title {
    font-family: var(--montserrat-family);
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #222326;
    margin-bottom: 8px;
}

.single-product-info-code {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #7E7B77;
    margin-bottom: 20px;
}

.single-product-info-price {
    font-family: var(--montserrat-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    color: #222326;
}

.single-product-img {
    display: flex;
    flex-direction: row-reverse;
}

.swiper {
    width: 150px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 750px;
    width: 550px;
    border-radius: 15px;
}

.mySwiper {
    height: 100%;
    box-sizing: border-box;
}

.mySwiper .swiper-slide {
    width: 79px;
    height: 79px !important;
    border-radius: 15px;
    opacity: 0.4;
}

.mySwiper .swiper-slide img {
    border-radius: 15px;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #000;
    font-size: 12px;
}

.size-item {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000;
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 400;

}

.size-item.active {
    background-color: #000;
    color: white;
}

.size-item.disabled {
    background-color: transparent;
    color: #D4CFCB;
    border: 1px solid #D4CFCB;
}

.color-item.disabled {
    cursor: not-allowed;
}

.single-product-info-size {
    padding: 25px 0;
    border-top: 1px solid #F2F1F0;
    border-bottom: 1px solid #F2F1F0;
    margin: 25px 0;
}

.single-product-info-top {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.single-product-info-top p {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 500;
    line-height: 15.85px;
    color: #7E7B77;
}

.single-product-info-top p span {
    color: #222326;
}

.color-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.color-item.active img {
    filter: brightness(0.9);
    opacity: 1;
    visibility: visible;
}

.color-item img {
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.single-product-info-color {
    margin-bottom: 40px;
}

.single-product-info-color-bottom {
    display: flex;
    align-items: center;
}

.single-product-info .favorite-icon {
    position: inherit;
    margin: 0;
    color: inherit;
}

.single-product-info .favorite-icon.active {
    color: #000;
}

.add-market {
    width: 380px;
    height: 50px;
    background-color: #000;
    border-radius: 15px;
    margin-right: 20px;
}

.add-market span {
    text-align: center;
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 600;
    color: #fff;

}

.single-product-details {
    margin-top: 40px;
}

.accordion-item:first-of-type .accordion-button {
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #F2F1F0;
}

.accordion-item,
.accordion-button {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #F2F1F0;
    border-radius: 0;
    color: #F2F1F0;
}

.accordion-button {
    font-family: var(--montserrat-family);
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    text-align: left;
    color: #222326;
}

.accordion-body {
    font-family: var(--montserrat-family);
    font-size: 13px;
    font-weight: 400;
    line-height: 19.5px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #a1a1a1;
}

.single-product-slider {
    margin-top: 90px;
}

.single-product-slider .card-item-img {
    height: 416px;
}


.last-views {
    margin: 100px 0;
}

.last-views .card-item-img {
    height: 416px;
}

.last-views h3 {
    font-family: var(--montserrat-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: left;
    color: #222326;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
    .product-content-header {
        flex-direction: column;
    }

    .product-content-body .card-item {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .single-product-info {
        margin-top: 30px;
    }

    .last-views .card-item {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .product-sidebar h3 {
        text-align: center;
    }

    .product-sidebar {
        padding-bottom: 10px;
        border-bottom: 1px solid #7E7B77;
    }

    .product-sidebar ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;

    }

    .product-sidebar-link {
        width: 100%;
    }

    .product-sidebar-link.active img {
        margin-left: 10px;
    }

    .product-content-header-items {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .product-content-header-item {
        margin-bottom: 5px;
    }
}


@media only screen and (max-width: 768px) {
    .product-result-count {
        margin: 20px 0;
    }

    .product-content-body .card-item {
        width: 230px;
    }

    .single-product-slider .card-item {
        width: 200px;
    }

    .single-product-slider .card-item-img {
        height: 300px;
    }

    .last-views .card-item {
        width: 200px;

    }

    .last-views .card-item-img {
        height: 300px;
    }
}


@media only screen and (max-width: 576px) {
    .product-sidebar ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-content-header-item {
        margin-bottom: 10px;
    }

    .product-content-header-items {
        justify-content: center;
    }

    .price-div {
        z-index: 9;
        width: 300px;
        top: 0%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .mySwiper {
        display: none;
    }

    .mySwiper2 {
        height: 400px;
    }

}

@media only screen and (max-width: 500px) {
    .last-views .card-item {
        width: 150px;
    }

    .last-views .card-item-img {
        height: 250px;
    }

    .single-product-slider .card-item {
        width: 150px;
    }

    .single-product-slider .card-item-img {
        height: 250px;
    }

    .single-product-info-button .add-market {
        width: 250px;
    }
}

.single-product-info .favorite-icon.active {
    color: #000 !important;
}
