/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/ /* Examples (uncomment to use):*/ /* Expand site width */ /* body .wrapper { max-width: 1400px !important; } */ /* Set site background image */ /* body { background: url(image_source) top no-repeat; } /* Hide compare button */ /* a.compare_item { display: none !important; }*/
body {
    min-width: 375px;
}

#content .right_block.catalog {
    padding: 0px !important;
}
.sections_wrapper .list .item:not(.section_item) .img {
    display: none;
}
.gift-price {
    display: flex;
    align-items: center;
    padding: 6px;
    text-align: center;

    margin: 0;
}
.item_main_info .gift-price {
    margin-left: -10px;
}
@media (max-width: 767px) {
    .gift-price {
        margin: 0;
    }
}
.gift-price div {
    text-align: center;
    width: 75%;
    display: inline-block;
}
.gift-price span {
    font-weight: 700;
}
.gift-price .first-line,
.gift-price .second-line,
.gift-price .third-line {
    display: block;
    margin: 0 auto;
}
.gift-price .second-line {
    font-size: 28px;
    color: #ff3300;
}
.gift-price .icon {
    display: inline-block;
    height: 136px;
    width: 150px;
    background: url(/images/gift-icon.png) no-repeat;
    background-position: center;
    background-size: contain;
}
@media (max-width: 767px) {
    .gift-price .icon {
        height: 56px;
        width: 56px;
    }
}
@media (max-width: 500px) {
    .wrapper_inner .cost.prices .price {
        font-size: 28px;
    }
    .cost.prices .price,
    .module-cart .row_titles .item_title,
    .module-cart .row_values .price {
        line-height: 20px;
    }
}
.gift-price.section-block {
    width: auto;
}
.gift-price.section-block .icon {
    height: 50px;
    width: 50px;
    margin: 0 6px -2px 0;
}
.gift-price.section-block span {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
}
.gift-price.section-block .second-line {
    font-size: 15px;
    line-height: 18px;
}
.gift-price.section-table {
    width: 240px;
    margin-top: 24px;
}
.display_list .cost.prices .price {
    font-size: 22px;
}
.display_list .information_wrapp .information {
    text-align: center;
}
.display_list .gift-price.section-block {
    width: 210px;
    margin-left: -10px;
}
.module_products_list td.price-cell {
    text-align: center;
}
.module_products_list td.price-cell .cost.prices .price {
    font-size: 20px;
}
.fast_view_frame.popup .catalog_detail .prices_block .price {
    font-size: 26px;
}
@media (max-width: 1200px) {
    .display_list .list_item td.information_wrapp.gift-wrapper {
        width: 240px;
        position: absolute;
        right: 0;
        bottom: 24px;
    }
    .gift-price.section-table .icon {
        height: 60px;
        width: 60px;
    }
}
@media (max-width: 767px) {
    .display_list .list_item td.information_wrapp.gift-wrapper {
        width: unset;
        position: relative;
    }
    .gift-price.section-table {
        width: 100%;
        margin-top: 0;
    }
    .gift-price.section-table .icon {
        height: 56px;
        width: 56px;
    }
    .gift-price .first-line,
    .gift-price .second-line,
    .gift-price .third-line {
        font-size: 12px;
       line-height: 100%;
    }
    .gift-price .second-line {
        font-size: 22px;
    line-height: 100%;
    }
}

html {
    height: 100%;
}

body {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100%;
}

.wrapper1 {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

#footer {
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.section_block .sections_wrapper .list .item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 5px 0px 5px 8px;
}
#mobilemenu .menu ul > li a {
    padding: 12px 20px 12px 19px;
}
.section_block .sections_wrapper .list .list_item:not(:last-child) .item:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: red;
    margin-left: 5px;
}
.section_block .sections_wrapper .list .item {
    text-decoration: underline;
}
.section_block .sections_wrapper .list .item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
}
.sections_wrapper .list .item .name a {
    font-size: 16px;
    font-weight: 400;
}
@media (max-width: 450px) {
    .section_block .sections_wrapper .list .row > div {
        width: auto;
        float: none;
    }
    .sections_wrapper .list .item .name a {
        font-size: 13px;
        font-weight: 400;
    }
    .sale-personal-section-index-block-name {
        font-size: 17px;
        margin: 6px 0px 7px;
    }
    .sale-personal-section-index-block-link {
        padding: 2px 15px;
    }
}

.edost_template_light div.edost_main h4 {
    padding-left: 70px !important;
}
@media (max-width: 600px) {
    .edost_template_light div.edost_main h4 {
        padding-left: 50px !important;
    }
}
form[action*="forgot-password"] .captcha-row,
form[action*="registration"] .captcha_image {
    height: 80px;
}
.catalog_item .gift-price {
    width: auto;
    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;
}
.catalog_item .gift-price .gift-price-lines {
    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: start;
    -ms-flex-align: start;
    align-items: start;
}
.catalog_item .gift-price .icon {
    height: 26px;
    width: 26px;
    margin-right: 5px;
}
.catalog_item .gift-price .second-line {
    font-size: 18px;
    line-height: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog_item .gift-price .first-line,
.catalog_item .gift-price .third-line {
    font-size: 12px;
    line-height: 100%;
    margin: 0;
}
@media screen and (max-width: 767px),
    projection and (max-width: 767px),
    tv and (max-width: 767px),
    handheld and (max-width: 767px) {
    .catalog_detail .tabs_section > .tabs {
        display: block;
    }
    .catalog_detail .tabs .nav-tabs {
        display: none;
    }
}

.sa_block.green .stock,
.p_block.green .item-stock .icon.stock {
    background: url(../images/check-green.png) no-repeat;
    background-size: cover;
}
.sa_block .stock,
.p_block .item-stock .icon.order {
    background: url(../images/check-yelow.png) no-repeat;
    background-size: cover;
    background-position: 0 !important;
}
.wrap_md .img img {
    height: auto;
}
.advt_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}
.product__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-height: 115px;
}
.product__images li {
    width: 20%;
    height: 54px;
    border: 1px solid transparent;
}
.product__images li span {
    width: 100%;
    height: 54px;
}
.product__images li:before {
    display: none !important;
}
.product__images-btn {
    width: 100%;
    background: #f8f8f9;
    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;
    border-radius: 4px;
    height: 24px;
    font-size: 20px;
    margin-top: 10px;
}
.product__images-btn i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.product__images-btn.open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product__images.open {
    max-height: 1000px !important;
}
.catalog_detail .item_slider #thumbs {
    height: auto !important;
}
.catalog_detail .item_slider .thumbs {
    max-width: 100%;
}
.catalog_detail .item_slider #thumbs {
    width: 300px;
    margin: 0 auto;
    max-width: 100%;
}

@media (max-width: 500px) {
    .specials.tab_slider_wrapp ul.tabs_content li.tab .catalog_block > div.item {
        width: 33.3% !important;
    }
    body .tabs_slider .catalog_item .inner_wrap {
        padding: 5px 2px 5px 2px;
        padding-bottom: 5px;
    }
    .tabs_slider .catalog_item .item-title a span {
        font-size: 12px;
        word-wrap: break-word;
        word-break: break-all;
    }
    .tabs_slider .cost.prices .price {
        font-size: 12px !important;
    }
    .tabs_slider .rating {
        margin-bottom: 3px;
    }
    .tabs_slider .wr .catalog_item .cost.prices {
        margin-top: 3px;
    }
    .tabs_slider .button_block {
        margin-top: 3px !important;
    }
    .tabs_slider .mobile .catalog_item .item_info {
        padding-bottom: 0;
    }
    .tabs_slider .catalog_block .article_block {
        display: none;
    }
    .tabs_slider .price {
        margin-bottom: 3px;
        line-height: 100%;
    }
    .tabs_slider .item-stock {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tabs_slider .item-stock.js-show-stores .value {
        border-bottom-color: #0000;
        max-width: 100%;
        word-break: break-all;
        line-break: anywhere;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .best_block.tab_slider_wrapp .item .catalog_item .item_info {
        word-break: break-all;
        max-width: 100%;
    }
    .tabs_slider .btn {
        padding: 7px 11px 9px;
    }
    .tabs_slider .sale_block .text {
        padding: 3px 3px 2px;
        font-size: 9px !important;
    }
    .tabs_slider .catalog_item .cost.prices {
        margin-top: 0 !important;
    }
    .tabs_slider .catalog_block .cost.prices .price {
        margin-bottom: 0 !important;
    }
    .tabs_slider .catalog_item .item_info {
        padding-bottom: 3px;
    }
}
@media (max-width: 520px) {
    .specials.tab_slider_wrapp ul.tabs_content li.tab .catalog_block > div.item {
        width: 33.3% !important;
    }
    body .tabs_slider .catalog_item .inner_wrap {
        padding: 5px 2px 5px 2px;
        padding-bottom: 5px;
    }
    .tabs_slider .catalog_item .item-title a span {
        font-size: 12px;
        word-wrap: break-word;
        word-break: break-all;
    }
    .tabs_slider .cost.prices .price {
        font-size: 12px !important;
    }
    .tabs_slider .rating {
        margin-bottom: 3px;
    }
    .tabs_slider .wr .catalog_item .cost.prices {
        margin-top: 3px;
    }
    .tabs_slider .button_block {
        margin-top: 3px !important;
    }
    .tabs_slider .mobile .catalog_item .item_info {
        padding-bottom: 0;
    }
    .tabs_slider .catalog_block .article_block {
        display: none;
    }
    .tabs_slider .price {
        margin-bottom: 3px;
        line-height: 100%;
    }
    .tabs_slider .item-stock {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tabs_slider .item-stock.js-show-stores .value {
        border-bottom-color: #0000;
        max-width: 100%;
        word-break: break-all;
        line-break: anywhere;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .best_block.tab_slider_wrapp .item .catalog_item .item_info {
        word-break: break-all;
        max-width: 100%;
    }
    .tabs_slider .catalog_item .cost.prices {
        margin-top: 0 !important;
    }
    .tabs_slider .catalog_block .cost.prices .price {
        margin-bottom: 0 !important;
    }
    .tabs_slider .catalog_item .item_info {
        padding-bottom: 3px;
    }
}
@media (max-width: 550px) {
    .specials.tab_slider_wrapp ul.tabs_content li.tab .catalog_block > div.item {
        width: 33.3% !important;
    }
    body .tabs_slider .catalog_item .inner_wrap {
        padding: 5px 2px 5px 2px;
        padding-bottom: 5px;
    }
    .tabs_slider .catalog_item .item-title a span {
        font-size: 12px;
        word-wrap: break-word;
        word-break: break-all;
    }
    .tabs_slider .cost.prices .price {
        font-size: 12px !important;
    }
    .tabs_slider .rating {
        margin-bottom: 3px;
    }
    .tabs_slider .wr .catalog_item .cost.prices {
        margin-top: 3px;
    }
    .tabs_slider .button_block {
        margin-top: 3px !important;
    }
    .tabs_slider .mobile .catalog_item .item_info {
        padding-bottom: 0;
    }
    .tabs_slider .catalog_block .article_block {
        display: none;
    }
    .tabs_slider .price {
        margin-bottom: 3px;
        line-height: 100%;
    }
    .tabs_slider .item-stock {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tabs_slider .item-stock.js-show-stores .value {
        border-bottom-color: #0000;
        max-width: 100%;
        word-break: break-all;
        line-break: anywhere;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .best_block.tab_slider_wrapp .item .catalog_item .item_info {
        word-break: break-all;
        max-width: 100%;
    }
    .tabs_slider .catalog_item .cost.prices {
        margin-top: 0 !important;
    }
    .tabs_slider .catalog_block .cost.prices .price {
        margin-bottom: 0 !important;
    }
    .tabs_slider .catalog_item .item_info {
        padding-bottom: 3px;
    }
}
@media (max-width: 768px) {
    .footer_inner .col-sm-6 {
        width: 50%;
    }
    .footer_inner .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-sm-12 {
        width: 100%;
    }
}
.wrapper_inner img {
    max-width: 100%;
    height: auto;
}
.slider-wrapper img {
    max-width: 100%;
}

.gift__end{
    color: red;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 100%;
    font-style: italic;
    font-weight: 600;
}

@media(min-width:992px){
    .gift__end{
        font-size: 18px;
    }
}

.snyat{
    color: #f00;
    display: block;
    font-size: 15px;
}
