.f-panzoom__wrapper>.f-panzoom__content {
    visibility: visible;
}

.product-wrapper {
    display: inline-block;
    margin-bottom: 60px;
}
.product-left {
    float: left;
    display: inline-block;
    width: 41.66666667%;
    padding-right: 15px;
    order: 1;
}
.product-title {
    display: inline-block;
    width: 58.33333333%;
    padding-left: 15px;
    order: 2;
}
.product-title > div {
    font-size: 14px;
}
.product-title > div > span{
    font-weight: 600;
}
.product-right {
    display: inline-block;
    width: 58.33333333%;
    padding-left: 15px;
    order: 3;
}
#product-image {
    margin-bottom: 15px;
}
#product-image a {
    cursor: zoom-in;
}
#product-images {
    padding: 0;
    margin: auto;
    width: calc(100% - 105px);
}
#product-images:not(:has(button.swiper-button-lock)) {
    /*padding: 0 50px;*/
    /*width: calc(100% - 104px);*/
}
#product-images .swiper-wrapper {
    /*justify-content: center;*/
}
#product-images .swiper-slide {
}
#product-images .img-responsive {

    border: 1px solid var(--theme-grey-f0-color);
    transition: opacity 0.3s ease;
    cursor: pointer;
}
#product-images .img-responsive:hover {
    opacity: .8;
}
#product-images .swiper-slide-active .img-responsive {
    /*border: 1px solid var(--theme-red-color);*/
}
.product-images-wrapper {
    position: relative;

    margin-bottom: 15px;
}




.product-images-wrapper .swiper-button-prev-custom, .product-images-wrapper .swiper-button-next-custom {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.product-images-wrapper .swiper-button-prev-custom {
    left: 0px;
}
.product-images-wrapper .swiper-button-next-custom {
    right: 0px;
}

.product-details li {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 15px;
}
.product-details li > span {
    font-weight: 600;
}
.product-stock-in {
    font-weight: 600;
    color: var(--theme-black-color);
}
.product-stock-out {
    font-weight: 600;
    color: var(--theme-red-color);
}

.product-media {
    display: flex;
    align-items: baseline;
    font-size: 14px;
}
.product-media div:first-child {
    margin-right: 5px;
}
.product-media div > a {
    display: block;
}
.price-old {
    text-decoration: line-through;
}
.price-new {
    color: var(--theme-red-color);
}
.product-to-cart {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.product-quantity-text {
    font-weight: 600;
    margin-right: 30px;
}
#button-cart {
    font-size: 22px;
}
.product-order-extra {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.product-order-extra-description {
    font-weight: 600;
    margin-bottom: 1.5rem;
}
#button-order-extra-request {
    font-size: 22px;
}
#product-tab-wrapper {
    padding: 26px 36px;
    box-shadow: 0 -7px 10px 0 #f0f0f0;
    margin-bottom: 60px;
}

#product-tab-wrapper .nav-link {
    position: relative;
    color: var(--theme-black-color);
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    background: none;
    padding: .75rem 154px .75rem 0;
    margin-bottom: 1.5rem;
}
#product-tab-wrapper .nav-link:hover {
    color: var(--theme-red-color);
}
#product-tab-wrapper .nav-link.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: var(--theme-red-color);
}


#product-attribute {
    line-height: 100%;
    margin-bottom: 60px;
}
.product-attribute-group-name {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 2rem;
}
[data-attribute-id] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
[data-attribute-id] > span {
    border-bottom: 1px solid var(--theme-grey-f0-color);
}
[data-attribute-id] > span:first-child {
    flex-basis: 100%;
    padding: 8px 16px 8px 0;
}
[data-attribute-id] > span:last-child {
    white-space: nowrap;
    padding: 8px 0 8px 16px;
}
.product-layout.swiper-slide {
    padding-right: 0!important;
    padding-left: 0!important;
}
#products-related-by-category {
    padding: 0 36px;
}


@media (max-width: 991px) {
    .product-wrapper {
        display: flex;
        flex-direction: column;
    }
    .product-left {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .product-title {
        width: 100%;
        padding-left: 0;
        order: 1;
    }
    .product-right {
        width: 100%;
        padding-left: 0;
        order: 3;
    }
    #product-image {
        max-width: 600px;
        margin: auto auto 30px;
    }
    #product-images {
        margin-bottom: 30px;
    }
    .product-wrapper {
    }
    #product-tab-wrapper .nav-link {
        font-size: 18px;
        padding: 10px 60px 10px 0;
    }
    #product-tab-wrapper .tab-pane {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    #product-description {
        font-size: 14px;
        line-height: 18px;
    }
    #product-attribute {
        font-size: 14px;
        line-height: 18px;
    }
    [data-attribute-id] > span:first-child {
        padding: 6px 12px 6px 0;
    }
    [data-attribute-id] > span:last-child {
        padding: 6px 0 6px 12px;
    }
}
@media (max-width: 575px) {
    #product-description {
        font-size: 12px;
        line-height: 16px;
    }
    [data-attribute-id] > span:first-child {
        font-size: 12px;
        line-height: 16px;
        padding: 4px 8px 4px 0;
    }
    [data-attribute-id] > span:last-child {
        font-size: 12px;
        line-height: 16px;
        padding: 4px 0 4px 8px;
    }
}