@import url(reset.css);

.sb_img img, img {
    max-height: 100%
}
#catalog_menu_view .flex-row
{
	display: flex;
	flex-wrap: wrap
}
.sale_label_score
{
color: red;
font-weight: bold;
position: absolute;
z-index: 99;
right: 34px;
top: 50px;
font-size: 18px;	
}
.compare_price +  .sale_label_score
{
	position: initial;
	padding-left: 5px;
}
.rotat__
{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ecebeb;
	margin-right: 5px;
	margin-top: 2px;
}
.page_answers
{
	margin-bottom: 40px;
}
#catalog_menu_view .flex-row .col-3
{
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	list-style: none
}
#catalog_menu_view .flex-row .col-3 .blo__:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 15px;
}
#catalog_menu_view .flex-row .col-3 .blo__
{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px;
	  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;

	
}
#catalog_menu_view .flex-row .col-3 .blo__ .text__
{
		padding: 15px;
		background: white;
		font-size: 16px;
		text-align: center;
		color: #979696;
}
#catalog_menu_view .flex-row .col-3 .blo__ .img__
{
	height: 160px;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: center center !important;
	background-color: white !important;
}
.call_soc .icos
{
	display: inline-block;
	height: 30px;
	width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
	margin-right: 7px;
	border-radius: 0px;
}
.call_soc .wat_
{
	   background-image: url(../images/ico/watsupp.png);
   
}
.call_soc .tel_
{
	   background-image: url(../images/ico/telegram.png);
   
}
.call_soc .vib_
{
	   background-image: url(../images/ico/viber.png);
   
}
.call_soc .skype
{
	   background-image: url(../images/ico/skype.png);
   
}
.header_boot, .header_foot, .top {
    position: relative
}

#header, .top {
    margin-top: 15px
}
.fancybox-close {
    top: 0 !important; 
    right: 0 !important;
}
.fancybox-nav {
    top: 50% !important;
    margin-top: -17px !important;
    width: auto !important;
    height: auto !important;
}
.contacts 
{
	overflow: hidden;
	width: 100%
}
#pickup_map
{
	display: block !important
}
.fancybox-nav span {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    margin-top: 0 !important;
}
#cart_informer, #mobile_control, .links li, .links li:nth-child(even) {
    text-align: center
}

#mobile_control, .cart_info {
    text-transform: uppercase;
    cursor: pointer
}

#account a, .callback_link {
    text-decoration: underline
}

#account a:hover, a {
    text-decoration: none
}

body {

	background: rgba(211,205,204,1);
background: -moz-linear-gradient(top, rgba(211,205,204,1) 0%, rgba(225,221,221,1) 30%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(211,205,204)), color-stop(20%, rgba(225,221,221,1)), color-stop(65%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(211,205,204,1) 0%, rgba(225,221,221,1) 20%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(211,205,204,1) 0%, rgba(225,221,221,1) 20%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(211,205,204,1) 0%, rgba(225,221,221,1) 20%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(211,205,204,1) 0%, rgba(225,221,221,1) 20%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1dddd', endColorstr='#ffffff', GradientType=0 );
background-repeat:no-repeat;
}

#currencies .jq-selectbox__dropdown, #currencies .jq-selectbox__trigger-arrow {
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

#blog li, #brands_menu li, #browsed_products, #cart_informer .cart li, #catalog_menu li, #deliveries, #orders_history, .block_3 li, .blog_post, .comment_list, .links li, .products, footer ul {
    list-style: none
}

#back_forward, #price_polzun, .features ul, .first, .message_error {
    clear: both
}

body, html {
    /*background-color: #f0f0f0;*/
    width: 100%;
    height: 100%
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    color: #777
}

.comment_h2, h2 {
    font: 600 18px 'Open Sans'
}

p {
    margin-bottom: 15px
}

h2 {
    text-transform: uppercase
}

a {
    color: coral
}

a:hover {
    color: #67D7BB
}

img {
    max-width: 100%
}

#main {
    margin-top: 0
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.container {
    margin-left: auto;
    margin-right: auto
}

.clearfix:after, .row:after {
    clear: both;
    content: " ";
    height: 0;
    display: block
}

.header_foot {
    height: 645px;
    width: 100%;
    overflow: hidden
}

.header_boot {
    /*background: #8E8E8E;*/
    width: 100%;
    padding-bottom: 1px;
    padding-top: 1px
}

.top {
    z-index: 999;
    border-radius: 0 10px 10px 0
}

.top .opacity_no, .top .opacity_top {
    height: 105px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    background: #fff;
    float: left
}

.top .opacity_top {
    opacity: .7
}

#main_menu ul {
    padding: 0 0 0 15px
}

#main_menu li {
    display: inline-block
}

#main_menu a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px;
    border-top: 4px solid transparent
}

#main_menu .selected a, #main_menu a:hover {
    border-top: 4px solid #ef936c
}

#main_menu .selected a::before, #main_menu a:hover::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 4px solid coral
}

#mobile_menu, #mobile_top {
    display: none;
    z-index: 999
}

#header, #mobile_control, #mobile_menu, #mobile_top {
    position: relative
}

#header {
    background: #126F68;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    z-index: 933;
    margin-bottom: 25px;
    border-radius: 5px
}

#main_slider {
    position: absolute;
    width: 100%;
    top: -30px;
    left: 0
}

#mobile_menu {
    overflow: hidden;
    line-height: 24px;
    color: #3e454c;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f6f6f6));
    background: -moz-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: linear-gradient(to bottom, #fff 0, #f6f6f6 100%);
    padding-top: 5px;
    padding-bottom: 5px
}

#mobile_top {
    border-top: 3px solid coral;
    margin-bottom: 8px;
    padding: 0 15px
}

#mobile_control {
    width: 40%;
    height: 35px;
    overflow: hidden;
    margin: 0 auto;
    background: coral;
    display: block;
    color: #fff;
    line-height: 35px;
    font-size: 14px
}

#mobile_control.activ {
    background-position: 50% -20px
}

.links .bold {
    font-weight: 700
}

.links li {
    width: 100%;
    margin: 2px 0
}

.links a {
    color: #3e454c;
    font-size: 22px
}

.cur {
    margin-left: 10px
}

.cur.selected a, .links a:hover {
    color: #f1a727
}

#logo {
    float: left;
    padding: 26px 0 0 31px;
    margin-right: 30px
	}

#logo .logo_img {
    width: 80px;
    height: 80px;
    display: block;
    background-image: url(../images/spritesheet1.png);
    background-repeat: no-repeat;
    background-position: 0 -5px;
    float: left;
    margin-top: -9px;
    margin-right: 5px
}

#logo a, #logo b {
    display: inline-block
}

#logo:hover .logo_img {
    background-position: -80px -5px
}

@-webkit-keyframes wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0)
    }
}

@keyframes wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        -ms-transform: skew(-12deg);
        transform: skew(-12deg)
    }
    33.3% {
        -webkit-transform: skew(10deg);
        -ms-transform: skew(10deg);
        transform: skew(10deg)
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        -ms-transform: skew(-6deg);
        transform: skew(-6deg)
    }
    66.6% {
        -webkit-transform: skew(4deg);
        -ms-transform: skew(4deg);
        transform: skew(4deg)
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        -ms-transform: skew(-2deg);
        transform: skew(-2deg)
    }
    100% {
        -webkit-transform: skew(0);
        -ms-transform: skew(0);
        transform: skew(0)
    }
}

@font-face {
    font-family: Open sans;
    src: url(../fonts/2211.eot);
    src: url(../fonts/2211.eot) format('embedded-opentype'), url(../fonts/2211.woff2) format('woff2'), url(../fonts/2211.woff) format('woff'), url(../fonts/2211.ttf) format('truetype'), url(../fonts/2211.svg#2211) format('svg')
}

#logo a {
    min-width: 299px;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent
}

#catalog_menu > ul > li > a, .cart_content .button, .showcase a {
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09)
}

#logo a:hover {
    -webkit-animation-name: wobble-bottom;
    animation-name: wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

#logo img {
    float: left;
    margin-right: 20px;
    margin-top: -14px;
    width: 25%
}

#logo b {
    font-size: 40px;
    line-height: 1em;
    font-weight: 300;
    color: #126F68;
    font-family: 'Open Sans';
    padding-bottom: 3px
}

#logo span {
    text-transform: uppercase;
    display: block;
    color: #909090;
    margin-left: 4px
}

#logo a:hover b {
    color: coral
}

#logo a:hover span {
    opacity: 1
}

#cart_informer {
    border-radius: 0 10px 10px 0;
    background: #EF936C;
    z-index: 999;
    float: right;
    height: 105px;
    position: absolute;
    right: 0; top: 0;
}

#cart_informer:hover {
    background: #126F68
}

.cart_info {
    position: relative;
    display: inline-block;
    padding: 25px 25px 25px 99px;
    background: url(../images/sprite.svg) 25px 25px no-repeat;
    font-weight: 700;
    color: #fff
}

.cart_content, .cart_info.empty {
    cursor: default
}

.cart_info::before {
    position: absolute;
    content: "";
    top: 26px;
    left: 86px;
    width: 1px;
    height: 50px;
    background: #f7cc6d
}

.cart_info span {
    display: block;
    padding-top: 3px;
    line-height: 14px;
    text-transform: none;
    color: #3e454c;
    white-space: nowrap
}

.cart_content, .cart_content .remove_cart:hover {
    color: #909090
}

.cart_content {
    display: none;
    position: absolute;
    top: 102px;
    right: 0;
    overflow-y: auto;
    min-width: 280px;
    height: auto;
    background: #1f282c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    text-align: left
}

.active .cart_content {
    display: block
}

#cart_informer .cart li {
    background: url(../images/cart-shadow.png) repeat-x;
    padding: 20px 10px 16px 20px;
    overflow: hidden
}

.cart_content .remove_cart {
    float: right;
    margin-left: 15px
}

#cart_informer .image {
    width: 74px;
    height: 74px;
    padding: 2px;
    line-height: 70px;
    float: left;
    margin-right: 15px;
    background-color: #fff;
    font-size: 0;
    text-align: center
}

#cart_informer .image img {
    vertical-align: middle
}

#cart_informer .cart a {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400
}

#cart_informer .cart a:hover {
    color: #909090
}

.cart_content .remove_cart {
    -webkit-appearance: none;
    border: none;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    color: #fff
}

.cart_info_total {
    text-align: right;
    background: url(../images/cart-shadow.png) repeat-x #303b40;
    font-weight: 700;
    padding: 20px;
    color: #fff
}

.cart_info_total span {
    text-transform: uppercase;
    float: left
}

#cart_informer .checkout {
    padding: 20px;
    background: url(../images/cart-shadow.png) repeat-x #263035;
    text-align: center
}

.cart_content .button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    border: none;
    text-transform: uppercase;
    padding: 15px 30px;
    color: #fff;
    background: coral;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#account .registr, #account .registr_user {
    width: 180px;
    text-align: left;
    padding-right: 3px;
    /*padding-left: 15px*/
}

.cart_content .button:hover {
    background: #67D7BB
}

#account {
    float: left;
    /*margin-left: 40px;*/
    position: relative;
    margin-top: 30px
}

#account a {
    display: block;
    float: left;
    text-transform: uppercase;
    color: #2a2a2a;
    font: 400 14px/32px Open Sans;
    z-index: 1;
	margin-right: 12px;
}

#account .registr_user {
    font-size: 14px;
    line-height: 20px;
    padding-top: 6px
}

#currencies {
    float: left;
    height: 34px;
    background: #FFF;
    border-radius: 2px;
    border: 1px solid #678FAA;
    margin-top: 30px
}

div.currency_select {
    width: 68px;
    padding: 0 4px;
    cursor: pointer
}

#currencies .jq-selectbox__select {
    height: 32px;
    padding: 0 25px 0 5px;
    border: none
}

#currencies .jq-selectbox__select-text {
    text-transform: uppercase;
    color: #6B6B6B;
    font: 400 14px/22px Open Sans;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#currencies .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 9px;
    right: 5px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 4px solid #777;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#currencies .jq-selectbox__dropdown {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#currencies .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#currencies .jq-selectbox__dropdown ul {
    left: 0;
    border: 1px solid #eaeaea;
    background: #fff;
    text-align: center;
    -moz-box-shadow: rgba(0, 0, 0, .2) 0 5px 13px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 5px 13px;
    box-shadow: rgba(0, 0, 0, .2) 0 5px 13px;
    padding: 5px
}

#currencies .jq-selectbox__dropdown ul li {
    display: block;
    color: #909090;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    padding: 4px 0;
    cursor: pointer
}

#currencies .jq-selectbox__dropdown li + li {
    border-top: 1px dotted #eaeaea
}

#currencies .jq-selectbox__dropdown ul li.sel, #currencies .jq-selectbox__dropdown ul li:hover {
    color: #f1a727
}

#search {
    width: 220px;
    float: right;
    margin: 5px 6px 0 0
}

#search form {
    position: relative;
    padding-right: 34px
}

#search .input_search {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    padding: 0 5px 0 12px;
    height: 32px;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #678faa;
    box-shadow: none;
    -webkit-appearance: none;
    margin: 0;
    font-size: 14px
}

.button_search {
    -webkit-appearance: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    border: none;
    background: #ef936c;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 6px 0;
    color: #fff;
    cursor: pointer;
    opacity: 1
}

.button_search:hover {
    opacity: .7
}

#phone {
    float: right;
    text-align: left;  
    color: #126F68;
    margin-right: 200px;
   
}
#phone .margin{
	margin-top:15px;
}
#phone .callback_link{
		font-size: 17px;
    margin-left: -15px;
}
#phone .row{
	margin-bottom:5px;
}

#path .home_link, .sale_banner a, .sb_banner, .sb_img, .showcase .arrow {
    text-align: center
}


#phone .phones {
    font-size: 21px;
    line-height: 21px;
	
}

#phone .workhours {
	
    white-space: nowrap;
    display: inline-block;
    background-color: #FFF;    line-height: 14px;
    font-size: 15px;
    color: #6B6B6B
}

.showcase {
    width: 25%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 25px
}

.showcase a {
    display: block;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative
}

.btn_404 a, .callback_link:hover, .flex_caption {
    text-decoration: none
}

#callback_form {
    width: 100%;
    max-width: 290px;
    min-width: 240px;
    overflow: hidden
}

#callback_form div {
    font-size: 15px
}

.showcase a:after, .showcase a:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.showcase a:before {
    left: -100%;
    top: -100%
}

.showcase a:after {
    right: -100%;
    bottom: -100%
}

.showcase a:hover:before {
    left: 0;
    top: 0
}

.showcase a:hover:after {
    right: 0;
    bottom: 0
}

.showcase a img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    vertical-align: top
}

.showcase .arrow, h2.widget_title {
    border-radius: 5px
}

.sb_img img, .showcase .showcase_icon {
    vertical-align: middle
}

.showcase .inside {
    position: relative;
    padding: 14px 57px 15px 27px;
    background: #126F68
}

.showcase div, .showcase h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
    padding: 0;
    font-family: Open Sans;
    color: #fff
}

.showcase h3, .showcase span {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    padding: 0;
    margin-top: 1px;
    color: #f4f4f4;
    margin-bottom: 0
}

.showcase .arrow {
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -17px;
    width: 33px;
    height: 33px;
    background: #ef936c;
    color: #000;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09)
}

.page_description {
    margin-top: 25px
}

#left {
    float: left;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px
}

.page_title_menu, h2.widget_title {
    padding: 12px 10px 16px 24px;
    color: #fff;
    background: #67D7BB
}

.widget {
    margin-bottom: 20px
}

.page_title_menu {
    margin: 0;
    font: 600 18px Open Sans;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#brands_menu > ul > li > a, #catalog_menu .submenu a, #catalog_menu > ul > li > a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px
}

#catalog_menu > ul {
    margin-top: 9px
}

#catalog_menu li {
    position: relative
}

#catalog_menu > ul li + li {
    margin-top: 1px
}

#catalog_menu > ul > li > a {
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 8px 27px 8px 32px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #4c4c4c;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f6f6f6));
    background: -moz-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: linear-gradient(to bottom, #fff 0, #f6f6f6 100%)
}

#brands_menu > ul > li > a, #catalog_menu > ul > li > .submenu {
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09)
}

#catalog_menu > ul > li > a::before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 17px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #eaeaea
}

#catalog_menu > ul > li.active_item > a, #catalog_menu > ul > li.current > a, #catalog_menu > ul > li:hover > a, #catalog_menu > ul > li > a.selected {
    background: #54aa94;
    color: #fff
}

#catalog_menu > ul > li > .submenu {
    padding: 5px 24px;
    background: #bbb;
    background: -moz-linear-gradient(top, #bbb 0, #bbb 13%, #b7b7b7 31%, #a0a0a0 98%, #a8a8a8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bbb), color-stop(13%, #bbb), color-stop(31%, #b7b7b7), color-stop(98%, #a0a0a0), color-stop(100%, #a8a8a8));
    background: -webkit-linear-gradient(top, #bbb 0, #bbb 13%, #b7b7b7 31%, #a0a0a0 98%, #a8a8a8 100%);
    background: -o-linear-gradient(top, #bbb 0, #bbb 13%, #b7b7b7 31%, #a0a0a0 98%, #a8a8a8 100%);
    background: -ms-linear-gradient(top, #bbb 0, #bbb 13%, #b7b7b7 31%, #a0a0a0 98%, #a8a8a8 100%);
    background: linear-gradient(to bottom, #bbb 0, #bbb 13%, #b7b7b7 31%, #a0a0a0 98%, #a8a8a8 100%);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    margin-top: 1px
}

#brands_menu > ul > li > a, .sale_banner a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

#catalog_menu .submenu li {
    padding: 4px 0;
    position: relative
}

#catalog_menu .submenu a {
    display: inline-block;
    color: #fff;
    padding-right: 10px
}

#catalog_menu .submenu a.selected, #catalog_menu .submenu li.active_item > a, #catalog_menu .submenu li:hover > a {
    color: #000
}

#catalog_menu .submenu .submenu {
    padding: 5px 0 0 15px
}

#catalog_menu .submenu .submenu a {
    text-transform: none
}

.switch {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 14px;
    height: 14px;
    background: url(../images/sprite.svg) no-repeat;
    cursor: pointer;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

#catalog_menu li > .switch {
    background-position: 0 -160px
}

#catalog_menu li > .switch:hover, #catalog_menu > ul > li.current > .switch {
    background-position: -20px -160px
}

#catalog_menu ul ul li > .switch {
    top: 6px;
    right: -5px;
    background-position: -38px -162px
}

#catalog_menu ul ul li > .switch:hover {
    background-position: -58px -162px
}

.active .mobile_control, .switch.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.submenu {
    display: none
}

.current > .submenu, .opened > .submenu {
    display: block
}

.mobile_heading {
    position: relative
}

.mobile_control {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 16px;
    right: 28px;
    background: url(../images/sprite.svg) -3px -243px no-repeat;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    cursor: pointer
}

#brands_menu li, #brands_menu > ul > li > a, #content, #path, .bottom_widget, .sb_img {
    position: relative
}

#brands_menu > ul {
    margin-top: 9px
}

#brands_menu > ul li + li {
    margin-top: 1px
}

#brands_menu > ul > li > a {
    display: block;
    text-transform: uppercase;
    padding: 8px 27px 8px 32px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    border-radius: 5px;
    color: #4c4c4c;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f6f6f6));
    background: -moz-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: linear-gradient(to bottom, #fff 0, #f6f6f6 100%)
}

.sale_banner .btn, .sale_banner a {
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09)
}

#brands_menu > ul > li.active_item > a, #brands_menu > ul > li.current > a, #brands_menu > ul > li:hover > a, #brands_menu > ul > li > a.selected {
    background: #54AA94;
    color: #fff
}

#brands_menu .submenu li {
    padding: 4px 0;
    position: relative
}

#brands_menu .submenu a.selected, #brands_menu .submenu li.active_item > a, #brands_menu .submenu li:hover > a {
    color: #000
}

.sale_banner h2, .sale_banner h4, .sale_banner h5 {
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    font-weight: 700
}

.sale_banner a {
    display: block;
    padding: 15px 15px 24px;
    background: #f5c033;
    background: -webkit-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5c033), color-stop(100%, #f1a626));
    background: -moz-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: -ms-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: -o-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: linear-gradient(to bottom, #f5c033 0, #f1a626 100%);
    border-radius: 5px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09)
}

.sale_banner .btn, .sb_banner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.sale_banner a:hover {
    background: #f1a727
}

.sale_banner h2 {
    font-size: 60px;
    margin: 0
}

.sale_banner h5 {
    font-size: 12px;
    margin: 0 0 7px
}

.sale_banner h4 {
    font-size: 18px;
    margin: 0 0 5px
}

.sale_banner h3, .sale_banner p {
    text-transform: uppercase;
    color: #a88136
}

.sale_banner h3 {
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    margin: 0 0 7px;
    font-family: Open Sans
}

.sale_banner p {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: -.5px
}

.sale_banner .btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 9px 20px 8px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    color: #909090;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f6f6f6));
    background: -moz-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: linear-gradient(to bottom, #fff 0, #f6f6f6 100%)
}

.bottom_widget_wrap, .sb_banner .btn {
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09)
}

.sale_banner .btn:hover {
    background: #566b78 !important;
    color: #fff !important
}

.sb_banner h2, .sb_banner h4, .sb_banner h5 {
    text-transform: uppercase;
    color: #fff
}

#left .products .product {
    width: 100%;
    text-align: center;
    margin-top: 9px;
    padding: 0
}

#left .product:last-child {
    padding-bottom: 0
}

#left .products .product_links, #left .products .variant {
    float: none
}

.sb_banner {
    display: block;
    padding: 0;
    border-radius: 5px;
    overflow: hidden
}

.sb_banner a {
    display: block;
    font-size: 0
}

.sb_img {
    overflow: hidden;
    height: 260px;
    line-height: 220px;
    padding: 20px 10px;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #fff));
    background: -moz-linear-gradient(top, #fafafa 0, #fff 100%);
    background: -ms-linear-gradient(top, #fafafa 0, #fff 100%);
    background: -o-linear-gradient(top, #fafafa 0, #fff 100%);
    background: linear-gradient(to bottom, #fafafa 0, #fff 100%)
}

.sb_banner h2, .sb_banner h3, .sb_banner h4, .sb_banner h5 {
    line-height: 1em;
    font-weight: 700
}

.sb_img img {
    display: inline !important;
    max-width: 100%
}

.sb_text {
    background: #f5c033;
    background: -webkit-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5c033), color-stop(100%, #f1a626));
    background: -moz-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: -ms-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: -o-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: linear-gradient(to bottom, #f5c033 0, #f1a626 100%);
    padding: 10px 5px 20px
}

.sb_banner:hover .sb_text, .sb_banner:hover h2 {
    background: #f1a727
}

.sb_banner h2 {
    font-size: 38px;
    padding: 15px 5px;
    background: #f5c033;
    background: -webkit-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5c033), color-stop(100%, #f1a626));
    background: -moz-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: -ms-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: -o-linear-gradient(top, #f5c033 0, #f1a626 100%);
    background: linear-gradient(to bottom, #f5c033 0, #f1a626 100%)
}

.sb_banner h5 {
    font-size: 12px;
    margin: 0 0 7px
}

.sb_banner h4 {
    font-size: 18px;
    margin: 0 0 5px
}

.sb_banner h3, .sb_banner p {
    color: #a88136;
    text-transform: uppercase
}

.sb_banner h3 {
    font-size: 36px;
    margin: 0 0 7px;
    font-family: Open Sans
}

.sb_banner p {
    margin: 0;
    padding: 0 5px;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: -.5px
}

#path, .sb_banner .btn {
    font-weight: 700;
    line-height: 24px;
    display: inline-block
}

.sb_banner .btn {
    font-size: 16px;
    padding: 9px 20px 8px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    color: #909090;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f6f6f6));
    background: -moz-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: -o-linear-gradient(top, #fff 0, #f6f6f6 100%);
    background: linear-gradient(to bottom, #fff 0, #f6f6f6 100%);
    text-transform: uppercase
}

.sb_banner .btn:hover {
    background: #566b78 !important;
    color: #fff !important
}

#content {
    float: right;
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px
}

#path {
    border: 1px solid #d4d4d4;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
    background: #fdfdfd;
	list-style-type: none;
}
#path > li {
	display: inline-block;
}

#path .home_link {
    padding: 0 10px
}

.home_link svg {
    vertical-align: -4px
}

#path > li > a, #path > li > span {
    display: inline-block;
    background: #fff;
    padding: 0 15px 0 11px;
    color: #777;
    border-right: 1px solid #d4d4d4;
}

#path a:hover {
    color: #333
}

#path > :last-child {
    cursor: default;
    color: #777;
    border-right: none
}

#path > :last-child:hover {
    color: #777
}

.page_title {
    margin: 0;
    padding: 12px 10px 16px 24px;
    font: 600 18px Open Sans;
    text-transform: uppercase;
    color: #fff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ef936c
}

.bottom_widget_wrap, .products .product > div {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.bottom_widget_wrap {
    overflow: hidden;
    margin-bottom: 39px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09)
}

.gallery .image, .products .product > div {
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09)
}

.bottom_widget {
    width: 33.33333333333333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left
}

.bottom_widget .inside {
    padding: 45px 15px 32px
}

.bottom_widget h3, .bottom_widget_div {
    padding: 0;
    margin: 0 0 15px;
    font: 700 18px/24px Open Sans;
    text-transform: uppercase;
    color: #000
}

.block_3 ul a, .bottom_widget p {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px
}

.bottom_widget.block_2 div, .bottom_widget.block_2 h3 {
    margin-bottom: 5px
}

.bottom_widget.block_2 {
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea
}

.bottom_widget p {
    margin: 0;
    color: #777;
    overflow: hidden
}

.block_1 .inside {
    padding: 45px 10px 15px 27px
}

.block_1 .fb_iframe_widget {
    border: 1px solid #909090;
    width: 100% !important
}

.products .image, .products .product_info {
    border-top: 1px solid #fff;
    position: relative
}

.block_3 .inside {
    padding: 45px 15px 15px 7px
}

.block_3 h3 {
    margin-bottom: 9px
}

.block_3 li {
    margin-bottom: 10px
}

.block_3 ul a {
    color: #909090
}

.block_3 ul .selected a, .block_3 ul a:hover {
    color: #000
}

.item_bottom p, .right_icon {
    color: #fff;
    text-align: center
}

.bottom_icon {
    float: left;
    width: 64px;
    height: 64px;
    margin: 3px 10px 0 0;
    line-height: 59px;
    text-align: center
}

.right_icon {
    float: left;
    width: 90px;
    height: 90px;
    margin: 0 13px 8px 0;
    background: #EF936C;
    border-radius: 50%;
    font-size: 36px;
    padding-top: 27px;
    font-style: normal
}

.item_bottom {
    width: 100%;
    overflow: hidden
}

.item_bottom p {
    font-size: 12px;
    display: block;
    padding-top: 6px
}

.item_bottom h4, .item_bottom_div {
    margin: 23px 0 0;
    line-height: 24px;
    font-size: 13px;
    color: #777;
    text-transform: uppercase;
    overflow: hidden
}

.item_bottom_div {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: 700
}

.shipping .bottom_icon {
    background-image: url(../images/delivery50.png)
}

.call_us .bottom_icon {
    background-image: url(../images/mall2.png)
}

.gift .bottom_icon {
    background-image: url(../images/discount4.png)
}

.call_us, .gift {
    margin-top: 26px
}

.products {
    overflow: hidden;
    margin-bottom: 25px
}

.products .product {
    width: 300px;
    float: left;
    padding: 0 15px;
    margin-top: 9px
}

.products .product > div {
    padding: 0;
    position: relative;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    border-radius: 5px;
    overflow: hidden;
    background: #fff
}

.product h1, .product_links .btn {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.products .image {
    display: block;
    overflow: hidden;
    padding: 20px 27px;
    border-bottom: 1px solid #eaeaea;
    /*background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(100%, #fff));
    background: -moz-linear-gradient(top, #fafafa 0, #fff 100%);
    background: -ms-linear-gradient(top, #fafafa 0, #fff 100%);
    background: -o-linear-gradient(top, #fafafa 0, #fff 100%);
    background: linear-gradient(to bottom, #fafafa 0, #fff 100%);*/
    text-align: center
}

.products .product_info {
    background: #f6f6f6;
    background: -webkit-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(100%, #fff));
    background: -moz-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: -o-linear-gradient(top, #f6f6f6 0, #fff 100%);
    background: linear-gradient(to bottom, #f6f6f6 0, #fff 100%);
    padding: 5px 17px 20px;
    overflow: hidden
}

.products h3 {
    margin: 3px 0;
    text-align: center
}

.products.list h3 {
    text-align: left
}

.product h3 a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #222;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.price, .product h3 a:hover {
    color: #f1a727
}

.products .price {
    display: block
}

.price {
    white-space: nowrap;
    font: 400 19px/23px Arial, Helvetica, sans-serif
}

#flypage .price {
    display: inline;
    margin-right: 5px
}

.compare_price {
    text-decoration: line-through;
    font-size: 14px;
    color: #909090;
    white-space: nowrap
}

#products.list .annotation, #products.list .annotation span {
    font-size: medium !important
}

.products .variant {
    padding-top: 2px;
    float: left
}

#content .products .variant {
    height: 44px
}

#products .annotation {
    display: none
}

#products.list .annotation {
    display: block;
    margin: 5px 0
}

#products.list h3 a {
    font-size: 16px
}

#products.list .annotation p:last-child {
    margin: 0
}

#products.list .product {
    width: 100%;
    float: none;
    margin-bottom: 20px
}

#products.list .image {
    float: left;
    width: 260px;
    height: auto;
    border-bottom: none;
    background: 0 0
}

#products.list .product_info {
    text-align: left;
    padding: 12px 15px
}

.products.list .product_links, .products.list .variant {
    float: none
}

.product_links {
    float: right;
    margin-top: 5px
}

.product_links .btn {
    display: inline-block;
    vertical-align: top;
    padding: 5px 6px 2px;
    border-radius: 5px;
    background: #95B9D0;
    text-align: center;
    width: 38px;
    height: 37px;
    margin-left: 3px
}

.btn:hover, .cart_button:hover {
    background: #67D7BB
}

.error_captcha {
    color: red;
    font-weight: 100;
    display: none
}

.cart_button {
    display: inline-block;
    margin-left: 3px;
    background: #ef936c;
    padding: 5px 5px 1px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer
}

.products .cart_button {
    width: 38px;
    height: 37px;
    margin-right: 5px; color:#fff;
}
.products .cart_button:hover {
	color: #000;
}
.button, .checkout_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 229px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #ef936c;
    color: #333;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400
}

.button:hover, .checkout_button:hover {
    background: #ef936c;
    color: #fff
}

.category_toolbar {
    overflow: hidden;
    margin: 15px 0 5px;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

.view {
    float: right;
    padding-top: 2px
}

.view span {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.view span.selected, .view span:hover {
    color: #f1a727
}

.sort {
    float: left
}

.limit {
    float: left;
    margin-left: 30px
}

.limit label, .sort label {
    display: inline-block;
    margin-right: 3px
}

.limit select, .sort select {
    height: 30px;
    display: inline-block;
    padding: 5px 4px;
    cursor: pointer
}

.price_position {
    padding-top: 10px
}

#maxCost, #minCost {
    text-align: center;
    max-width: 60px;
    height: 28px;
    padding: 0 5px;
    line-height: 1;
    margin-bottom: 15px
}

.price_position label {
    width: 49%;
    float: left;
    font-weight: 400
}

.brand_filter, .price_filter, .sort_by .feature_name {
    display: block;
    color: #909090;
    font-weight: 700;
    text-transform: uppercase
}

.price_position .right {
    text-align: right
}

.sort_by .feature_name {
    border-top: 1px solid #aeaeae;
    padding-top: 15px
}

.brand_filter, .price_filter {
    margin: 5px 0
}

.filter_group input[type=checkbox] {
    margin: 0 5px;
    vertical-align: middle
}

.filter_group li {
    list-style-type: none;
    line-height: 24px
}

.filter_group li:last-child {
    margin-bottom: 15px
}

.filter_group label {
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    height: auto;
    font-size: 13px;
    margin: 0;
    vertical-align: middle
}

#left .ui-widget-header {
    background: #f5c033
}

#left .ui-corner-all {
    border: 0
}

#left .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    top: -4px;
    background: #bbb;
    border: 1px solid #bbb;
    border-radius: 7px
}

#left .ui-slider-horizontal {
    height: .6em
}

.sort_by .button {
    font-size: 14px;
    margin: 15px auto 10px;
    display: block
}

#flypage {
    margin-bottom: 20px
}

.gallery {
    float: left;
    text-align: center;
    margin-bottom: 25px;
    width: 40%;
    margin-right: 30px
}

.gallery .image {
    padding: 5px;
    border: 1px solid #eaeaea;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 15px
}

#flypage .variants, .product h1 {
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    background: #fff;
    overflow: hidden
}

.product img {
    vertical-align: middle;
    transition: all .5s ease 0s
}

.products li:hover .image img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1)
}

.product .images a {
    padding: 3px;
    text-align: center;
    border: 1px solid #eaeaea;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    display: block;
    font-size: 0
}

#flypage .bx-wrapper {
    margin: 0 15px !important
}

#flypage .images img {
    display: inline !important
}

.product h1 {
    padding: 12px 25px 10px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    border-radius: 5px;
    border: 1px solid #eaeaea;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase
}

#flypage .product_info {
    overflow: hidden
}

#flypage .variants {
    margin-top: 9px;
    padding: 10px 10px 10px 25px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eaeaea
}

.description, .minus, .plus {
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09)
}

.add_to {
    margin-top: 3px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex
}

.add_to label, .product_var label {
    margin-top: 8px;
    margin-bottom: 0;
    float: left;
    margin-right: 8px
}

#product_amount {
    float: left;
    margin-right: 10px;
    margin-top: 10px
}

#flypage #product_amount input, #purchases .amount input {
    width: 50px;
    height: 36px;
    display: inline-block;
    padding: 9px 0 8px;
    outline: 0;
    text-align: center;
    margin: 0 5px 0 0;
    vertical-align: top
}

#browsed_products img, #purchases img {
    vertical-align: middle
}

#flypage .cart_button {
    margin-top: 11px;
    width: 124px;
    height: 38px;
    margin-right: 10px
}

#flypage .cart_button span {
    float: right;
    font-size: 13px;
    padding: 0 8px 0 3px;
    color: #fff;
    line-height: 28px;
    text-transform: uppercase
}

.minus, .plus, .product_var select {
    font: 400 13px Arial;
    color: #777
}

.minus, .plus {
    width: 30px;
    height: 36px;
    display: inline-block;
    padding: 9px 0 8px;
    outline: 0;
    text-align: center;
    margin: 0 5px 5px 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer
}

.product_var {
    margin-top: 15px
}

.product_var select {
    height: 37px;
    padding: 0 5px;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#browsed_products li, .description {
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff
}

.product_details {
    margin-top: 15px;
    padding: 10px 0 15px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea
}

.product_details p {
    padding: 5px 0 0;
    margin: 0
}

.product_details span {
    color: #f1a727
}

.desc_wrap {
    overflow: hidden;
    margin-top: 13px;
    margin-bottom: 15px
}

.description {
    padding: 10px 25px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eaeaea
}

.description p {
    font-size: medium
}

.description div, .description h4 {
    margin: 10px 0;
    font: 14px Open Sans
}

#back_forward {
    overflow: hidden;
    margin: 15px 0;
    padding: 0 15px;
    font-size: 16px
}

#back_forward .prev_page_link {
    float: left;
    padding-right: 15px;
    width: 50%;
    font-weight: 700
}

#back_forward .next_page_link {
    float: right;
    padding-left: 15px;
    text-align: right;
    width: 50%;
    font-weight: 700
}

.yashare-auto-init {
    margin: 15px 30px 0 0;
    padding-top: 12px;
    border-top: 1px solid #eaeaea;
    float: left
}

.features ul {
    list-style: none;
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    border-left: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae
}

.features li {
    overflow: hidden;
    border-top: 1px solid #aeaeae;
    padding: 10px 5px
}

.features label {
    font-style: normal;
    display: block;
    width: 30%;
    float: left;
    font-weight: 500;
    margin: 0;
    color: #222
}

.features span {
    float: left;
    display: block;
    width: 70%;
    padding-left: 15px
}

.related {
    margin-bottom: 25px
}

#browsed_products {
    margin: 20px 0;
    overflow: hidden
}

#browsed_products li {
    float: left;
    padding: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    width: 122px;
    height: 122px;
    line-height: 100px;
    text-align: center;
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eaeaea
}

#blog li, .blog_post, .cat_descr {
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    overflow: hidden
}

.cat_descr {
    background: #fff;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 19px;
    margin: 9px 0 26px;
    padding: 30px
}

.markers_product a, .pagination a {
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .09)
}

.cat_descr img {
    max-width: 22%;
    float: left;
    margin: 0 30px 20px 0
}

.cat_descr p:last-child {
    margin-bottom: 0
}

footer {
    background: #212a2f;
    background: -webkit-linear-gradient(top, #212a2f 0, #1b2226 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #212a2f), color-stop(100%, #1b2226));
    background: -moz-linear-gradient(top, #212a2f 0, #1b2226 100%);
    background: -ms-linear-gradient(top, #212a2f 0, #1b2226 100%);
    background: -o-linear-gradient(top, #212a2f 0, #1b2226 100%);
    background: linear-gradient(to bottom, #212a2f 0, #1b2226 100%)
}

footer #copyright {
    background: #252f34;
    background: -webkit-linear-gradient(top, #252f34 0, #1c2427 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #252f34), color-stop(100%, #1c2427));
    background: -moz-linear-gradient(top, #252f34 0, #1c2427 100%);
    background: -ms-linear-gradient(top, #252f34 0, #1c2427 100%);
    background: -o-linear-gradient(top, #252f34 0, #1c2427 100%);
    background: linear-gradient(to bottom, #252f34 0, #1c2427 100%);
    margin-top: 15px
}

.foot {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    color: #566b78
}

.foot div {
    padding-top: 20px;
    color: #fff;
    font: 400 12px/18px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px
}
.foot .no_top{
	 padding-top: 5px !important;
}
.contacts_phone {
    font-size: 16px;
    font-family: Open Sans;
    line-height: 18px;
    padding: 0 0 8px
}

footer ul {
    font-size: 0
}

footer a {
    color: #566b78;
    font-size: 12px;
    line-height: 1.2em
}

footer .selected a, footer a:hover {
    color: #fff
}

#copyright {
    overflow: hidden
}

#copyright .copy_center {
    margin-top: 10px
}

#copyright p {
    font-size: 11px;
    padding: 21px 0;
    margin: 0;
    float: left;
    width: 50%
}

.pagination {
    display: inline-block;
    margin: 30px 0 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.pagination a {
    float: left;
    margin-right: 2px;
    padding: 4px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .09);
    background: #fff;
    border: 1px solid #eaeaea
}

.pagination a.selected, .pagination a:hover {
    background: #f1a727;
    color: #fff;
    border-color: #f1a727
}

.pagination_new{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;

    margin: 40px 0 15px;
}
.pagination_new a{
    width: 40px;
    height: 40px;
    border: 2px solid #c8cacc;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #737a83;
    line-height: 36px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    transition: .2s;
}
.pagination_new a+a{
    margin-left: 10px;
}
.pagination_new a.active,
.pagination_new a:hover{
    border-color: #54aa94;
    background: #54aa94;
    color: #fff;
}
.pagination_new a svg path{
    fill: #787f88;
}
.pagination_new a.active svg path{
    fill: #54aa94;
}
.pagination_new a.prev_page_link.active,
.pagination_new a.next_page_link.active,
.pagination_new a.prev_page_link:hover,
.pagination_new a.next_page_link:hover{
    border-color: #54aa94;
    background-color: transparent;
}

#blog li {
    padding: 15px 20px 55px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    background: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 28px;
}

#blog li:nth-child(3n-1),
#blog li:nth-child(3n){
    margin-left: 33px;
}

.product_reg {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.product_reg .title {
    margin-right: 15px;
}
.product_reg a {
    display: flex;
    align-items: center;
    height: 28px;
    background: coral;
    color: #fff;
    padding: 0 10px;
    border-radius: 4px;
}
.product_reg a:hover {
    background: #d66136;
}
.previewgrid_no_stock_text,
.previewlist_no_stock_text {
    color: #FE6519;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
}
.previewlist_no_stock_text {
    font-size: 14px;
}
.products.list .previewgrid_no_stock_text {
    display: none;
}
.products.grid .previewlist_no_stock_text {
    display: none;
}
.product_no_stock_text {
    margin-top: 15px;
    color: #FE6519;
    margin-left: 10px;
    font-size: 14px;
}
@media (max-width: 1200px){
    #blog li:nth-child(3n){
        margin-left: 0;
    }
}

#deliveries, .cart_item, .coupon, .discount, .subtotal {
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09)
}

.article_header {
    margin-bottom: 19px
}

#blog div a, .blog_post h2 {
    color: #333;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.blog_post h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog_post h3 {
    font-size: 16px;
    color: #333;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}    

#blog div a:hover {
    color: #f1a727
}

#blog img {
    width: 100%;
    height: auto
}

.blog_post img {
    width: 100% !important;
    height: auto
}

#blog {
    display: flex;
    padding-top: 10px;
    flex-wrap: wrap;
}

#blog .blog_article {
    width: 268px
}

#blog .blog_article:nth-child(3n) {
    margin-right: 0
}

#blog .blog_article .article-title {
    max-height: 170px;
    overflow: hidden;
    line-height: 22px
}

#blog .blog_article .date {
    display: none
}

#blog .blog_article .button {
    width: 100%;
    text-align: center
}

#blog .blog_article .blog-text {
    height: 50px;
    overflow: hidden;
    margin-bottom: 20px
}

.date {
    font-style: italic;
    color: #C00
}

#purchases {
    margin-bottom: 25px
}

.cart_item {
    position: relative
}

.cart_item, .coupon, .discount, .subtotal {
    margin-top: 9px;
    padding: 20px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eaeaea;
    overflow: hidden
}

.cart_item + .cart_item {
    border-top: 1px solid #eaeaea
}

div#purchases .image {
    width: 120px;
    float: left
}

div#purchases .image a {
    display: block;
    text-align: center;
    font-size: 0;
    height: 120px;
    line-height: 100px;
    padding: 10px
}

.item_info {
    margin-left: 130px
}

#purchases .remove, .pop-up-cart .remove_cart {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 20px;
    text-align: right;
    overflow: hidden;
    color: #fe2a2a;
    background: 0 0;
    border: none;
    cursor: pointer;
        padding: 0px;
}

#purchases .remove:hover, .pop-up-cart .remove_cart:hover {
    color: #333
}

#purchases h3, #purchases_div {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea
}

#purchases h3 a, #purchases_div_a {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#purchases a:hover {
    color: #f1a727
}

#purchases .download_attachment {
    white-space: nowrap;
    border-bottom-color: 1px dotted green;
    background-color: #ccff72
}

.item_price {
    overflow: hidden
}

.item_price .inner {
    float: left;
    width: 33.333%;
    margin: 0
}

.item_price .price {
    line-height: 37px
}

.coupon span, .inner .text {
    font-weight: 400;
    font-size: 12px;
    color: #777;
    padding-right: 5px
}

.coupon .message_error {
    padding: 10px 12px;
    margin: 5px 10px 0 0;
    white-space: nowrap
}

.item_price .amount {
    text-align: center;
    white-space: nowrap
}

.subtotal, .sum {
    text-align: right
}

#purchases select {
    padding: 5px;
    height: 34px;
    border-radius: 5px;
    font: 400 13px Arial;
    cursor: pointer
}

.discount span {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 20px
}

#purchases input.coupon_code {
    width: 200px;
    margin: 10px 7px 10px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#deliveries li > div, #deliveries li h3, ul#deliveries li .description {
    margin-left: 25px;
    display: block
}

#deliveries li div, #deliveries li h3 {
    margin-bottom: 7px;
    color: #222
}

.captcha, form input, textarea {
    margin-bottom: 10px
}

.subtotal {
    font-size: 24px;
    color: coral
}

.subtotal span {
    font: 18px Open Sans;
    margin-right: 5px;
    color: #222
}

input[type=text], input[type=password] {
    max-width: 420px
}

#deliveries {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px 20px 0;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eaeaea
}

#deliveries li {
    margin-bottom: 20px
}

#deliveries li div.checkbox {
    float: left
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=telephone], select, textarea {
    padding: 6px;
    border: 1px solid #eaeaea;
    font: 400 13px Arial;
    color: #777;
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=telephone] {
    width: 100%;
    height: 34px;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-appearance: none
}

textarea {
    width: 100%;
    height: 100px;
    margin-top: 5px
}

label {
    font-weight: 700;
    display: block;
    font-size: 12px
}

input.input_captcha {
    width: 150px;
    text-transform: uppercase;
    margin-left: 10px;
    vertical-align: top
}

.captcha {
    display: block;
    float: left;
    margin-right: 14px;
    width: 310px
}

.captcha + .button {
    position: relative;
    top: 1px;
    webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09)
}

.cart_form, .feedback_form {
    max-width: 600px;
    margin-top: 15px
}

.login_form, .page_content, .register_form, .user_form {
    margin: 20px 0
}

.register_form textarea {
    width: 420px;
    height: 120px
}

.comment_form .input_name {
    max-width: 253px;
    margin-bottom: 10px
}

.checkout_button {
    display: block
}

input.last {
    margin-bottom: 25px
}

.login_form .button, .user_form .button {
    display: block
}

#comments {
    padding-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px
}

#comments h2 {
    margin-bottom: 20px;
    margin-top: 20px
}

.comment_list li {
    padding-bottom: 15px
}

.comment_header {
    font-size: 15px;
    color: #222
}

.comment_header i {
    font-weight: 400;
    font-size: 13px;
    padding-left: 5px
}

.comment_content {
    padding-left: 15px;
    margin-top: 5px
}

#orders_history li {
    margin-bottom: 10px
}

#orders_history li a {
    font-size: 15px
}

table#purchases {
    width: 100%;
    margin: 30px 0
}

#purchases td, #purchases th {
    padding: 10px;
    border: 1px solid #aeaeae;
    text-align: center
}

#purchases td.name a {
    color: #f1a727;
    font-size: 15px
}

#purchases td.name a:hover {
    color: #222
}

td.amount {
    white-space: nowrap
}

#purchases td.amount, #purchases td.price {
    font-weight: 400;
    font-size: 15px;
    color: #222
}

#purchases th {
    font-weight: 700;
    font-size: 15px;
    color: #222
}

table.order_info {
    margin: 20px 20px 20px 0;
    background-color: #f9f9f9
}

table.order_info td {
    padding: 10px;
    border: 1px dotted #aeaeae;
    font-size: 14px
}

h2.margin {
    margin-bottom: 10px
}

.message_error {
    padding: 10px 20px;
    margin: 10px 0;
    font-size: 14px;
    overflow: hidden;
    color: red;
    background-color: #ffcaca;
    border: 1px dotted #ff4545
}

.scrollUp {
    width: 42px;
    height: 26px;
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 9999;
    display: block;
    margin-bottom: 7px;
    background: url(../images/up-arrow.png) left bottom no-repeat;
    cursor: pointer
}

.scrollUp p {
    padding-top: 28px;
    font-size: 13px;
    font-weight: 700;
    margin-left: -3px;
    color: #303030
}

.scrollUp:hover {
    background-position: left bottom
}

#main_slider a {
    display: block
}

#main_slider .slider_text {
    position: absolute;
    padding: 19px 40px;
    font-size: 12px;
    color: #3E454C;
    line-height: 22px;
    top: 250px;
    left: 50px;
    width: 100%
}

.slider_text h3, .slider_text_div {
    color: #FFF;
    font: 300 100px/108px Open Sans;
    margin: 0 0 0 -2px
}

.slider_text h3 span, .slider_text_span {
    color: #FFF;
    font: 300 60px/53px Open Sans;
    margin: 0 0 0 -2px;
    display: block
}

.slider_text h4 {
    font-size: 20px;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    margin: -5px 0 35px 2px;
    color: #48544d;
    font-family: 'Open Sans', sans-serif
}

.slider_text p {
    text-transform: uppercase;
    padding: 0 60px 9px 3px;
    color: #3e454c;
    line-height: 22px;
    margin: 15px 0
}

.slider_text h5 {
    text-transform: none;
    display: block;
    padding-top: 0;
    color: #fff;
    font: 300 28px/32px Open Sans
}

.slider_text h5 span {
    font-weight: 400;
    color: #000;
    line-height: 32px;
    padding-left: 6px
}

.slider_text .buy_now {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    color: #909090;
    font: 400 15px/21px Open Sans;
    padding: 13px 18px;
    background: #fff;
    cursor: pointer
}

.slider_text .buy_now:hover {
    background: #909090;
    color: #fff
}

#main_slider .bx-wrapper .bx-pager {
    padding: 0 20px;
    font-size: 0;
    text-align: center;
    bottom: 360px
}

#main_slider .bx-pager a {
    float: left;
    cursor: pointer;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .09);
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .09);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .09);
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #fff
}

#main_slider .bx-pager a.active, #main_slider .bx-pager a:hover {
    background: #cde3f2
}

.banner6 .banner_6 {
    position: relative;
    margin: 10px 0
}

.banner6 .banner_6 img {
    border-radius: 5px
}

.banner6 .banner_text_6 {
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 10px;
    right: 10px;
    font-size: 21px;
    color: #1c2720;
    text-transform: uppercase;
    text-align: center;
    line-height: 21px
}

.banner6 .text_6 {
    text-align: center;
    font-size: 16px;
    color: #ef936c;
    font-weight: 600
}

header .bx-wrapper .bx-controls-direction a {
    width: 45px;
    height: 45px;
    margin: -10px 0 0;
    background: url(../js/bxslider/images/controls@2x.png) no-repeat
}

.header_slider .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -60px 0 !important
}

.header_slider .bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position: -60px -45px !important
}

.header_slider .bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: 0 0 !important
}

.header_slider .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position: 0 -45px !important
}

.bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    background: url(../images/sprite.svg) no-repeat
}

#fastorder_product, .fastorder_title, .pop-up-cart .button {
    margin-bottom: 10px
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -80px -200px !important
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
    background-position: -120px -200px !important
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: 0 -200px !important
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    background-position: -40px -200px !important
}

#show-fancybox-cart {
    display: none
}

.pop-up-cart {
    padding: 5px;
    width: 600px;
    z-index: 99999
}

.pop-up-cart h2, .pop-up-cart-div {
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #f0a225;
    text-transform: none;
    margin-bottom: 10px
}

.pop-up-cart h2 span {
    display: block;
    text-align: center
}

.products .testRater {
    text-align: center;
    width: 100%
}

.products.list .testRater {
    text-align: left
}

.rater span {
    vertical-align: middle;
    font-size: 16px
}

.rater-rating {
    margin-top: 5px
}

.rater-starsOff, .rater-starsOn {
    display: inline-block;
    height: 23px;
    background: url(../images/stars.gif) repeat-x
}

.rater-starsOn {
    display: block;
    max-width: 115px;
    top: 0;
    background-position: 0 -22px
}

.rater-starsHover {
    background-position: 0 -44px !important
}

.productRatings {
    width: 291px;
    float: left;
    margin-top: 0;
    font-family: Arimo;
    font-size: 14px;
    color: #606060
}

.productStarRating {
    float: right;
    margin-right: 2px;
    margin-top: 0
}

#flypage .productRatings {
    float: none;
    margin-top: 8px
}

.new_wrap, .sale_wrap {
    position: absolute;
    top: -1px;
    overflow: hidden;
    height: 85px;
    width: 85px;
    text-align: center;
    z-index: 9
}

.new_label, .sale_label {
    font: 600 12px/12px "Open Sans", sans-serif;
    color: #fff;
    padding: 9px 0 7px;
    width: 130px;
    top: 16px;
    z-index: 1;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    display: block
}

.sale_wrap {
    right: -1px
}

.new_wrap {
    left: -1px
}

.sale_label {
    background: #ff9f06;
    background: -moz-linear-gradient(top, #ff9f06 0, #fd5e1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff9f06), color-stop(100%, #fd5e1a));
    background: -webkit-linear-gradient(top, #ff9f06 0, #fd5e1a 100%);
    background: -o-linear-gradient(top, #ff9f06 0, #fd5e1a 100%);
    background: -ms-linear-gradient(top, #ff9f06 0, #fd5e1a 100%);
    background: linear-gradient(to bottom, #ff9f06 0, #fd5e1a 100%);
    right: -33px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.new_label {
    background: #FFD050;
    background: -moz-linear-gradient(top, #FFD050 0, #FFD050 13%, #FFC747 31%, #F1A727 98%, #F1A727 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFD050), color-stop(13%, #FFD050), color-stop(31%, #FFC747), color-stop(98%, #F1A727), color-stop(100%, #F1A727));
    background: -webkit-linear-gradient(top, #FFD050 0, #FFD050 13%, #FFC747 31%, #F1A727 98%, #F1A727 100%);
    background: -o-linear-gradient(top, #FFD050 0, #FFD050 13%, #FFC747 31%, #F1A727 98%, #F1A727 100%);
    background: -ms-linear-gradient(top, #FFD050 0, #FFD050 13%, #FFC747 31%, #F1A727 98%, #F1A727 100%);
    background: linear-gradient(to bottom, #FFD050 0, #FFD050 13%, #FFC747 31%, #F1A727 98%, #F1A727 100%);
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.flex_caption {
    position: absolute;
    z-index: 30;
    width: 177px;
    height: 177px;
    border-radius: 50%;
    background-color: #242424;
    outline: 0 !important;
    vertical-align: top;
    right: 200px;
    top: 70px
}

.flex_caption:hover {
    background-color: #C33
}

.flex_caption:hover .middle_btn {
    transform: scale(1.1);
    -moz-transform: scale(1.1, 1.1)
}

.flex_caption:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border: 4px solid #242424;
    border-radius: 50%;
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out
}

.flex_caption:hover:before {
    left: -14px;
    top: -14px;
    right: -14px;
    bottom: -14px;
    border: 2px solid #c33
}

.middle_btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    color: #FFF;
    transition: all .1s ease-in-out 0s;
    text-align: center;
    line-height: 31px;
    padding-top: 50px
}

.middle_btn span {
    display: block;
    font-weight: 100;
    line-height: 36px;
    font-size: 34px
}

.foot_3 .fa {
    width: 20px
}

.fastorder_form input[type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fastorder_title {
    font-size: 30px;
    font-weight: 400;
    text-shadow: 0 1px 0 #fff
}

#fastorder_product {
    font-size: 16px;
    font-weight: 400
}

.fastorder_button {
    margin-top: 0;    border: none;
    color: white;
    background-color: #54AA94 !important;
}

.fastorder_button:hover {
    background-color: #67D7BB !important
}

.add_to .fastorder_button {
    margin-top: 10px;
    float: right;
    display: inline;
    text-align: center;
    color: #fff;
    line-height: 38px;
    border: none;
    font-size: 14px;
    width: 145px;
}

.feed_icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../images/lightning.png)
}

.remember, .showcase_index {
    display: block
}

.remember {
    width: 140px;
    float: none;
    margin-right: 32px
}

.hide_block, .showcase_main {
    display: none
}

.header_slider .bx-wrapper .bx-controls-direction a {
    top: 90%
}

.hide_block {
    text-align: left
}

.active_link {
    display: block
}

.review_form {
    margin: 0 0 20px;
    width: auto !important;
   
    border-radius: 5px;
}
.review_form .answer{
    position: relative;
    color: #54aa94;
    font-size: 14px;
}
.review_form .first-letter{}

.info_icon, .video_image img {
    margin-left: 10px
}

.info_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDM1NUJCOEFGMTM1MTFFM0E4RTBGRjZCNTcyRDA5RUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDM1NUJCOEJGMTM1MTFFM0E4RTBGRjZCNTcyRDA5RUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzU1QkI4OEYxMzUxMUUzQThFMEZGNkI1NzJEMDlFQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMzU1QkI4OUYxMzUxMUUzQThFMEZGNkI1NzJEMDlFQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkJilckAAARoSURBVHjaXFRbaBxVGP5mdmZ3djeb3WQ3mzRpLlIjprHQ2GobKURQUBG1ilJBlPZBpRYR+iD44otPog9SvBSkoGBANIpVRKoUK2htjY3BmipJSW0S0uxmN5u9zMzO3W9m1qIdOJw55/zn+7/z/RcBR78F4AERmSMOpNqANs4QtyGf3Hdwi7Jza1LcIgsQippbfKdoXcRG80dU9UuoNXjVAUwVcDkLAiTc+GlmGvnU4dfGcs8/MBjvT8fESFzyYLtA2RTwpOl5M+vN4ksXSidQaRyD5xb+e124zlCMcE72YTj/9hf3Dezf1yth0wDqFk95rBEwQfcJmnXEgD8rLu4+tfID5taOwNXmiBTAiRDEENr0utHfPvX+RN/+m9ISvl+x8HPJwQJfNc8RJ9ht7QQj2zOrNkRRwMcTvRO4OfcJbO8WWCY9mwT0f0xHRCr56qPb83sTUeCbZR2LqouG4z/TxbJGeclSpu8spV6quzh5VQ90e24kux2Ztjdh20m4NjXUaR1LPIzu9OGuhIxz6wYMW0COlHQKXrKBErUzTRGrdQ8FzcOK4VICD2eLTch+FHozD6FWfRqedVxiZNqQUA4gGRVmGjoyooRMVMamauNvy8GetIyDAxGkGeaf1lxMFU10Rz3E4GDRsOG4FFchbSV6AOX6pMR43IOodC948CsjIPIsb3pYQwTPZqMYTwCjcQ9bMxEM8P876nqyYmGUWl62bRh0Cn9E5V2wnR0+4TGyzMGiJ9WEqxDMFbA7o2CM/8cu19GZTBFQQpmsT20w9I6LOZn2JlOg2QIUkGJE9kpwnA4KGh7KQhhxScIl3cAL00zYLgXjPdFge9IPd0nzQw0KHQ7TB+RdH8Nx+iUudBhmCBhtATKaWpnrmosTd3WgnY5URvv1hVpoR3IBmGXjOhnD8oE3JRjGH1C1Opp2KsgLP8kFjqoTsHvQF47fe7+VgQIZ9ib8aiKQ0wLj3CRYQzO4Picyl85AVafRUENPJo10XmgaODKooLtNRkm18MpiFfePtuOpHJ1W9NZzrXA0KIPaWGAezrJShBUY+qeobLDOmqG3CmfPxjPD6YBdLinj69s7cSsMTP61ETYEm051H4y2Ze7p6meUohDWnetMoVI6i2IxBDVChktFNZDgSqGGL+dLeOs8zxsEEfxXMNoabddLJLAxz8h/5HcbAY8fDz0KkTFk+j5HLDYEX7ZIJKi1XazrCxU6YLmhU0HQn5pcG7zjMGkbegXl1SdYJafBoojgzkM04kHXtjUo6d9RWx9HPJsNAEsNXLta5fMIkmaLca2QoUNgjz2zsHQN8cyLSPd8BYf7sRQZ5nfArxLE2Fj1TaZMdBg7H3sDg7sfQSZLZ5HwPBhhEqDJIFz55TTOf/gyN2eQzHGPGcDOJdzQXv0MZg+SMugcOYqhPYeQHeqBrIRtzuE7y8urWJr+AMXZd8mqGGZt4KrVYP//+Qr5ndZond1B8BHqmwqXTpUgF/kz27KXW5ztfwH+EWAAWcQc8ItQucsAAAAASUVORK5CYII=) center center no-repeat
}

#textcase_box div, .info_icon span {
    position: absolute;
    text-align: center
}

.info_icon span {
    display: none;
    left: -160%;
    margin-bottom: 5px;
    border: 1px solid #999;
    background: #F9F9F9;
    padding: 5px 10px;
    color: #777;
    font-size: 12px;
    border-radius: 3px;
    bottom: 94%
}

.ovflh {
    color: #222;
    font-size: 15px
}

.info_icon:hover span {
    display: block
}

.review_image, .video_image img {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px
}

.reviews_list .image {
    width: 100px;
    min-height: 100px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.reviews_list li {
    overflow: hidden
}

.reviews_list .comment_header {
    color: #999;
    font-size: 13px;
}
.comment_header-name{
    font-size: 19px;
    color: #1a1a1a;
    font-weight: 700;
    margin-right: 5px;
}

.videoreview {
    display: block;
    margin-top: 15px;
    color: #694470;
    font: 14px Georgia, serif
}

.comments_title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.comments_title{
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-right: 15px;
    margin-bottom: 30px;
}
.comments_title-wrap .answer{
    margin-bottom: 30px;
}
.sector_reviews{
    margin-bottom: 40px;
}
.sector_reviews-body{
    background: #fff;
    border-radius: 5px;
}
.sector_reviews-list{}
.sector_reviews-list li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 30px 30px 40px;
    border-bottom: 1px solid #f0f0f0;
}
.sector_reviews-list li .first-letter{
    width: 68px;    
    margin-right: 30px;
    height: 68px;   
    border-radius: 50%; 
    text-align: center;
    border: 2px solid #e6e6e6;  
    font-size: 21px;    
    color: #666;
    line-height: 64px;  
}
.sector_reviews-list li .sector_reviews-review{
    width: calc(100% - 98px);
}
.sector_reviews-list li .sector_reviews-review .line-top{
    font-size: 13px;
    color: #999;
}
.sector_reviews-list li .sector_reviews-review .line-top .name{
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin-right: 5px;
}
.sector_reviews-list li .sector_reviews-review .review-text{
    font-size: 16px;
    color: #787878;
    line-height: 25px;
    margin-top: 15px;
}
.sector_reviews-list li .sector_reviews-review .review-images{
    display: block;
    margin-top: 25px;
}
.sector_reviews-list li .sector_reviews-review .review-img{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.sector_reviews-list li .sector_reviews-review .review-img img{
    display: block;
    max-width: 100%;
}
.sector_reviews-list li .sector_reviews-review .review-links a{
    font-size: 14px;
    color: #54aa94;
    text-decoration: underline;
    margin-top: 25px;
    display: inline-block;
    vertical-align: top;
}
.sector_reviews-list li .sector_reviews-review .review-links a+a{
    margin-left: 35px;
}
.sector_reviews-list li .sector_reviews-review .review-links a:hover{
    text-decoration: none;
}
.sector_reviews-list li .sector_reviews-review .review-links a.comment{
    position: relative;
    padding-left: 23px;
}
.sector_reviews-list li .sector_reviews-review .review-links a.comment:before{
    content: '';
    width: 14px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../images/comment-icon.svg) 0 0 no-repeat;
}
.sector_reviews-list li .sector_reviews-review .review-answer{
    padding: 20px 28px;
    border: 1px solid #f0f0f0;
    border-left: none;
    border-right: none;
   
}
.sector_reviews .pagination_new{
    padding: 0 40px;
}
.sector_reviews .comment_form{
    margin-top: 25px;
    padding: 0 40px 25px;
}
.sector_reviews .comment_form-note{
    font-size: 14px;
    color: #777;
    margin: 10px 0;
}
.sector_reviews .comment_form .box_flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: 25px;
}
.sector_reviews .comment_form .box_flex-item{
    width: 340px;
    margin-right: 19px;
}
.sector_reviews .comment_form input,
.sector_reviews .comment_form textarea{
    box-shadow: none;
    border-color: #d9d9d9;
    padding: 0 20px;
    font-size: 13px;
    height: 40px;
    border-radius: 3px;
}
.sector_reviews .comment_form input::-webkit-input-placeholder,
.sector_reviews .comment_form textarea::-webkit-input-placeholder{
    color: #999;
}
.sector_reviews .comment_form input::-moz-placeholder,
.sector_reviews .comment_form textarea::-moz-placeholder{
    color: #999;
}/* Firefox 19+ */
.sector_reviews .comment_form input:-moz-placeholder,
.sector_reviews .comment_form textarea:-moz-placeholder{
    color: #999;
}/* Firefox 18- */
.sector_reviews .comment_form input:-ms-input-placeholder,
.sector_reviews .comment_form textarea:-ms-input-placeholder{
    color: #999;
}
.sector_reviews .comment_form input.input_name{
    max-width: 100%;
}
.sector_reviews .comment_form input.input_video{
    max-width: 254px;
}
.sector_reviews .comment_form textarea{
    resize: none;
    padding: 10px 20px;
    height: 110px;
}
.sector_reviews .comment_form .item-photo{
    position: relative;
    z-index: 10;
    margin-top: 14px;
}
.sector_reviews .comment_form .item-photo input[type='file']{
     width: 0.1px;
     height: 0.1px;
     opacity: 0;
     position: absolute;
     z-index: -10;
 }
.sector_reviews .comment_form .item-photo label{
    position: relative;
    cursor: pointer;
    padding-left: 42px;
    font-size: 14px;
    color: #787878;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.sector_reviews .comment_form .item-photo label:hover{
    text-decoration: none;
}
.sector_reviews .comment_form .item-photo label:before{
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    background: url(../images/icon-file.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.sector_reviews .comment_form .item-video{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.sector_reviews .comment_form .item-video input{
    width: calc(100% - 30px);
}
.sector_reviews .comment_form .item-video label{
    margin-bottom: 10px;
}
.sector_reviews .comment_form .item-video .info_icon{
    background: url(../images/icon-question.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
}
.sector_reviews .comment_form .item-video .info_icon span{
    border: none;
    border-radius: 0;
    background: #ededed;
    border: none;
    font-size: 13px;
    line-height: 18px;
    color: #787878;
    left: 100%;
    margin-left: 35px;
    top: -10px;
    bottom: auto;
    text-align: left;
    padding: 15px;
    width: 200px;
}
.sector_reviews .comment_form .item-video .info_icon span:before{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: -7px;
    background: #ededed;
    top: 15px;
    transform: rotate(45deg);
}
.sector_reviews .comment_form .captcha{
    max-width: 250px;
    width: 100%;
}
.sector_reviews .comment_form .submit .button{
    width: 125px;
    border-color: #ef936c;
    background: #ef936c;
    cursor: pointer;
    transition: .2s;
    color: #fff;
}
.sector_reviews .comment_form .submit .button:hover{
    background: #ededed;
    border-color: #ededed;
    color: #787878;
}

.sect_about p{
    font-size: 16px;
    line-height: 24px;
    color: #777;
}
.sect_about *+p,
.sect_about *+ul{
    margin-top: 40px;
}
.sect_about ul{
    margin-bottom: 30px;
}
.sect_about ul li{
    color: #777;
    font-size: 16px;
    position: relative;
    list-style: none;
    padding-left: 25px;
}
.sect_about ul li+li{
    margin-top: 20px;
}
.sect_about ul li:before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
    background: #ef936c;
}
.sect_about h3{
    font-size: 21px;
    color: #2e2e2e;
    margin: 25px 0 15px;
}
.sect_about .in_numbers{
    padding: 30px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 0px rgba(222, 222, 222, 0.55);
}
.sect_about .in_numbers .box_flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: -30px;
}
.sect_about .in_numbers .box_flex-item{
    width: calc(100% / 3 - 30px);
    margin-left: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.sect_about .in_numbers .box_flex-item .thumb{
    width: 70px;
    height: 62px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.sect_about .in_numbers .box_flex-item .thumb img{
    display: block;
    max-width: 100%;
}
.sect_about .in_numbers .box_flex-item .item_info{
    width: calc(100% - 90px);
    margin-left: 0;
}
.sect_about .in_numbers .box_flex-item .item_info-name{
    font-size: 18px;
    color: #126f68;
}
.sect_about .in_numbers .box_flex-item .item_info-name .big{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}
.sect_about .in_numbers .box_flex-item .item_info-note{
    font-size: 14px;
    color: #777;
    margin-top: 10px;
}
.sect_about .in_numbers .box_flex-item .item_info-note .inline-block{
    display: inline-block;
}
.sect_about .our_advantages .box_flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -20px;
}
.sect_about .our_advantages .box_flex-item{
    width: calc(100% / 3 - 30px);
    margin-left: 30px;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.sect_about .our_advantages .box_flex-item .thumb{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #126f68;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    margin-right: 13px;
}
.sect_about .our_advantages .box_flex-item .thumb img{
    display: block;
    max-width: 100%;
}
.sect_about .our_advantages .box_flex-item .thumb_number{
    position: absolute;
    width: 25px;
    height: 25px;
    background: #ef936c;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    right: 5px;
    top: 5px;
}
.sect_about .our_advantages .box_flex-item .item-note{
    font-size: 16px;
    line-height: 20px;
    color: #126f68;
    width: calc(100% - 93px);
    font-weight: 700;
}

.sect_product{}
.sect_product .product_bg{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.sect_product .color-gray{
    color: #999;
}
.sect_product p{
    font-size: 14px;
    line-height: 22px;
    color: #999;
	-ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
.sect_product .box_flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.sect_product .box_flex .b-left{
    width: 347px;
    margin-right: 30px;
}
.sect_product .box_flex .b-right{
    width: calc(100% - 377px);
}
.sect_product .product_view .slider_view{
    position: relative;
}
.sect_product .product_view .slider_view .block_abs{
    position: absolute;
    left: 20px;
    top: 15px;z-index:99;
}
.sect_product .product_view .slider_view .block_abs-item{
    padding: 0 10px;
    background: #fe8c32;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}
.sect_product .product_view .slider_view .block_abs-item+.block_abs-item{
    margin-left: 10px;
}
.sect_product .product_view .slider_view .slide a{
    height: 347px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 10px;
}
.sect_product .product_view .slider_view .slide a img{
    display: block;
    max-width: 100%;
}
.sect_product .product_view .thumbs{
    margin-top: 20px;
}
.sect_product .product_view .thumbs a{
    height: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 5px;
}
.sect_product .product_view .thumbs .owl-dots{
    display: none;
}
.sect_product .product_view .thumbs a img{
    display: block;
    max-width: 100%;
}
.sect_product .product_info{
    padding: 22px;
}
.sect_product .product_info .product_name{
    font-size: 24px;
    color: #222;line-height:26px;
    font-weight: 700;
}
.sect_product .product_info-features{
    margin-top: 20px;
}
.sect_product .product_info-features ul li{
    list-style: none;
    font-size: 14px;
    color: #222;
}
.sect_product .product_info-features ul li+li{
    margin-top: 5px;
}
.sect_product .product_info .line_price{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}
.sect_product .product_info .line_price .wrap_price{
    margin-right: 15px;
    margin-bottom: 10px;
    min-width: 115px;
}
.sect_product .product_info .line_price .wrap_price .price{
    font-size: 23px;
    font-weight: 700;
    color: #ff7f50;
}
.sect_product .product_info .line_price .wrap_price .old_price{
    font-size: 18px;
    color: #999;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.sect_product .product_info .line_price .wrap_price .old_price:after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #999;
}
.sect_product .product_info .line_price .submit{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.sect_product .product_info .line_price .submit+.submit{
    margin-left: 10px;
}
.sect_product .product_info .line_price .submit_btn{
    padding: 0 21px;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    background: #ef936c;
    display: block;
    border: none;
    height: 40px;
    transition: .2s;
}
.sect_product .product_info .line_price .submit_btn2{
    background: #54aa94;
}
.sect_product .product_info .line_price .submit_btn:hover{
    background: #999;
}
.sect_product .product_info .links{
    margin-top: 5px;
}
.sect_product .product_info .links .link{
    margin-top: 10px;
}
.sect_product .product_info .links .link a{
    border-bottom: 1px dotted #54aa94;
    color: #54aa94;
    text-decoration: none;
    transition: .2s;
    font-size: 14px;
    border-radius: 0;
}
.sect_product .product_info .links .link a:hover{
    border-color: transparent;
}
.sect_product .product_info-desc{
    margin-top: 30px;
}
.sect_product .socials_n{
    margin-top: 25px;
}
.sect_product .socials_n a.soc{
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: .2s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    vertical-align: top;
}
.sect_product .socials_n a.soc:hover{
    border-color: #808080;
}
.sect_product .socials_n a.soc+a.soc{
    margin-left: 2px;
}
.sect_product .socials_n a.soc svg path{
    fill: #bfbfbf;
    transition: .2s;
}
.sect_product .socials_n a.soc:hover svg path{
    fill: #808080;
}
.sect_product .tabs_container{
    margin-top: 30px;
}
.sect_product .tabs_container .tabs{
    padding: 20px 30px 0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
}
.sect_product .tabs_container .tabs a{
    font-size: 16px;
    color: #555;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 3px 20px;
}
.sect_product .tabs_container .tabs a+a{
    margin-left: 25px;
}
.sect_product .tabs_container .tabs a:after{
    content: '';
    width: 0;
    height: 3px;
    background: #67d7bb;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: .2s linear;
}
.sect_product .tabs_container .tabs a.active:after{
    width: 100%;
}
.sect_product .tabs_container .tab_content{
    display: none;
    padding: 30px;
}
.sect_product .tabs_container .tab_content-title{
    font-size: 22px;
    color: #1a1a1a;
    margin: 10px 0 20px;
}
.sect_product .tabs_container table{
    border-collapse: collapse;
    width: 100%;
}
.sect_product .tabs_container table tr td{
    font-size: 14px;
    color: #222;
    padding-top: 15px;
    position: relative;
}
.sect_product .tabs_container table tr td .text_bg{
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
}
.sect_product .tabs_container table tr td .text_bg:before{
    content: '';
    width: calc(100% + 2px);
    left: -1px;
    top: 0;
    position: absolute;
    background: #fff;
    height: 100%;
    z-index: -1;
}
.sect_product .tabs_container table tr td:first-child{
    color: #777;
    padding-right: 10px;
    width: 40%;
}
.sect_product .tabs_container table tr td:last-child{
    padding-left: 3px;
}
.sect_product .tabs_container table tr td:first-child:before{
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #a5a5a5;
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: 1;
}
.sect_product .tabs_container .form .line_form{
    margin-bottom: 9px;
}
.sect_product .tabs_container .form .input{
    box-shadow: none;
    border-radius: 3px;
    padding: 0 20px;
    font-size: 13px;
    border-color: #d9d9d9;
    height: 40px;
    margin: 0;
}
.sect_product .tabs_container .form textarea{
    border-radius: 3px;
    height: 89px;
    resize: none;
    box-shadow: none;
    font-size: 13px;
    padding: 15px 20px;
    margin: 0;
    border-color: #d9d9d9;
}
.sect_product .tabs_container .form-grid{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: -20px;
}
.sect_product .tabs_container .form-sector{
    margin-left: 20px;
}
.sect_product .tabs_container .form-sector-long{
    width: calc(60% - 20px);
}
.sect_product .tabs_container .form-sector-short{
    width: calc(40% - 20px);
}
.sect_product .tabs_container .form-sector .line_form{}
.sect_product .tabs_container .form .buttons{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.sect_product .tabs_container .form .buttons .submit{
    margin-bottom: 20px;
}
.sect_product .tabs_container .form .buttons .submit_btn{
    padding: 0 21px;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    background: #54aa94;
    display: block;
    border: none;
    height: 40px;
    transition: .2s;
    margin-right: 20px;
}
.sect_product .tabs_container .form .buttons .submit_btn:hover{
    background: #999;
}
.sect_product .tabs_container .form .buttons .reset_btn{
    font-size: 14px;
    color: #54aa94;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.sect_product .tabs_container .form .buttons .reset_btn:hover{
    text-decoration: underline;
}
.sect_product .sector_reviews-list li .sector_reviews-review{
    width: 100%;
}
.sect_product .sector_reviews-list li .sector_reviews-review .line-top .name{
    font-size: 17px;
}
.sect_product .sector_reviews-list li .sector_reviews-review .review-text{
    font-size: 14px;
    margin-top: 10px;
    line-height: normal;
}
.sect_product .sector_reviews-list li .sector_reviews-review .review-answer{
    border: none;
    margin-top: 0;
    padding-bottom: 0;
}
.sect_product .sector_reviews-list li{
    border: none;
    padding: 0;
    padding-top: 20px;
}
.sect_product .sector_reviews-list li+li{
    border-top: 1px solid #f0f0f0;
    margin-top: 20px;
}

#textcase_box {
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-top: 23px;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
    position: relative
}

#textcase_box img {
    max-width: 130%
}

#textcase_box div {
    padding-top: 20px;
    width: 100%
}

#textcase_box .bx-wrapper .bx-viewport {
    transform: translateZ(0);
    height: 64px !important;
    overflow: visible !important
}

.fancybox-opened {
    z-index: 9999 !important
}

.spoiler_body {
    display: none;
    cursor: pointer
}

.new_wrap.catalog {
    left: 14px !important
}

.text_reviews {
    padding-bottom: 20px
}

.text_404 {
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    padding: 20px;
    text-align: center
}

.btn_404 {
    text-align: center
}

.btn_404 a {
    color: #fff !important;
    padding: 15px;
    font-size: 18px
}

.name_product, .name_products {
    color: #222;
    text-transform: uppercase
}

.related_categories_block {
    float: left;
    margin: 30px 10px 10px 0;
    padding: 10px 25px;
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eaeaea
}

.name_product {
    font-size: 15px;
    font-weight: 500
}

.name_products {
    font-size: 12px;
    font-weight: 400
}

.products_div {
    margin: 3px 0;
    text-align: center
}

.comment_h2 {
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 600;
    font-stretch: normal;
    font-size: 18px;
    line-height: normal;
    font-family: "Open Sans";
    text-transform: uppercase;
    margin-bottom: 20px
}

.callback_title, .fast_order_div {
    font: 600 18px 'Open Sans';
    text-transform: uppercase
}

.fast-order-product-name_div {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: 700
}

.markers_product {
    display: inline-block;
    margin: 30px 0 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px
}

.markers_button, .markers_product a {
    padding: 6px 16px;
    -moz-border-radius: 5px;
    float: left;
    margin-right: 6px;
    color: #fff
}

.markers_product a {
    -webkit-border-radius: 5px;
    border-radius: 30px;
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .09);
    background: #ef936c;
    border: 1px solid #eaeaea
}

.markers_product a:hover {
    background: #67D7BB;
    color: #fff
}

.markers_button {
    -webkit-border-radius: 5px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .09);
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .09);
    background: #ef936c;
    border: 1px solid #eaeaea;
    position: relative
}

.markers_button:hover {
    background: #67D7BB;
    color: #fff
}

.markers_button_more {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    box-shadow: 2px 4px 5px rgba(0, 0, 0, .09);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 19px;
    overflow: hidden;
    padding: 30px;
    z-index: -99999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear 0s
}

.markers_button:hover .markers_button_more {
    visibility: visible;
    opacity: 1;
    z-index: 100
}

.markers_button_more a {
    float: left;
    margin-right: 6px;
    padding: 6px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .09);
    -moz-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .09);
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, .09);
    background: #ef936c;
    border: 1px solid #eaeaea;
    color: #fff;
    text-align: center;
    white-space: nowrap
}

.reviews {
    display: inline-block;
    border: none;
    padding: 9px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #ef936c;
    font-size: 16px;
    line-height: 1em;
    cursor: pointer
}

.reviews:hover {
    background: #67D7BB;
    color: #fff
}

.autocomplete-suggestions {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    overflow-y: auto
}

.autocomplete-suggestions .autocomplete-suggestion {
    cursor: default
}

.autocomplete-suggestions .selected {
    background: #F0F0F0
}

.autocomplete-suggestions div {
    padding: 2px 5px;
    white-space: nowrap
}

.autocomplete-suggestions strong {
    font-weight: 400;
    color: #39F
}

#showcase_box {
    padding-bottom: 9px
}

.like_title_parent {
    text-align: center
}

.like_title {
    font-size: 20px
}

.banner_promo_slick {
    position: relative;
    max-width: 870px;
    margin-left: 0
}

.banner_promo_slick .slick-track {
    width: 2700px !important
}

.slick-prev {
    z-index: 999;
    left: 0 !important
}

.slick-next {
    z-index: 999;
    right: 0 !important
}

.banner_promo_slick .slick-track li:first-child {
    padding-left: 0;
    width: 285px !important
}

.page_content {
    padding: 15px 20px 55px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 27px;
    background: #fff;
    
}

.page_content ul {
    padding-left: 30px;
    margin-bottom: 10px;
}

.page_content ol {
    padding-left: 30px;
    margin-bottom: 10px;
}


.page_content .address {
    padding-bottom: 20px
}

.address > p {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.order_payment h4{
    margin: 20px 0 15px;

    color: #136f68;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
}
.order_payment h4.attention{
    position: relative;

    margin: 34px 0 20px;
    padding-left: 40px;

    color: #d76767;
}
.order_payment h4.attention:before{
    position: absolute;
    top: -5px;
    left: 0;

    width: 30px;
    height: 30px;

    color: #d76767;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 28px;

    border: 1px solid #d76767;
    border-radius: 50%;

    content: '!';
    text-align: center;
}
.order_payment p{
    margin-bottom: 10px;

    color: #4c4c4c;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
}
.order_payment :last-child{
    margin-bottom: 0;
}
.order_payment * + p{
    margin-top: 15px;
}
.order_payment .color-orange{
    padding: 0 3px;

    color: #fff;

    border-radius: 0;
    background: #ef936c;
}
.order_payment .how_to_order{
    margin-bottom: 20px;
    padding: 20px;

    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .05);
}
.order_payment .how_to_order-list{
    margin: 10px 0 20px;

    counter-reset: myCounter;
}
.order_payment .how_to_order-list li{
    position: relative;

    padding-left: 55px;

    color: #4c4c4c;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;

    list-style: none;
}
.order_payment .how_to_order-list li:before{
    position: absolute;
    top: -8px;
    left: 0;

    width: 40px;
    height: 40px;

    color: #67d7bb;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 38px;

    border: 1px solid #67d7bb;
    border-radius: 50%;

    content: counter(myCounter);
    counter-increment: myCounter;
    text-align: center;
}
.order_payment .how_to_order-list li + li{
    margin-top: 35px;
}
.order_payment .ordering_wrap{
    margin-bottom: 30px;
}
.order_payment .ordering_flex{
    display: flex;

    margin-left: -30px;

    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    flex-wrap: wrap;
}
.order_payment .ordering-item{
    width: calc(100% / 3 - 30px);

    margin-bottom: 10px;
    margin-left: 30px;
    padding: 15px;

    color: #4c4c4c;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;

    border-left: 5px solid #67d7bb;
    border-radius: 0 5px 5px 0;
    background: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .05);
}
.order_payment .payment_variants{
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .05);
}
.order_payment .payment_variants-flex{
    display: flex;

    padding: 15px 0;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}
.order_payment .payment_variants-item{
    position: relative;

    width: calc(100% / 3);

    padding: 0 15px;
}
.order_payment .payment_variants-item .count{
    position: absolute;
    top: 0;
    left: 50px;

    width: 30px;
    height: 30px;

    color: #67d7bb;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 28px;

    border: 1px solid #67d7bb;
    border-radius: 50%;

    text-align: center;
}
.order_payment .payment_variants-item .icon{
    display: flex;

    height: 80px;

    margin-top: 20px;

    justify-content: center;
    align-items: center;
    align-content: center;
}
.order_payment .payment_variants-item .icon img{
    display: block;

    max-width: 100%;
}
.order_payment .payment_variants-item .item_note{
    margin-top: 20px;

    color: #4c4c4c;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;

    text-align: center;
}
.order_payment .attention_block{
    margin-bottom: 22px;
    padding: 20px;

    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, .05);
}
.order_payment .attention_block ul li{
    padding-left: 10px;

    color: #4c4c4c;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;

    list-style: none;

    border-left: 5px solid #d76767;
}
.order_payment .attention_block ul li + li{
    margin-top: 20px;
}

@media (max-width: 480px) {
    .previewlist_no_stock_text {
        font-size: 13px;
    }
    .contacts table {
        width: 100% !important
    }

    #blog .blog_article {
        width: 100%
    }
}

.date_pub {
    margin-bottom: 10px;
    color: #bbb;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-transform: uppercase
}

.heading_section {
    margin-bottom: 19px;
    padding: 20px 0 16px 25px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    border-radius: 5px 5px 0 0;
    background-color: #ef936c;
}

.heading_section h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.note {
    padding: 35px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #8e8e8e;
    margin-bottom: 65px;

    color: #ffffff;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}

.blog_post {
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;

    padding: 15px 20px 55px;
    margin-bottom: 10px;
}

.blog_post h1 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.blog_post .content {
    color: #6B6B6B;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

.blog_post ul {
    padding-left: 30px;
    margin-bottom: 10px;
}

.blog_post ol {
    padding-left: 30px;
    margin-bottom: 10px;
}

@media (max-width: 1200px){
    #blog{
        justify-content: center;
    }
}

.last-news .news{
    list-style: none;
}

.last-news .heading{
    padding: 14px 26px;
    background-color: #ef936c;
    border-radius: 5px 5px 0 0;
}

.last-news .item{
    margin-bottom: 5px;
    padding: 12px 20px;
    mix-width: 270px;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.last-news .title {
    max-width: 226px;
    height: 68px;
    color: #222;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
}

.last-news .date{
    margin-bottom: 20px;
    height: 9px;
    color: #909090;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
}

.all-news{
    padding: 11px 0;
    mix-width: 270px;
    width: 100%;
    height: 40px;
    text-align: center;1
    background-color: #ef936c;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #67D7BB;
}
.all-news .link{
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 14px;
}
.all-news .link:hover {
    text-decoration: underline;
}

.main_404{
    background: #e7efef; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #e7efef 1%, #c5d0d5 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #e7efef 1%,#c5d0d5 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #e7efef 1%,#c5d0d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: fixed;
    width: 100%;
    height: 100%;
}
.main_404_block {
    background-image: url(../images/404bg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: 100%;
    background-position-x: 90%;
    background-size: auto;
}
.main_404_block .container {
    height: 100%;
}
.mb_404_header {
    font-size: 340px;
    color: #ef936c;
    font-family: Arial;
    font-weight: bold;
    height: 140px;
    margin-bottom: 50px;
}
.mb_404 {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.mb_404_desc{
    font-family: Arial;
    font-size: 45px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px;
}
.mb_404_predesc{
    font-size: 15px;
    color: #616161;
    margin-bottom: 50px;
}
.mb_404_toindex{
    height: 50px;
    padding: 0px 35px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #54aa94;
    border-radius: 2px;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 14px;
    max-width: 190px;
}
.mb_404_toindex:hover {
    transition: all 0.5s ease;
    background-color: #67d7bb;
    color: #fff;

}


.delivery-flex {
	display:flex;
	max-height: 500px;
}
.delivery-left {
	flex-basis: 450px;
	flex-grow: 2;
	height:500px;
}
.delivery-right {
	overflow-y: auto;
	flex-basis: 250px;
	flex-grow: 1;
}
.delivery-right > div {
	display: flex;
	padding: 10px 6px;
}
.delivery-right > div + div {
	border-top: 1px #ccc solid;
}
.delivery-right > div > input[type=radio] {
	margin-right: 7px;
}
@media (max-width: 992px){
    #blog li:nth-child(3n-1){
        margin-left:0;
    }

    .sect_about .in_numbers .box_flex-item{
        width: 100%;
    }
    .sect_about .in_numbers .box_flex-item+.box_flex-item{
        margin-top: 30px;
    }

    .sect_about .our_advantages .box_flex-item{
        width: calc(50% - 30px);
    }

    .sector_reviews-list li{
        padding: 15px;
    }
    .sector_reviews .comment_form{
        padding: 0 15px 15px;
    }
    .sector_reviews .comment_form .item-video .info_icon span{
        left: auto;
        right: 0;
        top: auto;
        bottom: calc(100% + 10px);
        z-index: 100;
    }
    .sector_reviews .comment_form .item-video .info_icon span:before{
        left: auto;
        right: 10px;
        top: auto;
        bottom: -7px;
    }

    .sect_product .box_flex .b-left{
        width: 100%;
        margin-right: 0;
    }
    .sect_product .box_flex .b-right{
        width: 100%;
        margin-top: 30px;
    }

    .sect_product .tabs_container .form-sector-long{
        width: 100%;
    }
    .sect_product .tabs_container .form-sector-short{
        width: 100%;
    }

    .order_payment .ordering_flex{
        margin-left: -15px;
    }
    .order_payment .ordering-item{
        width: calc(100% / 3 - 15px);
        margin-left: 15px;
    }
}

@media (max-width: 590px){

    .sect_about .our_advantages .box_flex-item{
        width: 100%;
    }

    .sector_reviews-list li .first-letter{
        display: none;
    }
    .sector_reviews-list li .sector_reviews-review{
        width: 100%;
    }
    .sector_reviews .pagination_new{
        padding: 0 15px;
        justify-content: center;
    }
    .pagination_new a{
        width: 35px;
        height: 35px;
        line-height: 31px;
    }
.sect_product .product_info .product_info-desc iframe{
       width: 100% !important;
    }
    .sect_product .product_info{
        padding: 15px;
    }
    .sect_product .tabs_container .tabs{
        padding: 15px;
    }
    .sect_product .tabs_container .tab_content{
        padding: 15px;
    }
    .sect_product .product_info .line_price .submit_btn{
        padding: 0 15px;
    }
    .sect_product .tabs_container .tabs a{
        width: 100%;
        display: block;
        padding-bottom: 5px;
        text-align: center;
    }
    .sect_product .tabs_container .tabs a+a{
        margin-left: 0;
        margin-top: 10px;
    }

    .sect_product .tabs_container table tr{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }
    .sect_product .tabs_container table tr td{
        width: 100%;
    }
    .sect_product .tabs_container table tr td:last-child{
        padding-left: 0;
        padding-top: 5px;
    }
    .sect_product .tabs_container table tr td:first-child{
        width: 100%;
    }


    .order_payment .payment_variants-item{
        width: 100%;
    }
    .order_payment .payment_variants-item+.payment_variants-item{
        margin-top: 30px;
    }
    .order_payment .payment_variants-item .icon{
        margin-top: 0;
    }

    .order_payment .ordering-item{
        width: 100%;
    }
    .order_payment .how_to_order{
        padding: 15px;
    }
}
@media (max-height: 590px) {
    .mb_404 {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .mb_404_header {
        font-size: 56vw;
        color: #ef936c;
        font-family: Arial;
        font-weight: bold;
        height: 140px;
        margin-bottom: 50px;
    }
    .mb_404_desc {
        font-family: Arial;
        font-size: 7vw;
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 35px;
    }
}
.rate_header {
	    font-size: 16px;
    margin: 10px 0 5px 0;
}
.rate_count {
	font-size:14px;
}

.wishlist_button {
	display: inline-block;
}

.product_bg .wishlist_button {
	float:right;
	margin-left: 12px;
}

.wishlist_button > svg {
	fill: #777;
}
.wishlist_button:hover > svg,
.wishlist_button.active > svg {
	fill: #f33;
}

.product .wishlist_button {
	display: none;
	position: absolute;
	top: 12px;
	right: 12px;
	background-color: rgba(255,255,255,0.8);
	padding: 6px;
	border-radius: 6px;
	z-index: 10;
	width: 36px;
	height: 36px;
}

.product:hover .wishlist_button {
	display: block;
}

p.instock {
    margin: 15px 0;
    font-size: 16px;
    color: #00b800;
}
.instock > svg {
    fill: #00b800;
}
.sitemap { margin:15px;}

.autocomplete-suggestions {
	
    width: 300px !important;
}

@media (max-width:480px){
	 .fast-order-title {
    font-size: 17px;
    text-align: center;
}
#fast-order-product-name {
    line-height: 1.2;
    font-size: 10px;
}
#fast-order form {
    display: block;
    margin-top: 5px;
}
#fast-order input[type="text"], #fast-order input[type="password"], #fast-order input[type="email"], #fast-order input[type="number"], #fast-order input[type="telephone"]
{
    margin-bottom: 5px;
    height: 27px;
}
#fast-order  textarea
{
    height: 40px;
    margin-top: 0px;
}
#fast-order #user_agreement
{
    margin-bottom: 0px;
}
#fast-order .button
{
    margin-top: -10px;
}
}
@media (max-width:767px){
	#deliveries
{
	padding: 15px 0px;
}
#catalog_menu_view .flex-row .col-3 .blo__ .img__
{
	height: 220px;
	 
}
#catalog_menu_view .flex-row .col-3 {
    width: 100%;
    
}
#deliveries li > div
{
	margin-left: 5px;
}
ul#deliveries li .description
{
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px
}
#pickup-block .delivery-flex
{
	max-height: auto !important;
flex-wrap: wrap-reverse;
}
#pickup_map
{
	max-height: 200px
}
@media (max-width:769px){
.products .product {
    width: 50%;
    min-height: 480px !important;
}
#products_ .product
{
	 min-height: 250px !important;
}
	}
}
