.promos-el .button:hover, .promos-el:hover {border-color:#ff7420 !important;background-color:#ff7420;box-shadow: 0 1px 12px rgba(0,0,0,.3);transition:all .2s ease;color:#fff !important;}
.promos-el_head:hover, .promos-el:hover .promos-el_head {transition:all .2s ease;color:#ff7420;}
.promos-el_img {height:100%;padding:0;width:40%;}
.promos-el_img img {width:100%;height:100%;object-fit:cover;object-position:left center;margin-right:-1px;}
.product_features-item.divider .product_features-title span {font-size:14px !important;text-transform:uppercase;margin-top:9px;}
.product-gallery .badge {right:10px;top:20px;left:unset;}
.product-card_main > .product-main_name {background:#fff;padding:10px 15px;border-radius:5px;margin:0 0 20px;border:1px solid #ebebeb;font-weight:600;font-size:23px;}
.product-card_add2cart .product-card_name h1 {font-weight:600;font-size:26px;}
.product-related_newtitle {font-size:24px;}
.product_image-preview.selected {border-color:#ff7420;}


.sort-n-view {display:flex;justify-content:space-between;}

.salesku-feature-select .sku-feature {border-radius:6px;}
.salesku_plugin-product .options .inline-select a.selected {background:#ff7420;border:1px solid #ff7420;}
.salesku-feature-block:not(:last-child) {margin-bottom:1rem;}

.product-tbl_discounts {position:absolute;bottom:-15px;z-index:100;left:0;}
.product-tbl_discounts span {background-color:#f91155;padding:.2rem .6rem;border-radius:25px;color:#fff;font-size:13px;font-weight:600;}

.button-psl {background:#ff7430;padding:20px 40px;color:#fff;text-decoration:none;transition:all .2s ease;font-size:24px;font-weight:bold;border-radius:3px;text-transform:uppercase;box-shadow:0 6px 9px rgba(0,0,0,.3);}
.button-psl:hover {background:#000;color:#fff;text-decoration:none;box-shadow:0 6px 9px rgba(0,0,0,.5);}

@media (max-width: 600px) {
    .button-psl {max-width:100%;display:block;line-height:1.3;padding:15px;font-size:16px;}
    .product-card_main > .product-main_name {font-size:18px;line-height:1.3;margin-bottom:10px;}
    .product-related_newtitle {font-size:18px;}
    .homepage--video {padding:20px 0;}
.homepage--video iframe {max-width:100% !important;min-height:300px;height:auto !important;}
.product-card_add2cart .product-card_name h1 {font-size:17px;}
    }
.whatsapp-link {position:fixed;top:30px;right:20px;z-index:9999;background:#4fce5d;border-radius:5px;display:inline-block;padding:10px;text-decoration:none;transition:0.3s ease;opacity:.93;-webkit-opacity:.93;}
.whatsapp-link .fa {font-size:24px;margin:-2px 0 0 0;display:inline-block;vertical-align:middle;}
.whatsapp-link span {margin:0 7px 0 0;}
.whatsapp-link:hover {background:#435a64;opacity:1;-webkit-opacity:1;}
body {background:#f6f6f6 !important;}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}.video-responsive iframe, .video-responsive object, .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.categories-menu_caret {color:#222;}
@media (min-width: 1001px) {
.categories-menu--dropdown .cat-submenu {box-shadow:none;}
.categories-menu--dropdown .cat-submenu:not(:has(.cat-submenu-wrap)), .categories-menu--dropdown .cat-submenu .cat-submenu-wrap {overflow-y:auto;max-height:550px;}
.categories-menu--dropdown .cat-submenu-wrap {box-shadow:0 3px 16px rgba(0,0,0,.3);}
.categories-menu--dropdown .cat-submenu li:not(:last-child) a {border-bottom:1px solid #ececec;}
.categories-menu--dropdown .cat-submenu .categories-menu_caret~.categories-menu_name {font-weight:600;}
}
.header-nav-fullsearch_form{
    position:relative;
    width:700px;
    background:#FFF;
    padding:15px;
    box-shadow:0 1px 2px rgba(0,0,0,0.2);
    border-radius:0 0 15px 15px;
    display:block;
    margin:-3px auto 1px auto;
    line-height:1;
}

.search-auto-result {
    position: absolute;
    z-index: 100;
    right: 8px;
    left: 8px;
    margin: -1px 0 0 0;
}

.auto-search {
    background: #fff;
    color: #4d4d4d;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    border-radius: 0 0 15px 15px;
}

.auto-search-all {
    width: 200px;
    margin: 0 auto;
    padding: 0 0 10px;
}

@media (max-width: 1000px) {
    .header-nav-fullsearch_form{
        width:auto;
        box-sizing:border-box;
        border-radius:0;
        margin-top:5px;
        margin-left:-10px;
        margin-right:-10px;
        padding:1px 15px 5px 15px;
    }
    .header-nav-fullsearch_form .search-sample {display:none;}

}


.search-input .btn{
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    font-size: 23px;

}


.header-nav-fullsearch_form .search-sample {
    position:absolute;
    top:0;
    right:45px;
    color:#999;
}

.product-discount_svet7 {border-radius:5px;display:block;margin:25px 0 15px 0;}
.product-discount_svet7 img {max-width:100%;border-radius:5px;opacity:1;transition:all .2s ease;}
.product-discount_svet7:hover img {opacity:.85;}

#overlay, .popup-window {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10000;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup-window.opened {
    display: block;
}
.popup-custom {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 32%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 55px 30px 20px 30px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 10001;
    border-radius:15px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    color:#000;
}
.popup-custom h1, .popup-custom h2, .popup-custom h3 {font-weight:bold;}
.popup-iframe .popup-custom {
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    border: none;
}

.popup-iframe .popup-custom iframe {
    width: 100%;
    height: 500px;
    box-shadow: none;
    border: none;
    border-radius:15px;
}

.psl-popup {background:#fff;color:#000;top:25%;left:0;right:0;margin:auto;width:42%;box-shadow:0 4px 20px rgba(0,0,0,.2);position:absolute;z-index:10001;box-sizing:border-box;}
.psl-popup .close {background:#fff;position:absolute;right:5px;top:5px;width:30px;text-align:center;height:30px;line-height:30px;cursor:pointer;color:#000;}
.psl-popup .close:before {content:"\f00d";font-family:'FontAwesome';display:block;font-size:25px;text-align:center;}
.psl-popup-body {display:flex;line-height:normal;box-sizing:border-box;}
.psl-popup-body .psl-popup-image {width:400px;flex-grow:1;flex-shrink:0;line-height:0;}
.psl-popup-body .psl-popup-image img {width:100%;max-width:100%;}
.psl-popup-body .psl-popup-form {display:flex;flex-direction:column;gap:10px;height:100%;position:relative;}
.psl-popup-body .psl-popup-form .form-group-item {margin-right:0;}
.psl-popup-body .psl-popup-form .form-group-item label {font-size:14px;}
.psl-popup-body .psl-popup-form .form-group-item input {margin-top:3px;}
.psl-popup-body .psl-popup-form .psl-popup-button {margin-top: auto;}
.psl-popup-body .psl-popup-form__result {font-size:14px;line-height:1.3;display:none;position:absolute;bottom:calc(100% + 5px);width:100%;}
.psl-popup-body .psl-popup-form__result .alert {padding:10px;border-radius:6px;}
.psl-popup-body .psl-popup-form__result .error {background-color:#b53e3e;color:#fff;}
.psl-popup-body .psl-popup-form__result .success {background-color:#4fb53e;color:#fff;}
.psl-popup-body .psl-popup-text {padding:30px;font-size:15px;line-height:1.7;display:flex;flex-direction: column;}
.psl-popup-body .psl-popup-heading {font-family: Noto Sans, sans-serif;font-size:28px;line-height:1.3;font-weight:600;margin:0 0 15px 0;color:#000;}
.psl-popup-body .psl-popup-button {margin:5px 0 0 0;background:#ff7420;box-shadow:0 0 15px rgba(255,116,32,1);color:#fff;font-size:17px;line-height:1;font-weight:600;text-align:center;padding:16px 30px;height:auto;border-radius:50px;display:inline-block;text-decoration:none;text-transform:uppercase;transition: .2s ease;}
.psl-popup-body .psl-popup-button:hover {background:#ff7420;color:#fff;background:#000;box-shadow:none;}
@media (max-width:720px) {
.psl-popup {top:auto;bottom:auto;width:100%;}
.psl-popup-body {flex-direction:column;}
.psl-popup-body .psl-popup-image {width:100%;}
}


@media (max-width:600px) {
    .popup-custom {top:5%;max-width:auto;left:10px;right:10px;min-width:auto;width:auto;}
    .popup-custom h2 {font-size:18px;line-height:26px;font-weight:600;}
}

.popup-custom .close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    box-shadow:none;
    cursor: pointer;
    outline: none;
    display:block;
    line-height:normal;
    padding:0;
    background:transparent;
}
.popup-custom .close:before {
    text-align:center;
    color: rgba(0, 0, 0, 0.9);
    content: "✕";
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.popup-custom .close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}

/* Заглушка YouTube */
@media (min-width: 1001px) {
    .homepage--video .youtube-col {width:960px;height:515px;margin:0 auto 30px auto;}
}
.youtube, .youtube .play-button, .youtube figure, .youtube img {
    cursor: pointer;
}
.youtube {
    background-color: #000;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
    .youtube .play-button {
    opacity: .8;
    background-color: #333;
    border-radius: 5px;
    height: 48px;
    width: 68px;
    z-index: 1;
}

.youtube .play-button, .youtube .play-button:before, .youtube .youtube-title, .youtube figure, .youtube iframe, .youtube img, .youtube::after {
    position: absolute;
}
    .youtube .youtube-title, .youtube .youtube-title a {
    color: #eee;
}
.youtube .youtube-title {
    font-family: "Museo Sans Cyrl","Museo Sans Cyrl 100",Arial,Verdana,sans-serif;
    font-size: 18px;
    font-weight: 100;
    height: 35px;
    left: 0;
    line-height: 20px;
    max-width: 100%;
    overflow: hidden;
    padding: 20px 25px 0;
    text-align: left;
    top: 0;
    z-index: 2;
    text-decoration:none;
}
.youtube .youtube-title a {text-decoration:none;}
    .youtube.youtube-full figure, .youtube.youtube-full img {
    top: 0;
}
.youtube figure, .youtube img {
    opacity: 1;
    left: 0;
    margin: 0!important;
    top: -16.82%;
    width: 100%;
}
    .youtube .preview {
    display: table-cell;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}
    .youtube::after {
    content: '';
    -webkit-box-shadow: inset 0 15px 60px 0 rgba(0,0,0,.75);
    box-shadow: inset 0 15px 60px 0 rgba(0,0,0,.75);
    display: block;
    height: 100%;
    left: -50px;
    top: 0;
    width: calc(100% + 100px);
}
    .youtube .play-button::before {
    content: "";
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fff;
}
.youtube .play-button, .youtube .play-button:before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
    .youtube:hover .play-button {
    opacity: 1;
    background-color: red;
}
    .youtube>iframe {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
/* Заглушка YouTube */

@media (max-width: 600px) {
.categories-list_subs_el {margin:0 0 10px;font-size:15px;}
}

/* вид товаров изменения */
.products-tile-outer {overflow:visible;}
.product-tile_image>img {border-radius:15px;}
.product-tile.hover .product-tile_inner {transition:all .2s ease;background:#4c4c4c;box-shadow:0 8px 32px rgba(76,76,76,.6);border-color:transparent;}
.product-tile.hover .product-tile_title a, .product-tile.hover .product-tile_prices .price {color:#fff;}
.product-tile.hover .product-tile_top .badge {left:10px;top:10px;}
.product-tile_prices > .compare-at-price.nowrap {margin-right:10px;text-decoration:line-through;color:#7f7f7f;font-size:14px;}

.product-tile_colors {display:flex;justify-content:start;flex-direction:row;margin:10px 0;flex-wrap:wrap;}
.product-tile_color {height:17px;width:17px;border-radius:4px;/*box-shadow:0 0 2px 2px rgba(0,0,0,0.15)*/;border:1px solid #e8e8e8;box-sizing:border-box;}
.product-tile_color:not(:last-child) {margin:0 10px 0 0;}
.product-tile_title a {line-height:1.3;text-decoration:none;}
.product-tile_sku {font-size:12px;}
.product-tile_bottom .product-tile_sku {margin:5px 0;}
.product-tile_price {}

@media (min-width:720px) {
    .header {position:sticky;top:0;z-index:1000;}
    .header.header-sticky {box-shadow:0 10px 20px rgba(0,0,0,.2);}
    .header-sticky .header_item {margin:14px 0;transition:all .3s ease;}
    .header-sticky .header_item .icon-title {height:0;visibility:hidden;width:0;}
    .header-sticky .header_item--contacts {margin:0 auto;}
    .header-sticky .catalog-nav {height:50px;line-height:50px;}
    .header-sticky .categories-menu--dropdown>ul>.categories-menu_item>.cat-submenu-wrap {top:46px;}
    .header-sticky .search-input, .header-sticky .header-search_button {height:42px;}
    .header-sticky .search-input input[type=text] {height:42px;line-height:42px;}
    .header-sticky .header-phone {font-size:15px;}
    .header-sticky .header-icon-bg {height:40px;width:40px;line-height:38px;}
.product-card_image-large {padding:0;}
.product_image-previews {margin:15px -15px 15px 0;}
.product_image-preview {width:55px;height:55px;line-height:52px;margin:0 15px 15px 0;}
.product_image-preview.selected {line-height:52px;}
.product_image-preview:nth-of-type(1), .product_image-preview:nth-of-type(2), .product_image-preview:nth-of-type(3), .product_image-preview:nth-of-type(4), .product_image-preview:nth-of-type(5), .product_image-preview:nth-of-type(6), .product_image-preview:nth-of-type(7), .product_image-preview:nth-of-type(8), .product_image-preview:nth-of-type(9){width:125px;height:125px;}
.product_image-preview.selected {border-width:2px;}
.product_image-preview.product_image-preview--video {display:inline-flex;align-items:center;justify-content:center;}
.product_image-preview.product_image-preview--video a {width:100%;height:100%;}
}
@media (max-width: 800px) {
.product_image-preview {width:62px;height:62px;}
.product-tile_image {line-height:normal;}
}
.filter-item .product-option-color_text {width:67px;}

/* product.html */
.product-card_categories a {text-decoration:none;background:#fff;border-radius:15px;border:1px solid #ebebeb;padding:1px 11px;font-size:12px;margin:0 0 4px 4px;}

/* вид товаров подключаемый в блоге и на страницах */
.product-include .product-tile_inner:hover {transform:none;box-shadow:0 4px 12px rgba(0,0,0,.2);}
.product-include .product-tile_top {padding:0;height:190px;}
.product-include .product-tile_image {height:auto;line-height:normal;}
.product-include .product-tile_image>img {width:100%;max-width:100%;height:190px;max-height:100%;object-fit:cover;border-radius:15px 15px 0 0;}
.product-include .product-tile_prices {margin:10px 0;}
.product-include .product-tile_prices .price {font-weight:600;}
.product-include .product-tile_prices .price-discount {color:#ff3b30;}
.product-include .product-tile_prices .product-tile-compare-price {font-weight:600;color:#a4b5bf;font-size:.86rem;}
.product-include .add2cart-btn {display:block;width:100%;text-decoration:none !important;}


.popup-body .popup-title {font-size:28px;line-height:1.4;text-align:center;font-weight:600;margin-bottom:40px;}
.popup-body input {margin-top:7px;}
.slide-wrap {padding:10px 0;}
.slide-wrap .steps {display:flex;justify-content:space-between;margin:10px 0;}
.slide-wrap .steps div {font-size:20px;align-self:flex-end;}
.slide-wrap .slider-range {-webkit-appearance:none;width:100%;height:12px;border-radius:5px;background:#e0e0e0;outline:none;-webkit-transition:.2s;transition:opacity.2s;}
.slide-wrap .slider-range::-webkit-slider-thumb {-webkit-appearance:none;appearance:none;width:27px;height:27px;border-radius:50%;background:#ff7420;cursor:pointer;}
.slide-wrap .slider-range::-moz-range-thumb {width:25px;height:25px;border-radius:50%;background:#4CAF50;cursor:pointer;}
.slide-wrap .steps .total-steps {font-size:38px;font-weight:600;text-align:center;margin-bottom:20px;}
.popup-body .form-step {display:none;font-size:17px;padding:10px 0;}
.popup-body .form-bottom {margin:20px 0 10px 0;}
.popup-body .back {display:none;}
.popup-body label {line-height:1.8;}
.notice {border-radius:5px;padding:10px 20px;margin:10px 0;}
.notice.success {background:#36bf33;color:#fff;}
.popup-body .error {background:#bf3333;color:#fff;}
.notify {display:block;margin:3px 0 1px 0;padding:4px 8px;font-size:14px;border-radius:2px;}

.pagination>li>a, .paging-nav ul>li>a {display:block;color:#000;font-weight:600;}
.pagination>li:hover, .paging-nav ul>li:hover {color:#fff;background:#000;}
.paging-nav ul>li:hover a {color:#fff;}
.pagination>li, .paging-nav ul>li {width:45px;height:45px;line-height:45px;font-size:15px;border-radius:4px;color:#000;margin:0 3px;}

.sidebar-product_title a {text-decoration:none;}
.sidebar-subcats li {margin:0 0 4px 0;}
.sidebar-subcats li:before {display:none;}
.sidebar-subcats li>a {background:#f8f8f8;text-decoration:none;padding:9px 12px;border-radius:5px;}
.sidebar-subcats li>a:hover {background:#ff7430;color:#fff;transition:all .2s ease;}


.product_action {border:1px solid #ff7430;background:#fff;color:#ff7430;box-shadow:none;line-height:35px;}
.product_action .fa {vertical-align:baseline;}
.product_action:hover {background:#ff7430;color:#fff;}
.no-touch .product_action:hover {color:#fff;}

.footer a {text-decoration:none;}
.footer a:hover {color:#ff7430;}

.footer_col-title {color:#cecece;}

.header-workhours {color:#000;}
.header-workhours .fa {margin:0 7px 0 0;}

.header-search .search-input .btn {top:12px;}
.header-search_button:hover {background:#ff7420;color:#fff;}
.header-search_button:focus {background:#313131;color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.16);}

.product-price-warning {padding:10px;border-radius:5px;background:#f1ede8;color:#2d363b;border:1px solid #e1e1e1;margin:0 0 20px 0;}

.badge.new {background:#1b94fa;}
.badge.bestseller {background:#21ca45;-webkit-animation:shadow_pulsate 1.2s linear infinite;animation:shadow_pulsate 1.2s linear infinite;}

@-webkit-keyframes shadow_pulsate{
 50% {box-shadow:0 2px 10px rgba(32,214,70,1);}
}
@keyframes shadow_pulsate {
 50% {box-shadow:0 2px 10px rgba(32,214,70,1);}
}
@media (max-width:500px) {
.category-subs {overflow-x:scroll;white-space:nowrap;}
.product-tile_inner {display:flex;position:relative;}
.product-tile_top {padding-right:5px;width:150px;border-bottom:0;position:relative;}
.product-tile_image {align-items:start;}
.product-tile_image>img {width:100%;min-height:50%;object-fit:cover;}
.product-tile_image .badge {top:auto;left:auto;right:0;font-size:13px;border-radius:15px;}
.salesku_plugin-product .options {margin:.1em 0 .1em 0;padding:0;}
.product-tile_bottom {padding-left:10px;max-width:55%;display:flex;flex-direction:column;}
.product-tile_cart {margin-top:auto;}
.product-tile_title a {font-weight:500;font-size:14px;}
.product-tile_sku {font-size:12.5px;line-height:14px;}
.product-tile__actions {right:auto;left:calc(50% + 10px);transform:translate(-50%,0);bottom:10px;width:auto;}
.touch .product-tile__actions {display:flex;}
.touch .product-tile .product_action {margin-right:10px;}
.product-tile_cart .product_el-stock {margin:0;font-size:13px;}
.whatsapp-link {top:20px;z-index:100;}
.whatsapp-link span {display:none;}
.product-discount_svet7 {display:none;}
.product-card_name h1 {font-size:16px;line-height:1.4;font-weight:600;}
.product-card_content_seodescr {display:none;}
.que-bottom-right {right:15px;bottom:120px;margin:0 !important;}
.header_logo img {max-width:280px;}
.mfp-close {top:10px !important;right:10px !important;}
.product-tile_color:not(:last-child) {margin-bottom:5px;}
.product-tile_prices .price {font-weight:600;}
.product-price-warning {font-size:13px;line-height:1.4;margin:0 10px 10px 10px;}
.product-card_categories {padding:0 10px;}
.wrapper-inner, .content-cols {margin-top:10px;}
.breadcrumbs {white-space:nowrap;overflow-x:scroll;overflow-y:hidden;margin-bottom:10px;margin-top:10px;}
.categories-menu-btn_icon:before {margin-top:-4px;}
}

/* analog sidebar by Valery Lapin */
.analog-viewn {text-decoration:none;transition:all .2s ease;position:relative;}
.analog-image img {transition:all .2s ease;}
.analog-viewn:hover .analog-title {color:#ff7420;}
.analog-viewn:hover .analog-image img {transform:scale(1.01);}
.analog-viewn:hover .analog-price {color:#000;}
.analog-title {display:block;font-weight:600;font-size:13.5px;line-height:1.3;text-decoration:none;margin-bottom:10px;transition:all .2s ease;}
.analog-title:after {content:"";position:absolute;left:0;top:0;bottom:0;width:100%;height:100%;z-index:100;box-sizing:border-box;}
.analog-title span {display:block;overflow:hidden;}
.analog-price {font-weight:600;font-size:18px;margin-bottom:10px;}
.analog-color-item {display:inline-block;width:20px;height:20px;border-radius:4px;margin:0 3px 3px 0;border:1px solid #e8e8e8;}
.analog-buttons {display:flex;align-items:center;}
.analog-buttons .buttons {text-align:center;text-decoration:none;padding:3px 7px;transition:all .2s ease;border:1px solid transparent;}
.analog-buttons .buttons .fa {margin-right:4px;}
.analog-buttons .btn-view {background:#ff7420;color:#fff;border-radius:10px 0 0 10px;flex:1 1 auto;}
.analog-buttons .btn-view:hover {background:#ea5f1c;}
.analog-buttons .btn-compare {background:#41433f;color:#fff;border-radius:0 10px 10px 0;flex:1 1 auto;}
.analog-buttons .btn-compare:hover {background:#000;}
.analog-buttons .btn-view:focus {background:transparent;border-color:#ff7420;color:#ff7420;}
.analog-buttons .btn-compare:focus {background:transparent;border-color:#41433f;color:#41433f;}

.mobile-analog-viewn.analog-viewn {display:flex;align-items:center;}
.mobile-analog-viewn .analog-image {margin-right:10px;}
.mobile-analog-viewn .analog-title {margin-bottom:5px;}
.mobile-analog-viewn .analog-price {margin-bottom:2px;line-height:1;}

/* cart monile version on header */
.header_item-mobile {display:flex;align-items:center;}
.header_item-mobile .header_item--contacts {width:auto;}
.header_item-mobile .header_item--cart {display:block;width:auto;margin-left:auto;}

.product-tile_image .badge {z-index:0;left:0;top:0;border-radius:25px;}
.cat-submenu-wrap, .cat-submenu {z-index:100;}

/* discount banner */
.discount-banner {background:rgb(255,116,32);background:linear-gradient(0deg, rgba(255,116,32,1) 12%, rgba(255,159,32,1) 100%);box-shadow:0 4px 10px rgba(0,0,0,.15);padding:15px 30px;margin-bottom:10px;border-radius:15px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6);text-decoration:none;transition:all .2s ease;user-select:none;}
.discount-banner .white-pill {background:rgba(255,255,255,.95);color:#000;box-shadow:0 4px 10px rgba(0,0,0,.15);border-radius:15px;padding:4px 9px;text-shadow:none;}
.discount-banner:hover {transform:translate(0,-3px);color:#fff!important;}

/* product info cards */
.product-promos {display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:15px;}
.product-promo {display:flex;align-items:center;border:1px solid rgb(255,116,32);padding:10px;border-radius:15px;background:#fff;text-decoration:none !important;transition:.2s ease;cursor:pointer;}
.product-promo__icon {flex:0 0 auto;width:45px;height:45px;margin-right:10px;background:rgb(255,116,32);border-radius:15px;display:inline-flex;align-items:center;justify-content:center;color:#fff;}
.product-promo__icon .fa {font-size:24px;}
.product-promo__text {flex:0 0 auto;width:80%;font-size:15px;}
.product-promo:hover {background:rgb(255,116,32);color:#fff;}

@media (max-width:768px) {
    .discount-banner {margin:0 10px 10px 10px;padding:10px 20px;}
    .discount-banner .white-pill {display:inline-block;margin-bottom:3px;}
    .product-promos {grid-template-columns:repeat(1,1fr);margin:0 10px 10px 10px;}
    .product-promo__text {font-size:14px;}
}

/* soc feedback panel */
.feedback-panel {position:fixed;z-index:996;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.2);box-shadow:0 1px 10px rgba(0,0,0,.2);background:#fff;
    top:50%;
    right:0;
    width:45px;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    display:flex;
    flex-direction:column;
    align-items:center;transition:transform .3s ease;
    }
    .feedback-panel_item {position:relative;height:45px;display:flex;align-items:center;justify-content:center;width:100%;color:#fff;text-decoration:none;transition:transform .3s ease;}
    .feedback-panel_item:hover {text-decoration:none;}
    .feedback-panel_item:before {position:absolute;right:-200%;content:"";background:rgba(0,0,0,.5);display:block;color:#fff;font-size:12px;line-height:1;}
    .feedback-panel_item:hover:before {content:attr(data-title);right:55px;padding:8px;min-width:130px;width:auto;}
    .feedback-panel_item .fa {font-size:26px;}
    .feedback-panel_item.whatsapp {background-color:#25D366;}
    .feedback-panel_item.whatsapp:hover {background-color:#fff;color:#25D366;}
    .feedback-panel_item.phone-call {background-color:#ff7430;}
    .feedback-panel_item.phone-call:hover {background-color:#fff;color:#ff7430;}
    .feedback-panel_item.telegram {background-color:#0088cc;}
    .feedback-panel_item.telegram:hover {background-color:#fff;color:#0088cc;}
    
    @keyframes move-left {
        0% {transform:translate(0,-50%);}
        50% {transform:translate(-10px,-50%);}
        100% {transform:translate(0,-50%);}
    }
    
    @media(max-width:968px) {
        .feedback-panel {border-radius:5px;width:auto;flex:1 1 auto;top:auto;right:10px;bottom:80px;transform:translate(0);-webkit-transform:translate(0);flex-direction:row;}
        .feedback-panel_item {width:45px;}
        .feedback-panel_item:last-child {border-radius:0 5px 5px 0;}
        .feedback-panel_item:first-child {border-radius:5px 0 0 5px;}
    }
    
    @media(min-width:1200px) {
        .feedback-panel {animation:move-left 4s infinite;animation-delay:4s;}
        .feedback-panel:hover {animation-play-state: paused;}
        
    }
/*.lazy-hidden {background:#fff url('//ressio.github.io/lazy-load-xt/dist/loading.gif') no-repeat 50% 50%;}*/

/* about us */
.about-items, .about-socials {display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:1rem;}
.about-item, .social-item {display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;border:1px solid #ebebeb;margin:-1px 0 0 -1px;padding:20px;user-select:none;text-decoration:none;transition:all .1s ease;}
.about-item:hover {z-index:5;box-shadow:0 5px 15px 5px rgba(0,0,0,.1);}
.about-item__icon, .social-item__icon {font-size:48px;color:#ff7430;margin-bottom:1rem;}
.about-item__icon .fa {display:block;}
.about-item__text {color:#111;text-align:center;}
.social-item {border:0 none;}
.social-item:hover {z-index:5;box-shadow:0 5px 15px 5px rgba(0,0,0,.2);transform:scale(1.01);}
.social-item__icon {color:#fff;font-weight:600;height:40px;display:flex;align-items:center;justify-content:center;}
.social-item__title {text-align:center;font-weight:600;font-size:20px;}
.social-item.yt {background:#c4302b;color:#fff;}
.social-item.inst {background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);color:#fff;}
.social-item.ddd {background:#5a5a5a;color:#fff;}
.social-item.ozon {background:#005bff;color:#fff;}

@media (max-width:768px) {
    .category-title {font-size:18px;line-height:1.3;}
    .about-items, .about-socials {display:grid;grid-template-columns:50% 50%;margin-bottom:1rem;}
    .product-tile .add2cart-btn {margin-top:7px;}
    .salesku_plugin-product .options .inline-select.color a {width:22px;height:22px;}
    .product-tbl_discounts {bottom:auto;top:0;}
    .header-wrap {margin-bottom:15px;}
    .header_item-content {white-space:nowrap;}
    .cartOS__checkout h1 {font-size:24px;}
}

    .form-group {display:flex;}
    .form-group:not(:last-child) {margin-bottom:1rem}
    .form-group-item:not(:last-child) {margin-right:1rem;}
    .form-bottom {display:flex;align-items:start;margin:1rem 0;}
    .form-bottom .button {background:#168520;font-size:16px;font-weight:600;padding:1rem 2rem;width:auto;height:auto;line-height:normal;}
    .discount-field {margin-right:auto;font-size:18px;}
    .discount-field span {display:inline-block;border:3px solid #ff7420;padding:.5rem 1rem;border-radius:100px;}
    @media (max-width:500px) {
    .form-bottom {flex-wrap:wrap;}
    .discount-field {margin-bottom:1rem;}
    }