@charset "UTF-8";

@font-face {
    font-family: 'exo_2regular';
    src: url('../fonts/Exo2-Regular-webfont.eot');
    src: url('../fonts/Exo2-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Exo2-Regular-webfont.woff') format('woff'),
         url('../fonts/Exo2-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Exo2-Regular-webfont.svg#exo_2regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2light';
    src: url('../fonts/Exo2-Light-webfont.eot');
    src: url('../fonts/Exo2-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Exo2-Light-webfont.woff') format('woff'),
         url('../fonts/Exo2-Light-webfont.ttf') format('truetype'),
         url('../fonts/Exo2-Light-webfont.svg#exo_2light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2bold';
    src: url('../fonts/Exo2-Bold-webfont.eot');
    src: url('../fonts/Exo2-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Exo2-Bold-webfont.woff') format('woff'),
         url('../fonts/Exo2-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Exo2-Bold-webfont.svg#exo_2bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2italic';
    src: url('../fonts/Exo2-Italic-webfont.eot');
    src: url('../fonts/Exo2-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Exo2-Italic-webfont.woff') format('woff'),
         url('../fonts/Exo2-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Exo2-Italic-webfont.svg#exo_2italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2semi_bold';
    src: url('../fonts/Exo2-SemiBold-webfont.eot');
    src: url('../fonts/Exo2-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Exo2-SemiBold-webfont.woff') format('woff'),
         url('../fonts/Exo2-SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/Exo2-SemiBold-webfont.svg#exo_2semi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2medium';
    src: url('../fonts/Exo2-Medium-webfont.eot');
    src: url('../fonts/Exo2-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Exo2-Medium-webfont.woff') format('woff'),
         url('../fonts/Exo2-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Exo2-Medium-webfont.svg#exo_2medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,body {
  margin:0;
  padding:0;
  max-height: 100%;
  font-size: 18px;
  font-family: 'exo_2regular', Arial, sans-serif;
  color: #666666;
  overflow-x: hidden;
  min-width: 320px;
  background: url(../images/bg.jpg) repeat 0 0;
}
input, textarea, a, button{outline: none;}
a, button, input, textarea{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input:focus, textarea:focus, a:focus, button:focus{
	outline: none;
}
a:focus, button:focus{
	color: #fff;
}

div.popup {
    font-size: 32px;
    background: aliceblue;
    position: fixed;
    top: 86px;
    left: 50%;
    margin-left: -211px;
    padding: 10px;
    border-radius: 10px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* ========= INDEX START =========*/
.header-top-left:after,
.review-item:after,
.blog-item:after,
.col-check:after{
  content: '';
  display: block;
  clear: both;
}
/* jcarousel style START */
.cart-slider{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cart-slider ul{
  width: 20000em;
  position: relative;
}
.cart-slider li{
  float: left;
  width: 220px;
}
.disabled{
  display: none;
}
/* jcarousel style END */

/* header styles START */
header{
  background: url(../images/bg-header.jpg) no-repeat center center;
  background-size: cover;
  min-height: 589px;
}
.top-block{
  display: none;
  width: 100%;
  height: auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  padding: 10px 0;
  min-height: 225px;
}
.container.top-line{
  position: relative;
}
#header-cart,
#header-login{
  display: none;
}
#header-login{
  margin: 15px 0 0;
}
/* header cart styles START */
#cart-slider .cart-item{
  position: relative;
  border: 1px solid #93c03b;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 220px;
  height: 160px;
  margin: 0 30px 0 0;
}
#cart-slider .cart-item:hover{
  border: 1px solid transparent;
}
#cart-slider .cart-item .prod-img-holder{
  display: inline-block;
  width: 220px;
  height: 160px;
  text-align: center;
}
#cart-slider .cart-item .prod-img-holder img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
#cart-slider .cart-item .hover-layout{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, .5);
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'exo_2bold';
  padding: 60px 15px 20px;
  opacity: 0;
  line-height: normal;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cart-slider .cart-item:hover .hover-layout{
  opacity: 1;
  text-decoration: none;
}
#cart-slider .cart-item .product-cart-name{
  max-height: 45px;
  overflow: hidden;
  display: inline-block;
}
.remove-prod{
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cart-slider .cart-item:hover .remove-prod{
  opacity: 1;
}
.remove-prod:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#cart-slider{
  max-width: 720px;
  margin: 0 auto;
}
.cart-slider-holder{
  position: relative;
}
.cart-slider-holder .jcarousel-prev, .cart-slider-holder .jcarousel-next {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  text-indent: -9999px;
  background: url(../images/arrows-cart-slider.png) no-repeat 0 0;
  width: 8px;
  height: 12px;
}
.cart-slider-holder .jcarousel-next {
  left: auto;
  right: 0;
  background: url(../images/arrows-cart-slider.png) no-repeat 100% 0;
}
.header-cart-info{
  position: relative;
}
.header-cart-title{
  font-size: 15px;
  text-transform: uppercase;
  color: #1c1c1c;
  font-family: 'exo_2bold';
  border-bottom: 1px solid #999999;
  line-height: 60px;
  padding: 0 0 0 20px;
}
.header-cart-title i{
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.close-header-cart,
.clear-cart{
  position: absolute;
  top: 15px;
  right: 15px;
  color: #1c1c1c;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.close-header-cart:hover,
.clear-cart:hover{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header-cart-info .main-price-title{
  font-size: 13px;
  text-transform: uppercase;
  color: #1c1c1c;
  font-family: 'exo_2bold';
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  padding: 15px 0 15px 20px;
}
.header-cart-info .product-price{
  display: inline-block;
  vertical-align: bottom;
  padding: 15px 0;
}
.header-cart-info .btn-green{
  width: 100%;
}
/* header cart styles END */

/* header login styles START */
#loginForm,
#regForm,
#forgotForm{
  display: none;
}
.login-block,
.forgot-wrap{
  margin: 0 45px;
}
.login-block-wrap{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.inputs-login-wrap{
  max-width: 495px;
}
.forgot-wrap-inp{
  max-width: 810px;
}
.log-reg-buttons{
  width: 30%;
}
.forms-wrap{
  width: 70%;
}
.forms-wrap-auth{
	width: 100%;
}
.forgot-wrap{
  display: none;
  text-align: left;
}
.forgot-wrap #forgotForm{
  margin: 0 auto;
}
#header-login .simple-input {
  height: 40px;
  width: 100%;
}
#header-login .btn-green {
  line-height: 40px;
  font-size: 15px;
  margin: 0 0 10px;
}
#regForm .inputs-login-wrap{
  font-size: 0;
  line-height: 0;
}
#regForm .simple-input{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#regForm .simple-input.email{
  width: 100%;
  display: block;
}
#regForm .reg-btn-holder{
  text-align: right;
}
#regForm .reg-btn-holder .btn-green{
  margin: 0;
}
#reg2Form .inputs-login-wrap{
  font-size: 0;
  line-height: 0;
}
#reg2Form .simple-input{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#logout { position: absolute; bottom: 1px;}

#reg2Form .simple-input.email{
  width: 100%;
  display: block;
}
#reg2Form .reg-btn-holder{
  text-align: right;
}
#reg2Form .reg-btn-holder .btn-green{
  margin: 0;
}
.login-btn-holder .btn-green.not-active{
  background: #619403;
}
.forgot-link-login{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.forgot-link{
  display: inline-block;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 20px 0 0;
}
.blog-item .img-holder.article{
	max-width: 450px;
}
.blog-item .img-holder.article img{
	width: 100%;
	height: auto;
}
.forgot-link:hover{
  text-decoration: none;
}
#header-login .forgot-link-login .btn-green{
  margin: 0;
}
#forgotForm p{
  font-size: 13px;
  margin: 0 0 15px;
}
/* header login styles END */
.header-top-menu{
  padding: 12px 0;
}
.header-top-menu.sticky{
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  z-index: 10;
}
.logo-holder{
  margin: 0 15px 0 0;
}
.logo-holder a{
  display: inline-block;
  width: 52px;
  height: 52px;
}
.logo-holder img{
  display: inline-block;
  width: 100%;
  height: 100%;
}
#main-menu ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#main-menu a{
  display: inline-block;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  line-height: 55px;
  padding: 0 7px;
}
.header-top-right{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-contacts > *,.header-contacts *{
  color: #fff;
  font-size: 15px;
  padding: 0 10px;
  line-height: 55px;
  letter-spacing: -0.8px;
}
.header-email{
  text-decoration: underline;
}
.header-email:hover{
  text-decoration: none;
  color: #fff;
}
.header-cart-ico{
  padding: 16px;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}
.header-cart-ico-wrap{
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-cart-ico-wrap:hover{
  background: #98c93c;
  box-shadow: 0 0 0 30px #98c93c;
}
.header-cart-ico i{
  color: #fff;
  font-size: 20px;
}
.header-count-prod{
  background: #ff3333;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 13px;
  padding: 0 5px;
  line-height: 15px;
  border-radius: 7px;
  font-size: 10px;
  color: #fff;
}
.header-text{
	text-align: center;
	min-height: 515px;
  display: box;
  display: flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*flex-flow: column nowrap;*/
  -webkit-flex-direction: column;
  flex-direction: column;
/*  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
	justify-content: center;
  -webkit-align-items: center;
	align-items: center;
}
.header-text p{
  color: #f3f3f3;
  font-family: 'exo_2light';
  margin: 0 0 30px;
}
.btn-green{
  background: #98c93c;
  border-radius: 3px;
  line-height: 44px;
  width: 220px;
  font-family: 'exo_2semi_bold';
  color: #fff;
  border: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-green:hover{
  background: #749a2d;
  color: #fff;
  text-decoration: none;
}
.header-text .btn-green{
  line-height: 20px;
  padding: 12px 0;
  margin: 0 0 50px;
}
.modal-header .close i{
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal-header .close i:hover{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.title-popup{
  font-size: 20px;
  color: #98c93c;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}
.modal-header{
  border-bottom: none;
}
.modal-footer{
  border-top: none;
}
#questionMaster .btn-green{
  width: auto;
  padding: 0 15px;
}
#questionMaster .modal-header{
	padding: 30px 20px 15px 65px;
}
#questionMaster .modal-body{
	padding: 15px 65px;
}
#questionMaster .modal-footer{
	padding: 15px 0 30px;
}
.simple-input{
  height: 30px;
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  padding: 0 10px;
  display: block;
  margin: 0 0 10px;
}
.simple-input:hover, .simple-input:focus{
  border: 1px solid #8cbc2d;
}
textarea.simple-input{
  resize: none;
  padding: 10px;
  height: 80px;
  width: 100%;
}
#questionMasterForm p{
  font-size: 13px;
  font-family: 'exo_2light';
  margin: 15px 0 10px;
}
#questionMasterForm .radio-holder input{
  display: none;
}
#questionMasterForm .radio-holder label{
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  line-height: 25px;
}
#questionMasterForm .radio-holder label i{
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  color: #000;
}
/* header styles END */

/* wrapper styles START */
.big-title{
  font-size: 30px;
  color: #fff;
  font-family: 'exo_2bold';
  text-transform: uppercase;
  padding: 80px 0;
  text-align: center;
}
.main-page-products{
  text-align: center;
}
.product-grid{
  text-align: center;
  position: relative;
}
.product-grid:after{
  content: '';
  display: inline-block;
  width: 100%;
}
.product-item{
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  max-width: 360px;
  margin: 0 7px 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.product-item .img-holder{
  position: relative;
  border-bottom: 1px solid #dedede;
  font-size: 0;
  line-height: 0;
}
.product-item .img-holder .sticker{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  font-family: 'exo_2bold';
  color: #fff;
  line-height: 13px;
  text-transform: lowercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item .img-holder .sticker.sale{
  background: #ff3333;
}
.product-item .img-holder .sticker.in-stock{
  background: #98c93c;
  align-items: flex-start;
  padding: 12px 0 0;
}
.product-item .img-holder .sticker.top10{
  background: #fc741a;
}
.product-item .img-holder .sticker.to-order{
  background: #0072bc;
}
.product-item .img-holder a{
  display: inline-block;
  width: 360px;
  height: 262px;
  text-align: center;
}
.product-item .img-holder a img{
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.product-item .product-title{
  text-align: center;
  margin: 10px 15px 0;
  height: 37px;
  overflow: hidden;
  line-height: 13px;
}
.product-item .product-title a{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  font-family: 'exo_2bold';
}
.price-buy{
  padding: 10px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-price{
  color: #ff3333;
  font-size: 18px;
  font-family: 'exo_2bold';
  margin: 0 30px 0 0;
}
.product-price .currency{
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'exo_2regular';
}
.cart-item .product-price{
  color: #fff;
  display: block;
  margin: 20px 0 0;
}
.btn-red{
  font-size: 15px;
  font-family: 'exo_2bold';
  color: #fff;
  line-height: 30px;
  padding: 0 8px;
  background: #ff3333;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn-red.not-active{
  background: #ccc;
  cursor: default;
}
.btn-red.not-active:hover,
.btn-red.not-active:focus{
  background: #ccc;
}
.btn-red:hover,
.btn-red:focus{
  background: #c72626;
  color: #fff;
  text-decoration: none;
}
.btn-red i{
  font-size: 20px;
  margin: 0 7px 0 0;
}
.btn-transparent{
  background: none;
  border-radius: 3px;
  border: 2px solid #fff;
  line-height: 42px;
  width: 216px;
  font-family: 'exo_2semi_bold';
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-transparent:hover,
.btn-transparent:focus{
  background: #fff;
  color: #015402;
  text-decoration: none;
}
.see-more{
  padding: 75px 0;
  text-align: center;
}
.delivery-holder{
  background: url(../images/bg-delivery.jpg) no-repeat center center;
  background-size: cover;
  min-height: 300px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.delivery-title{
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'exo_2bold';
  margin: 0 0 25px;
}
.delivery{
  max-width: 400px;
  margin: 0 auto;
}
.delivery p{
  color: #fff;
  line-height: normal;
}
.review-item{
  text-align: center;
}
.review-item .user-name{
  font-size: 15px;
  color: #fff;
  font-family: 'exo_2italic';
  text-align: center;
}
.review-item .image-wrap{
  float: left;
  width: 35%;
}
.review-item .img-holder{
  max-width: 110px;
  max-height: 110px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.review-item .text-review{
  font-size: 13px;
  color: #fff;
  line-height: normal;
  padding: 32px 0 0 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  text-align: left;
}
.review-item .text-review:before{
  content: '';
  background: url(../images/quote.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 25px;
}
#reviews-slider .owl-prev,
#reviews-slider .owl-next{
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -20px;
  text-indent: -9999px;
  background: url(../images/arrows-reviews-slider.png) no-repeat 0 0;
  width: 22px;
  height: 40px;
}
#reviews-slider .owl-next{
  left: auto;
  right: -25px;
  background: url(../images/arrows-reviews-slider.png) no-repeat 100% 0;
}
.blog-holder{
  background: url(../images/bg-blog.jpg) no-repeat center center;
  background-size: cover;
  min-height: 300px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.blog-list{
  padding: 0px 0 0;
}

.blog-item{
  background: #fff;
  padding: 15px 25px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 0 10px;
  position: relative;
}
.blog-item-outer{
	background: #fff;
	padding: 0;
	margin: 0 0 30px;
	border-radius: 3px;
  	overflow: hidden;
}
.blog-item:nth-child(odd) .img-holder{
  float: right;
  margin: 0 0 0 65px;
}
.blog-item:nth-child(even) .img-holder{
  float: left;
  margin: 0 65px 0 0;
}
.blog-item .img-holder a{
  display: inline-block;
  width: 370px;
  height: 370px;
  text-align: center;
}
.blog-item .img-holder a img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.blog-item:nth-child(odd) .blog-item-description{
  text-align: justify;
}
.blog-item:nth-child(even) .blog-item-description{
  text-align: justify;
}
.title-blog-item{
  font-size: 24px;
  color: #333;
  text-transform: uppercase;
  font-family: 'exo_2bold';
  margin: 0 0 25px;
  line-height: normal;
  max-height: 60px;
  overflow: hidden;
  text-align: center;
}
.single-item-blog .title-blog-item{
  text-align: left;
}
.blog-item-text{
  font-family: 'exo_2light';
  line-height: normal;
  max-height: 219px;
  overflow: hidden;
}
.blog-item:nth-child(odd) .btn-green{
  position: absolute;
  bottom: 15px;
  right: 450px;
}
.blog-item:nth-child(even) .btn-green{
  position: absolute;
  bottom: 15px;
  left: 450px;
}
/* wrapper styles END */

/* footer styles START */
footer{
  background: url(../images/bg-footer.jpg) no-repeat center center;
  background-size: cover;
  padding: 65px 0;
  margin: 30px 0 0;
}
.logo-footer{
  margin: 100px 0 20px;
  width: 110px;
  height: 110px;
}
.logo-footer img{
  display: inline-block;
}
.copyrights p{
  font-family: 'exo_2light';
  font-size: 15px;
  color: #fff;
  line-height: normal;
}
.copyrights a{
  color: #fff;
}
.copyrights a:hover{
  color: #fff;
  text-decoration: none;
}
.footer-title{
  color: #fff;
  text-transform: uppercase;
  font-family: 'exo_2medium';
  margin: 0 0 15px;
}
.footer-menu{
  margin: 0 0 65px;
}
.footer-menu li{
  margin: 0 0 15px;
}
.footer-menu li:last-child{
  margin: 0;
}
.footer-menu a{
  display: inline-block;
  font-family: 'exo_2light';
  font-size: 15px;
  color: #fff;
}
.footer-contacts > *{
  font-size: 15px;
  color: #fff;
  display: block;
  margin: 0 0 15px;
}
.footer-contacts a{
  text-decoration: underline;
}
.footer-contacts a:hover{
  color: #fff;
  text-decoration: none;
}
.footer-payment{
  margin: 0 0 35px;
}
.footer-payment li{
  margin: 0 0 20px;
}
.footer-payment li:last-child{
  margin: 0;
}
.footer-social ul{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-social li{
  margin: 0 15px 0 0;
}
.footer-social li:last-child{
  margin: 0;
}
.footer-social a{
  display: inline-block;
  color: #fff;
}
.footer-subscribe{
  background: #fff;
  padding: 30px 25px;
}
#subscribeForm,
#subscribeFormSm{
  text-align: center;
}
#subscribeForm .text-subscribe,
#subscribeFormSm .text-subscribe{
  font-size: 20px;
  max-width: 265px;
  margin: 0 auto 35px;
  font-family: 'exo_2light';
  line-height: normal;
}
#subscribeForm .simple-input,
#subscribeFormSm .simple-input{
  border: 1px solid #e1e1e1;
  height: 40px;
  width: 185px;
  border-radius: 0;
  display: inline-block;
  margin: 0 0 20px;
}
#subscribeForm .btn-green,
#subscribeFormSm .btn-green{
  width: 100%;
  margin: 0 0 10px;
}
#subscribeForm .privacy,
#subscribeFormSm .privacy{
  font-size: 13px;
  font-family: 'exo_2light';
  line-height: normal;
  display: block;
}
#subscribeForm .privacy a,
#subscribeFormSm .privacy a{
  color: #666666;
  text-decoration: underline;
}
#subscribeForm .privacy a:hover,
#subscribeFormSm .privacy a:hover{
  text-decoration: none;
}
/* footer styles END */
/* ========= INDEX END =========*/

/* ========= CATALOG START =========*/
header.catalog{
  min-height: 295px;
  margin: 0 0 60px;
}
header.catalog-unit,
header.checkout,
header.about,
header.contact{
  min-height: 295px;
}
header.catalog .header-text,
header.catalog-unit .header-text,
header.catalog_unit .header-text,
header.checkout .header-text,
header.about .header-text,
header.contact .header-text{
  margin: 125px 0 0;
  min-height: auto;
}
#wrapper.catalog .main-page-products {
  display: inline-block;
  vertical-align: top;
  max-width: 783px;
}
#wrapper.catalog .product-item{
  margin: 0 10px 20px;
}
.filter-holder{
  max-width: 360px;
  display: inline-block;
  vertical-align: top;
}
.filter-ico{
  display: none;
}
.filter{
  background: #fff;
  border-radius: 3px;
}
.filter-top{
  padding: 25px 30px;
  border-bottom: 1px solid #dedede;
}
.filter-top{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.filter-in-stock{
  margin: 0 65px 0 0;
}
.filter-sorting{
  font-size: 15px;
  cursor: pointer;
  cursor: pointer;
  font-size: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.filter-main{
  padding: 30px 30px 25px;
}
.filter-title{
  font-size: 24px;
  font-family: 'exo_2bold';
  margin: 0 0 20px;
}
.filter-holder ul{
  margin: 0 0 40px;
}
.filter-holder label{
  cursor: pointer;
  font-size: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.filter-holder label i{
  color: #ccc;
  margin: 0 12px 0 0;
  width: 24px;
}
.filter-holder label.check{
  color: #7cb510;
}
.filter-holder label.check i{
  color: #7cb510;
}
.filter-sorting .filter-sorting-label.check i{
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.filter-holder li{
  margin: 0 0 12px;
}
.filter-holder li:last-child{
  margin: 0;
}
.filter-holder input[type="checkbox"]{
  display: none;
}
.filter-btn-holder{
  text-align: center;
}
/* ========= CATALOG END =========*/

/* ========= CATALOG-UNIT START =========*/
.back-holder{
  margin: 55px 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.back-holder .btn-back{
  margin: 0 15px 0 0;
  padding: 0 10px;
  color: #fff;
  cursor: pointer;
}
.title-product{
  font-family: 'exo_2bold';
  color: #fff;
  text-transform: uppercase;
}
.info-prod-bottom .product-title.hidden{
  display: none;
}
.product-info-holder{
  background: #fff;
  border-radius: 3px;
  margin: 0 0 70px;
  padding: 30px;
}
.big-img-prod-holder{
  font-size: 0;
  line-height: 0;
  margin: -30px -30px 30px;
  text-align: center;
  position: relative;
}
.big-img-prod-holder .sticker{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  font-family: 'exo_2bold';
  color: #fff;
  line-height: normal;
  text-transform: lowercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.big-img-prod-holder .sticker.sale{
  background: #ff3333;
}
.big-img-prod-holder .sticker.in-stock{
  background: #98c93c;
  align-items: flex-start;
  padding: 12px 0 0;
}
.big-img-prod-holder .sticker.top10{
  background: #fc741a;
}
.big-img-prod-holder .sticker.to-order{
  background: #0072bc;
}
.big-img-prod{
  display: inline-block;
  max-width: 1140px;
  max-height: 380px;
  height: auto;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  cursor: zoom-in;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}
.big-img-prod-holder img{
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.info-prod-bottom{
  margin: 0 0 0 -30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.min-img-prod-holder{
  font-size: 0;
  line-height: 0;
  margin: 0 30px 0 0;
}
.product-prop-holder{
  width: 100%;
}
.min-img-prod{
  display: inline-block;
  width: 360px;
  height: 262px;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  cursor: zoom-in;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
}
.min-img-prod-holder img{
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.product-prop-holder ul{
  margin: 0 0 20px;
}
.product-prop{
  font-size: 13px;
  font-family: 'exo_2bold';
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
.product-prop-value{
  font-size: 13px;
  font-family: 'exo_2light';
}
.product-short-description{
  font-size: 15px;
  margin: 0 0 20px;
  line-height: normal;
}
.product-prop-holder .product-price, .product-prop-holder .share-ico{
  margin: 0;
}
.gift-holder{
  color: #0072bc;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gift-holder i{
  margin: 0 10px 0 0;
}
.gift-holder p{
  font-size: 15px;
  text-decoration: underline;
  font-family: 'exo_2bold';
}
.product-prop-holder .price-buy{
  padding: 20px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.share-ico{
  color: #333;
  cursor: pointer;
  margin: 0 85px 0 0;
}
/* ========= CATALOG-UNIT END =========*/

/* ========= CHECKOUT START =========*/
.checkout-holder{
  background: #fff;
  padding: 20px 0 70px;
}
.checkout-holder .container.checkout-container{
  max-width: 975px;
}
.data-to-order-holder{
  max-width: 310px;
}
.data-to-order-holder .authoriz{
  display: none;
  margin: 0 0 25px;
  font-size: 13px;
  color: #222;
}
.data-to-order-holder .not-authoriz{
  font-size: 13px;
  color: #222;
  margin: 0 0 25px;
}
.data-to-order-holder .not-authoriz .authoriz-link{
  cursor: pointer;
  text-decoration: underline;
  color: #ff3333;
}
.data-to-order-holder .not-authoriz .authoriz-link:hover{
  text-decoration: none;
}
.checkout-payment-holder{
	border-top: 1px solid #999999;
	padding: 10px 0 0;
	margin: 10px 40px 0 0;
}
.checkout-input{
  width: 270px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  padding: 0 15px;
  display: block;
  margin: 0 0 20px;
  color: #222;
}
textarea.checkout-input{
  height: 80px;
  resize: none;
  padding: 10px 15px;
  margin: 15px 0 20px;
}
.checkout-input::-webkit-input-placeholder {color:#222;}
.checkout-input::-moz-placeholder          {color:#222;}/* Firefox 19+ */
.checkout-input:-moz-placeholder           {color:#222;}/* Firefox 18- */
.checkout-input:-ms-input-placeholder      {color:#222;}
#checkoutForm .radio-holder label {
  font-size: 13px;
  display: inline-block;
  cursor: pointer;
  line-height: 25px;
  color: #222;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
/*#checkoutForm .radio-holder label span{
	display: inline-block;
    vertical-align: top;
    width: 75%;
}*/
#checkoutForm .radio-holder input {
  display: none;
/*  visibility: hidden;
  width: 0;*/
}
#checkoutForm .radio-holder label i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  color: #000;
}
.agreement-check label{
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.agreement-check input[type="checkbox"]{
  visibility: hidden;
  width: 0;
}
.agreement-check label i{
  color: #222;
  margin: 0 5px 0 0;
  width: 24px;
}
.agreement-check #agr.error + label i,
.agreement-check #agr.error + label a{
  color: #ff3333;
}
.agreement-check label a{
  color: #222;
  font-size: 13px;
  text-decoration: underline;
}
.agreement-check label a:hover{
  text-decoration: none;
}
.checkout-cart-holder{
  float: right;
  min-width: 635px;
}
.checkout-cart-holder .header-cart-title{
  line-height: 35px;
  margin: 0 0 20px;
  position: relative;
}
.checkout-cart-holder .header-cart-title .clear-cart{
  margin: 0;
  top: 0;
}
.checkout-cart-item{
  max-width: 635px;
  margin: 0 0 15px;
}
.checkout-cart-item .prod-img-holder{
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 160px;
  text-align: center;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.checkout-cart-item .checkout-prod-funct{
  display: inline-block;
  vertical-align: top;
  max-width: 390px;
  width: 100%;
}
.checkout-cart-item .prod-img-holder img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.checkout-cart-item .checkout-cart-prod-title{
  margin: 0 0 20px;
}
.checkout-cart-item .checkout-cart-prod-title a{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  display: inline-block;
  font-family: 'exo_2bold';
}
.checkout-cart-item .quantity-title{
  font-size: 15px;
  color: #222;
  margin: 0 10px 0 0;
  text-transform: lowercase;
}
.checkout-cart-item .quantity-holder{
  cursor: pointer;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-payment-holder.radio-wrap.hide-for-large{
  display: none;
}
.cart-empty{
  text-transform: uppercase;
  color: #1c1c1c;
  margin: 0 0 18px;
}
.quantity{
  font-size: 0;
  line-height: 0;
  min-width: 108px;
}
.quantity .fa{
  cursor: pointer;
  color: #fff;
  text-align: center;
  width: 36px;
  line-height: 36px;
  border-radius: 3px;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.quantity .minus{
  background: #ff3333;
}
.quantity .plus{
  background: #98c93c;
}
.quantity .minus:hover{
  background: #c72626;
}
.quantity .plus:hover{
  background: #749a2d;
}
.quantity .count{
  color: #222;
  font-size: 15px;
  text-align: center;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.checkout-cart-item .product-price{
  margin: 0;
}
.checkout-cart-item .product-remove{
  cursor: pointer;
  color: #ff3333;
  text-transform: lowercase;
}
.checkout-cart-item .product-remove i{
	vertical-align: middle;
}
.checkout-cart-item .product-remove span{
  text-decoration: underline;
}
.checkout-cart-item .product-remove:hover span{
  text-decoration: none;
}
.checkout-total-holder{
  border-top: 1px solid #999999;
  padding: 15px 0;
}
.checkout-delivery-holder,
.total-sum-holder{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.checkout-total-holder .span{
  line-height: 20px;
  font-size: 13px;
  color: #1c1c1c;
  font-family: 'exo_2bold';
  text-transform: uppercase;
}
.checkout-total-holder .span.product-price{
  color: #ff3333;
  font-size: 18px;
  margin: 0 0 0 20px;
}
.checkout-total-holder .span.product-price .currency{
  color: #ff3333;
  font-size: 15px;
}
.button-order-holder .btn-green{
  margin: 0 -15px 0 0;
}
.button-order-holder:after,
.col-check:after{
	content: '';
	display: block;
	clear: both;
}
/* ========= CHECKOUT END =========*/

/* ========= ABOUT START =========*/
.about-images-holder .img-holder{
  display: inline-block;
  width: 488px;
  height: 320px;
  text-align: center;
  margin: 0 0 70px;
}
.about-images-holder .img-holder img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.about-text-holder{
  margin: 0 0 70px;
}
.about-text-holder p{
  color: #fff;
  margin: 0 0 25px;
  line-height: normal;
}
.about-text-holder h1, h2, h3, h4, h5{
  margin: 0 0 25px;
  line-height: normal;

}
/* ========= ABOUT END =========*/

/* ========= CONTACT START =========*/
.contact-info-holder p{
 color: #fff;
  margin: 0 0 25px;
}
.contact-info-holder .tel-num-wrap{
  margin: 0 0 25px;
}
.contact-info-holder .tel-num-wrap > span,
.contact-info-holder .tel-num-wrap .tel-num-holder{
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.contact-info-holder .tel-num-wrap .tel-num-holder{
  margin: 0 0 0 30px;
}
.contact-info-holder .tel-num-wrap .tel-num{
  display: block;
  line-height: normal;
}
.contact-email-title{
  margin: 0 5px 0 0;
}
.contact-email{
  color: #fff;
  text-decoration: underline;
}
.contact-email:hover{
  color: #fff;
  text-decoration: none;
}
.contact-feedback{
  margin: 0 0 70px;
}
.feedback-title{
  color: #fff;
  margin: 0 0 30px;
}
.contact-input{
  height: 45px;
  width: 390px;
  border: none;
  border-radius: 3px;
  padding: 0 10px;
  display: block;
  margin: 0 0 25px;
}
textarea.contact-input{
  height: 85px;
  resize: none;
  padding: 10px;
}

#feedbackForm .btn-holder{
  text-align: right;
  max-width: 390px;
}
/* ========= CONTACT END =========*/
input.error,
input.error:focus,
textarea.error,
textarea.error:focus{
  border: 1px solid #ff3333 !important;
  color: #ff3333 !important;
}
.pluso-go{visibility: hidden;}
.pluso-logo{visibility: hidden;}
.pluso-promo {visibility: hidden; width: 0px; height: 0px; max-height: 0px; max-width: 0px;}
#wrapper.catalog-unit .pluso-010010100101-04 a.pluso-more {
    width: 30px !important;
    height: 30px !important;
    background-position: 0 -25px !important;
}
.pluso-box, .pluso-box .pluso-list{
	border-radius: 3px !important;
	box-shadow: none !important;
}
.pluso-box a.pluso-close, .pluso-box a.pluso-close:hover, .pluso-box a.pluso-close:visited{
	font-size: 0 !important;
  background: url(../images/cls-btn.png) no-repeat center center !important;
  background-size: cover !important;
  width: 14px !important;
  height: 14px !important;
}
.pluso-box .pluso-list{
  top: 17px !important;
}