@import "fonts/font.css" screen, print;


html, body {
    background: #f4f4f4;
    font-family: Roboto;
    font-weight: 300;
    color: #464646;
}

.blockOverlay {
    background: #f4f4f4 !important;
}

.mob-tile-tab,
.mobil-menu,
.hamburger {
    display: none;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
}

.wrapper {
    width: 100%;
    max-width: 1630px;
    padding: 0 25px;
    margin: auto;
}

.woocommerce-error {
    color: #fff;
    background: #6f0404;
    padding: 10px;
    list-style: none;
}

b {
    font-weight: 800;
}

.center {
    text-align: center;
}

p {
    font-size: 18px;
    line-height: 1.3;
}

p a,
a.woocommerce-terms-and-conditions-link {
    text-decoration: none;
    color: #caa181;
}

p a:hover,
a.woocommerce-terms-and-conditions-link:hover {
    color: #fff;
}

input:focus,
select:focus,
textarea:focus,
button:hover, button:active, button:focus {
    outline: none;
    outline: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.flex-stretch,
.flex-end,
.flex-center {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-direction: initial;
}

.flex-end {
    justify-content: right;
}

.flex-stretch {
    align-items: stretch;
    flex-wrap: wrap;
}

.top-head {
    background: #cba181;
    min-height: 30px;
    padding: 10px 0;
}

.mid-head {
    margin: 30px 0;
}

.mid-head .right a,
.foo .right a {
    text-decoration: none;
    color: #caa181;
    margin-left: 25px;
    position: relative;
}

a.basket #cart-count-foo,
a.basket #cart-count {
    position: absolute;
    left: 20px;
    bottom: 5px;
    width: 15px;
    height: 15px;
    background: #f00301;
    color: #fff;
    border-radius: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.mid-head .right a svg {
    margin-right: 10px;
}

.mid-head .right a:hover {
    color: #480c0c;
}

.mid-head .left,
.mid-head .right {
    width: calc((100% - 200px) / 2);
    max-width: 500px;
    position: relative;
}

.mid-head .search-form form {
    position: absolute;
    left: 0;
    width: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.mid-head .search-form.open form {
    width: 100%;
}

.mid-head .search-form .open__search {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.right a svg,
.mid-head .search-form .open__search svg {
    fill: #caa181;
}

.mid-head .search-form.open .open__search svg {
    fill: #0b0a08;
}

footer .right a svg {
    fill: #fff;
}

.right a:hover svg,
.mid-head .search-form .open__search:hover svg {
    fill: #480c0c;
}

.mobil-menu form input,
.mid-head .search-form input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
}

.mid-head a.logo {
    max-width: 120px;
    text-decoration: none;
    position: relative;
}

.mid-head .logo div {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    color: #6f0404;
    margin-top: 5px;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

ul.woocommerce-shipping-methods,
ul.wc_payment_methods,
.main-menu ul,
.top-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-menu ul li {
    display: inline-block;
    margin-right: 20px;
}

.top-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.top-menu ul li a:hover {
    color: #000;
}

.mobil-menu .phone a,
.top-head .phone a {
    color: #6f0404;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.banner {
    height: 620px;
}

.cat__list a.item,
.cat-wall a.item {
    display: block;
    position: relative;
    overflow: hidden;
}

.cat-wall a.item {
    width: 24%;
    min-height: 500px;
}

.cat__list {
    flex-wrap: wrap;
    margin-top: 50px;
}

.cat__list a.item {
    width: 25%;
    min-height: 300px;
    width: 49%;
    min-height: 300px;
    margin-bottom: 25px;
}

.cat-wall a:before,
.cat__list a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 66%, rgba(0, 0, 0, 0.36) 90%);
}

.cat-wall a.wb:before {
    background: linear-gradient(180deg, rgba(244, 244, 244, 0.0) 66%, rgba(244, 244, 244, 0.9) 95%);
}

.cat-wall a .mask,
.cat__list a .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: rgba(244, 244, 244, 0.7);
}

.cat-wall a:hover .mask,
.cat__list a:hover .mask {
    height: 100%;
}

.cat-wall a .mask .name,
.cat__list a .mask .name {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 21px;
    padding: 0 21px;
}

.cat-wall a.wb .mask .name {
    color: #6f0404;
}

.cat-wall a:hover .mask .name,
.cat__list a:hover .mask .name {
    top: 50%;
    bottom: auto;
    left: auto;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #6f0404;
}

._a5 {
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -ms-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
}

nav.main-menu {
    margin: 50px 0 0;
}

.bottom-head {
    background: #6f0404;
}

.bottom-head ul.menu {
    justify-content: space-between;
    display: flex;
    align-items: stretch;
}

.bottom-head ul.menu li {
    margin: 0;
    padding: 15px 20px;
    text-align: center;
    display: inline-flex;
    align-items: center;
}

.bottom-head ul.menu a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 100%;
}

.bottom-head ul.menu a:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 0;
    height: 5px;
    left: 0;
    bottom: -15px;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.bottom-head ul.menu a:hover:after {
    width: 100%;
}

.soc-icon {
    margin: 0 20px;
}

.soc-icon a svg {
    fill: #fff;
    margin: 0 5px;
}

.soc-icon a:hover svg {
    fill: #6f0404;
}

button#place_order,
.contact-form input[type="submit"],
.modal-dialog input[type="submit"],
.modal-dialog .toCart,
a.btn {
    border-radius: 6px;
    border: 2px solid #6f0404;
    background: transparent;
    color: #6f0404;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
}

.contact-form input[type="submit"]:hover,
button#place_order:hover,
.modal-dialog .toCart:hover,
.modal-dialog input[type="submit"]:hover,
a.btn:hover {
    background: #6f0404;
    color: #cba181;
}

.section {
    margin: 120px auto;
}

.title,
h1 {
    font-size: 40px;
    font-weight: 300;
    color: #6f0404;
    text-align: center;
    margin: 10px 0 30px;
}

.wishlist-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 46px;
    height: 40px;
    background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="21px" height="18px" viewBox="389.5 391 21 18" enable-background="new 389.5 391 21 18" xml:space="preserve"><path fill="%23625f5f" d="M408.6,392.7c-1.1-1.1-2.5-1.7-4-1.7c-1.5,0-2.9,0.6-4,1.7l-0.6,0.6l-0.6-0.6c-1.1-1.1-2.5-1.7-4-1.7c-1.5,0-2.9,0.6-4,1.7c-1.1,1.1-1.7,2.5-1.7,4c0,1.5,0.6,2.9,1.7,4l8.2,8.2c0.1,0.1,0.3,0.2,0.4,0.2c0.1,0,0.3-0.1,0.4-0.2l8.2-8.1c1.1-1.1,1.7-2.5,1.7-4C410.2,395.2,409.7,393.7,408.6,392.7z M407.8,399.9l-7.8,7.7l-7.7-7.7c-0.9-0.9-1.3-2-1.3-3.2c0-1.2,0.5-2.3,1.3-3.2c0.8-0.8,2-1.3,3.2-1.3c1.2,0,2.3,0.5,3.2,1.3l1,1c0.2,0.2,0.6,0.2,0.8,0l1-1c0.9-0.9,2-1.3,3.2-1.3c1.2,0,2.3,0.5,3.2,1.3c0.9,0.9,1.3,2,1.3,3.2C409.1,397.9,408.6,399,407.8,399.9z"/></svg>') no-repeat;
    background-position: center;
    background-color: rgba(256, 256, 256, .15);
}

.wishlist-button.add {
    background: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="21px" height="18px" viewBox="389.5 391 21 18" enable-background="new 389.5 391 21 18" xml:space="preserve"><path fill="%23caa181" d="M408.6,392.7c-1.1-1.1-2.5-1.7-4-1.7c-1.5,0-2.9,0.6-4,1.7l-0.6,0.6l-0.6-0.6c-1.1-1.1-2.5-1.7-4-1.7c-1.5,0-2.9,0.6-4,1.7c-1.1,1.1-1.7,2.5-1.7,4c0,1.5,0.6,2.9,1.7,4l8.2,8.2c0.1,0.1,0.3,0.2,0.4,0.2c0.1,0,0.3-0.1,0.4-0.2l8.2-8.1c1.1-1.1,1.7-2.5,1.7-4C410.2,395.2,409.7,393.7,408.6,392.7z"/></svg>') no-repeat;
    background-position: center;
    background-color: rgba(256, 256, 256, .15);
}

.nodata {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    margin: 150px;
}

ul.menu,
ul.products {
    list-style: none;
    padding: 0;
    margin: 0;
}
.catalog__head{
    margin-bottom: 10px;
}
ul.products, .half, .flex-start, .flex-stretch {
    justify-content: space-between;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

ul.products li.product {
    width: 32%;
    margin-bottom: 44px;
    position: relative;
}

ul.products li.product a {
    text-decoration: none;
}

h2.woocommerce-loop-product__title {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    min-height: 44px;
}
table.woocommerce-product-attributes {
    width: 100%;
    max-width: 400px;
    margin: 25px 0;
    border-collapse: collapse;
}
table.woocommerce-product-attributes a{
    color: #3A3C49;
    text-decoration: none;
}
table.woocommerce-product-attributes p {
    margin: 0;
    font-size: 16px;
}

table.woocommerce-product-attributes tr {
    border-bottom: 1px solid #ccc;
}

table.woocommerce-product-attributes th,
table.woocommerce-product-attributes td {
    padding: 9px 8px 9px 14px;
    text-align: left;
}

table.woocommerce-product-attributes th {
    font-weight: 300;
    font-size: 15px;
}

table.woocommerce-product-attributes td {
    font-weight: 400;
    font-size: 17px;
}

.price {
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    color: #bb1414;
    margin: 20px 0;
}

.price del {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #625f5f;
}

.price ins {
    display: block;
    text-decoration: none;
}

.red-dot {
    position: absolute;
    top: 15px;
    left: 10px;
    display: inline-block;
    color: #fff;
    background: #a2101d;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 800;
}

ul.products li.product a .price {
    color: #a2101d;
    font-size: 28px;
    font-weight: 400;
}

ul.products li.product span.woocommerce-Price-amount {
    text-align: center;
    display: block;
}

.price .woocommerce-Price-currencySymbol {
    font-size: 0.7em;
}

.catalog__head select {
    background: transparent;
    border: none;
    color: #625f5f;
}

.woocommerce-breadcrumb {
    padding: 20px 0;
}

p.form-row {
    margin: 0;
}

p.form-row.form-row-wide.woo-title {
    margin-bottom: 10px;
}

.woocommerce-breadcrumb a {
    color: #caa181;
    text-decoration: none;
}

ul.wc_payment_methods.payment_methods li,
.woocommerce ul#shipping_method li {
    font-size: 15px;
    font-weight: 400;
    padding: 8px 0;
}

.wc_payment_method {
    width: 50%;
}

#order_review .total {
    margin: 10px 0;
}

.f16 {
    font-size: 14px;
}

.__rememberme input[type="checkbox"],
.wc-terms-and-conditions input[type="checkbox"],
.wc_payment_methods input[type="radio"],
.woocommerce-shipping-methods input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.__rememberme input[type="checkbox"] + label,
.wc-terms-and-conditions input[type="checkbox"] + label,
.wc_payment_methods input[type="radio"] + label,
.woocommerce-shipping-methods input[type="radio"] + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.wc_payment_methods input[type="radio"] + label:before,
.woocommerce-shipping-methods input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #625f5f;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: top;
}

.__rememberme input[type="checkbox"] + label:before,
.wc-terms-and-conditions input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #625f5f;
    border-radius: 6px;
    margin-right: 0.5em;
}

.woocommerce ul#shipping_method li span {
    vertical-align: middle;
    width: 45%;
    display: inline-block
}

.wc_payment_methods input[type="radio"]:checked + label:before,
.woocommerce-shipping-methods input[type="radio"]:checked + label:before {
    border-color: #6f0404;
    background: url('data:image/svg+xml,<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4.5" cy="4.5" r="4" fill="%236f0404"/></svg>') no-repeat;
    background-position: center;
    background-size: 9px;
}

.__rememberme input[type="checkbox"]:checked + label:before,
.wc-terms-and-conditions input[type="checkbox"]:checked + label:before {
    border-color: #6f0404;
    background: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve"><path fill="%23FFFFFF" d="M18.7,8.2c-0.3-0.3-0.9-0.3-1.2,0L10.3,15l-3.8-3.5c-0.3-0.3-0.9-0.3-1.2,0c-0.3,0.3-0.3,0.8,0,1.2l4.4,4.1C9.8,16.9,10,17,10.3,17c0.2,0,0.5-0.1,0.6-0.2l7.8-7.3C19.1,9.1,19.1,8.6,18.7,8.2z"/></svg>');
    background-position: center;
    background-size: 24px;
    background-color: #6f0404;
}

.foo a.phone:hover,
.foo-menu li a:hover {
    color: #fff;
}

.woocommerce-breadcrumb a:hover {
    color: #625f5f;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    width: 60%;
    position: relative;
}

.woocommerce div.product div.summary {
    width: 39%;
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid #cba181;
    border-radius: 8px;
    padding: 5px;
    margin: 5px;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 10;
    right: 10px;
    text-decoration: none;
    width: 25px;
    height: 25px;
    background: url("img/svg/large.svg");
    text-indent: -9999px;
}

.wc-tabs-wrapper {
    width: 100%;
}

.tab-wrap {
    margin: 51px 0;
}

.wctw {
    border-bottom: 1px solid #625f5f;
}

.woocommerce-MyAccount-navigation ul, ul.wc-tabs {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1050px;
}

.woocommerce-MyAccount-navigation ul a, ul.wc-tabs a {
    color: #625f5f;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li, ul.wc-tabs li {
    padding: 31px;
}

.woocommerce-MyAccount-navigation ul li.is-active, ul.wc-tabs li.active {
    border-bottom: 5px solid #625f5f;
}

h1.product_title {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
}

.__product_meta_val {
    font-size: 16px;
    color: #625f5f;
    margin-bottom: 7px;
}

.__product_meta_val span {
    color: #caa181;
    font-weight: 400;
}

.single__add-to-cart {
    justify-content: left;
}

.woocommerce-info {
    text-align: center;
    font-size: 24px;
    margin: 80px 0;
}

.woocommerce .cart .button {
    background: transparent;
    border: 2px solid #6f0404;
    height: 47px;
    color: #6f0404;
    border-radius: 5px;
    margin-left: 10px;
    padding: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.woocommerce .cart .button:hover {
    background: #6f0404;
    color: #fff;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.quantity input {
    background: transparent;
    border: 2px solid #625f5f;
    color: #000;
    width: 100%;
    height: 47px;
    border-radius: 5px;
    padding: 0 20px;
    text-align: center;
}

.td-quantity-button.plus,
.td-quantity-button.minus {
    position: absolute;
    top: 0;
    cursor: pointer;
    text-align: center;
    width: 30%;
    height: 100%;
}

.td-quantity-button svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.td-quantity-button.plus {
    right: 0;
}

.td-quantity-button.minus {
    left: 0;
}

.prod-slider, .related.products {
    position: relative;
}

.prod-slider .tns-nav, .related.products .tns-nav {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.prod-slider .tns-nav button, .related.products .tns-nav button {
    width: 96px;
    height: 5px;
    border-radius: 50px;
    border: none;
    background: #4d4d4d;
    margin: 0 3px;
}

.prod-slider .tns-nav button.tns-nav-active, .related.products .tns-nav button.tns-nav-active {
    background: #caa181;
}

.article-toggle .left, .article-toggle .right {
    width: 48%;
    margin-bottom: 20px;
}

.article-toggle {
    position: relative;
    max-height: 320px;
    overflow: hidden;
    margin-bottom: 60px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.article-toggle.open {
    max-height: 10000px;
    -webkit-transition: max-height 9s ease-out;
    -moz-transition: max-height 9s ease-out;
    -o-transition: max-height 9s ease-out;
    transition: max-height 9s ease-out;
}

.article-toggle p {
    font-size: 17px;
    line-height: 1.5;
}

.article-toggle:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(244, 244, 244, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.article-toggle.open:after {
    content: none;
}

.toggle-article {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    line-height: 20px;
    color: #625f5f;
    cursor: pointer;
    width: 100%;
}

.toggle-article span.open, .open .toggle-article span.close {
    display: none;
}

.toggle-article span.close, .open .toggle-article span.open {
    display: block;
}

#customer_details .left {
    padding: 0 46px 54px;
    border-right: 1px solid #3c3c3c;
}

.half .left, .half .right {
    width: 49%;
}

.sw_basket-product-image {
    width: 98px;
}

.sw_basket_info {
    width: calc(100% - 120px);
}

.sw_basket_prod {
    border-bottom: 1px solid #3c3c3c;
    padding: 13px 0;
}

.sw_bottom {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

.sw_pros_data {
    width: 150px;
}

.sw_prod_name {
    width: 60%;
}

.fly_title a,
.sw_prod_name a {
    text-decoration: none;
    color: #6f0404;
    margin: 0;
}

.fly_title a:hover,
.sw_prod_name a:hover {
    color: #000;
}

.sw_basket_prod .quantity input {
    width: 100%;
}

.quantity {
    width: 30%;
    position: relative;
}

.woo-title {
    font-size: 24px;
    font-weight: 300;
    margin: 20px 0 10px;
}

.woo-title span {
    font-weight: 400;
    font-size: 13px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: bottom;
    border: 1px solid #6f0404;
    color: #6f0404;
    border-radius: 50px;
    text-align: center;
    padding-top: 3px;
    margin: 0 10px 1px 0;
}

.woocommerce form .form-row label {
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    color: #868585;
}

.woocommerce form .form-row .required {
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right;
}

p.form-row:before {
    content: "";
    display: block;
    clear: both;
}

.woocommerce ul#shipping_method li label {
    display: inline;
}

.woocommerce ul#shipping_method .amount {
    float: right;
    font-size: 12px;
    color: #828282;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
}

textarea, input[type="password"], input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
    background: transparent;
    border: 1px solid #3c3c3c;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px;
    border-radius: 6px;
    color: #000;
}

textarea {
    padding: 18px;
    height: 150px;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="tel"]:focus,
textarea:focus {
    border: 1px solid #000;
}

#billing_country_field {
    display: none;
}

.zen-ui-select__value,
input {
    height: 46px;
    padding: 0 18px;
}

.wcus-checkout-fields h3 {
    display: none;
}

.zen-ui-select__value {
    background: transparent;
    border: 1px solid #3c3c3c;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 16px;
    border-radius: 6px;
    color: #000;
}

.zen-ui-select__dropdown {
    background: #0b0a08;
    color: #828282;
}

.zen-ui-select__value > svg {
    fill: #fff;
}


#FlyBasket .modal-dialog,
#callback .modal-dialog {
    width: 90%;
    max-width: 500px;
    background: #f4f4f4;
    padding: 50px 40px;
    border: 2px solid #caa181;
    border-radius: 10px;
}

#FlyBasket .half {
    flex-wrap: nowrap;
}

#FlyBasket .modal-dialog {
    max-width: 900px;
}

#flyCartItems {
    border-top: 1px solid #3c3c3c;
}

#flyCartItems .left {
    max-height: 375px;
    overflow-y: auto;
}

#flyCartItems .right {
    width: 49%;
    background: #e6cbb7;
    padding: 35px 24px;
}

.flyProd {
    padding: 35px 0;
    border-bottom: 1px solid #3c3c3c;
}

.flyProd .attachment-woocommerce_thumbnail {
    max-width: 76px;
}

.fly_prod_descr {
    width: calc(100% - 85px);
    padding-right: 15px;
    font-weight: 400;
}

.fly_price {
    width: 100%;
    margin-top: 7px;
}

#flyCartItems .total {
    margin-bottom: 16px;
    color: #000;
}

#flyCartItems .total span {
    font-size: 14px;
    font-weight: 400;
    max-width: 49%;
}

#flyCartItems .total._all {
    padding: 16px 0;
    margin: 0;
    border-top: 1px solid #3c3c3c;
}

button.fly-modal-close,
.modal-dialog .toCart {
    width: 100%;
    display: block;
    margin: 0 0 10px;
}

button.fly-modal-close {
    border-radius: 6px;
    border: 2px solid #000;
    color: #000;
    background: transparent;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}

button.fly-modal-close:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

.modal-close {
    right: -20px;
    top: -30px;
}

.modal-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modal-dialog textarea,
.modal-dialog input {
    width: 100%;
    background: transparent;
    border: 1px solid #625f5f;
    color: #000;
    height: 47px;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 15px;
}

.modal-dialog textarea {
    height: 120px;
    padding: 20px;
}

footer {
    padding: 50px 0;
    margin-top: 100px;
    background: #cba181;
}

.foo .title {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
}

.foo .title:after {
    content: "";
    display: block;
    width: 62px;
    height: 1px;
    background: #6f0404;
    margin: 27px 0;
}

.foo-menu li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    color: #6f0404;
    margin-bottom: 22px;
    display: block;
}

form[name="subscribeForm"] {
    position: relative;
    margin: 40px 0;
}

form[name="subscribeForm"] p {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

form[name="subscribeForm"] input {
    background: transparent;
    border: 2px solid #fff;
    color: #000;
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding: 0 120px 0 10px;
}

form[name="subscribeForm"] button {
    position: absolute;
    height: 32px;
    bottom: 20px;
    right: 4px;
    background: #fff;
    color: #cba181;
    font-size: 10px;
    padding: 0 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

form[name="subscribeForm"] input:focus,
form[name="subscribeForm"] input:hover {
    border: 2px solid #6f0404;
}

form[name="subscribeForm"] button:hover {
    background: #6f0404;
}

.foo a.phone {
    display: block;
    text-align: center;
    color: #6f0404;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
}

.foo-last .right {
    margin: 50px 0 20px;
}

.foo-last .right a {
    margin-left: 20px;
}

.foo-last p {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

footer hr {
    margin: 24px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #caa181;
}

p.copy {
    font-size: 9px;
}

.about .left,
.contact-form .left {
    width: 55%;
}

.about .right,
.contact-form .right {
    width: 40%;
}

.icon-title,
.about .title,
.contact-form .title {
    font-size: 30px;
    text-align: left;
}

.adr-block {
    padding-left: 150px;
    width: 49%;
}

.adr-block p {
    color: #000;
}

.icon-title {
    position: relative;
}

.icon-title:before {
    content: "";
    position: absolute;
    left: -80px;
    top: -5px;
    width: 50px;
    height: 50px;
}

.__i_adr:before {
    background: url("img/svg/icon-adr.svg");
}

.__i_phone:before {
    background: url("img/svg/icon-phone-new.svg");
}

.__i_email:before {
    background: url("img/svg/icon-email.svg");
}

.__i_work:before {
    background: url("img/svg/icon-work.svg");
}

.real-shop .item {
    margin-bottom: 20px;
    border: 2px solid #caa181;
    padding: 10px;
    border-radius: 6px;
}

.real-shop .item .shop-info {
    width: 48%;
    order: 1;
}

.real-shop .item .map {
    width: 50%;
    min-height: 200px;
}

.shop_name,
a.shop_phone,
.shop_work {
    font-size: 20px;
    margin: 10px 0;
    color: #625f5f;
    text-decoration: none;
}

.item:hover .shop_name,
.item:hover a.shop_phone,
.item:hover .shop_work {
    color: #caa181;
}

@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/Thin/Roboto-Thin.woff2?v=2.137") format("woff2"), url("fonts/Thin/Roboto-Thin.woff?v=2.137") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/ThinItalic/Roboto-ThinItalic.woff2?v=2.137") format("woff2"), url("fonts/ThinItalic/Roboto-ThinItalic.woff?v=2.137") format("woff");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/Light/Roboto-Light.woff2?v=2.137") format("woff2"), url("fonts/Light/Roboto-Light.woff?v=2.137") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/LightItalic/Roboto-LightItalic.woff2?v=2.137") format("woff2"), url("fonts/LightItalic/Roboto-LightItalic.woff?v=2.137") format("woff");
    font-weight: 300;
    font-style: italic;
}

/* END Light Italic */
/* BEGIN Regular */
@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/Regular/Roboto-Regular.woff2?v=2.137") format("woff2"), url("fonts/Regular/Roboto-Regular.woff?v=2.137") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/Regular/Roboto-Regular.woff2?v=2.137") format("woff2"), url("fonts/Regular/Roboto-Regular.woff?v=2.137") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* END Regular */
/* BEGIN Italic */
@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/Italic/Roboto-Italic.woff2?v=2.137") format("woff2"), url("fonts/Italic/Roboto-Italic.woff?v=2.137") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/Italic/Roboto-Italic.woff2?v=2.137") format("woff2"), url("fonts/Italic/Roboto-Italic.woff?v=2.137") format("woff");
    font-weight: normal;
    font-style: italic;
}

/* END Italic */
/* BEGIN Medium */
@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/Medium/Roboto-Medium.woff2?v=2.137") format("woff2"), url("fonts/Medium/Roboto-Medium.woff?v=2.137") format("woff");
    font-weight: 500;
    font-style: normal;
}

/* END Medium */
/* BEGIN Medium Italic */
@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/MediumItalic/Roboto-MediumItalic.woff2?v=2.137") format("woff2"), url("fonts/MediumItalic/Roboto-MediumItalic.woff?v=2.137") format("woff");
    font-weight: 500;
    font-style: italic;
}

/* END Medium Italic */
/* BEGIN Bold */
@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/Bold/Roboto-Bold.woff2?v=2.137") format("woff2"), url("fonts/Bold/Roboto-Bold.woff?v=2.137") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/Bold/Roboto-Bold.woff2?v=2.137") format("woff2"), url("fonts/Bold/Roboto-Bold.woff?v=2.137") format("woff");
    font-weight: bold;
    font-style: normal;
}

/* END Bold */
/* BEGIN Bold Italic */
@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/BoldItalic/Roboto-BoldItalic.woff2?v=2.137") format("woff2"), url("fonts/BoldItalic/Roboto-BoldItalic.woff?v=2.137") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/BoldItalic/Roboto-BoldItalic.woff2?v=2.137") format("woff2"), url("fonts/BoldItalic/Roboto-BoldItalic.woff?v=2.137") format("woff");
    font-weight: bold;
    font-style: italic;
}

/* END Bold Italic */
/* BEGIN Black */
@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/Black/Roboto-Black.woff2?v=2.137") format("woff2"), url("fonts/Black/Roboto-Black.woff?v=2.137") format("woff");
    font-weight: 900;
    font-style: normal;
}

/* END Black */
/* BEGIN Black Italic */
@font-face {
    font-family: Roboto;
    font-display: block;
    src: url("fonts/BlackItalic/Roboto-BlackItalic.woff2?v=2.137") format("woff2"), url("fonts/BlackItalic/Roboto-BlackItalic.woff?v=2.137") format("woff");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Bold.eot');
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
    url('fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/RobotoCondensed-Bold.woff') format('woff'),
    url('fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@media (max-width: 1250px) {
    .adr-block {
        width: 100%;
    }

    .contact-form .left {
        width: 350px;
    }

    .contact-form .right {
        width: calc(100% - 400px);
    }
}

@media (max-width: 1200px) {
    .right a span:nth-child(2) {
        display: none;
    }

    .foo-logo {
        width: 100%;
    }

    .wrap-foo-logo {
        max-width: 500px;
        margin: auto;
    }

    .wrap-foo-logo img {
        max-width: 150px;
        margin: auto;
    }

    .bottom-head ul.menu a {
        font-size: 18px;
    }
}

@media (max-width: 1010px) {
    .about .left,
    .about .right {
        width: 100%;
    }

    .about .left {
        order: 1;
    }
}

@media (max-width: 990px) {
    #customer_details .right,
    #customer_details .left {
        width: 100%;
    }

    #customer_details .left {
        padding: 54px 0;
        border-right: none;
    }

    #menu-top {
        display: none;
    }

    .mobil-menu,
    .bottom-head ul.menu,
    .hamburger {
        display: block;
    }

    nav.main-menu {
        height: calc(100vh - 330px);
        overflow: auto;
    }

    .mobil-menu {
        max-width: 400px;
        margin: auto;
    }

    .mobil-menu .phone {
        margin: 20px;
        text-align: center;
    }

    .bottom-head {
        position: fixed;
        left: 0;
        top: 151px;
        background: #f4f4f4;
        width: 100%;
        height: calc(100vh - 151px);
        z-index: 20;
        padding: 25px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    .bottom-head ul.menu a {
        color: #6f0404;
    }

    header.open .bottom-head {
        opacity: 1;
        visibility: visible;
    }

    .bottom-head nav.main-menu {
        margin: 0;
        border-bottom: none;
    }

    .bottom-head ul.menu li {
        display: block;
        padding: 10px 20px;
        text-align: left;
        border-bottom: 1px solid #3c3c3c;
    }

    .bottom-head ul.menu a::after {
        content: none;
    }

    .banner {
        height: 500px;
    }

    ul.products li.product {
        width: 49%;
    }

    .woocommerce div.product div.summary,
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
        width: 100%;
    }

    .woocommerce div.product div.summary {
        margin-top: 40px;
    }
}

@media (max-width: 880px) {
    .cat-wall {
        flex-wrap: wrap;
    }

    .cat-wall a.item {
        width: 50%;
        min-height: 400px;
    }

    .article-toggle .left,
    .article-toggle .right {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .woocommerce-tabs .wctw {
        display: none;
    }

    .woocommerce-Tabs-panel {
        display: block !important;
        border-bottom: 1px solid #625f5f;
    }

    .tab-wrap {
        margin: 0;
    }

    .mob-tile-tab {
        display: block;
        font-size: 18px;
        color: #625f5f;
        font-weight: 400;
        text-transform: uppercase;
        cursor: pointer;
        margin: 16px 0;
        position: relative;
    }

    .mob-tile-tab:after {
        content: "";
        position: absolute;
        top: 8px;
        right: 0;
        width: 12px;
        height: 7px;
        background: url('data:image/svg+xml,<svg width="13" height="7" viewBox="0 0 13 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 1L6.83316 6M11.5 1L6.16684 6" stroke="%23625f5f" stroke-width="1.5"/></svg> ');
    }

    .open .mob-tile-tab:after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .woocommerce-Tabs-panel .tab-wrap {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

    .woocommerce-Tabs-panel .tab-wrap {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

    .woocommerce-Tabs-panel.open .tab-wrap {
        max-height: 10000px;
        padding-bottom: 47px;
        -webkit-transition: max-height 9s ease-out;
        -moz-transition: max-height 9s ease-out;
        -o-transition: max-height 9s ease-out;
        transition: max-height 9s ease-out;
    }
}

@media (max-width: 750px) {
    .contact-form {
        flex-wrap: wrap;
    }

    .contact-form .left,
    .contact-form .right {
        width: 100%;
    }

    .contact-form .left {
        margin-top: 80px;
        order: 1;
    }

    .adr-block {
        padding-left: 80px;
        width: 49%;
    }

    .mid-head .left {
        display: none;
    }

    .mid-head .logo div {
        font-size: 9px;
        font-weight: 400;
    }

    .mid-head a.logo {
        max-width: 80px;
    }

}

@media (max-width: 720px) {
    .foo-last {
        width: 100%;
        margin-top: 20px;
    }

    .foo.foo-menu {
        width: 49%;
    }

    .wrap-foo-last {
        max-width: 245px;
        margin: auto;
    }

    .prod-slider .tns-nav button,
    .related.products .tns-nav button {
        width: 36px;
    }

    .cat-wall a .mask .name,
    .cat__list a .mask .name {
        font-size: 18px;
    }

    ul.products li.product {
        width: 100%;
    }

    .catalog__head {
        margin-bottom: 40px;
    }

    #flyCartItems .half {
        display: block;
    }

    #flyCartItems .half .left,
    #flyCartItems .half .right {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .adr-block {
        width: 100%;
    }
}

@media (max-width: 570px) {
    .top-head {
        display: none;
    }

    .bottom-head {
        top: 80px;
        height: calc(100vh - 80px);
    }

    .about .left {
        display: block;
    }

    .real-shop .item .map,
    .real-shop .item .shop-info {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .sw_prod_name,
    button#place_order,
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
        float: none;
    }

    .__sw_end_chekout {
        display: block;
    }

    #order_review .quantity {
        width: 50%;
        margin: 15px 0 5px;
    }

    #order_review .quantity input {
        height: 33px;
    }

    .sw_basket-product-image {
        width: 58px;
    }

    .sw_basket_info {
        width: calc(100% - 75px);
    }

    .sw_pros_data {
        width: 110px;
    }

    .quantity input {
        border: 1px solid #625f5f;
    }

    .section {
        margin: 40px auto;
    }
}

@media (max-width: 460px) {
    .wrapper.no-mob {
        padding: 0;
    }

    .wrapper.no-mob .title {
        padding: 0 25px;
    }

    .woocommerce-breadcrumb,
    .foo-menu li a,
    form[name="subscribeForm"] p {
        font-size: 12px;
    }

    .__product_meta_val {
        font-size: 14px;
    }

    .foo .title {
        font-size: 18px;
    }

    .hamburger,
    .mid-head .right a,
    .foo .right a {
        margin-left: 10px;
    }

    .banner {
        height: 350px;
    }

    .section {
        margin: 50px auto;
    }

    .cat__list a.item,
    .cat-wall a.item {
        min-height: 250px;
    }

    .cat-wall a .mask .name,
    .cat__list a .mask .name {
        font-size: 18px;
        bottom: 15px;
        padding: 0 10px;
    }

    .cat__list a.item {
        margin-bottom: 5px;
    }

    .title, h1 {
        font-size: 40px;
    }

    .icon-title, .contact-form .title {
        font-size: 24px;
    }

}