.product_page_content {
    margin: 43px auto 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  min-height: calc(100vh - 540px);
}

.gallery-thumbs {
    float: left;
    width: 93px;
    min-width: 93px;
    height: 389px;
    margin-right: 20px;
    overflow: hidden;
    position: static;
}

.detail {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 114px;
    top: 0;
    z-index: 11;
    display: none;
}

.gallery-thumbs img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 16px;
}

.gallery-thumbs .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-thumbs .swiper-slide > div {
    background: #fff;
    width: 84px;
    height: 84px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
}

.gallery-top {
    width: 500px;
    height: 500px;
    overflow: hidden;
}

.gallery-top .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding: 16px;
    border-radius: 64px;
}

.gallery-top .swiper-slide img {
    width: 100%;
  border-radius: 64px;
  pointer-events: none;
  object-fit: contain;
}

.product_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.product_slider .swiper-button-next,
.product_slider .swiper-button-prev {
    padding: 22px 22px;
    background: #FFFFFF;
    border-radius: 50%;
}

.product_slider .swiper-button-next {
    top: 25px;
    left: 20px;
}

.product_slider .swiper-button-prev {
    bottom: 1px;
    left: 20px;
    top: unset;
}

.product_slider .swiper-button-prev img {
    transform: rotate(180deg);
}

.product_slider .swiper-button-next img, .product_slider .swiper-button-prev img {
    width: 24px;
    height: 24px;
}

.brand {
    color: #00A59C;
}

.product_info_main {
    margin-left: 20px;
    width: 49%;
}

.product-info-title {
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #1a274e;
    padding-top: 4px;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 32px;
}

.product_info > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 8px;
    padding-bottom: 4px;
}

.the-line {
    border-bottom: 1px solid #DEDEE3;
    width: 100%;
    position: relative;
    top: 8px;
}

.info1 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #1a274e;
    white-space: nowrap;
}

.product_info {
    margin-bottom: 32px;
}

.info2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #1a274e;
    white-space: nowrap;
}

.product_main_price {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #1a274e;
}

.sale_price {
    text-decoration: line-through;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #D61518;
}

.product_prices {
    margin-bottom: 52px;
}

.count_price {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #828282;
}

.product_prices span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product_prices span {
    padding-right: 16px;
}

.product_page_counter .product_counter {
    width: 206px;
}

.product_page_counter .product_counter > div {
    padding: 4px 0;
}

.product_page_counter .product_counter_content {
    margin-top: 0;
}

.product_page_counter .product_counter input {
    background: transparent;
    color: #1a274e;
    font-family: GHEAHelveticaGeoBold;
}

.product_page_counter .product_counter button {
    border-radius: 100px;
    min-width: 56px;
    height: 56px;
}

.prod_add_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.prod-counter {
    display: block;
    margin-right: 28px;
}

.add-basket-btn {
    padding: 16px 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #1a274e;
    position: relative;
    white-space: nowrap;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
  transition: 0.3s;
}

.add-basket-btn:hover {
    background: #3550a1;
}

.add-basket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prod-minus, .prod-plus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 4px 19px;
}

.prod-minus {
    background: #D61518;
    border: 2px solid #D61518;
    min-width: 56px;
}

.prod-plus {
    background: #1a274e;
    border: 2px solid #1a274e;
}

.prod-minus:hover {
    background: transparent;
    color: #D61518;;
}

.prod-plus:hover {
    background: transparent;
    color: #1a274e;
}

.prod-plus:hover path {
    stroke: #fff;
}

.favorite-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.product_slider .swiper-button-next:after, .product_slider .swiper-rtl .swiper-button-prev:after, .product_slider .swiper-button-prev:after, .product_slider .swiper-rtl .swiper-button-next:after {
    display: none;
}

.share-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 24px;
}

.share {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #1a274e;
    display: block;
    margin-right: 32px;
}

.share-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.share-btns a {
    display: block;
}

.share-btns a:not(:last-child) {
    margin-right: 16px;
}
.prod-description  * {
  all: revert;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #000000;
}
.prod-description-title {
    margin-bottom: 16px;
    border-bottom: 1px solid #DEDEE3;
    padding: 0 0 11px 0;
}

.prod-description-title span {
    margin-bottom: 16px;
    border-bottom: 4px solid #647481;
    padding: 16px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #1a274e;
}

.prod-description-info {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.prod-description-info,
.prod-description-info .content-section p {
    color: #1a274e;
}
.product-description {
    margin-top: 40px;
}

.prod-description-info {
    display: none;
    opacity: 0;
    width: 100%;
    -webkit-animation: display-none-transition 1s ease;
    animation: display-none-transition 1s ease;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    position: relative;
    max-height: 328px;
    overflow: hidden;
    word-break: break-word;
}

.prod-description-info.active {
    display: block;
    opacity: 1;
}

.product-description ul {
    margin-bottom: 24px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.product-description ul li {
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    margin-right: 45px;
    color: #3550a1;
    font-size: 14px;
    cursor: pointer;
}

.product-description ul li.active {
    border-bottom: 3px solid #3550a1;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #1a274e;
}

.descriptionPaddingWithoutLLeftImage {
    padding-left: 0;
}

.fav-active {
    display: none;
}

.fav-icon .fav-active {
    display: block;
}

.fav-icon .fav-not-active {
    display: none;
}

.counter-content input {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.product_page_counter .counter input {
    max-width: 132px;
}

.gallery-top, .show_tumb {
    position: relative;
}

.tumb_show {
    position: absolute;
    top: 41%;
    left: 33%;
    z-index: 99;
    text-align: center;
    display: block !important;
}

.zoomImg {
    width: 195px;
    height: 100px;
    padding: 6px;
    background: rgba(255, 255, 255, .6);
    display: none;
    font-size: 15px;
    position: absolute;
    z-index: 9;
    top: calc(60% - 100px);
    left: calc(69% - 195px);
    text-align: center;
    line-height: 83px;
}

.gallery-top:hover .zoomImg {
    display: block;
}

.square {
    background: #0000003b;
    width: 150px;
    height: 150px;
    z-index: 9;
    display: none;
    pointer-events: auto;
    cursor: crosshair;
}
.product_slider .fancybox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1360px) {
    .gallery-thumbs .swiper-slide > div {
        width: 70px;
        height: 70px;
    }

    .gallery-thumbs img {
        width: 54px;
        height: 54px;
    }

    .gallery-top {
        width: 470px;
        height: 470px;
    }

    .s-heading {
        font-size: 26px;
        line-height: 27px;
        margin-bottom: 36px;
    }

    .gallery-thumbs {
        height: 356px;
        margin-right: 6px;
    }
}

@media (max-width: 1132px) {
    .product_page_content, .product_slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .detail, .zoomImg {
        display: none !important;
    }

    .product_info_main {
        margin-left: 0;
        width: 100%;
        margin-top: 32px;
    }

    .product-description {
        padding-left: 0;
        margin-bottom: 52px;
    }

    .gallery-thumbs {
        height: auto;
        margin-right: 0;
        width: 100%;
        margin-top: 16px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .gallery-thumbs .swiper-slide {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .gallery-thumbs img {
        width: 64px;
        height: 64px;
    }

    .gallery-thumbs .swiper-slide > div {
        width: 84px;
        height: 84px;
    }

    .prod-description-title {
        margin-bottom: 34px;
    }
}

@media (max-width: 630px) {
    .prod_add_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .product_mix_content {
        margin-top: 16px;
    }

    .prod-counter {
        margin-right: 0;
    }

    .share-product {
        margin-top: 28px;
    }

    .add-basket-btn {
        display: block;
        width: 100%;
    }

    .gallery-top {
        width: 343px;
        height: 343px;
    }

    .product_page_content {
        margin: 24px auto 32px;
    }

    .product-info-title {
        font-size: 20px;
        line-height: 24px;
    }

    .product_main_price {
        line-height: 32px !important;
    }

    .product_prices .sale_price {
        font-size: 14px;
        line-height: 16px;
    }

    .product_prices {
        margin-bottom: 44px;
    }
}

@media (max-width: 340px) {
    .gallery-top {
        width: 100%;
    }
}

@keyframes drift-fadeZoomIn {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drift-fadeZoomOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    15% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes drift-loader-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes drift-loader-before {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.2) translateX(6px);
    }
    25% {
        transform: scale(1.3) translateX(8px);
    }
    40% {
        transform: scale(1.2) translateX(6px);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.8) translateX(6px);
    }
    75% {
        transform: scale(0.7) translateX(8px);
    }
    90% {
        transform: scale(0.8) translateX(6px);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes drift-loader-after {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.2) translateX(-6px);
    }
    25% {
        transform: scale(1.3) translateX(-8px);
    }
    40% {
        transform: scale(1.2) translateX(-6px);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.8) translateX(-6px);
    }
    75% {
        transform: scale(0.7) translateX(-8px);
    }
    90% {
        transform: scale(0.8) translateX(-6px);
    }
    100% {
        transform: scale(1);
    }
}

.drift-zoom-pane {
    background: rgba(0, 0, 0, 0.5);
    /* This is required because of a bug that causes border-radius to not
    work with child elements in certain cases. */
    transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
    animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
    animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-zoom-pane-loader {
    display: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
    left: 0;
    animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
    right: 0;
    animation: drift-loader-after 1800ms infinite linear;
    animation-delay: -900ms;
}
