html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #434242;
}

body,
.header {
    /*background: #fefefe;*/
    background: #fff;

}

a {
    color: #434242;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

.slider .owl-item img {
    max-width: 100% !important;
}

.empty-header {
    margin: 20px 0px;
}

.header-phone,
.header-user {
    margin-top: 7px;
}

.phone-order {
    font-weight: bold;
}

.time-order-text {
    font-size: 10px;
}

.time-order {
    font-size: 10px;
    color: #c6c6c6;
}

.header {
    position: relative;
    padding-top: 15px;
    z-index: 200;
    transition: all 0.2s ease-in-out 0s;
}

.header a {
    color: #434242;
}

.header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

.small-logo {
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}

.shadow {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.header.fixed .header-nav {
    margin: 0;
}

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

.header-logo {
    text-align: center;
}

.header-user {
    text-align: right;
}

.header-user .dropdown-menu {
    left: auto;
    right: 0;
}

.header-user .favorite-header.not-empty:after {
    display: none;
}

.header-nav {
    margin-top: 20px;
    border-top: 1px solid #eeefef;
    border-bottom: 1px solid #eeefef;
}

.header-search {
    line-height: 40px;
    position: relative;
}

.header-search input {
    display: none;
    position: absolute;
    left: 15px;
    top: -2px;
    z-index: 1;
    line-height: 20px;
    margin-top: 11px;
    padding-left: 30px;
    border: none;
    outline: none;
    width: 100%;
    background: none;
}

.header-search .fa {
    z-index: 2;
    position: relative;
    margin-left: 8px;
    cursor: pointer;
}

#search-result {
    position: absolute;
    top: 42px;
    left: 15px;
    width: 300px;
    background: white;
    display: none;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.search-item {
    display: block;
    border-bottom: 1px solid #efeff0;
}

.search-item .product-price {
    text-align: left !important;
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
}

.search-item > .col-xs-4 {
    padding-right: 5px;
}

.search-item > .col-xs-8 {
    padding-left: 0;
}

.search-item:hover {
    background: #fbfbfc;
}

.search-item h3 {
    padding: 0;
    margin: 0;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0px;
    font-weight: bold;
}

.search-img {
    height: 80px;
    background-size: cover;
    background-position: center;
    margin: 5px;
}

.search-empty {
    padding: 10px 20px;
}

.header-cart {
    text-align: right;
    position: relative;
}

.header-cart a {
    text-decoration: none;
}

.cart-inner {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 41px;
    right: 15px;
    background: white;
    width: 350px;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);*/
    white-space: normal;
}

.cart-link > a,
.cart-link > a > span {
    line-height: 40px;
    white-space: nowrap;
}

.cart-link > a > img {
    margin-top: -4px;
    height: 20px;
}

.cart-link:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: none;
}

.cart-small-name {
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
}

.cart-small-total {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.prev-catalog {
    padding: 0 15px;
}

.prev-catalog .product-item:hover {
    border: 1px solid transparent;
    border-bottom: none;
}

.prev-catalog .product-sale,
.prev-catalog .product-name,
.prev-catalog .product-to-favorite-mini,
.prev-catalog .product-grid-article,
.prev-catalog .product-grid-btn {
    display: none !important;
}

.cart-small-total i {
    font-size: 12px;
}

.cart-small-qty {
    line-height: 18px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin-top: 5px;
}

.cart-small-qty .qty {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.cart-small-qty .action {
    display: inline-block;
    width: 20px;
    text-align: center;
    background: #efefef;
    cursor: pointer;
}

cart-small-qty .action i {
    font-size: 10px;
}

.cart-small-price {
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}

.cart-small-price i {
    font-size: 10px;
}

.cart-small-delete {
    display: inline-block;
    font-size: 10px;
    background: #efefef;
    padding: 0px 10px;
    line-height: 21px;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.cart-mini-total,
.cart-small-size,
.cart-small-delete-icon {
    display: none;
}

.cart-small-summ {
    padding: 5px;
    background: #efefef;
    border-bottom: 1px solid #e1e1e1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.cart-small-action {
    padding: 10px;
}

.cart-small-action a {
    display: block;
    padding: 5px;
    border: 1px solid #e1e1e1;
    background: #efefef;
    text-align: center;
}

.cart-empty {
    text-align: center;
    padding: 60px 10px;
}

.cart-mini-btn-wrap,
.cart-mini-title {
    display: none;
}

.cart-mini-title {
    position: relative;
}

.cart-mini-title .close-cart {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 15px;
}

.cart-small-price .old:after {
    content: "";
    position: absolute;
    bottom: 6px;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #efab26;
}

.cart-small-price .old {
    color: #efab26;
    position: relative;
    margin-right: 5px;
}

.cart-small-row {
    margin: 0px -5px;
}

.cart-small-col {
    width: 50%;
    float: left;
    padding: 0px 5px;
}

.header-menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.header-menu ul li {
    display: inline-block;
}

.header-menu > ul > li {
    line-height: 40px;
}

.header-menu ul li a,
.header-menu ul li span {
    display: block;
    padding: 0px 10px;
    font-size: 15px;
}

.header-top,
.header-search .fa,
.header a {
    font-size: 15px;
}

.header-user a {
    line-height: 20px;
    text-decoration: none;
    margin-left: 15px;
}

.header-user a .fa {
    font-size: 20px;
    color: #bcbcbc;
}

.dropdown-hover:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: rotate3d(1, 0, 0, 0deg);
}

.dropdown-hover .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0px 0px 0px;
    transition: -webkit-transform 0.6s ease-in-out 0s, opacity 0.6s ease-in-out 0s, visibility 0.6s ease-in-out 0s;
}

.slider_v2 {
    position: relative;
}

.slider img {
    width: 100%;
}

.slider_v2 img {
    width: 100%;
}

.prev-catalog .owl-controls .owl-buttons .owl-prev,
.prev-catalog .owl-controls .owl-buttons .owl-next,
.slider_v2 .owl-controls .owl-buttons .owl-prev,
.slider_v2 .owl-controls .owl-buttons .owl-next,
.five-carousel .owl-controls .owl-buttons .owl-prev,
.five-carousel .owl-controls .owl-buttons .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    text-align: center;
    background: #434242;
    padding: 0;
    margin: -15px 0 0 0 !important;
    border-radius: 0;
    font-size: 0;
    cursor: pointer;
    opacity: .3;
}

.prev-catalog .owl-controls .owl-buttons .owl-prev:hover,
.prev-catalog .owl-controls .owl-buttons .owl-next:hover,
.slider_v2 .owl-controls .owl-buttons .owl-prev:hover,
.slider_v2 .owl-controls .owl-buttons .owl-next:hover,
.five-carousel .owl-controls .owl-buttons .owl-prev:hover,
.five-carousel .owl-controls .owl-buttons .owl-next:hover {
    opacity: 1;
}

.prev-catalog .owl-controls .owl-buttons .owl-prev,
.slider_v2 .owl-controls .owl-buttons .owl-prev,
.five-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

.slider_v2 .owl-controls .owl-buttons .owl-next,
.prev-catalog .owl-controls .owl-buttons .owl-next,
.five-carousel .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.slider_v2 .owl-controls .owl-buttons .owl-prev:before,
.prev-catalog .owl-controls .owl-buttons .owl-prev:before,
.five-carousel .owl-controls .owl-buttons .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    font-size: 21px;
    color: white;
}

.slider_v2 .owl-controls .owl-buttons .owl-next:before,
.prev-catalog .owl-controls .owl-buttons .owl-next:before,
.five-carousel .owl-controls .owl-buttons .owl-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 21px;
    color: white;
}

.slider .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
}

.slider .owl-controls .owl-page {
    display: inline-block;
}

.owl-carousel .owl-controls .owl-page span {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    background: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    height: 13px;
    width: 13px;
    border-radius: 10px;
    margin: 5px 4px;
    display: block;
}

.owl-carousel .owl-controls .owl-page.active span {
    background: white;
    background: rgba(0, 0, 0, 0.8);
}

.header-search-small {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding: 5px 15px;
    padding-top: 15px;
    display: none;
}

.header-search-small input {
    width: 100%;
    border: 1px solid black;
    padding: 8px;
    outline: none;
}

.products-new {
    margin: 30px 0px;
}

.product-item {
    padding: 5px;
    padding-bottom: 0;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-bottom: none;
    transition: all .3s ease-in-out;
    position: relative;
}

.product-grid-btn {
    opacity: 0;
    position: absolute;
    bottom: -68px;
    left: -1px;
    width: calc(100% + 2px);
    padding: 15px;
    border-left: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    transition: all .3s ease-in-out;
    pointer-events: none;
    z-index: 100;
}

.product-grid-btn a,
.product-grid-btn span {
    display: block;
    color: white;
    background: #efab26;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.product-item:hover {
    border-color: #b3b3b3;
    background: white;
}

.product-item:hover .product-grid-btn {
    opacity: 1;
    pointer-events: auto;
    background: white;
}

.product-pic {
    display: block;
    height: 180px;
    /*background-color: #eee;*/
    background-size: cover;
    text-align: center;
    background-position: center;
}

.product-pic img {
    max-width: 100%;
    max-height: 180px;
}

.product-description {
    margin: 10px 0px 15px 0px;
    min-height: 45px;
}

.product-name {
    display: block;
    text-align: center;
    font-weight: bold;
    min-height: 40px;
    color: black;
}

.product-price {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}

.product-price .now,
.product-price .sale {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
}

.product-price .now {
    color: #efab26;
    position: relative;
}

.product-price .now:after {
    content: "";
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #efab26;
}

.product-price .now span,
.product-price .sale span {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
}

.product-price .now span.product-price-number {
    font-size: 18px;
    font-weight: bold;
}

.product-price .fa {
    font-size: 15px;
}

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

.product-options {
    margin-top: 20px;
}

.product-options span {
    display: inline-block;
}

.product-options span:first-child {
    margin-right: 10px;
}

.product-options .product-price {
    text-align: left;
}

.product-options .product-price > span {
    margin-top: 5px;
}

.product-filter {
    display: block;
    background: #f3f3f3;
}

.to-basket {
    display: block;
    line-height: 55px;
    text-align: center;
    background: #f5bd2e;
    color: white;
    font-size: 20px;
    border: 1px solid #e6ac16;
    border-radius: 2px;
}

.to-basket:hover {
    background: #e6ac16;
    color: white;
}

.options-list {
    border-top: 1px solid #d1d1d1;
    padding: 15px 0px;
    background: white;
}

.options-items {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    background: white;
    border: 1px solid #d1d1d1;
    z-index: 10;
}

.options-items-wrap {
    max-height: 200px;
    overflow: auto;
    padding: 10px;
}

.options-items:before {
    position: absolute;
    content: "";
    top: -9px;
    left: 18px;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #d1d1d1 transparent;
}

.options-items:after {
    position: absolute;
    content: "";
    top: -8px;
    left: 18px;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #fff transparent;
}

.options-items label {
    display: block;
}

.option-wrap {
    border: 1px solid #d1d1d1;
    padding: 0px 10px;
    line-height: 26px;
    position: relative;
}

.option-wrap-title {
    cursor: pointer;
}

.option-wrap-title:hover:after {
    background: #f9f9f9;
}

.option-wrap-title:after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    width: 30px;
    text-align: center;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #d1d1d1;
    cursor: pointer;
}

.option-wrap-title.open:after {
    font-family: FontAwesome;
    content: "\f077";
}

.filter-wrap input[type=radio],
.filter-wrap input[type=checkbox] {
    border: 1px solid #b3b4b4;
    background: none;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 5px;
    outline: 0 !important;
    cursor: pointer;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    margin-right: 4px;
}

.filter-wrap input[type=checkbox],
.filter-wrap input[type=checkbox]:after {
    /*border-radius: 0 !important;*/
}

.filter-wrap input[type=radio]:checked:after,
.filter-wrap input[type=checkbox]:checked:after {
    background: #b3b4b4;
}

.filter-wrap input[type=radio]:after,
.filter-wrap input[type=checkbox]:after {

    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: 0 0;
    display: block;
    content: '';
    border-radius: 50%;
    border: 1px solid transparent;
}

.options-items-wrap label:last-child {
    margin-bottom: 0;
}

.option-btn {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 24px;
    border: none;
    border: 1px solid #d1d1d1;
    background: none;
}

.mobile-filter-title,
.filter-items-title,
.filter-mobile-actions {
    display: none;
}

.option-btn:hover {
    background: #f9f9f9;
}

.category-name {
    font-size: 26px;
    margin: 35px 0px;
    padding: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.category-name span {
    color: #bcbcbc;
}

.mobile-filter {
    float: left;
}

.filter-btn-mobile {
    display: none;
}

.product-name-item {
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    line-height: 36px;
}

.product-breadcrumb {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

.modal-content button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: black;
    text-shadow: none;
    opacity: 1;
    z-index: 2;
    font-weight: normal;
    font-family: inherit;
}

.modal-content {
    border-radius: 0;
}

.modal-dialog {
    margin-top: 50px;
}

.modal-title {
    margin: -15px -15px 15px -15px;
    background: #efefef;
    padding: 25px;
    text-align: center;
    font-size: 26px;
    font-weight: normal;
}

.modal-title .desc {
    font-size: 13px;
    margin-top: 10px;
}

.forgot-password {
    margin: 20px 0 20px;
    text-align: center;
}

.social-auth {
    margin-top: 20px;
}

.social-auth-title {
    text-align: center;
}

.social-auth-btn {
    text-align: center;
    margin: 20px 0;
}

.password-field {
    position: relative;
}

.password-field input {
    padding-right: 50px;
}

.password-field .fa {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer
}

.auth-btn {
    text-align: center;
}

.auth-btn button {
    width: 150px;
    display: inline-block;
}

.auth-modal {
    max-width: 300px;
}

.form-control {
    border-radius: 2px;
}

.btn-border {
    border: 2px solid black;
    background: none;
    color: black;
    border-radius: 2px;
    background: white;
}

.margin-top {
    margin-top: 20px;
}

.side-details ul {
    padding: 0;
    margin: 0;
}

.side-details ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.side-details ul li:last-child {
    border-bottom: none;
}

.side-details ul li a {
    display: block;
    padding: 15px;
    background: white;
}

.side-details ul li a:hover,
.side-details ul li a.active {
    background: #f5f5f5;
    text-decoration: none;
}

.box-shadow {
    box-shadow: 0 0 2px rgba(204, 204, 204, 0.7);
}

.details-wrap {
    position: relative;
    padding: 20px;
    background: white;
}

.information-title {
    line-height: 18px;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin: -20px -20px 20px -20px;
}

.password-wrap {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 40px;
}

.alert {
    padding: 10px;
    border-radius: 2px;
}

textarea {
    resize: vertical;
}

.account-title {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

.news-list .news-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.news-item {
    margin-bottom: 40px;
    background: white;
}

.news-picture {
    max-height: 360px;
    background-size: cover;
    background-position: center;
}

.news-title {
    margin: 20px 0px 10px 0px;
    text-align: center;
    font-size: 16px;
}

.news-title a {
    color: black;
}

.news-date {
    margin-bottom: 10px;
    color: #999;
}

.news-until {
    color: black;
    margin-bottom: 10px;
}

.news-content {
    max-height: 110px;
}

.news-more {
    padding-bottom: 20px;
}

.news-main-pic {
    width: 100%;
}

.news-main-pic-new {
    width: 100%;
    margin-bottom: 30px;
}

.news-main-wrap-new {
    border: 1px solid #f1f2f2;
}

.news-main-body-new {
    padding: 50px 25px 50px 50px;
}

.news-main-bottom-new {
    border-top: 1px solid #f1f2f2;
    padding: 10px 25px 10px 50px;
    color: #b9b9b9;
}

.news-text-new {
    font-style: italic;
}

.news-date-new {
    float: right;
    font-style: normal;
}

.other-news-new-title {
    color: #2c2b2a;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.other-news-new {
    margin-top: 35px;
    padding: 40px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.other-news-new ul {
    padding: 0;
    margin: 0 0 0 10px;
}

.other-news-new ul li {
    list-style: none;
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
}

.seo-block {
    margin-top: 60px;
}

.seo-title {
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.seo-content {
    margin-top: 30px;
    text-align: justify;
}

.main-news-picture {
    display: block;
    background-size: cover;
    background-position: center;
}

.main-news-content {
    padding: 20px;
    background: #fefefe;
    font-size: 15px;
    text-align: center;
}

.main-news-content-new {
    padding: 50px;
    position: relative;
}

.main-news-name-new {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main-news-more {
    display: block;
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    padding: 8px 20px;
    border: 1px solid #d9dada;
    background: #fefefe;
    color: #2b2a29;
}

.main-news-content a {
    font-weight: bold;
    font-size: 13px;
    color: #9d9e9e;
}

.main-news-content > a {
    min-height: 40px;
    display: block;
}

.main-news-content a.btn {
    font-weight: normal;
    font-size: 15px;
    color: #434242;
    border: 1px solid #dedfdf;
}

.footer {
    background: white;
    padding: 50px 0px;
}

.footer .footer-title {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;

}

.new-social a {
    display: inline-block;
    border-radius: 100px;
    font-size: 18px;
    line-height: 35px;
    width: 37px;
    border: 1px solid #c8c8c8;
    color: #c8c8c8;
    text-align: center;
    margin-right: 10px;
}

a.is-vk:hover {
    border-color: #4a76a8;
    color: #4a76a8;
}

a.is-ok:hover {
    border-color: #ee8209;
    color: #ee8209;
}

a.is-fb:hover {
    border-color: #3b5998;
    color: #3b5998;
}

a.is-inst:hover {
    border-color: #6a4fc3;
    color: #6a4fc3;
}

a.is-wa:hover {
    border-color: #32bf4e;
    color: #32bf4e;
}

a.is-viber {
    background: url(/img/viber.svg) no-repeat;
    background-size: 60%;
    background-position: center;
}

a.is-viber:hover {
    background: url(/img/viber-hover.svg) no-repeat;
    background-size: 60%;
    background-position: center;
    border-color: #574e92;
}

.footer-phone {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-title.phone-title {
    margin-top: 15px;
    margin-bottom: 0;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    margin-top: 35px;
    padding: 0;
}

.breadcrumb a,
.breadcrumb span {
    color: #bcbcbc;
}

.category-wrap .breadcrumb {
    margin-bottom: 20px;
}

.footer p {
    font-size: 15px;
}

.url-list {
    padding: 0;
    margin: 0;
}

.url-list li {
    list-style: none;
    margin-bottom: 10px;
}

.url-list li:last-child {
    margin-bottom: 0;
}

.url-list li a {
    font-size: 14px;
    color: #c0c0c0;
}

.page-main {
    margin-top: 40px;
}

.social a {
    display: inline-block;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #efefef;
    border-radius: 2px;
    font-size: 18px;
    margin: 0px 2px;
}

.social a.vk {
    background: #577ca1;
    color: white;
}

.social a.instagram {
    background: url(/images/skin/insta.jpg) center no-repeat;
    background-size: cover;
    color: white;
}

.social a.fb {
    background: #4267b2;
    color: white;
}

.social a.twitter {
    background: #1da1f2;
    color: white;
}

.main-news.big .main-news-picture {

}

.main-news.big .main-news-content {
    min-height: 190px;
    overflow: hidden;
}

.main-news.big .main-news-content a {
    display: block;
    max-height: 65px;
    overflow: hidden;
}

.main-news-item {
    border: 1px solid #eceded;
}

.main-news.big .main-news-item {
    margin-bottom: 40px;
}

.main-news.big .news-date {
    margin-bottom: 20px;
    font-size: 13px;
    color: #c4c4c4;
}

.to-cart {
    display: block;
    padding: 5px;
    text-align: center;
    border: 1px solid #e1e1e1;
    text-decoration: none;
}

.to-cart:hover {
    background: #efefef;
    text-decoration: none;
}

.cart-small-pic {
    height: 70px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.cart-line {
    position: relative;
    padding: 5px;
    border-bottom: 1px solid #e1e1e1;
}

.cart-line .product-sale {
    z-index: 11;
}

.cart-line > div > .col-xs-3 {
    padding-right: 0;
}

.cart-full {
    margin-top: 20px;
}

.cart-full .table {
    background: white;
}

.cart-full-pic {
    display: block;
}

.cart-full-pic img {
    max-width: 100%;
}

.cart-full-article {
    margin: 20px 0;
    color: #9d9e9e;
}

.cart-full-delete a {
    text-decoration: underline;
}

.cart-full-price-old {
    color: #efab26;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.cart-sale {
    display: inline-block;
    line-height: 36px;
    width: 40px;
    margin: 10px 0;
    text-align: center;
    border: 2px solid #efab26;
    color: #efab26;
    border-radius: 100px;
    font-size: 13px;
    background: white;
}

.cart-full-qty {
    width: 100%;
    padding: 10px 5px;
}

.cart-price {
    padding: 0;
    font-weight: bold;
}

.cart-title {
    margin: 0;
}

.cart-full .table-body .body:last-child {
    border-bottom: 1px solid #e1e1e1;
}

.cart-info-box {
    padding: 0;
}

.cart-info-item {
    position: relative;
    padding-right: 100px;
    margin-top: 10px;
}

.cart-info-item span {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
}

.cart-info-item .final-cart-price i {
    font-size: 12px;
}

.go-order {
    display: block;
    background: #efab26;
    color: white;
    padding: 7px 10px;
    border-radius: 4px;
    text-align: center;
    margin: 20px 0;
    width: 100%;
    border: none;
    font-weight: normal;
}

.user-coupon {
    display: block;
    color: #efab26;
    margin: 20px 0;
}

.order-form {
    border: 1px solid #f4f4f4;
    border-radius: 2px;
    padding: 20px;
}

.order-form label input[type=text],
.order-form label textarea {
    display: block;
    width: 100%;
    border: 1px solid #e6e7e7;
    border-radius: 4px;
    padding: 6px 10px;
    margin-bottom: 10px;
    margin-top: 2px;
    font-weight: normal;
}

.order-form label input::-webkit-input-placeholder,
.order-form label textarea::-webkit-input-placeholder {
    color: #e6e7e7;
}

.order-form label input:-ms-input-placeholder,
.order-form label textarae:-ms-input-placeholder {
    color: #e6e7e7;
}

.order-form label input:-ms-input-placeholder,
.order-form label textarea:-ms-input-placeholder {
    color: #e6e7e7;
}

.cart-info-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.delivery-box-label {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.delivery-options label {
    margin-right: 20px;
}

.delivery-options input[type=radio],
.delivery-box input[type=radio] {
    border: 1px solid #b3b4b4;
    background: none;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 5px;
    outline: 0 !important;
    cursor: pointer;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    margin-right: 4px;
}

.delivery-options input[type=radio]:checked:after,
.delivery-box input[type=radio]:checked:after {
    background: #efab26;
}

.delivery-options input[type=radio]:after,
.delivery-box input[type=radio]:after {

    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: 0 0;
    display: block;
    content: '';
    border-radius: 50%;
    border: 1px solid transparent;
}

.delivery-list {
    border: 1px solid #edeeee;
    border-radius: 4px;
    margin-top: 20px;
}

.delivery-list label {
    padding: 15px 15px 15px 40px;
    position: relative;
    border-bottom: 1px solid #edeeee;
    width: 100%;
}

.delivery-list label:last-child {
    border-bottom: 0;
}

.delivery-list label input {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
}

.delivery-list .delivery-item-description {
    color: #b2b2b2;
    font-size: 11px;
    font-weight: normal;
    margin-top: 20px;
}

.delivery-price {
    position: absolute;
    right: 15px;
    top: 15px;
}

.delivery-list.without-border {
    border: none;
    margin-top: 0;
    padding: 0;
}

.delivery-list.without-border label {
    border: none;
    padding-bottom: 0;
}

.delivery-box-wrap {
    display: none;
}

.delivery-box-wrap[data-type=courier] {
    margin-top: 20px;
}

.city-name-label {
    width: 100%;
    margin-top: 30px;
}

.delivery-item-work span {
    color: #434242;
}

.delivery-item-work {
    color: #b2b2b2;
    font-weight: normal;
    margin-top: 5px;
}

.delivery-item-phone {
    margin-top: 5px;
    font-weight: normal;
    color: #b2b2b2;
}

.delivery-item-phone a {
    color: #efab26;
}

.order-text {
    margin-top: 30px;
    font-size: 12px;
    color: #ccc;
}

.order-text a {
    color: #ccc;
    text-decoration: underline;
}

.order-form .fa-question-circle-o {
    color: #cfd0d0;
}

.required {
    color: red;
}

.final-cart-price {
    font-size: 15px;
}

.final-cart-price i {
    font-size: 14px;
}

.cart-info-list .cart-info-item:first-child {
    margin-top: 0;
}

.cart-full-price-old:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    border-top: 1px solid #efab26;
    width: 100%;
}

.cart-full .table {
    padding: 0px 10px;
}

.cart-full .table .head {
    padding: 15px 0px;
    font-weight: bold;

}

.cart-full .table .body {
    padding: 10px 0px;
    border-top: 1px solid #e1e1e1;
}

.cart-full .input-group {
    margin: 5px 0px;
}

.input-group-addon {
    border-radius: 2px;
}

.checkout-go {
    margin-top: 20px;
}

.seo-link {
    font-weight: bold;
    color: black;
}

.agreement {
    margin-top: 10px;
}

.details-wrap .agreement {
    margin-bottom: 20px;
    margin-top: 0;
}

.agreement a {
    text-decoration: underline;
}

.main-title {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;

}

.main-title.big {
    margin: 60px 0px;
    text-transform: uppercase;
}

.post-manager {
    margin-top: 20px;
    background: #f5f5f5;
    padding: 10px;
    font-size: 15px;
    font-style: italic;
}

.page-slider {
    border: 1px solid #d6dcd9;
    margin-top: 10px;
}

.page-slider p:first-child {
    padding: 10px;
    background: #f5f5f5;
    cursor: pointer;
    margin: 0;
}

.page-slider p:first-child:hover {
    background: #f8f8f8;
}

.page-slider ul {
    display: none;
    border-top: 1px solid #d6dcd9;
    padding-top: 10px;
}

figure.news-picture,
.main-news-picture {
    position: relative;
    overflow: hidden;
}

figure.news-picture *,
.main-news-picture * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

figure.news-picture img,
.main-news-picture img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.news-picture:after,
.main-news-picture:after {
    display: none;
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.75;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

figure.news-picture figcaption,
.main-news-picture figcaption {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

figure.news-picture .fname,
figure.news-picture p,
.main-news-picture .fname,
.main-news-picture p {
    margin: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
}

figure.news-picture .fname,
.main-news-picture .fname {
    padding: 0 30px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
}

figure.news-picture .fname a:hover,
.main-news-picture .fname a:hover {
    text-decoration: none;
}

figure.news-picture p,
.main-news-picture p {
    padding: 0 50px;
    font-size: 1em;
    font-weight: 500;
}

figure.news-picture:hover:after,
figure.news-picture.hover:after,
.main-news-picture:hover:after,
.main-news-picture.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

figure.news-picture:hover figcaption .fname,
figure.news-picture.hover figcaption .fname,
figure.news-picture:hover figcaption p,
figure.news-picture.hover figcaption p,
.main-news-picture:hover figcaption .fname,
.main-news-picture.hover figcaption .fname,
.main-news-picture:hover figcaption p,
.main-news-picture.hover figcaption p {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure.news-picture:hover figcaption .fname,
figure.news-picture.hover figcaption .fname,
.main-news-picture:hover figcaption .fname,
.main-news-picture.hover figcaption .fname {
    opacity: 1;
}

figure.news-picture:hover figcaption p,
figure.news-picture.hover figcaption p,
.main-news-picture:hover figcaption p,
.main-news-picture.hover figcaption p {
    opacity: 0.7;
}

/*
.main-news-item .main-news-picture,
.news-item .news-picture-block{
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.main-news-item:hover .main-news-picture,
.news-item:hover .news-picture-block{
    -webkit-filter: grayscale(100%) blur(2px);
    filter: grayscale(100%) blur(2px);
}
.main-news-item .main-news-picture::before,
.news-item .news-picture-block::before{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.main-news-item:hover .main-news-picture::before,
.news-item:hover .news-picture-block::before{
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}*/
.info-table {
    display: table;
    margin-top: 20px;
}

.info-row {
    display: table-row;
}

.info-cell {
    display: table-cell;
    width: 50%;
    padding: 5px;
    vertical-align: middle;
}

.info-row .info-cell:first-child {
    text-align: right;
    font-weight: bold;
}

.product-article {
    color: #999;
    padding-bottom: 20px;
}

.product-nav {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
    background: white;
    z-index: 2;
    padding: 0 20px;
}

.product-nav li {
    display: inline-block;
    list-style: none;
}

.product-nav-wrap {
    position: relative;
}

.product-nav-wrap:before {
    content: "";
    position: absolute;
    margin-top: 20px;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    z-index: 1;
}

.product-nav-content {
    display: none;
}

.product-nav-content.active {
    display: block;
}

.product-options {
    margin-bottom: 10px;
    text-align: center;
    min-height: 20px;
}

.product-grid-article {
    padding: 2px 7px;
    font-size: 11px;
    text-align: center;
    color: #b8b9b9;
}

.product-table {
    width: 100%;
}

.product-table td {
    width: 50%;
    padding: 5px 10px;
    font-weight: bold;
}

.product-table tr:nth-child(odd) td {
    background: #f3f3f3;
}

.product-table tr td:last-child {
    text-align: right;
    font-weight: normal;
}

.product-nav li a {
    display: block;
    padding: 10px;
    border: 2px solid #ccc;
    margin: 5px;
    font-weight: bold;
}

.product-nav li a:hover,
.product-nav li a:active {
    text-decoration: none;
}

.product-nav li a.active {
    color: black;
    border-color: black;
}

.star-rating {
    font-size: 0;
}

.star-rating__wrap {
    display: inline-block;
    font-size: 20px;
}

.star-rating__wrap:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating__ico {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #f5bd2e;
}

.star-rating__ico:last-child {
    padding-left: 0;
}

.star-rating__input {
    display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
    content: "\f005";
}

.review-rating i {
    float: right;
    font-size: 16px;
    margin-left: 2px;
    color: #f5bd2e;
    line-height: 30px;
}

.review-info {
    background: #f3f3f3;
    line-height: 30px;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.review-text {
    margin-bottom: 50px;
    padding: 0px 10px;
}

.product-title {
    margin: 40px 0px;
}

.product-inner-title {
    margin: 40px 0;
}

.product-title.little-top {
    margin-top: 10px;
}

.pagination a {
    color: #d1d1d1 !important;
    padding: 0 10px !important;
    border: none !important;
    font-size: 15px;
}

.pagination a:hover {
    background: none !important;
}

.pagination .active a {
    background: none !important;
    color: black !important;
}

.submenu {
    position: absolute;
    background: white;
    top: 42px;
    border: 1px solid #d1d1d1;
    border-top: none;
    display: none;
}

.submenu li {
    position: relative;
}

.submenu li:hover {
    position: relative;
    background: #e5e5e5;
}

.submenu .submenu {
    left: 100%;
    /*margin-left:10px;*/
    top: 0;
    width: auto;
    display: none;
    min-width: 200px;
}

.submenu li:hover .submenu {
    display: block;
}

.submenu .submenu::before {
    display: none;
    position: absolute;
    content: "";
    left: -8px;
    top: 11px;
    border-style: solid;
    border-width: 8px 7px 8px 0px;
    border-color: transparent #d1d1d1 transparent transparent;
}

.submenu .submenu::after {
    display: none;
    position: absolute;
    content: "";
    left: -7px;
    top: 11px;
    border-style: solid;
    border-width: 8px 7px 8px 0px;
    border-color: transparent #fff transparent transparent;
}

.submenu::before {
    position: absolute;
    content: "";
    top: -8px;
    left: 28px;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #d1d1d1 transparent;
}

.submenu::after {
    position: absolute;
    content: "";
    top: -7px;
    left: 28px;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #fff transparent;
}

.submenu ul li {
    display: block;
}

.submenu ul li a,
.submenu ul li span {
    display: block;
    min-width: 150px;
    text-align: left;
    border-top: 1px solid #d1d1d1;
}

.product-item {
    position: relative;
}

.product-sale {
    /*display: none;*/
    position: absolute;
    left: 10px;
    top: 10px;
    /*line-height: 31px;*/
    /*width: 35px;*/
    text-align: center;
    /*border: 2px solid #efab26;*/
    /*color: #efab26;*/
    /*border-radius: 100px;*/
    font-size: 12px;
    /*background: white;*/

    border-radius: 0;
    background: #efab26;
    color: white;
    border: none;
    line-height: 24px;
    width: 40px;

}

.cart-price .product-sale {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    margin-top: 5px;
}

.cart-action {
    cursor: pointer;
}

.cart-action:hover {
    background: #ccc;
}

.category-text {
    margin-bottom: 20px;
}

.sub {
    margin-top: 25px;
    background: #efe9e4;
    padding: 25px 0;
    border-bottom: 5px solid #efab26;
}

.sub input[type=text] {
    line-height: 40px;
    padding: 0 15px;
    background: white;
    border: none;
    width: 100%;
    margin-top: 5px;
}

.sub button {
    margin-top: 5px;
    background: none;
    border: 1px solid #464543;
    color: #464543;
    text-transform: uppercase;
    line-height: 36px;
    text-align: center;
    width: 100%;
}

.mt-15 {
    margin-top: 15px !important;
}

.support-phone {
    font-size: 24px;
    font-weight: bold;
}

.support-time {
    text-transform: uppercase;
    color: #c6c6c6;
}

.support-mail {
    font-weight: bold;
}

.one-three,
.two-three {
    display: flex;
    width: 100%;
    padding: 20px 35px 35px 35px;
    min-height: 350px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.two-three {
    display: block;
    padding: 0;
}

.two-three .content-block {
    display: flex;
    padding: 35px;
    min-height: 350px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
    text-align: center;
}

.one-three .img,
.two-three .img {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 1s ease-in-out;
}

.one-three:hover,
.two-three:hover {
    text-decoration: none;
}

.one-three:hover b,
.two-three:hover b {
    /*border-color: #d1d1d1;*/
}

.one-three:hover .img,
.two-three:hover .img {
    transform: scale(1.1);
}

.one-three b,
.two-three b {
    display: inline-block;
    padding: 10px 28px;
    background: white;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 15px;
    border: 2px solid white;
    z-index: 2;
    transition: all .3s ease-in-out;
    color: #434242;
}

.one-three span,
.two-three span {
    z-index: 2;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}

.one-three.is-black,
.two-three.is-black {
    color: white;
}

.one-three small,
.two-three small {
    display: block;
    font-size: 11px;
    margin: 15px 0;
}

.is-top-bottom {
    background-position: top center;
    justify-content: space-between;
}

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-five {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }

}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }

    .product-list-wrap .product-list-item:nth-child(4n + 1) {
        clear: both;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .product-list-wrap .product-list-item:nth-child(3n + 1) {
        clear: both;
    }
}

.brands-carousel {
    background: white;
    padding: 20px 40px;
    position: relative;
}

.brands-carousel a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.brands-carousel a img {
    max-width: 100%;
}

.brands-carousel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 0;
    opacity: 1;
    background: none;
    padding: 0;
    margin: 0;
    margin-top: -18px;
}

.brands-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 0;
    opacity: 1;
    background: none;
    padding: 0;
    margin: 0;
    margin-top: -18px;
}

.brands-carousel .owl-prev:before {
    font-family: 'FontAwesome';
    content: "\f104";
    font-size: 26px;
    color: #d9dada;
}

.brands-carousel .owl-next:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 26px;
    color: #d9dada;
}

.filter-wrap {
    margin-bottom: 35px;
}

.filter-wrap-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 15px;
}

.filter-items label {
    display: block;
    margin: 0;
    padding: 2px 0 8px 0;
    color: #696969;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.filter-items ul {
    padding: 0;
    margin: 0;
}

.filter-items ul li {
    list-style: none;
}

.filter-items ul ul {
    padding: 5px 0 5px 20px;
}

.top-filters .filter-wrap {
    display: inline-block;
    position: relative;
}

.top-filters .filter-wrap-title b {
    font-weight: normal;
}

.top-filters .filter-wrap-title {
    margin-right: 20px;
    margin-bottom: 0;
    text-transform: none;
    cursor: pointer;
}

.top-filters .filter-wrap-title span {
    transform: rotate(-90deg) translateX(-1px);
    display: inline-block;
    transition: all .3s ease-in-out;
    margin-left: 2px;
}

.top-filters .filter-wrap.is-opened .filter-wrap-title span {
    transform: rotate(90deg) translateX(0px);
}

.top-filters .filter-wrap-title span:after {
    font-family: 'FontAwesome';
    content: "\f104";
}

.top-filters .filter-wrap.is-opened .filter-items {
    display: block;
}

.top-filters .filter-items {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 5px 10px;
    background: white;
    border: 1px solid #d1d1d1;
    z-index: 5;
    display: none;
    /*display: none;*/
}

.top-filters .filter-items:before {
    position: absolute;
    content: "";
    top: -9px;
    left: 12px;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #d1d1d1 transparent;
}

.top-filters .filter-items:after {
    position: absolute;
    content: "";
    top: -8px;
    left: 12px;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #fff transparent;
}

.product-details {
    margin-top: 21px;
}

.product-inner-name {
    margin: 0 0 20px 0;
    font-size: 26px;
    font-weight: normal;
}

.product-inner-article {
    color: #bcbcbc;
}

.product-inner-price {
    font-size: 24px;
    text-align: left;
    margin-top: 40px;
}

.product-inner-price .fa {
    font-size: 22px;
}

.product-inner-price .now,
.product-inner-price .sale {
    margin: 0 10px 0 0;
}

.product-choose-title {
    margin-bottom: 10px;
}

.product-choose {
    margin-top: 40px;
}

.product-choose a {
    display: inline-block;
    padding: 6px 0px;
    width: 50px;
    text-align: center;
    margin: 5px 5px 0 0;
    border: 1px solid #e8e8e8;
    color: #555454;
    text-decoration: none;
}

.default-text .product-inner-description-title {
    text-transform: none !important;
}

.product-choose a:hover {
    border: 1px solid black;
    position: relative;
}

.product-choose a.active {
    color: #2b2a29;
    border-color: #2b2a29;
    position: relative;
}

.product-choose a.active:before {
    content: "";
    position: absolute;
    border: 1px solid black;
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
}

.product-store {
    margin-top: 20px;
}

.product-store-item {
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
}

.product-store-item:before {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 100px;
    position: absolute;
    left: 4px;
    top: 7px;
    background: black;
}

.product-cart-wrap {
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.product-to-cart {
    border: 2px solid #efab26;
    background: #efab26;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.product-to-cart.is-active {
    background: white;
    color: #efab26;
}

.product-to-favorite {
    margin-left: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #b2b2b2;
}

.product-inner-description {
    border-top: 1px solid #d9dada;
    padding: 20px 0;
}

.product-inner-description-title {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.product-inner-description-title.is-close .fa {
    transform: rotate(180deg);
}

.product-inner-description-title .fa {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    transition: .3s all ease-in-out;
}

.product-inner-description-text {
    padding-top: 10px;
}

.pig-picture img {
    max-width: 100%;
}

.product-inner-table {
    width: 100%;
}

.product-inner-table td {
    padding-bottom: 10px;
}

.product-inner-table tr td {
    width: 30%;
}

.product-inner-description.is-light,
.product-inner-description.is-light a {
    color: #a5a6a6;
}

.product-inner-description.is-light .product-inner-description-text {
    font-style: italic;
}

.main-hr {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    border-top: 1px solid #d5d6d6;
    left: 50%;
}

.product-reviews {
    padding-top: 20px;
}

.product-reviews .product-inner-title {
    text-align: left;
}

.star-rating {
    padding-top: 10px;
}

.btn-gray,
.btn-gray:hover {
    padding: 10px 15px;
    background: #2b2a29;
    color: white;
}

.news-description {
    min-height: 300px;
    display: flex;
    align-items: center;
    border: 1px solid #d9dada;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.news-item-new {
    margin-bottom: 50px;
    clear: both;
}

.timer-text {
    text-transform: uppercase;
}

.time-days {
    color: #fecb14;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #9fa0a0;
    padding-bottom: 5px;
}

.news-range-text {
    color: #b4b4b4;
    padding-top: 10px;
}

.news-range {
    color: #2b2a29;
}

.news-link {
    display: block;
    position: absolute;
    bottom: -18px;
    padding: 8px 20px;
    border: 1px solid #d9dada;
    background: #fefefe;
    color: #2b2a29;
}

.news-subs {
    background: #ebecec;
    padding: 30px 20px;
    margin-top: 40px;
}

.news-subs-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.news-subs-text {
    text-align: center;
}

.news-subs input[type=text] {
    padding: 16px;
    margin-top: 10px;
    border: none;
    background: white;
    width: 100%;
}

.news-agreement {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    width: 100%;
}

.news-agreement input {
    position: absolute;
    top: 0;
    left: 0;
}

.news-subs button {
    display: inline-block;
    background: #2b2a29;
    color: white;
    padding: 16px;
    border: none;
    margin-top: 10px;
    min-width: 150px;
    text-align: center;
}

.news-social {
    margin: 20px 0;
    text-align: center;
}

.remont-top {
    position: relative;
}

.remont-top-text {
    position: absolute;
    top: 50px;
    right: 0;
    width: 350px;
}

.remont-top-text .red-line {
    padding: 10px 20px;
    background: #e31e24;
    color: white;
    font-size: 20px;
}

.remont-top img {
    width: 100%;
}

.remont-top-text-content {
    background: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 20px;
}

.remont-big-words {
    text-align: center;
}

.remont-big-words span {
    display: inline-block;
    padding: 25px;
    font-size: 24px;
    text-transform: uppercase;
}

.remont-title {
    text-align: center;
    padding: 40px 0;
    font-size: 24px;
    text-transform: uppercase;
}

.remont-icons > div {
    float: left;
    width: 33.3333%;
    text-align: center;
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    background: #efe9e4;
    padding: 0 55px;
    position: relative;
    font-weight: bold;
}

.remont-icons > div img {
    margin-bottom: 10px;
}

.remont-icons > div:first-child {
    z-index: 3;
}

.remont-icons > div:nth-child(2) {
    z-index: 2;
}

.remont-icons > div:first-child:before,
.remont-icons > div:nth-child(2):before {
    content: "";
    position: absolute;
    top: -20px;
    width: 20px;
    right: 20px;
    background: #fefefe;
    height: calc(50% + 33px);
    transform: rotate(-25deg);
}

.remont-icons > div:first-child:after,
.remont-icons > div:nth-child(2):after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 20px;
    right: 20px;
    background: #fefefe;
    height: calc(50% + 33px);
    transform: rotate(25deg);
}

@media (max-width: 700px) {

    .remont-icons > div {
        display: block;
        width: 100%;
        float: none;
        padding: 40px 0;
        margin-bottom: 20px;
        height: 200px;
    }

    .remont-icons > div:first-child:before,
    .remont-icons > div:nth-child(2):before {
        display: none;
    }

    .remont-icons > div:first-child:after,
    .remont-icons > div:nth-child(2):after {
        display: none;
    }
}

#yandex-map {
    height: 500px;
    width: 100%;
}

.map-item {
    width: 750px;
}

.map-item-pic,
.map-item-text {
    float: left;
    width: 50%;
}

.map-item-pic img {
    width: 100%;
}

.map-item-name {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.map-item-name span {
    display: inline-block;
    border-bottom: 2px solid #efab26;
    padding-bottom: 10px;
}

.map-item-text {
    padding: 20px;
}

.map-item-type {
    color: #ccc;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.map-list-item .map-item-type {
    min-height: 40px;

}

.map-item-line {
    margin-top: 5px;
    font-size: 12px;
}

.map-item-switch {
    text-align: center;
    margin-top: 10px;
}

.map-item-switch span {
    display: inline-block;
    padding: 10px;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.map-item-switch span.active {
    background: #fecb14;
}

*[class*="balloon__content"] {
    padding: 0 !important;
}

.map-line {
    margin-top: 10px;
    font-size: 15px;
}

.contact-table {
    margin-bottom: 50px;
}

.link-color {
    color: #fecb14;
    text-decoration: underline;
}

.map-list {
    position: relative;
    margin-top: -150px;
    padding: 20px 50px;
    background: rgba(255, 255, 255, .8);
    z-index: 2;
}

.map-list-pic img {
    width: 100%;
}

.map-list-item {
    border: 1px solid #dedfdf;
    padding: 20px;
    border-radius: 4px;
    margin-top: 30px;
    cursor: pointer;
}

.map-list-item.active {
    border-color: #efab26;
}

.map-list-text {
    width: 50%;
    padding-right: 10px;
}

.map-list-pic {
    padding-top: 15px;
    width: 50%;
}

.map-list-content {
    display: flex;

}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.img-max {
    max-width: 100%;
}

.garant-title {
    text-align: center;
    margin: 0 0 20px 0;
}

.garant-middle-text {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.garant-item {
    display: flex;
    width: 100%;
    padding: 20px 60px 20px 20px;
    background: #f9f9fb;
    position: relative;
    margin-bottom: 30px;
}

.garant-item-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 30px;
    color: #801839;
}

.garant-item-text b {
    font-size: 16px;
}

.garant-star {

    color: #801839;
}

.five-carousel.owl-carousel .owl-wrapper-outer {
    padding-bottom: 50px;
}

.homepage-news .main-news-picture {
    height: 200px;
}

.big-product-pic {
    position: relative;
}

.cart-sale,
.big-product-pic .big-product-sale {
    /*display: none;*/
    position: absolute;
    left: 15px;
    top: 10px;
    /*line-height: 31px;*/
    /*width: 35px;*/
    text-align: center;
    /*border: 2px solid #efab26;*/
    /*color: #efab26;*/
    /*border-radius: 100px;*/
    font-size: 12px;
    /*background: white;*/

    border-radius: 0;
    background: #efab26;
    color: white;
    border: none;
    line-height: 29px;
    width: 52px;
}

.cart-sale {
    position: relative;
    left: auto;
    top: auto;
}

.product-to-favorite-mini {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: #b3b3b3;
    opacity: 0;
    cursor: pointer;
}

.product-to-favorite-mini .fa-heart,
.product-to-favorite .fa-heart {
    color: #efab26;
}

.product-item:hover .product-to-favorite-mini {
    opacity: 1;
}

.info-popup {
    color: #ccc;
    line-height: 18px;
    width: 20px;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    margin-left: 5px;
    font-size: 16px;
}

.price-text {
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
}

.news-item-new {
    display: flex;
}

.news-picture-wrap {
    width: calc(100% - 390px);
}

.news-description-wrap {
    display: flex;
    width: 390px;
    padding-left: 30px;
    height: 360px;
}

.news-description {
    width: 100%;
}

.load-more {

    padding: 8px 20px;
    border: 1px solid #d9dada;
    border-radius: 0;
}

.load-more:hover {
    text-decoration: underline;
}

.all-shops {
    margin-top: 45px;
}

.contacts-name {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bcbcbc;
}

.mt-30 {
    margin-top: 30px;
}

.garant-warning {
    padding: 20px;
    background: #f9f9fb;
    margin-top: 30px;
    margin-bottom: 30px;
}

.garant-main {
    border-bottom: 1px solid #ebecec;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.garant-bottom-text h2 {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 20px;
}

.obmen-programm {
    border: 1px solid #efab26;
    padding: 40px;
}

.obmen-programm h2 {
    font-size: 30px;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    margin: 0 0 40px 0;
}

.obmen-programm-item {
    position: relative;
    padding-left: 60px;
    font-size: 18px;
    text-transform: uppercase;
}

.obmen-programm-item span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    line-height: 48px;
    border: 1px solid #2b2a29;
    text-align: center;
    border-radius: 100px;
    font-size: 30px;
}

.title-h3 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    margin: 60px 0 30px 0;
}

.title-h4 {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 60px 0 30px 0;
}

.obmen-rules-item {
    padding: 30px;
    position: relative;
    border: 1px solid #efab26;
    min-height: 170px;
    display: flex;
    align-items: center;
    text-align: center;
}

.obmen-rules-item span {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    width: 20px;
    line-height: 20px;
    background: #efab26;
    color: white;
    text-align: center;
    border-radius: 100px;
    font-size: 12px;
}

.obmen-not-rules span {
    color: #efab26;
}

.obment-sert-pic {
    text-align: center;
}

.obment-sert-pic img {
    max-width: 100%;
}

.obment-sert-text {
    font-size: 15px;
    padding: 20px;
}

.obment-sert-text-link {
    margin-top: 30px;
    text-align: center;
}

.obment-sert-text-link a {
    text-decoration: underline;
}

.card-placeholder {
    height: 250px;
    background: #d9dada;
    border-radius: 20px;
    margin-bottom: 50px;
}

.gifts-sert {
    margin-top: 50px;
}

.sert-list {
    margin-left: -5px;
    margin-right: -5px;
}

.sert-list span {
    font-size: 18px;
    border: 1px solid #e8e9e9;
    display: block;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 700;
}

.sert-list span .fa {
    font-size: 16px;
}

.sert-list > div {
    padding-left: 5px;
    padding-right: 5px;
}

.sert-list span.active {

    border: 1px solid #efab26;
}

.sert-article {
    margin-top: 20px;
    font-size: 15px;
}

.sert-name {
    font-size: 16px;
    margin-top: 10px;
}

.sert-price {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}

.sert-count-label {
    margin-top: 10px;
}

.sert-count {
    margin-top: 10px;
    border: 1px solid #e8e9e9;
    padding: 5px;
    width: 50px;
}

.sert-to-cart {
    display: inline-block;
    padding: 10px;
    background: #efab26;
    color: white;
    width: 130px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.sert-info {
    border-bottom: 1px solid #f7f8f8;
    padding-bottom: 30px;
}

.six-step-item {
    padding: 0 30px;
    margin-top: 30px;
}

.six-step-item img {
    margin-bottom: 20px;
}

.coupon-label {
    width: 100%;
    display: none;
}

.coupon-label input {
    display: block;
    width: 100%;
    border: 1px solid #e6e7e7;
    border-radius: 4px;
    padding: 6px 10px;
    margin-bottom: 10px;
    margin-top: 2px;
    font-weight: normal;
}

.city-name-label span {
    color: #efab26;
    text-decoration: underline;
    cursor: pointer;
}

.sort-wrap .filter-items {
    left: auto;
    right: 0;
}

.top-filters .sort-wrap .filter-items:before,
.top-filters .sort-wrap .filter-items:after {
    left: auto;
    right: 12px;
}

@media (max-width: 991px) {
    .cart-info-box {
        margin-top: 30px;
        padding: 0 15px;
    }

    .product-list-wrap > .col-xs-6 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .cart-price {
        padding: 0 15px;
    }
}

div[modal-type="auth"] .modal-dialog,
div[modal-type="registration"] .modal-dialog,
div[modal-type="forgot_password"] .modal-dialog {
    max-width: 350px;
}

div[modal-type="auth"] .form-group,
div[modal-type="registration"] .form-group,
div[modal-type="forgot_password"] .form-group {
    margin-top: 15px;
    margin-bottom: 0;
}

div[modal-type="auth"] .ajax-form,
div[modal-type="registration"] .ajax-form,
div[modal-type="forgot_password"] .ajax-form {
    padding: 0 40px 20px 40px;
}

div[modal-type="auth"] input[type=text]:focus,
div[modal-type="auth"] input[type=password]:focus,
div[modal-type="forgot_password"] input[type=text]:focus,
div[modal-type="forgot_password"] input[type=password]:focus,
div[modal-type="registration"] input[type=text]:focus,
div[modal-type="registration"] input[type=password]:focus {
    border-color: #2b2a29;
}

div[modal-type="auth"] input[type=text],
div[modal-type="auth"] input[type=password],
div[modal-type="forgot_password"] input[type=text],
div[modal-type="forgot_password"] input[type=password],
div[modal-type="registration"] input[type=text],
div[modal-type="registration"] input[type=password] {
    border: 1px solid #d1d1d1;
    padding: 6px 10px;
    width: 100%;
    outline: none;
}

.field-error {
    color: #ef7d80;
    font-size: 10px;
    display: none;
}

.field-error.is-success {
    color: green;
}

div[modal-type="auth"] .has-error input,
div[modal-type="forgot_password"] .has-error input,
div[modal-type="registration"] .has-error input {
    border-color: #ef7d80;
}

div[modal-type="auth"] .has-success input,
div[modal-type="forgot_password"] .has-success input,
div[modal-type="registration"] .has-success input {
    border-color: green;
}

.modal-footer-new {
    padding: 20px;
    text-align: center;
    background: #f5f5f5;
    margin: 10px -15px -15px -15px;
}

.modal-footer-new a {
    text-decoration: underline;
}

.reg-btn {
    text-align: center;
}

.reg-btn button {
    display: inline-block;
    width: 150px;
}

.change-password input {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #d1d1d1;
    padding: 6px 10px;
    width: 100%;
    outline: none;
}

.favorite-header {
    position: relative;
}

.favorite-header.not-empty:before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    width: 8px;
    height: 8px;
    background: #f93d00;
    border-radius: 100px;
}

.cart-link > a.not-empty:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 9px;
    height: 8px;
    width: 8px;
    background: rgb(62, 179, 1);
    border-radius: 100px;
}

.favorite-header img {
    vertical-align: top;
}

.catalog-list {
    position: relative;
}

.catalog-list .shadow-catalog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: .8;
    z-index: 20;
}

.cart-mini-wrap {
    max-height: 250px;
    overflow-y: auto;
}

.cart-mini-msg {
    position: absolute;
    top: 50px;
    right: 0;
    background: #efab26;
    border-radius: 2px;
    padding: 10px;
    color: white;
    display: none;
    white-space: nowrap;
}

.go-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #efe9e4;
    border: 1px solid white;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: white;
    z-index: 11;
    opacity: 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
    pointer-events: none;
}

.go-top.is-active {
    opacity: 1;
    pointer-events: all;
}

.order-btn {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
}

.btn-pay {
    display: inline-block;
    border: none;
    width: 200px;
    padding: 10px;
    text-decoration: none;
    border-radius: 2px;
    text-align: center;
    color: white;
    background: #efab26;
}

.order-list .order-item {
    margin-bottom: 25px;
}

.order-list .order-item:last-child {
    margin-bottom: 0;
}

.sort-wrap {
    float: right;
    z-index: 11;
}

.mobile-icons {
    margin-left: -5px;
    margin-right: -5px;
}

.mobile-icons > .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.mobile-icons img {
    max-width: 100%;
    margin-top: 10px;
}

.kit-title {
    margin: 20px 0;
    border-left: 3px solid #efab26;
    text-align: left;
    font-size: 30px;
    line-height: 30px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .product-list-wrap .product-list-item:nth-child(2n + 3) {
        clear: both;
    }
}

.hint {
    position: relative;
}

.hint .fa {
    color: #ccc;
}

.hint-text {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: calc(100% + 10px);
    left: -150px;
    width: 300px;
    font-size: 13px;
    color: #434242;
    font-weight: normal;
    padding: 15px;
    background: white;
    border: 1px solid #e8e8e8;
    transition: .3s all ease-in-out;
}

.hint-text:before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 155px;
    border-style: solid;
    border-width: 8px 7px 0px 7px;
    border-color: #d1d1d1 transparent transparent transparent;
}

.hint-text:after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 155px;
    border-style: solid;
    border-width: 8px 7px 0px 7px;
    border-color: #fff transparent transparent transparent;
}

.hint:hover .hint-text {
    opacity: 1;
    pointer-events: all;
}

.title-top {
    margin-top: 15px;
}

.brand-link {
    color: #efab26;
}

.product-plus {
    display: none;
}

.quest-o {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/img/quest.svg);
    background-size: cover;
    margin-bottom: -4px;
    margin-left: 5px;
}

.hint:hover .quest-o {
    background: url(/img/quest-fill.svg);
    background-size: cover;
}

.hint .info-o {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/img/info.svg);
    background-size: cover;
    margin-left: 5px;
    margin-bottom: -3px;
}

.hint:hover .info-o {
    background: url(/img/info-fill.svg);
    background-size: cover;
}

.open-menu {
    display: inline-block;
}

.close-menu {
    display: none;
}

.menu-cabinet,
.menu-phone {
    display: none !important;
}

.submenu-name {
    display: none;
}

.favorite-btn {
    display: inline-block;
    margin-top: 20px;
    background: none;
    color: white;
    background: black;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    width: 200px;
}

.favorite-btn:hover {
    color: white;
}

.breadcrumb > li {
    display: inline;
}

.sort-action {
    display: none;
}

#modal-custom[modal-type="preorder"] .modal-body {
    padding: 0;
}

#modal-custom[modal-type="preorder"] .modal-content button.close {
    right: 15px;
    top: 21px;
}

#modal-custom[modal-type="preorder"] .cart-small-name {
    margin-top: 0;
}

#modal-custom[modal-type="preorder"] .product-to-favorite {
    margin-left: 10px !important;
}

.preorder-title {
    text-transform: uppercase;
    font-size: 17px;
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.preorder-wrap {
    padding: 15px 15px 0 15px;
}

.preorder-form label {
    display: block;
    margin-bottom: 10px;
}

.preorder-form label > div {
    font-size: 12px;
    font-weight: normal;
}

.preorder-form label > div span {
    color: red;
    margin-left: 2px;
}

.preorder-form label > textarea,
.preorder-form label > input[type="text"] {
    width: 100%;
    border: 1px solid #edeeee;
    border-radius: 2px;
}

.preorder-form label > textarea.has-error,
.preorder-form label > input[type="text"].has-error {
    border-color: red;
}

.preorder-form label > textarea {
    min-height: 50px;
}

.preorder-rules {
    color: #bcbcbc;
}

.preorder-address {
    border-top: 1px solid #edeeee;
    padding: 15px;
    font-size: 10px;
}

.preorder-address a {
    color: #bcbcbc;
    text-decoration: underline;
    font-size: 10px;
}

.preorder-form button {
    display: block;
    line-height: 52px;
    margin-top: 26px;
    border: none;
    background: #efab26;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    color: white;
    font-size: 20px;
    margin-bottom: 13px;
}

.preorder-success-text {
    padding: 0 15px 28px 15px;
    font-size: 15px;
    text-align: center;
}

.preorder-success-text img {
    margin-top: 150px;
    margin-bottom: 45px;
}

.preorder-success-text button {
    margin-top: 200px;
}

/***************/

.cart-inner {
    z-index: 13;
    top: 40px;
    right: 15px;
    line-height: 15px;
    border: 1px solid #eeefef;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);*/
}

.cart-small-delete-icon,
.close-cart {
    cursor: pointer;
}

.cart-mini-title {
    display: block;
    color: black;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: left;
    padding: 24px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
}

.cart-mini-btn-wrap {
    display: block;
    padding: 0 15px 25px 15px;
}

.cart-small-action .cart-small-col a,
.cart-mini-btn {
    border: none;
    display: block;
    background: none;
    color: white;
    background: #efab26;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    width: 100%;
    font-size: 20px;
}

.cart-small-name {
    color: black;
    text-align: left;
}

.cart-small-price,
.cart-mini-info {
    text-align: left !important;
}

.cart-mini-total {
    display: block;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 3px;
    color: black;
    text-transform: uppercase;
}

.cart-small-price {
    color: black;
    padding: 5px 0;
    padding-top: 9px;
}

.cart-small-qty {
    line-height: 27px !important;
}

.cart-small-qty .action {
    color: black !important;
    background: none !important;
    width: 26px !important;
}

.cart-action-td {
    padding-right: 2px;
    text-align: right;
}

.cart-small-action {
    padding: 15px 15px 28px 15px;
}

.cart-small-action .cart-small-col {
    width: 100%;
}

.cart-small-action .cart-small-col:first-child {
    display: none;
}

.cart-small-total,
.cart-small-summ,
.cart-small-delete {
    display: none;
}

.cart-small-size {
    margin-top: 7px;
    font-size: 11px;
    display: block;
    color: #bcbcbc;
}

.cart-inner .product-to-favorite {
    margin-left: 11px;
}

.cart-line {
    padding: 10px;
}

.cart-small-delete-icon {
    display: block;
    font-size: 20px;
}

.cart-inner:before {
    position: absolute;
    content: "";
    top: -8px;
    right: 2px;
    border-style: solid;
    border-width: 0px 7px 8px 7px;
    border-color: transparent transparent #d1d1d1 transparent;
}

.cart-inner:after {
    position: absolute;
    content: "";
    top: -7px;
    right: 2px;
    border-style: solid;
    border-width: 0px 7px 8px 7px;
    border-color: transparent transparent #fff transparent;
}

.prev-catalog .owl-next,
.prev-catalog .owl-prev {
    background: none !important;
    opacity: 1 !important;
}

.prev-catalog .owl-next:before,
.prev-catalog .owl-prev:before {
    color: black !important;
    font-size: 24px !important;
}

.prev-title {
    border-top: 1px solid #d9dada;
    padding-top: 30px;
}

.card-text {
    font-size: 13px;
    display: inline-block;
    font-weight: normal;
    background: #efab26;
    border-radius: 4px;
    padding: 10px;
    margin-top: 5px;
}

.card-text span {
    font-weight: bold;
    font-size: 13px;
}

.card-text span .fa {
    font-size: 13px;
}

.card-text .hint {
    font-weight: normal;
}

.order-card {
    margin-bottom: 20px;
}

.order-card span {
    margin-left: 5px;
}


.order-card input[type=checkbox] {
    border: 1px solid #b3b4b4;
    background: none;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 5px;
    outline: 0 !important;
    cursor: pointer;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    margin-right: 4px;
}

.order-card input[type=checkbox]:checked:after {
    background: #efab26;
}

.order-card input[type=checkbox]:after {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    background: 0 0;
    display: block;
    content: '';
    border-radius: 2px;
    border: 1px solid transparent;
}

.phone-field .required,
.email-field .required {
    margin-right: 3px;
}

.cart-kit-info {
    display: inline-block;
    background: #efab26;
    color: white;
    padding: 5px 10px;
}

.kit-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.kit-actions .product-to-cart {
    width: 100%;
    text-align: center;
    margin-right: 10px;
}

.kit-actions .product-to-cart:last-child {
    margin-right: 0;
}

.kit-actions .product-to-cart.kit-cancel {
    background: white;
    color: #efab26;
}

@media (max-width: 600px) {
    .kit-actions {
        display: block;
        margin: 0;
    }

    .kit-actions .product-to-cart {
        margin-top: 10px;
    }

    .kit-actions .product-to-cart:last-child {
        margin-right: 0;
    }
}

.kit-item {
    display: flex;
    border-bottom: 1px solid #d9dada;
    padding: 10px 0;
    align-items: center;
}


.kit-item .kit-img {
    width: 80px;
    position: relative;
}

.kit-item .product-name,
.kit-item .product-price {
    text-align: left;
    min-height: 1px;
}

.kit-item .product-pic {
    height: 80px;
}

.kit-item .product-pic img {
    max-height: 80px;
}
