.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;
}
.gallery-thumbs {
    float: left;
    width: 93px;
    min-width: 93px;
    height: 389px;
    margin-right: 20px;
    overflow: hidden;
    position: static;
}
.gallery-thumbs img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.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;
}
.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;
}
.gallery-top .swiper-slide img {
   width: 100%;
}
.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 {
    top: 25px;
    left: 33px;
}
.product_slider .swiper-button-prev {
    bottom: 1px;
    left: 34px;
    top: unset;
}
.product_slider .swiper-button-prev img {
    transform: rotate(180deg);
}
.product_slider .swiper-button-next img, .product_slider .swiper-button-prev img {
    width: 40px;
    height: 40px;
}
.brand {
    color: #00A59C;
}
.product_info_main{
    margin-left: 20px;
    width: 49%;
}
.product-info-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
    margin-bottom: 48px;
}
.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: #000004;
    white-space: nowrap;
}
.product_info {
    margin-bottom: 32px;
}
.info2{
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
    white-space: nowrap;
}
.product_main_price {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #000004;
}
.sale_price {
    text-decoration: line-through;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #FB3640;
}
.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: #3043A1;
    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;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    background: #FF5714;
    position: relative;
    margin-right: 29px;
    white-space: nowrap;
    transition: 0s;
}
.add-basket-btn:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-left: 37px solid #FF5714;
    border-bottom: 25px solid transparent;
    position: absolute;
    right: -37px;
    top: 0;
    transition: 0s;
}
.add-basket-btn:hover {
    background: #FF6A2E;
}
.add-basket-btn:hover:after {
    border-left: 37px solid #FF6A2E;
}
.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 {
    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;
    border: 2px solid #FF5714;
    min-width: 56px;
    height: 56px;
}
.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;
    border: 2px solid #4ECDC4;
    min-width: 56px;
    height: 56px;
}
.prod-minus:hover {
    background: #FF5714;
}
.prod-minus:hover path{
    stroke: #fff;
}
.prod-plus:hover {
    background: #4ECDC4;
}
.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: #647481;
    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-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: #000004;
}
.prod-description-info {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000004;
}
.product-description {
    padding-left: 115px;
    margin-bottom: 60px;
}
.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;
}
@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%;
    }
    .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%;
    }
}