.m-product-delivery-banner {
  margin-top: 20px;
}
.product {
    margin-bottom: 20px;
}
.product:before, .product:after {
    display: table;
    content: " ";
}
.product:after {
    clear: both;
}
.product-images {
    float: left;
    width: 500px;
    min-height: 400px;
    background: #fff;
    margin-right: 20px;
}
.product-images__wpr {
    height: 350px;
    text-align: center;
    border: 1px solid #f9f9f9;
    margin-bottom: 10px;
    padding: 50px 50px 15px 50px;
    position: relative;
}
.product__description {
    display: block;
}
.product-images__item {
    object-fit: contain;
    height: 100%;
    max-height: 320px;
    max-width: 320px;
}
.product-images__ps {
    text-align: center;
    font-size: 14px;
    color: #979daa;
    padding: 0 35px;
}

.product-tabs__content h3 {
    font-weight: 600;
    font-size: 16px;
}

.product__tags {
    position: absolute;
    top: 9px;
    left: 9px;
}
.product__tag_percent {
    background: #f1665e;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}
.product__tag_special {
    background: #a9cf44;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}
.product__tag_popular {
    background: #a9cf44;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}

.product-detail {
    float: left;
    width: 640px;
    min-height: 400px;
    background: #fff;
    padding: 30px;
}
.product__head {
    min-height: 45px;
    margin-bottom: 20px;
}
.product__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}
.product__price {
    margin-bottom: 5px;
}
.product__price-value {
    font-size: 38px;
    font-weight: 600;
}
.product__currency {
    font-size: 30px;
    font-weight: 600;
}
.product__available--yes {
    color: #7cbe67 !important;
}
.product__eclub{
    margin-left: 15px;
}
.product__pharmacy {
    font-size: 15px;
    color: #999;
}
.product__pharmacy_price {
    text-decoration: line-through;
    color: #f1665e;
}
.product__sl:not(:empty) {
    font-size: 14px;
    background-color: #C5E319;
    padding: 5px 7px;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
}

/* Characteristic
----------------------------------------*/
.characteristic__list {
    margin-top: 15px;
}
.characteristic__list:before,
.characteristic__list:after {
    display: table;
    content: " ";
}
.characteristic__list:after {
    clear: both;
}
.characteristic__item {
    float: left;
    width: 40%;
    position: relative;
    font-size: 15px;
    margin: 0 0 7px;
}
.characteristic__item:after {
    content: '';
    position: absolute;
    right: 5px;
    left: 0;
    height: 1px;
    margin: 15px 0 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
}
.characteristic__item span {
    position: relative;
    background: #fff;
    padding: 0 10px 0 0;
}
.characteristic__value {
    float: left;
    width: 50%;
    font-size: 15px;
    color: #979daa;
    margin: 0 0 7px;
}
.product__available--no {
    color: #f1665e;
}
.analogs {
    padding-top: 40px;
}
.analogs__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.analogs__list {
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    display: grid;
}
.analogs__item {
    padding: 15px;
    background: #fff;
    position: relative;
    border-radius: 4px;
}
.analogs__item:first-child {
    margin-left: 0;
}
.analog__product {}
.analog-product {
    text-align: center;
}
.analog-product__tags {
    position: absolute;
    top: 9px;
    left: 9px;
}
.analog-product__tag_percent {
    background: #f1665e;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}
.analog-product__tag_special {
    background: #a9cf44;
    color: #fff;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
}
.analog-product__img_wrp {
    width: 100px;
    max-width: 100%;
    height: 100px;
    margin: 15px auto 10px;
    text-align: center;
}
.analog-product__img {
    height: 100%;
    object-fit: contain;
}
.analog-product__title {
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}
.analog-product__prices {
    margin-bottom: 10px;
}
.analog-product__price {
    font-size: 16px;
    font-weight: bold;
}
.analog-product__currency {
    position: relative;
    font-size: 12px;
    left: -3px;
    top: -3px;
}
.analog-product__original_price {
    font-size: 16px;
    color: #b8bcc5;
    margin-left: 10px;
    text-decoration: line-through;
}
.analog-product__original_currency {
    position: relative;
    font-size: 12px;
    top: -4px;
    color: #979daa;
}
.analog-product__link {
    color: #979daa;
    font-size: 15px;
}
.analog-product__actions {

}
.analog-product__btn {
    padding: 0 20px;
    height: 34px;
    color: #3c3c3c;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgb(238, 238, 238);
}
.analog-product__btn:hover {
    background: rgb(169, 207, 68);
    color: #fff;
}

.product-cart {
    margin-top: 20px;
}
.product-cart__quantity {
}
.product-cart__minus,
.product-cart__plus {
    cursor: pointer;
    display: block;
    float: left;
    padding: 11px 12px;
    border: 1px solid #eee;
}
.product-cart__minus:hover,
.product-cart__plus:hover {
    background: #f7f7f7;
}
.product-cart__count {
    float: left;
    width: 50px;
    display: block;
    text-align: center;
    border: none;
    border-radius: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
}
.product-cart__actions {
    display: flex;
    padding-left: 10px;
    align-items: center;
}
.product-cart__btn {
    padding: 10px 40px;
    margin: 0;
    line-height: 20px;
    background: #a9cf44;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    outline: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.product-cart__quick-btn {
    padding: 0 40px;
    margin: 20px 0 0 0;
    line-height: 40px;
    background: #FCCD00;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    width: 100%;
    outline: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.product-cart__quick-icon {
    position: relative;
    font-size: 20px;
    margin-right: 20px;
    top: 4px;
}
.product-cart__btn:hover {
    background: #b9e050;
}

.product-tabs {
    padding: 40px 0;
}
.product-tabs:before,
.product-tabs:after {
    display: table;
    content: " ";
}
.product-tabs:after {
    clear: both;
}
.product-tabs__list {
    float: left;
    width: 25%;
    padding: 40px 35px;
}
.product-tabs__link {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
}
.product-tabs__content {
    float: left;
    width: 100%;
    background: #fff;
    padding: 35px;
    /*padding: 40px 35px;*/
    /*border-left: 1px solid rgb(238, 238, 238);*/
}

.product-tabs__body {
    padding: 30px 40px;
}
.product-desc {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 30px;
    background: #fff;
}
.product-desc__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
.product-desc h2 {
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.product-desc h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.product-desc p {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
}
.product-desc ul {
    color: #333;
    list-style: disc;
    margin: 30px 0 30px 50px;
}
.product-desc ul li {
    margin-bottom: 15px;
}
.product-desc strong {
    font-weight: bold;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}
.rating a,
.rating span{
    font-size: 21px;
}
.rating > span {
    display: inline-block;
    position: relative;
    width: 1em;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
    color: #fce389;
    cursor: pointer;
}
.rating .a{
    color: #fce389;
}

/* New tab for product description */
/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #fff;
    padding: 17px 0 16px 0;
    border-radius: 25px;
}

/* Style the tab content */
.tabcontent {
    padding: 40px 35px;
    /*border: 1px solid #ccc;*/
    border-top: none;
}
.tablinks {
    padding: 14px 50px;
    font-size: 17px;
    color: #6b6b6b;
}
.tablinks:hover {
    padding: 14px 50px;
    font-size: 17px;
    color: #6b6b6b;
}

/* New tabs for content */
.tab-slider--nav {
    width: 100%;
    float: left;
}
.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 44px;
    user-select: none;
}
.tab-slider--trigger {
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    color: #345F90;
    text-align: center;
    padding: 14px 44px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    user-select: none;
}
.tab-slider--trigger.active-tab {
    color: #fff !important;
    background-image: -moz-linear-gradient( 0deg, rgb(170,207,68) 0%, rgb(0,140,211) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(170,207,68) 0%, rgb(0,140,211) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(170,207,68) 0%, rgb(0,140,211) 100%);
    border-radius: 33px;
}
.tab-slider--body {
    margin-bottom: 20px;
}
.tab-content {
    background: #fff;
    padding: 30px;
}

/* Accordion
--------------------------------------*/
.accordion {
    width: 30vw;
    margin: 0 auto;
    border-radius: 5px;
}
.accordion-header,
.accordion-body {
    background: white;
}
.accordion-header {
    padding: 20px 16px;
    background: #3c3c3c;
    line-height: 1;
    color: white;
    cursor: pointer;
    font-size: 16px;
    transition: all .3s;
}
.accordion-header:hover {
    background: #a9cf44;
    position: relative;
    z-index: 5;
}
.accordion-body {
    display: none;
}
.accordion-body__contents {
    padding-top: 20px;
}
.accordion__item.active:last-child .accordion-header {
    border-radius: none;
}
.accordion:first-child > .accordion__item > .accordion-header {
    border-bottom: 1px solid transparent;
}
.accordion__item > .accordion-arrow {
    font-size: 1.2em;
    float: right;
    position: relative;
    top: -2px;
    transition: .3s all;
    transform: rotate(0deg);
}
.accordion__item.active > .accordion-arrow {
    transform: rotate(-180deg);
}
.accordion__item.active .accordion-header {
    background: #a9cf44;
}
.accordion__item .accordion__item .accordion-header {
    background: #f1f1f1;
    color: black;
}

/* Product pharmacy
--------------------------------------*/
.product__pharmacies {
    display: flex;
    flex-wrap: wrap;
}
.product__pharmacy-item {
    width: 32.1%;
    padding: 20px;
    background: #fafafa;
    border-radius: 5px;
    position: relative;
    margin: 0.6%;
}
.product__pharmacy-title {
    font-weight: 600;
}
.product__pharmacy-full-badge {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #00b956;
    margin-right: 5px;
}
.product__pharmacy-small-badge {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #fff601;
    margin-right: 5px;
}
.product__pharmacy-badge {
    position: absolute;
    top: 20px;
    right: 5px;
}
.accordion-arrow {
    float: right;
}
.order-review-item{
    border-bottom:1px solid #eaeaea;
    padding: 0 10px;
    margin-top:10px;
}
.order-review-item h3{
    font-size: 18px;
    margin-bottom: -5px;
}
.order-review-item span{
    font-size: 12px;
    display: inline-block;
}
.order-review-item p{
    padding: 2px 20px;
}

/* Product attributes
----------------------------------------*/
.product-attributes{
    display: flex;
    width: 100%;
}
.product-attributes__column{
    width: 50%;
}
.product-attributes__name,
.product-attributes__value{
    font-size: 12px;
}

@media screen and (max-width: 1000px) {
    .accordion {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    /* Product attributes
    ----------------------------------------*/
    .product-attributes{
        flex-direction: column;
    }
    .product-attributes__column{
        width: 100%;
    }

    /* Other
    --------------------------------------*/
    .main {
        background: #fff;
    }
    .product {
        padding: 20px 0 0 0;
        box-shadow: none;
    }
    .product-images {
        float: none;
        width: 100%;
        height: auto;
        min-height: auto;
    }
    .product-images__wpr {
        width: 100%;
        height: auto;
        border: none;
        padding: 20px 0;
    }
    .product-images__item {
        max-width: 100%;
    }
    .product-images__ps {
        display: none;
    }
    .product-detail {
        float: none;
        width: 100%;
        min-height: auto;
        padding: 0;
    }
    .product-tabs__list {
        display: none;
    }
    .product-tabs__content {
        width: 100%;
        border: none;
        padding: 20px 0 0 0;
    }
    .product__head {
        min-height: auto;
    }
    .product__price-value{
        font-size: 32px;
    }
    .product__currency{
        font-size: 26px;
    }
    .characteristic__item {
        width: 50%;
    }
    .characteristic__value {
        width: 50%;
    }
    .product-cart {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .product-cart__quantity {
        width: 50%;
    }
    .product-cart__actions {
        width: 45%;
        flex-direction: column;
    }
    .product-cart__btn {
        width: 100%;
        padding: 10px 10px;
    }

    /* Analogs
    ----------------------------------------*/
    .analogs__list{
        grid-template-columns: repeat(2, 1fr);
    }
    .analogs__item {
        padding: 15px 0;
    }
    .analog-product__btn {
        padding: 0 10px;
    }

    /* Product desc
    ----------------------------------------*/
    .product-desc{
        padding-top: 20px;
    }
    .product-desc ul li {
        font-size: 14px;
    }
    .product-desc p {
        font-size: 14px;
    }
    .product-desc h2 {
        line-height: 22px;
    }
    .product__pharmacy-description {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .product__pharmacy-item {
        width: 100%;
    }
}
