.product_page_content {
    max-width: 1336px;
    width: 100%;
    margin:  0 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: 551px;
    margin-right: 20px;
    position: relative;
}
.gallery-thumbs img {
    width: 73px;
    height: 60px;
    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 {
    border-radius: 8px;
    background: #fff;
}
.gallery-top {
    width: 545px;
    height: 551px;
    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;
    border-radius: 16px;
    padding: 20px 25px;
}
.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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
}
.product_slider .swiper-button-next, .product_slider .swiper-button-prev {
    color:#3043A1;
    transform: rotate(-90deg);
}
.product_slider .swiper-button-next:after, .product_slider .swiper-button-prev:after {
   font-size: 16px;
}
.product_slider .swiper-button-next {
    top: 25px;
    left: 26px;
}
.product_slider .swiper-button-prev {
    bottom: 1px;
    left: 24px;
    top: unset;
}
.brand {
    color: #00A59C;
}
.product_info_main{
    margin-left: 20px;
    width: 49%;
}
.product_info_main h1 {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.01em;
    color: #3043A1;
    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;
}
.product_info > div > div {
    border-bottom: 1px solid #EBE2D1;
    width: 100%;
    position: relative;
    top: 8px;
}
.product_info > div span {
    color: #3043A1;
    text-align: right;
    white-space: nowrap;
}
.product_info {
    margin-bottom: 32px;
}
.product_info p{
    color: #3043A1;
    font-weight: bold;
}
.product_main_price {
    font-family: GHEAHelveticaGeoBold;
    font-size: 32px;
    letter-spacing: 0.01em;
    color: #3043A1;
    margin-bottom: 8px;
}
.sale_price {
    text-decoration: line-through;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #E95E26;
}
.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;
}
.share_product > div a {
    margin-left: 0;
}
.product_page_counter .product_counter {
    background: transparent;
    margin-right: 20px;
    position: static;
}
.product_page_counter {
    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;
    margin-top:28px;
}
.product_mix_content {
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 24px;
}
.prod_add_info  {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product_mix_content .add_basket {
    width: 292px;
    padding: 16px 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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background: #17BED0;
    border-radius: 100px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.product_mix_content .add_basket:hover  {
    background: #19CEE1;
}
.product_mix_content .add_basket:active  {
    background: #14A4B3;
}
.product_mix_content .add_basket svg {
    margin-right: 10px;
}
.make_product_favorite {
    border: 1px solid #BDBDBD;
    border-radius: 100px;
    width: 56px;
    height: 56px;
    background: transparent;
    text-align: center;
    padding-top: 6px;
    margin-right: 36px;
}
.make_product_favorite:hover svg path {
    stroke: #EB5757;
}
.make_product_favorite.selected svg path {
    stroke: #EB5757;
    fill: #EB5757;
}
.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;
}
.share_product span {
    font-size: 14px;
    color: #3043A1;
    padding-right: 25px;
}
.share_product a {
    margin-right: 16px;
}
.product_details li {
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
    margin-right: 45px;
    color: #3043A1;
    font-size: 14px;
    cursor: pointer;
}
.product_details li.active {
    border-bottom: 3px solid #B591D6;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #3043A1;
}
.content-section p, .content-section {
    color: #3043A1;
}
.content-section h3 {
    margin-bottom: 24px;
    color: #3043A1;
}
.product_details .content {
    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;
}
@keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
    }

    100% {
        opacity: 1;
    }
}
@-webkit-keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
    }

    100% {
        opacity: 1;
    }
}
.product_details .content-section .active {
    display: block;
    opacity: 1;
}

.product_details 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_details{
    margin-top: 40px;
}
.product_layer {
    height: 136px;
    width: 100%;
    background: linear-gradient(180deg, #EEF0EB 40.63%, rgba(238, 240, 235, 0) 100%);;
    transform: matrix(1, 0, 0, -1, 0, 0);
    position: absolute;
    left: 0;
    bottom: 0;
}
.product_layer .show_more {
    transform: matrix(1, 0, 0, -1, 0, 0);
    text-align: center;
}
.similiar_products {
    max-width: 1336px;
    width: 100%;
    margin: 40px auto;
}
.similiar_products h2 {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 32px;
}
.similiar_products .swiper-button-next, .similiar_products .swiper-button-prev  {
    width: 40px;
    height: 96px;
    background: #fff;
    box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.08);
}
.similiar_products .swiper-button-next:after, .similiar_products .swiper-button-prev:after {
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.similiar_products .swiper-button-next {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    right: 0;
}
.similiar_products .swiper-button-prev {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0;
}
.product_page_banner {
    max-width: 1336px;
    width: 100%;
    margin: 0 auto 70px;
}
.product_page_banner a, .product_page_banner img {
    width: 100%;
}

.best_sale--products{
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(190, 207, 188, 0.25);
    border-radius: 100px;
    color: #3043A1;
}
#prod_slider .swiper-slide-next + div {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
#prod_slider .swiper-slide-active {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.show_more button {
    border: 2px solid #B591D6;
    border-radius: 100px;
    padding: 16px;
    color: #3043A1;
    font-weight: bold;
}
.show_more button:hover {
    background: #B591D6;
    color: #fff;
}
.show_more i {
    margin-left: 12px;
    transition: 0s;
}
.prod_add_info .product_page_counter {
    margin-top: 18px !important;
}