/* header */
/*.single-product .header--client-component a.client-component--price-btn,*/
/*.single-product .header--client-component .topic-popup-button {*/
/*    display: none;*/
/*}*/

.sidebar-entry.right {
    padding-left: 0;
}

.back-top {
    display: none;
}
.swipers-couple-wrapper {
    position: relative;
}

.swiper-control-top {
    border-radius: var(--et-border-radius);
}
.swiper-control-top .woocommerce-product-gallery__image > a {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
}
.swiper-overlay {
    display: none;
}
@media only screen and (min-width: 768px) {
    .swiper-overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0, 0, 0, .2);
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s;
        pointer-events: none;
    }

    .swiper-overlay .button {
        border: none;
    }

    .swiper-control-top:not(:hover) .swiper-overlay {
        opacity: 0;
        visibility: hidden;
    }
    .swiper-control-top .swiper-overlay > span {
        transition: inherit;
    }
    .swiper-control-top:not(:hover) .swiper-overlay > span {
        transform: translateY(15px);
    }
}
.swiper-control-bottom .swiper-slide {
    opacity: .7;
    transition: all .3s;
}
.swiper-control-bottom .active-thumbnail, .swiper-control-bottom .swiper-slide:hover {
    opacity: 1;
}
@media only screen and (hover: hover) {
    .swiper-control-bottom .swiper-slide {
        padding-top: 5px;
    }
    .swiper-control-bottom .active-thumbnail img, .swiper-control-bottom .swiper-slide:hover img {
        transform: translateY(-5px)
    }
    .swiper-control-bottom:not(:hover) .swiper-button-prev,
    .swiper-control-bottom:not(:hover) .swiper-button-next {
        opacity: 0;
        visibility: hidden;
    }
}
@media only screen and (hover: none) {
    .swiper-control-bottom .active-thumbnail img {
        border-color: var(--et-black-color);
    }
}
.swiper-control-bottom .swiper-button-prev,
.swiper-control-bottom .swiper-button-next {
    background-size: 20px;
}
.woocommerce-product-gallery__image {
    text-align: center;
    border-radius: var(--et-border-radius);
    overflow: hidden;
}
.woocommerce-product-gallery__image img {
    width: 100%;
    border: 2px solid var(--et-border-color);
    border-radius: var(--et-border-radius);
    transition: all .3s linear;
}
.single-product-section {
    border: 2px solid var(--et-border-color);
    padding: 25px 30px;
    border-radius: var(--et-border-radius);
}

.single-product-section + .single-product-section {
    margin-top: 30px;
}
.single-product-section hr:last-child {
    display: none;
}

.single-product-section .sa.size-16 {
    line-height: 24px;
}

.swiper-control-bottom:not(.initialized) .swiper-slide,
.single-product-prefooter .swiper-container:not(.initialized) .swiper-slide {
    width: 25% !important;
    padding-left: 10px;
    padding-right: 10px;
}
@media only screen and (max-width: 1198px) {
    .swiper-control-bottom:not(.initialized) .swiper-slide,
    .single-product-prefooter .swiper-container:not(.initialized) .swiper-slide {
        width: 33.33% !important;
    }
}

/*.single-product-section .tagged_as {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px -4px;
}

.single-product-section .tagged_as a {
    padding: 6px 10px;
    border: 2px solid var(--et-border-color);
    border-radius: var(--et-border-radius);
    margin: 4px;
    font-size: 12px;
    display: inline-block;
    transition: all .3s;
}

.single-product-section .tagged_as a:hover {
    color: #1089ef;
    border-color: transparent;
    background-color: #e9f4ff;
}*/

.single-product-section.widget ul li {
    display: flex;
    justify-content: space-between;
}

.single-product-section.widget ul li a {
    font-size: inherit;
    line-height: inherit;
}

.single-product-section .payments {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single-product-section .payments-item {
    padding: 5px 15px;
    width: 20%;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-product-section .payments-item {
        width: auto;
        flex: 1;
    }
    .single-product-section .payments-item:nth-child(1),
    .single-product-section .payments-item:nth-child(2){
        display: none;
    }
}

.single-product-section .payments-item img {
    height: auto;
}

.single-product-global-info img {
    width: 100%; 
    height: auto;  
}

.single-product-global-info h4 .color {
    color: currentColor;
}

.single-product-global-info > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-product-global-info > .row:nth-child(2n+1) {
    flex-direction: row-reverse;
}

/* you may like swipers */
@media only screen and (min-width: 768px) {
    .single-product-prefooter {
        background: linear-gradient(180deg, #e9f4ff, transparent);
    }
}

.single-product-global-info .etheme-more-content {
    max-height: 600px;
}

/* Photoswipe */
.pswp__caption {
    display: none;
}

.pswp__counter {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 1;
    padding: 0;
    height: auto;
    top: auto;
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 1;
    position: static;
    height: auto;
}

.pswp__ui {z-index: 1;}

.pswp__bg {
    background: rgba(34,34,34,.5);
}

.pswp__top-bar {
    position: static;
}

.pswp__caption, .pswp__top-bar, .pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background: transparent;
}

button.pswp__button.pswp__button--fs,
button.pswp__button.pswp__button--share,
.pswp--zoom-allowed .pswp__button--zoom{
    display: none;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    height: auto;
    width: auto;
    background: none;
    font-family: 'FontAwesome';
    font-size: 60px;
    content: "\f105";
    position: static;
    color: #fff;
    background: none !important;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    background: none;
    z-index: 2;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--right {
    background-image: none !important;
}

.pswp__button--arrow--left:after, .pswp__button--arrow--right:after {
    content: '';
    width: 70px;
    height: 100%;
    font-size: 100px;
    display: block;
    z-index: -1;
    position: absolute;
    background: #909090;
    top: 0;
}

.pswp__button--arrow--left:before {
    content: "\f104";
}

@media only screen and (max-width: 991px) {
    .content-sidebar-wrapper {
        background-color: #fff;
    }
    .sidebar-entry.right {
        border: none;
        padding: 0;
        background: transparent;
    }
    .single-product-global-info h4 br {
        display: none;
    }
    .content-sidebar-wrapper .h4 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .single-product-prefooter .item-shop .product-controllers {
        display: none;
    }
}