.product-tab-3 .product,
.product-tab-3 .product .product-cover,
.product-tab-3 .box-title {
    position: relative;
}

.product-tab-3 .swiper .swiper-wrapper {
    overflow: unset;
}

.product-tab-3 .box-title {
    text-align: right;
    font-size: 24px;
    font-weight: bold;
}

.product-tab-3 .product-item {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.product-tab-3 .product .product-cover {
    z-index: 5;
    height: 230px;
}

.product-tab-3 .product .product-cover img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
}

.product-tab-3 .product .product-details {
    display: flex;
    flex-wrap: wrap;
}

.product-tab-3 .product .product-details>div {
    width: 100%;
}

.product-tab-3-wrap.reverse-details .product .product-details {
    flex-direction: column-reverse;
}

.product-tab-3-wrap.reverse-details .product .product-details .pt-top {
    margin-top: 10px;
}

.product-tab-3 .product .pt-bottom {
    margin-top: 10px;
}

.product-tab-3-wrap.reverse-details .product .product-details .pt-bottom {
    margin-top: 0;
}

.product-tab-3 .product .pt-overly {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .94);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: ease .3s;
    border-radius: 10px;
}

.product-tab-3 .product:hover .pt-overly {
    pointer-events: all;
    opacity: 1;
}

.product-tab-3 .pt-overly div {
    width: 100%;
}

.product-tab-3 .pt-overly .pt-o-title {
    color: #000;
    font-size: 18px;
    margin-top: 17px;
}

.product-tab-3 .product-item .product-title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.product-tab-3 .product-item .price-wrap .price {
    color: #1daf3c;
    font-size: 14px;
    font-weight: 300;
}

.product-tab-3 .product-item .price-wrap .price del {
    color: #bbb;
}

.product-tab-3 .pt-tab-items ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-tab-3 .pt-tab-items ul li,
.product-tab-3 .pt-tab-items ul li a {
    display: inline-block;
    position: relative;
}

.product-tab-3 .pt-tab-items ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 3px solid transparent;
    transition: ease .3s, width .3s;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    min-width: 170px;
    border-radius: 10px;
}

.product-tab-3 .pt-tab-items ul li.active a {
    background-color: #2f72d6;
    color: #ffffff;
}

.product-tab-3 .pt-tab-items ul li a i {
    position: relative;
    top: 2px;
}

.product-tab-3 .pt-tab-items ul li a .ahura-loader-ring {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .96);
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 11px;
    pointer-events: none;
}

.product-tab-3 .tab-archive-btn {
    display: inline-block;
    position: relative;
    padding: 7px;
}

.product-tab-3 .pt-tabs-content .price-wrap.del-dis-price del {
    display: none;
}

.product-tab-3 .tab-archive-btn .ahura-loader-ring {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fffffff2;
    border-radius: 5px;
    padding: 9px;
}

.ahura-loader-ring {
    display: none;
    pointer-events: none;
    user-select: none;
}

.ahura-loader-ring:after {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    border: 2px solid;
    border-color: #fff transparent #fff transparent;
    animation: ahura-loader-ring-frames 1.2s linear infinite;
}

.tab-content-inner-title {
    justify-content: space-between;
    color: #ffffff;
}

.product-tab-3 .product-button {
    border-radius: 10px;
}

.product-tab-3 .color-variations-list {
    position: absolute;
}

.product-tab-3 .color-variations-list li {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    border-radius: 100%;
}

@keyframes ahura-loader-ring-frames {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {
    .pt-tab-items ul {
        white-space: nowrap;
        overflow: auto;
    }
}

.swiper.product-tab3-swiper {
    width: 100%;
    position: unset;
    overflow: hidden;
}

.product-tab3-swiper .swiper-wrapper {
    overflow: visible;
}

.product-tab3-swiper .swiper-slide {
    display: flex;
    min-height: 200px;
    overflow: hidden;
}

.product-tab3-swiper .swiper-slide-next {
    transform: scale(1);
}

.product-tab3-swiper .items-carousel-button-prev {
    background: #7d7c7c8f;
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 9;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-tab3-swiper .items-carousel-button-next {
    background: #7d7c7c8f;
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 9;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-tab3-swiper .items-carousel-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-tab3-swiper .items-carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-tab3-swiper .items-carousel-image img {
    width: 150px;
    height: auto;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

.product-tab3-swiper .items-carousel-title {
    width: 100%;
    text-align: center;
}

.product-tab3-swiper .items-carousel-title h5 {
    color: #ffffff;
    font-weight: 900;
    font-size: 35px;
    margin-top: 33px;
}

.product-tab3-swiper .items-carousel-link {
    padding: 8px 25px;
    border-radius: 100px;
    margin: 30px auto 0 auto;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #5C79D1;
    background-color: #ffffff;
}

.product-tab3-swiper .swiper-pagination {
    left: 0;
}

.product-tab3-swiper .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 5px;
}

.product-tab3-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
    color: #ffffff;
}

.swiper-slide-duplicate-prev {
    -webkit-mask-size: 100% 50%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left top, left bottom;
}

.items-carousel-link svg {
    width: 12px;
    height: 12px;
}

@media only screen and (max-width: 430px) {
    .product-tab3-swiper .swiper-slide {
        width: 100%;
    }
}

@media only screen and (max-width:1000px) {
    .product-tab3-swiper .swiper-slide-next {
        transform: scale(1);
        min-height: 200px;
    }
}