/*@import url(normalize.min.css);
@import url(bootstrap.min.css);*/

* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif
}

button:active, button:focus, button:hover, button.form-control, button.navbar-toggler, input:active, input:focus, input:hover, input.form-control, input.navbar-toggler, textarea:active, textarea:focus, textarea:hover, textarea.form-control, textarea.navbar-toggler, select:active, select:focus, select:hover, select.form-control, select.navbar-toggler {
    outline: none !important
}

html, body {
    width: 100%;
    background-color: #fff
}
.noscroll { 
  overflow: hidden;
}
.slider-main .slick-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    width: 40px;
    z-index: 1;
    color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    cursor: pointer
}

.slider-main .slick-prev:before {
    content: "<";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff
}

.slider-main .slick-prev:hover {
    background: #000
    }

.slider-main .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    height: 40px;
    width: 40px;
    z-index: 1;
    color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    cursor: pointer
}

.slider-main .slick-next:before {
    content: ">";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff
}

.slider-main .slick-next:hover {
    background: #000
}

.slider-main .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider-main .slick-dots li {
    display: block;
    margin-right: 5px;
    height: 18px;
    width: 18px
}

.slider-main .slick-dots li:last-of-type {
    margin-right: 0
}

.slider-main .slick-dots li.slick-active button, .slider-main .slick-dots li:hover button {
    background: #000 !important
}

.slider-main .slick-dots button {
    background: #666 !important;
    border: 3px solid #e5e5e5 !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    height: 18px;
    width: 18px;
    color: rgba(0, 0, 0, 0)
}

.last-news {
    background: #92bb00;
    padding: 20px 0
}

.last-news .ln-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.last-news .ln-head h2 {
    color: #fff;
    font-size: 30px;
    font-family: inspiration, sans-serif
}

.last-news .ln-head .btn-link {
    background-color: #fff3e9;
    color: #333333;
    font-size: 12px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important
}

.last-news figure {
    display: block;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative
}

.last-news figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: 0
}

.last-news figure figcaption {
    background: #333;
    padding: 10px;
    position: absolute;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1
}

.last-news figure figcaption h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0
}

.last-news figure figcaption h3 a {
    color: #fff !important;
    text-decoration: none !important
}

.last-news figure:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.last-news figure:hover img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: -41px
}

.last-news figure:hover figcaption {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.shop-info-block {
    background: #fff3e9;
    padding: 20px 0;
    color: #555;
    font-size: 14px;
}
.shop-info-block ul, .shop-info-block ol { padding-left: 20px; }
.shop-info-block a {color: #e6734f;}
.shop-info-block h1 {
    font-size: 24px;
    color: #555;
}
.shop-info-block h2, .shop-info-block h3 {
    font-size: 20px;
    color: #555;
}

.slider-catalog-wrap {
    background: #fff3e9;
    padding: 0 0 20px
}

.slider-catalog-wrap hr {
    margin: 0 0 20px
}

.slider-catalog-wrap h2 {
    color: #555;
    font-size: 30px;
    font-weight: bold;
    font-family: inspiration, sans-serif;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.slider-catalog-wrap h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background: #555;
    content: ''
}

.slider-catalog-wrap .slider-catalog .sc-item {
    background: #fff;
    padding: 30px 20px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px;
    width: auto;
    position: relative
}

.slider-catalog-wrap .slider-catalog .sc-item .new-label {
    background: #fd383f;
    -webkit-border-radius: 10px 0px 10px 0;
    border-radius: 10px 0px 10px 0;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.slider-catalog-wrap .slider-catalog .sc-item .new-label svg {
    fill: #fff;
    height: 14px;
    width: auto;
    display: block;
    margin-right: 5px
}

.slider-catalog-wrap .slider-catalog .sc-item a {
    text-decoration: none !important;
    outline: none !important
}

.slider-catalog-wrap .slider-catalog .sc-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px
}

.slider-catalog-wrap .slider-catalog .sc-item .title {
    color: #4d4d4d;
    margin-bottom: 10px
}

.slider-catalog-wrap .slider-catalog .sc-item .code {
    color: #777;
    font-size: 13px
}

.slider-catalog-wrap .slider-catalog .sc-item .price-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.slider-catalog-wrap .slider-catalog .sc-item .price-btn .price {
    color: #9a3d00 !important;
    font-size: 20px;
    margin: 0;
    font-weight: bold
}

.slider-catalog-wrap .slider-catalog .sc-item .price-btn .price span {
    font-size: 14px
}

.slider-catalog-wrap .slider-catalog .sc-item .price-btn .btn-add-to-card {
    background: #e6734f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.slider-catalog-wrap .slider-catalog .sc-item .price-btn .btn-add-to-card svg {
    height: 16px;
    width: auto;
    fill: #fff;
    display: block;
    margin-right: 7px
}

.slider-catalog-wrap .slider-catalog .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 40px 0 0
}

.slider-catalog-wrap .slider-catalog .slick-dots li {
    margin-right: 5px
}

.slider-catalog-wrap .slider-catalog .slick-dots li:last-of-type {
    margin-right: 0
}

.slider-catalog-wrap .slider-catalog .slick-dots li.slick-active button, .slider-catalog-wrap .slider-catalog .slick-dots li:hover button {
    opacity: 1
}

.slider-catalog-wrap .slider-catalog .slick-dots li button {
    display: block;
    background: #869791;
    height: 12px;
    width: 12px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: .5
}

.slider-catalog-wrap .slider-catalog .slick-next {
    border: solid 2px #B4B4B4 !important;
    height: 35px;
    width: 35px;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -60px
}

.slider-catalog-wrap .slider-catalog .slick-next:before {
    content: '>';
    color: #B4B4B4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-catalog-wrap .slider-catalog .slick-prev {
    border: solid 2px #B4B4B4 !important;
    height: 35px;
    width: 35px;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 45px;
    top: -60px
}

.slider-catalog-wrap .slider-catalog .slick-prev:before {
    content: '<';
    color: #B4B4B4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider-catalog-wrap .slider-catalog .slick-next:hover, .slider-catalog-wrap .slider-catalog .slick-prev:hover {
    border: solid 2px #000 !important
}

.slider-catalog-wrap .slider-catalog .slick-next:hover:before, .slider-catalog-wrap .slider-catalog .slick-prev:hover:before {
    color: #000
}

.container-hr {
    background: #fff3e9;
    padding-bottom: 40px
}

.container-hr hr {
    margin: 0
}

@media only screen and (max-width: 767px) {
    .last-news .ln-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .last-news .ln-head h2 {
        margin-bottom: 20px
    }

    .shop-info-block { }
    .shop-info-block h1,.shop-info-block h2,.shop-info-block h3 {  }

    .slider-catalog-wrap {
        padding-bottom: 95px
    }

    .slider-catalog-wrap .slider-catalog .slick-next {
        top: auto;
        bottom: -75px;
        right: auto;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        right: -webkit-calc(50% - 22.5px);
        right: calc(50% - 22.5px)
    }

    .slider-catalog-wrap .slider-catalog .slick-prev {
        top: auto;
        bottom: -75px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: -webkit-calc(50% - 22.5px);
        left: calc(50% - 22.5px)
    }
}

.catalog-wrap {
    background: #fff3e9;
    padding: 55px 0 40px
}

.catalog-wrap .price-filter h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-bottom: 0
}

.catalog-wrap .price-filter hr {
    margin-top: 12px;
    margin-bottom: 20px;
    border-top: solid 2px #000
}

.catalog-wrap .price-filter #slider-range {
    background: #d7d7d7;
    height: 5px;
    margin-bottom: 30px
}

.catalog-wrap .price-filter #slider-range .ui-slider-range {
    background: #9a3d00
}

.catalog-wrap .price-filter #slider-range .ui-slider-handle {
    border: solid 1px #ccc !important;
    background: #717171 !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 5px rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 5px rgba(255, 255, 255, 0.9) !important;
    outline: none !important;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    top: -.5em
}

.catalog-wrap .price-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.catalog-wrap .price-btn .amount {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    background: none !important;
    color: #000 !important;
    font-size: 12px;
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.catalog-wrap .price-btn .btn-filter {
    background: #3b1918;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 10px 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.catalog-wrap .price-btn .btn-filter:hover {
    background: #9a3d00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.catalog-wrap aside {
    background: #fff3e9;
    border: solid 1px #f9e2ce;
    padding: 8px
}

.catalog-wrap aside ul {
    background: #fff;
    list-style: none;
    margin-bottom: 0
}

.catalog-wrap aside ul li {
    border: 1px solid #f9e2ce;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold
}

.catalog-wrap aside ul li.active {
    background: #e6734f
}

.catalog-wrap aside ul li.active > a {
    color: #fff !important
}

.catalog-wrap aside ul li a {
    color: #9a3d00 !important
}


.catalog-wrap aside ul li.has-child .menu-item-arrow {
    display: block;
    float: right;
}
.catalog-wrap aside ul li.has-child .menu-item-arrow svg {
    width: 12px;
    height: 12px;
    margin-bottom: 5px;
    opacity: 0;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
    transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
}
.catalog-wrap aside ul li.has-child.active .menu-item-arrow svg {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.catalog-wrap aside ul li .sub-menu {
    height: 0;
    overflow: hidden;
}
.catalog-wrap aside ul li.active .sub-menu {
    height: auto;
}

.catalog-wrap .catalog-head-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-wrap .catalog-head-wrap select {
    text-transform: uppercase;
    background: #fff;
    font-size: 12px
}

.catalog-wrap .catalog-head-hr {
    border-top: solid 2px #ccc;
    margin-top: 8px;
    margin-bottom: 40px
}

.catalog-wrap .catalog-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    font-size: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog-wrap .catalog-head .ch-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9a3d00 !important;
    text-decoration: none !important;
    font-size: 12px;
    margin: 0 7px
}

.catalog-wrap .catalog-head .ch-item:first-of-type {
    margin-left: 0
}

.catalog-wrap .catalog-head .ch-item:last-of-type {
    margin-right: 0
}

.catalog-wrap .catalog-head .ch-item svg {
    height: 15px;
    width: auto;
    display: block;
    margin-right: 5px
}

.catalog-wrap .catalog-table {
    border-bottom: solid 2px #ccc
}

.catalog-wrap .catalog-table .catalog-item {
    position: relative;
    display: block;
    text-decoration: none !important;
    margin-bottom: 30px
}

.catalog-wrap .catalog-table .catalog-item figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.catalog-wrap .catalog-table .catalog-item figure img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.catalog-wrap .catalog-table .catalog-item figure:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1
}

.catalog-wrap .catalog-table .catalog-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-shadow: 0 0 3px #000;
    width: 100%;
    padding: 15px;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    z-index: 2
}

.catalog-wrap .catalog-table .catalog-item:hover figure:before {
    opacity: .5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.catalog-wrap .catalog-table .catalog-item:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.catalog-wrap .catalog-table .catalog-cat-item {
    background: #fff;
    padding: 30px 20px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: auto;
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.catalog-wrap .catalog-table .catalog-cat-item .new-label {
    background: #fd383f;
    -webkit-border-radius: 10px 0px 10px 0;
    border-radius: 10px 0px 10px 0;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.catalog-wrap .catalog-table .catalog-cat-item .new-label svg {
    fill: #fff;
    height: 14px;
    width: auto;
    display: block;
    margin-right: 5px
}

.catalog-wrap .catalog-table .catalog-cat-item a {
    text-decoration: none !important;
    outline: none !important
}

.catalog-wrap .catalog-table .catalog-cat-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px
}

.catalog-wrap .catalog-table .catalog-cat-item .title {
    color: #4d4d4d;
    margin-bottom: 10px
}

.catalog-wrap .catalog-table .catalog-cat-item .code {
    color: #777;
    font-size: 13px
}

.catalog-wrap .catalog-table .catalog-cat-item .price-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-wrap .catalog-table .catalog-cat-item .price-btn .price {
    color: #9a3d00 !important;
    font-size: 20px;
    margin: 0;
    font-weight: bold
}

.catalog-wrap .catalog-table .catalog-cat-item .price-btn .price span {
    font-size: 14px
}

.catalog-wrap .catalog-table .catalog-cat-item .price-btn .btn-add-to-card {
    background: #e6734f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.catalog-wrap .catalog-table .catalog-cat-item .price-btn .btn-add-to-card svg {
    height: 16px;
    width: auto;
    fill: #fff;
    display: block;
    margin-right: 7px
}

.catalog-wrap .catalog-table .catalog-table-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #e5e5e5;
    margin-bottom: 30px
}

.catalog-wrap .catalog-table .catalog-table-pagination a {
    text-decoration: none !important;
    color: #555;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.catalog-wrap .catalog-table .catalog-table-pagination a:first-of-type {
    margin-left: 0
}

.catalog-wrap .catalog-table .catalog-table-pagination a:last-of-type {
    margin-right: 0
}

.catalog-wrap .catalog-table .catalog-table-pagination a:hover {
    background: #fff;
    color: #9a3d00;
    border: solid 1px #9a3d00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.catalog-wrap .catalog-table .catalog-table-pagination a:hover:last-of-type {
    background: none;
    border: none
}

.catalog-wrap .catalog-table .catalog-table-pagination a.active {
    background: #000 !important;
    color: #fff !important;
    cursor: default !important;
    border: none !important
}

.catalog-wrap .slider-catalog-wrap.new.product-page .sc-item {
    text-align: center
}

.catalog-wrap .slider-catalog-wrap.new.product-page .sc-item .price-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-wrap article {
    text-align: center
}

@media only screen and (max-width: 1024px) {
   body .catalog-wrap .col-lg-3 aside {
        display: none!important;
    }

    .catalog-table .catalog-cat-item {
        text-align: center
    }

    .catalog-table .catalog-cat-item .price-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width: 767px) {
    .catalog-wrap .catalog-head-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-wrap .catalog-head-wrap select {
        margin-top: 10px
    }
}

.page-product .catalog-wrap {
    padding-top: 10px
}

.page-product .catalog-wrap .catalog-head {
    margin-bottom: 40px
}

.page-product .catalog-wrap .product-part img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 40px
}

.page-product .catalog-wrap .product-part .sale-info h4 {
    text-transform: uppercase;
    color: #e6734f
}

.page-product .catalog-wrap .product-part .sale-info p {
    font-size: 13px
}

.page-product .catalog-wrap .product-part .sale-info p span {
    color: red
}

.page-product .catalog-wrap .product-part .product-desc h2 {
    color: #4d4d4d;
    font-size: 24px
}

.page-product .catalog-wrap .product-part .product-desc .code {
    color: #555;
    font-size: 13px;
    text-transform: uppercase
}

.page-product .catalog-wrap .product-part .product-desc hr {
    border-top: 1px solid #f9e2ce
}

.page-product .catalog-wrap .product-part .product-desc .price {
    color: #9a3d00;
    font-weight: bold;
    font-size: 28px
}

.page-product .catalog-wrap .product-part .count-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page-product .catalog-wrap .product-part .count-btn input {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: #f9e2ce !important;
    width: 59px;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px
}

.page-product .catalog-wrap .product-part .count-btn .add-to-cart {
    background: #e6734f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px;
    max-width: 200px;
}

.page-product .catalog-wrap .product-part .count-btn .add-to-cart:hover {
    background: #9a3d00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-product .catalog-wrap .product-part .count-btn .btn-buy-now {
    background: none !important;
    height: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #3d1919 !important;
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: solid 2px #3d1919 !important;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-product .catalog-wrap .product-part .count-btn .btn-buy-now:hover {
    background: #9a3d00 !important;
    color: #fff !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-product .catalog-wrap .product-part .cat-row {
    margin-top: 40px;
    font-size: 12px;
    border-top: 1px solid #f9e2ce;
    padding: 20px 0px 0px 0px;
}

.page-product .catalog-wrap .product-part .cat-row a {
    color: #9a3d00 !important;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-product .catalog-wrap .product-part .cat-row a:hover {
    color: #000 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-product .catalog-wrap .product-part .features {
    margin-top: 40px
}

.page-product .catalog-wrap .product-part .features .features-item {
    margin-bottom: 30px
}

.page-product .catalog-wrap .product-part .features .features-item figure {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 5px;
    background: #9a3d00;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.page-product .catalog-wrap .product-part .features .features-item figure svg {
    height: 50px;
    width: auto;
    fill: #fff
}

.page-product .catalog-wrap .product-part .features .features-item p {
    text-align: center;
    font-size: 13px
}

.page-product .catalog-wrap .product-part .desc-rev .desc-rev-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.page-product .catalog-wrap .product-part .desc-rev .desc-rev-head p {
    font-size: 23px;
    color: #4d4d4d;
    border-bottom: 1px solid #f9e2ce;
    padding: 0 15px;
    cursor: pointer
}

.page-product .catalog-wrap .product-part .desc-rev .desc-rev-head p.active {
    color: #9a3d00;
    border-color: #9a3d00
}

.page-product .catalog-wrap .product-part .desc-rev .description {
    display: none
}

.page-product .catalog-wrap .product-part .desc-rev .description p {
    font-size: 13px
}

.page-product .catalog-wrap .product-part .desc-rev .description.active {
    display: block
}

.page-product .catalog-wrap .product-part .desc-rev .reviews {
    display: none
}

.page-product .catalog-wrap .product-part .desc-rev .reviews.active {
    display: block
}

.page-product .catalog-wrap .product-part .desc-rev .brand {
    display: none
}

.page-product .catalog-wrap .product-part .desc-rev .brand.active {
    display: block
}

.page-product .catalog-wrap .product-part .desc-rev .brand img {
    max-width: 150px;
    max-height: 150px;
    margin-bottom: 0
}

.page-product .catalog-wrap .product-part .desc-rev .characteristics {
    display: none
}

.page-product .catalog-wrap .product-part .desc-rev .characteristics.active {
    display: block
}

.page-product .catalog-wrap .product-part .desc-rev .characteristics table {
    width: 100% !important;
}

.page-product .catalog-wrap .product-part .desc-rev .characteristics table td {
    padding: 5px;
    border: 1px solid #9a3d00;
}

.page-login {
    background: #fff3e9;
    padding-top: 90px
}

.page-login h6 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 30px
}

.page-login label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0
}

.page-login label sup {
    color: red
}

.page-login input {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 7px 8px;
    font-size: 14px;
    border: solid 1px #ccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important
}

.page-login .btn-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.page-login .btn-check button {
    padding: 20px 50px;
    background: #3b1918;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 20px
}

.page-login .btn-check button:hover {
    background: #9a3d00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-login .btn-check .check-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page-login .btn-check .check-wrap input {
    width: auto;
    margin-bottom: 0;
    margin-right: 10px
}

.page-login .reset {
    margin-bottom: 40px
}

.page-login .reset a {
    text-decoration: none !important;
    color: #9a3d00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-login .reset a:hover {
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-login.page-reset {
    padding-bottom: 80px
}

.page-login.page-reset p {
    margin-bottom: 30px
}

.page-news {
    background: #fff3e9;
    padding-top: 40px
}

.page-news .news-item {
    margin-bottom: 100px
}

.page-news .news-item h2 {
    margin-bottom: 0
}

.page-news .news-item h2 a {
    text-decoration: none !important;
    font-size: 40px;
    color: #000 !important
}

.page-news .news-item hr {
    border-top: solid 2px #000;
    width: 60px;
    margin: 30px 0
}

.page-news .news-item img {
    max-width: 100%;
    height: auto;
    display: block
}

.page-news .news-item p {
    margin: 30px 0;
    font-size: 13px
}

.page-news .news-item .btn-read {
    background: #9a3d00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 42px;
    margin-right: 10px;
    width: 170px
}

.page-news .news-item .btn-read:hover {
    background: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-news aside {
    position: relative
}

.page-news aside:before {
    content: '';
    top: 0;
    left: -15px;
    bottom: 0;
    border-left: dotted 1px #ccc;
    display: block;
    position: absolute;
    width: 1px
}

.page-news aside .search-wrap {
    border: 1px solid #ccc;
    background: #fff;
    padding: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.page-news aside .search-wrap input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
    margin: 0;
    background: none !important;
    font-size: 13px;
    border: none !important;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-news aside .search-wrap svg {
    height: 16px;
    width: auto;
    display: block;
    cursor: pointer
}

.page-news aside h5 {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    font-size: 12px
}

.page-news aside hr {
    border-top: solid 2px #000;
    margin: 10px 0
}

.page-news aside ul {
    list-style: none
}

.page-news aside ul li {
    padding: 5px 0;
    border-bottom: dotted 1px #ccc
}

.page-news aside ul li:last-of-type {
    border-bottom: 0
}

.page-news aside ul li a {
    color: #9a3d00
}

.page-news .news-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #e5e5e5;
    margin-bottom: 30px
}

.page-news .news-pagination a {
    text-decoration: none !important;
    color: #555;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.page-news .news-pagination a:first-of-type {
    margin-left: 0
}

.page-news .news-pagination a:last-of-type {
    margin-right: 0
}

.page-news .news-pagination a:hover {
    background: #fff;
    color: #9a3d00;
    border: solid 1px #9a3d00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-news .news-pagination a:hover:last-of-type {
    background: none;
    border: none
}

.page-news .news-pagination a.active {
    background: #000 !important;
    color: #fff !important;
    cursor: default !important;
    border: none !important
}

.page-news .news-item-buttons {
    border-top: solid 2px #000;
    border-bottom: solid 1px #ccc
}

.page-news .news-item-buttons .col-sm-6 {
    border-right: solid 1px #ccc
}

.page-news .news-item-buttons .col-sm-6:last-of-type {
    border: none
}

.page-news .news-item-buttons .news-item-btn {
    color: #000;
    font-size: 13px;
    text-decoration: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-news .news-item-buttons .news-item-btn .btn-arrow {
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 2px #000;
    margin: 0 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-news .news-item-buttons .news-item-btn:hover {
    color: #9a3d00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-news .news-item-buttons .news-item-btn:hover .btn-arrow {
    border: solid 2px #ccc;
    color: #ccc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

@media only screen and (max-width: 1024px) {
    .page-news aside:before {
        display: none
    }

    .page-news .news-item {
        text-align: center
    }

    .page-news .news-item hr, .page-news .news-item img, .page-news .news-item a {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

.page-sale {
    background: #fff3e9;
    padding: 40px 0
}

.page-sale ol, .page-sale ul {
    margin-left: 20px
}

.page-sale a {
    color: #9a3d00;
    text-decoration: none !important;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-sale a:hover {
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-delivery {
    background: #fff3e9;
    padding: 40px 0
}

.page-delivery ol, .page-delivery ul {
    margin-left: 20px
}

.page-delivery a {
    color: #9a3d00;
    text-decoration: none !important;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-delivery a:hover {
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-delivery h2 {
    text-align: center;
    color: #3a1919;
    font-weight: bold;
    font-size: 32px
}

.page-delivery h3 {
    color: #3a1919;
    font-weight: bold;
    font-size: 22px
}

.page-delivery .ukr-pochta img {
    height: 40px;
    width: auto
}

.page-delivery figure {
    background: #3b1918;
    height: 60px;
    width: 60px;
    display: block;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.page-delivery figure svg {
    height: 30px;
    width: auto;
    fill: #fff
}

.page-delivery .page-contacts h3 {
    font-weight: bold;
    font-size: 24px
}

.page-contacts {
    background: #fff3e9;
    padding: 40px 0
}

.page-contacts h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px
}

.page-contacts form h3 {
    margin-bottom: 35px
}

.page-contacts form label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0
}

.page-contacts form label sup {
    color: red
}

.page-contacts form input, .page-contacts form textarea {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
    padding: 7px 8px;
    font-size: 14px;
    border: solid 1px #ccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    resize: none
}

.page-contacts form button {
    padding: 20px 50px;
    background: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 25px
}

.page-contacts form button:hover {
    background: #9a3d00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-contacts .contacts-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.page-contacts .contacts-info-item svg {
    height: 43px;
    width: auto;
    display: block;
    margin: 20px 20px 0 0
}

.page-contacts .contacts-info-item .cii-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-contacts .contacts-info-item .cii-text hr {
    border-top: solid 2px #000;
    margin: 15px 0;
    width: 60px
}

.page-contacts .contacts-info-item .cii-text p a {
    color: #9a3d00;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-contacts .contacts-info-item .cii-text p a:hover {
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-contacts .contacts-item {
    margin-top: 20px
}

.page-contacts .carousel {
    margin-bottom: 20px
}

.page-producers {
    padding: 40px 0;
    background: #fff3e9
}

.page-producers img {
    max-height: 120px;
    width: auto;
    display: block;
    margin: 0 auto 5px
}

.page-producers p {
    margin-bottom: 20px
}

.page-producers p a {
    color: #9a3d00;
    text-decoration: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-producers p a:hover {
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-about {
    padding: 40px 0;
    background: #fff3e9
}

.page-about img {
    max-width: 350px;
    width: 100%;
    height: auto;
    display: block
}

@media only screen and (max-width: 1024px) {
    .page-about img {
        margin: 0 auto 20px
    }

    .page-about p {
        text-align: center
    }
}

.navbar-wrap {
    background: #fff3e9;
    position: relative
}

.navbar-wrap .topnav {
    background: #9a3d00;
    padding: 10px 0 15px;
    position: relative;
    height: 61px;
}

.navbar-wrap .topnav .topnav-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-wrap .topnav .topnav-row .navcontrol {
    background: #9a3d00;
    width: 41px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 2px #fff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: none
}

.navbar-wrap .topnav .topnav-row .navcontrol svg {
    height: 20px;
    width: 17px;
    fill: #fff
}

.navbar-wrap .topnav .topnav-row .auth-soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-wrap .topnav .topnav-row .auth-soc .auth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none !important
}

.navbar-wrap .topnav .topnav-row .auth-soc .auth figure {
    margin: 0 10px 0 0;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 31px;
    width: 31px
}

.navbar-wrap .topnav .topnav-row .auth-soc .auth figure svg {
    fill: #fff;
    height: 14px;
    width: auto;
    display: block
}

.navbar-wrap .topnav .topnav-row .soc {
    margin: 0 10px 0 12px;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 31px;
    width: 31px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer
}

.navbar-wrap .topnav .topnav-row .soc:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: .5
}

.navbar-wrap .topnav .topnav-row .soc svg {
    fill: #fff;
    height: 14px;
    width: auto;
    display: block
}

.navbar-wrap .topnav .topnav-row .soc:nth-of-type(2) {
    margin: 0 10px 0 25px
}

.navbar-wrap .topnav .topnav-row .soc:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    height: 26px;
    display: block;
    border-left: 1px solid #ae6433;
    border-right: 1px solid #7a3304
}

.navbar-wrap .topnav .topnav-row .soc:last-of-type {
    margin-right: 0
}

.navbar-wrap .topnav .topnav-row .soc:last-of-type:after {
    display: none
}

.navbar-wrap .topnav .phonedrop a.btn {
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    outline: none !important
}

.navbar-wrap .topnav .phonedrop .dropdown-toggle {
    padding-left: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    cursor: pointer
}

.navbar-wrap .topnav .phonedrop .dropdown-toggle:after {
    border-top-color: #fff
}

.navbar-wrap .topnav .phonedrop .dropdown-menu {
    background: #9a3d00;
    border: none !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 23px !important
}

.navbar-wrap .topnav .phonedrop .dropdown-menu a {
    font-size: 14px;
    color: #fff;
    padding-left: 12px;
    background-color:inherit;
}

.navbar-wrap .topnav .time-lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-wrap .topnav .time-lang .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin-right: 40px
}

.navbar-wrap .topnav .time-lang .time figure {
    margin: 0 10px 0 0;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 31px;
    width: 31px
}

.navbar-wrap .topnav .time-lang .time figure svg {
    fill: #fff;
    height: 14px;
    width: auto;
    display: block
}

.navbar-wrap .topnav .time-lang .droplang .dropdown-toggle {
    background: #9a3d00 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer
}

.navbar-wrap .topnav .time-lang .droplang .dropdown-toggle:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: .5
}

.navbar-wrap .topnav .time-lang .droplang .dropdown-toggle:after {
    display: none
}

.navbar-wrap .topnav .time-lang .droplang img {
    width: 24px;
    height: auto;
    display: block;
    margin-left: 5px
}

.navbar-wrap .topnav .time-lang .droplang .dropdown-menu {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    background: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    top: 24px !important
}

.navbar-wrap .topnav .time-lang .droplang .dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    padding: 4px
}

.navbar-wrap .topnav .time-lang .droplang .dropdown-menu .dropdown-item img {
    width: 21px;
    height: auto;
    display: block;
    margin-right: 5px
}

.navbar-wrap .topnav:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 6px;
    background: url("/catalog/view/theme/tortino/img/wave.png") repeat-x bottom left
}

.navbar-wrap .midnav {
    padding: 20px 0
}

.navbar-wrap .midnav .midnav-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-wrap .midnav .midnav-row .logo {
    display: block;
    cursor: pointer
}

.navbar-wrap .midnav .midnav-row .logo img {
    height: 87px;
    width: auto;
    display: block;
    width: 350px;
}

.navbar-wrap .midnav .midnav-row .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #d39267;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.navbar-wrap .midnav .midnav-row .search svg {
    height: 14px;
    width: auto;
    display: block;
    fill: #9a3d00;
    margin: 13px 20px
}

.navbar-wrap .midnav .midnav-row .search input {
    color: #000;
    padding: 0;
    margin: 0;
    background: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
    width: 280px
}

.navbar-wrap .midnav .midnav-row .search button {
    background: #3b1918;
    padding: 0 40px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    border: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.navbar-wrap .midnav .midnav-row .navcart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    text-decoration: none !important;
    border: solid 1px #9a3d00;
    padding: 0 5px 0 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.navbar-wrap .midnav .midnav-row .navcart svg {
    height: 24px;
    width: auto;
    display: block;
    fill: #9a3d00;
    margin-right: 15px
}

.navbar-wrap .midnav .midnav-row .navcart .navcart-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 145px;
    padding: 5px 0
}

.navbar-wrap .midnav .midnav-row .navcart .navcart-row p {
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.navbar-wrap .midnav .midnav-row .navcart .navcart-row svg {
    height: 7px;
    fill: #000
}

.navbar-wrap .midnav .midnav-row .navcart .navcart-row:first-of-type {
    border-bottom: solid 1px #9a3d00
}

.navbar-wrap .midnav .midnav-row .navcart .navcart-row:first-of-type p {
    font-size: 12px;
    text-transform: uppercase;
    color: #9a3d00 !important
}

.navbar-wrap .midnav .midnav-row .navcart .navcart-row:last-of-type {
    color: #777 !important;
    font-size: 12px
}

.navbar-wrap .midnav .midnav-row .navcart:hover .navcart-row:first-of-type p {
    color: #000 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.navbar-wrap .bottomnav {
    background: #e6734f
}

.navbar-wrap .bottomnav .bottomnav-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item .bottomnav-item-link {
    padding: 20px 0;
    text-decoration: none !important;
    color: #fff;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item .bottomnav-item-link:hover {
    color: #9a3d00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child {
    position: relative
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu {
    z-index: 1;
    position: absolute;
    background: #cc5a36;
    width: 100%;
    left: 0;
    top: 100%;
    list-style: none;
    width: 250px;
    display: none
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item {
    color: #fff;
    font-size: 13px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item a {
    color: #fff;
    text-decoration: none !important;
    padding: 8px 10px;
    position: relative;
    display: block
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item a:before {
    content: '•';
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-right: 8px;
    background: none
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #e6734f
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .has-child:after {
    content: '>';
    color: #fff;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .has-child{
    position: relative;
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .sub-menu {
    top: 0;
    left: 100%;
    display: none
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .sub-menu .sub-menu {
    display: none
}

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .sub-menu .has-child:hover .sub-menu {
    display: block
}

.category-header {
    padding: 55px 0
}

.category-header h1 {
    color: #fff;
    font-size: 1.9rem;
    font-family: inspiration, sans-serif;
    margin: 0
}

@media only screen and (min-width: 1024px) {
    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item .menu-item-arrow {
        display: none !important
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child:hover .sub-menu {
        display: block
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item .sub-menu .sub-menu-item.has-child:hover .sub-menu {
        display: block
    }

    .mobile-menu {
        display: none
    }
}

@media only screen and (max-width: 1024px) {
    .navbar-wrap .topnav .topnav-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .navbar-wrap .topnav .topnav-row .navcontrol {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        z-index: 2
    }

    .navbar-wrap .topnav .topnav-row .navcontrol svg:first-of-type {
        display: block
    }

    .navbar-wrap .topnav .topnav-row .navcontrol svg:last-of-type {
        display: none
    }

    .navbar-wrap .topnav .topnav-row .auth-soc {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .navbar-wrap .topnav .topnav-row .auth-soc .auth figure {
        margin-right: 0
    }

    .navbar-wrap .topnav .topnav-row .auth-soc .auth span {
        display: none
    }

    .navbar-wrap .topnav .topnav-row .auth-soc .soc {
        display: none
    }

    .navbar-wrap .topnav .topnav-row .auth-soc .soc:last-of-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .navbar-wrap .topnav .topnav-row .phonedrop {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .navbar-wrap .topnav .topnav-row .time-lang {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        width: 100vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 55px
    }

    .navbar-wrap .topnav .topnav-row .time-lang .time {
        display: none
    }

    .navbar-wrap .topnav .mobile-menu {
        background: #9a3d00;
        padding: 60px 0 20px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        display: none
    }

    .navbar-wrap .topnav .mobile-menu ul {
        list-style: none
    }

    .navbar-wrap .topnav .mobile-menu ul li {
        font-size: 20px;
        color: #fff;
        border-bottom: 1px solid #e6734f
    }

    .navbar-wrap .topnav .mobile-menu ul li a {
        color: #fff;
        text-decoration: none !important;
        padding: 10px 0;
        display: block
    }

    .navbar-wrap .topnav.active .topnav-row .navcontrol svg:first-of-type {
        display: none
    }

    .navbar-wrap .topnav.active .topnav-row .navcontrol svg:last-of-type {
        display: block
    }

    .navbar-wrap .topnav.active .mobile-menu {
        display: block
    }

    .navbar-wrap .midnav .midnav-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .navbar-wrap .midnav .midnav-row .logo {
        width: 100vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }

    .navbar-wrap .midnav .midnav-row .logo img {
        height: auto;
        width: 90%;
        max-width: 349px;
        min-height: 74px;
    }

    .navbar-wrap .midnav .midnav-row .search {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 20px
    }

    .navbar-wrap .midnav .midnav-row .search input {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item {
        display: none
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item:first-of-type {
        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
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child {
        position: relative
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .menu-item-arrow {
        position: absolute;
        top: 0;
        right: 0;
        height: 64px;
        width: 64px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .menu-item-arrow svg {
        height: auto;
        width: 10px;
        fill: #fff
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child:after {
        display: none
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .menu-item-arrow {
        position: absolute;
        top: 0;
        right: 0;
        height: 35px;
        width: 64px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 1
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .menu-item-arrow svg {
        height: auto;
        width: 10px;
        fill: #fff
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child.active {
        background: #e6734f
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child.active a {
        color: #9a3d00
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child.active .sub-menu {
        display: block;
        background: #cc5a36
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child.active .sub-menu a {
        color: #fff
    }
    .sub-menu .sub-menu .menu-item-arrow{
        display: none!important;
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child.active .menu-item-arrow svg {
        fill: #9a3d00
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .sub-menu .sub-menu-item.has-child .menu-item-arrow svg {
        fill: #fff
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .sub-menu .sub-menu-item .sub-menu {
        display: none
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .sub-menu .sub-menu-item.active {
        background: #e6734f
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .sub-menu .sub-menu-item.active a {
        color: #9a3d00
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .sub-menu .sub-menu-item.active .menu-item-arrow svg {
        fill: #9a3d00
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .sub-menu .sub-menu-item.active .sub-menu {
        display: block
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .sub-menu .sub-menu-item.active .sub-menu .sub-menu-item a {
        color: #fff
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child.active .bottomnav-item-link {
        color: #9a3d00
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child.active .sub-menu {
        display: block
    }

    .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child.active .menu-item-arrow svg {
        fill: #9a3d00
    }

    .category-header h1 {
        text-align: left
    }
}

@media only screen and (max-width: 767px) {
    .navbar-wrap .topnav .topnav-row .soc:nth-of-type(1), .navbar-wrap .topnav .topnav-row .soc:nth-of-type(2) {
        display: none !important
    }

    .navbar-wrap .midnav .midnav-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-wrap .midnav .midnav-row .search {
        margin-bottom: 20px;
        margin-right: 0;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        width: 100%
    }

    .navbar-wrap .midnav .midnav-row .search button {
        padding: 0 20px
    }

    .navbar-wrap .midnav .midnav-row .navcart {
        width: 100%
    }

    .navbar-wrap .midnav .midnav-row .navcart .navcart-column {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .navbar-wrap .midnav .midnav-row .navcart .navcart-column .navcart-row {
        width: 100%
    }
}

.footer-sitemap {
    background: #3a1919;
    padding: 40px 0
}

.footer-sitemap ul {
    list-style: none
}

.footer-sitemap ul li {
    margin-bottom: 5px;
    font-size: 14px
}

.footer-sitemap ul li a {
    color: #fff
}

.footer-sitemap ul li ul {
    margin-left: 15px
}

footer {
    background: #000;
    padding: 20px 0
}

footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}

footer h4:before {
    content: '';
    width: 30px;
    height: 3px;
    background: #e6734f;
    position: absolute;
    bottom: 0;
    left: 0
}

footer .links {
    list-style: none
}

footer .links li {
    position: relative;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase
}

footer .links li:before {
    content: '\00bb';
    color: #e6734f;
    margin-right: 5px
}

footer .links li a {
    text-decoration: none !important;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

footer .links li a:hover {
    color: #e6734f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

footer .contacts p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px
}

footer .contacts ul {
    margin-bottom: 20px;
    list-style: none
}

footer .contacts ul li {
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    position: relative
}

footer .contacts ul li a {
    color: #fff;
    text-decoration: none !important
}

footer .contacts ul li:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: -20px;
    height: 12px;
    width: 12px;
    display: block;
    content: '';
    position: absolute
}

footer .contacts ul li.mail:before {
    background: url("/catalog/view/theme/tortino/img/mail.svg") no-repeat center/contain
}

footer .contacts ul li.phone:before {
    background: url("/catalog/view/theme/tortino/img/phone.svg") no-repeat center/contain
}

footer .contacts ul li.phone-bg:before {
    background: url("/catalog/view/theme/tortino/img/phone-bg.svg") no-repeat center/contain
}

footer .contacts ul li.location:before {
    background: url("/catalog/view/theme/tortino/img/location.svg") no-repeat center/contain
}

footer .contacts ul li.time:before {
    background: url("/catalog/view/theme/tortino/img/time.svg") no-repeat center/contain
}

footer hr {
    border-top: 2px solid #3d3d3d
}

footer .last-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .last-row .lr-left {
    font-size: 12px;
    color: #fff
}

footer .last-row .lr-left p {
    margin-bottom: 5px
}

footer .last-row .lr-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

footer .last-row .lr-right p {
    margin: 0
}

footer .last-row .lr-right p a {
    color: #e6734f;
    text-decoration: none !important
}

footer .last-row .lr-right span {
    color: #fff;
    margin: 0 10px;
    display: block
}

@media only screen and (max-width: 1024px) {
    footer .last-row {
        -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
    }

    footer .last-row .lr-left p {
        text-align: center
    }

    footer .last-row .lr-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer .last-row .lr-right span {
        display: none
    }
}

#reCall .modal-dialog {
    max-width: 440px
}

#reCall .modal-dialog .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0
}

#reCall .modal-dialog .modal-content .modal-header {
    border: none
}

#reCall .modal-dialog .modal-content .modal-header button {
    cursor: pointer
}

#reCall .modal-dialog .modal-content .modal-header button span {
    color: #fff;
    text-shadow: 0 0 5px #000
}

#reCall .modal-dialog .modal-content .modal-body {
    padding-bottom: 0;
    padding-top: 0
}

#reCall .modal-dialog .modal-content .modal-body .modal-title {
    color: #4d4d4d;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    max-width: 300px;
    margin: 0 auto 30px;
    line-height: 40px
}

#reCall .modal-dialog .modal-content .modal-body label {
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0
}

#reCall .modal-dialog .modal-content .modal-body label sup {
    color: red
}

#reCall .modal-dialog .modal-content .modal-body input {
    max-width: 303px;
    width: 100%;
    display: block;
    margin: 0 auto 15px;
    padding: 7px 8px;
    font-size: 14px;
    border: solid 1px #ccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important
}

#reCall .modal-dialog .modal-content .modal-footer {
    border: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px
}

#reCall .modal-dialog .modal-content .modal-footer button {
    padding: 20px 50px;
    background: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important
}

#fastOrder .modal-dialog {
    max-width: 640px
}

#fastOrder .modal-dialog .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0
}

#fastOrder .modal-dialog .modal-content .modal-header {
    border: none
}

#fastOrder .modal-dialog .modal-content .modal-header button {
    cursor: pointer
}

#fastOrder .modal-dialog .modal-content .modal-header button span {
    color: #161616
}

#fastOrder .modal-dialog .modal-content .modal-body {
    padding-top: 0
}

#fastOrder .modal-dialog .modal-content .modal-body .modal-title {
    color: #4d4d4d;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    max-width: 300px;
    margin: 0 auto 30px;
    line-height: 40px
}

#fastOrder .modal-dialog .modal-content .modal-body img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 20px
}

#fastOrder .modal-dialog .modal-content .modal-body .price {
    text-align: center;
    margin-bottom: 40px
}

#fastOrder .modal-dialog .modal-content .modal-body label {
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0
}

#fastOrder .modal-dialog .modal-content .modal-body label sup {
    color: red
}

#fastOrder .modal-dialog .modal-content .modal-body input {
    max-width: 303px;
    width: 100%;
    display: block;
    margin: 0 auto 15px;
    padding: 7px 8px;
    font-size: 14px;
    border: solid 1px #ccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: #f2f2f2
}

#fastOrder .modal-dialog .modal-content .modal-body button.btn-buy {
    padding: 20px 50px;
    background: #13aff0 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    margin-top: 40px
}

#fastOrder .modal-dialog .modal-content .modal-body button.btn-buy:hover {
    background: #43454b !important
}

.page-cart {
    background: #fff3e9;
    padding: 40px 0
}

.page-cart .notification-price, .page-cart .notification-reload, .page-cart .notification-fragile {
    width: 100%;
    background: #E42E2C;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px
}

.page-cart .notification-price figure, .page-cart .notification-reload figure, .page-cart .notification-fragile figure {
    height: 45px;
    width: 45px;
    border: solid 2px #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px 0 0
}

.page-cart .notification-price figure .line, .page-cart .notification-reload figure .line {
    height: 2px;
    width: 20px;
    background: #fff
}

.page-cart .notification-price-text, .page-cart .notification-reload-text, .page-cart .notification-fragile-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-cart .notification-price-text p, .page-cart .notification-reload-text p, .page-cart .notification-fragile-text p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px
}

.page-cart .notification-reload, .page-cart .notification-fragile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.page-cart .notification-reload {
    background: #9a3d00;
}

.page-cart .notification-fragile {
    background: #e6734f;
}

.page-cart .notification-reload figure svg,  .page-cart .notification-fragile figure svg {
    height: 20px;
    fill: #fff
}

.page-cart .cart-empty {
    margin-top: 20px
}

.page-cart .cart-empty .ce-wrap {
    width: 100%;
    padding: 260px 0 40px;
    text-align: center;
    border: solid 1px rgba(0, 0, 0, .15)
}

.page-cart .cart-empty .ce-wrap p {
    font-size: 32px;
    margin: 0
}

.page-cart .cart-empty .btn-back {
    text-align: center;
    margin: 20px 0 0
}

.page-cart .cart-empty .btn-back a {
    text-decoration: underline !important;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.page-cart .btn-reload {
    width: 255px;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #9a3d00;
    margin-bottom: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-cart .btn-reload:hover {
    background: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-cart .table {
    margin-top: 40px
}

.page-cart .table thead th {
    border-top: none;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: solid 2px #000
}

.page-cart .table tbody th, .page-cart .table tbody td {
    border-top: none;
    border-bottom: dotted 1px rgba(0, 0, 0, .15);
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle
}

.page-cart .table tbody th svg, .page-cart .table tbody td svg {
    height: 10px;
    width: 10px;
    cursor: pointer;
    opacity: .5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-cart .table tbody th svg:hover, .page-cart .table tbody td svg:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-cart .table tbody th img, .page-cart .table tbody td img {
    max-width: 90px;
    max-height: 90px
}

.page-cart .table tbody th a, .page-cart .table tbody td a {
    text-decoration: none !important
}

.page-cart .table tbody th .title, .page-cart .table tbody td .title {
    color: #9a3d00;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.page-cart .table tbody th .title:hover, .page-cart .table tbody td .title:hover {
    color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-cart .table tbody th input, .page-cart .table tbody td input {
    width: 59px;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #f9e2ce;
    text-align: center;
    padding-left: 13px;
    font-size: 16px
}

.page-cart .coupon input {
/*    width: 59px;*/
    height: 52px;
}

.page-cart aside {
    margin-top: 52px
}

.page-cart aside .title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: solid 2px #000
}

.page-cart aside .under {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: dotted 1px rgba(0, 0, 0, .15);
    padding-bottom: 12px;
    margin-bottom: 15px
}

.page-cart aside .under p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.page-cart aside .total {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 36px;
    position: relative
}

.page-cart aside .total p {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0
}

.page-cart aside .total:after {
    position: absolute;
    bottom: 15px;
    height: 9px;
    width: 100%;
    content: '';
    background: url(/catalog/view/theme/tortino/img/cart-sprite.png) repeat
}

.page-cart aside .btn-order, .page-cart aside .btn-con {
    width: 100%;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #9a3d00;
    margin-bottom: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-cart aside .btn-order:hover, .page-cart aside .btn-con:hover {
    background: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-cart aside .btn-con {
    background: #3b1918;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .page-cart .notification-price, .page-cart .notification-reload {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .page-cart .notification-price figure, .page-cart .notification-reload figure {
        margin: 0 auto 20px
    }

    .page-cart .cart-empty .ce-wrap {
        padding: 20px 0
    }

    .page-cart .table thead {
        display: none
    }

    .page-cart .table tr {
        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;
        margin-bottom: 20px
    }

    .page-cart .table tr td, .page-cart .table tr th {
        width: 100%
    }

    .page-cart .table tr td img, .page-cart .table tr th img {
        margin: 0 auto;
        display: block
    }

    .page-cart .table tr td .title, .page-cart .table tr th .title {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 12px
    }

    .page-cart .table tr td .title:before, .page-cart .table tr th .title:before {
        content: 'Товар:';
        text-decoration: none !important;
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700
    }

    .page-cart .table tr td:nth-of-type(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 12px
    }

    .page-cart .table tr td:nth-of-type(3):before {
        content: 'Цена:';
        text-decoration: none !important;
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700
    }

    .page-cart .table tr td:nth-of-type(4) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 12px
    }

    .page-cart .table tr td:nth-of-type(4) input {
        padding-left: 0;
        height: 18px;
        font-size: 12px
    }

    .page-cart .table tr td:nth-of-type(4):before {
        content: 'Кол-во:';
        text-decoration: none !important;
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700
    }

    .page-cart .table tr td:nth-of-type(5) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 12px
    }

    .page-cart .table tr td:nth-of-type(5):before {
        content: 'Всего:';
        text-decoration: none !important;
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700
    }

    .page-cart .table tr th {
        border-bottom: none
    }

    .page-cart .table tr th svg {
        margin-left: auto;
        display: block
    }

    .page-cart .btn-reload {
        width: 100%;
        margin-bottom: 40px
    }

    .page-cart aside {
        margin-top: 0
    }
}

.page-checkout {
    padding: 40px 0;
    background: #fff3e9
}

.page-checkout {
    padding: 40px 0;
    background: #fff3e9
}

.page-checkout .notification-price {
    width: 100%;
    background: #e42e2c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    margin-bottom: 20px
}

.page-checkout .notification-price figure {
    height: 45px;
    width: 45px;
    border: solid 2px #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px 0 0
}

.page-checkout .notification-price figure .line {
    height: 2px;
    width: 20px;
    background: #fff
}

.page-checkout .notification-price-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-checkout .notification-price-text p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px
}

.page-checkout h1 {
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px #000
}

.page-checkout label {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 0
}

.page-checkout label sup {
    color: red
}

.page-checkout label.red {
    color: #a00
}

.page-checkout label img {
    margin-left: 10px
}

.page-checkout input, .page-checkout select, .page-checkout textarea {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    padding: 7px 8px;
    font-size: 14px;
    border: solid 1px #ccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
}

.page-checkout select {
    height: 37px;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.page-checkout .check-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-checkout .check-wrap .check-notification {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    color: #515151;
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 10px;
    display: none
}

.page-checkout .check-wrap.active .check-notification {
    display: block
}

.page-checkout .check-wrap label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-checkout .check-wrap input {
    width: auto;
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 0
}

.page-checkout h2 {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: solid 2px #000
}

.page-checkout .total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-checkout .total p {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #cd0000
}

.page-checkout .btn-order, .page-checkout .btn-con {
    width: 100%;
    max-width: 400px;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #9a3d00;
    margin-bottom: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-checkout .btn-order:hover, .page-checkout .btn-con:hover {
    background: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.page-checkout .btn-con {
    background: #3b1918;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .page-checkout .notification-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .page-checkout .notification-price figure {
        margin: 0 auto 20px
    }

    .page-checkout label img {
        margin-left: 0
    }
}

.sitemap li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    list-style-type: none;
}

.sitemap li a {
    color: #fff;
}
.page-checkout h2:first-child {
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: solid 2px #000;
}
.page-checkout h2 {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
}
.notification-reload figure {
  width:50px;
  height: 50px;
  display:none;
}

.pointer-events-none{
    pointer-events: none;
    opacity: 0.5;
}

.stock.not_available{
    color: red;
}

.slider-main {
    height: 405px;
    overflow: hidden;
}

.slider-main.slick-initialized {
    height: auto
}

.catalog-cat-item .stock.not_available {
    position: absolute;
    bottom: 0;
}

.slider-catalog-wrap .stock.not_available {
    position: absolute;
    bottom: 0;
}

#form_fcallback .captcha{
    max-width: 303px;
    width: 100%;
    display: block;
    margin: 0 auto 15px;
}

#reCall .modal-dialog .modal-content .modal-body #form_fcallback .captcha .control-label{
    display: none;
}

#form_fcallback .captcha legend{
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
}

.extension-module-latest{
    max-height: 640px;
    overflow: hidden;
}


#notify_when_available .modal-dialog {
    max-width: 440px
}

#notify_when_available .modal-dialog .modal-content {
    -webkit-border-radius: 0;
    border-radius: 0
}

#notify_when_available .modal-dialog .modal-content .modal-header {
    border: none
}

#notify_when_available .modal-dialog .modal-content .modal-header button {
    cursor: pointer
}

#notify_when_available .modal-dialog .modal-content .modal-header button span {
    color: #fff;
    text-shadow: 0 0 5px #000
}

#notify_when_available .modal-dialog .modal-content .modal-body {
    padding-bottom: 0;
    padding-top: 0
}

#notify_when_available .modal-dialog .modal-content .modal-body .modal-title {
    color: #4d4d4d;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    max-width: 300px;
    margin: 0 auto 30px;
    line-height: 40px
}

#notify_when_available .modal-dialog .modal-content .modal-body label {
    display: block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0
}

#notify_when_available .modal-dialog .modal-content .modal-body label sup {
    color: red
}

#notify_when_available .modal-dialog .modal-content .modal-body input {
    max-width: 303px;
    width: 100%;
    display: block;
    margin: 0 auto 15px;
    padding: 7px 8px;
    font-size: 14px;
    border: solid 1px #ccc !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important
}

#notify_when_available .modal-dialog .modal-content .modal-footer {
    border: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px
}

#notify_when_available .fcallback {
    padding: 20px 50px;
    background: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important
}

#notify_when_available .button-block{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#notify_when_available .alert{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

/*.btn-add-to-card-not_available{
    font-size: 10px!important;
    padding-left: 5px!important;
    padding-right: 5px!important;
    white-space: nowrap!important;
}*/

#button_city{
    width: 100%;
    max-width: 320px;
    height: 52px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #9a3d00;
    margin-bottom: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;   
}

#button_city:hover {
    color: #fff !important;
    background: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.topnav-row .btn-group .btn-link {color:#fff;}
.topnav-row .btn-group ul.dropdown-menu {text-align:center;}
.topnav-row .btn-group .btn-link span {margin-left:5px;text-decoration:none;}

.product__picture-big-item {
    display: none;
}

.product__picture-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product__picture-small-item {
    margin: 0 7px;
    cursor: pointer;
    display: none;
}

.product__picture-small .slick-list {
    width: calc(100% + 14px)
}

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

 


@media screen and (max-width:1024px){
    .navbar-wrap .topnav{height: 86px;}
}




@media screen and (max-width:450px){
    .slider-main {height: 106px;}

}

.page-sale.page-delivery figure.wpb_wrapper.vc_figure{
  background: none;
}
.footer-sitemap svg{
    display: none;
}
.catalog-wrap .catalog-table .catalog-cat-item .title{
    min-height: 72px;
}

.page-checkout #agreement_checkbox{
  text-align: right;
  color: #9a3d00;
}

.page-checkout #agreement_checkbox, #agreement_checkbox a{
    color: #9a3d00;
  text-decoration: none;
}

.page-checkout #agreement_checkbox a:hover{
  text-decoration: underline !important;
}

.catalog-wrap .catalog-head-hr {
    border-top: solid 2px #ccc;
    margin-top: 8px;
    margin-bottom: 8px; }
.catalog-wrap .filter-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 40px; }
    .catalog-wrap .filter-row .filter-row-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 15px; }
      .catalog-wrap .filter-row .filter-row-item:last-of-type {
        margin-right: 0; }
    .catalog-wrap .filter-row p {
      margin: 0 5px 0 0;
      font-size: 14px; }
    .catalog-wrap .filter-row select {
      text-transform: uppercase;
      background: #ffffff;
      font-size: 12px; }

#cartAdd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 243, 233, 0.5); }
  #cartAdd.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #cartAdd .cart-add-body {
    padding: 40px 20px;
    background: #fff3e9;
    border: solid 2px #9a3d00;
    position: relative; }
    #cartAdd .cart-add-body svg {
      cursor: pointer;
      height: 15px;
      width: auto;
      position: absolute;
      top: 5px;
      right: 5px;
      fill: #777777; }
    #cartAdd .cart-add-body p {
      text-align: center;
      font-size: 18px; }
      #cartAdd .cart-add-body p:last-of-type {
        margin-bottom: 0; }
      #cartAdd .cart-add-body p a {
        color: #e6734f; }

.navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu{
  z-index: 3;
  width: 280px;
}

.catalog-wrap article{
  text-align: left;
  font-size: 14px;
  line-height: 26px;
}

.catalog-wrap article h2{
  font-size: 24px;
  margin: 15px 0;
  line-height: 30px;
  font-weight: bold;
}

.catalog-wrap .catalog-table .catalog-cat-item .price-btn .btn-add-to-card{
  cursor: pointer;
  transition: 0.3s;
}

.catalog-wrap .catalog-table .catalog-cat-item .price-btn .btn-add-to-card:hover{
  background: #9a3d00 !important;
  transition: 0.3s;
}

.page-contacts .contacts-item ul{
  margin-left: 20px;
}

.page-checkout .btn-order:hover, .page-checkout .btn-con:hover{
  color: #fff !important;
}

.page-product .catalog-wrap .product-part img.under-btn-brand{
  max-width: 150px;
  max-height: 150px;
  margin: 20px 0 -25px;
  display: block;
}

.catalog-wrap .filter-row select{
  padding: 5px 24px 5px 8px;
  border-radius: 3px;
  border: 1px solid #ebdbcc;
  font-size: 11px;
  padding: 5px 25px 5px 8px;
  background: url(/catalog/view/theme/tortino/img/list-opener.png) right 6px center no-repeat #fff;
  -webkit-appearance: none;
}

.slider-catalog-wrap .slider-catalog .sc-item .title{
  min-height: 72px;
}

.catalog-wrap .catalog-head .ch-item svg{
  display: none;
}

.slider-catalog-wrap .slider-catalog .sc-item .price-btn .btn-add-to-card{
  transition: 0.3s;
  cursor: pointer;
}

.slider-catalog-wrap .slider-catalog .sc-item .price-btn .btn-add-to-card:hover{
  background: #9a3d00;
  transition: 0.3s;
}

.page-specials.catalog-wrap .catalog-table .catalog-cat-item .price-btn .price .price-special{
    font-size: 13px;
    color: #555!important;
    padding: 0!important;
    font-weight: 400;
    text-decoration:line-through;
  }

.catalog-wrap .catalog-table .catalog-cat-item .sale-label, #product .product-part .sale-label {
  position: absolute;
  top: 30px;
  left: 20px;
  padding: 6px 10px 6px 26px;
  border-radius: 10px 0px 10px 0;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #4fda5f;
  color: #fff;
}
#product .product-part .sale-label {
    top: 0px;
    left: 15px;
    padding: 10px 10px 10px 26px;
    z-index: 9;
    /*border-radius: 0px 0px 10px 0;*/
}

.catalog-wrap .catalog-table .catalog-cat-item .sale-label svg, #product .product-part .sale-label svg{
  height: 18px;
  width: auto;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.page-contacts fieldset label{
  display: none;
}

.page-contacts fieldset .col-sm-10{
  padding-left: 0;
}

fieldset .form-group.required label.col-sm-2.control-label{
  display: none;
}

fieldset .form-group.required .col-sm-10{
  padding-left: 0;
}

.page-checkout .total.privat24_fee, .page-checkout .total.liqpay_fee{
  margin-bottom: 0;
}

.page-checkout .total.privat24_fee p:first-of-type, .page-checkout .total.liqpay_fee p:first-of-type{
  color: #8d8d8d;
}

.page-checkout .total.privat24_fee p:last-of-type, .page-checkout .total.liqpay_fee p:last-of-type{
  color: #000;
}

/*.category-header ul.sitemap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.category-header ul.sitemap li a{
  color: #007bff;
}*/

.page-sitemap h1{
  margin-bottom: 30px;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

@media only screen and (min-width: 992px){
  .page-specials.catalog-wrap .catalog-table .catalog-cat-item .price-btn{
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .navbar-wrap .topnav .time-lang .droplang{
    
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
  .catalog-wrap .catalog-table .catalog-cat-item .price-btn .price{
    font-size: 14px;
  }
  .navbar-wrap .midnav .midnav-row .search input{
    width: 200px;
  }
  .catalog-wrap .catalog-table .catalog-cat-item .price-btn .btn-add-to-card{
    padding: 5px 7px;
  }
}

@media only screen and (max-width: 992px){
  .page-specials.catalog-wrap .catalog-table .catalog-cat-item .sale-label{
    top: 0;
    left: 0;
  }
  .block-advanteges-2{
      margin-bottom: 20px; 
  }
  .adv-block{
      margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px){
  .navbar-wrap .midnav .midnav-row{
    flex-direction: row;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
  }
  .navbar-wrap .midnav .midnav-row .search{
    margin-bottom: 0;
    margin-right: 10px;
    width: calc(65% - 10px);
  }
  .navbar-wrap .midnav .midnav-row .navcart{
    width: auto;
    width: 35%;
  }
  .navbar-wrap .midnav .midnav-row .navcart .navcart-column .navcart-row:first-of-type{
    display: none;
  }
  .navbar-wrap .midnav .midnav-row .navcart .navcart-row p:last-of-type{
    display: none;
  }
  .navbar-wrap .midnav .midnav-row .navcart .navcart-row{
    height: 42px;
  }
  .navbar-wrap .midnav .midnav-row .search button{
/*    display: none;*/
    display: block;
    padding: 2px 4px;
  }
  .navbar-wrap .midnav .midnav-row .search svg{
    margin: 13px 10px;
  }
  .navbar-wrap .bottomnav .container{
    padding: 0;
  }
  .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child.active a{
    color: #fff;
  }
  .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child a {
    display: block;
    padding-right: 60px;
  }
  .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child > .sub-menu{
    display: none;
  }  
  .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child.active > .sub-menu{
    background: #e6734f;
    padding-left: 10px;
    display: block;
  }
  .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .menu-item-arrow svg{
    display: none;
  }
  .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child.active .sub-menu  .sub-menu {
    display: none;
  }
  .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child.active .sub-menu .has-child.active .sub-menu {
    display: block;
    background: #e6734f;
    padding-left: 10px;     
  }

  .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .sub-menu-item.has-child .menu-item-arrow{
    display: flex !important;
  } 
  .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .has-child .menu-item-arrow:before {
   /*  content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-right: 3px solid #f5f2f2;
    border-bottom: 3px solid #afacac;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .has-child:after { display: none; }
  
  .navbar-wrap .bottomnav .bottomnav-row .bottomnav-item.has-child .sub-menu .has-child.active > .menu-item-arrow:before { 
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .slider-catalog-wrap .slider-catalog .sc-item .title{
    min-height: 96px;
  }
  .slider-catalog-wrap .slider-catalog .sc-item .price-btn{
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-wrap .topnav .topnav-row .auth-soc .soc:last-of-type{
    display: none;
  }
  .navbar-wrap .topnav .topnav-row .auth-soc div.soc{
    display: flex !important;
  }
  .page-cart.page-cart-ua .table tr td:nth-of-type(3):before{
    content: 'Ціна';
  }
  .page-cart.page-cart-ua .table tr td:nth-of-type(4):before{
    content: 'Кількість';
  }
  .page-cart.page-cart-ua .table tr td:nth-of-type(5):before{
    content: 'Всього';
  }
}

.time-lang .fa { display: none; }

.bf-panel-wrapper .brainyfilter-panel .bf-attr-header{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
    background: transparent;
    border-top: none;
    padding: 0px;
}


.bf-panel-wrapper .brainyfilter-panel .bf-attr-header .bf-arrow{
    /*display: none;*/
}

.bf-panel-wrapper .brainyfilter-panel .bf-attr-header hr{
    margin-top: 12px;
    margin-bottom: 20px;
    border-top: solid 2px #000;
}

.bf-panel-wrapper .brainyfilter-panel .bf-attr-block + .bf-attr-block{
    margin-top: 20px;
}

.bf-panel-wrapper .brainyfilter-panel{
    margin-bottom: 30px;
}

.bf-panel-wrapper .brainyfilter-panel .bf-c-1 {
    padding-right: 8px;
}

.bf-panel-wrapper .brainyfilter-panel .bf-cell label {
    padding-top: 1.5px;
}

@media only screen and (max-width: 1024px){
.catalog-wrap aside {
    display: block!important; 
}
}

.row-customer_call_me_back{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.row-customer_call_me_back > div {
    width: 15px;
    padding-top: 2px;
    margin-right: 10px;
}

.row-customer_call_me_back label{
    cursor: pointer;
}


@media screen and (max-width:767px){
    #simplecheckout_button_confirm{margin-top: 20px;}

}







.page-news .news-item a.title-link{
    text-decoration: none;
    transition: all 0.2s ease;
    color: #212529;
    display: block;
}
.page-news .news-item a.title-link h2{
    color: #212529;
}

.page-news .news-item a.title-link:hover{
    opacity: 0.5;
}

.slider-main .slick-slide img{
    width: 100%;
    height: auto;
}

.advanteges__item img{
    width: 35px !important;
    height: 30px !important;
    margin-bottom: 0 !important;
    margin-right: 13px;
}

.block-advanteges-2{
    margin-top: 20px;
}

.advanteges__item{
    display: flex;
    align-items: center;
    width: 100%;
}

.advanteges__item p{
    width: 100%;
    max-width: 165px;
    margin-bottom: 0 !important;
}

.advanteges{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
}

.stock{
    color: rgb(82, 192, 102);
    margin-bottom: 0 !important;
    padding: 15px;
}
.stock-block{
    background: rgb(220, 239, 205);
    max-width: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 40px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
}

.advanteges-2__item img{
    width: 30px !important;
    height: 20px !important;
    margin-bottom: 0 !important;
}

.title_advanteges{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.desc_advanteges{
    font-size: 14px;
}

.advanteges-2__item{
    margin-bottom: 20px;
}

.advanteges-2__item:last-child{
    align-items: flex-start;
    margin-bottom: 0;
}
.made-block{
    border-bottom: 1px solid #f9e2ce;
    padding-bottom: 20px;
}

.made-block img{
    width: 100px !important;
    height: 50px !important;
}

.made_title{
    font-size: 13px;
}

.cart-img{
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

.advanteges-2__item__img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: rgb(244, 216, 192);
    margin-right: 15px;
    padding: 28px 27px;
    border-radius: 50%;
}

.advanteges-2__item{
    display: flex;
    align-items: center;
}

.advanteges-2__item p {
    margin-bottom: 0 !important;
}
.section-success h1 {
  margin: 0;
  padding: 0;
}
.section-success p {
  margin: 0;
  padding: 0;
}
.section-success__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #3A1919;
}

.section-success-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.section-success-top__heading h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #3A1919;
}
.section-success-top__print .button-print {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #3A1919;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-success-top__print .button-print__icon {
  margin-left: 12px;
}
.section-success-top__print .button-print:hover {
  color: #8F4218;
  cursor: pointer;
}
.section-success-top__print .button-print:hover svg path {
  fill: #8F4218;
}

.section-success-content .section-success-order-info__content {
  margin-top: 15px;
}
.section-success-content .section-success-order-info__content p {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.section-success-content .section-success-order-info__content strong {
  font-weight: 700;
}
.section-success-content .section-success-methods {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.section-success-content .section-success-methods-item {
  border: 1px solid #D87858;
  border-radius: 3px;
  padding: 20px 40px;
}
.section-success-content .section-success-methods-item-title {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #3A1919;
}
.section-success-methods-item-title img {
    margin-top: 3px;
}
.section-success-content .section-success-methods-item-title svg {
  flex-shrink: 0;
}
.section-success-content .section-success-methods-item-details {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #3A1919;
}
.section-success-content .section-success-methods-item-details ul {
  margin: 0;
  padding: 0;
}
.section-success-content .section-success-methods-item-details ul li {
  margin-top: 7px;
  list-style: none;
}
.section-success-content .section-success-methods-item-details ul li:first-child {
  margin-top: 0;
}
.section-success-content .section-success-methods-item-details__title {
  font-weight: 700;
}
.section-success-content .section-success-methods-item-details__text {
  margin-top: 10px;
  font-weight: 400;
}
.section-success-content .section-success-methods-item-details .copy-text:hover {
  color: #8F4218;
  cursor: pointer;
}
.section-success-content .section-success-methods-item-details .copy-text::after {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0H4C3.4485 0 3 0.4485 3 1V3H1C0.4485 3 0 3.4485 0 4V9C0 9.5515 0.4485 10 1 10H6C6.5515 10 7 9.5515 7 9V7H9C9.5515 7 10 6.5515 10 6V1C10 0.4485 9.5515 0 9 0ZM1 9V4H6L6.001 9H1ZM9 6H7V4C7 3.4485 6.5515 3 6 3H4V1H9V6Z' fill='%233A1919'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 4px;
  padding-right: 17px;
  opacity: 0.5;
}
.section-success-content .section-success-methods-item .section-success__heading {
  display: flex;
  align-items: center;
}
.section-success-content .section-success-methods-item .section-success__heading p {
  margin-left: 15px;
}
.section-success-content .section-success-methods .shipping {
  width: 40%;
}
.section-success-content .section-success-methods .payment {
  width: 60%;
}
.section-success-content .section-success-methods .payment .section-success-methods-item-title {
    text-transform: ;
}
.section-success-product {
  margin-top: 40px;
}
.section-success-product-list {
  margin-top: 20px;
  border-bottom: 1px solid rgba(216, 120, 88, 0.231372549);
}
.section-success-product-totals-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.section-success-product-totals-item:last-child {
    padding-top: 10px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(216, 120, 88, 0.231372549);
}
.section-success-product-totals-item__title {
    display: flex;
    flex-basis: 60%;
}
.section-success-product-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #3A1919;
}
.section-success-product-item__detail {
  color: #3A1919;
  display: flex;
  align-items: flex-start;
  flex-basis: 60%;
}
.section-success-product-item__detail:hover {
    color: #8F4218;
}
.section-success-product-item__img {
  margin-right: 20px;
}
.section-success-product-item__name {
  max-width: 378px;
}
.section-success-product-totals {
  margin-top: 20px;
  color: #3A1919;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  border-bottom: 1px solid rgba(216, 120, 88, 0.231372549);
}

.section-success-comment {
  margin-top: 30px;
}
.section-success-comment__text {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #3A1919;
}
@media (max-width: 992px) {
    .section-success-content .section-success-methods-item {
        padding: 20px 30px;
    }
}
@media (max-width: 768px) {
    .section-success-content .section-success-methods {
        flex-direction: column;
    }
    .section-success-content .section-success-methods .shipping, .section-success-content .section-success-methods .payment {
        width: 100%;
    }
    .section-success-content .section-success-methods {
        margin-top: 30px;
    }
    .section-success-product-item__name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        box-orient: vertical;
    }
}
@media (max-width: 576px) {
    .section-success__heading {
        font-size: 18px;
        line-height: 25px;
    }
    .section-success-top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .section-success-top__heading h1 {
        font-size: 22px;
        line-height: 25px;
    }
    .section-success-top__print {
        margin-top: 20px;
    }
    .section-success-product-item {
        font-size: 14px;
        line-height: 140%;
    }
    .section-success-product-item {
        flex-wrap: wrap;
    }
    .section-success-product-item__quantity {
        width: 100%;
        margin-left: 85px;
        order: 1;
    }
    .section-success-product-item__img {
        margin-right: 10px;
    }
    .section-success-product-item__detail {
        flex-basis: 70%;
    }
    .section-success-product-totals-item__title {
        flex-basis: initial;
    }
    .section-success-content .section-success-methods-item-title, .section-success-product-totals , .section-success-content .section-success-methods-item-details{
        font-size: 14px;
        line-height: 19.6px;
    }
    .section-success-content .section-success-order-info__content p {
        font-size: 16px;
        line-height: 22px;
    }
    .section-success-top__print .button-print {
        font-size: 12px;
        line-height: 14px;
    }
}

.modal-select__shadow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.5px);
    z-index: 100;
    display: none;
}

.modal-select__shadow_active{
    display: block;
}

.modal-select{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: none;
    overflow-y: scroll;
   -ms-overflow-style: none;
	scrollbar-width: none;
}

.modal-select::-webkit-scrollbar{
    display: none;
}

.modal-select_active{
    display: block;
}

.modal-select__body{
    position: absolute;
    /* top: 100px; */
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 700px;
    background: #FFFFFF;
    box-shadow: 0px 14px 30px rgb(172 173 188 / 20%);
    border-radius: 12px;
}

.modal-select__body:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
    width: 100%;
    height: 100px;
}

.modal-select__head{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.modal-select__title{
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.modal-select__close{
    cursor: pointer;
    height: 38px;
    width: 38px;
    background: #F5F5F7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-select__wrap{
    max-height: 300px;
    overflow-y: scroll;
    padding-left: 30px;
    padding-right: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal-select__wrap::-webkit-scrollbar{
    display: none;
}

.modal-select__item{
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #DCDCE3;
}

.modal-select__item a{
    text-decoration: none;
    display: block;
    color: inherit;
    transition: all 0.3s linear;
}

.modal-select__item a:hover{
    color: #e6734f;
}

.modal-select__image{
    width: 80px;
    height: 80px;
    margin: 0;
    display: block;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal-select__content{
    flex: 1;
    flex-shrink: none;
    position: relative;
    padding-right: 24px;
}

.modal-select__name{
    font-size: 16px;
    color: #4d4d4d;
    margin: 0 0 12px;
}

.modal-select__quantity-price{
    display: flex;
    align-items: center;
}

.modal-select__quantity{
    display: flex;
    align-items: center;
    border: solid 1px #ececec;
    border-radius: 3px;
    margin-right: 5px;
}

.modal-select__quantity-minus, .modal-select__quantity-plus{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 32px;
    width: 32px;
    color: #777;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
}

.modal-select__quantity-value{
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    -moz-appearance: textfield;
    display: block;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
}

.modal-select__quantity-value::-webkit-outer-spin-button, .modal-select__quantity-value::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.modal-select__price{
    margin: 0 0 0 5px;
    font-size: 18px;
    font-weight: 500;
    color: #9a3d00;
}

.modal-select__price del{
    color: #777;
}

.modal-select__remove{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.modal-select__bottom{
    padding: 25px 30px 30px;
}

.modal-select__total{
    font-size: 16px;
    color: #777;
    font-weight: 400;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F5F5F7;
    text-align: right;
}

.modal-select__total span{
    font-size: 18px;
    color: #9a3d00;
    font-weight: 500;
}

.modal-select__buttons{
    display: flex;
}

.modal-select__btn{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
    color: #64667D;
    background: rgba(172, 173, 188, 0.2);
    height: 44px;
    padding: 9px 15px 8px;
    border-radius: 6px;
    width: 100%;
    transition: all 0.3s linear;
}

.modal-select__btn:last-of-type{
    margin-right: 0;
}

.modal-select__btn_accent{
    color: #fff;
    background: #E47454;
}

.modal-select__btn_accent:hover{
    color: #fff;
    background: #993E0F;
    text-decoration: none;
}
.modal-select .notification-price {
    width: 100%;
    background: #E42E2C;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
}
.modal-select .notification-price figure {
    height: 45px;
    width: 45px;
    border: solid 2px #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 20px 0 0;
}
.modal-select .notification-price figure .line {
    height: 2px;
    width: 20px;
    background: #fff;
}
.modal-select .notification-price-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.modal-select .notification-price-text p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
}
.modal-select .modal-select__empty {
    padding: 30px;
    font-size: 16px;
    color: #4d4d4d;
    text-align: center;
}
@media (max-width: 768px) {
	.stock {
		padding: 12px;
		font-size: 14px;
		padding-bottom: 11px;
		margin-left: -4px;
		white-space: nowrap;
	}
    .modal-select .notification-price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .modal-select .notification-price figure {
        margin: 0 auto 20px;
    }
    .modal-select__body{
        top: 20px;
    }
    .modal-select__head{
        /* display: block; */
        padding: 25px 16px;
    }
    .modal-select__title{
        font-size: 20px;
    }
    /* .modal-select__close{
        height: 5px;
        width: 49px;
        background: rgba(172, 173, 188, 0.2);
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    } */
    /* .modal-select__close svg{
        display: none;
    } */
    .modal-select__wrap{
        /* max-height: calc(100vh - 120px - 131px - 20px); */
        max-height: calc(100vh - 120px - 313px - 20px);
        padding-left: 16px;
        padding-right: 16px;
    }
    .modal-select__bottom{
        padding: 12px 16px 30px;
    }
    .modal-select__total{
        margin-bottom: 5px;
        padding-bottom: 0;
        border: none;
        font-size: 14px;
    }
    .modal-select__total span{
        font-size: 14px;
    }
    .modal-select__coupon{
        margin-bottom: 5px;
    }
	.carousel-item img.d-block{
		object-fit: cover;
		height: 350px;
	}
}


option.hidden{
	display:none;
}
.notification-price.text_free_delivery,
.text_free_delivery .notification-price-text p {
    color: #fff;
	background:#FF5722;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 45px!important;
}


.carousel-item img.d-block{
    object-fit: cover;
    height: 760px;
}



.row-customer_newsletter.rows-c {
    display: flex;
    flex-direction: row-reverse;
}
.row-customer_newsletter.rows-c .checkbox {
    margin-right: 10px;
	margin-top: 1.5px;
}

.page-checkout input{
    margin: 0 auto 5px;
}