@font-face {
    font-family: "Exo";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("/catalog/view/fonts/exo2_regular/Exo2.0-Regular-webfont.eot");
    src: url("/catalog/view/fonts/exo2_regular/Exo2.0-Regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("/catalog/view/fonts/exo2_regular/Exo2.0-Regular-webfont.woff") format("woff"),
        url("/catalog/view/fonts/exo2_regular/Exo2.0-Regular-webfont.ttf") format("truetype"),
        url("/catalog/view/fonts/exo2_regular/Exo2.0-Regular-webfont.svg#exo_2.0regular") format("svg");
}

@font-face {
    font-family: "Exo";
    font-style: normal;
    font-display: auto;
    font-weight: 700;
    src: url("/catalog/view/fonts/exo2_bold_fix/exo2.0-bold-webfont.eot");
    src: url("/catalog/view/fonts/exo2_bold_fix/exo2.0-bold-webfont.eot?#iefix") format("embedded-opentype"),
        url("/catalog/view/fonts/exo2_bold_fix/exo2.0-bold-webfont.woff") format("woff"),
        url("/catalog/view/fonts/exo2_bold_fix/exo2.0-bold-webfont.ttf") format("truetype");
}

@font-face {
    font-family: "fontello";
    src: url("/catalog/view/fonts/fontello-6c00701e/font/fontello.eot?52452871");
    src: url("/catalog/view/fonts/fontello-6c00701e/font/fontello.eot?52452871#iefix") format("embedded-opentype"),
        url("/catalog/view/fonts/fontello-6c00701e/font/fontello.woff2?52452871") format("woff2"),
        url("/catalog/view/fonts/fontello-6c00701e/font/fontello.woff?52452871") format("woff"),
        url("/catalog/view/fonts/fontello-6c00701e/font/fontello.ttf?52452871") format("truetype"),
        url("/catalog/view/fonts/fontello-6c00701e/font/fontello.svg?52452871#fontello") format("svg");
    font-display: auto;
    font-weight: normal;
    font-style: normal;
}

[class^="fa-"]:before,
[class*=" fa-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-share:before {
    content: "\e800";
}

.fa-phone:before {
    content: "\e801";
}

.fa-shopping-cart:before {
    content: "\e802";
}

.fa-search:before {
    content: "\e803";
}

.fa-bars:before {
    content: "\e804";
}

.fa-star-o:before {
    content: "\e805";
}

.fa-th-list:before {
    content: "\e806";
}

.fa-th:before {
    content: "\e807";
}

.fa-check-circle:before {
    content: "\e808";
}

.fa-refresh:before {
    content: "\e809";
}

.fa-times-circle:before {
    content: "\e80a";
}

.fa-info-circle:before {
    content: "\e80b";
}

.fa-home:before {
    content: "\e80c";
}

.fa-user:before {
    content: "\e80d";
}

.fa-calendar:before {
    content: "\e80e";
}

.fa-book:before {
    content: "\e80f";
}

.fa-chevron-right:before {
    content: "\e810";
}

.fa-chevron-left:before {
    content: "\e811";
}

.fa-heart-o:before {
    content: "\e812";
}

.fa-plus:before {
    content: "\e813";
}

.fa-caret-down:before {
    content: "\e814";
}

.fa-exclamation-circled:before {
    content: "\e815";
}

.fa-spin:before {
    content: "\e816";
}

.fa-arrow-up:before {
    content: "\e817";
}

.fa-star:before {
    content: "\e818";
}

.fa-minus:before {
    content: "\e819";
}

.fa-upload:before {
    content: "\e81a";
}

.fa-chevron-up:before {
    content: "\e81b";
}

.fa-chevron-down:before {
    content: "\e81c";
}

.fa-time:before {
    content: "\e81d";
}

.fa-clock:before {
    content: "\e81d";
}

/* '' */
.fa-eye:before {
    content: "\e81e";
}

.fa-heart:before {
    content: "\e81f";
}

/* '' */
.fa-exchange:before {
    content: "\e820";
}

/* '' */
.fa-filter:before {
    content: "\f0b0";
}

/* '' */
/*body*/
.d-none {
    display: none;
}

body {
    color: #333;
    font-family: "Exo", Sans-Serif, serif;
}

.container {
    min-width: 320px;
}

h1 {
    color: #535353;
    font-size: 30px;
}

#content,
aside,
.content-wrap {
    background-color: #fff;
}

aside,
#content {
    padding-top: 25px;
}

#content {
    min-height: 501px;
    padding-bottom: 30px;
}

.alert {
    padding: 30px;
    border: 1px solid transparent;
    border-radius: 0;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
}

/*colors*/
a,
a:visited {
    color: #444;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.btn.btn-primary,
.buttons .btn.btn-primary {
    color: #ffffff;
}

a.btn-danger,
a.btn-info {
    color: #fff;
}

.btn-dashed {
    background-color: #dddddd;
}

.btn-dashed:hover {
    background-color: #d2d2d2;
}

/*elements*/
.buttons {
    overflow: auto;
}

.buttons .btn.btn-primary {
    position: relative;
    display: inline-block;
    outline: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.close {
    font-family: Arial, Helvetica, sans-serif;
}

/*rating stars*/
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-stack {
    font-size: 8px;
    margin-top: -3px;
}

.fa-star-o {
    color: #999;
    font-size: 15px;
}

.fa-star {
    color: #fc0;
    font-size: 15px;
}

.fa-star + .fa-star-o {
    color: #e55b4c;
}

/*.breadcrumb*/
.breadcrumb {
    padding: 12px 15px;
    margin-bottom: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    color: #aaa;
}

.breadcrumb a {
    color: #aaa;
}

/*transition*/
a,
.btn,
.dropdown-menu,
.close,
#search button,
.mini-cart,
.button-group.button-cart button {
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*top*/
#top {
    color: #777777;
    background-color: #eeeeee;
    text-align: center;
    padding: 14px 0;
}

#top {
    background-color: #eeeeee;
}

#top a,
#top .btn-link {
    color: #909090;
    text-decoration: none;
}

#top .btn {
    padding: 0 7px;
}

#top ul {
    margin-bottom: 0;
    float: left;
}

#top .btn-block {
    text-align: left;
}

#top .pull-left .btn-group {
    margin-top: -1px;
}

.currency-select {
    cursor: pointer;
}

.sel-flag {
    margin-top: -6px;
}

/*header*/
header {
    background: #fff;
}

header .container {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

header .col-sm-6 {
    min-height: 50px;
}

/*menu*/
.navigation {
    margin-bottom: 0;
}

.navigation + .no-border {
    margin-bottom: 0;
}

#menu {
    margin-left: -15px;
    margin-right: -15px;
}

#menu .nav > li > a {
    color: #fff;
    font-size: 17px;
}

#menu .dropdown-menu li > a {
    min-width: 160px;
    display: block;
    padding: 5px 20px;
    min-height: 15px;
    background-color: transparent;
    clear: both;
    line-height: 20px;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner li a:hover {
    background-color: #eee;
}

#menu #category {
    float: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 29px;
    color: #fff;
    padding-right: 10px;
}

#menu .btn-navbar {
    font-size: 22px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 0;
    float: left;
}

#menu.navbar {
    margin-bottom: 0;
}

#menu .dropdown .dropdown-toggle {
    padding-right: 20px;
}

.menu-item-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    padding: 10px 18px;
}

.menu-item-toggle:hover {
    background-color: rgba(144, 128, 128, 0.5);
    cursor: pointer;
}

.menu-item-toggle.close .fa-plus {
    display: inline-block;
}

.menu-item-toggle.close .fa-minus {
    display: none;
}

.menu-item-toggle.open .fa-plus {
    display: none;
}

.menu-item-toggle.open .fa-minus {
    display: inline-block;
}

.menu-item-toggle.close {
    opacity: 1;
    color: #fff;
}

#menu .nav .open > a,
#menu .nav .open > a:focus,
#menu .nav .open > a:hover {
    text-decoration: none;
}

.pull-right .btn-navbar {
    margin: 6px 0 0 20px;
}

.pull-right .btn-navbar .fa-shopping-cart {
    font-size: 26px;
    line-height: 33px;
}

.language button {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 28px;
    color: rgb(255 255 255);
}

.language button:hover,
.language button:focus {
    color: rgb(255 255 255);
}

/*search*/
#search {
    position: relative;
}

#search input {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    border: 2px solid transparent;
    height: 50px;
    padding: 10px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-right: none;
}

#search button {
    border: 2px solid transparent;
    height: 50px;
    padding: 0 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-left: none;
    font-size: 24px;
    line-height: 50px;
    margin-right: -1px;
}

#search button:hover {
    color: #fff;
}

#search input,
#search select,
#search button {
    background-color: #fff;
}

#search input,
#search select,
#search button {
    border-color: #ddd;
}

/*mini-cart*/
.mini-cart {
    border: 2px solid #dddddd;
    line-height: 46px;
    padding: 0 10px;
    position: relative;
    padding-right: 55px;
    cursor: pointer;
    font-size: 15px;
    color: #777;
    font-weight: 500;
}

.mini-cart:hover {
    color: #fff;
}

#cart-total:after {
    content: "\e802";
    display: inline-block;
    font: normal normal normal 14px/1 fontello;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: -2px -2px 0 0;
    font-size: 20px;
    width: 48px;
    height: 49px;
    line-height: 49px;
    vertical-align: top;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

#cart-modal .empty .fa {
    font-size: 72px;
    color: #dcdcdc;
}

#cites .city-sklad a {
    text-decoration: underline;
}

/*box-product*/
.box-heading {
    font-size: 24px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
    color: #535353;
}

.box-heading + .row {
    margin-bottom: 20px;
}

/*owl*/
.no-border .owl-wrapper-outer,
#content .owl-wrapper-outer {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.no-border .img-responsive {
    margin: 0 auto;
}

#content .border .owl-wrapper-outer {
    border: 1px solid;
    padding: 10px 0;
}

/*information*/
.information a.thumbnail {
    border-color: transparent;
    border-radius: 0;
}

.information a.thumbnail:hover {
    border-color: #dddddd;
}

.information .item {
    margin-bottom: 30px;
}

.information .h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.information .text-muted {
    font-size: 12px;
}

/*column*/
#column-left .list-group,
#column-right .list-group {
    margin-bottom: 25px;
}

#column-left .panel,
#column-right .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#column-left .box-heading,
#column-right .box-heading {
    margin-bottom: 10px;
}

#column-left .panel-default,
#column-right .panel-default {
    border-color: transparent;
    border-radius: 0;
}

#column-left .list-group-item,
#column-right .list-group-item {
    border-color: transparent;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    padding: 10px 0;
}

#column-left .list-group-item.smaller,
#column-right .list-group-item.smaller {
    font-size: 14px;
    padding: 5px 0;
}

#column-left .list-group .filter-group-name:first-child {
    margin-top: 9px;
}

.filter-group-name {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.filter-group-name.active i:before {
    transform: rotate(180deg);
}

.filter-group-name + .list-group-item {
    padding-top: 0 !important;
    padding-left: 10px !important;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.6s;
}

.filter-group-name + .list-group-item.show {
    max-height: 2000px;
    transition: max-height 0.6s;
}

.filter-group-name + .list-group-item label {
    font-size: 14px;
    line-height: 23px;
}

.filters-submit {
    position: absolute;
    left: calc(100% + 15px);
    top: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0s ease 0.4s;
}

.filters-submit.show {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease 0s, opacity 0.4s, top 0.4s;
}

.filters-list {
    position: relative;
}

#button-filter-float {
    box-shadow: rgb(0 0 0 / 50%) 0px 0px 4px 0px;
    background-color: rgb(255, 0, 0);
    transform: scale(1);
    transition: all 0.2s;
}

#button-filter-float:hover {
    transform: scale(1.1);
    transition: all 0.4s;
}

@media (min-width: 768px) {
    #open-filters {
        display: none;
    }
}

.product-manufacturer #open-filters{
    display: none;
}

#open-filters {
    background-color: rgb(211 36 54);
    width: 100%;
    color: #fff;
}

.filters__close {
    display: none;
}

#button-filter {
    width: 100%;
}

@media (max-width: 768px) {
    .filters {
        position: fixed;
        top: calc(51px + 55px);
        left: 100%;
        width: 100%;
        height: calc(100vh - (51px + 55px));
        padding: 20px;
        overflow: scroll;
        background-color: #ffffff;
        z-index: 20;
        transition: left 0.6s;
    }

    .filters.show {
        left: 0;
        transition: left 0.6s;
    }

    #button-filter-float,
    .filters-submit.show {
        display: none !important;
    }

    .filters__close {
        position: absolute;
        right: 20px;
        top: 20px;
        background: unset;
        border: unset;
        z-index: 30;
        display: block;
        font-size: 24px;
        transform: rotate(45deg);
    }
}

/*wishlist*/
.wishlist-table tr td:last-child {
    min-width: 100px;
}

/*category*/
.row.category-list {
    display: flex;
    flex-wrap: wrap;
}

/*product*/
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnail {
    border-radius: 0;
    padding: 0;
    border: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
    min-width: 95px;
}

.thumbnails > img {
    width: 100%;
    outline: none;
}

.image-additional a {
    margin-bottom: 10px;
    padding: 2px;
    display: block;
    border: 1px solid transparent;
}

a.thumbnail:focus {
    outline: none;
    border-color: transparent;
}

.image-additional.active a,
.image-additional.active a:focus {
    border-color: #aaa;
}

.images-overflow {
    padding-right: 0;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

#button-cart {
    max-width: 220px;
}

#button-cart .fa {
    padding-right: 10px;
}

.product-info .price {
    font-size: 30px;
    font-weight: 600;
}

.product-info .war-info{
    font-size: 18px;
}

.product-info .wish-compare{
    display: none;
}

.product-info .price-old {
    font-size: 21px;
    margin-left: 10px;
    padding: 0 5px;
    display: inline-block;
    position: relative;
}

.product-info .price-old:after {
    content: "";
    width: 93%;
    height: 22px;
    position: absolute;
    display: block;
    top: -9px;
    left: 0;
    transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    border-bottom: 1px solid;
}

.product-info .wish-compare span {
    cursor: pointer;
    padding-right: 10px;
}

.product-info .alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 0 15px 0;
}

.product-tabs{
    word-break: break-word;
}

.product-tabs table{
    word-break: normal;
}

.product-tabs .nav-tabs {
    margin-bottom: 15px;
}

.product-tabs .nav.nav-tabs > li > a,
.product-tabs .nav.nav-tabs > li > a:focus,
.product-tabs .nav.nav-tabs > li > a:hover {
    color: rgb(170, 170, 170);
    border: none;
    background: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 17px;
}

.product-tabs .nav.nav-tabs > li > a:hover {
    color: #444;
}

.product-tabs .nav.nav-tabs > li.active > a {
    border-bottom: 3px solid;
    color: #444;
    font-weight: 600;
}

/*product-controls*/
.product-controls {
    background-color: #eeeeee;
    border-bottom: 1px solid #dddddd;
    padding: 10px 15px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.product-controls a,
.product-controls label,
.product-controls button {
    color: #878787;
    font-weight: normal;
}

.product-controls label {
    line-height: 15px;
    margin-bottom: -10px;
    margin-top: 10px;
}

.product-controls .form-control {
    border-color: transparent;
    box-shadow: none;
}

.product-controls .btn {
    border-color: transparent;
    background-color: transparent;
    padding: 6px;
}

.products-container_row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.category-banner {
    margin-bottom: 30px;
    /* display: none; */
}

.category-banner img {
    height: auto;
    max-width: 100%;
    max-height: 54px;
}

.product-banners {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product-banner {
    /* text-align: center; */
}
.product-banner img {
    /* max-height: 60px; */
    max-width: 100%;
    width: auto;
    height: auto;
}

.form-group.has-error .text-danger {
    color: rgb(255, 255, 255);
    background: rgb(211 36 54);
    text-align: center;
    border-radius: 6px;
    padding: 7px 0;
}

/*product-thumb*/
.product-thumb {
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid transparent;
    position: relative;
    box-shadow: 0 1px 4px 2px rgb(0 0 0 / 12%);
    transition: all 0.2s;
}

.product-thumb:hover {
    box-shadow: 0px 0px 6px 6px rgb(0 0 0 / 12%);
    transition: all 0.2s;
}

.product-thumb .inner {
    padding-top: 11px;
    height: 100%;
}

.product-thumb:after {
    content: "";
    width: 100%;
    height: 15px;
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
}

.product-thumb .labels {
    position: absolute;
    left: 12px;
    z-index: 1;
    max-width: calc(100% - 12px);
    /* overflow: hidden; */
}

.product-thumb .labels .label {
    font-weight: 400;
}

.product-thumb .button-group.button-add {
    position: absolute;
    padding: 3px 10px;
    border-radius: 4px;
    line-height: 14px;
    z-index: 2;
    visibility: hidden;
    right: 3px;
}

.product-thumb .button-group.button-add button {
    color: #878787;
    background-color: rgba(255, 255, 255, 0.51);
    border: none;
    border-radius: 4px;
}

.product-thumb .button-group.button-add button:hover {
    background-color: rgba(255, 255, 255, 0.9);
}

.product-thumb .button-group.button-add button:hover {
    color: #7a7a7a;
}

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

.product-thumb .image a {
    display: block;
    text-align: center;
}

.product-thumb .image a img {
    margin: 0 auto;
}

.product-thumb .caption {
    padding: 15px 0 0;
    text-align: center;
}

.product-thumb .caption .product-name {
    margin-bottom: 5px;
    padding: 0 10px;
}

.product-thumb .caption .product-name a {
    font-size: 16px;
    font-weight: 500;
    height: 88px;
    overflow: hidden;
    display: block;
}

.product-thumb .caption .price {
    font-size: 20px;
    font-weight: 600;
}

.product-info .price-old,
.price-old {
    color: #b6b6b6 !important;
}

.product-thumb .caption .price-old {
    text-decoration: line-through;
}

.product-thumb .button-group.button-cart {
    text-align: center;
    margin-bottom: 20px;
}

.product-thumb .button-group.button-cart a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
    color: #fff;
    background-color: #375bd2;
}

.product-thumb .button-group.button-cart a .fa {
    padding-right: 10px;
}

.product-thumb .button-group.button-cart a:hover {
    background-color: rgb(211 36 54);
}

.product-thumb .rating {
    text-align: center;
    margin-top: -10px;
    padding-bottom: 10px;
}

.product-thumb .description {
    padding: 0 12px 7px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*hover*/
.product-thumb:hover {
    overflow: visible;
}

.product-thumb:hover:after {
    display: none;
}

.product-thumb:hover .inner {
    position: absolute;
    /* border: 1px solid #ddd; */
    -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.12);
    z-index: 4;
    overflow: hidden;
    background: #fff;
    padding-top: 10px;
    width: 100%;
    top: 0;
}

.product-thumb:hover .button-group.labels {
    left: 11px;
}

.product-thumb:hover .button-group.button-add {
    top: 10px;
    right: 2px;
    visibility: visible;
}

.product-thumb:hover .button-group.button-cart button {
    color: #fff;
}

.product-thumb:hover .button-group.button-cart button:hover {
    color: #fff;
}

/*column-left products*/
.row.product-thumb-left + .box-heading {
    margin-top: 30px;
}

.row.product-thumb-left {
    margin-bottom: 20px;
}

.product-thumb-left .product-name {
    font-size: 16px;
    color: #545454;
}

.product-thumb-left .price {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    height: 25px;
}

.product-thumb-left .price-old {
    text-decoration: line-through;
    font-size: 80%;
    line-height: 15px;
}

.product-thumb-left .button-group {
    display: none;
}

.product-thumb-left:hover .button-group {
    display: block;
}

.product-thumb-left:hover .price {
    display: none;
}

/*footer*/
footer {
    background-color: #222222;
    color: #fff;
    padding-top: 30px;
    margin-top: 0;
    padding-bottom: 10px;
}

footer hr {
    border-top: 1px solid #db505e;
}

.footer-heading {
    font-size: 20px;
    border-bottom: 1px solid #db505e;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

footer a,
footer p,
footer a:visited,
footer li a {
    color: #fff;
}

footer a:hover {
    color: #ccc;
}

footer ul li a:before {
    content: "\e810";
    font-family: "fontello";
    margin-right: 10px;
    font-size: 10px;
    display: inline-block;
}

footer p.phones {
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.footer-icons {
    text-align: right;
}

.footer-icons > a,
.footer-icons > img {
    display: inline-block;
    margin-left: 10px;
}

.footer-icons > a:hover {
    -webkit-filter: brightness(1.7);
    filter: brightness(1.7);
}

.footer-icons > a img {
    display: inline-block;
}

/*phone-widget*/
header .logo {
    padding-right: 0;
    max-height: 50px;
}

header .phones {
    text-align: right;
    line-height: 17px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contact-phones {
    position: relative;
}
.contact-phones__toggle {
    cursor: pointer;
}

.contact-phones__toggle i {
    color: rgb(211, 36, 54);
    margin-left: 8px;
}

.contact-phones__modal a {
    color: #000000;
}

.contact-phones__modal {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 0 8px 3px #0000002e;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    background: rgb(255 255 255);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0s ease 0.4s;
}

.contact-phones__modal.show {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease 0s, opacity 0.4s;
}

.contact-phones__modal.pos-left {
    right: unset;
    left: 0;
}

.contact-phones__modal a {
    display: block;
}

footer .contact-phones__toggle i {
    color: #fff;
}

header .main-phone {
    font-size: 21px;
    padding-bottom: 4px;
}

header .main-phone .fa {
    color: #999;
}

#phone-widget {
    text-align: right;
    font-size: 18px;
    line-height: 25px;
    color: #535353;
    position: relative;
}

#phone-widget {
    margin-top: -1px;
    padding-left: 0;
}

#phone-widget a:visited {
    color: inherit;
}

/* #phone-widget .code {
    vertical-align: top;
    line-height: 24px;
    color: #AAA;
    font-weight: 700;
    font-size: 16px;
} */

/* #phone-widget .phone {
    font-size: 24px;
    line-height: 30px;
    color: #535353;
} */

#phone-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
}

#phone-widget ul li {
    border-radius: 0;
    padding: 1px 4px;
}

#phone-widget ul li a {
    background-color: transparent;
    border-bottom: 1px dashed;
    text-decoration: none;
    border-radius: 0;
    font-size: 12px;
}

#cart-modal .inc-dec {
    max-width: 140px;
}

#cart-modal .totals {
    font-size: 17px;
}

#cart-modal .totals tr:first-child {
    display: none;
}

#cart-modal .row {
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

#cart-modal .product-total,
#cart-modal .product-name a {
    font-size: 16px;
    font-weight: 500;
}

#cart-modal .modal-body .row:hover {
    background: #f9f9f9;
}

#menu .mobile-cart {
    margin-top: 0;
}
.mobile-cart-info {
    display: block;
    font-size: 10px;
}

#phone-widget .tab-content {
    position: relative;
}

.phone-blocking {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    cursor: pointer;
}

/* checkout */

@media (max-width: 768px) {
    .light-checkout {
        display: flex;
        flex-wrap: wrap;
    }

    .light-checkout__products {
        width: 100%;
        order: 1;
    }

    .light-checkout__form {
        width: 100%;
        order: 2;
    }
}

/*label colors*/
.label-1 {
    background-color: #337ab7;
}

.label-2 {
    background-color: #5cb85c;
}

.label-3 {
    background-color: #5bc0de;
}

.label-4 {
    background-color: #f0ad4e;
}

.label-5 {
    background-color: #eee;
    color: #333;
}

.label-6 svg {
    max-width: 30px;
    max-height: 30px;
}

.label__gift {
    position: relative;
    display: flex;
    align-items: center;
}

.label__gift_text {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 8px;
    background-color: #ff0000;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    /* opacity: 0;
    visibility: hidden;

    transition: opacity .4s, visibility 0s ease .4s; */
}

.product-info .label__gift_text {
    position: static;
    transform: unset;
    margin-left: 10px;
}

/* .label__gift:hover .label__gift_text{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s ease 0s, opacity .4s;
} */

.product-thumb_with-stickers {
    height: 500px;
}

.product-stickers {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-sticker {
    text-align: center;
}

.product-sticker + .product-sticker {
    margin-left: 15px;
}

.product-sticker__icon {
    display: block;
    margin: 0 auto 5px auto;
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.product-sticker-25 .product-sticker__icon {
    background-image: url("/catalog/view/theme/default/image/stickers/weight.png");
}
.product-sticker-14 .product-sticker__icon {
    background-image: url("/catalog/view/theme/default/image/stickers/height.png");
}
.product-sticker-53 .product-sticker__icon {
    background-image: url("/catalog/view/theme/default/image/stickers/season.png");
}

.product-sticker__text {
}

.label-stock {
    background-color: #777;
}

.label-special {
    background-color: #d9534f;
}

/*toTop button*/
#toTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    display: none;
    z-index: 99;
    opacity: 0.5;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#toTop:hover {
    opacity: 1;
}

/*click-to-order*/
.click-to-order {
    width: 282px;
}

.subcat-thumb {
    padding: 4px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.subcat-thumb img {
    margin: auto;
}

/*owl fixes*/
.owl-controls .owl-buttons .owl-next,
.owl-controls .owl-buttons .owl-prev {
    margin-top: -27px;
}

/*mozilla fix*/
#main-nav .navbar-toggle i.fa {
    float: right;
}

.light-checkout .buttons_mobile {
    display: none;
}

.share {
    max-width: 330px;
    padding: 0 15px;
    margin: 10px auto;
    text-align: center;
}
.share__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.share__button svg {
    height: 20px;
    width: auto;
}

.google-map {
    width: 100%;
    height: 50vh;
    border: none;
}

.contacts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popup_form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(160 160 160 / 40%);
    z-index: 35;
}
.popup_form form {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255);
    padding: 20px;
    width: 100%;
    max-width: 360px;
    z-index: 11;
    box-shadow: 0 1px 5px 0px rgb(0 0 0 / 20%);
    border-radius: 4px;
}

.popup_form .buttons {
    text-align: center;
}

.popup_form__close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.popup_form__close svg {
    width: 25px;
    height: 25px;
}

@media (min-width: 1200px) {
    .nav > li > a {
        padding: 15px 12px;
    }
}
