@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin-ext,cyrillic-ext&display=swap);

/* global styles */
.display-table-cell,
.inline-block,
.prod-rat {
    vertical-align: middle
}

.caretalt,
.open .caretalt {
    transition: transform ease .2s
}

#menu a,
#phone .hint,
#top .btn a {
    text-decoration: none
}

#phone .allcontacts,
#top .dropdown-menu {
    z-index: 1012;
    min-width: 100%
}

#logo,
#phone,
#phone .phone {
    position: relative
}

body {
    font-family: open sans;
    background: fixed #fff
}

h1 {
    margin: 20px 0;
    font-size: 32px
}

a {
    color: #333
}

.red-link,
.red-links a,
a:active,
a:focus,
a:hover,
i.required {
    color: #4EB300
}

img {
    max-width: 100%
}

#top img {
    max-width: none
}

.fa {
    font-size: 14px
}

.inline-block {
    display: inline-block
}

.hr-margin-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.content-wrapper {
    position: relative;
}

.modal {
    background: rgba(0, 0, 0, .5)
}

.modal-content {
    overflow: hidden
}

.breadcrumb {
    background: 0 0;
    font-size: 13px;
    padding: 0 5px;
    margin-bottom: 15px
}

.breadcrumb>li {
    display: inline
}

.btn-link {
    color: #333
}

.pagination-wrapper {
    font-size: 0;
    line-height: 0
}

.pagination {
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143
}

.alert-alt,
.col-show-button {
    margin-bottom: 20px
}

label {
    font-weight: 400
}

.required>label:before {
    content: "* ";
    color: red
}

#footer-map .glass:after,
#footer-map .glass:before,
#footer-map .map-toogle:before,
.product-tabs>li.active>a:after,
.short-attr-table .left:after {
    content: ""
}

#show-modules-col-left.open>.show-icon,
#show-modules-col-left>.hid-icon,
#show-modules-col-right.open>.show-icon,
#show-modules-col-right>.hid-icon {
    display: none
}

#show-modules-col-left.open>.hid-icon,
#show-modules-col-left>.show-icon,
#show-modules-col-right.open>.hid-icon,
#show-modules-col-right>.show-icon {
    display: inline-block
}

.common-home .col-show-button {
    display: none !important
}

.image-radio {
    display: inline-block
}

.image-radio input {
    display: none
}

.image-radio img {
    cursor: pointer
}

.image-radio input:checked+img {
    border-color: #444;
    background-color: #444
}

@media (min-width:768px) {
    .image-radio img {
        max-width: 39px
    }
}

@media (min-width:992px) {
    .image-radio img {
        max-width: 41px
    }
}

@media (max-width:768px) {
    .text-right-xs {
        text-align: right
    }

    .text-left-xs {
        text-align: left
    }

    .text-center-xs {
        text-align: center
    }

    .dropdown-menu.pull-left-xs {
        left: 0;
        right: auto
    }

    .hid-col-left,
    .hid-col-right {
        display: none
    }

    .common-home .hid-col-left,
    .common-home .hid-col-right,
    .hid-col-left.show,
    .hid-col-rigth.show {
        display: block
    }
}

@media (min-width:768px) {
    .text-right-sm {
        text-align: right
    }

    .text-left-sm {
        text-align: left
    }

    .text-center-sm {
        text-align: center
    }
}

@media (min-width:992px) {
    .text-right-md {
        text-align: right
    }

    .text-left-md {
        text-align: left
    }

    .text-center-md {
        text-align: center
    }
}

@media (min-width:1200px) {
    .image-radio img {
        max-width: 44px
    }

    .text-right-lg {
        text-align: right
    }

    .text-left-lg {
        text-align: left
    }

    .text-center-lg {
        text-align: center
    }
}

.visible-xs-inline {
    display: none
}

@media (max-width:768px) {
    .visible-xs-inline {
        display: inline
    }
}

.display-table {
    display: table;
    width: 100%;
    height: 100%
}

.display-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%
}

.open .caretalt {
    transform: rotate(-180deg)
}

.alert-alt {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert-info-alt {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-success-alt {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-danger-alt {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-warning-alt {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

#top {
    background: #fff;
    font-size: 0;
    border-bottom: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1)
}

.dropdown-menu-icon,
.list-group-icon {
    font-size: 14px;
    width: 20px;
    text-align: center
}

#top .btn-group {
    margin: 0 3px
}

#top .pull-left>div:first-child .btn-group {
    margin-left: 0
}

#top .pull-right>div:last-child .btn-group {
    margin-right: 0
}

#top .btn {
    background: #f5f5f5;
    line-height: 26px;
    border-color: #ddd;
    padding: 0 8px
}

#top .btn img {
    vertical-align: baseline
}

#top .btn .badge {
    border-radius: 4px;
    background: #ddd;
    color: #333
}

#top .btn .caretalt,
#top .btn .icon {
    color: #777
}

#top .btn:hover .icon {
    color: #4EB300
}

#top .btn-group.open .btn,
#top .btn-group .btn:active {
    border: 1px solid #4EB300;
    background-color: #fff;
    box-shadow: unset;
}

@media (max-width:768px) {
    #top .btn-group {
        margin-left: 2px;
        margin-right: 2px
    }

    #top .btn {
        padding-left: 4px;
        padding-right: 4px
    }
}

#langmark .btn.dropdown-toggle {
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#langmark .dropdown-menu>li>span {
    padding: 3px 20px;
    white-space: nowrap;
    display: block;
    line-height: 1.42857143;
    cursor: default;
    clear: both;
    font-weight: 400;
    color: #333;
}

@media (min-width:787px) {
    #top {
        border-bottom: 1px solid #fff;
        box-shadow: unset;
    }

    #langmark .btn.dropdown-toggle {
        min-width: 130px;
    }
}

.dropdown-menu-icon {
    color: #777;
    margin-left: -10px
}

a:hover .dropdown-menu-icon {
    color: #4EB300
}

.list-group-icon {
    color: #777
}

a:hover .list-group-icon {
    color: #4EB300
}

.card-icon {
    line-height: 42px;
    width: 50px;
    text-align: center;
    font-size: 42px;
    color: #aaa
}

.well:hover .card-icon {
    color: #4EB300
}

.well.red-links .pull-left img {
    margin: 0 10px 5px 0;
}

.input-group-addon .fa {
    width: 18px;
    text-align: center
}

#logo {
    padding: 20px 0
}

#logo img {
    margin-left: auto;
    margin-right: auto
}

@media (max-width:992px) {
    #logo {
        padding: 20px 0 10px
    }
}

#phone {
    padding: 10px 0
}

#phone .phone {
    font-size: 15px;
    line-height: 17px;
    display: inline-block
}

#phone .main-phone {
    cursor: pointer
}

#phone .phone .icon {
    color: #ccc;
    font-size: 14px
}

#phone .hint {
    font-size: 12px;
    line-height: 12px;
    color: #aaa
}

#phone .allcontacts {
    margin-top: 7px
}

#phone .fu {
    width: 16px;
    text-align: center;
    padding: 1px 0
}

#phone .max16 {
    max-width: 16px
}

#phone .schedule {
    padding: 2px 0;
}

#cart,
#cart>.btn {
    border-radius: 5px
}

#cart,
#search {
    position: relative;
    margin-bottom: 20px
}

#header-menu {
    padding: 10px 0 20px
}

#header-menu .btn {
    line-height: 20px;
    font-size: 15px
}

#header-menu .btn span {
    border-bottom: 1px solid #ddd
}

#change_category,
#search-button {
    background-color: #eee;
    border-color: #ccc
}

#header-menu i {
    color: #ccc
}

@media (min-width:992px) {
    #logo img {
        margin-left: 0
    }

    #phone {
        padding: 30px 0 10px
    }

    #header-menu {
        padding: 33px 0
    }
}

#search {
    z-index: 1011
}

#search .btn {
    padding-top: 10px;
    padding-bottom: 10px
}

#change_category {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    border-right-width: 0
}

#change_category .category-name {
    display: inline-block;
    vertical-align: bottom;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#search .btn .caret {
    color: #ccc
}

#search-button {
    color: #333;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

#search .form-control {
    height: 42px
}

#cart {
    z-index: 1010
}

#cart>.btn {
    background: url(../image/cart.png) left center no-repeat #4EB300;
    padding: 4px 15px 4px 10px;
    line-height: 32px;
    color: #ddd
}

#menu #menu-list>li .child-box a:hover,
#menu #menu-list>li .toggle-child.open,
#menu #menu-list>li .toggle-child2.open,
#menu #menu-list>li>a.hover {
    background: #f5f5f5
}

#menu,
#menu .btn {
    border-radius: 6px
}

#cart>.btn>.fa {
    line-height: 32px;
    float: right;
    color: #fff
}

#cart>.btn #cart-total {
    display: block;
    color: #ddd;
    text-align: left;
    margin-left: 40px;
    margin-right: 15px
}

#cart>.btn #cart-total b,
#menu .btn {
    color: #fff
}

#cart .prices,
#cart .products {
    line-height: 32px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline
}

#cart .dropdown-menu {
    min-width: 100%
}

#cart .dropdown-menu table {
    margin-bottom: 10px
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px
}

@media (min-width:992px) {

    #cart .prices,
    #cart .products {
        line-height: 16px;
        font-size: 13px;
        display: block
    }
}

#menu #menu-list .arrow,
#menu .btn>.fa {
    line-height: 20px;
    float: right
}

@media (max-width:478px) {
    #cart .dropdown-menu {
        width: 100%
    }

    #cart .dropdown-menu li>div {
        min-width: 100%
    }
}

#menu {
    margin-bottom: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 1009
}

#menu .btn {
    font-weight: 700;
    text-align: left;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .1);
    padding: 10px 20px;
    z-index: 1001
}

#menu.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none
}

#menu.open .btn {
    border-radius: 6px 6px 1px 1px
}

#menu #menu-list {
    width: 100%;
    border-color: #ddd;
    border-radius: 0 0 4px 4px;
    padding: 0;
    margin: -1px 0 0
}

#menu #menu-list>li .child-box-cell .child2-box li,
#menu #menu-list>li+li {
    border-top: 1px solid #eee
}

#menu #menu-list .arrow {
    color: #aaa
}

#menu #menu-list>li>.with-child.hover .arrow,
#menu #menu-list>li>.with-child:hover .arrow {
    color: #4EB300
}

#menu #menu-list .count {
    font-size: .75em;
    color: #ccc;
    margin-left: 3px
}

#menu #menu-list .livel-down {
    color: #ddd;
    margin-right: 5px
}

#menu #menu-list>li>a.hover,
#menu #menu-list>li>a:hover {
    color: #4EB300;
    position: relative;
    z-index: 1009
}

#menu #menu-list>li {
    padding: 0
}

#menu #menu-list>li>a {
    padding: 8px 8px;
    font-size: 14px;
    white-space: normal;
    font-weight: 600;
    line-height: 1.42857143;
}

#menu #menu-list>li:first-child>a {
    padding-top: 10px
}

#menu #menu-list>li a .arrow,
#menu-home-helper {
    display: none
}

#menu #menu-list:hover {
    display: block
}

#menu #menu-list>li .with-child {
    margin-right: 39px;
    clear: none
}

#menu #menu-list>li .toggle-child {
    display: block;
    float: right;
    width: 38px;
    padding: 8px 0;
    text-align: center;
    color: #aaa
}

#menu #menu-list>li:first-child .toggle-child {
    padding: 10px 0 8px
}

#menu #menu-list>li .toggle-child .fa {
    float: none
}

#menu #menu-list>li .toggle-child .minus {
    display: none
}

#menu #menu-list>li .toggle-child.open .minus {
    display: inline
}

#menu #menu-list>li .toggle-child.open .plus {
    display: none
}

#menu #menu-list>li .with-child2 {
    margin-right: 40px;
    clear: none
}

#menu #menu-list>li .toggle-child2 {
    display: block;
    float: right;
    width: 38px;
    padding: 8px 0;
    text-align: center;
    color: #aaa
}

#menu #menu-list>li .toggle-child2 .fa {
    float: none
}

#menu #menu-list>li .toggle-child2 .minus {
    display: none
}

#menu #menu-list>li .toggle-child2.open .minus {
    display: inline
}

#menu #menu-list>li .toggle-child2.open .plus {
    display: none
}

#menu #menu-list>li .child-box {
    padding: 0;
    display: none
}

#menu #menu-list>li .child-box-cell {
    padding: 0;
    border-top: 1px solid #eee
}

#menu #menu-list>li .child-box .h5 {
    margin: 0
}

#menu #menu-list>li .child-box .h5 a {
    display: block;
    padding: 8px 20px;
    line-height: 1.42857143
}

#menu #menu-list>li .child-box-cell .child2-box {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none
}

#menu #menu-list>li .child-box-cell .child2-box a {
    display: block;
    padding: 8px 20px 8px 35px;
    line-height: 1.42857143;
    color: #555
}

#menu #menu-list>li .child-box-cell .child2-box a:hover {
    color: #4EB300
}

@media (min-width:992px) {

    #menu #menu-list>li>.with-child.hover:after,
    #menu #menu-list>li>.with-child:hover:after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        height: 100%;
        width: 20px;
        background: #fff;
        z-index: 1009
    }

    #menu #menu-list>li>.with-child.hover,
    #menu #menu-list>li>.with-child:hover {
        background: linear-gradient(to right, #f5f5f5 70%, #fff 90%)
    }

    #menu-list+#menuMask {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #000;
        opacity: .2;
        z-index: 1038
    }

    #menu #menu-list>li a .arrow,
    #menu-list:hover+#menuMask {
        display: block
    }

    #menu-list:hover,
    #menu-list:hover #menu-list,
    #menu:hover,
    #menu:hover>.btn {
        z-index: 1039
    }

    .blured .content-wrapper,
    .blured footer,
    .blured header #top,
    .blured header .cart-box,
    .blured header .logo-line,
    .blured header .search-box {
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }

    #menu #menu-list>li .toggle-child,
    #menu #menu-list>li .toggle-child2 {
        display: none
    }

    #menu #menu-list>li .with-child,
    #menu #menu-list>li .with-child2 {
        margin-right: 0
    }

    #menu #menu-list>li .child2-box {
        display: block
    }

    #menu #menu-list>li .child-box {
        display: none;
        background: #fff;
        position: absolute;
        left: 100%;
        top: -5px;
        min-height: 100%;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 5px 0;
        margin-top: -1px;
        margin-left: -3px;
        box-shadow: 2px 6px 12px rgba(0, 0, 0, .4);
        box-sizing: content-box;
        z-index: 1008
    }

    #menu #menu-list>li .child-box .row>.col-md-12:nth-child(1) .child-box-cell,
    #menu #menu-list>li .child-box .row>.col-md-4:nth-child(1) .child-box-cell,
    #menu #menu-list>li .child-box .row>.col-md-4:nth-child(2) .child-box-cell,
    #menu #menu-list>li .child-box .row>.col-md-4:nth-child(3) .child-box-cell,
    #menu #menu-list>li .child-box .row>.col-md-6:nth-child(1) .child-box-cell,
    #menu #menu-list>li .child-box .row>.col-md-6:nth-child(2) .child-box-cell,
    #menu #menu-list>li .child-box-cell .child2-box li {
        border-top: none
    }

    #menu #menu-list>li:hover>.child-box {
        display: block
    }

    #menu #menu-list>li .child-box>.row {
        padding: 4px 20px
    }

    #menu #menu-list>li .child-box .h5 {
        margin: 8px 0
    }

    #menu #menu-list>li .child-box .h5 a {
        display: inline;
        padding: 0;
        font-weight: 600;
        line-height: 1.42857143
    }

    #menu #menu-list>li .child-box .h5 a:hover {
        background: 0 0;
        color: #4EB300
    }

    #menu #menu-list>li .child-box-cell .child2-box {
        padding: 0 0 10px;
        margin: 0;
        list-style: none;
        display: block
    }

    #menu #menu-list>li .child-box-cell .child2-box a {
        display: inline;
        padding: 0;
        line-height: 1.42857143
    }

    #menu #menu-list>li .child-box a:hover {
        background: 0 0
    }

    .common-home #menu #menu-list {
        display: block
    }

    #menu-home-helper {
        display: block;
        margin-bottom: 20px
    }

    .common-home #menu .btn {
        border-radius: 5px 5px 1px 1px
    }

    .box-col-3 {
        width: 331.2%
    }

    .box-col-2 {
        width: 220%
    }

    .box-col-1 {
        width: 110%
    }

    .inline-info-right {
        float: right
    }
}

@media (min-width:1200px) {
    .box-col-3 {
        width: 325.4%
    }
}

#content {
    min-height: 400px
}

#content .col-lg-8,
#content .col-md-6,
#content .col-sm-6 {
    max-width: 100%;
}

.btn-addtocart {
    color: #fff;
    background-color: #4EB300;
    border-color: #4EB300;
    padding: 10px;
    font-size: 18px
}

.btn-addtocart:hover {
    color: #fff;
    background-color: #337400;
    border-color: #337400
}

.btn-addtocart.active,
.btn-addtocart:active,
.open>.dropdown-toggle.btn-addtocart {
    color: #fff;
    background-color: #4EB300;
    border-color: #4EB300
}

.btn-wc {
    text-align: left
}

.product-thumb .image .sticker {
    position: absolute;
    background: #4EB300;
    left: 0;
    top: 10px;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px 5px 15px;
    opacity: .9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.product-thumb .image .sticker {
    left: 10px
}

.product-thumb .image .sticker {
    opacity: 1
}

.product-thumb .image .sticker:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-top: 30px solid #4EB300;
    border-right: 15px solid transparent
}



.price-old {
    color: #ff0000;
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through
}

.inline-info,
.inline-info-right {
    font-size: 13px;
    display: inline-block
}

form>.buttons {
    margin-bottom: 20px
}

.inline-info {
    margin-right: 25px;
    color: #4EB300
}

.inline-info b {
    font-weight: 400;
    color: #333
}

.inline-info-right .stars {
    display: inline-block;
    color: #ccc;
    font-size: 14px;
    margin-right: 7px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1)
}

.inline-info-right .stars .active {
    color: #4EB300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.prod-rat {
    font-size: 0;
    color: #ccc;
    display: inline-block
}

.prod-rat * {
    margin: 0
}

.prod-rat input {
    display: none
}

.prod-rat label .fa {
    font-size: 28px;
    padding: 2px 4px 2px 0;
    cursor: pointer
}

.rat-star.active {
    color: #4EB300 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.rat-star.checked {
    color: #4EB300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.thumbnails {
    background: #fff;
    margin-bottom: 20px
}

.thumbnails .main-image-wrapper {
    text-align: center;
    margin-bottom: 10px
}

.thumbnails .main-image {
    display: inline-block
}

.images-additional {
    text-align: left;
    font-size: 0;
    margin-left: -5px
}

.images-additional .thumbnail {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px
}

#product .price h2 {
    margin-top: 0;
    margin-bottom: 15px
}

#product .price .price-old {
    color: #ff0000;
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through;
    display: block;
}

#product .price .points,
#product .price .tax {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-top: 10px
}

#product .radio-checbox-options {
    display: inline-block
}

#product .radio-checbox-options input {
    display: none
}

#product .radio-checbox-options label {
    padding: 3px 5px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-weight: 400;
    cursor: pointer
}

#product .radio-checbox-options label:hover {
    background: #f5 �%     �%                    p�%            @�%    ��%            @�%    g+      @�%            2px;
    display: inline-block;
    background: #eee;
    border-radius: 3px
}

#product .radio-checbox-options label:hover .option-price {
    background: #fff
}

#product .radio-checbox-options input:checked+label {
    color: #fff;
    background-color: #4EB300;
    border-color: #4EB300
}

#product .radio-checbox-options input:checked+label .option-price {
    background: rgba(255, 255, 255, .3)
}

.quantity-plus-minus {
    padding: 0;
    background: #fff
}

.quantity-plus-minus .btn {
    display: block;
    padding: 0;
    border-radius: 0;
    line-height: 14px;
    background: #eee;
    width: 25px;
    text-align: center;
    border-top-color: #fff;
    border-left-color: #fff
}

.quantity-plus-minus .btn:first-child {
    border-radius: 4px 0 0;
    border-bottom-color: #ccc
}

.quantity-plus-minus .btn:last-child {
    border-radius: 0 0 0 4px
}

@media (max-width:992px) {
    .quantity {
        margin-bottom: 10px
    }
}

.related-products {
    border-color: #ccc
}

.product-tabs>li>a {
    border-color: #ddd;
    background: #f5f5f5;
    margin-right: 5px;
    margin-top: 4px
}

.product-tabs>li>a:hover {
    border-color: #ccc;
    background: #f5f5f5
}

.product-tabs>li.active>a {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0
}

.product-tabs>li.active>a:after {
    position: absolute;
    background: inherit;
    width: 100%;
    height: 10px;
    top: 100%;
    left: 0
}

.tab-content {
    padding: 15px 0
}

.capcha {
    padding: 0;
    overflow: hidden
}

.capcha img {
    margin: -2px -1px -1px
}

#category-column-left #column-left {
    width: 100%;
    padding: 0
}

.filter-item {
    padding: 2px 5px;
    margin: 0
}

.filter-name {
    margin: 0 0 0 20px
}

.filter-total {
    font-size: .8em;
    color: #bbb;
    vertical-align: bottom
}

.filter-item:hover {
    background: #f5f5f5
}

.module-filter input[type=checkbox] {
    display: none
}

.module-filter input[type=checkbox]+label {
    font-weight: 400;
    cursor: pointer;
    display: block;
    margin: 0;
    line-height: 20px
}

.module-filter input[type=checkbox]+label .check-icon {
    display: block;
    float: left;
    line-height: 20px;
    width: 20px;
    color: #ccc
}

.module-filter .filter-item:hover .check-icon {
    color: #4EB300
}

.module-filter input[type=checkbox]+label .check {
    display: none
}

.module-filter input[type=checkbox]:checked+label .check {
    display: inline-block;
    color: #4EB300
}

.module-filter input[type=checkbox]:checked+label .uncheck {
    display: none
}

.filter-toggle {
    cursor: pointer;
    color: #aaa
}

.filter-toggle:hover {
    color: #4EB300
}

.filter-toggle .on {
    display: block;
    line-height: 20px
}

.filter-toggle .off,
.filter-toggle.collapsed .on {
    display: none
}

.filter-toggle.collapsed .off {
    display: block;
    line-height: 20px
}

#column-left .custom-blocks>.col-sm-4,
#column-right .custom-blocks>.col-sm-4,
#home_position_1 .custom-blocks>.col-sm-4,
#home_position_4 .custom-blocks>.col-sm-4 {
    width: 100%
}

.custom-blocks .custom-block {
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 13px 15px;
    background: #fff
}

.custom-block .image {
    width: 50px;
    float: left
}

.custom-block .text {
    margin-left: 65px
}

.custom-block a,
.custom-block a:hover {
    text-decoration: none
}

.custom-block .text h4-p {
    margin: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #e5e5e5;
    height: 25px;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px
}

.custom-block .text p {
    margin: 4px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.3;
    height: 36px;
    overflow: hidden
}

.subcategory {
    padding: 4px 7px
}

.subcategory:hover {
    border-color: #ccc;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
    transition: all .2s ease-in-out
}

.subcategory img {
    max-width: 60px
}

.subcategory .no-image {
    font-size: 28px;
    line-height: 120px;
    width: 100%;
    text-align: center;
    color: #ddd
}

.subcategory .name-wrapper {
    text-align: center;
    height: 60px;
    overflow: hidden
}

.subcategory .h5 {
    line-height: 1.42857143;
    margin: 0
}

.short-attr-table {
    width: 100%
}

.short-attr-table td {
    vertical-align: bottom;
    overflow: hidden
}

.short-attr-table .left {
    width: 65%
}

.short-attr-table .left span {
    margin-right: 7px
}

.short-attr-table .right {
    width: 35%
}

.short-attr-table .right span {
    margin-left: 7px
}

.short-attr-table .left:after {
    display: inline-block;
    width: 100%;
    margin-right: -100%;
    border-bottom: 1px dotted #ccc;
    vertical-align: baseline
}

#content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}

.product-layout {
    display: flex;
    align-self: stretch;
    margin-bottom: 16px;
}

.product-thumb {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-self: stretch;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.product-layout.product-list .product-thumb {
    flex-direction: row;
    align-items: center;
}

.product-layout .image {
    padding: 0;
    height: auto;
}

.product-layout.product-grid .image {
    width: 100%;
}

.product-layout .image a {
    min-height: 186px;
    display: block;
}

.product-layout .image+div {
    display: flex;
    justify-content: stretch;
    align-self: stretch;
    height: 100%;
}

.product-layout .caption .h4-p>a {
    /* font-size: 16px */

    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}

.product-layout:hover .btn-addtocart {
    color: #fff;
    background-color: #4EB300;
    border-color: #4EB300;
    transition: all .2s ease;
    transition: all .2s ease-in-out
}

.product-layout:hover .btn-addtocart.active,
.product-layout:hover .btn-addtocart:active,
.product-layout:hover .btn-addtocart:hover,
.product-layout:hover .open>.dropdown-toggle.btn-addtocart {
    color: #fff;
    background-color: #4EB300;
    border-color: #337400
}

.product-grid .description {
    display: none
}

.product-grid .caption .h4-p {
    margin: 0 0 7px;
    position: relative;
    height: 40px;
    overflow: hidden
}

/* .product-grid .caption .h4-p a {
    display: block;
    font-size: 16px;
    line-height: 20px
} */

.product-layout .caption {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-self: stretch;
    width: 100%;
}

.product-layout .caption .price {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-bottom: unset;
}

.product-layout .caption .price .price-old {
    color: #ff0000;
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through;
}

/* .product-layout .caption .price .price-new {
    font-weight: 600
} */

.product-layout .caption .price .price-tax {
    color: #333;
    font-size: 14px;
    font-weight: 300
}

.product-layout .caption .rating {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}

.product-layout .caption .rating .review_count {
    color: #9B9B9B;
}

.product-layout .caption .rating .rating_count .fa-stack {
    display: inline-flex;
    width: 12px;
    height: 12px;
    font-size: 12px;
    vertical-align: unset;
    color: #FFBB00;
}

.product-layout .caption .rating .rating_count .fa-stack.star-o {
    color: #D9D9D9;
}



/* .product-layout .caption .rating {
    color: #ddd
} */

/* .product-layout .caption .rating .active {
    color: #4EB300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1)
} */

.product-layout .caption .attributes {
    padding: 10px 5px;
}


.product-layout .caption .btn-group {
    display: flex;
    justify-content: center;

    /* margin-top: 16px; */
    margin-top: auto;
}

.product-layout .caption .btn-group .btn {
    width: 100%;
}

.product-layout .caption .btn-group .btn .icon::before {
    margin-right: 10px;
}



.product-layout .caption .additional-buttons {
    position: absolute;
    right: 12px;
    top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-layout .caption .additional-buttons .btn {
    padding: 1px 3px;
}

@media (min-width:992px) {
    .product-list .image {
        float: left;
        margin-right: 20px
    }

    .product-list .image img {
        max-width: 200px
    }

    .product-layout .product-thumb:hover {
        border-color: #ccc;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
        transition: all .2s ease-in-out
    }
}

.slideshow {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative
}

@media (min-width:1200px) {
    .common-home .slideshow .nivoSlider {
        left: auto;
        margin-left: 0;
        width: auto
    }
}

.slideshow .nivo-controlNav {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px 12px;
    z-index: 999;
    text-align: center;
    width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: -1px
}

@media (min-width:992px) {
    .slideshow .nivo-controlNav {
        text-align: right
    }
}

.slideshow .nivo-controlNav .nivo-control {
    background: #fff;
    margin: 3px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    text-align: center;
    font-size: 0;
    border-radius: 50%;
    text-decoration: none
}

.banner,
.footer-box {
    margin-bottom: 20px
}

.slideshow .nivo-controlNav .nivo-control.active,
.slideshow .nivo-controlNav .nivo-control:hover {
    background: #4EB300;
    color: #fff;
    text-decoration: none
}

.slideshow .nivo-slice[name="0"] {
    border-radius: 6px
}

.footer-box {
    background: #fff0;
    position: relative;
    z-index: 2;
    /* border: 1px solid #ddd; */
    /* border-radius: 6px; */
    /* box-shadow: 0 3px 10px rgba(0, 0, 0, .1); */
    /* padding: 30px 30px 20px; */
    padding: 30px 0 20px;
    margin-top: 20px
}

#footer-map+.container>.footer-box {
    margin-top: 0
}

/*.footer-box .h5{font-size:16px;font-weight:600;line-height:20px}*/
.text-bold {
    font-weight: 700
}

/*.footer-box .h5 span{vertical-align:bottom;border-bottom:1px solid #ddd}*/
.footer-box hr {
    border-color: #eee
}

.footer-box li {
    margin: 3px 0
}

.footer-box .fa,
.footer-box .glyphicon {
    font-size: 14px;
    line-height: 20px;
    vertical-align: bottom;
    color: #4EB300;
    margin-right: 10px
}

.pay-icons {
    margin: 5px 0 0
}

.pay-icons li {
    display: inline-block;
    opacity: .75
}

.pay-icons li:hover {
    opacity: 1
}

#footer-map {
    background: fixed #fff;
    position: relative
}

#footer-map .close-map {
    position: absolute;
    top: 47px;
    right: 10px;
    display: none;
    font-family: arial
}

#footer-map .close-map .btn-contacts {
    width: 200px
}

#footer-map .map-toogle {
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -22px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #bbb;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

#footer-map .map-toogle:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 50%;
    z-index: 3
}

#footer-map .map-toogle a {
    z-index: 4;
    position: relative;
    display: block;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    background: #4EB300;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    line-height: 36px;
    text-align: center;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    cursor: pointer
}

#footer-map .glass,
#footer-map .glass:after,
#footer-map .glass:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

#footer-map .glass:before {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1) */
}

#footer-map .glass:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 0) 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0) */
}

#footer-map .map-content {
    position: relative;
    height: 80px;
    overflow: hidden;
    opacity: 1
}

#footer-map .map-content>ymaps {
    width: auto !important;
    height: 100% !important
}

#footer-map .ymaps-2-1-29-copyrights-pane {
    display: none
}

#footer-map .ymaps-2-1-29-controls-pane {
    opacity: 0
}

.map-open {
    overflow: hidden
}

.map-open #footer-map .container {
    width: 100%;
    padding: 0
}

.map-open #footer-map .close-map {
    display: block
}

.map-open #footer-map .glass {
    visibility: hidden
}

.map-open #footer-map .ymaps-2-1-29-controls-pane {
    opacity: 1
}

#scroll-top-button {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: rgba(0, 0, 0, .2);
    z-index: 99999;
    cursor: pointer
}

#scroll-top-button:hover {
    color: rgba(0, 0, 0, .3)
}

#scroll-top-button .fa {
    font-size: 42px
}

.map-open #scroll-top-button {
    display: none !important
}

.availability {
    font-size: 14px
}

.text-red {
    color: #fe090e
}

.text-green {
    color: #4eb301
}

.product_attributes {
    margin-top: 20px;
    display: none;
    position: absolute;
    width: 100%;
    top: 95%;
    padding: 10px 5px;
    z-index: 10;
    left: 0;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    transition: all .2s ease-in-out
}

.product_attribute {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.product-layout:hover .product_attributes {
    display: block
}

/* .product-item:hover .product_attributes {
    display: block;
    z-index: 1000
} */

.showcart {
    padding: 12px
}

.cartcheckout {
    background: #4eb301;
    color: #fff;
    padding: 12px 20px
}

.cartcheckout:hover {
    color: #fff;
    background: #337400
}

.product_stock_status {
    padding: 7px 5px;
    border-radius: 5px;
    border: 1px solid #cecece;
    width: auto;
    display: inline-block;
    margin: 5px 0;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}

.attributes,
.product_attribute {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 5px 10px;
}

.attribute_name {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #9B9B9B;
}

.attribute_value {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
}

.product_attribute {
    /* border-top: 1px solid #4eb301;
    border-bottom: 1px solid #4eb301 */
}

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

    .attribute_name,
    .attribute_value {
        font-size: 12px
    }
}

#tab-description .descript {
    margin-bottom: 15px;
}

#tab-description iframe {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.product_stock_status.p- {
    background-color: #d1edd1;
    color: green;
}

.product_stock_status.p-5 {
    background-color: #efafaf;
    color: red;
}

.product_stock_status.p-11 {
    background-color: #ff9800;
    color: white;
}

.product_stock_status.p-12 {
    width: 100%;
    text-align: center;
    background-color: #a7a7a7;
}

.availability .p-5 {
    color: red;
}

.availability .p-11 {
    color: #ff9800;
}

.availability .p-9 {
    color: beige;
}

.product_stock_status.p-9 {
    background-color: beige;
}

.category_thumb {
    float: left;
    width: 19px;
    height: 19px;
    margin: 0px 5px 0px 0px;
    vertical-align: top;
}

.opt_block {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    max-width: 127px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 20px;
}

.opt_block .price_opt_pre {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.opt_block .price_opt {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #f60;
}

.opt_block .price_opt_post {
    text-align: center;
    font-size: 13px;
    display: block;
}

.news_holder .btn-danger {
    background-color: #4eb300;
    border-color: #4eb300;
}

.news_holder .btn-danger:hover {
    background-color: #337400;
    border-color: #337400;
}

.news_holder .product-grid .caption .h4-p a {
    font-size: 16px;
    font-weight: bold;
}

.news_holder .product-thumb {
    position: relative;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.news_holder .button-group button {
    background: #eee;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ddd;
    color: #333;
}

.news_holder .button-group button:hover {
    color: #333;
    box-shadow: -1px -1px 0 rgba(159, 159, 159, 0.5);
}

button.smch_call_button.btn.btn-primary.btn-lg.btn-block {
    background: #ff6600;
    border-color: #f26202;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
}

button#salesdriveforms_action_btn_2_0 i {
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 41px;
}

button#salesdriveforms_action_btn_2_0 {
    position: fixed;
    right: 5%;
    bottom: 10%;
    background: #4eb300;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    z-index: 9997;
    /* font-size: 49px; */
}

#home_position_3 .owl-buttons {
    position: absolute;

    bottom: 203px;
    position: relative;
    position: absolute;
    top: auto;
    right: auto;
    height: 0px;
    bottom: 203px;
    position: relative;
}

#header-menu {
    padding: 20px 0;
}

.top.telegram {
    float: left !important;
}

.top.telegram img {
    max-width: 20px !important;
}

span.blog_text {
    background: #f5f5f5;
    line-height: 26px;
    border-color: #ddd;
    padding: 0 8px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background: #f5f5f5;
    border-color: #ddddddb8;
    user-select: none;
    border: 1px solid #cdcdcd;
}

span.blog_text .news_link {
    margin: 0px auto;
    font-size: 14px;
    line-height: 0px;
    background: #eeeeed00;
    padding: 0px 0px;
    border: 0px solid #d5d5d5;
}

.telega.find_block a img {
    max-width: 16px;
}

.telega.find_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 23px;
}

#cartmobo {
    display: none;
}

.mobile-menu {
    display: none;
}

#cartmobos {
    display: none;
}

#cartmobo {
    display: none;
}

@media (max-width:780px) {
    .panel.panel-default.delivery__info {
        display: none;
    }

    .product_attributes {
        display: none;
    }

    .telega.find_block {
        display: flex;
        line-height: 17px;
    }

    .block_h_u {
        justify-content: center !important;
    }

    .box-product .product-item .image img {
        margin: 0 auto;
        max-width: 100%;
    }

    .box-product .product-item .price {
        font-size: 18px;
        font-weight: 400;
        color: #000;
        min-height: 3em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .price-old {
        font-size: 14px;
    }

    button.btn.btn-addtocart {
        font-size: 15px;
    }

    #top .mobile_logo img.img-responsive {
        max-width: 194px;
    }

    .menu-panel {
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        position: absolute;
        z-index: 10000;
        top: 0px;
        height: 100%;
        width: 100%;
        background-color: #fff;
    }

    .row.logo-line {
        display: none;
    }

    #cartmobo img {
        max-width: 100%;
    }

    .col-sm-12.col-md-7.col-md-push-3.search-box {
        padding-bottom: 0.5em;
        padding-top: 0.5em;
    }

    #cartmobos {
        display: flex;
        justify-content: flex-end;
        margin-right: 2%;
    }

    #cart {
        width: 60% !important;
    }

    #cartmobo {
        position: relative;
        left: 15%;
        display: flex;
        align-items: center;

    }

    #cartmobo img {
        max-width: 100%;
        left: 1%;
        position: relative;
    }

    .container.text-center.text-right-md {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        /* width: 100%; */
        /* float: right; */
        left: 10%;
        position: relative;
        right: 51px;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        /* width: 18%; */
    }

    #top {
        display: flex;
        /* position: fixed; */
        z-index: 9999999999;
        height: 62px;
        width: 100%;
    }

    span.input-group-btn.categories {
        display: none;
    }

    #top .pull-right {
        display: none;
    }

    #logo {
        display: none;
    }

    b.menu__button.is--active {
        margin-top: -15% !important;
    }

    #header-menu a.btn {
        display: none;
    }

    .infopanel {
        font-size: 14px !important;
    }

    .btn-group,
    .btn-group-vertical {
        position: relative;
        display: flex;
        vertical-align: middle;
    }

    span.blog_text {
        display: none;
    }

    a#wishlist-total {
        display: none;
    }

    a#compare-total {
        display: none;
    }

    /* #search .form-control {
        height: 35px;
        border: none;
        border-radius: 9px;
    } */

    /* #search .btn {
        height: 100%;
        border-radius: 11px;
        padding-top: 1px;
        padding-bottom: 1px;
        border: none;
        background-color: white;
        font-size: 15px;
        text-shadow: 0px 0px 0 rgb(255 255 255 / 0%);
    } */

    .infopanel {
        z-index: 9999;
    }

    #top {
        z-index: 9999999999;
        height: 62px;
        width: 100%;
    }

    .col-sm-12.col-md-6.text-center.text-right-md {
        /* display: none; */
        margin-bottom: 32%;
    }

    #phone {
        display: none;
    }

    #header-menu {
        padding: 20px 0;
        display: none;
    }

    .col-sm-6.col-sm-push-6.col-md-2.col-md-push-3.cart-box {
        display: none;
    }
}

#cart>.btn #cart-total {
    width: 18px;
    display: block;
    color: #fff;
    text-align: left;
    margin-left: 28px;
    margin-right: 6px;
    height: 18px;
    background-color: red;
    text-align: center;
    line-height: 17px;
    border-radius: 20px;
}

#cart {
    width: 50%;
}

.cart-box {
    display: flex;
    justify-content: flex-end;
}

li.without_children {
    display: flex;
    align-items: center;
    padding: 0px 8px !important;
}

.child-box-cell .h5 img {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 786px) {
    .mobile-menu {
        display: block;
        position: absolute;
        top: 0.5rem;
        z-index: 9999999999;
    }

    .mobile-m {
        display: block;
        position: fixed;
        background: black;
        z-index: 9999;
        width: 100%;
        min-height: 40px;
    }

    .elementor.elementor-6933 {
        margin-top: 0px;
    }

    .mobile-phone span {
        display: flex;
        /* color: white; */
        padding-inline-start: 25px;
    }

    .mobile-phone span a {
        color: #343434;
        font-size: 17px;
        /* position: relative; */
        /* display: block; */
        /* max-width: 100%; */
        width: 100%;
    }

    .logo-images {
        display: flex;
    }

    li.menu-item-has-children a:after {
        position: absolute;
        content: '';
        /* top: 38%; */
        /* right: 142px; */
        /* width: 40px; */
        /* height: 40px; */
        /* background: url(wp-content/themes/arke/down.png) no-repeat 100% 50%; */
        -webkit-transform: translateY(-50%);
        transform: translateY(84%);
        content: "";
        width: 8px;
        height: 8px;
        background: #4d4d4d00 url(/wp-content/themes/arke/down.png) no-repeat;
        /* top: 66px; */
        right: 67px;
        position: absolute;
        display: inline-block;
        /* background-image: url(image.jpg); */
        /* background-repeat: no-repeat; */
        /* background-position: center center; */
        /* background-attachment: fixed; */
        background-size: cover;
    }

    ul.sub-menu li.menu-item-object-page a:after {
        display: none;
    }

    ul.sub-menu li.menu-item-object-custom a:after {
        display: none;
    }

    ul#menu-top-mobile {
        margin: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10px;
    }

    .top-menu {
        display: none;
    }

    .cart {
        max-width: 42px;
        float: right;
        right: 22px;
        position: relative;
    }

    .number-search {
        max-width: 247px;
        left: 15%;
        float: left;
        width: 99%;
        /* right: 64px; */
        display: block;
        position: relative;
        top: 5px;
    }

    .number-search a {
        color: #fec107;
        font-weight: 600;
        text-align: center;
        position: relative;
        display: block;
    }

    .search {
        /* max-width: 114px; */
        left: 71px;
        float: left;
        /* right: 64px; */
        display: block;
        position: relative;
        top: 5px;
    }

    .search label.screen-reader-text {
        display: block;
        margin-bottom: 0px;
        margin-top: 0px;
        bottom: 0px;
        top: -9px;

        font-size: 14px;
        min-width: 50px;
        width: auto;
        clip: auto;
        clip-path: inherit;
        color: black;
        height: auto;
        margin: 14px;
        overflow: initial;
    }

    .search input#searchsubmit {
        position: absolute;
        right: 7px;
        top: 0px;
        width: 25px;
        display: block;
        pointer-events: none;
        background-color: #10b0b003;
        border: none;
        background: no-repeat center/100% url(/wp-content/themes/arke/search.png);
    }

    .elementor-slide-description .big-text {
        font-size: 20px;
    }

    .elementor-1178 .elementor-element.elementor-element-59ddebc .elementor-slide-heading {
        font-size: 13px;
    }

    .master-slider {
        margin: 0px !important;
    }

    .master-slider .ms-container {
        top: 110px;
        margin-bottom: 7%;
    }

    .master-slider .ms-thumb-list {
        width: 100% !important;
        display: block;
        position: relative;
        margin-top: 35%;
        height: auto !important;
        min-height: 350px;
        max-height: 100%;
        right: 0px !important;
    }

    .master-slider .ms-thumbs-cont {
        height: 100% !important;
        top: 0px !important;
        transform: none !important;
    }

    .ms-thumb-frame-selected p:before {
        display: none;
    }

    .ms-sbar.ms-dir-v {
        display: none;
    }

    nav#menu-top {
        display: none;
    }

    nav#site-navigation {
        display: none;
    }

    #drawer-toggle {
        position: absolute;
        opacity: 0;
    }

    #drawer-toggle-label {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        left: 0px;
        height: 50px;
        width: 50px;
        display: block;
        position: fixed;
        background: rgba(255, 255, 255, .0);
        z-index: 1;
    }

    /* adds our "hamburger" menu icon */

    #drawer-toggle-label:before {
        content: '';
        display: block;
        position: relative;
        height: 3px;
        width: 31px;
        background: #4eb300;
        left: 17px;
        top: 73px;
        box-shadow: 0 0px 0 #4eb300, 0 8px 0 #4eb300, 0 17px 0 #4eb300;
    }

    #drawer {
        position: fixed;
        top: 0;
        left: -300px;
        height: 100%;
        width: 300px;
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 20px;
        -webkit-overflow-scrolling: touch;
    }

    #drawer-toggle:checked~#drawer-toggle-label {
        height: 100%;
        width: calc(100% - 300px);
        background: rgba(255, 255, 255, .8);
    }

    #drawer-toggle:checked~#drawer-toggle-label,
    #drawer-toggle:checked~header {
        left: 300px;
    }

    #drawer-toggle:checked~#drawer {
        left: 0px;
    }

    #drawer-toggle:checked~#page-content {
        margin-left: 300px;
    }

    /* Menu item styles */

    #drawer ul {
        list-style-type: none;
        padding-inline-start: 10px;
    }

    #drawer ul a {
        display: block;
        padding: 10px;
        color: #000000;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase;
    }

    #drawer ul a:hover {
        color: #03a616;
    }

    #drawer-toggle:checked~#drawer-toggle-label {
        height: 100%;
        width: 50px;
    }

    #drawer-toggle:checked~#drawer-toggle-label,
    #drawer-toggle:checked~header {
        top: 0px;
        left: calc(100% - 50px);
    }

    #drawer-toggle:checked~#drawer {
        width: calc(100% - 50px);
        padding: 20px;
        z-index: 1000;
    }

    #drawer-toggle:checked~#page-content {
        margin-left: calc(100% - 50px);
    }

    .registration img {
        min-width: 29px;
        height: 27px;
        margin-top: -3px;
    }

    .logo-elektro img {
        margin-top: 10px;
        /* margin-left: 25px; */
        margin-right: 0px;
        min-width: 82px;
        height: 23px;
    }

    .dropdown {

        display: none;
    }

    .lang-switch {
        display: block;
        position: relative;
        right: 47px;
    }

    .m-phone {
        display: block;
        left: 18px;
        top: 10px;
        position: relative;
        width: 20px;
        height: 20px;
    }

    #tb-acc .elementor-tab-title a {
        left: 0px;
    }

    #tb-acc1 .elementor-tab-title a {
        left: 0px;
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
        display: block;
        max-width: 90%;
    }

    .parrent-cat {
        display: flex;
        align-items: center;
    }

    span.menu-list__arrow {
        width: 10%;
        text-align: center;
        /* font-size: 20px; */
    }

    i.fa.fa-caret-down {
        font-size: 19px;
    }

    #drawer ul a {
        width: 90%;
    }

    #top {
        z-index: 9999999999;
        height: 62px;
        width: 100%;
        position: fixed;
        /* margin-top: 0px; */
        /* margin-bottom: 0px; */
        /* top: 0px; */
    }

    #drawer-toggle-label:before {
        content: '';
        display: block;
        position: relative;
        height: 3px;
        width: 31px;
        background: #4eb300;
        left: 24%;
        top: 29%;
        box-shadow: 0 0px 0 #4eb300, 0 8px 0 #4eb300, 0 17px 0 #4eb300;
    }

    #cartmobo img {
        max-width: 55%;
        left: 0%;
        position: relative;
        margin-right: 3%;
    }

    img.img-responsive.no_home {
        width: 50px;
        max-width: 80% !important;
        left: 0%;
        position: relative;
        margin-right: 3%;
    }

    .infopanel.f-nav {
        display: none;
    }

    .col-sm-12.col-md-7.col-md-push-3.search-box {
        padding-bottom: 0.5em;
        padding-top: 6em;
    }

    ul#menu-menu-1 {
        border-bottom: 1px solid #4caf50;
    }

    #drawer ul.menu-list.information {
        padding-inline-start: 25px;
    }

    span.telega {
        margin-top: 5px;
        padding-inline-start: 0px;
    }

    span.telega a {
        display: flex;
    }

    span.telega img.max16 {
        max-width: 25px !important;
        max-height: 25px !important;
    }

    li.menu-label.is--open i.fa.fa-caret-down {
        /* filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5); */
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        display: inline-block;
        color: #01a90d;
    }

    nav#drawer .logo_acc img.img-responsive {
        max-width: 100% !important;
    }

    .registration a svg {
        max-width: 30px;
    }

    span.enter_log {
        font-size: 13px;
        left: -2%;
        position: relative;
    }

    .registration a svg path {
        fill: #03a616;
    }

    .logo_acc {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #033805;
    }

    ul#menu-menu-1 {
        border-bottom: 1px solid #033805;
        padding-bottom: 20px;
    }

    .registration {
        display: block;
        position: relative;
        width: 40%;
    }

    .registration a {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-direction: column;
    }

    #cart>.btn #cart-total {
        position: relative;
        width: 18px;
        display: block;
        color: #fff;
        text-align: left;
        margin-left: 28px;
        margin-right: 6px;
        height: 18px;
        background-color: red;
        text-align: center;
        line-height: 17px;
        border-radius: 20px;
        top: -36%;
        left: -18%;
    }

    #cart>.btn>.fa {
        line-height: 32px;
        float: right;
        color: #fff;
        display: none;
    }

    .panel {
        border: 0px solid transparent;
    }

    .panel-default>.panel-heading {
        background-color: #f5f5f500;
        text-transform: uppercase;
    }

    .owl-wrapper-outer {
        border: 0px solid #fff;
    }

    i.fa.fa-thumbs-o-up.featured-icon {
        font-size: 17px;
        /* color: #4eb300; */
    }

    .owl-controls .owl-buttons .owl-prev {
        left: -7px !important;
    }

    .owl-carousel .owl-buttons .owl-next {
        right: -7px !important;
    }

    i.fa.fa-chevron-left {
        font-size: 20px !important;
    }

    i.fa.fa-chevron-right {
        font-size: 20px !important;
    }

    i.fa.fa-calendar.latest-icon {
        font-size: 17px;
        /* color: #4eb300; */
    }

    i.fa.fa-trophy.bestseller-icon {
        font-size: 17px;
        /* color: #4eb300; */
    }

    nav#drawer hr {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    ul.sub-menu.menu li img {
        width: 25px;
        height: 25px;
    }

    ul.sub-menu.menu li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    li.menu-label.whithout_cat {
        display: flex;
        /* justify-content: center; */
        align-items: center;
    }

    #search {
        /* border: 1px solid #d1d4d5; */
        margin-bottom: 0px;
        height: 38px;
        width: 100%;
        /* border-radius: 10px; */
    }

    .hidden-search-box {
        display: none;
        position: relative;
        float: right;
        background-color: rgb(255 255 255);
        height: 58px;
        width: 100%;
        z-index: 999999999999999999;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 0px;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 0 rgb(255 255 255 / 10%);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 0 rgb(255 255 255 / 10%);
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 10px !important;
    }

    .content-wrapper {
        margin-top: 14px;
    }

    #cartmobo a {
        max-width: 55%;
        left: 0%;
        position: relative;
        margin-right: 3%;
    }

    #cartmobo a img {
        max-width: 100%;
        margin-right: 3%;
    }

    i.fa.fa-times {
        font-size: 22px;
        color: green;
    }

    .col-lg-7.col-md-8.col-sm-12 button#button-cart {
        height: 44px;
    }

    .btn-addtocart {
        padding: 5px;
        font-size: 18px;
    }

    .thumbnail .caption {
        padding: 5px;
        color: #333;
    }

    .caption .btn-group.open ul.dropdown-menu {
        min-width: auto !important;
    }

    .category-sticker {
        height: auto !important;
    }

    table.table.table-bordered {
        overflow-x: scroll !important;
        width: auto;
        display: block;
    }

    button#salesdriveforms_action_btn_2_0 {
        position: fixed;
        right: 5%;
        bottom: 2%;
    }

    #scroll-top-button {
        bottom: 12%;
        right: 7.2%;
        left: auto;
    }

    .product-grid .caption .h4-p {
        margin: 0 0 7px;
        position: relative;
        height: 47px;
        overflow: hidden;
    }

    .product-grid .caption .h4-p a {
        display: block;
        font-size: 14px;
        line-height: 15px;
    }

    ul.nav.nav-tabs.product-tabs {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        background-color: #f5f5f5;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-direction: row;
    }

    .product-tabs>li>a {
        border-color: #ddd0;
        background: #f5f5f500;
        margin-right: 0px;
        margin-top: 0px;
        margin-right: 2px;
        line-height: 3;
        border: 0px solid transparent;
        border-radius: 0px 0px 0 0;
    }

    ul.nav.nav-tabs.product-tabs li a {
        padding: 8px 8px;
    }

    .product-tabs>li.active>a:after {
        position: absolute;
        background: inherit;
        width: 100%;
        height: 0px;
        top: 100%;
        left: 0;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        color: #4caf50;
        background-color: #fff;
        border: 0px solid #ddd;
        border-bottom-color: #4caf50;
        border-bottom: 2px solid #4caf50;
        cursor: default;
    }

    ul.nav.nav-tabs.product-tabs li a span {
        font-size: 13px;
    }

    ul.nav.nav-tabs.product-tabs li a .fa {
        font-size: 13px;
    }

    h1 {
        margin: 10px 0px 14px;
        font-size: 22px;
    }

    .breadcrumb {
        background: 0 0;
        font-size: 13px;
        padding: 5px 0px;
        margin-bottom: 4px;
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        background-color: #f5f5f5;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-direction: row;
    }

    .well-sm {
        padding: 3px;
        border-radius: 3px;
    }

    .well {
        min-height: 20px;
        margin-bottom: 14px;
    }

    .well.red-links .pull-left {
        float: unset !important;
        text-align: center;
    }

    .well.red-links .pull-left img {
        margin: 0;
    }

    .box-product .panel-heading {
        overflow: hidden;
        font-size: 14px;
        line-height: 18px;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 5px 5px 0 0;
        padding: 8px 8px 8px 10px;
        margin: 0;
    }

    .pagination>li>a,
    .pagination>li>span {
        position: relative;
        float: left;
        padding: 6px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #4eb300;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: 0px;
    }

    .pagination>.active>a,
    .pagination>.active>span,
    .pagination>.active>a:hover,
    .pagination>.active>span:hover,
    .pagination>.active>a:focus,
    .pagination>.active>span:focus {
        z-index: 2;
        color: #fff;
        background-color: #417c07;
        border-color: #009688;
        cursor: default;
    }

    .well.well-sm .row {
        display: flex;
    }

    .well.well-sm .row .col-lg-3.col-md-4.col-sm-3 {
        display: none;
    }

    select#input-sort {
        font-size: 13px;
    }

    label.menu-expand.active::before {
        background: #040404 !important;
        left: 16% !important;
        top: 3% !important;
        box-shadow: 0 0px 0 #4eb300, 0 0px 0 #4eb300, 0 0px 0 #4eb300 !important;
    }

    .menu-expand.active:before,
    .menu-expand.active:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }

    .menu-expand.active:before {
        transform: rotate(45deg);
    }

    .menu-expand.active:after {
        transform: rotate(-45deg);
        /* height: 3px; */
        display: block;
        position: relative;
        height: 3px;
        width: 66%;
        left: 14% !important;
        top: 2.5%;
        box-shadow: 0 0px 0 #4eb300, 0 0px 0 #4eb300, 0 0px 0 #4eb300 !important;
    }

    .well.well-sm.pagin .row {
        flex-direction: column;
    }
}

/* .container.not-found-page {
    background-color: rgba(255, 255, 255, .0);
    background-image: url('../image/404.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
} */
.not-found-page {
    position: absolute;
    /* top: -50%; */
    top: -25%;
    /* bottom: -50%; */
    bottom: -35%;
    opacity: .25;
    right: 0;
    overflow: hidden;
}

.not-found-page img {
    max-height: 100%;
    /* margin-left: 30%; */
    margin-left: 27%;
}

.page-not-found {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.page-not-found h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
}

.page-not-found .info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 135%;
    margin-bottom: 24px;
}

.page-not-found .info p a {
    color: #4EB300;
    font-weight: 700;
}

.page-not-found .info p.page-not-found-code {
    font-size: 16px;
    line-height: 20px;
    color: #777777;
}

.page-not-found .buttons {
    margin-top: auto;
}

.page-not-found .buttons p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #777777;
}

.page-not-found .buttons .btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 32px;
}

@media screen and (max-width: 991px) {
    .not-found-page {
        top: -5%;
    }
}



@media screen and (max-width: 767px) {
    .not-found-page+.container .breadcrumb {
        display: none;
    }

    .not-found-page {
        top: 5%;
    }

    .page-not-found h1 {
        font-size: 22px;
        line-height: 24.2px;
    }

    .page-not-found .info p {
        font-size: 14px;
        line-height: 135%;
        margin-bottom: 16px;
    }

    .page-not-found .info p.page-not-found-code {
        font-size: 12px;
        line-height: 16px;
    }

    .page-not-found .buttons .btn {
        font-size: 14px;
    }

    .product-layout {
        max-width: calc(100vw / 2);
    }

    .product-layout .product-thumb {
        border: unset;
        padding: 0;
        flex-direction: column;
    }

    .product-layout .image a {
        height: 186px;
    }

    .product-layout .image+div {
        padding: 0 16px;
    }

    .product-layout .caption {
        gap: 8px;
        min-height: 150px;
    }

    .product-grid .caption .h4-p {
        order: 1;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0%;
    }

    .product-layout .caption .rating {
        order: 0;
        flex-direction: column;
        gap: 4px;
        font-size: 12px;
        line-height: 16px;
    }

    .product-layout .caption .price {
        order: 2;
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        color: #000;
        margin-bottom: 5px;
        min-height: 3em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-layout .caption .price .price-old {
        text-decoration: line-through;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
    }

    .product-layout .caption .price .price-new {
        font-size: 15px;
    }

    .product-layout .caption .attributes {
        display: none;
    }

    .product-layout .caption .btn-group {
        order: 5;
    }


    #content .col-sm-12 {
        max-width: 100%;
        width: 100%;
    }

    #product,
    #product .panel {
        width: 100%;
    }

    .inline-info-right {
        width: 100%;
    }

    .product-layout.product-grid .image,
    .product-thumb img {
        min-height: 186px;
        height: auto;
    }

    .footer-box {
        padding: 30px 16px 20px;
    }
}

#drawer.mobile-menu ul.sub-menu {
    display: none;
}

li#main :active .sub-menu {
    display: block;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #417c07;
    border-color: #009688;
    cursor: default;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #4eb300;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: 0px;
}

.name {
    display: flex !important;
    width: 100% !important;
    align-items: center;
}

div#product-table-body {
    display: flex !important;
    flex-direction: column-reverse;
}

.product-table-body-row {
    display: inline-table !important;
    justify-content: center;
    align-items: center;
}

.product-layout .caption .price {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 46px;
}

.product-item .btn-group.dropup {
    display: flex;
    justify-content: center;
}

.caption {
    text-align: center;
}

.btn-addtocart {
    color: #fff;
    background-color: #4EB300;
    border-color: #4EB300;
    padding: 8px 32px;
    font-size: 16px;
}

button.btn.btn-addtocart.smca-call-button.incart {
    background-color: #e9e8e8;
    border: #fdfdfd;
    color: #019d08;
}

.kjseries h3 {
    text-align: center;
    font-weight: 700;
}

.custom-button-style-in-cart {
    background-color: white;
    border-color: #4CAF50;
    color: black;
}

.salesdrive-tools .salesdrive-tools-link {
    top: 40px !important;
}

@media(max-width:680px) {
    .salesdrive-tools .salesdrive-tools-link {
        right: -17px !important;
    }
}



.tab-content .tab-pane.active {
    display: block;
}

lite-youtube{background-color: #000;max-width: 640px;margin:0 auto;position: relative;display: block;contain: content;background-position: center center;background-size: cover;cursor: pointer}
lite-youtube::before{content: attr(data-title);display: block;position: absolute;top: 0;background-image: linear-gradient(180deg, rgb(0 0 0 / 67%) 0%, rgb(0 0 0 / 54%) 14%, rgb(0 0 0 / 15%) 54%, rgb(0 0 0 / 5%) 72%, rgb(0 0 0 / 0%) 94%);height: 99px;width: 100%;font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;color: hsl(0deg 0% 93.33%);text-shadow: 0 0 2px rgba(0,0,0,.5);font-size: 18px;padding: 25px 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;box-sizing: border-box}
lite-youtube:hover::before {color: white}
lite-youtube::after{content: "";display: block;padding-bottom: calc(100% / (16 / 9))}
lite-youtube > iframe{width: 100%;height: 100%;position: absolute;top: 0;left: 0;border: 0}
lite-youtube > .lyt-playbtn{display: block;width: 100%;height: 100%;background: no-repeat center/68px 48px;background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');position: absolute;cursor: pointer;z-index: 1;filter: grayscale(100%);transition: filter .1s cubic-bezier(0, 0, 0.2, 1);border: 0}
lite-youtube:hover > .lyt-playbtn,lite-youtube .lyt-playbtn:focus{filter: none}
lite-youtube.lyt-activated{cursor: unset}
lite-youtube.lyt-activated::before,lite-youtube.lyt-activated > .lyt-playbtn{opacity: 0;pointer-events: none}
.lyt-visually-hidden{clip: rect(0 0 0 0);clip-path: inset(50%);height: 1px;overflow: hidden;position: absolute;white-space: nowrap;width: 1px}
.contact_block {
    display: flex;
    flex-wrap: 10px;
    gap: 20px;
}
.about_shop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
#sd-callback-wrap #salesdriveforms_action_btn_2_0 {
    right: 5%!important;
    bottom: 20%!important;
}
.store_text a {
    color: #4eb300;
}
.text_road a {
   color: #4eb300;
}
.descript a {
    color: #4eb300;
}
/* Зебра для характеристик товару */
#tab-specification table tr:nth-child(odd) {
    background-color: #f7f7f7;
}

#tab-specification table tr:nth-child(even) {
    background-color: #ffffff;
}

#tab-specification table td {
    padding: 10px 15px;
}