.woo-onsale {
    color: #fff;
    height: 30px;
    padding: 0 18px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    line-height: 32px;
    font-weight: 500;
    font-size: 11px;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 4;
}

.woo-onsale.out {
    background: #ccc;
    color: #404044;
    padding: 0 18px;
}

.woocommerce .stars {
    width: auto;
    height: 16px;
    line-height: 1;
    margin: 0 10px;
    display: inline-block;
}

.woocommerce .stars a {
    position: relative;
    height: 18px;
    width: 1em;
    font-size: 15px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.woocommerce .stars a:before {
    content: "\e021";
    color: #ea9e62;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    text-indent: 0;
}

.woocommerce .stars:hover a:hover ~ a:before,
.woocommerce .stars.selected a.active ~ a:before,
.woocommerce .stars.selected:hover span a:hover ~ a:before {
    content: "\e021";
}

.woocommerce .stars:hover a:before,
.woocommerce .stars.selected a:before,
.woocommerce .stars.selected:hover span a:before {
    content: "\e020";
}

.woocommerce .star-rating {
    width: auto;
    display: inline-block;
    position: relative;
    color: #ea9e62;
}

.woocommerce .star-rating a:hover {
    opacity: 1;
}

.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: star;
    font-size: 15px;
    word-wrap: normal;
}

.woocommerce .star-rating > span {
    display: inline-block;
    font-size: 0px;
    overflow: hidden;
}

.woocommerce .star-rating > span:before {
    content: "\53\53\53\53\53";
    font-family: star;
    font-size: 15px;
    word-wrap: normal;
}

.woocommerce table td, .woocommerce table th {
    border: none;
    padding: 0;
}

.woocommerce ul {
    list-style: none;
}

.woocommerce .form-row {
    padding: 0;
    margin-bottom: 15px;
}

.woocommerce .form-row textarea {
    min-height: 159px;
}

.woocommerce .blockUI.blockOverlay {
    opacity: 0.4 !important;
}

.woocommerce .price {
    color: #404044;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce .price ins, .woocommerce .price del {
    float: left;
    opacity: 1;
}

.woocommerce .price ins {
    text-decoration: none;
}

.woocommerce .price del {
    margin-right: 8px;
    color: #999999;
}

.page-error.woocommerce-shop .icon-shape {
    line-height: 75px;
}

.page-error.woocommerce-shop .icon-shape i {
    font-size: 60px;
}

.woo-quantity {
    width: 95px;
    /*height: 40px;*/
    position: relative;
    float: left;
    margin-right: 5px;
    min-width: 230px;
}

.woo-quantity .plus,
.woo-quantity .minus {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.6);
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 0;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    float: left;
    top: 2px;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.woo-quantity .plus:hover,
.woo-quantity .minus:hover {
    background: rgba(0, 0, 0, 0.1);
}

.woo-quantity .minus {
    font-size: 24px;
    right: auto;
    left: 0;
}

.woo-quantity input {
    background: transparent;
    width: 40px;
    height: 30px;
    padding: 0 5px;
    border: none;
    font-weight: 400;
    display: block;
    margin: 0 3px;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    float: left;
}

.woo-quantity input::-webkit-outer-spin-button, .woo-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.woocommerce.add_to_cart_inline {
    border: none;
    display: inline-block;
}

.woocommerce.add_to_cart_inline .amount {
    display: none;
}

/*--------------------------------------------------------------
## Products
--------------------------------------------------------------*/
ul.woo-products {
    /*width: 100%;
    margin: 0 -15px;*/
    padding: 0;
}

ul.woo-products li {
    margin: 0 0 30px 0;
    /*float: left;*/
    clear: none;
    padding: 0 15px;
}

ul.woo-products .product-content {
    background: #fff;
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    transition: -webkit-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
}

ul.woo-products img {
    width: 100%;
    margin: 0;
    vertical-align: top;
}

ul.woo-products .image-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

ul.woo-products a.button {
    display: none;
}

ul.woo-products .slider {
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

ul.woo-products .slider img {
    width: 100%;
    height: auto;
    display: none;
}

ul.woo-products .slider img:first-child {
    display: block;
}

ul.woo-products .slider.visible img {
    display: block;
}

ul.woo-products .slider .owl-stage-outer {
    padding-top: 0;
    margin-top: 0;
}

ul.woo-products .slider .owl-dots {
    width: 20px;
    margin-top: 0;
    position: absolute;
    top: 30px;
    left: auto;
    right: 25px;
}

ul.woo-products .slider .owl-dots .owl-dot {
    display: block;
    margin-bottom: 10px;
}

ul.woo-products .slider .owl-dots .owl-dot.active {
    margin-left: 5px;
}

ul.woo-products .slider .owl-nav {
    display: none;
}

ul.woo-products .added_to_cart {
    display: none;
}

ul.woo-products .wc-product-title-wrap {
    background: #f7f7f7;
    padding: 15px 25px 15px;
    position: relative;
}

ul.woo-products .wc-product-title-wrap .yith-wcwl-add-to-wishlist {
    width: 30px;
    height: 25px;
    color: #404044;
    margin-top: 4px;
    margin-right: -5px;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    bottom: 15px;
    right: 20px;
}

ul.woo-products .wc-product-title-wrap .yith-wcwl-add-to-wishlist i {
    font-size: 22px;
    display: inline-block;
    margin: -1px 10px 0 1px;
}

ul.woo-products h3 {
    text-align: left;
    font-size: 14.7px;
    margin: 5px 0 10px;
    line-height: 1.1;
}

ul.woo-products .price {
    margin: 0;
    padding: 0 25px 0 0;
}

ul.woo-products .without-price h3 {
    margin-bottom: 5px;
    padding: 0 30px 0 0;
}

ul.woo-products .without-price .left {
    display: none;
}

ul.woo-products .without-price .yith-wcwl-add-to-wishlist {
    margin-top: -28px;
}

ul.woo-products .product:hover .image-wrap {
    opacity: .8;
}

ul.woo-products .product:hover h3 a {
    color: #ed213d;
}

ul.woo-products .product-category {
    width: 100%;
    /*padding: 0 15px;*/
    padding: 0;
    position: relative;
}

ul.woo-products .product-category .wrap {
    width: 100%;
    position: relative;
    background-size: cover;
}

ul.woo-products .product-category > a:after {
    background: transparent;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    z-index: 2;
}

ul.woo-products .product-category:hover > a:after {
    background: rgba(255, 255, 255, 0.2);
}

ul.woo-products .product-category .info-wrap {
    width: 100%;
    height: 100%;
    padding: 0px;
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    z-index: 3;

}

ul.woo-products .product-category .info-wrap.style0 {

}

ul.woo-products .product-category .info-wrap.style0 .content-center .wrap {
    padding: 0 30px;
}

ul.woo-products .product-category .info-wrap .wrap-bg {
    background: rgba(64, 64, 68, 0.6);
    padding: 20px;
}

ul.woo-products .product-category .info-wrap .description p {
    color: #d9d9d9;
    font-weight: 300;
    margin: -5px 0 5px;
}

ul.woo-products .product-category .info-wrap h3 {
    font-size: 34px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    text-align: inherit;
}

ul.woo-products .product-category .info-wrap h3 a {
    text-decoration: none;
}

ul.woo-products .product-category .info-wrap h3, ul.woo-products .product-category .info-wrap h3 a, ul.woo-products .product-category .info-wrap .description {
    margin: 10px 0;
    color: #404044;
}

ul.woo-products .product-category .info-wrap .shop-now {
    font-size: 13px;
    margin: 15px 0 0;
}

ul.woo-products .product-category .info-wrap.text-right .plus {
    right: auto;
    left: 50px;
}

ul.woo-products .product-category .info-wrap.style-2 {
    height: auto;
    border-left: 4px solid #0a8dc2;
}

ul.woo-products .product-category .info-wrap.style-2 .content-center {
    /*background: rgba(73, 180, 5, 0.9);*/
    padding: 8px 20px;
}

ul.woo-products .product-category .info-wrap.style-2 h3 {
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 0 3px #333, 0 3px 10px #444;
}

ul.woo-products .product-category .info-wrap.style-2 .description {
    text-shadow: 0 0 3px #333, 0 3px 10px #444;
    font-size: 18px;
}

ul.woo-products .product-category .info-wrap.style-2 h3, ul.woo-products .product-category .info-wrap.style-2 h3 a, ul.woo-products .product-category .info-wrap.style-2 .description {
    margin: 8px 0;
    color: #fff;
}

ul.woo-products .product-category.brand-cat .info-wrap.style-2 .content-center {
    padding: 4px 10px;
}

ul.woo-products .product-category.brand-cat .info-wrap.style-2 h3 {
    font-size: 20px;
}

ul.woo-products .product-category.brand-cat .info-wrap.style-2 .description {
    font-size: 12px;
    text-shadow: none;
    color: #666;
}

ul.woo-products .product-category .info-wrap.style-2 .shop-now {
    margin-top: 5px;
    margin-bottom: 10px;
}

ul.woo-products .product-category .info-wrap.style-2 .plus {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

ul.woo-products .product-category .info-wrap.style-2.text-center .plus {
    display: none;
}

ul.woo-products .product-category .info-wrap.style-2.text-right .plus {
    right: auto;
    left: 0;
}

ul.woo-products .product-category.brand-cat .info-wrap.style-2 {
    width: 100%;
    float: left;
    position: relative;
}

@media screen and (max-width: 768px) {
    ul.woo-products .product-category {
        padding: 0px;
    }
}

.woo-products .product,
.woo-products li {
    width: 100%;
}

@media screen and (min-width: 1025px) {
    .columns-2 .product {
        width: 50%;
    }

    .columns-2 .product:nth-child(2n + 1) {
        clear: both;
    }

    .columns-3 .product {
        width: 33.2%;
    }

    .columns-3 .product:nth-child(3n + 1) {
        clear: both;
    }

    .columns-4 .product {
        width: 25%;
    }

    .columns-4 .product:nth-child(4n + 1) {
        clear: both;
    }

    .columns-5 .product {
        width: 20%;
    }

    .columns-5 .product:nth-child(5n + 1) {
        clear: both;
    }

    .columns-6 .product {
        width: 16.666%;
    }

    .columns-6 .product:nth-child(6n + 1) {
        clear: both;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .columns-md-2 .product {
        width: 50%;
    }

    .columns-md-2 .product:nth-child(2n + 1) {
        clear: both;
    }

    .columns-md-3 .product {
        width: 33.2%;
    }

    .columns-md-3 .product:nth-child(3n + 1) {
        clear: both;
    }

    .columns-md-4 .product {
        width: 25%;
    }

    .columns-md-4 .product:nth-child(4n + 1) {
        clear: both;
    }

    .columns-md-5 .product {
        width: 20%;
    }

    .columns-md-5 .product:nth-child(5n + 1) {
        clear: both;
    }

    .columns-md-6 .product {
        width: 16.666%;
    }

    .columns-md-6 .product:nth-child(6n + 1) {
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .columns-sm-2 .product {
        width: 50%;
    }

    .columns-sm-2 .product:nth-child(2n + 1) {
        clear: both;
    }

    .columns-sm-3 .product {
        width: 33.2%;
    }

    .columns-sm-3 .product:nth-child(3n + 1) {
        clear: both;
    }

    .columns-sm-4 .product {
        width: 25%;
    }

    .columns-sm-4 .product:nth-child(4n + 1) {
        clear: both;
    }

    .columns-sm-5 .product {
        width: 20%;
    }

    .columns-sm-5 .product:nth-child(5n + 1) {
        clear: both;
    }

    .columns-sm-6 .product {
        width: 16.666%;
    }

    .columns-sm-6 .product:nth-child(6n + 1) {
        clear: both;
    }
}

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
.woocommerce .shop_table {
    width: 100%;
    border: none;
    margin: 0;
}

.woocommerce .shop_table th {
    display: none;
}

.woocommerce .shop_table th, .woocommerce .shop_table td {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.woocommerce .shop_table td {
    padding: 5px 0;
}

.woocommerce .shop_table td h4 {
    font-size: 14px;
    margin: 2px;
}

.woocommerce .shop_table td.product-thumbnail {
    width: 200px;
    padding-right: 20px;
}

.woocommerce .shop_table td.product-thumbnail img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    /*height: 80px;*/
}

.woocommerce .shop_table td.product-name {
    text-align: left;
}

.woocommerce .shop_table td.product-name .variation {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.woocommerce .shop_table td.product-name .variation dt {
    font-weight: 400;
    color: #888888;
}

.woocommerce .shop_table td.product-name .variation dd {
    color: #5a5a5a;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
}

.woocommerce .shop_table td.product-name .variation dd p {
    margin: 0;
    line-height: inherit;
    font-size: 13px;
}

.woocommerce .shop_table td .amount {
    font-weight: 400;
}

.woocommerce .shop_table td.product-remove-custom {
    text-align: right;
}

.woocommerce .shop_table td.product-remove-custom a {
    font-size: 18px;
    display: inline-block;
}

.woocommerce .actions {
    padding-top: 50px;
}

.woocommerce .actions .coupon {
    width: 60%;
}

.woocommerce .actions .coupon input[type='text'] {
    width: 310px;
}

.woocommerce .cart-collaterals {
    background: rgba(0, 0, 0, 0.03);
    width: 100%;
    margin: 0 0 20px 0;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    padding: 18px 25px 25px;
}

.woocommerce .cart-collaterals .cart_totals h3.title {
    margin-bottom: 22px;
    font-size: 16px;
}

.woocommerce .cart-collaterals .shop_table {
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce .cart-collaterals .shop_table tr {
    border-top: 1px solid #ebebeb;
}

.woocommerce .cart-collaterals .shop_table th {
    width: 50%;
    display: table-cell;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: top;
}

.woocommerce .cart-collaterals .shop_table td {
    font-size: 14px;
}

.woocommerce .cart-collaterals .shop_table th, .woocommerce .cart-collaterals .shop_table td {
    padding: 16px 0;
}

.woocommerce .cart-collaterals .shop_table .woocommerce-shipping-calculator p {
    text-align: left;
    margin: 0px;
    margin-top: 10px;
}

.woocommerce .cart-collaterals .shop_table a.shipping-calculator-button {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}

.woocommerce .cart-collaterals .shop_table .shipping-calculator-form p {
    margin: 10px 0;
    padding: 0;
}

.woocommerce .cart-collaterals .shop_table .shipping-calculator-form .btn {
    margin: 5px 0;
}

.woocommerce .cart-collaterals .shop_table .order-total span {
    font-weight: 500;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    float: none;
    padding: 0;
}

.woocommerce .cart-collaterals .woo_pp_cart_buttons_div {
    text-align: center;
    margin-top: 15px;
}

.woocommerce #shipping_method li {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce #shipping_method .radio {
    line-height: 1;
    vertical-align: -5px;
    margin-right: 10px;
}

.woocommerce #shipping_method input {
    margin: 0 !important;
}

@media screen and (max-width: 768px) {
    .woocommerce .cart-table-wrap {
        overflow-x: scroll;
    }

    .woocommerce .cart-collaterals {
        margin: 0px;
    }

    .woocommerce .actions .coupon {
        width: 100%;
        text-align: left;
    }

    .woocommerce .actions .coupon input[type='text'] {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
    }

    .woocommerce .actions .update {
        float: left;
        margin: 15px 0 30px;
    }
}

.woo-cart-empty {
    text-align: center;
    margin: 100px 0 100px;
}

.woo-cart-empty h3 {
    font-size: 18px;
    margin: 5px 0 0;
}

.woo-cart-empty p {
    margin-top: 5px;
}

.woo-cart-empty .icon-bag {
    width: 140px;
    margin: 0 auto 15px auto;
}

.woo-cart-empty .btn {
    margin-top: 10px;
}

.blog-grid {
    width: 100%;
    float: left;
    position: relative;
    /*overflow: hidden;*/
}

.blog-grid header {
    white-space: nowrap;
    min-width: 150px;
    border: solid 1px #efefef;
    transition: all 0.2s ease;
   /*height: 180px;
    overflow: hidden;*/
}

.p-i-out {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*background: #eeeeee !important;*/
    /*height: 100%;*/
}

.p-i-out header .product-category {
    display: none;
}

.blog-grid header .tags {
    width: 100%;
    white-space: normal;
    padding: 0px 20px 0;
    vertical-align: top;
    position: relative;
    /*display: inline-block;*/
}

.blog-grid header .tags:nth-child(2) {
    left: -100%;
}

.blog-grid header a.imege-box {
    position: relative;
    display: block;
    /*height: 100%;
    overflow: hidden;*/
}

.blog-grid header img, .blog-grid header .slider, .blog-grid header iframe {
    width: 100%;
    display: block;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    vertical-align: top;
    /*top: 50%;
    position: absolute;
    transform: translate(0, -50%);*/
}

.blog-grid header iframe {
    min-height: 250px;
}

.blog-grid header .slider {
    overflow: hidden;
}

.blog-grid header .slider .owl-nav {
    display: none;
}

.blog-grid header .slider .owl-dots {
    width: 15px;
    height: auto;
    position: absolute;
    top: 15px;
    right: 15px;
}

.blog-grid header .slider .owl-dot {
    color: #fff;
    margin: 0 0 5px 0;
    display: block;
    float: left;
    z-index: 200;
}

.blog-grid .tags {
    margin-bottom: 20px;
}

.blog-grid .tags a {
    color: #fff;
}

.blog-grid .tags a:hover {
    background-color: transparent;
    color: #0a8dc2;
}

.blog-grid .content {
    padding: 15px 0 5px;
}

.blog-grid h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.blog-grid p {
    line-height: 1.7;
    margin: 12px auto;
}

.blog-grid footer {
    margin-top: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-grid footer .author {
    margin-right: 5px;
    font-weight: 500;
}

.blog-grid footer .data {
    margin-left: 0px;
}

.blog-grid footer .data, .blog-grid footer strong {
    color: #999999;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

/*
.blog-grid .plus {
    font-size: 36px;
    line-height: 0;
    margin-top: 12px;
    display: inline-block;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.blog-grid .plus, .blog-grid .plus:before {
    line-height: .6;
}*/

.blog-grid:hover header img {
    /*opacity: .8;*/
}

.blog-grid:hover h3 a {
    color: #0a8dc2;
}

/*.blog-grid:hover .plus {
    color: inherit;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}*/

.blog-grid.no-preview footer {
    margin-top: 10px;
}

.blog-grid.quote header .tags {
    left: 0;
    padding-left: 0;
}

.blog-grid.quote header blockquote {
    padding: 0 30px;
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.4;
    quotes: "" "";
    white-space: normal;
}

.blog-grid.quote header blockquote:after {
    content: '';
    background: rgba(0, 0, 0, 0.15);
    width: 1px;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 5px;
    left: 0;
}

.blog-grid.quote header blockquote:before {
    content: '';
    background: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.blog-grid.quote header blockquote cite {
    position: relative;
    text-align: left;
    display: block;
    margin: 5px 0 0 0;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-grid.grid-1 {
    /*margin-bottom: 45px;*/
}

.blog-grid.grid-1 .tags {
    margin-bottom: 0;
}

.blog-grid.grid-1 header .tags:nth-child(1) {
    padding-left: 0;
}

.blog-grid.grid-1.boxed header .tags {
    padding-left: 20px;
}

.blog-grid.grid-1 .content {
    padding-bottom: 0;
}

.blog-grid.boxed {
    /*background: #f8f8f8;*/
    transition: all 0.2s ease;
    height:100%;
}

.blog-grid.boxed:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.blog-grid.boxed .content {
    padding: 20px 25px 0;
}

.blog-grid.boxed footer {
    padding: 5px 25px 20px;
}

.blog-grid.boxed.quote blockquote {
    margin: 15px 25px;
}

.blog-grid.boxed.quote blockquote:before {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    left: -25px;
}

@media screen and (min-width: 769px) {
    .blog-grid.grid-2 {
        margin-bottom: 30px;
    }

    .blog-grid.grid-2 header {
        width: 400px;
        float: left;
        display: block;
    }

    .blog-grid.grid-2 .content {
        display: block;
        padding: 0 0 0 430px;
    }

    .blog-grid.grid-2 h3 {
        margin-top: -5px;
        display: inline-block;
    }

    .blog-grid.grid-2 .plus {
        margin-top: 20px;
    }

    .blog-grid.grid-2.boxed .content {
        padding: 20px 25px 0 430px;
    }

    .blog-grid.grid-2.boxed h3 {
        margin-top: 0;
    }

    .blog-grid.grid-2.boxed footer {
        padding: 0;
    }
}

.blog-grid.grid-3 {
    position: relative;
    overflow: hidden;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: background, color;
    transition-property: background, color;
    margin-bottom: 30px;
}

.blog-grid.grid-3 header {
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.blog-grid.grid-3 header img {
    display: block;
}

.blog-grid.grid-3 .overlay {
    z-index: 2;
    opacity: .85;
}

.blog-grid.grid-3 .content {
    background: #f7f7f7;
    width: 100%;
    min-height: 400px;
    padding: 25px;
    position: relative;
    z-index: 3;
}

.blog-grid.grid-3 footer {
    width: 100%;
    position: absolute;
    bottom: 25px;
}

.blog-grid.grid-3 .plus {
    position: absolute;
    top: -18px;
    right: 56px;
}

.blog-grid.grid-3 .content, .blog-grid.grid-3 p {
    -webkit-transition: inherit;
    transition: inherit;
}

.blog-grid.grid-3:hover .content {
    background: transparent;
    color: #fff;
}

.blog-grid.grid-3:hover .tags a {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.blog-grid.grid-3:hover h3, .blog-grid.grid-3:hover h3 a, .blog-grid.grid-3:hover p, .blog-grid.grid-3:hover .plus {
    color: #fff;
}

.blog-grid.grid-3:hover .plus {
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.blog-grid.grid-3:hover footer strong, .blog-grid.grid-3:hover footer .data {
    color: rgba(255, 255, 255, 0.6);
}

.blog-grid.grid-4 {
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    padding: 25px 30px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.blog-grid.grid-4 .content {
    padding: 0;
}

.blog-grid.grid-4 .plus {
    margin-top: 20px;
}

.blog-grid.grid-4:hover {
    background: #f7f7f7;
}

.blog-grid.grid-4:hover .tags a {
    background: transparent;
    color: #0a8dc2;
}

@media screen and (min-width: 769px) {
    .blog-grid.grid-5 {
        width: 100%;
        padding-left: 50px;
        margin-bottom: 45px;
    }

    .blog-grid.grid-5 header {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
        position: relative;
        float: left;
    }

    .blog-grid.grid-5 header img {
        width: 100%;
    }

    .blog-grid.grid-5 .content {
        min-height: 150px;
        padding: 0 0 0 50%;
    }

    .blog-grid.grid-5 h3 {
        font-size: 22px;
        margin-top: 0;
        display: block;
        clear: none;
    }

    .blog-grid.grid-5 footer {
        margin-left: 0px;
        margin-top: 0px;
        height: 50px;
        line-height: 50px;
        padding: 0 0;
        left: 0px;
        top: 0px;
        text-align: right;
        position: absolute;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: translateX(-100%) rotateZ(-90deg);
        -ms-transform: translateX(-100%) rotate(-90deg);
        transform: translateX(-100%) rotateZ(-90deg);
    }

    .blog-grid.grid-5.offset {
        width: 85%;
    }

    .blog-grid.grid-5.right {
        padding-left: 0;
        padding-right: 50px;
    }

    .blog-grid.grid-5.right header {
        float: right;
    }

    .blog-grid.grid-5.right .content {
        padding: 0 50% 0 0;
    }

    .blog-grid.grid-5.right footer {
        left: auto;
        right: 0;
        -webkit-transform: rotateZ(-90deg) translateY(-100%);
        -ms-transform: rotate(-90deg) translateY(-100%);
        transform: rotateZ(-90deg) translateY(-100%);
    }

    .blog-grid.grid-5.boxed {
        background: #f7f7f7;
        padding-left: 50px;
    }

    .blog-grid.grid-5.boxed footer {
        padding: 0 20px;
    }

    .blog-grid.grid-5.boxed .content {
        padding: 25px 30px 15px 50%;
    }

    .blog-grid.grid-5.boxed.right {
        padding-left: 0;
        padding-right: 50px;
    }

    .blog-grid.grid-5.boxed.right .content {
        padding-right: 50%;
        padding-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    /*.h-mob {
        display: none;
    }*/

    /*.p-i-out {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .blog-grid header {
        max-width: 150px;
    }

    .grid-item .product-item {
        max-width: calc(100% - 150px);
    }*/

    .product-item .product-description {
        margin: 0 !important;

    }

    .blog-grid {
        /*margin-bottom: 30px;*/
    }

    .blog-grid.grid-5 {
        margin-bottom: 25px;
    }

    .blog-grid.grid-5 footer {
        line-height: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

:focus {
    outline: #3c89ac auto 5px;
    outline-color: #438bac;
    outline-style: auto;
    outline-width: 5px;
}

.search-form {
    position: relative;
}

.search-form .ui-widget-content {
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(0, 0, 0, 0.6);
}

.search-form input {
    /*padding: 6px 12px !important;*/
}

.search-form .search-subm {

    font-size: 26px;
    color: #222;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 6px;
    top: 4px;
}

.search-title {
    clear: both;
    font-size: 26px;
    line-height: 30px;
    font-weight: 900;
    margin: 20px 0 10px 0;
    padding: 0;
    color: #232321;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;

}

.header-search {

}

.header-search .search-wrap {
    top: 30%;
}

.header-search form label {
    display: block;
    width: 100%;
}

.header-search form input {

}

.search-li {
    display: block;
    width: 100%;
    clear: both;
    background: #eee;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none !important;
    margin: 0 !important;
    border-bottom: 2px solid #eee !important;

}

.search-li.ui-state-focus {
    background: #fff;
    border-bottom: 2px solid #b3b3b3 !important;
}

.search-li:after {
    display: block;
    position: relative;
    clear: both;
    content: '';
}

.s-li-img {
    float: left;
    width: 100px;
    height: auto;
    margin-right: 5px;
    -webkit-box-shadow: 0 0 4px #eee;
    box-shadow: 0 0 4px #eee;
}

.ui-autocomplete-category {
    font-weight: bold;
    font-size: 30px;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    background: #aaa;
    color: #fff;
}

.ui-autocomplete-category.ui-state-focus, .ui-autocomplete-category.ui-state-hover {
    font-weight: bold !important;
    margin: 0 !important;
    background: #fff !important;
    border: 0 !important;
}

.bgv_container {
    display: block;
    position: absolute;
    width: 120%;
    height: 140%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-slide .norebro-card-wrapper {
    padding-left: 5px;
    padding-right: 5px;
}

.product-item {

    /*background: #eeeeee !important;*/
}

.product-item header {

}

.product-item header .product-category {
    display: none;
}

.product-item header .imege-box {
    position: relative;
    width: 100%;
    display: block;
    padding: 6px 0 0 0; /* 6px 6px 0 6px;*/
}

.product-item header .imege-box:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.product-item header:hover .imege-box:after {
    opacity: 0.2;
}

.product-item .content {
    padding: 12px 12px 2px 12px !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-item .content h2 {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
    height: 40px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .product-item .content h2 {
        /*min-height: 60px;*/
    }

    .product-item footer .tmm-box {
        /*min-height: 86px;*/
    }
}

.products-list-wrap {

}

.woocommerce .product .images .slider .owl-dots {

}

.woocommerce .product .images .slider .owl-dots.disabled {
    display: none;
}

.products-list {
    margin: 0 -5px;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.grid-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.grid-item .product-item {

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    height: 100%;
    width: 100%;
}

.product-item footer {
    padding: 2px 12px 12px 12px !important;
    -moz-align-self: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
}

.product-item footer .product-price-box {
    display: block;
}

.basket-icon.price,
.product-item footer .price {
    display: block;
    position: relative;
}

.basket-icon.price {
    display: inline-block;
}

.basket-icon .product-price,
.product-item footer .product-price {
    color: #0a8dc2;
    font-size: 12px;
    line-height: 20px;
    vertical-align: top;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.basket-icon.quantity,
.product-item footer .quantity {
    color: #333;
    margin-top: 4px;
}

.basket-icon.quantity {
    display: inline-block;
    margin-right: 10px;
}

.basket-icon .price-value,
.product-item footer .product-price .price-value {
    font-size: 24px;
    line-height: 24px;
    margin-right: 6px;
}

.basket-icon .price-value-total {
    font-size: 28px !important;
    color: #0a8dc2;
}

.cart_totals .bt-text {
    color: #222;
}

.cart_totals .bt-title {
    color: #222;
    text-align: left;
}

.cart_totals .bt-value {
    color: #222;
    text-align: right;
}

.cart_totals .basket-icon.price {
    margin-right: 0;
}

.product-item footer .product-old-price {

    margin-left: 0px;
    vertical-align: top;
    display: block;
    clear: both;
}

.product-item footer .product-old-price span {
    color: #858585; /*#b44a45*/
    /* margin-left: 5px;*/
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.product-item footer .product-old-price span.sale {
    color: #b44a45;
    /* margin-left: 5px;*/
    font-size: 18px;
    line-height: 20px;
}

.product-item footer .product-old-price .price-value {
    text-decoration: line-through !important;
    color: #858585;
    font-size: 16px;
    line-height: 20px;
}

.product-item footer .variations > div {
    clear: both;
}

.product-item footer .price-variant-tabs {
    display: block;
}

.product-item footer .price-variant-tabs > div {
    position: relative;
}

.product-item footer .price-variant-tabs > div.pvtt {
    position: relative;
}

.product-item footer .price-variant-tabs > div.pvtb {
    position: relative;
    min-height: 70px;
}

.product-item footer .price-variant-tabs .price-variant-tab-tgl {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 2px 8px 2px 0px;
    padding: 4px 10px;
    background: #ddd;
    border: 1px solid #ddd;
    color: #222;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}

.product-item footer .price-variant-tabs .price-variant-tab-tgl:hover, .product-item footer .price-variant-tabs .price-variant-tab-tgl.active {
    background: #eee;
    color: #555;
    border-color: #0a8dc2;
}

.product-item footer .price-variant-tabs .price-variant-tab-box {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.product-item footer .price-variant-tabs .price-variant-tab-box.active {
    visibility: visible;
    position: relative;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.h1.product_title {
    color: #404044;
    clear: both;
    font-weight: 700;
    text-align: inherit;
    margin: 35px 0 20px;
    line-height: 1.2;
    position: relative;
    font-size: 22px;
    pointer-events: none;
}

.product-item .product-link {
    /*pointer-events: none;*/
}

@media (max-width: 480px) {
    .products-list-wrap {
        padding: 0px;
    }
}

/*
.product-item footer  .variations .row{
    margin:0;
}
.product-item footer  .variations .row > div{
    padding:0;
}
.product-item footer  .variations > .row + .row{
    border-top: 1px solid #cecccc;
    margin-top: 5px;
    padding-top: 5px;
}*/
ul.woo-products .product-category {
    line-height: 0;
}

ul.woo-products .product-category .wrap {
    /*box-shadow: 0 0 12px rgba(0,0,0,0.2);*/
}

ul.woo-products .product-category .info-wrap {
    pointer-events: none;
}

ul.woo-products .product-category .info-wrap .wrap * {
    pointer-events: all;
}

ul.woo-products .product-category .image-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

ul.woo-products .product-category .image-wrap:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(315deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(315deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);

}

ul.woo-products .product-category:hover .image-wrap:before {
    opacity: 0.6;
}

/*ul.woo-products .product-category .image-wrap img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.woo-products .product-category:hover .image-wrap img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}*/

/*.product-item footer  .woo-quantity{
    float:none;
}*/
ul.woo-products.categorys-list .product-category {
    width: 100%;
    height: 100%;
}

ul.woo-products.categorys-list .product-category > .wrap {
    width: 100%;
    height: 100%;
}

ul.woo-products.categorys-list .product-category .image-wrap {
    width: 100%;
    padding-bottom: 114.25%
}

ul.woo-products.categorys-list .product-category .image-wrap img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
    max-width: none;
}

ul.woo-products.categorys-list .product-category.brand-cat .image-wrap {
    width: 100%;
    float: left;
    padding-right: 10px;
    padding-bottom: 0%
}

ul.woo-products.categorys-list .product-category.brand-cat .image-wrap img {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    max-width: none;
}

.woo-quantity {
    width: 100%;
    min-height: 32px;
    margin: 0;
    float: none;
}

.woo-quantity:after {
    display: block;
    position: relative;
    clear: both;
    content: '';
}

.woo-quantity .price {
    float: left;
    margin-top: 4px;
    position: relative;
    margin-right: 4px;
    max-width: 110px;
    width: 50%;
}

.woo-quantity .amount-count {
    float: left;
    position: relative;
    width: 100%;

}

.woo-quantity input {
    float: left;
    display: block;
    padding: 0;
    width: 50px;
}

.woo-quantity .add-btn {
    /*clear:both;*/
    padding: 5px 6px;
    display: block;
    position: relative;
    top: 2px;
    float: left;
    cursor: pointer;
    background: #0a8dc2;
    color: #fff;
}

.product-item footer .accordion-box.outline .content {
    color: #595959;
}

.product-item footer .more {
    display: block;
    position: relative;
    float: right;
    border-radius: 50%;
    border: 1px solid rgba(100, 100, 100, 0.4);
    color: #222;
    -webkit-box-shadow: 0 0 2px rgba(100, 100, 100, 0.4);
    box-shadow: 0 0 2px rgba(100, 100, 100, 0.4);
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 6px;
    margin-top: -20px;
    cursor: pointer;
}

.product-item footer .more i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
}

.product-item .product-description {
    /*display: none;*/
    position: relative;
    /*margin: 0 -14px;*/
    /*min-height: 112px;*/
}

.product-item .product-description p {
    font-size: 12px;
}

.product-item footer p {
    /*display: none;*/
    /*position: absolute;*/
    width: 100%;
    height: 28px;
    /*color: #fff;*/
    /*background: rgba(73, 180, 5, 0.8);*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    /*padding: 5px 12px;*/
    z-index: 1000;
    left: 0;
    bottom: -14px;
    margin: 0;
}

.product .price {
    display: block;
    position: relative;
}

.product .product-price {
    color: #0a8dc2;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.product .product-price .price-value {
    font-size: 24px;
    line-height: 24px;
}

.product .product-old-price {
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
}

.product .product-old-price span {
    color: #858585; /*#b44a45*/
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.product .product-old-price span.sale {
    color: #b44a45;
    margin-left: 5px;
    font-size: 22px;
    line-height: 20px;
}

.product .product-old-price .price-value {
    text-decoration: line-through !important;
    color: #858585;
    font-size: 18px;
    line-height: 20px;
}

.product .accordion-box.outline .content {
    color: #595959;
}

.product .product-description {
    margin-top: 10px;
    font-size: 16px;

}

#masthead .menu-other > li.search {

}

#masthead .menu-other > li.search a {
    color: #0a8dc2;

}

#masthead .menu-other > li.search > a .icon {
    font-size: 29px;
}

.user-block {

}

@media (max-width: 1200px) {
    .user-block {
        display: none;
    }
}

@media (max-width: 992px) {
    #masthead .menu-other > li.search {
        display: none;
    }
}

.user-icon {
    font-size: 21px;
}

.top-cabinet {
    display: block;
    position: absolute;
    right: 0;
    top: 99%;
}

.top-cabinet a {
    display: block;
    line-height: normal;
    padding: 4px 0;
    margin-bottom: 2px;
}

.user-icon:hover + .top-cabinet {
    display: block;
}

#mega-menu-wrap > ul, #mega-menu-wrap2 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    #mega-menu-wrap > ul {
        margin-top: 20px;
        display: block;
    }
}

#mega-menu-wrap > ul > li, #mega-menu-wrap2 > ul > li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#masthead .menu-other > li > a.cart {
    position: relative;
}

#masthead .menu-other > li > a.cart .icon {
    color: #50ac3a;
    font-size: 32px;
}

#masthead .menu-other > li > a.cart .cart-count {
    display: inline-block;
    background: #50ac3a;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    -webkit-transform: translate(-6px, -4px);
    -ms-transform: translate(-6px, -4px);
    transform: translate(-6px, -4px);
    line-height: 20px;
    color: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 6px #fff;
    box-shadow: 0 0 6px #fff;
}

#masthead .menu-other > li > a.cart .cart-total {
    display: block;
    text-align: left;
    -webkit-transform: translate(-40%, 0);
    -ms-transform: translate(-40%, 0);
    transform: translate(-40%, 0);
    line-height: 14px;
    color: #000;
    position: absolute;
    right: 0%;
    top: 74%;
    white-space: nowrap;
}

@media (max-width: 768px) {
    #masthead .menu-other > li > a.cart + .submenu_cart {
        display: none !important;
    }
}

#masthead .menu-other > li > a.user-icon .icon {
    font-size: 20px;
}

#masthead .menu-other > li.contact-block {
    line-height: 24px !important;
    margin: 0 10px;
    padding: 6px 0 0 0;
}

.footer-contact-block {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 4px;
    text-align: left;
}

@media (max-width: 768px) {
    .footer-contact-block {
        text-align: center;
        font-size: 20px;
    }

    .footer-contact-block span {
        display: block;
        position: relative;
        clear: both;

    }
}

#masthead .menu-other > li.contact-block > span {
    display: block;
    font-size: 14px;
    color: #888;
    margin-top: 4px;
    text-align: right;
}

.footer-contact-block i,
#masthead .menu-other > li.contact-block > span i {
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 1px #54b33e, 0 0 2px #54b33e;
}

.footer-contact-block a {
    text-decoration: underline;
    color: #fff;
}

#masthead .menu-other > li.contact-block > span a {
    text-decoration: underline;
    color: #666;

}

#masthead .menu-other > li.contact-block > a.phone {
    display: block;
    font-size: 27px;
    color: #50ac3a;
    line-height: 26px;
    padding: 0;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .site-footer .left, .site-footer .right {
        width: 100%;
        text-align: center;
    }

}

.phone-footer-wrap {
    display: none;
}

.phone-footer {
    display: inline-block;
    position: relative;
}

/*#masthead .menu-other > li.phone-block{
display:none;
}*/
#masthead .menu-other > li.phone-block {
    display: block;
    padding: 0 5px;
    min-width: 80px;
    text-align: center;
}

#masthead .menu-other > li.phone-block > a {
    padding: 0;
    margin-top: 16px;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    color: #50ac3a;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-name: dong;
    animation-name: dong;
}

#masthead .menu-other > li.phone-block:hover > a {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

#masthead .menu-other > li.phone-block > a:after {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0px;
    right: 0px;
    padding: 0;
    border-radius: 50%;
}

#masthead .menu-other > li.phone-block > a:after {
    content: '';
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 75ms;
    animation-delay: 75ms;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-name: sonarEffect;
    animation-name: sonarEffect;
}

#popup-phone {

}

#popup-phone h3 {
    margin: 10px 0;
    color: #555;
    font-size: 34px;
    line-height: 34px;
}

#popup-phone a {
    font-size: 58px;
    font-weight: bold;
    color: #50ac3a;
    line-height: 58px;
}

@media (max-width: 768px) {
    .phone-footer-wrap {
        display: block;
    }

    .phone-footer {
        padding-left: 30px;
    }

    .phone-footer:after,
    .phone-footer:before {
        position: absolute;
        width: 28px;
        height: 28px;
        bottom: -2px;
        left: 0px;
        padding: 0;
        border-radius: 50%;
    }

    .phone-footer:before {
        content: "\f095";
        font-family: FontAwesome;
        text-align: center;
        font-size: 28px;
        line-height: 28px;
        color: #50ac3a;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .phone-footer:before {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-timing-function: ease-out;
        -webkit-animation-name: dong;
        animation-name: dong;
    }

    .phone-footer:hover:before {
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
    }

    .phone-footer:after {
        content: '';
        opacity: 0;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-delay: 75ms;
        animation-delay: 75ms;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-timing-function: ease-out;
        -webkit-animation-name: sonarEffect;
        animation-name: sonarEffect;
    }

    .phone-footer:after {
        -webkit-filter: brightness(120%);
        filter: brightness(120%);
    }

    .phone-footer:before {
        color: #fff;
    }

    /* #masthead .menu-other > li.contact-block > a.phone {
         padding-left: 40px;
     }
     #masthead .menu-other > li.contact-block > a.phone:after,
     #masthead .menu-other > li.contact-block > a.phone:before {
         position: absolute;
         width: 38px;
         height: 38px;
         bottom: 6px;
         left: -10px;
         padding: 0;
         border-radius: 50%;
     }
     #masthead .menu-other > li.contact-block > a.phone:before {
         content: "\f095";
         font-family: FontAwesome;
         text-align: center;
         font-size: 38px;
         line-height: 38px;
         bottom: 4px;
         color: #50ac3a;
         -webkit-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
         transition: all 0.3s ease;
     }
     #masthead .menu-other > li.contact-block > a.phone:before {
         -webkit-animation-delay: 5s;
         animation-delay: 5s;
         -webkit-animation-iteration-count: infinite;
         animation-iteration-count: infinite;
         -webkit-animation-duration: 5s;
         animation-duration: 5s;
         -webkit-animation-timing-function: ease-out;
         -webkit-animation-name: dong;
         animation-name: dong;
     }
     #masthead .menu-other > li.contact-block:hover > a.phone:before {
         -webkit-animation-duration: 3s;
         animation-duration: 3s;
     }
     #masthead .menu-other > li.contact-block > a.phone:after {
         content: '';
         opacity: 0;
         -webkit-transform: scale(0.9);
         -ms-transform: scale(0.9);
         transform: scale(0.9);
         -webkit-animation-iteration-count: infinite;
         animation-iteration-count: infinite;
         -webkit-animation-delay: 75ms;
         animation-delay: 75ms;
         -webkit-animation-duration: 2s;
         animation-duration: 2s;
         -webkit-animation-timing-function: ease-out;
         -webkit-animation-name: sonarEffect;
         animation-name: sonarEffect;
     }
 */

}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(12, 111, 11, 0.2), 0 0 10px 10px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(12, 111, 11, 0.2);
        box-shadow: 0 0 0 2px rgba(12, 111, 11, 0.2), 0 0 10px 10px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(12, 111, 11, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(12, 111, 11, 0.2), 0 0 10px 10px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(12, 111, 11, 0.2);
        box-shadow: 0 0 0 2px rgba(12, 111, 11, 0.2), 0 0 10px 10px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(12, 111, 11, 0.2);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(12, 111, 11, 0.2), 0 0 10px 10px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(12, 111, 11, 0.2);
        box-shadow: 0 0 0 2px rgba(12, 111, 11, 0.2), 0 0 10px 10px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(12, 111, 11, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(12, 111, 11, 0.2), 0 0 10px 10px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(12, 111, 11, 0.2);
        box-shadow: 0 0 0 2px rgba(12, 111, 11, 0.2), 0 0 10px 10px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(12, 111, 11, 0.2);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes dong {
    0% {
        -webkit-transform: rotateZ(0deg) scale(1);
        transform: rotateZ(0deg) scale(1);
    }
    2% {
        -webkit-transform: rotateZ(-10deg) scale(1.2);
        transform: rotateZ(-10deg) scale(1.2);
    }
    4% {
        -webkit-transform: rotateZ(10deg) scale(1.2);
        transform: rotateZ(10deg) scale(1.2);
    }
    6% {
        -webkit-transform: rotateZ(-10deg) scale(1);
        transform: rotateZ(-10deg) scale(1);
    }
    8% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }
    10% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
    12% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }
    14% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
    16% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }
    18% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
    20% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

}

@keyframes dong {
    0% {
        -webkit-transform: rotateZ(0deg) scale(1);
        transform: rotateZ(0deg) scale(1);
    }
    2% {
        -webkit-transform: rotateZ(-10deg) scale(1.2);
        transform: rotateZ(-10deg) scale(1.2);
    }
    4% {
        -webkit-transform: rotateZ(10deg) scale(1.2);
        transform: rotateZ(10deg) scale(1.2);
    }
    6% {
        -webkit-transform: rotateZ(-10deg) scale(1);
        transform: rotateZ(-10deg) scale(1);
    }
    8% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }
    10% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
    12% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }
    14% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
    16% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }
    18% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
    20% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

}

#masthead .menu-other > li > a.top-info {
    margin-top: 18px;
    padding: 0; /*8px;*/
}

#masthead .menu-other > li > a.top-info .icon {
    font-size: 20px;
    display: inline-block;
    height: 55px;
    -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: background 0.2s, -webkit-transform ease-out 0.1s;
    -o-transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #0c6f0b;
}

#masthead .menu-other > li > a.top-info .icon img {
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    max-width: none;
}

#masthead .menu-other > li.top-block-info {
    line-height: 20px !important;
    /* float: right; */
    padding: 0 5px;
    min-width: 60px;
    box-sizing: border-box;
}

#masthead .menu-other > li.top-block-info > .top-block-info-wrap {
    line-height: 20px !important;
    min-width: 200px;
}

#masthead .menu-other > li .submenu {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#masthead .menu-other > li .submenu.user {
    width: 200px;
}

/*.woocommerce .product .images .slider {
    display: none;
}*/
.woocommerce .product .images {
    padding-bottom: 80%;
    min-height: 420px;
    position: relative;
    overflow: hidden;
}

.woocommerce .product .images .images-sld {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.woocommerce .product .images .slider.visible {
    display: block;
}

.woocommerce .product .images .slider .image-wrap {
    position: relative;
}

.woocommerce .product .images .slider .image-wrap a {
    display: block;
}

.woocommerce .product .images .slider .image-wrap a img {
    display: block;
    width: 100%;
}

@media (max-width: 768px) {
    .woocommerce .product .images .slider .image-wrap a {
        pointer-events: none;
    }
}

/*.woocommerce .product .images .slider:after{
    position:relative;
    display: block;
    left:0;
    top:0;
    content:'';
    width:100%;
    height:0;
    padding-bottom:75%;
    pointer-events: none;
    z-index: -1;
}*/
.one-zakaz {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.7s linear 0s;
    -o-transition: all 0.7s linear 0s;
    transition: all 0.7s linear 0s;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0 10px;
}

.zakaz-header {
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
}

.zakaz-line {
    display: inline-block;
}

.zakaz-id {
    width: 50%;
}

.zakaz-status {
    width: 25%;
}

.one-zakaz.zakaz-show {
    max-height: 1000px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 5px;

}

.zakaz-table td {
    padding: 3px;
}

.zakaz-table img {
    vertical-align: middle;
    margin-right: 5px;
}

.zakaz-itogo {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
}

.zakaz-green {
    /*color: #0c6f0b;*/
}

.empty-basket {
    margin-bottom: 20px;
}

.addr-form .mfp-ajax-holder .mfp-content {
    width: 100%;
    max-width: 400px;
}

.popup-form .mfp-ajax-holder .mfp-content {
    width: auto;
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}

.form-addr {
    padding: 20px;
    background: white;
    text-align: center;
}

.one-addr-field {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.one-addr-field input, .one-addr-field textarea {
    width: 100%;
    color: #555555;
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 9.5px;
    padding: 4px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.addr-header {
    font-size: 26px;
    font-weight: bold;
    line-height: 42px;
    color: #333;
}

.popup-form {
    text-align: center;
}

.popup-form.mfp-bg {
    background: none;
}

.popup-form .mfp-s-ready .mfp-content {
    padding: 20px;
    background: white;

}

.popup-form.linked .mfp-s-ready .mfp-content {
    padding: 0;
}

.popup-form.linked .mfp-s-ready .mfp-content img {
    vertical-align: top;
}

.popup-form.linked .mfp-content {
    max-width: 1000px;
    width: auto;
}

.popup-form.linked .mfp-content img {
    max-width: 700px;
}

.popup-form.linked .mfp-content .rotation-item {
    float: none;
    margin: 0 50px;
}

.popup-form .mfp-content {
    max-width: 300px;
    width: 86% !important;
    background-color: #fff !important;
}

.popup-form .h1.product_title {
    margin: 5px 0;
}

.woocommerce .popup-form .product .images .slider {
    background-color: #eee !important;
}

.woocommerce .popup-form .product {
    margin: 0;
}

.woocommerce .popup-form .product .variations_form.cart {
    padding: 4px 0 2px;
}

.mfp-inline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

/* styles */

#loadwnd {
    pointer-events: none;
    opacity: 0;
}

.wrapper-loadwnd {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    -webkit-transition: all 0.1s linear 0s;
    -o-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}

.wndLoading {
    padding-top: 0;
    font-size: 40px;
    color: #fff;
    position: relative;
    top: 50%;
    width: 100%;
    text-align: center;
    /*background: white;
    border: 1px solid gray;*/
}

.btn-primary {
    color: #fff !important;
    background-color: #3383b0;
    border-color: #1c7ba6
}

.btn-primary:hover {
    color: #fff;
    background-color: #17546f;
    border-color: #2790cb
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(50, 95, 122, 0.5);
    box-shadow: 0 0 0 .2rem rgba(29, 85, 123, 0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7494a7;
    border-color: #7793a7
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #117ca8;
    border-color: #095b85
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(16, 83, 123, 0.5);
    box-shadow: 0 0 0 .2rem rgba(12, 84, 123, 0.5);
}

.no-radius {
    border-radius: 0 !important;
}

.btn-xs {
    padding: 4px 12px;
    font-size: 16px;
}

.btn-sm {
    padding: 8px 20px;
}

.btn-md {
    padding: 12px 26px;
}

.ua-check + label {
    color: #222;
}

.prices-fixed {
    position: relative;
    padding: 0 15px;
    /*bottom: 0;*/
    /*left: calc(50% - 560px);*/
    width: 100%;

    /*z-index: 1001;*/
}

.prices-fixed-wrap {
    padding: 20px 30px;
    border: 3px solid #0a8dc2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #222;
    background: #fff;
}

.prices-fixed .offer {
    width: 100%;
}

.prices-fixed.relative {
    position: relative;
    z-index: 4;
}

.prices-fixed .one-line {
    margin: 10px 0;
    font-weight: bold;
    font-size: 22px;
    z-index: 1;
}

.prices-fixed .one-line.centered {
    text-align: center;
}

.prices-fixed .one-line.bordered {
    padding: 5px;
    border: 2px solid #0a8dc2;
}

.prices-fixed .one-line.colored {
    color: #0a8dc2;
}

.prices-fixed .one-line span {
    float: right;
    margin-left: 10px;
    color: #0a8dc2;
}

.prices-fixed .one-line span.special {
    float: none;
    margin-left: 0;
}

.prices-fixed .skid-percent {
    display: inline-block;
}

.prices-fixed .one-line.empty {
    width: 100%;
    margin: 0;
}

.prices-fixed .one-line.empty2 {
    width: 1px;
    margin: 0;
}

.prices-fixed .one-line.dozak {
    position: absolute;
    top: -52px;
    left: calc(50% - 91px);
    background: #50ac3a;
    -webkit-box-shadow: 0 0 7px 0 #000;
    box-shadow: 0 0 7px 0 #000;
    margin: 0;
    padding: 22px 30px 10px;
    color: #fff;
    border-top-left-radius: 91px;
    border-top-right-radius: 91px;
    width: 182px;
    height: 91px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}

.prices-fixed .one-line.dozak:hover {
    background: #0a8dc2;
}

.prices-fixed .one-line.dozak:after {
    content: '';
    display: block;
    background: #fff;
    height: 45px;
    margin: 9px -40px 0;
}

.btn.btn-more.btn-want-more {
    margin-top: 10px;
    font-size: 16px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.btn.btn-more.btn-want-more:hover, .btn.btn-more.btn-want-more:focus {
    background: #50ac3a;
}

.btn.btn-sushi {
    background-color: #50ac3a;
    border-color: #0a8dc2;
    color: #ffffff;
}

.btn.btn-sushi:hover, .btn.btn-sushi:focus {
    background: #50ac3a;
    border-color: #0a8dc2;
}

.btn.btn-basket {
    font-size: 18px;
    line-height: 23px;
    background-color: #50ac3a;
    border-color: #0a8dc2;
    color: #ffffff;
    margin: 0px;
}

.btn.btn-basket:hover, .btn.btn-basket:focus {
    background: #50ac3a;
    border-color: #0a8dc2;
}

.btn.btn-wider {
    /*padding-left: 35px;
    padding-right: 35px;*/
}

.btn.btn-more:hover {
    color: #fff;
}

.parent-opis {
    margin-left: 19px;
}

a.btn-panel.btn-price.active:after {
    content: "Ã—";
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;
    margin-right: -5px;
    vertical-align: -3px;
}

.filter.active:after {
    content: "Ã—";
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;
    margin-right: -5px;
    vertical-align: -3px;
}

.tovar-item.tag-hidden {
    display: none;
}

.address-block {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 320px;
}

.repeat-block {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.auth-wrapper > table {
    display: inline-block;
}

.persist-addr {
    color: #7a7a7a;
    margin: 0 0 10px 31px;
}

.reg-timer {
    font-size: 12px;
    left: 420px;
    position: absolute;
    top: 38px;
    width: 100%;
}

.reg-timer.disabled {
    opacity: 0.7;
}

.reg-code {
    position: relative;
}

.basket-icon {
    display: inline-block;
    /* margin-right: 25px;*/
}

.basket-icon .bicon {
    width: 30px;
    height: 30px;
    /*border:1px solid #ccc;*/
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.basket-icon .bicon-amount {
    /*border:1px solid #ccc;*/
}

.margin-bot {
    margin-bottom: 10px;
}

.tovar-min-max-in-bask {
    display: inline-block;
    border: solid 1px #000;
    height: 29px;
    width: 85px;
    line-height: normal;
    float: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

}

.tovar-min-max-in-bask span {
    display: inline-block;
    height: 29px;
    float: left;
    font-size: 20px;
    line-height: 29px;
    width: 27px;
    text-align: center;
    color: #000;
}

.tovar-min-max-in-bask img {
    cursor: pointer;
    margin-left: 3px;
    margin-top: 3px;

}

.tovar-min-max-in-person {
    display: inline-block;
    border: solid 1px #939393;
    height: 29px;
    width: 85px;
    line-height: normal;
    float: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;

}

.tovar-min-max-in-person span {
    display: inline-block;
    height: 29px;
    float: left;
    line-height: 29px;
    width: 27px;
    text-align: center;
}

.tovar-min-max-in-person.tmm .img {
    cursor: pointer;
    margin-left: 3px;
    margin-top: 5px;
}

.tovar-min-max-in-add {
    display: inline-block;
    border: solid 1px #939393;
    height: 29px;
    width: 85px;
    line-height: normal;
    float: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 58px;
    margin-right: 23px;

}

.tovar-min-max-in-add span {
    display: inline-block;
    height: 29px;
    float: left;
    font-size: 20px;
    color: #000;
    line-height: 29px;
    width: 27px;
    text-align: center;
}

.tovar-min-max-in-add img {
    cursor: pointer;
    margin-left: 3px;
    margin-top: 3px;

}

.table.table-items > thead > tr > th {
    border-bottom: 2px solid #0a8dc2;
}

.bask-price {
    color: #939393;
}

.bask-totals, .persons {
    color: #34353e;
    /*border: 1px solid #e0e0e0;*/
    background: #fff; /*#f9f9f9;*/
    border-top: 2px solid #0a8dc2;
    padding: 10px 0;
    position: relative;
}

.bask-totals .info-block {
    display: inline-block;

    vertical-align: top;
}

.bask-totals .fa {
    font-size: 48px;
    margin-right: 10px;
    vertical-align: top;
}

.bask-totals .bt-text {
    display: inline-block;
    /*max-width:100px;*/
}

.bask-totals .bt-title {
    font-weight: bold;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.bask-totals .bt-value {
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
}

.bask-totals .info-block.total {

}

.bask-totals .info-block.total .bt-text {
    max-width: 200px;
}

.special-offers {
    width: 100%;
    /*border-radius:35px;
    border:2px solid #0a8dc2;*/
    padding: 20px;
    text-align: center;
}

.special-offers-wrap:after {
    display: block;
    clear: both;
    content: ' ';
}

.special-offers-wrap {
    margin: 0 auto;
    width: 840px;
    text-align: left;
}

.special-offers-wrap .rotation-item, .additions-wrap .rotation-item {
    float: none;
}

.additions-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.so-title {
    margin: 0 auto;
    color: #000;
}

.persons:after {
    display: block;
    clear: both;
    content: ' ';
}

.persons .persons-inner {
    display: block;
    vertical-align: top;
    text-align: left;
}

.persons > img {
    display: inline-block;
    /*margin-right:20px;*/
    float: left;
}

.persons .persons-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px;
    text-align: left;
}

.additions-header {
    text-align: center;
    margin-top: 10px;
    color: #000;

}

.addition-title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
}

.additions-wrap, .special-offers-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bt-title.purple {

}

.preview-img {
    display: inline-block;
    float: right;
    width: 200px;
    overflow: hidden;
}

.mfp-content .preview-img {
    width: 160px;
}

.preview-wrap {
    width: 300px;
    position: relative;
}

.preview-wrap:after {
    display: block;
    position: absolute;
    top: 0;
    content: '';
    pointer-events: none;
    left: 130px;
    width: 70px;
    height: 155px;
    background: #ffffff; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */

}

.preview-one-img {
    float: left;
    display: inline-block;
    margin-top: 15px;
    margin-right: 10px;
}

.preview-one-img img {
    width: 130px;
    border: 4px solid #ccc;
}

.bask-totals .fa.delivery-comment {
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    cursor: pointer;
    margin-left: 5px;
    font-size: 26px;
    color: #0a8dc2;
}

.purple-t {
    color: #0a8dc2;
}

.bask-totals .fa.delivery-comment:hover {
    color: #34353e;
}

.delivery-comment span {
    display: none;
}

.additions-wrap {
    border: 3px solid #0a8dc2;
    border-radius: 20px;
    margin-top: 10px;
    padding: 20px;
    position: relative;
}

.additions-wrap:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 56px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0d7';
    color: #0a8dc2;
    position: absolute;
    height: 30px;
    bottom: -10px;
    left: calc(50% - 16px);
}

.special-offers .rotation-item-price {
    text-align: center;
}

.btn-rotation-more {
    cursor: pointer;
}

.rotation-item .add-price {
    min-height: 20px;
    text-align: center;
    clear: both;
}

.total-additions {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.promotions {
    color: #000;
    margin-bottom: 20px;
}

.contact-info {
    color: #000;
    /*border: 1px solid #e0e0e0;*/
    background: #fff; /*#f9f9f9;*/
    border-top: 2px solid #0a8dc2;
    /*padding: 20px;*/
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.info-delivery {
    clear: both;
    color: #000;
    background: #fff; /* #f9f9f9;*/
    display: block;
    position: relative;

}

.contact-main {
    text-align: center;
}

.contact-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 8px;
    text-align: left;
}

.contact-phone {
    font-size: 18px;
    text-align: left;
    display: block;
    line-height: 46px;
}

.contact-phone input {
    height: 27px;
    font-size: 18px;
    padding: 8px 12px;
    margin: 0 !important;
}

.bask-address-block input {
    font-size: 18px;
    padding: 6px 12px;
    margin: 0 !important;
    width: 100%;
}

.contact-phone .field-name {
    /*display: inline-block;
    width: 100px;*/
    line-height: 26px;
}

.contact-phone .line, .contact-phone .send-code {
    margin-top: 5px;
}

.contact-phone .send-code {
    text-align: center;
}

.contact-phone .send-code a {
    cursor: pointer;
}

.contact-phone input {
    margin: 0 0 0 10px;
}

.one-address {
    display: inline-block;
    max-width: 700px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.one-address.basket-address {
    padding-left: 45px;
    position: relative;
}

.one-address.basket-address:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10c';
    color: #333;
    position: absolute;
    top: 5px;
    left: 10px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.one-address.basket-address:hover:before {
    color: #0c6f0b;
}

.one-address.basket-address.active:before {
    content: '\f192';
}

.addr-addr {
    display: inline-block;
}

.addr-control {
    display: inline-block;
    float: right;
    font-size: 20px;
    line-height: 16px;
}

.addr-but {
    margin-left: 5px;
}

.ui-autocomplete {
    z-index: 10000 !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete-loading {
    /*background: white url("/media/css/jquery-ui/images/ui-anim_basic_16x16.gif") right center no-repeat;*/
}

form[name="forma_perer_price"] {
    /*margin-bottom: 60px;*/
}

#reg_form, #log_form {
    margin-bottom: 20px;
}

.contact-phone .auth-info {
    /*margin-left: 20px;*/
    display: inline-block;
}

.ua-check-wrap {
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0;
}

.bt-logout {
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}

.basket-timer {
    margin-top: 10px;
    text-align: center;
}

.basket-timer .reg-timer {
    position: inherit;
}

.delivery-block {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*max-width: 400px;*/
    margin: 0 auto;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 2px solid #0a8dc2;
}

.delivery-time-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
}

.payment-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.payment-types .payment-variant {
    min-height: 40px;
}

.delivery-time-option {
    width: 49%;
    vertical-align: top;
    padding-left: 55px;
    min-height: 60px;
    position: relative;
    font-weight: bold;
    text-align: left;
}

.delivery-block .delivery-option .delivery-time-block {
    display: none;
}

@media (max-width: 768px) {
    #masthead .menu-other > li > a.top-info {
        margin-top: 10px;
    }

    .payment-block {
        padding: 15px !important;
    }

    .payment-sum {
        margin: 0 !important;
    }

    .payment-sum:before {
        display: none;
    }

    .payment-types {
        display: block;
    }

    .payment-types > .col {
        width: 100% !important;
        margin-bottom: 10px;
        clear: both;
    }

    .delivery-block .delivery-option {
        /*width: 100% !important;*/
    }

    .delivery-block .delivery-option .main-part:before {
        font-size: 36px !important;
        top: 4px !important;
    }

    .delivery-block .delivery-option .delivery-title {
        /*margin-left: 36px;*/
    }

    .delivery-time-option {
        width: 100%;
        margin-bottom: 16px;
    }
}

.bask-address-block {
    width: 100%;
}

.comment-block {
    text-align: center;
    color: #000;
}

.send-block {
    text-align: center;
    margin-top: 20px;
}

.send-block a.btn-sushi {
    font-size: 24px;
    display: inline-block;
    position: relative;
    clear: both;
}

.send-block .checkbox {
    margin-right: 5px;
}

.submit-block {

}

.submit-block-wrap {
    color: #000;
    /* border: 1px solid #e0e0e0; */
    background: #fff;
    border-top: 2px solid #0a8dc2;
    /* padding: 20px; */
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.comment-block .comment-title {
    line-height: 1.55;
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 8px;
    text-align: left;
}

.comment-block textarea {
    max-width: 400px;
    height: 80px;
    resize: none;
}

.checkbox {
    display: inline-block !important;
}

.checkbox input {
    cursor: pointer;
}

.delivery-block .delivery-option.active .delivery-time-block {
    display: block;
}

.delivery-time-option:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10c';
    color: #333;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.delivery-time {
    width: 100% !important;
    padding: 6px 10px !important;
}

.delivery-time-option:hover:before {
    color: #0a8dc2;
}

.delivery-time-option.active:before {
    content: '\f192';
}

.delivery-block .delivery-option {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 1, 1, 0.29);
    box-shadow: 0 1px 3px 0 rgba(0, 1, 1, 0.29);
    width: 49%;
    min-height: 80px;
    padding: 0px;
    vertical-align: top;
    height: auto;
    cursor: pointer;
}

.delivery-block .delivery-option .main-part {
    text-align: left;
    position: relative;
    min-height: 54px;
}

.delivery-block .delivery-option .main-part:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 56px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f096';
    color: #0a8dc2;
    height: 30px;
    /*position: absolute;*/
    left: 7px;
    top: -7px;
    -webkit-transition: all 0.7s linear 0s;
    -o-transition: all 0.7s linear 0s;
    transition: all 0.7s linear 0s;
}

.delivery-block .delivery-option.active .main-part:after {
    content: '\f046';
}

.delivery-block .delivery-option .delivery-title {
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.delivery-block .delivery-option .delivery-title img {
    height: 72px;
    float: left;
}

.delivery-block .delivery-option .second-part {
    display: none;
}

.delivery-block .delivery-option.active .second-part {
    display: block;
}

.hr {
    margin-top: 10px;
    border-top: 2px solid #0a8dc2;
    display: block;
    height: 0;
}

.payment-block {
    margin-top: 0;
    color: #000;
    /* border: 1px solid #e0e0e0;*/
    background: #fff; /* #f9f9f9;*/

    padding: 0 15px;
}

.payment-block-wrap {
    margin-top: 10px;
    border-top: 2px solid #0a8dc2;
}

.payment-title {
    margin: 0 0 20px;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}

.payment-sum-parent {
    display: none;
}

.payment-sum {
    background-color: #0a8dc2;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    position: relative;
    text-align: left;
    margin-right: 50px;
    margin-top: -20px;
}

.payment-sum:before {
    border-color: transparent transparent transparent #0a8dc2;
    border-style: solid;
    border-width: 30px 0 30px 23px;
    content: "";
    height: 30px;
    position: absolute;
    right: -23px;
    top: 0;
    width: 0;

}

.payment-sum-text {
    font-size: 16px;
    text-align: left;
    margin-top: 5px;
}

.payment-variant {
    padding: 5px 0 5px 55px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    min-height: auto !important;
}

.payment-variant .selects, .payment-variant .need-change {
    display: none;
}

.payment-variant.active .selects, .payment-variant.active .need-change {
    display: block;
}

.comment-field textarea {
    border: 1px solid #888;
    padding: 10px;
}

.payment-variant:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10c';
    color: #0a8dc2;
    position: absolute;
    top: 0;
    left: 15px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.payment-variant:hover:before {
    color: #0a8dc2;
}

.payment-variant.active:before {
    content: '\f192';
}

.payment-sum.discount:before {
    border-width: 42px 0 42px 23px;
}

.disc-full {
    text-decoration: line-through;
}

.zakaz-green .discount {
    color: #0a8dc2;
    margin-left: 5px;
}

.payment-ps .discount {
    color: #0a8dc2;
}

.bt-value .discount {
    color: #0a8dc2;
}

.mt {
    margin-top: -10px;
}

.delivery-time-block {
    border-top: 2px solid #0a8dc2;
    padding: 0 10px;
}

.delivery-time-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.auth-hidden {
    display: none !important;
}

.file-list {
    display: block;
    position: relative;
    margin: 10px 0;
    padding: 0;
    list-style: none
}

.file-list:after {
    display: block;
    position: relative;
    clear: both;
    content: '';
}

.file-list li {
    display: inline-block;
    position: relative;
    margin: 5px 20px;
    padding: 5px 10px;
    list-style: none;
    line-height: 22px
}

/*.file-list li:before {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f1c1";
    color: #8f7851
}.file-list li:hover {
    background: #ead3ac
}.file-list li:hover:before {
    content: "\f019";
    color: #8f7851;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 1.5s;
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 1.5s
}*/

.file-list li:hover a {
    color: #fff
}

.file-list a {
    display: inline;
    color: #8f7851
}

.page-files {
    clear: both;

}

#mega-menu-wrap > ul#primary-menu {

}

#mega-menu-wrap > ul#primary-menu > li {
    margin: 0 8px;
}

#mega-menu-wrap2 > ul#primary-menu2 > li {
    margin: 0 8px;
}

@media (max-width: 992px) {
    #mega-menu-wrap > ul#primary-menu > li {
        line-height: 40px;
        margin: 0 4px;
    }
}

#mega-menu-wrap > ul#primary-menu > li > a {
    padding: 4px 8px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    line-height: 20px;
    display: inline-block;
    text-align: center;
}

#mega-menu-wrap2 > ul#primary-menu2 > li > a {
    padding: 4px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    line-height: 20px;
    display: inline-block;
    text-align: center;
}

@media (max-width: 1200px) {
    #mega-menu-wrap > ul#primary-menu > li {
        flex-grow: 0;
        margin: 0 2px;
    }

    #mega-menu-wrap > ul#primary-menu > li > a {
        padding: 4px 10px;
    }
}

@media (max-width: 768px) {

    #mega-menu-wrap > ul#primary-menu > li > a {
        font-size: 26px;
        margin: 3px 0;
    }
}

#mega-menu-wrap > ul#primary-menu > li.has-submenu:after {
    right: 8px;
    margin-top: 0;
}

#mega-menu-wrap2 > ul#primary-menu2 > li.has-submenu:after {
    right: 8px;
    margin-top: 0;
}

#mega-menu-wrap > ul#primary-menu > li:hover > a {

    border-color: #0a8dc2;
    color: #0a8dc2;
    text-decoration: none;
}

#mega-menu-wrap2 > ul#primary-menu2 > li:hover > a {

    border-color: #0a8dc2;
    color: #0a8dc2;
    text-decoration: none;
}

#masthead #site-navigation.main-nav .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

#masthead .phone-menu-bottom {

}

#masthead .phone-menu-bottom .contact {
    text-align: center;
}

#masthead .phone-menu-bottom .phone {
    font-size: 28px;
    color: #fff;
}

header#masthead.site-header .header-wrap .head-left {
    margin-left: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-cap {

}

@media (min-width: 1200px) {
    .header-cap.inner-cap {
        height: 120px;
    }
}

@media (max-width: 768px) {
    header#masthead.site-header .header-wrap .head-left {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    header#masthead.site-header .header-wrap .head-right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 5px;
    }
}

.hamburger-menu a {
    margin: 0 20px 0 20px;
}

.entry-content .container-fluid {
    padding: 0;
}

.cart_item td {
    padding: 10px 10px 10px 0;
}

.cart_item td.product-thumbnail {
    width: 120px;
}

.cart_item td.product-thumbnail img {
    width: 100%;
}

.inner-page-container .page-content {
    padding: 0;
}

.inner-page-container main#main.site-main {
    padding: 0;
}

@media (max-width: 1200px) {
    header#masthead.site-header .header-wrap .head-left {
        margin-left: 20px;
    }

    #masthead .menu-other > li > a {
        padding: 0 10px;
    }

    #masthead .menu-other > li.contact-block > a.phone {
        font-size: 20px;
    }

    .cart_item td {
        padding: 6px 6px 6px 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .cart_item td.product-thumbnail {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    header#masthead.site-header .header-wrap .head-left {
        margin-left: 10px;
        width: 42%;
    }
}

@media (max-width: 768px) {
    header#masthead.site-header .header-wrap {
        padding: 0;
    }

    header#masthead.site-header .header-wrap .head-left {
        margin-left: 0px;
    }

    #masthead .menu-other {
        /*float: right;*/
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    #masthead .menu-other > li > a {
        padding: 0 10px;
        margin-top: -4px;
    }

    #masthead .menu-other > li.contact-block {
        margin: 0 2px;
        float: left;
    }

    #masthead .menu-other > li.contact-block > a.phone {
        font-size: 16px;
    }

    #masthead .menu-other > li.cart_button {
        margin: 0 5px 0 5px;
        order: 3;
        /*float: right;*/
    }

    #masthead .menu-other > li.cart_button a {
        padding-left: 2px;
    }

    #masthead .menu-other > li > a.cart .cart-total {
        right: auto;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .hamburger-menu a {
        margin: 0 10px;
    }

}

.cart_item td.product-subtotal {

    white-space: nowrap;
}

@media (min-width: 577px) and (max-width: 768px) {
    .shop_table.cart tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .cart_item {
        width: 50%;
        padding: 10px;
    }

}

.delivery-block .delivery-option {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .cart_item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        padding-top: 0px;
        padding-bottom: 10px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .delivery-block {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }

    .cart_item td {
        display: block;
        position: relative;
        border: none !important;
        text-align: left;
    }

    .cart_item td.product-thumbnail {
        width: 55%;
        order: 0
    }

    .cart_item td.product-name {
        width: 100%;
        order: 3;
        padding: 0;
    }

    .shop_table {
        margin: 0;
    }

    .basket-icon .price-value {
        font-size: 30px;
    }

    .bt-title {
        width: 100px;
    }

    .cart_item td.product-price {
        width: 100%;
        padding: 0;
        order: 4;
    }

    .cart_item td.product-quantity {
        text-align: center;
        width: 45%;
        order: 1;
    }

    .cart_item .woo-quantity input, .woo-quantity.persons- input {
        display: inline-block;
        float: none !important;
    }

    .cart_item .woo-quantity .add-btn, .cart_item .woo-quantity .minus, .woo-quantity.persons- .plus, .woo-quantity.persons- .minus {
        display: inline-block;
        float: none !important;
    }

    .cart_item .woo-quantity .add-btn, .woo-quantity.persons- .add-btn {
        top: -2px;
    }

    .woo-quantity .amount-count {
        float: none;
    }

    .contact-info {
        border-top: 0;
    }

    .cart-collaterals {
        margin-top: 10px;
    }

    .cart_item td.product-subtotal {
        width: 50%;
    }

    .basket-icon .product-price {
        display: inline-block;
    }

    .cart_item .basket-icon.total-price {
        margin-top: 5px;
    }

    .cart_item .basket-icon.total-price:before {
        content: 'Сумма:  ';
        display: inline-block;
        margin-right: 10px;
        line-height: 26px;
        color: #333;
    }

    .persons-title, .persons-, .dalee- {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    .cart_item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        /*padding-top: 20px;
        padding-bottom: 20px;*/
    }

    .cart_item td {
        display: block;
        position: relative;
        border: none !important;
        text-align: left;
    }

    /*.cart_item td.product-thumbnail {
        display: block;
        width: 100%;
        /*float: left;
    }

    .cart_item td.product-name {
        float: right;
        width: 100%;
    }

    .cart_item td.product-price {
        width: 100%;
        float: left;
    }

    .cart_item td.product-quantity {
        width: 50%;
        float: left;
    }

    .cart_item td.product-subtotal {
        width: 50%;
        float: left;
    }*/
    .cart_item td.product-subtotal:before {
        content: 'Сумма:  ';
        display: inline-block;
        margin-right: 10px;
        color: #333;
    }
}

.page-conten-block {
    word-break: break-word;
}

@media (max-width: 576px) {
    .page-content-heading {
        padding: 0;
    }

    .page-content-heading h1 {
        font-size: 24px;
    }

    .entry-content .container-fluid ul.woo-products li {
        padding: 0;
    }
}

@media (max-width: 480px) {
    #masthead .menu-other > li.top-block-info {
        /* display: none;*/
    }
}

.main-bottom-banner {

}

.main-bottom-banner img {
    display: block;
    width: 100%;
}

.footer-logo {
    display: inline-block;
    padding-bottom: 30px;
    margin-bottom: 10px;

}

@media (max-width: 768px) {
    .footer-logo {
        padding-bottom: 0 !important;
    }
}

.footer-menu {

}

.footer-menu a {
    color: #fff;
    padding-right: 6px;
    margin-rigth: 6px;
    border-right: 1px solid #fff;
}

.footer-menu a:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-envelope {

    text-align: left !important;
    width: auto !important;
    padding: 0;
    display: inline-block !important;
    background: none !important;
}

.footer-envelope .fa {
    font-size: 36px !important;
    line-height: 36px !important;
}

.footer-envelope .icon {
    width: 42px;
    display: inline-block;
}

.footer-envelope span {
    display: inline-block;
    color: #fff !important;
    vertical-align: middle;
}

.footer-envelope .envtxt {
    display: inline-block;
    width: calc(100% - 48px);
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-align: left !important;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .footer-envelope {
        text-align: center !important;
    }

    .footer-envelope .envtxt {
        text-align: center !important;
        width: 100%;
    }
}

.backlink {
    display: inline-block;
    padding: 6px 12px;
    background: #0a8dc2;
    color: #fff;
    font-size: 16px;
    margin: 4px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.backlink:hover {
    background: #b4192e;
    color: #fff;
}

.news-more-box {
    padding: 0;
    margin: 0 15px 15px 0;
}

.news-date {
    color: #888;
    font-style: italic;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.news-im {
    display: block;
}

@media (max-width: 992px) {
    .news-more-box {
        margin: 0;
    }
}

.order-title h3 {
    text-align: center;
    font-size: 30px;
    color: #131313;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;

}

.order-title {
    text-align: center;
    font-size: 30px;
    color: #131313;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    font-family: Arial, Helvetica, sans-serif;

}

.order-box {
    border: solid 1px #CCC;
    text-align: center;
    padding-top: 26px;
    display: table;
    margin: auto;
    margin-bottom: 30px;

}

.order-box-title h4 {
    text-align: center;
    font-size: 21px;
    color: #131313;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;

}

.order-box-title h5 {
    text-align: center;
    font-size: 14px;
    color: #4b4b4a;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 15px 0;
    font-family: Arial, Helvetica, sans-serif;

}

.order-box-title {
    text-align: center;
    font-size: 21px;
    color: #131313;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;

}

.order-box-txt {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 26px;
}

.order-box-icon {
    padding: 0 45px;
    padding-bottom: 26px;

}

.order-box-icon-item {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: auto 10px;

}

.popup-city {
    min-width: 300px;
    text-align: center;
}

.norebro-text-sc, .norebro-text-sc * {
    color: #222;
}

.list-item .boxed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}

.list-item .content {
    color: #222;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-item footer {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.list-item .content h3 {
    min-height: 70px;
}

.list-items-wrap {

}

#popup_phone {
    bottom: 50px;
    left: 50px;
    position: fixed;
    z-index: 999;
    display: block;
    width: 0px;
    height: 0px;
    outline: none;

}

#popup_phone.pp_hidden {
    left: 20px;
    bottom: 20px;
    transition: all 1.3s ease;
}

#popup_phone.pp_hidden:hover {
    bottom: 50px;
    left: 50px;
    transition: all 0.3s ease;
}

#popup_phone .img-circle {
    background-color: #0a8dc2;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    display: block;
}

#popup_phone .circlephone {
    display: block;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #0a8dc2;
    width: 144px;
    height: 144px;
    top: -72px;
    left: -72px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: pp_circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: pp_circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: pp_circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: pp_circle-anim 2.4s infinite ease-in-out !important;
    animation: pp_circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

#popup_phone .circle-fill {
    display: block;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #0a8dc2;
    width: 108px;
    height: 108px;
    top: -54px;
    left: -54px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: pp_circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: pp_circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: pp_circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: pp_circle-fill-anim 2.3s infinite ease-in-out;
    animation: pp_circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

#popup_phone .img-circle {
    display: block;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    top: -36px;
    left: -36px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

#popup_phone .img-circleblock {
    display: block;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(/theme/images/fixed_phone.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: pp_tossing;
    -webkit-animation-name: pp_tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

#popup_phone .img-circle:hover {
    opacity: 1;
}

@keyframes pp_pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pp_pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes pp_tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes pp_tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes pp_circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes pp_circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes pp_circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes pp_circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes pp_circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes pp_circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes pp_circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes pp_circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

.slider {
    width: auto;
    margin: 0 auto;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider:after {
    content: '';
    display: table;
    clear: both;
}

.slider .slider-wrap .wpb_content_element {
    margin: 0;
}

.slider .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

.slider .owl-stage {
    /*position: absolute;*/
}

.slider .owl-item {
    float: left;

}

.slider .image-wrap {
    display: none;

}

.slider .image-wrap:first-child {
    display: block;
}

.slider.visible.owl-loaded .image-wrap {
    display: block;
}

.slider .owl-nav div {
    margin-top: -30px;
    top: 50%;
    z-index: 4;
    opacity: 0;
}

.slider .owl-nav div.disabled {
    opacity: .7;
    cursor: default;
}

.slider .owl-prev {
    left: 0px;
}

.slider .owl-nav .owl-next {
    right: 0px;
}

.slider .owl-dots {
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.slider .owl-dots.slider-vertical-numbers, .slider .owl-dots.slider-vertical-dots {
    width: auto;
}

.slider .owl-dot {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid transparent;
    display: inline-block;
    position: relative;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: opacity, border-color;
    transition-property: opacity, border-color;
    color: #404044;
}

.slider .owl-dot:after {
    background: currentColor;
    content: '';
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: -2px 0 0 -2px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.slider .owl-dot:hover {
    opacity: .6;
}

.slider .owl-dot:hover, .slider .owl-dot.active {
    border-color: currentColor;
}

.slider .owl-dot.brand {
    color: #0a8dc2;
}

.slider.with-dots .owl-nav div {
    margin-top: -70px;
}

.slider.with-dots .owl-dots {
    margin-top: 40px;
}

.slider.without-nav .slider-nav {
    display: none;
}

@media screen and (max-width: 768px) {
    .slider {
        padding: 0;
        width: auto;
        margin: 0;
    }

    .slider .owl-nav .owl-prev {
        left: 20px !important;
    }

    .slider .owl-nav .owl-next {
        right: 20px !important;
    }

    .slider.with-dots .owl-dots {
        margin-top: 20px;
    }
}

.slider-wrap {
    position: relative;
}

.slider.norebro-slider {
    padding: 0 80px;
}

.slider.norebro-slider.full-height {
    height: 100%;
}

.slider.norebro-slider.full-height.with-dots {
    height: -webkit-calc(100% - 120px);
    height: calc(100% - 120px);
}

.slider.norebro-slider.full-height .owl-stage-outer, .slider.norebro-slider.full-height .owl-stage, .slider.norebro-slider.full-height .owl-item,
.slider.norebro-slider.full-height .portfolio-item-wrap {
    height: 100%;
}

.slider.norebro-slider.without-nav {
    padding: 0;
}

.slider.norebro-slider.without-nav .owl-nav,
.slider.norebro-slider.without-nav .slider-nav {
    display: none;
}

@media screen and (min-width: 769px) {
    .slider.norebro-slider.nav-offset {
        padding: 0;
        width: auto;
        margin: 0 -15px;
    }

    .slider.norebro-slider.nav-offset .owl-prev {
        left: -80px;
    }

    .slider.norebro-slider.nav-offset .owl-nav .owl-next {
        right: -80px;
    }

    .slider.norebro-slider.nav-inset {
        padding: 0;
        width: auto;
        margin: 0 -15px;
    }

    .slider.norebro-slider.nav-inset .owl-prev {
        left: 50px;
    }

    .slider.norebro-slider.nav-inset .owl-nav .owl-next {
        right: 50px;
    }

    .slider.norebro-slider.slider-offset {
        width: auto;
        padding: 0;
        margin: 0 -70%;
        position: static;
    }

    .slider.norebro-slider.slider-offset .owl-nav div {
        left: 50%;
    }

    .slider.norebro-slider.slider-offset.slider-opacity .owl-item {
        opacity: .5;
        -webkit-transition: opacity .1s ease-in-out;
        transition: opacity .1s ease-in-out;
    }

    .slider.norebro-slider.slider-offset.slider-opacity .owl-item.offset-active {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .slider.norebro-slider {
        padding: 0;
    }

    .slider.norebro-slider.slider-offset {
        margin: 0 !important;
    }

    .slider.norebro-slider.slider-offset .owl-item {
        padding: 0 0px !important;
    }

    .slider.norebro-slider .slider-nav {
        display: none;
    }
}

.slider-nav > div {
    background: rgba(30, 30, 30, 0.7);
    color: #fff;
    width: 50px;
    height: 50px;
    border: none;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 54px;
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    cursor: pointer;
}

.slider-nav > div span {
    font-size: 28px;
}

.slider-nav > div:hover {
    opacity: .8;
}

.slider-vertical-numbers,
.slider-vertical-dots {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    counter-reset: onepage;
}

.slider-vertical-numbers li, .slider-vertical-numbers > div, .slider-vertical-numbers > .owl-dot,
.slider-vertical-dots li,
.slider-vertical-dots > div,
.slider-vertical-dots > .owl-dot {
    background: transparent;
    width: auto;
    height: auto;
    padding: 3px 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    -webkit-transform: scale(0.69) rotate(0.25deg);
    -ms-transform: scale(0.69) rotate(0.25deg);
    transform: scale(0.69) rotate(0.25deg);
    opacity: .8;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: opacity, color, -webkit-transform;
    transition-property: opacity, color, -webkit-transform;
    transition-property: transform, opacity, color;
    transition-property: transform, opacity, color, -webkit-transform;
    counter-increment: onepage;
}

.slider-vertical-numbers li:after, .slider-vertical-numbers > div:after, .slider-vertical-numbers > .owl-dot:after,
.slider-vertical-dots li:after,
.slider-vertical-dots > div:after,
.slider-vertical-dots > .owl-dot:after {
    background: transparent;
    content: counter(onepage, decimal-leading-zero);
    position: static;
}

.slider-vertical-numbers li:before, .slider-vertical-numbers > div:before, .slider-vertical-numbers > .owl-dot:before,
.slider-vertical-dots li:before,
.slider-vertical-dots > div:before,
.slider-vertical-dots > .owl-dot:before {
    content: '';
    background: currentColor;
    width: 90%;
    height: 1px;
    position: absolute;
    bottom: 4px;
    left: 5%;
    display: none;
    opacity: 0;
}

.slider-vertical-numbers li.active, .slider-vertical-numbers li:hover, .slider-vertical-numbers > div.active, .slider-vertical-numbers > div:hover, .slider-vertical-numbers > .owl-dot.active, .slider-vertical-numbers > .owl-dot:hover,
.slider-vertical-dots li.active,
.slider-vertical-dots li:hover,
.slider-vertical-dots > div.active,
.slider-vertical-dots > div:hover,
.slider-vertical-dots > .owl-dot.active,
.slider-vertical-dots > .owl-dot:hover {
    background: none;
    width: auto;
    height: auto;
    border-color: transparent;
    cursor: pointer;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.slider-vertical-numbers li.active:before, .slider-vertical-numbers li:hover:before, .slider-vertical-numbers > div.active:before, .slider-vertical-numbers > div:hover:before, .slider-vertical-numbers > .owl-dot.active:before, .slider-vertical-numbers > .owl-dot:hover:before,
.slider-vertical-dots li.active:before,
.slider-vertical-dots li:hover:before,
.slider-vertical-dots > div.active:before,
.slider-vertical-dots > div:hover:before,
.slider-vertical-dots > .owl-dot.active:before,
.slider-vertical-dots > .owl-dot:hover:before {
    display: block;
    opacity: 1;
}

.slider-vertical-dots li, .slider-vertical-dots > div, .slider-vertical-dots > .owl-dot {
    color: #fff;
    background: transparent;
    width: 14px;
    height: 14px;
    margin: 5px 0;
    display: block;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid transparent;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
}

.slider-vertical-dots li:after, .slider-vertical-dots > div:after, .slider-vertical-dots > .owl-dot:after {
    content: '';
    background: currentColor;
    content: '';
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin: -2px 0 0 -2px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.slider-vertical-dots li:before, .slider-vertical-dots > div:before, .slider-vertical-dots > .owl-dot:before {
    content: none;
}

.slider-vertical-dots li:hover, .slider-vertical-dots li.active, .slider-vertical-dots > div:hover, .slider-vertical-dots > div.active, .slider-vertical-dots > .owl-dot:hover, .slider-vertical-dots > .owl-dot.active {
    border-color: currentColor;
    width: 14px;
    height: 14px;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

.mfp-inline-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.footer_brands-container {
    background-color: #eee;
    padding: 20px 0;
}

.brand-grid-cell {
    padding: 5px;
}

@media (min-width: 992px) {
    .brand-grid-cell.col-lg-1 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

.brand-grid-cell .image-banner__content {
    padding: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    transform: none;
}

.brand-grid-cell:hover .image-banner__content {
    opacity: 1;
}

.brand-grid-cell .image-banner__content .description {
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 2px #000;
}
.brand-grid-cell .image-banner{
    display:block;
    padding: 10px;
    font-size: 26px;
    background-color: #fff;
    padding-bottom:60%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.brand-grid-cell .image-banner:after {
    background-color: rgba(0, 0, 0, .6);
}

.brand-grid-cell .image-banner:focus:after, .brand-grid-cell .image-banner:hover:after {

}

.brands-grid{
    transition:all 0.3s ease;
    position:relative;
   margin-bottom: 20px;
}
.brands-grid .brand-grid-cell.hdn{
    display:none;
}
.brands-grid.all .brand-grid-cell.hdn{
    display:initial;
}
.brands-grid  .show_all_brands{
    position:absolute;
    left:50%;
    bottom:0;
    transform: translate(-50%,70%);
}
.footer_news-container {
    background-color: #fff;
    padding: 20px 0;
}
#products-list-page-wrapper{
    margin-bottom:70px;
}
#products-list-page-wrapper.end{
    margin-bottom:0px;
}
#products-list-page-wrapper:after {
    display: block;
     opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 32px);
    clear: both;
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font-size: 64px;
    transform-origin: center center;
    width: 64px;
    text-align: center;
    height: 64px;
    line-height: 64px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#products-list-page-wrapper.loading:after {
    opacity: 1;
}





.video-section {
    position: relative;
    text-align: center;
    padding: 0;/*90px 0px 40px;*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 340px;
    width:100%;
    margin-top:-1px;
}

.video-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.video-section h2 {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4em;
    padding-bottom: 15px;
}

.video-section .text {
    position: relative;
    color: #aaaaaa;
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 1.4em;
}

.video-section .play-btn {
    position: relative;
    color: #ff141f;
    font-size: 70px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 50px;
    display: inline-block;
}



.video-section .overground {
    display: block;
    width: 100%;
    position:absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding-bottom:56.4%;
}

.video-section .overground:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0.3;
    z-index: 10;
    background-image: -moz-linear-gradient(45deg, #666 25%, transparent 25%),
    -moz-linear-gradient(-45deg, #666 25%, transparent 25%),
    -moz-linear-gradient(45deg, transparent 75%, #666 75%),
    -moz-linear-gradient(-45deg, transparent 75%, #666 75%);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #666), color-stop(.25, transparent)),
    -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #666), color-stop(.25, transparent)),
    -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #666)),
    -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #666));
    background-image: -webkit-linear-gradient(45deg, #666 25%, transparent 25%),
    -webkit-linear-gradient(-45deg, #666 25%, transparent 25%),
    -webkit-linear-gradient(45deg, transparent 75%, #666 75%),
    -webkit-linear-gradient(-45deg, transparent 75%, #666 75%);
    background-image: -o-linear-gradient(45deg, #666 25%, transparent 25%),
    -o-linear-gradient(-45deg, #666 25%, transparent 25%),
    -o-linear-gradient(45deg, transparent 75%, #666 75%),
    -o-linear-gradient(-45deg, transparent 75%, #666 75%);
    background-image: linear-gradient(45deg, #666 25%, transparent 25%),
    linear-gradient(-45deg, #666 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #666 75%),
    linear-gradient(-45deg, transparent 75%, #666 75%);
    -moz-background-size: 2px 2px;
    background-size: 2px 2px;
    -webkit-background-size: 2px 2.1px;
    background-position: 0 0, 1px 0, 1px -3px, 0px 5px;
}

.video-section .overground #main_video_player {
    display: block;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}