.product-prev_next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}
.product-prev_next a.btn.btn-primary:focus {
    color: #fff!important;
}

.product-prev_next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    position: relative
}

.product-prev_next a:first-child {
    padding-left: 20px
}

.product-prev_next a:last-child {
    padding-right: 20px
}

.product-prev_next a:before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #fff
}

.product-prev_next .product-prev:before {
    left: 10px;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-prev_next .product-next:before {
    right: 10px;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.product_title {
    margin-top: 0;
    font-size: 25px
}

.product_info-qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product_info {
    font-size: 14px
}

.active_link {
    color: var(--main_background_color);
    font-weight: 600;
    position: relative
}

.active_link:after {
    content: '>>';
    position: absolute;
    top: 1px;
    right: -19px;
    -ms-transform: rotate(-45deg)
}

.instock, .outstock {
    font-weight: 600
}

.instock {
    color: var(--main_background_color)
}

.outstock {
    color: #d10552
}

.action-label-product {
    z-index: 1;
    font-size: 16px;
}

.btn-group.wishlist_btn {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 10px;
    z-index: 1;
    display: none;
}

.wishlist_add {
    top: 10px;
    right: 10px
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px
}

.image-additional {
    max-width: 78px
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0
}

.thumbnails .thumbnail {
    border: none;
    padding: 0;
    position: relative
}

.thumbnails .thumbnail img {
    max-width: 400px;
    width: 100%;
}

.thumbnails > img {
    width: 100%
}

.rating {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0
}

.rating .fa-stack {
    font-size: 12px
}

.rating .fa-star, .rating .fa-star-o {
    font-size: 20px
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    right: 0;
    padding-right: 0
}

.mfp-figure:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}

.mfp-title {
    text-align: center;
    background: #fff;
    color: var(--main_text_color);
    font-size: 13px;
    padding: 5px;
    font-weight: 600
}

.product_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px
}

.price-new {
    font-weight: 800;
    color: var(--main_background_color)
}

.price-old {
    color: #d10552;
    text-decoration: line-through;
    margin-left: 10px
}

.product_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0
}

.input-group.number-spinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-collapse: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group.number-spinner .input-group-btn {
    width: auto
}

.input-group.number-spinner button.btn.btn-primary {
    font-size: 20px
}

#input-quantity {
    width: auto;
    font-size: 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 50px;
    padding: 10px 0
}

#button-cart {
    width: 100%
}

.card {
    margin: 10px 0
}

.card-header .btn-primary {
    width: 100%;
    text-align: left;
    color: var(--main_background_color);
    background: 0 0;
    border: 1px solid var(--main_background_color);
    -webkit-box-shadow: none;
    box-shadow: none
}

.card-header .btn-primary:hover {
    background: var(--main_background_color);
    color: #fff;
    border-color: transparent
}

.card-body {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 5px
}

#tab-description {
    font-size: var(--main_font_size_s)
}

#newtabcontent .card-body {
    text-transform: lowercase
}

.sticky_product_info {
    width: 100%;
    max-width: 320px;
    background: #fff;
    -webkit-transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    transition: all 550ms cubic-bezier(.19, 1, .22, 1);
    right: 15%;
    bottom: 10px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    z-index: -1;
    -webkit-box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
    box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
    border-top: 1px solid #0000001f;
    padding: 10px;
    height: 60px
}

.sticky_product_info.active {
    opacity: 1;
    z-index: 1027
}

.sticky_product_info-image {
    max-width: 50px;
    height: 50px
}

.sticky_product_info-price_container {
    height: 100%
}

.sticky_product_info-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.sticky_product_info-price .special-price {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1
}

.sticky_product_info-price .old-price {
    font-size: 13px;
    text-decoration: line-through;
    color: #d10552;
    line-height: 1
}

.sticky_product_info-button {
    min-width: 140px;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: color 250ms ease, background-color 250ms ease;
    -o-transition: color 250ms ease, background-color 250ms ease;
    transition: color 250ms ease, background-color 250ms ease
}

.sticky_product_info-button.out_of_stock {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    max-width: 100px
}

.sticky_product_info-button.out_of_stock span {
    padding: 0 10px
}

.product_review-item {
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 1px 1px #ddd;
    box-shadow: 1px 1px 1px 1px #ddd;
    border-radius: 10px
}

.product_review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600
}

.product_review-header > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product_review-rating {
    text-align: center;
    position: unset
}

.product_review-date {
    text-align: right
}

.product_review-text {
    margin-top: 5px;
    font-size: 13px
}

#review-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#review-top > div:first-child {
    width: 100%;
    margin-right: 20px
}

.rating_wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.rating__icon {
    pointer-events: none
}

.rating__input {
    position: absolute !important;
    left: -9999px !important
}

.rating__label {
    cursor: pointer;
    padding: 0 .1em;
    font-size: 2rem;
    margin: 0
}

.rating__icon--star {
    color: #e69500;
    font-size: 20px
}

.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd
}

.rating_wrap:hover .rating__label .rating__icon--star {
    color: #e69500
}

.rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd
}

.title_hide {
    display: none
}

.product_radio-wrap label.control-label {
    display: none;
}

.nevet_info {
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}
.nevet_info:before {
    content: '*';
    margin-right: 5px;
    font-size: 17px;
    color: red;
}

.product_radio-wrap input[type=radio] {
    display: none
}

.product_radio-wrap input[type=radio]:checked + img {
    border-color: #74b49d
}

.product_radio-wrap input[type=radio]:checked + img + .option_value-name {
    font-weight: 600
}

.product_radio-id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.product_radio-id .radio, .product_radio-id .radio+.radio {
    margin: 0
}

.product_radio-wrap .product_radio-id label {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.attribute_title {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: var(--main_background_color);
    padding: 5px 0
}

.attribute_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px
}

.attribute_item:after {
    content: '';
    border-top: 1px dashed #ddd;
    width: 90%;
    position: absolute;
    height: 1px
}

.attribute_name, .attribute_value {
    background: #fff;
    z-index: 1
}

.attribute_name {
    padding-right: 10px
}

.attribute_value {
    padding-left: 10px;
    text-align: right
}

.attribute_value a {
    border-bottom: 1px solid #74b49d
}

.attribute_value.multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 60%
}

.attribute_value.multiple a:not(:first-child) {
    margin-left: 5px
}

.attribute_value.multiple a:not(:last-child):after {
    content: ','
}

@media (min-width: 767px) {
    .sticky_side {
        position: sticky!important;
        top: 0;
        right: 0
    }
}

@media (max-width: 991px) {
    .product_qr {
        display: none
    }
}

@media (max-width: 767px) {
    .product_title:not(.title_hide) {
        display: none
    }

    .title_hide {
        display: block;
        margin: 10px 0;
        line-height: 25px
    }

    .product_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product_wrap .sticky_side {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (max-width: 600px) {
    .product-prev_next {
        display: none
    }
}

@media (max-width: 500px) {
    .rating .fa-stack {
        font-size: 9px
    }
}

@media (max-width: 450px) {
    .sticky_product_info {
        width: 100%;
        max-width: 100%;
        right: 0;
        bottom: 0;
        height: 70px
    }

    #widget_circle {
        z-index: 999999
    }

    #widget_circle {
        bottom: 10px
    }

    .scrollup {
        bottom: 10px;
        -webkit-transition: var(--main_transition);
        -o-transition: var(--main_transition);
        transition: var(--main_transition)
    }

    #widget_circle.on_top {
        bottom: 80px
    }

    .scrollup.on_top {
        bottom: 80px
    }

    .rating .fa-stack {
        font-size: 7px
    }

    .rating .fa-star, .rating .fa-star-o {
        font-size: 16px
    }
}