/*@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);*/
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/* global styles */
body {
    /*font-family: Open Sans, sans-serif;*/
    font-family: Inter;
    background: #fff;
    background-attachment: fixed;
}


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

a {
    color: #333;
    cursor: pointer;
}

a:hover, a:active, a:focus {
    color: #dc3545;
}

img {
    max-width: 100%;
}

#top img {
    max-width: none;
}

.red-link,
.red-links a {
    color: #dc3545;
}

.fa {

}

/* Tom custom style */
.formes {
    /*margin-left: 15%*/
}

.formes h2 {
    font-size: 32px;
    font-weight: 700
}

.formes p {
    font-size: 21px
}

.formes form {
    background: #fff;
    border-radius: 20px;
    margin-top: 40px;
    width: 100%
}

.formes .input {
    width: 30%;
    margin-bottom: 15px;
    padding: 11px 21px;
    border: 0;
    background: #F9F9F9;
    outline: none;
    color: #8C8C8C;
    min-width: 300px;
    flex: 1 1 auto;
}

.formes span {
    font-size: 10px;
    color: #8C8C8C !important;
    line-height: 12px;
    display: block;
    margin-left: 10px
}

.formes span > a {
    color: #000 !important
}

.formes .input::placeholder {
    color: #8C8C8C
}

.formes .d-flex {
    /*display: flex;*/
    /*align-items: center;*/
    margin-bottom: 20px
}

.background-form {
    /*padding: 40px 40px 0 40px;*/
    margin: 50px 0;
    color: #000;
}

.formes button {
    width: 190px;
    text-align: center;
    font-size: 15px;
    background: #dc3545;
    font-weight: 600;
    padding: 10px 0;
    border: 0;
    box-shadow: none;
    border-radius: 8px;
    color: #fff;
}

.formes .ali-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    text-align: right;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    margin-top: 20px;
}

.formes .recaptcha {
    transform: scale(0.63);
    transform-origin: right;
    margin-left: auto;
}

.formes .privacy_block {
    margin-bottom: 0;
    font-size: 14px;
    width: 320px;
}

.flex_inputs {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}
/* End Tom custom style */

.two-menu-block {
    display: flex;
    margin-top: 20px;
    width: 100%
}

.two-menu-block .menu-box {
    width: 150px
}

.two-menu-block .information-menu {
    width: 100%
}

i.required {
    color: #dc3545;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

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

/* override bootstrap styles */


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

.breadcrumb > li {
    display: inline;
}

.btn-link {
    color: #333;
}

.prmn-cmngr__confirm-btns .btn.btn-primary {
    background: #dc3545 !important;
    line-height: 26px !important;
    border-color: #ddd !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    color: #fff !important;
}

.pagination-wrapper {
    margin-bottom: 30px;
    margin-top: 10px;
}

.pagination-wrapper .col-sm-6.text-left {
    width: auto;
    float: none;
    text-align: left;
}

.pagination-wrapper .col-sm-6.text-right {
    width: auto;
    float: none;
    text-align: left;
    font-weight: 300;
    font-size: 12px;
}

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

.pagination > li > a,
.pagination > li > span {
    color: #888;

}

label {
    font-weight: normal;
}

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


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

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

.col-show-button {
    margin-bottom: 20px;
}

.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 (min-width: 1200px) {
    .image-radio img {
        max-width: 44px;
    }
}

.dropdown-menu .divider {
    margin: 5px 0;
}


/* new helper classes */
@media (max-width: 767px) {
    .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;
    }

    .hid-col-left.show,
    .hid-col-rigth.show {
        display: block;
    }

    .common-home .hid-col-left,
    .common-home .hid-col-right {
        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) {
    .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%;
    vertical-align: middle;
}

.caretalt {
    transition: transform ease 0.2s;
}

.open .caretalt {
    transform: rotate(-180deg);
    transition: transform ease 0.2s;
}


.alert-alt {
    padding: 15px;
    margin-bottom: 20px;
    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 line*/
#top {
    background: #fff;
    font-size: 0;
    border-bottom: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0 01px 5px rgba(0, 0, 0, .1);
}

#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-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
}

#top .btn:hover {
    background: #fff;
    border-color: #ccc;
}

#top .btn a {
    text-decoration: none;
}

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

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

#top .btn .caretalt {
    color: #777;
}

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

#top .btn:hover .icon, #top .btn:hover .icon {
    color: #E65136;
}

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

#top .dropdown-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    #top .btn-group {

        margin-left: 2px;
        margin-right: 2px;
    }

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

    }
}

.dropdown-menu-icon {
    font-size: 14px;
    text-align: center;
    color: #777;
}

a:hover .dropdown-menu-icon {
    color: #E65136;
}

.list-group-icon {
    font-size: 14px;
    width: 20px;
    text-align: center;
    color: #777;
}

a:hover .list-group-icon {
    color: #E65136;
}

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

.well:hover .card-icon {
    color: #E65136;
}

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

/* logo */
#logo {
    padding: 0;
    position: relative;
}

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

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

    #logo img {
        margin-left: 0;
        width: 60px;
    }
}

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

/* phone */
#phone {
    padding: 10px 0;
    position: relative;
}

@media (min-width: 992px) {
    #phone {
        margin-left: -10px;
    }
}

#phone .phone {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    display: inline-block;

}

#phone .main-phone {
    cursor: pointer;
}

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

#phone .hint {
    margin-left: 10px;
    font-size: 17px;
    line-height: 20px;
    position: relative;
    display: inline-block;
}

#phone .allcontacts {
    min-width: 100%;
    margin-top: 7px;
    z-index: 1012;
}

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

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

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

.two-small-phones {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

@media (min-width: 992px) {
    #phone {
        padding: 20px 0;
    }
}

/* header menu */
#header-menu {
    padding: 5px 0 5px 0;
}

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

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

#header-menu i {
    color: #ccc;
}

@media (min-width: 992px) {
    #header-menu {
        /* padding:33px 0 33px 0; */
    }
}

/* search */
#search {
    position: relative;
    padding: 20px 0;
    z-index: 1011;
}

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

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

#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 {
    background-color: #de3048;
    color: #fff;
    border-color: #ccc;
    padding-left: 20px;
    padding-right: 20px;
}

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

/* cart */
#cart {
    display: flex;
    justify-content: end;
    position: relative;
    border-radius: 5px;
    padding: 20px 0;
    z-index: 1010;
}

#cart > .btn {
    background: #dc3545 url(../../image/cart.png) left center no-repeat;
    color: #000;
    border-radius: 5px;
    padding: 4px 15px 4px 10px;
    line-height: 32px;
    color: #ddd;
    width: auto;
}

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

#cart > .btn #cart-total {
    display: block;
    color: #fff;
    text-align: left;
    margin-left: 10px;
    margin-right: 15px;
    font-weight: 600;
}

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

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

#cart .products {
    line-height: 30px !important;
}

#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 .products, #cart .prices {
        line-height: 16px;
        font-size: 13px;
        display: block;
    }
}

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

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

/* menu */
#menu {
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 1009;
}

#menu a {
    text-decoration: none;
}

#menu .btn-menu {
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, .1);
    border-radius: 6px;
    padding: 10px 17px 10px 13px;
    z-index: 1001;

    background-color: #dc3545;
    border-color: #d43f3a;
}

#menu:active {
    box-shadow: none;
}

.common-home.open-hm #menu:active {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.common-home.open-hm .btn-menu:active {
    box-shadow: none;
}

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

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

}

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


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

#menu .menu-list .arrow {
    color: #aaa;
    line-height: 20px;
    float: right;
    transition: all 0.1s ease;
    transform: rotate(180deg);
}

#menu .menu-list > li.hover > .with-child .arrow {
    color: #dc3545;
    transition: all 0.1s ease;
}

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

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

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

#menu .menu-list > li.nofullheight {
    position: relative;
}

#menu .menu-list > li + li {
    border-top: 1px solid #eee;
}

#menu .menu-list > li > a {
    padding: 8px 20px 8px 13px;
    white-space: normal;
}

#menu .menu-list > li > a > span.with-image {
    display: block;
    margin-left: 30px;
}

#menu .menu-list > li:hover > a {

    color: #dc3545;
    position: relative;
    z-index: 1009;

}

#menu .menu-list > li.hover > a {
    background: #f5f5f5;
    color: #dc3545;
    position: relative;
    z-index: 1009;

}

#menu .menu-list > li > a > .icon {
    margin: -2px 13px -2px 0px;
    float: left;
}

#menu .menu-list > li > a .peace-icon,
#menu .menu-list > li > a .hover-icon {


}

#menu .menu-list > li.hover > a .peace-icon.with-hover,
#menu .menu-list > li > a .hover-icon {
    display: none
}

#menu .menu-list > li > a .peace-icon,
#menu .menu-list > li.hover > a .hover-icon {
    display: block
}

#menu .dropdown-menu > li > a:hover,
#menu .dropdown-menu > li > a:focus {
    background: none;
}


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



#menu .menu-list > li > a {
    padding-top: 10px;
    text-align: left;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

.menu-box.menu-box-2 .menu-list > li > a{
    flex-direction: row-reverse;
}

.two-menu-block .menu-list > li > a {
    flex-direction: row-reverse;
}

#menu-home-helper {
    display: none;
}

#menu .menu-list:hover, .menu-list_dop:hover, .menu-list_wrapper:hover {
    display: block;
}

#menu .menu-list > li a .arrow {
    display: none;
}

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

#menu .menu-list > li .with-child .mobilink, .menu-list_dop > li .with-child .mobilink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.desktop #menu .menu-list > li .with-child .mobilink, .menu-list_dop  > li .with-child .mobilink {
    display: block !important;
}

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

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

#menu .menu-list > li .toggle-child.open, .menu-list_dop > li .toggle-child.open {
    background: #f5f5f5;
}

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

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

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

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

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

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

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

#menu .menu-list > li .toggle-child2.open, .menu-list_dop > li .toggle-child2.open {
    background: #f5f5f5;
}

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

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

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

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

#menu .menu-list > li .child-box, .menu-list_dop > li .child-box {
    padding: 0;
    display: none;
    text-align: left;
}

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

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

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


#menu .menu-list > li .child-box .h5 a > .icon, .menu-list_dop > li .child-box .h5 a > .icon {
    display: none;
}


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

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

#menu .menu-list > li .child-box-cell .child2-box a, .menu-list_dop > 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,  .menu-list_dop > li .child-box-cell .child2-box a:hover {
    color: #dc3545;
}


@media (min-width: 992px) {

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

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


    .menu-list + #menuMask {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        height: 0;
        width: 0;
        background: #000;
        visibility: hidden;
        z-index: 1038;
        opacity: 0;
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear;
    }

    .menu-list:hover + #menuMask {
        visibility: visible;
        opacity: 0.5;
        height: 100%;
        width: 100%;
        -webkit-transition: opacity .15s linear;
        -o-transition: opacity .15s linear;
        transition: opacity .15s linear;
    }

    .menu-list:hover {
        z-index: 1039;
    }

    #menu:hover {
        z-index: 1039;
    }

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

    .menu-list:hover .menu-list {
        z-index: 1039;
    }


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


    #menu .menu-list > li a .arrow, .menu-list_dop > li a .arrow {
        display: block;
    }

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

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

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

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

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

    #menu .menu-list > li .child-box, .menu-list_dop > 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 25px;
        margin-top: -1px;
        margin-left: -3px;
        box-shadow: 2px 6px 12px rgba(0, 0, 0, 0.4);
        box-sizing: content-box;
        z-index: 1008;
        max-height: 75vh;
        overflow-y: auto;
    }

    .desktop #menu .menu-list > li .child-box, .menu-list_dop > li .child-box {

        padding: 5px 0
    }


    #menu .see-all-categories {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        line-height: 24px;
        font-size: 12px;
        border-top: 1px solid #eee;
        background: #f5f5f5;
        text-align: center;
    }

    #menu .see-all-categories a {
        display: block;
    }

    .desktop #menu .see-all-categories {
        display: none;
    }


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

    #menu .menu-list > li .child-box > .row, .menu-list_dop > li .child-box > .row {
        padding: 4px 20px;
        width: 100%;
    }

    #menu .menu-list > li .child-box .row > .col-md-12:nth-child(1) .child-box-cell, .menu-list_dop > li .child-box .row > .col-md-12:nth-child(1) .child-box-cell {
        border-top: none;
    }

    #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-list_dop > li .child-box .row > .col-md-6:nth-child(1) .child-box-cell,
    .menu-list_dop > li .child-box .row > .col-md-6:nth-child(2) .child-box-cell {
        border-top: none;
    }

    #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-list_dop > li .child-box .row > .col-md-4:nth-child(1) .child-box-cell,
    .menu-list_dop > li .child-box .row > .col-md-4:nth-child(2) .child-box-cell,
    .menu-list_dop > li .child-box .row > .col-md-4:nth-child(3) .child-box-cell {
        border-top: none;
    }

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

    #menu .menu-list > li .child-box .h5 a, .menu-list_dop > 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, .menu-list_dop > li .child-box .h5 a:hover {
        background: none;
        color: #dc3545;
    }


    #menu .menu-list > li .child-box .h5 a > .icon, .menu-list_dop > li .child-box .h5 a > .icon {
        margin: -2px 10px -2px 0px;
        float: left;
    }

    #menu .menu-list > li .child-box .h5 a:hover > .peace-icon.with-hover,
    #menu .menu-list > li .child-box .h5 a > .hover-icon,
    .menu-list_dop > li .child-box .h5 a:hover > .peace-icon.with-hover,
    .menu-list_dop > li .child-box .h5 a > .hover-icon {
        display: none
    }

    #menu .menu-list > li .child-box .h5 a > .peace-icon,
    #menu .menu-list > li .child-box .h5 a:hover > .hover-icon,
    .menu-list_dop > li .child-box .h5 a > .peace-icon,
    .menu-list_dop > li .child-box .h5 a:hover > .hover-icon {
        display: block
    }


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

    #menu .menu-list > li .child-box-cell .child2-box li, .menu-list_dop > li .child-box-cell .child2-box li {
        border-top: none;
    }

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

    #menu .menu-list > li .child-box a:hover, .menu-list_dop > li .child-box a:hover {
        background: none;
    }

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

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

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

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

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

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

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


/* main layouts */
#content {
    min-height: 400px;
}

#column-left {

}

#column-right {

}

/* buttons */
.btn-addtocart {
    color: #777;
    background-color: #eee;
    border-color: #ddd;
    padding: 5px 10px;
    max-width: 116px;
}

.btn-addtocart:hover, .btn-addtocart:active, .btn-addtocart.active, .open > .dropdown-toggle.btn-addtocart {
    color: #fff;
    background-color: #dc3545;
    border-color: #d43f3a;
}

.btn-wc {
    text-align: left;
}


/* box product */
.box-product .panel-heading {
    overflow: hidden;
    font-size: 16px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px 5px 0 0;
    padding: 8px 60px 8px 10px;
    margin: 0;
    font-weight: 700;
    color: #dc3545;
}

.box-product .panel-body {
    padding: 0;
}

.box-product .product-item {
    position: relative;
    text-align: left;
    padding: 0;
}

.box-product .product-item .image {
    position: relative;
    padding: 5px 15px;
    min-height: 190px;
}

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

.box-product .product-item .image .sticker {
    position: absolute;
    background: #dc3545;
    left: 0;
    top: 10px;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px 5px 15px;
    opacity: 0.9;
    cursor: default;
    transition: padding ease 0.3s;

    border-radius: 0;

}


.box-product .product-item .image .sticker:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 30px solid transparent;
    border-left: 10px solid #dc3545;

}

.box-product .product-item:hover .image .sticker {
    opacity: 1;

}

.box-product .product-item:hover .image .sticker.with-date {


}

.box-product .product-item .countdown {
    position: absolute;
    left: 15px;
    bottom: 15px;
    box-sizing: border-box;
    font-weight: normal;
    text-align: left;
    padding: 5px 10px 5px 10px;
    opacity: 1;
    background: #eee;
    color: #000;
    white-space: nowrap;
    transition: all ease 0.3s;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.box-product .product-item:hover .countdown {

    transition: all ease 0.3s;
}

.box-product .product-item .countdown .fa {

}

.box-product .product-item:hover .countdown .fa {

}

.box-product .product-item .countdown > span {


}

.box-product .product-item:hover .countdown > span {


}

.box-product .product-item:hover .countdown > span {
    max-width: 200px;
    transition: max-width ease 0.3s;
}

.box-product .product-item .caption {
    padding: 0 15px 10px;
}

.box-product .product-item .name {
    position: relative;
    overflow: hidden;
    height: 36px;
    margin: 0 0 7px 0;
}

.box-product .product-item .name a {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.box-product .product-item .price {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.box-product .product-item .price-old {
    color: #dc3545;
    font-size: 16px;
    font-weight: 300;
    text-decoration: line-through;
}

.box-product .product-item .price-new {
    font-weight: 600;
}

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

.box-product .product-item .buttons {
    padding: 0 15px 12px 15px;
}

.box-product .product-item:hover .btn-addtocart {
    background-color: #dc3545;
    color: #fff;
    border-color: #d43f3a;
}

.box-product .product-item:hover .btn-addtocart:hover, .box-product .product-item:hover .btn-addtocart:active, .box-product .product-item:hover .btn-addtocart.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.box-product .product-item .addtocart-additional > li a {
    padding-left: 10px;
    padding-right: 15px;
}

.box-product .product-item .addtocart-additional {
    min-width: 100%;
}

.box-product-nocarousel .panel-body {
    padding: 0 10px;
}

.product-item-nocarousel {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 15px;
}

@media (min-width: 1200px) {
    .col-sm-12 .product-item-nocarousel,
    .container > .box-product-nocarousel .product-item-nocarousel {

        width: 20%;
    }

    .col-sm-12 .product-item-nocarousel:nth-child(5n),
    .container > .box-product-nocarousel .product-item-nocarousel:nth-child(5n) {
        border-right: none;
    }

    .col-md-9 .product-item-nocarousel {
        width: 25%;
    }

    .col-md-9 .product-item-nocarousel:nth-child(4n) {
        border-right: none;
    }

    .col-md-6 .product-item-nocarousel {
        width: 50%;
    }

    .col-md-6 .product-item-nocarousel:nth-child(2n) {
        border-right: none;
    }
}

@media (min-width: 992px ) and (max-width: 1200px) {
    .col-sm-12 .product-item-nocarousel,
    .container > .box-product-nocarousel .product-item-nocarousel {
        width: 25%;
    }

    .col-sm-12 .product-item-nocarousel:nth-child(4n),
    .container > .box-product-nocarousel .product-item-nocarousel:nth-child(4n) {
        border-right: none;
    }

    .col-md-9 .product-item-nocarousel {
        width: 33.3333333333%;
    }

    .col-md-9 .product-item-nocarousel:nth-child(3n) {
        border-right: none;
    }

    .col-md-6 .product-item-nocarousel {
        width: 50%;
    }

    .col-md-6 .product-item-nocarousel:nth-child(2n) {
        border-right: none;
    }
}

@media (min-width: 768px ) and (max-width: 992px) {
    .col-sm-12 .product-item-nocarousel,
    .container > .box-product-nocarousel .product-item-nocarousel {
        width: 33.33333%;
    }

    .col-sm-12 .product-item-nocarousel:nth-child(3n),
    .container > .box-product-nocarousel .product-item-nocarousel:nth-child(3n) {
        border-right: none;
    }

    .col-md-9 .product-item-nocarousel {
        width: 50%;
    }

    .col-md-9 .product-item-nocarousel:nth-child(2n) {
        border-right: none;
    }

    .col-md-6 .product-item-nocarousel {
        border-right: none;
        width: 100%;
    }
}

@media (min-width: 480px ) and (max-width: 768px) {
    .col-sm-12 .product-item-nocarousel,
    .container > .box-product-nocarousel .product-item-nocarousel {
        width: 50%;
        float: left;
    }

    .col-sm-12 .product-item-nocarousel:nth-child(2n),
    .container > .box-product-nocarousel .product-item-nocarousel:nth-child(2n) {
        border-right: none;
    }

    .col-md-9 .product-item-nocarousel {
        width: 50%;
    }

    .col-md-9 .product-item-nocarousel:nth-child(2n) {
        border-right: none;
    }

    .col-md-6 .product-item-nocarousel {
        width: 50%;
    }

    .col-md-6 .product-item-nocarousel:nth-child(2n) {
        border-right: none;
    }
}

@media (max-width: 480px ) {
    .col-sm-12 .product-item-nocarousel,
    .container > .box-product-nocarousel .product-item-nocarousel {
        border-right: none;
        width: 100%;
    }

    .col-md-9 .product-item-nocarousel {
        border-right: none;
        width: 100%;
    }

    .col-md-6 .product-item-nocarousel {
        border-right: none;
        width: 100%;
    }
}

#column-left .product-item-nocarousel,
#column-right .product-item-nocarousel,
#home_position_1 .product-item-nocarousel,
#home_position_4 .product-item-nocarousel {
    border-right: none;
    width: 100%;
}

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


/* product page */
.inline-info {
    display: inline-block;
    margin-right: 25px;
    font-size: 13px;
    color: #dc3545;
}

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

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

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

.stars .active {
    color: #dc3545;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .inline-info-right {
        float: right;
    }
}

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

.prod-rat * {
    margin: 0;
}

.prod-rat input {
    display: none;
}

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

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

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

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

.thumbnails .main-image-wrapper {
    position: relative;
    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;
}

.row.pro .col-sm-4 div, .row.pro .col-sm-8 div {
    position: relative;
    background: #dc3545;
    margin-bottom: 15px;
    height: 255px
}

.row.pro .col-sm-4 img, .row.pro .col-sm-8 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.row.pro p {
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: #fff;
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.2);
}

.row.pro p.category {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    text-align: center;
    margin: auto;
    color: #fff;
    text-shadow: none;
    font-size: 36px;
}

.row.pro p.category span {
    font-size: 16px;
    width: 100%;
    display: block
}

.banner-text * {
    color: #fff;
    z-index: 1
}

.banner-text {
    position: relative;
    z-index: 0
}

.banner-text .text-slider {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 30px 10%
}

.banner-text .text-slider h2 {
    font-size: 30px
}

.banner-text .text-slider p {
    font-size: 20px;
    margin-bottom: 50px
}

.banner-text .text-slider a {
    padding: 10px 20px;
    background: #dc3545;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
}

.banner-text .text-slider a:hover {
    background: #dc3545;
    border-radius: 5px;
    color: #fff;
    text-decoration: none
}

header .glyphicon.glyphicon-envelope.ser {
    color: #ccc;
    font-size: 18px
}

header .city-block, header .menu-box-2, header .icons-block, header .catalog_city{
    display: none
}

header .contact-block img {
    display: none
}

header.navbar-fixed-top .gl-menu, header.navbar-fixed-top .search-box {
    display: none
}

header.navbar-fixed-top .city-block {
    display: block;
    border: 1px solid #d6d6d6;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px
}

header.navbar-fixed-top .city-block .btn.dropdown-toggle {
    padding: 2px 8px
}

header.navbar-fixed-top .logo-line {
    display: flex;
    align-items: center
}

header.navbar-fixed-top .glyphicon.glyphicon-envelope.ser {
    /*color: #0362cc*/
    color: #dc3545;
}

header.navbar-fixed-top #phone .phone .icon {
    color: #dc3545
}

header.navbar-fixed-top .menu-box-2 {
    display: block;
    margin: 0 10px;
}

header.navbar-fixed-top .catalog_city {
    display: flex;
}

header.navbar-fixed-top .menu-box-2 #menu {
    margin-bottom: 0
}

header.navbar-fixed-top #cart {
    max-width: 135px;
    margin-left: auto;
}

header.navbar-fixed-top #menu .menu-list {
    right: 0;
    left: auto;
    width: 600%;
}

header.navbar-fixed-top #menu .menu-list > li .child-box {
    left: 100%;
    max-height: 75vh;
    overflow-y: auto;
    /*left: auto*/
}

header.navbar-fixed-top #menu .menu-list {
    text-align: right
}

header.navbar-fixed-top #menu .menu-list .arrow {
    float: left
}

header.navbar-fixed-top #menu .menu-list .arrow {
    transform: rotate(0deg)
}

.menu-list_wrapper {
    position: absolute;
    width: 500px;
    background: transparent;
    box-shadow: none;
    border: none;
}

.ul_wrapper_relative {
    position: relative;
    width: 45%;
}

.menu-list_wrapper .ul_wrapper_relative .menu-list {
    max-height: 75vh;
    overflow-y: auto;
    position: static;
    width: 100% !important;
    direction: rtl;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.menu-list_wrapper .ul_wrapper_relative .menu-list > * {
    direction: ltr;
}

.menu-list_wrapper::-webkit-scrollbar { width: 0; }
.menu-list_wrapper *{
    background: #fff;;
}

.menu-list_wrapper > *{
}
.menu-list_wrapper .menu-list {
    /*text-align: right;*/
    /*position: relative;*/
}

header.navbar-fixed-top .contact-block {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header.navbar-fixed-top .contact-block img {
    display: block
}

header.navbar-fixed-top .cart-box {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

header.navbar-fixed-top .cart-box .icons-block {
    display: flex;
    width: 100px;
    margin-right: 50px;
    align-items: center
}

header.navbar-fixed-top .cart-box .icons-block > a {
    width: 50px;
    height: 40px;
    align-items: center;
    display: flex;
    border: 1px solid #d6d6d6;
    justify-content: center;
    background: #eee;
    border-radius: 5px
}

@media (min-width: 992px) {
    header.navbar-fixed-top .logo-line .cart-box {
        width: 25% !important
    }
}

@media (max-width: 991px) {
    .two-menu-block .menu-box {
        width: 100%
    }

    .two-menu-block {
        margin-top: 0;
        display: block
    }

    #cart {
        padding-top: 0px
    }

    #menu .menu-list {
        width: 100%
    }

    #header-menu {
        display: inline-flex;
        justify-content: space-around;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    header.navbar-fixed-top .city-block, header.navbar-fixed-top .logo-line .logo-block, header.navbar-fixed-top .contact-block > a, header.navbar-fixed-top .cart-box .icons-block, header.navbar-fixed-top #cart .fa-angle-down {
        display: none
    }

    header.navbar-fixed-top #phone .hint, header.navbar-fixed-top #phone .phone {
        font-size: 12px
    }

    header.navbar-fixed-top #phone {
        text-align: left
    }

    header.navbar-fixed-top #cart {
        width: 100px;
        margin-top: 15px;
        margin-right: 50px;
    }

    header.navbar-fixed-top #cart > .btn {
        background: #dc3545
    }

    header.navbar-fixed-top #cart > .btn #cart-total {
        margin: 0
    }

    .product-thumb {
        flex-direction: column;
    }

    .product-layout .image {
        width: 150px;
    }

    .product-list .caption {
        flex-direction: column;
    }

    .product-list .attributes {
        flex-wrap: wrap;
        justify-content: normal;
        column-gap: 30px;
    }

    .product-list .attributes .attribute {
        display: flex;
        gap: 10px;
    }
}

header.navbar-fixed-top #menu .btn-menu {
    padding: 10px 13px;
    text-align: center
}

@media (max-width: 520px) {
    header .hidden-xxxs {
        display: none;
    }
}

.stickers-box {
    position: absolute;
    top: 10px;
    left: 0;
    text-align: left;
}

.stickers-box .sticker-row {
    margin-bottom: 10px;
}

.stickers-box .sticker {
    display: inline-block;
    font-weight: 600;
    padding: 5px 10px 5px 15px;
    opacity: 0.9;
    background: #ccc;
    position: relative;
}

.stickers-box .sticker:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 30px solid transparent;
    border-left: 10px solid #ccc;
}

.stickers-box .sticker:hover {
    opacity: 1;
}


#product .price .priceBig {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

#product .price .price-old {
    color: #dc3545;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}

#product .price .tax,
#product .price .points {
    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: normal;
    cursor: pointer;
}

#product .radio-checbox-options label:hover {
    background: #f5f5f5;
    border: 1px solid #aaa;
}

#product .radio-checbox-options label .option-price {
    padding: 0 3px;
    font-size: 12px;
    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: #dc3545;
    border-color: #d43f3a;
}

#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 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 {

}

.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: 0px;
}

.product-tabs > li.active > a:after {
    content: "";
    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 -1px;
}

.bsic-capcha-wrapper {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.bsic-capcha-wrapper img {
    margin: -1px -1px -2px -1px;
    display: block;
    max-width: none;

}

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


.addtocart-group {
    width: 100%;
}

.addtocart-group #button-cart {
    width: 70%;
}

.addtocart-group #button-fastorder {
    width: 30%;
}

#product #column-right {
    width: 100%;
    padding: 0;
}

/* modules styles */
.filter-item {
    padding: 2px 5px;
    margin: 0;
}

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

.filter-total {
    font-size: 0.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: #dc3545;
}

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

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

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

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

.filter-toggle:hover {
    color: #dc3545;
}

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

.filter-toggle .off {
    display: none;
}

.filter-toggle.collapsed .on {
    display: none;
}

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


.custom-blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.custom-blocks .col-lg-2 {
    display: flex;
    padding: 0;
}

.custom-blocks .custom-block {
    overflow: hidden;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 13px 15px;
    background: #fff;
    width: 100%;
}

.custom-blocks .col-lg-2:nth-child(2) .custom-block {
    background: #ddd;
}

.custom-blocks .col-lg-2:nth-child(4) .custom-block {
    background: #ddd;
}

.custom-blocks .col-lg-2:nth-child(6) .custom-block {
    background: #ddd;
}

.custom-blocks .custom-block .title {
    font-size: 24px;
    font-weight: 700;
    color: #dc3545;
}

.custom-block_image {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.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 .title {
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
    height: 25px;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
}

.custom-block .text p {
    margin: 4px 0 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 .image {
    text-align: center;
    height: 120px;
}

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

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

.subcategory p {

}


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

.short-attr-table td {
    vertical-align: top;
    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;
    display: inline-block;

}

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


.products-filter {
    margin-bottom: 20px;
}

.products-filter #sort-button {
    position: static;
}

.products-filter #sort-button .btn {
    max-width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-filter #sort-button .dropdown-menu {
    min-width: 100%;
}


.product-layout .image {
    padding: 0 5px;
}

.product-layout .caption h4 > a {
    font-size: 16px;

}

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

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

.product-grid .product-thumb {
    position: relative;
}


.product-grid .stickers-box {
    position: absolute;
    top: 10px;
    left: -1px;
    text-align: left;
}

.product-grid .stickers-box .sticker-row {
    margin-bottom: 10px;
}

.product-grid .stickers-box .sticker {
    display: inline-block;
    font-weight: 600;
    padding: 5px 10px 5px 15px;
    opacity: 0.9;

    position: relative;
}

.product-grid .stickers-box .sticker:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-bottom: 30px solid transparent;

}

.product-grid .stickers-box .sticker:hover {
    opacity: 1;
}


.product-grid .description {
    display: none;
}

.product-grid .caption .name {

    margin: 0 0 7px 0;
    position: relative;
    height: 80px;
    overflow: hidden;
}

.product-grid .caption .name a {
    display: block;
    font-size: 16px;
    line-height: 20px;
}


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

.product-layout .caption .price .price-old {
    text-decoration: line-through;
    color: #dc3545;
    font-size: 16px;
    font-weight: 300;
}

.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 {
    color: #ddd;
}

.product-layout .caption .rating .active {
    color: #dc3545;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}


.product-list .caption .name {

    margin: 0 0 10px 0;
    position: relative;
    overflow: hidden;
}

.product-list .caption .name a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}


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

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

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

.product-layout .product-thumb a {
    transition: all .2s ease-in-out;
}

.product-layout .product-thumb:hover a {
    color: #dc3545;
    text-decoration: underline;
    transition: all .2s ease-in-out;
}


.slideshow {
    /* box-shadow:0 2px 5px rgba(0,0,0,.4); */
    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: -1;
}

@media (min-width: 992px) {
    .slideshow .nivo-controlNav {

        text-align: right;

    }
}

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

.slideshow .nivo-controlNav .nivo-control:hover,
.slideshow .nivo-controlNav .nivo-control.active {
    background: #dc3545;
    /* border:1px solid #aaa; */
    color: #fff;
    text-decoration: none;
}

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


.banner {
    margin-bottom: 20px;
}


.footer-box {
    background: #fff;
    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 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-categories-list {
    column-count: 2;
}

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

.footer-box h5, .footer-box .h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.footer-box h5 span, .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 .glyphicon,
.footer-box .fa {
    font-size: 14px;
    line-height: 20px;
    vertical-align: bottom;
    color: #dc3545;
    margin-right: 10px;
}

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

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

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


#footer-map {
    background: #fff /* url('../../image/bg.png') 50% 50px no-repeat */;
    background-attachment: fixed;
    position: relative;
}

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

#footer-map .close-map button {

}

#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 {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 50%;
    z-index: 3;
}

#footer-map .map-toogle a {
    font-size: 14px;
    z-index: 4;
    position: relative;
    display: block;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    background: #dc3545;
    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:before,
#footer-map .glass:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#footer-map .glass:before {
    content: "";
    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 {
    content: "";
    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;
}

.map-open #footer-map .map-content {
    height: 100vh;
}


#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;
    right: 20px;
    color: rgba(0, 0, 0, .2);
    z-index: 1049;
    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;
}


.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    body.modal-open > header,
    body.modal-open > footer,
    body.modal-open > .content-wrapper {
        -webkit-filter: blur(1px);
        filter: blur(1px);
    }
}

.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.modal .modal-header .close {
    margin: 0;
    height: 25px;
    width: 25px;
    outline: none;
}

.modal .modal-title {
    font-weight: 600;
}

.modal .modal-load-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    line-height: 100%;
    color: #ccc;
    border-radius: 6px;
    z-index: 9999;
}

.modal .modal-load-mask > div {
    display: table;
    width: 100%;
    height: 100%;
}

.modal .modal-load-mask > div > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}


#modal-cart .products {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

#modal-cart .alert {
    padding: 10px 15px;
    margin-bottom: 15px;
}

#modal-cart .product {
    padding: 10px 0;
}

#modal-cart .product + .product {
    border-top: 1px solid #e5e5e5;
}

#modal-cart .cartCell {
    white-space: nowrap;
}

#modal-cart .cartCell:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    width: 0px;
}

#modal-cart .cartCellContent {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative;
}

#modal-cart .product .image {
    float: left;
    width: 60px;
}

#modal-cart .product .name {
    margin-left: 75px;
}

#modal-cart .pquantity .form-control {
    text-align: center;
}

#modal-cart .popupTotal {
    color: #333;
}

#modal-cart .popupTotal:hover {
    text-decoration: none;
}

#modal-cart .popupTotal:focus {
    text-decoration: none;
}

#modal-cart .popupTotal .fa-angle-down {
    transform: rotate(-180deg);
    transition: transform ease 0.2s;
}

#modal-cart .popupTotal.collapsed .fa-angle-down {
    transform: none;
    transition: transform ease 0.2s;
}

#modal-cart #total-more table {
    margin-top: 10px;
    margin-bottom: 0;
}

#modal-cart .cartMask {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    background: rgba(245, 245, 245, 1);
    color: #ccc;
    z-index: 9999;
    border-radius: 4px;
}

#modal-cart .cartMask.white {
    background: rgba(255, 255, 255, 1);
}

#modal-cart .cartMask > div {
    display: table;
    width: 100%;
    height: 100%;
}

#modal-cart .cartMask > div > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    #modal-cart .modal-dialog {
        width: calc(100% - 20px);
    }

    #modal-cart .btn-col-2, #modal-cart .btn-col-3 {
        margin-top: 10px;
    }

    #modal-cart .pquantity {
        max-width: 100px;
    }

    #modal-cart .pprice {
        text-align: center;
    }
}


.middle-45px-parent {
    white-space: nowrap;
}

.middle-45px-parent:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    white-space: normal;
}

.middle-45px {
    display: inline-block;
    vertical-align: middle;
}


#modal-qview .modal-load-mask {
    position: relative;
    height: 290px;
    min-width: 298px;
    box-sizing: border-box;
    padding: 0 50px;
}

#modal-qview hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#modal-qview hr.first {
    margin-top: 15px;
    margin-bottom: 15px;
}

#modal-qview hr.second {
    margin-top: 15px;
    margin-bottom: 10px;
}

#modal-qview .thumb {
    margin-bottom: 10px;
}

#modal-qview .img-thumbnail {
    cursor: pointer
}

#modal-qview .img-thumbnail.active {
    border-color: #d43f3a
}


@media screen and (max-width: 992px) {
    #modal-qview .modal-footer .btn {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #modal-qview .modal-footer .text-center .btn, #modal-qview .modal-footer .text-right .btn {
        margin-top: 10px;
    }
}

#modal-qview .price {
    font-size: 30px;
}

#modal-qview .price .price-old {
    color: #dc3545;
    text-decoration: line-through;
    font-size: 16px;

}

#modal-qview .price .tax {
    color: #777;
    font-size: 14px;
    font-weight: 300;
}

#modal-qview .points {

}

#modal-qview .discounts {


}

#modal-qview .review .stars {
    font-size: 20px;
    color: #ccc;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

#modal-qview .review .stars .active {
    color: #F5A33F;
}

#modal-qview .options .cr {
    margin: 3px 2px 3px 0;
}

@media (max-width: 992px) {
    .sm-xs-center {
        text-align: center;
    }

    .sm-xs-center .text-right {
        text-align: center;
    }
}


#modal-callback .modal-load-mask {
    position: relative;
    height: 290px;
    min-width: 298px;
    box-sizing: border-box;
    padding: 0 50px;
}

@media screen and (max-width: 768px) {
    #modal-callback .modal-dialog {
        width: calc(100% - 20px);
    }

    .modal-dialog {
        width: calc(100% - 20px);
        margin: 30px auto;
    }

    .modal:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }
}

#modal-fastorder .modal-load-mask {
    position: relative;
    height: 290px;
    min-width: 298px;
    box-sizing: border-box;
    padding: 0 50px;
}

#modal-fastorder .image {
    margin-bottom: 17px;
    cursor: pointer
}

#modal-fastorder .price {
    line-height: 34px;
    font-size: 18px;
}

#modal-fastorder .price-old {
    color: #dc3545;
    font-size: 16px;
    font-weight: 300;
    text-decoration: line-through;
}

@media (min-width: 1300px) {
    .container {
        width: 1220px !important;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1320px !important;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1420px !important;
    }
}

.home_form {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.custom.h1 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
}

.main_category_block {
    margin-bottom: 20px
}

.main_category_block .subcategory {
    margin-bottom: 0
}

.main_category_block .image {
    height: auto;
}

.main_category_block:hover .children {
    display: block;

}

.main_category_block .subcategory {
    padding: 0;
}

.main_category_block .subcategory .name-wrapper {
    text-align: center;
    height: 45px;
    overflow: hidden;
    /*background: #0362cc;*/
    background-color: #585C61;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
}

.children {
    display: none;
    position: absolute;
    top: 0;
    overflow-y: auto;
    padding: 15px;
    background: #DC3545;
    color: #fff;
    border-radius: 4px;
    width: calc(100% - 20px);
    height: 100%;
    max-height: 100%;
}

.children::-webkit-scrollbar {
    width: 7px;
}

.children::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.children::-webkit-scrollbar-thumb {
    background-color: #585C61;
    border-color: #d43f3a;
    border-radius: 5px
}

.children span {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.children .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff
}

.children ul {
    list-style: none;
    padding: 0;
}

.children ul li {
    margin-bottom: 5px;
}

.children ul li a {
    color: #fff;
}

header.navbar-fixed-top {
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}

header.navbar-fixed-top #top {
    display: none;
}

/* header.navbar-fixed-top #bott {
	display:none;
} */
.consultation {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .16);
    display: flex;
    gap: 24px;
    padding: 24px
}

.consultation__img {
    display: flex;
    justify-content: center;
    min-width: 280px
}

.consultation__content .p {
    color: #42526e;
    margin-bottom: 24px
}

.consultation__content .input {
    max-width: 290px
}

@media screen and (max-width: 1308px) {
    .consultation__content .input {
        max-width: none
    }

    .consultation__img {
        min-width: 240px
    }
}

@media screen and (max-width: 1024px) {
    .consultation {
        flex-direction: column
    }

    .consultation__img {
        min-width: auto;
        width: 140px
    }

    .consultation__content {
        display: flex;
        flex-direction: column;
        text-align: center
    }

    .consultation__content p > span {
        display: none
    }
}

.glass {
    position: absolute;
    right: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 0 3000px rgb(2 161 113 / 17%);
    background: #15438da8;
    border: 1px solid #000;
}

.glass_block:first-child {
    margin-top: 6rem;
}

.glass:before {
    position: absolute;
    content: '';
    background: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 3000px rgb(2 161 113 / 17%);
    background: #15438da8;
}

.glass_block {
    width: 100%;
    color: #ffffff;
    z-index: 999;
    padding: 25px 50px;

}

.big_glass {
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    display: flex;
    line-height: 50px;
}

.dashed_glass {
    width: 100%;
    display: inline-block;
    padding-bottom: 1rem;
    border-bottom: 2px dashed;
}

.rel {
    position: relative;
    margin-bottom: 20px;
}


/*header.navbar-fixed-top #cart {*/
/*	margin-right: 0px;*/
/*}*/

@media (max-width: 767px) {

    /*header.navbar-fixed-top #cart {*/
    /*	margin-right: 50px;*/
    /*}*/
    .formes {
        margin-left: 0;
    }

    .formes form {
        width: 100%;
    }

    .background-form {
        /*padding: 40px 20px;*/
        padding: 40px 20px 0 20px;
    }
}

@media (max-width: 1200px) and (min-width: 767px) {
    .background-form > .row {
        display: flex;
        align-items: flex-end;
    }
}

header {
    transition: all ease 0.2s
}

.thumbnails .main-image img {
    /*width: 100%;*/
}

.product-list .caption {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 0 0 9px;
}

.product-list .caption .price, .product-list .caption .name {
    margin: 0;
}

.attributes {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    margin-right: 15px;
    gap: 15px;
    flex-wrap: wrap;
}

.product-list .attributes {
    padding-bottom: 9px;
}

.attributes .attr_name {
    color: #777;
}

.product-grid .attributes {
    display: none;
}

.product-thumb {
    display: flex;
    align-items: center;
    padding: 15px;
}

.product-thumb .dropup {
    display: flex;
    gap: 10px;
    flex: 1 1 auto;
    justify-content: end;
}

.product-thumb .sibling:first-child {
    margin-top: 15px;
}

.product-thumb .sibling {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.product-thumb .siblings__price {
    flex: 1 1 auto;
    text-align: right;
    margin: 0 20px;
    color: #000;
    white-space: nowrap;
}

.product-thumb .show-more {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #777;
    background-color: #eee;
    margin: 10px 0 0;
    text-decoration: none;
}

.product-thumb .siblings .show-more:hover {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.product-thumb .siblings .dropup {
    flex: 0 0 auto;
}

.product-list .caption .price {
    white-space: nowrap;
}

.product-list .caption-wrapper {
    flex: 1 1 auto;
}

.slideshow-row {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

@media screen and (max-width: 991px) {
    .slideshow-row > * {
        width: 100%;
        /*min-height: 250px;*/
        max-width: 100vw;
    }
}

.category-ocf-pages {
    position: relative;
    padding: 0 40px 13px;
    margin-bottom: 20px;
}

.category-ocf-pages .swiper-button {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 01px 5px rgb(0 0 0 / 30%);
    width: 30px;
    height: 30px;
}

.category-ocf-pages .swiper-button:after {
    font-size: 14px;
    color: #dc3545;
}

.category-ocf-pages .swiper-button-prev {
    left: 0;
}

.category-ocf-pages .swiper-button-next {
    right: 0;
}

.swiper-category-ocf-pages .swiper-slide {
    width: auto !important;
}

.d-none {
    display: none !important;
}

.breadcrumb .dropdoown_tr {
    position: relative;
}

.breadcrumb .dropdoown_tr .dropdown_content {
    display: none;
}

.breadcrumb .dropdoown_tr:hover .dropdown_content {
    position: absolute;
    top: 98%;
    left: 0;
    max-width: 70vw;
    width: 350px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    z-index: 3;
    box-shadow: -1px 1px 0px 1px rgba(0, 0, 0, .1)
}

.cat_item {
    flex: 0 1 30%;
}

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

    .cat_item {
        flex: 0 1 45%;
    }
}

.product-alert {
    font-size: 12px;
    color: #b3b3b3;
}

.swiper-viewport, .swiper-container {
    height: 100%;
}

.product-list .stock_status {
    align-items: center;
    height: 40px;
    overflow: hidden;
    display: inline-flex;
    margin-left: auto;
    justify-content: flex-end;
    gap: 40px;
    border-radius: 10px;
    border: 1px solid rgba(194, 194, 194, 0.5);
    padding: 3px 10px 3px 15px;
}

.product-list .stock_status img {
    height: 170%;
    margin: 10% 0 0 0;
}

.stock_wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #b0b4b8;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

.stock_wrapper .weight {
    font-weight: 600;
    color: gray;
}

.product-list .coll_sibling {
    width: 100px;
    color: gray;
    font-size: 12px;
    white-space: nowrap;
}


.questions_block {
    padding: 10px 0;
}

.questions_block .dropdown {
    margin: 0 0 10px;
    border-radius: 10px;
    border: 1px solid #c2c2c2;
}

.questions_block .dropdown .dropdown_tr {
    padding: 10px 15px 10px 10px;
    position: relative;
}

.questions_block .dropdown .dropdown_content {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding: 0 10px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.5s ease;
}

.questions_block .dropdown.active .dropdown_content {
    visibility: visible;
    padding: 10px;
    height: auto;
}

.questions_block .dropdown .dropdown_tr:after {
    content: "\25BC";
    top: calc(50% - 5px);
    right: 10px;
    position: absolute;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.questions_block .dropdown.active .dropdown_tr:after {
    transform: rotate(180deg);
}

.input-group.telephone {
    width: 100%;
}

#cart button .fa-shopping-basket {
    margin: 0 10px 0 0;
}

.catalog-table__row-delivery-icon__notice {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    transition: 0.3s ease;
    border-radius: 15px;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4078431373);
    visibility: hidden;
    opacity: 0;
    width: 150px;
    flex: 1 0 auto;
    z-index: 2;
}

.catalog-table__row-delivery-icon {
    position: relative;
    display: flex;
    gap: 10px;
    margin-left: auto;
}

.catalog-table__row-delivery-icon:hover .catalog-table__row-delivery-icon__notice {
    visibility: visible;
    opacity: 1;
}

.icon_small {
    width: 20px;
    max-width: max-content;
}


/* Форма на главной обратного звонка */
.form__error {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    opacity: 0;
    overflow: hidden;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    background-color: #ffcdcd;
    border-radius: 0 4px 4px 4px;
    transition: opacity .2s, max-height .2s;
    position: absolute;
    z-index: 1;
    bottom: -13px;
    left: 0;
    padding: 2px 6px;
}

.contact-us {
    position: relative;
    background: #fff;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 32px;
    border-radius: 24px;
    width: 352px;
    max-width: 100%;
}

.contact-us #form__contacts-us {
    height: 100%;
}

.contact-us .phone {
    display: block;
}

.contact-us .contact-us__tabs .contact-us__tab:after {
    display: block;
}

.contact-us .contact-us__tabs .contact-us__tab {
    color: #b3b3b3;
}

.contact-us .contact-us__tabs .contact-us__tab:hover, #form__contacts-us .contact-us__tabs [data-tab="email"].active, #form__contacts-us .contact-us__tabs [data-tab="phone"].active {
    color: #5f6772;
}

.contact-us .contact-us__tabs .contact-us__tab:after {
    display: none;
}

.contact-us__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
    .contact-us__title {
        font-size: 22px !important;
    }
}

.contact-us__label:last-child {
    margin-bottom: 8px;
}

.contact-us__label:hover .contact-us__input {
    border-color: #B3B3B3;
}

.contact-us__inputs {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-us__tabs {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid var(--Grayscale-Mist-10, #e6e6e6);
    width: 100%;
    max-width: 420px;
    height: 47px;
    margin-bottom: 10px;
}

.contact-us__tab {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: #5f6772;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
    transition: color .3s ease;
}

.contact-us .contact-us__input:focus {
    box-shadow: 0 0 0 2px #FFDC83;
    border-color: transparent;
}

.contact-us__license {
    margin: auto auto 0 auto;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.contact-us__license button {
    margin-bottom: 8px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}

.contact-us__license span {
    line-height: 20px;
}

.contact-us__license a {
    color: #5F82D3;
}

.contact-us__submit {
    width: 100%;
    margin: 16px auto 0 auto;
    color: #4A4953;
}

.contact-us__content {
    display: flex;
    color: #4A4953;
    flex-direction: column;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s;
}

.contact-us__thanks {
    position: absolute;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 32px;
    transition: opacity .2s;
}

.contact-us__thanks .icon {
    width: 96px;
    height: 96px;
    fill: #cbe0ff;
    margin: 0 auto 30px;
}

.contact-us__thanks-title {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 500;
}

.contact-us__thanks-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    max-width: 300px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .contact-us {
        padding: 16px;
    }
}

.product_from_cat_block {
    margin: 30px 0;
}

.products-from-section__header {
    font-size: 16px;
    line-height: calc(1em + 10px);
    margin-bottom: 20px;
}

.products-from-section__wrapper {
    display: inline-block;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px;
}

.products-from-section__wrapper > a {
    width: fit-content;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: rgba(136, 136, 136, .1);
    border-radius: 8px;
    height: 34px;
    font-weight: 500;
}

.ocf-option-name {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ocf-option-name input {
    width: auto;
    min-width: 80px;
    flex: 1 1 50%;
}

.addcart .catalog-table__row-delivery-icon {
    margin-bottom: 10px;
}

.category a {
    color: #fff;
}

/*-- Всплывающее окно */
.pop-up_warning_wrapper {
    display: none;
    background: rgba(0, 98, 204, 0.95);
    padding: 20px 20px 25px;
    border-radius: 5px;
    box-shadow: -5px 5px 10px rgba(0, 98, 204, 0.2);
    color: #fff;
}

.pop-up_warning_wrapper.active {
    position: fixed;
    display: block;
    z-index: 9999;
    bottom: 20vh;
    right: 10px;
    max-width: 80%;
    width: 300px;
}

.pop-up_warning {
    font-size: 14px;
    font-weight: 500;
}
.pop-up_warning span{
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0;
    display: block;
}

.pop-up_warning_wrapper .close_ {
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin: 20px 0 10px 0;
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
}

.pop-up_warning_wrapper .wrapper_btn {
    width: 100%;
    display: flex;
}

.сategory-description table {
    hyphens: auto;
}

.mobile_bottom_menu, .mobile_top_menu {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, .1);
    padding: 5px 0;
    background: #fff;
    z-index: 9999;
}

.mobile_top_menu {
    top: 0;
    bottom: auto;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
}

.menu_items_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;

    .fa {
        font-size: 20px;
    }

}

.menu_items_wrapper .menu_item {
    width: 20%;
}

.mobile_top_menu .menu_item {
    width: 14%;
}
.mobile_top_menu .menu_items_wrapper {
    height: 50px;
}

.menu_items_wrapper .menu_item.logo-wrapper {
    width: 58%;
    height: 100%;
}
.menu_items_wrapper .menu_item.logo-wrapper *{
    height: 100%;
}

.menu_items_wrapper .menu_item:not(:has(button)), .menu_items_wrapper .menu_item button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent;
    border: 0;
    padding: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}

@media screen and (max-width: 700px){
    body {
        padding: 55px 0;
    }
    header.navbar-fixed-top .logo-line, .logo-line, .information-menu, .menu-box, #top {
        display: none;
    }
    .mobile_bottom_menu, .mobile_top_menu {
        display: block;
    }
    .search-box {
        display: none;
    }

    #scroll-top-button {
        bottom: 110px;
    }
}

@media screen and (max-width: 600px){
    .breadcrumb, .attributes {
        font-size: 14px;
    }
}

.menu-list_dop.dropdown-menu {
    bottom: 100%;
    top: auto;
    overflow: scroll;
    max-height: 80vh;
}
.mobile_top_menu .menu-list_dop.dropdown-menu {
    bottom: auto;
    top: 100%;
    left: 0;
    overflow: scroll;
    max-height: 80vh;
}

.menu-list_dop.dropdown-menu li {
   display: flex;
   flex-wrap: wrap;
}
.menu-list_dop.dropdown-menu li .child-box {
    flex: 0 0 100%;
}

.mobile_bottom_menu .search .dropdown-menu {
    bottom: 100%;
    left: 0;
    width: 100%;
    top: auto;
}
.mobile_bottom_menu .search .dropdown-menu #search{
   padding: 0;
}
.mobile_bottom_menu .search .dropdown-menu #search #change_category {
    display: none;
}

.search .dropdown-menu #search .form-control {
    height: auto;
}

.mobile_top_menu .prmn-cmngr__city-name {
    display: none;
}

.carousel .category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.carousel .category *, .carousel .category * a{
    color: #000;
}

.carousel.owl-carousel .owl-controls .owl-buttons div {
 opacity: 1;
}

.carousel.owl-carousel {
    overflow: visible;
}

.carousel.owl-carousel .owl-controls .owl-buttons div {
    position: static;
    margin-top: 0;
    font-weight: 700;
    color: #dc3545;
}

.carousel .swiper-button-next:before, .swiper-button-prev:before {
    color: #dc3545 !important;
}

.carousel.owl-carousel .image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.carousel.owl-carousel .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    border-radius: 5px;
}
.carousel.owl-carousel .category a, .carousel.owl-carousel .category .a {
    width: 100%;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #d43f3a;
}

.btn-primary {
    background-color: #dc3545;
    border-color: #d43f3a;
}

.catalog_city {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.note-float-right {
    display: none;
}

@media screen and (min-width: 992px) {
    .note-float-right {
        display: block;
    }
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #dc3545;
    border-color: #d43f3a;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #585C61;
    border-color: #585C61;
}

.mobile_top_menu .prmn-cmngr__confirm {
    right: -65px;
    left: auto;
}

#tab-payment_delivery table img {
    max-width: none;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    height: 100%;
    object-fit: cover;
}

.city-manager {
    font-size: 16px;
    color: #000;
    text-align: left;
    position: relative;
    width: fit-content;

    > span {
        cursor: pointer;
    }

    .your-city-modal {
        position: absolute;
        top: 40px;
        background-color: #fff;
        padding: 20px;
        z-index: 999999;
        box-shadow: 0 01px 5px rgba(0, 0, 0, .1);
        border-radius: 5px;

        span {
            display: block;
            margin-top: 10px;
            white-space: nowrap;
        }

        .your-city-modal__buttons {
            display: flex;
            gap: 10px;
            margin-top: 20px;

            > a {
                flex: 1 1 calc(50% - 10px);
                height: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
            }

            .your-city_yes {
                background: #0062cc;
            }

            .your-city_no {
                background: #dc3545;
            }
        }
    }
}

#modal-city-manager {
    .modal-header {
        background-color: var(--background-color);
        border-bottom: none;
    }
}

.your-city-modal__close {
    background: transparent;
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
}

.city-manager__countries {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;

    > a {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 8px 20px;
    }
}

.city-manager__links {
    column-count: 3;
    row-gap: 15px;

    > a {
        display: block;
    }
}