*{
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
    text-decoration: none !important;
}

body{
	background:url('/img/bg.jpg') 50% 50% repeat;
    background-color: #F7F5F5;
	
}

textarea {
	resize:none;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #636363;
}

a:focus, a:visited, a:active{
    color: inherit;
}
h1, h2, h3, h4, h5, h6{
	color:#006537;
}
.clear{
    clear: both;
}

.p0{
    padding: 0 !important;
}

.pr0{
    padding-right: 0;
}

.pl0{
    padding-left: 0;
}

.m0{
    margin: 0 !important;
}

.fs2 {
    font-size: 16px;
}

.fs3{
    font-size: 24px;
}

.fs4{
    font-size: 32px;
}

.fs5{
    font-size: 48px;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent !important;
}

[placeholder]:focus:-moz-placeholder {
    color: transparent !important;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent !important;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent !important;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.footer{
    overflow: hidden;
}

.container{
    margin: 0 auto;
    box-sizing: border-box;
    min-width: 320px;
}

.wrapper{
    position: relative;
    min-height: 100%;
    overflow: hidden;
    margin: 0 auto;
    min-width: 320px;
}

.justify-wrap{
    text-align: justify;
    text-justify: newspaper;
    font-size: 0;
}

.justify-wrap:after{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 0;
    content: '';
}

.top-section{
    min-height: 34px;
    border: 0;
    padding: 0;
    color: #fff;
}

.logo-wrap{
    position: absolute;
    top: 0;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    left: 0;
	z-index:1;
}

.logo-block{
    padding-top: 2px;
    background: transparent;
}

.logo{
	width:100%;
    display: inline-block;
    vertical-align: middle;
}

.logo img{
    display: block;
}

.right-links-section{
    display: inline-block;
    vertical-align: middle;
}

.mini-cart, .lang-wrap{
	display:block;
    position: relative;
    padding: 7px 15px 5px 17px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    height: 34px;
}

.lang-wrap{
    padding-left: 0;
}

.mini-cart:before{
    content: "";
    position: absolute;
    width: 14px;
    height: 16px;
    background-position: top left;
    background-repeat: no-repeat;
    top: 7px;
    right: 0;
}

.mini-cart:before{
    background-image: url("/img/icon-sprites.png");
}

.mini-cart:before {
    background-position: -32px 0;
}

.mini-cart-title i, .lang-title i{
    font-size: 12px;
    margin-left: 2px;
}

.right-links-section{
    position: relative;
}

.right-links-section:not(:last-child){
    margin-right: 10px;
}

.right-links-section:not(:last-child):after{
    height: 16px;
    background: #e1e1e1;
    width: 1px;
    top: 50%;
    margin-top: -8px;
    right: -7px;
    content: '';
    position: absolute;
}


.lang-list{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    height: auto !important;
    right: 0;
    position: absolute;
    top: 100%;
    z-index: 20;
    width: 185px;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.lang-wrap:hover .lang-list{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.lang-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.lang-list ul li {
    float: left;
    width: 100%;
    text-align: left;
}

.lang-list ul li a {
    display: block;
    padding: 5px 0 5px 14px;
    color: #636363;
}

.lang-list ul li:hover a{
    color: #fff !important;
}

.lang-list ul li a {
    background-repeat: no-repeat;
    background-position: 13px center;
    padding-left: 36px;
    background-size: 16px 14px;
    display: block;
}

.main-nav{

    float: left;
}

.main-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav > ul > li{
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.main-nav > ul > li > a{
    color: #636363 !important;
    font-size: 11px;
    text-transform: uppercase;
}



.main-nav > ul > li:not(:last-child){
    margin-right: 36px;
}

.main-nav > ul > li > a span{
    padding-left: 6px;
}

.main-nav > ul > li{
    padding-top: 24px;
    padding-bottom: 24px;
}

.submenu > a > span{
    padding-right: 6px;
}

.search-wrap{
    position: relative;
    float: right;
    width: 28px;
    height: 28px;

    margin-top: 17px;
}

.search-field{
    position: relative;
}

.search-field input{
    height: 28px;
    right: 0;
    top: 0;
    position: absolute;
    border: 1px solid lightgray;
    border-right: none;
    padding: 0 42px 0 14px;
    color: #363636;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    width: 0;
}

.search-wrap:hover .search-field input{
    width: 260px;
    opacity: 1;
    visibility: visible;
}

.search-wrap button{
    font-size: 0;
    color: #FFF !important;
    background: #006537;
    z-index: 3;
    border: 2px solid #006537;
    width: 28px;
    height: 28px;
    line-height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

.search-wrap button i{
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6.5px;
    margin-left: -6px;
}

.promo-item a{
    display: block;
}

.promo-item a img{
    display: block;
    width: 100%;
}

.promo-slider-wrap{
    position: relative;
}

.custom-slide{
    position: absolute;
    top: 50%;
    height: 44px;
    width: 30px;
    margin-top: -22px;
    z-index: 4;
    cursor: pointer;
}

.custom-slide:before, .custom-slide:after{
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    text-indent: -999px;
}

.custom-slide:after{
    opacity: 0;
    z-index: 4;
}

.custom-slide:hover:after{
    opacity: 1;
}

.slide-left:before {
    background-position: 3px -481px;
}

.slide-left:after {
    background-position: 3px -539px;
}

.slide-right:before {
    background-position: -27px -481px;
}

.slide-right:after {
    background-position: -27px -539px;
}

.slide-left{
    left: 20px;
}

.slide-right{
    right: 20px;
}

.custom-slide:before, .custom-slide:after{
    background-image: url("../images/elements/fc-control.png");
}

.banner-list a{
    display: block;
    overflow: hidden;

}

.banner-list .col-xs-12:not(:last-child){
    margin-bottom: 15px;
}

.banner-list a img{
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
}

.banner-list a:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.deal-section{
    margin-top: 30px;
}

.custom-section{
    -webkit-box-shadow: 0 1px 2px #eeecec;
    -moz-box-shadow: 0 1px 2px #eeecec;
    box-shadow: 0 1px 2px #eeecec;
    background: #fff;
    padding: 25px 15px 40px;
}

.custom-title{
    text-transform: uppercase;
    font-family: 'Bitter';
    font-weight: bold;
    /*color: #363636;*/
	color:#006537;
    font-size: 16px;
    float: left;
}

.custom-navs{
    float: right;
    font-size: 0;
}

.custom-nav{
    display: inline-block;
    vertical-align: middle;
    color: #ccc;
    cursor: pointer;
    width: 16px;
    text-align: center;
}

.custom-nav i{
    font-size: 24px;
}

.search-wrap button:hover, .search-wrap:hover button{
    color: #000 !important;
}

.deal-slider-wrap{
    overflow: hidden;
}

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

.deal-item{
    padding: 0 15px;
}

.deal-item img{
    display: block;
    width: 100%;
}

.deal-slider-wrap{
    margin-top: 15px;
}

.deal-item-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 5;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0.97;
}

.deal-item-block:hover .deal-item-info{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.deal-item-info:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: -0.35em;
}

.item-info-content{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    color: #fff;
}

.item-info-title{
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.item-review{
    font-size: 13px;
}

.item-review{
    margin-top: 7px;
    margin-bottom: 7px;
}

.item-review-link a{
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

.item-review-link a:hover{
    border-bottom: 1px solid transparent;
}

.deal-item-block{
    position: relative;
}

.item-descr{
    font-size: 13px;
    line-height: 21px;
}

.item-price{
    margin-top: 10px;
}

.old-price{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    text-decoration: line-through !important;
}

.special-price{
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    font-weight: bold;
}

.item-action{
    margin-top: 12px;
    font-size: 0;
    white-space: nowrap;
}

.custom-btn{
    background: rgba(0, 0, 0, 0.75);
    height: 50px;
    display: block;
    float: left;
    position: relative;
    color: #222;	
}

.custom-btn:hover{
    background: rgba(0, 0, 0, 1);
}

.item-action .custom-btn:not(:last-child){
    margin-right: 2px;
}

.item-compare-add, .item-wishlist-add{
    width: 50px;
}

.item-compare-add:after{
    content: "";
    background-position: -49px -165px;
    margin-left: -10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-image: url("/img/icon-sprites.png");
}

.item-wishlist-add:after{
    margin-left: -10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    content: "\f004";
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
}

.item-cart-add {
    width: 116px;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 20px;
}

.item-cart-add:after{
    content: "";
    background-position: -31px 0;
    margin-left: -10px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -9px;
    width: 20px;
    height: 20px;
    background-image: url("/img/icon-sprites.png");
}

.deal-wrapper-banner .deal-wrapper .respl-item .item-inner .item-info > div.item-action .btn-pd.item-compare:after {
    content: "";
    background-position: -50px -162px;
    top: 13px;
    margin-left: -10px;
}

.rating-box {
    background: url("../images/elements/bkg_rating.png") 0px -25px repeat-x;
    height: 12px;
    display: inline-block;
    width: 68px;
    float: left;
    margin-right: 18px;
    position: relative;
    top: 4px;
    color: #fff;
}

.rating-box .rating {
    background: url("../images/elements/bkg_rating.png") 0 0 repeat-x;
    height: 12px;
    left: 0;
    position: absolute;
    top: -1px;
}

.amount a{
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

.amount a:hover{
    border-bottom: 1px solid transparent;
}

.item-action{
    text-align: center;
}

.item-action .custom-btn{
    display: inline-block;
    vertical-align: top;
    float: none;
}

.store-slider-wrap{
    margin-top: 25px;
}

.lastest-section{
    margin-top: 30px;
}

.store-item{
    padding: 0 12px 35px;
}

.store-item-block{
    padding: 0 15px;
    position: relative;
    box-shadow: 0 1px 2px #ececec;
}

.store-item-links{
    position: absolute;
    z-index: 4;
    top: 50%;
    margin-top: -13px;
    width: 100%;
    left: 0;
    text-align: center;
}

.store-item-links a{
    width: 22px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    position: relative;
}

.store-item-links a.item-quick-view:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0 !important;
    left: 0;
    background-position: -24px -162px;
    background-image: url("/img/icon-sprites.png");
}

.store-item-links a.item-compare-add:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0 !important;
    left: 0;
    background-position: 0 -162px;
    background-image: url("/img/icon-sprites.png");
}

.store-item-links a:not(:last-child){
    margin-right: 5px;
}

.store-item-img{
    text-align: center;
    position: relative;
    font-size: 0;
}

.store-item-img a{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.store-item-img a:after{
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    content: '';
}

.store-item-block:hover .store-item-img a:after{
    opacity: .4;
    visibility: visible;
}

.store-item-img a img{
    display: block;
    max-width: 100%;
}

.store-item-title{
    color: #636363;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.store-item-title a{
    color: #636363 !important;
}

.store-item-info{
    padding-top: 15px;
    padding-bottom: 15px;
}

.store-item-detail{
    margin-top: 16px;
    margin-bottom: 10px;
}

.store-item-price{
    display: inline-block;
    vertical-align: bottom;
}

.store-item-old-price{
    font-size: 13px;
    color: #999;
    text-decoration: line-through !important;
}

.store-item-new-price{
    color: #f26522;
    font-size: 18px;
    font-weight: bold;
}

.slick-slider{
    position: relative;
}

.store-slider.slick-slider:after{
    position: absolute;
    content: '';
    width: 1px;
    background: #fff;
    right: 0;
    top: 0;
    height: 100%;
}

.store-item-actions{
    display: inline-block;
    vertical-align: bottom;
    font-size: 0;
    padding-bottom: 3px;
    text-align: right;
}

.custom-action-link{
    font-size: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.custom-action-link{
    color: #636363 !important;
    position: relative;
}

.custom-action-link.item-cart-add:after{
    background-image: url("/img/icon-sprites.png");
    position: absolute;
    width: 14px;
    height: 16px;
    background-color: #636363;
    background-position: top left;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -8px;
    content: '';
}

.custom-action-link:not(:last-child){
    margin-right: 4px;
}

.store-item-bottom{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.store-item-bottom:before{
    top: 6px;
    left: 8px;
    right: 8px;
    background: #ebebeb;
    height: 1px;
    content: '';
    position: absolute;
}

.store-item-label{
    display: inline-block;
    vertical-align: top;
    z-index: 2;
    position: relative;
    width: 52px;
    background-image: url("/img/icon-sprites.png");
    background-color: #fff;
    height: 29px;
}

.store-item{
    position: relative;
}

.store-item-block:after{
    content: "";
    width: 1px;
    background-color: #ebebeb;
    top: 0;
    bottom: 0;
    right: -12px;
    position: absolute;
}
.slick-slider .store-item-block:after{
	right: -10px;
}
.store-item-label:not(:last-child){
    margin-right: 10px;
}

.sale-label{
    background-position: 0 -121px;
}

.new-label{
    background-position: right -121px;
}

.lastest-section .custom-header, .best-section .custom-header{
    padding-left: 10px;
    padding-right: 5px;
}

.banner-section{
    margin-top: 30px;
}

.banner-link{
    display: block;
    overflow: hidden;
}

.banner-link img{
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.banner-link:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.best-section{
    margin-top: 30px;
}

.advants-section{
    padding: 18px 0;
    border-bottom: 1px solid #ebebeb;
    margin-top: 30px;
}

.advants-item{
    text-transform: uppercase;
    color: #636363;
}

.advants-item-title{
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    cursor: pointer;
}

.advants-item i{
    font-size: 32px;
    margin-right: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 4px;
}

.advants-item:not(:last-child) {
    border-right: 1px solid #ebebeb;
}

.brands-item a{
    display: block;
}

.brands-item a img{
    display: block;
}

.arrow-slide{
    position: absolute;
    cursor: pointer;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    background-color: #b7b7b7;
    background-image: url("/img/icon-sprites.png");
    background-repeat: no-repeat;
}

.arrow-prev{
    background-position: 12px -314px;
    left: -38px;
}

.arrow-next{
    background-position: -22px -314px;
    right: -38px;
}

.footer-top{
    background: #f1f1f1;
}

.sides{
    padding-bottom: 40px;
}

.not-front .sides{
    padding-bottom: 0;
}

.brands-slider-wrap{
    position: relative;
}

.brands-item a img{
    width: 100%;
    display: block;
}

.brands-item a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.footer-main{
    padding: 30px 0 50px;
    background: #fff;
}

.footer-title {
    margin: 14px 0;
    color: #363636;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-title h2{
    margin: 0;
    font: inherit;
}

.footer-nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav ul li{
    clear: both;
}

.footer-nav ul li a{
    color: #898989 !important;
    font-size: 13px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
}

.footer-nav ul li:not(:last-child) {
    margin-bottom: 4px;
}

.footer-account-nav ul li:not(:last-child){
    margin-bottom: 16px;
}

.footer-account-nav li span{
    background: #636363;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 0;
    border-radius: 2px;
    margin-right: 15px;
    float: left;
    position: relative;
    cursor: pointer;
    color: #fff !important;
}

.footer-account-nav li{
    min-height: 25px;
}

.footer-account-nav li span i{
    position: absolute;
    font-size: 14px;
    left: 0;
    display: block;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -8px;
    padding-left: 1px;
}

.footer-account-nav li:first-child{
    line-height: 14px;
    color: #898989 !important;
    font-size: 13px;
}

.side-section{
    box-shadow: 0 1px 2px #eeecec;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.side-section:before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: -6px;
    height: 100%;
    max-height: 50px;
    background-color: #fff;
    box-shadow: 0 1px 2px #eeecec;
    display: inline-block;
    z-index: -1;
}

.hot-section .custom-navs{
    margin-right: -3px;
}


.item-time .item-timer .time-item {
    height: 28px;
    text-align: center;
    display: inline-block;
    padding: 0 4px;
    line-height: 15px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border-right: 1px solid;
}

.item-time .item-timer .time-item .num-time {
    font-size: 21px;
    padding-bottom: 5px;
    color: #363636;
    font-weight: bold;
}

.item-time .item-timer .time-item .name-time {
    font-size: 14px;
    color: #898989;
}

.item-time .item-timer .time-item {
    width: auto;
    height: auto;
    line-height: 15px;
    text-align: center;
    padding: 0 8px;
}

.item-time {
    margin: 25px -3px 15px;
    text-align: center;
}

.item-time .item-timer .time-item:last-child{
    border-right: none;
}

.side-section .item-cart-add {
    width: 95px;
}

.client-say-info{
    position: relative;
    margin: 20px 0;
    font-size: 13px;
    color: #898989;
    line-height: 21px;
}

.client-say-info span {
    top: -10px;
    position: relative;
    font-size: 130%;
    margin-right: 10px;
    color: #f26522;
    margin-left: 1px;
}

.client-say-info span:last-child {
    top: 10px;
    margin-left: 10px;
}

.image-client {
    position: relative;
    text-align: center;
    padding: 20px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.image-client a{
    display: inline-block;
    vertical-align: top;
}

.image-client:before {
    content: "";
    position: absolute;
    border-top: 7px solid #e4e4e4;
    top: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    margin-left: -8px;
}

.image-client:after {
    content: "";
    position: absolute;
    border-top: 7px solid #fff;
    top: -1px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    margin-left: -8px;
}

.image-client img {
    max-width: 41px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.image-client{
    text-align: center;
}

.name-client{
    text-align: center;
    font-size: 13px;
    font-style: italic;
}

.name-client h2{
    font: inherit;
    margin: 0;
}

.name-client a{
    color: #636363 !important;
}

.image-client a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.testimonials-section{
    padding-bottom: 20px;
}

.blog-slider-wrap{
    margin-top: 20px;
}

.blog-item-img a{
    display: block;
    position: relative;
    overflow: hidden;
}

.blog-item-img img{
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: block;
    width: 100%;
}

.blog-item-img a:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-item-img a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: 2;
}

.blog-item-img a:hover:before{
    opacity: 1;
}

.blog-item-title{
    margin-top: 18px;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
}

.blog-item-title a{
    color: #636363 !important;
}

.blog-item-descr{
    font-size: 13px;
    line-height: 21px;
    color: #898989;
    margin-top: 10px;
}

.blog-item .actions-wrap{
    margin-top: 20px;
    text-align: center;
}

.custom-button{
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    height: 40px;
    border: 2px solid #363636;
    color: #363636 !important;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    background-color: #fff;
}

.custom-button:hover{
    color: #fff !important;
}

.custom-descr{
    color: #898989;
    font-size: 13px;
    line-height: 21px;
}

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

.custom-field{
    position: relative;
}

.custom-field input{
    border: 1px solid #e1e1e1;
    color: #898989;
    font-size: 14px;
    height: 40px;
    display: block;
    width: 100%;
    padding: 0 54px 0 14px;
    text-transform: uppercase;
}

.newsletters-form button{
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    cursor: pointer;
    border: none !important;
    background: transparent;
    position: absolute;
}

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

.newsletters-form button i{
    font-size: 21px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -11px;
}

.newsletters-form button:hover{
    color: #fff !important;
}

input:focus{
    background-color: #fafafa !important;
}

.social-list{
    margin-top: 20px;
    font-size: 0;
}

.social-list a{
    display: inline-block;
    vertical-align: top;
}

.social-list a{
    color: #898989;
	width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    position: relative;
	opacity:0.8;
}
.social-list a:hover{
	opacity:1;
}

.social-list a.icon-facebook {
    background:url('../img/fb_logo.jpg') 50% 50% transparent;
}

.social-list a.show_vk{
    background:url('../img/vk_logo.jpg') 50% 50% transparent;
}

.social-list a.show_you{
    background:url('../img/you_logo.jpg') 50% 50% transparent;
}

.social-list a.icon-twitter {
    color: #62cdf1;
    border-color: #62cdf1;
}

.social-list a.icon-google-plus {
    color: #d34836;
    border-color: #d34836;
}

.social-list a.icon-pinterest {
    color: #ef6160;
    border-color: #ef6160;
}

.category-section .custom-title{
    text-transform: capitalize;
    font-size: 16px;
}

.category-section{
    /* margin-top: 22px; */
}

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

.category-nav > ul{
    list-style: none;
}

.category-nav > ul > li{
    display: block;
}

.category-nav > ul > li > a{
    display: block;
    padding: 9px 5px;
    color: #636363 !important;
    border-bottom: 1px dashed #cccccc;
    font-size: 13px;
    line-height: 21px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
}

.category-nav .submenu > a:before {
    font-family: "FontAwesome";
    font-size: 10px;
    content: "\f105";
    color: #ccc;
    float: right;
    width: 12px;
    height: 12px;
    border: 1px solid;
    margin-top: 5px;
    margin-right: -5px;
    text-align: center;
    line-height: 100%;
}

.category-nav{
    border-top: 1px dashed #cccccc;
}

.category-nav > ul > li > a:hover {
    color: #fff !important;
}

.category-nav .submenu > a:hover:before {
    color: #f26522;
    border: 0;
    content: "\f0da";
    right: -9px;
    position: relative;
    font-size: 150%;
    margin-top: 2px;
}

.submenu{
    position: relative;
}

.common-submenu{
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    padding-left: 15px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.submenu:hover .common-submenu{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}


.common-submenu-block{
    min-width: 170px;
}

.common-submenu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.common-submenu ul li{
    display: block;
    background-color: #E1E1E1;
}

.common-submenu ul li:not(:last-child){
    border-bottom: 1px solid #fff;
}

.common-submenu ul li a{
    font-size: 13px;
    line-height: 21px;
    padding: 9px 20px;
    display: block;
    position: relative;
    color: #636363 !important;
}

.common-submenu ul li a:before{
    width: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    content: '';
    position: absolute;
}

.common-submenu ul li a:hover:before{
    width: 100%;
}

.common-submenu ul li a:hover{
    color: #fff !important;
}

.common-submenu ul li a span{
    position: relative;
    z-index: 4;
}

.main-nav .submenu{
    position: relative;
}

.main-nav .submenu > ul{
    list-style: none;
    min-width: 172px;
    position: absolute;
    left: 0;
    margin-top: -8px;
    top: 100%;
    background-color: #fff;
    z-index: 50;
    box-shadow: 0px 1px 20px 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.main-nav .submenu:hover > ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.main-nav .submenu > ul > li{
    display: block;
}

.main-nav .submenu > ul > li > a{

}

.main-nav .submenu > ul > li > a{
    display: block;
    padding: 8px 10px 8px 15px;
    color: #636363;
    font-size: 13px;
    background: transparent;
    line-height: 21px;
}

.main-nav .submenu > ul > li > a:hover{
    color: #fff !important;
}

.footer-main{
    font-size: 0;
}

.footer-main-section{
    float: none;
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
}

.breadcrumbs ul li a{
    color: #898989 !important;
}

.breadcrumbs .container{
    padding-bottom: 20px;
}

.menu-toggle{
    display: none;
    position: absolute;
    width: 21px;
    height: 21px;
    z-index: 30;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    text-align: center;
    line-height: 21px;
    color: #fff !important;
    cursor: pointer;
}

.menu-toggle:hover{
    background: #363636;
}

.menu-toggle i{
    font-size: 13px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 4px;
}

.not-front .menu-toggle{
    display: block;
    position: absolute;
}
.not-front .category-section {
    position: fixed;
    top: 79px;
    margin-top: 0;
    display: none;
    z-index: 20;
    width: 270px;
}
.not-front .category-section:after {
    box-shadow: 0 1px 2px #eeecec;
    background: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
}

.item-list{
    margin-top: 30px;
}

.item-list .store-item-info {
    padding-bottom: 0;
}

.item-list .store-item-bottom {
    top: 0;
    text-align: left;
    padding-left: 20px;
}

.item-list .store-item-bottom:before{
    display: none;
}

.item-list .store-item:before{
    content: "";
    position: absolute;
    height: 4px;
    background-color: #fff;
    bottom: -5px;
    left: 6px;
    right: 6px;
    box-shadow: 0 1px 2px #cccccc;
}

.item-list .store-item-block {
    box-shadow: none;
    padding: 0;
    position: initial;
}

.item-list .store-item-block:after{
    display: none;
}

.item-list .store-item{
    box-shadow: 0 1px 2px #cccccc;
    background: #fff;
    padding: 26px 20px 15px;
}

.not-front .category-section > *{
    position: relative;
    z-index: 5;
}

.breadcrumbs ul li:not(:last-child){
    margin-right: 5px;
}

.breadcrumbs ul li:not(:last-child):after {
    font-family: fontawesome;
    content: "\F105";
    float: right;
    font-size: 12px;
    margin-left: 10px;
    line-height: 178%;
}

.not-front .logo-block{
    position: relative;
}

.not-front .logo-block:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 4px;
    background-color: #fff;
    bottom: -5px;
    left: 6px;
    right: 6px;
    box-shadow: 0 1px 4px #ebebeb;
}

.custom-side-section{
    margin-bottom: 30px;
}

.custom-side-header{
    border-bottom: 2px solid #707070;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #006537;
    font-weight: bold;
    line-height: 24px;
    font-family: 'Bitter', serif;
}

.section-title{
    border-bottom: 2px solid transparent;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    color: #006537;
    font-weight: bold;
    line-height: 24px;
    font-family: 'Bitter', serif;
}

.section-title h1, .section-title h2{
    margin: 0;
    font: inherit;
}

.item-list{
    font-size: 0;
}

.custom-item{
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.filter{
    margin-top: 20px;
}

.filter-section-header{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.filter-section-content{
    margin-top: 20px;
}

.filter-section:not(:last-child){
    margin-bottom: 30px;
}

.pagination{
    font-size: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a, .pagination > li > span {

    color: #363636 !important;
}

.pagination > li {
    display: inline-block;
}

.pagination > li > a, .pagination > li > span {
    float: none;
    font-size: 14px;
    height: 32px;
    display: block;
    width: 32px;
    line-height: 30px;
    padding: 0 !important;
    text-align: center;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff !important;
}

.social{
    background: #fff;
    text-align: center;
}

.social .container{
    padding-top: 50px;
    padding-bottom: 80px;
}

.social-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Bitter', serif;
    color: #363636;
    margin-bottom: 40px;
}

.social .social-list{
    margin-top: 50px;
}

.social .social-list a {
    width: 68px;
    height: 68px;
}

.social .social-list a:not(:last-child){
    margin-right: 30px;
}

.social .social-list a i {
    font-size: 24px;
    margin-top: -12px;
}

.social .social-list a:after {
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
}

.social .social-list a span {
    display: block;
    color: #898989;
    font-family: arial;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 100%;
    margin-top: 20px;
}

.product-img{
    padding: 30px 30px 10px 30px;
    background: #fff;
    position: relative;
}

.product-img .store-item-bottom{
    top: 0;
}

.product-img .store-item-bottom:before{
    display: none;
}

.product-img:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 4px;
    background-color: #fff;
    bottom: -5px;
    left: 6px;
    right: 6px;
    box-shadow: 0 1px 4px #ebebeb;
}

.product-img a{
    display: block;
    position: relative;
}

.product-img a img{
    display: block;
    width: 100%;
}

.product .container{
    padding-bottom: 50px;
}

.product-img a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.product-img a:hover:before{
    opacity: 0.5;
}

.zoom{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    color: #fff !important;
    top: 50%;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.product-img a:hover .zoom{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.zoom i{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: -12px;
    top: 50%;
}

.product-name{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #707070;
    font-family: 'Bitter', serif;
    text-transform: uppercase;
}

.product-name h1{
    font: inherit;
    margin: 0;
    padding: 0;
}

.product-main .store-item-new-price, .custom-side-section .store-item-new-price{
    font-size: 20px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.product-main .store-item-old-price, .custom-side-section .store-item-old-price{
    font-size: 13px;
    color: #999999;
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through !important;

}

.product-main .store-item-price{
    margin-top: 15px;
}

.product-main .custom-descr{
    margin-top: 15px;
}

.banner-list .col-lg-12:not(:last-child){
    margin-bottom: 15px;
}

.product-main .actions-wrap{
    margin-top: 35px;
}

.product-main .item-cart-add{
    width: auto !important;
    padding-left: 50px !important;
    padding-right: 20px !important;
}

.related-list{
    margin-top: 30px;
}

.sides .related-list{
    margin-top: 20px;
}

.related-item-img {
    float: left;
    margin-right: 15px;
    max-width: 55px;
}

.related-item-img a{
    display: block;
}

.related-item-img a img{
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.related-item-name{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 21px;
    color: #636363;
    font-weight: bold;
}

.related-item-name a{
    color: #636363 !important;
}

.product-main .related-item .store-item-new-price {
    font-size: 18px;
    margin-right: 5px;
}

.related-item .store-item-price{
    margin-top: 5px;
}

.related-item:not(:last-child){
    margin-bottom: 30px;
}

.related-item-img a:hover img{
    opacity: 0.75;
}

ul.resp-tabs-list{
    margin: 0;
    padding: 0;
}

.resp-tabs-list li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 -2px 22px;
    border-bottom: none;
    border: 2px solid transparent;
}

.resp-tabs-list li:hover, .resp-tabs-list li.active {
    border: 2px solid #e1e1e1;
    border-bottom: 2px solid #fff;
}

.resp-tabs-list li a {
    padding: 10px 14px;
    display: block;
    color: #707070;
}

.product-info{
    margin-top: 10px;
}

.custom-text{
    font-size: 13px;
    color: #696969;
    line-height: 21px;
}

.tab-content{
    display: block;
    border-top: 2px solid #e1e1e1;
    color: #656565;	
}

.tab-pane{
    padding: 25px;
}

.upsell-section{
    margin-top: 30px;
}

.side-news-list{
    margin-top: 20px;
}

.side-news-item-title{
    font-size: 13px;
    line-height: 21px;
    color: #636363;
}

.side-news-item-title a{
    color: #636363 !important;
}

.side-news-item-date{
    font-size: 11px;
    line-height: 13px;
    margin-top: 5px;
    color: #838383;
}

.side-news-item:not(:last-child){
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.tags-list{
    margin-top: 20px;
    font-size: 0;
}

.tags-list ul{
    list-style: none;
    margin: -3px 0;
    padding: 0;
}

.tags-list ul li{
    margin: 3px 7px 3px 0;
    display: inline-block;
    vertical-align: top;
}

.tags-list ul li a{
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #636363;
}

.news-item-img{
    display: block;
    overflow: hidden;
}

.news-item-img img{
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.news-item-img:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.news-list{
    margin-top: 30px;
}

.pagination > li:not(:last-child){
    margin-right: 4px;
}

.news-item-title{
    color: #636363;
    font-size: 17px;
    line-height: 19px;
}

.news-item-title a{
    color: #636363 !important;
}

.news-item-descr{
    color: #838383;
    font-size: 13px;
    line-height: 21px;
    margin-top: 15px;
}

.news-item-date{
    font-size: 11px;
    line-height: 13px;
    margin-top: 30px;
    color: #838383;
}

.news-item:not(:last-child){
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

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

.right-side{
    padding-bottom: 50px;
}

.post-date{
    font-size: 13px;
    line-height: 20px;
    margin-top: 15px;
    color: #838383;
}

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

.post-img img{
    display: block;
    width: 100%;
}

.post-content{
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}

.post-content p{
    margin: 0 0 20px 0;
}

.post-content h2{
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 20px;
}

.post-content a{
    color: #636363 !important;
    border-bottom: 1px solid #636363;
}

.post-details{
    margin-top: 35px;
}

.post-author{
    font-size: 14px;
    line-height: 20px;
    color: #636363;
}

.post-author a{
    color: #636363 !important;
    border-bottom: 1px solid #636363;
}

.mobile-nav{
    position: fixed;
    top: 0;
    width: 260px;
    left: -260px;
    height: 100%;
    padding: 0;
    background: #333;
    /*box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;*/
    z-index: 20;
    opacity: 0;
    visibility: hidden;
}

.mobile-nav.active{
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 100;
}

.mobile-nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    max-height: 100%;
}

.mobile-nav ul li{
    display: block;

}

.mobile-nav ul li a{
    font-size: 19px;
    line-height: 34px;
    height: 34px;
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #444;
    color: #ccc !important;
}

.mobile-nav ul li a:hover{
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
}

.mobile-nav ul ul li a{
    padding-left: 25px;
}

.nav-bars {
    cursor: pointer;
    width: 26px;
    display: block;
    margin-top: 7px;
}

.bar{
    background: #fff;
    height: 2px;
}

.bar:not(:last-child){
    margin-bottom: 7px;
}

.close-nav{
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    background: #333;
}

.active .close-nav{
    right: -34px;
}

.close-nav span{
    display: block;
    height: 2px;
    width: 22px;
    background: #fff;
    top: 14px;
    position: relative;
    left: 6px;
}

.close-nav span:first-child{
    -webkit-transform: rotate(45deg) translateX(1px) translateY(1px);
    -moz-transform: rotate(45deg) translateX(1px) translateY(1px);
    -ms-transform: rotate(45deg) translateX(1px) translateY(1px);
    -o-transform: rotate(45deg) translateX(1px) translateY(1px);
    transform: rotate(45deg) translateX(1px) translateY(1px);
}

.close-nav span:last-child{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a, input, .bar, button, textarea, .lang-list ul li, .lang-list, .search-wrap input,
.custom-slide:before, .custom-slide:after, .banner-list a img, .custom-nav,
.deal-item-info, .item-cart-add:after, .store-item-img a:after, .banner-link img,
.advants-item, .arrow-slide, .arrow-slide:before, .arrow-slide:after,
.brands-item a img, .image-client a img, .blog-item-img img, .blog-item-img a:before,
.social-list a:after, .common-submenu ul li a:before, .common-submenu, .related-item-img a img,
.main-nav .submenu > ul, .menu-toggle, .social .social-list a span, .product-img a:before, .zoom,
.news-item-img img, .nav-bars, .mobile-nav, .wrapper{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}



@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

@media screen and (max-width: 1199px){
    .main-nav > ul > li:not(:last-child) {
        margin-right: 15px;
    }

    .product-main .related-item .store-item-new-price {
        display: block;
    }

    .logo img{
        max-width: 100%;
        padding: 0 15px;
    }

    .category-section {
        /*margin-top: -34px;*/
    }

    .side-section {
        padding: 20px 15px;
    }

    .custom-section {
        padding: 25px 15px 26px;
    }

    .advants-item i {
        font-size: 20px;
        margin-right: 8px;
        margin-top: 0;
        margin-left: 4px;
    }

    .advants-section{
        padding: 18px 0;
    }

    .item-time .item-timer .time-item {
        padding: 0 6px;
    }

    .item-timer{
        margin-left: -5px;
        margin-right: -5px;
    }

    .custom-btn {
        height: 40px;
    }

    .item-compare-add, .item-wishlist-add {
        width: 40px;
    }

    .custom-btn.item-cart-add {
        /*width: 84px;*/
    }

    .side-section .custom-btn.item-cart-add {
        width: 40px;
    }

    .side-section .custom-btn.item-cart-add span{
        font-size: 0;
    }
    .item-descr {
        font-size: 12px;
        line-height: 16px;
    }

    .special-price {
        font-size: 26px;
    }

    .custom-btn.item-cart-add {
        /*line-height: 40px;*/
		line-height: 30px;
    }

    .custom-btn.item-cart-add:after {
        left: 19px;
    }


    .custom-side-section .store-item-new-price {
        display: block;
        margin-right: 0;
    }

}

@media screen and (max-width: 991px) {
    .main-nav{
        display: none !important;
    }

    .product-main .custom-side-section {
        margin-top: 30px;
    }

    .product-info {
        margin-top: 10px;
    }

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

    .blog-item{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 1px;
    }

    .social-list {
        text-align: center;
    }

    .social-list a:not(:last-child){
        margin-right: 15px;
    }

    .social-section .custom-title{
        float: none;
        text-align: center;
    }

    .banner-list .col-xs-12:not(:last-child) {
        margin-bottom: 0;
    }

    .banner-list{
        margin-bottom: 30px;
    }

    .footer-main-section{
        margin-bottom: 30px;
    }

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

    .footer-main {
        padding: 30px 0 20px;
    }

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

    .search-field input {
        opacity: 1;
        visibility: visible;
        width: 100% !important;
    }

    .search-wrap {
        width: 100%;
    }

    .search-wrap button, .search-wrap button {
        border-color: #006537;
        color: #fff !important;
        background: #006537;
    }
	.view-util-slider{
		margin-top:0 !important;
	}

    .content{
        padding-top: 10px;
    }

    .search-field input {
        height: 40px;
    }

    .search-wrap button {
        width: 40px;
        height: 40px;
    }

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

    .not-front .right-side{
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px){
    .arrow-prev {
        left: 0;
    }

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

    .tab-pane {
        padding: 25px 0;
    }

    .resp-tabs-list li {
        margin: 0 0 -2px 0px;
    }

    .related-item .store-item-price {
        width: auto !important;
        text-align: left !important;
    }

    .product-info {
        margin-top: 10px;
    }

    .product-main .item-cart-add {
        display: inline-block;
        float: none;
    }

    .product-main .actions-wrap{
        text-align: center;
    }

    .product-main .store-item-price {
        text-align: center;
        width: 100%;
    }

    .product-name{
        text-align: center;
    }

    .product-main .custom-descr{
        text-align: center;
    }

    .product-img {
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .brands-slider-wrap{
        padding-right: 40px;
        padding-left: 40px;
    }

    .arrow-next{
        right: 0;
    }

    .custom-descr {
        text-align: center;
    }

    .newsletters-section .custom-title{
        text-align: center;
        float: none;
    }

    .footer-account-nav li span {
        display: block;
        margin: 0 auto 10px;
        float: none;
    }

    .footer{
        text-align: center;
    }
}

@media screen and (max-width: 520px){
    .slide-left {
        left: 10px;
    }

    .slide-right {
        right: 10px;
    }

    .lastest-section .custom-header, .best-section .custom-header {
        padding-left: 0;
        padding-right: 0;
    }

    .brands-slider-wrap {
        padding-right: 0px;
        padding-left: 0px;
    }

    .arrow-slide{
        display: none !important;
    }

    .advants-item:not(:last-child) {
        border-right: none
    }

    .advants-item{
        width: 100%;
        text-align: center;
    }

    .custom-item{
        width: 100%;
    }

    .social .container {
        padding-bottom: 50px;
    }

    .social .social-list a {
        width: 50px;
        height: 50px;
    }

    .social .social-list a span{
        display: none;
    }

    .social .social-list a i {
        font-size: 20px;
        margin-top: -10px;
    }

    .social .social-list {
        margin-top: 36px;
    }

    .social .social-list a:not(:last-child) {
        margin-right: 16px;
    }
}

@media screen and (max-width: 375px){
    .banner-list .col-xs-6{
        width: 100% !important;
    }

    .upsell-section {
        margin-top: 0;
    }

    .resp-tabs-list li a {
        padding: 8px 10px;
        font-size: 12px;
    }

    .banner-list .col-xs-6:not(:last-child){
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 420px){
	 .header-mob-w{
		 width:auto;
	 }
	 .header-mob-w:first-child{
		 margin-bottom:16px;
	 }
}

.catalog-section  .item-list.item-list-mode{
	
}

.error_msg {
	color: #ff0000;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
	padding: 20px;
}


.sys_msg {
	text-align: center;
	background-color: #ffffff;
	padding: 20px;
	line-height: 130%;
}

.sys_msg a:hover {
       color: #05854b; !important;
}


.view-content a:hover  {
    color: #05854b; !important;
}

.view-content li  {
	margin: 0.5em 0;
	padding: 0 0 0 1.5em;
	background-image: url(/img/li.gif) ;
	background-repeat: no-repeat ;
	list-style-type: none ;
	background-position: 0 0.4em;
	line-height: 1.3em;
}

.tab-content li  {
	margin: 0.5em 0;
	padding: 0 0 0 1.5em;
	background-image: url(/img/icon_yes.png) ;
	background-repeat: no-repeat ;
	list-style-type: none ;
	background-position: 0 0.4em;
	line-height: 1.3em;
}

.tab-content h2 {
	font-size: 130%;
	font-weight: bold;
	color: #014b29;
	margin-top: 0px;
}

.tab-content ul  {
	margin-left: 1.5em;
}

.view-content ul  {
	margin-left: 1.5em;
}

.view-content h2  {
	font-size: 120%;
	color: #636363;
	font-weight: bold;
	margin-top:0px;
}

#menu2 {
	margin-bottom: 10px;
	width: 99%;
	clear: both !important;
	overflow:hidden;
}

#menu2 a { 
	color: #669800; 
	text-decoration: underline !important;
}

#menu2 a:visited {  
	color:#669800;
}

#menu2 a:hover { 
	text-decoration: none !important;
}

#menu2 li {
	font-size: 120% !important;
	color: #669800;
	white-space: nowrap !important;
	margin-top: 0em !important;
	margin-right: 2em !important;
	margin-bottom: 0em !important;
	margin-left: 0em !important;
	line-height: 1.5em !important;
	display: block !important;
	float: left !important;
	list-style-type: none !important;
	position: relative !important;
	background-image: none  !important;
	padding: 0em !important;
	padding-left: 0em !important;
}

.field-item a:hover,
.form-group a:hover {
	color:#006537;
}

.field-item a,
.view-content a {
	color:#000000;
}

.form-required {
	color: #ff0000;
}

.review_del_btn {
	height: 16px;
	width: 16px;
	background: url("/img/ico-del.png") 50% 50% no-repeat;
	display: block;
	cursor: pointer;
	float:right;
}

.review_del_btn:hover {
	border: 1px solid #c6120c;
	border-radius: 3px;
}

.reg_desc {
	font-size: 80%;
}

.search_line {
	margin-bottom: 3px;
}


.order_tbl_hdr td {
	text-align: center;
	background-color: #006537;
	color: #ffffff;
	font-weight:bold;
	padding: 7px 5px 7px 5px; 
}

.order_tbl_body td {
	padding: 7px 5px 7px 5px; 
}

.order_tbl_body td:hover {
	cursor: pointer;
}

.v-right {
	text-align: center;
}

.itog_summ {
	font-size: 150%;
	font-weight: bold;
	margin-left: 10px;
}

#msg_cart {
	z-index:99999;
}

.msg_cart {
	padding: 10px 15px;
	background-color: #ffd000; 
	color: #000000;
	position: fixed;
	top:5px;
	left: 45%;
	text-align: center;
	border-radius: 8px;
	box-shadow: 5px 5px 15px -8px #000000;
	z-index: 99999;
}

.item-price-card {
	font-size: 120%;
}

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