/**
 * @author      Dominik Douděra(doudera@grow-studio.eu)
 * @copyright   (C) 2016 Všechna práva vyhrazena.
 * @link        https://grow-studio.eu/
 * 
 */
/**
* @author      Dominik Douděra(doudera@grow-studio.eu)
* @copyright   (C) 2016 Všechna práva vyhrazena.
* @link        https://grow-studio.eu/
* 
*/
@font-face {
  font-family: Segoe;
  src: url('fonts/segoe.ttf');
}
@font-face {
  font-family: Segoe_IE;
  src: url('fonts/segoe.eot');
}
#page,
h1,
h2,
h3,
button {
  font-family: 'Segoe', Segoe_IE !important;
}
a {
  color: inherit;
}
body {
  background: #fafafa;
}
@media (max-width: 990px) {
  body {
    background: white;
  }
}
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
.form-control::-ms-clear {
  display: none;
}
.form-control::-ms-expand {
  display: none;
}
select::-ms-expand {
  display: none;
}
.ndisplay {
  display: none;
}
.not_desktop {
  display: none;
}
@media (max-width: 990px) {
  .not_desktop {
    display: block;
  }
}
@media (max-width: 1200px) {
  .not_mobile {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .not_mobile {
    display: none;
  }
  .not_mobile {
    display: none !important;
  }
  .hidden-mobile {
    display: none;
  }
  body,
  html {
    width: 100%;
    overflow-x: hidden;
  }
}
.form-control {
  border-radius: 3px;
  padding: 0 18px;
  height: 40px;
  color: #004100;
  font-size: 14px;
}
.form-control:focus {
  border-color: #5e544a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #564c42;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #564c42;
  font-family: 'Segoe', Segoe_IE;
}
.form-control::-webkit-input-placeholder {
  color: #333333;
  font-size: 14px;
  font-family: 'Segoe', Segoe_IE;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
  font-size: 14px;
  font-family: 'Segoe', Segoe_IE;
}
.form-control::-moz-placeholder {
  color: #333333;
  font-size: 14px;
  font-family: 'Segoe', Segoe_IE;
}
.form-control:-ms-input-placeholder {
  color: #333333;
  font-size: 14px;
  font-family: 'Segoe', Segoe_IE;
}
.form-control::-ms-clear {
  display: none;
}
.form-control::-ms-expand {
  display: none;
}
.form-group .text-red {
  color: red;
}
select::-ms-expand {
  display: none;
}
.btn {
  position: relative;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-global {
  border-radius: 5px;
  padding: 9px 0;
  min-width: 130px;
  background: #479615;
  border: 1px solid #479615;
  color: white;
  position: relative;
}
.btn-global:hover {
  background: #004100;
  color: white;
  border: 1px solid #004100;
}
.btn-global:focus {
  outline: 0;
}
.btn-light-brown {
  border-radius: 5px;
  padding: 9px 0;
  min-width: 130px;
  color: #333333;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.7);
  background: #dedbd4;
  border: 1px solid #dedbd4;
  position: relative;
}
.btn-light-brown:hover {
  background: #479615;
  color: white;
  border: 1px solid #479615;
}
.btn-light-brown:focus {
  outline: 0;
}
.btn-dark-brown {
  border-radius: 5px;
  padding: 9px 0;
  min-width: 130px;
  color: white;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.7);
  background: #004100;
  border: 1px solid #004100;
  padding: 7px 17px;
  position: relative;
}
.btn-dark-brown:hover {
  background: #004100;
  color: white;
  border: 1px solid #004100;
}
.btn-dark-brown:focus {
  outline: 0;
}
.btn-big {
  font-size: 16px;
  padding: 12px 22px;
}
.btn-arrow-left {
  text-align: left;
  padding-left: 27px;
}
.btn-arrow-left:before {
  content: '<';
  position: absolute;
  left: 8px;
  top: calc(50% - 11px);
}
.btn-arrow-right {
  text-align: left;
  padding-right: 27px;
}
.btn-arrow-right:after {
  content: '>';
  position: absolute;
  right: 8px;
  top: calc(50% - 11px);
}
.no-padding {
  padding: 0;
}
.header {
  z-index: 11;
  position: relative;
  min-height: 153px;
}
@media (max-width: 990px) {
  .header {
    position: fixed;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 2px solid #479615;
    min-height: 81px;
    padding: 0 15px;
  }
}
.header .top-wrap {
  border-top: 6px solid #479615;
  padding-top: 5px;
  background: white;
  height: 93px;
}
@media (max-width: 990px) {
  .header .top-wrap {
    position: relative;
    height: 81px;
  }
}
.header .top-wrap .search {
  position: relative;
  top: 23px;
}
@media (max-width: 990px) {
  .header .top-wrap .search {
    position: absolute;
    z-index: 10;
    bottom: -30px;
    top: initial;
    width: 100%;
  }
}
.header .top-wrap .search .form-control {
  border: 1px solid #479615;
}
@media (max-width: 990px) {
  .header .top-wrap .search .form-control {
    position: absolute;
    top: -28px;
    z-index: 12;
    left: 0;
    border-radius: 0;
  }
}
.header .top-wrap .search .wrap {
  width: 82%;
  margin-left: auto;
}
@media (max-width: 990px) {
  .header .top-wrap .search .wrap {
    width: 100%;
  }
}
.header .top-wrap .search .wrap .btn {
  border: none;
  background: none;
  box-shadow: none;
  float: right;
  margin-top: -41px;
  font-size: 21px;
  color: #004100;
}
@media (max-width: 990px) {
  .header .top-wrap .search .wrap .btn {
    position: absolute;
    right: 7px;
    top: 12px;
    z-index: 12;
  }
}
.header .top-wrap .search .fast-results-fulltext {
  border-top: 2px solid #479615;
  width: 76%;
  margin-left: 1%;
  position: absolute;
  background: white;
  z-index: 11;
  -webkit-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 20px -1px rgba(0, 0, 0, 0.35);
}
@media (max-width: 1200px) {
  .header .top-wrap .search .fast-results-fulltext {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 990px) {
  .header .top-wrap .search .fast-results-fulltext {
    width: 100%;
    left: 0;
    margin-left: 0;
    overflow-x: scroll;
    max-height: calc(100vh - 105px);
    height: calc(100vh - 105px);
    visibility: visible!important;
    display: block!important;
    padding-top: 48px;
    position: fixed;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .header .top-wrap .search .fast-results-fulltext {
    width: 100%;
    left: 0;
  }
}
.header .top-wrap .search .fast-results-fulltext h2 {
  background: #479615;
  color: white;
  font-size: 14px;
  font-weight: normal;
  padding: 7px 10px;
  margin: 0;
}
.header .top-wrap .search .fast-results-fulltext .lds-dual-ring {
  display: block;
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.header .top-wrap .search .fast-results-fulltext .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid black;
  border-color: black transparent black transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header .top-wrap .search .fast-results-fulltext .empty {
  padding: 20px;
}
@media (max-width: 990px) {
  .header .top-wrap .search .fast-results-fulltext .empty {
    text-align: center;
  }
}
.header .top-wrap .search .fast-results-fulltext .box .items {
  padding: 10px 0 5px 0;
}
.header .top-wrap .search .fast-results-fulltext .box .items ul {
  list-style-type: none;
  padding-left: 15px;
}
.header .top-wrap .search .fast-results-fulltext .box .items ul li {
  font-size: 14px;
  margin-bottom: 5px;
}
.header .top-wrap .search .fast-results-fulltext .box .items ul li::before {
  content: "•";
  color: #a3958c;
  margin-right: 15px;
}
.header .top-wrap .search .fast-results-fulltext .box .items ul li a {
  display: inline-block;
  vertical-align: top;
  width: 90%;
}
.header .top-wrap .search .fast-results-fulltext .box .items ul li a:hover {
  color: #479615;
}
.header .top-wrap .search .fast-results-fulltext .box .items.products {
  background: white;
  padding: 0;
}
.header .top-wrap .search .fast-results-fulltext .box .items.products a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.header .top-wrap .search .fast-results-fulltext .box .items.products .product {
  border-bottom: 1px solid #f2f2f1;
  padding: 10px;
  font-size: 14px;
}
.header .top-wrap .search .fast-results-fulltext .box .items.products .product .image-name .image {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  width: 60px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.header .top-wrap .search .fast-results-fulltext .box .items.products .product .image-name .image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.header .top-wrap .search .fast-results-fulltext .box .items.products .product .image-name .name {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
.header .top-wrap .search .fast-results-fulltext .box .items.products .product .image-name .name .catalog {
  color: #a3958c;
}
.header .top-wrap .search .fast-results-fulltext .box .items.products .product .price {
  text-align: right;
  font-weight: bold;
  margin-top: 10px;
}
.header .top-wrap .search .fast-results-fulltext .showAll,
.header .top-wrap .search .fast-results-fulltext .hideFulltext {
  width: 100%;
  float: none;
  margin-top: 0;
  padding: 10px;
  line-height: initial;
  background: #504a45;
  color: white;
  font-size: 14px;
  border-radius: 0;
}
@media (min-width: 990px) {
  .header .top-wrap .search .fast-results-fulltext .hideFulltext {
    display: none;
  }
}
.header .top-wrap .search .fast-results-fulltext .btn {
  margin-top: -2px;
  right: 0;
}
.header .top-wrap .mobile-search {
  display: none;
}
@media (max-width: 990px) {
  .header .top-wrap .mobile-search {
    display: inline-block;
    vertical-align: top;
    width: 40px;
  }
  .header .top-wrap .mobile-search .btn {
    border: none;
    background: none;
    box-shadow: none;
    font-size: 21px;
    color: #004100;
  }
  .header .top-wrap .mobile-search .closing {
    display: none;
  }
  .header .top-wrap .mobile-search.opened .closing {
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    margin-top: -4px;
  }
  .header .top-wrap .mobile-search.opened .open {
    display: none;
  }
}
.header .top-wrap .mobile-menu {
  display: none;
}
@media (max-width: 990px) {
  .header .top-wrap .mobile-menu {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: -8px;
  }
  .header .top-wrap .mobile-menu .burger {
    font-size: 35px;
    margin-top: -13px;
  }
  .header .top-wrap .mobile-menu.opened .burger {
    display: none;
  }
  .header .top-wrap .mobile-menu.opened .closing {
    display: inline-block;
    vertical-align: top;
    font-size: 38px;
    margin-top: -17px;
  }
  .header .top-wrap .mobile-menu .closing {
    display: none;
  }
  .header .top-wrap .mobile-menu .desc {
    color: #a3958c;
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .header .top-wrap .mobile-right {
    text-align: right;
  }
}
@media (max-width: 330px) {
  .header .top-wrap .mobile-right {
    padding-left: 0;
  }
}
@media (max-width: 990px) {
  .header .top-wrap .logo {
    line-height: 53px;
  }
}
.header .top-wrap .logo img {
  max-width: 100%;
  max-height: 75px;
  padding-top: 5px;
}
@media (max-width: 990px) {
  .header .top-wrap .logo img {
    max-height: 60px;
    min-width: 111px;
  }
}
.header .reload-small-cart {
  display: inline-block;
  vertical-align: top;
}
.header .wish-list {
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  margin-top: 10px;
  margin-left: 6px;
  color: #004100;
  position: relative;
  z-index: 10;
  margin-right: 10px;
}
@media (max-width: 990px) {
  .header .wish-list {
    margin-top: 6px;
  }
}
.header .wish-list.active i {
  font-weight: bold;
}
.header .wish-list.active .count {
  display: inline-block;
  vertical-align: top;
}
.header .wish-list .count {
  position: absolute;
  left: 12px;
  top: -6px;
  border: 1px solid #479615;
  padding: 0;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  font-size: 10px;
  text-align: center;
  background: #479615;
  color: white;
  display: none;
}
.header .wish-list .count span {
  position: relative;
  top: 1px;
}
.header .cart-and-wishlist {
  margin-top: 20px;
  text-align: right;
}
@media (max-width: 990px) {
  .header .cart-and-wishlist {
    margin-top: 14px;
  }
}
.header .menu-strip {
  border-bottom: 6px solid #eeeeee;
  width: 100%;
  position: relative;
  margin-top: 6px;
}
.header .menu-strip.hover {
  border-bottom: 6px solid #004100;
}
@media (max-width: 990px) {
  .header .menu-strip {
    height: calc(100vh - 77.6px);
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 0;
  }
}
@media (max-width: 990px) {
  .header .menu-strip {
    background: none;
  }
}
@media (max-width: 990px) {
  .header .menu-strip .menu {
    border-top: 2px solid #479615;
  }
}
.header .menu-strip .menu .items {
  color: #333333;
  font-size: 16px;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1200px) {
  .header .menu-strip .menu .items {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items {
    padding-left: 0;
  }
}
.header .menu-strip .menu .items li {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  border-bottom: 6.2px solid transparent;
  margin-bottom: -5.5px;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items li {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    border-bottom: 1px solid #dedbd4;
    background: #f7f7f7;
  }
}
.header .menu-strip .menu .items li a {
  padding: 14px;
  display: inline-block;
  vertical-align: top;
  padding: 8px 30px;
  padding-top: 5px;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items li a {
    width: 100%;
    padding: 20px 30px;
  }
}
.header .menu-strip .menu .items li.social {
  border: none;
  font-size: 26px;
  position: relative;
  top: -15px;
  padding-right: 7px;
  color: #004100;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items li.social {
    display: none;
  }
}
.header .menu-strip .menu .items li.social:hover {
  border: none;
}
.header .menu-strip .menu .items li.social a {
  padding: 11.5px 5px;
}
.header .menu-strip .menu .items li.social a:hover {
  background: inherit;
}
.header .menu-strip .menu .items li.social a:hover i.fa {
  color: #f0412d;
}
.header .menu-strip .menu .items li.social a i.fa {
  font-size: 25px;
}
.header .menu-strip .menu .items li.with-icon {
  padding-left: 16px;
}
.header .menu-strip .menu .items li:hover {
  border-bottom: 6.2px solid #ff7416;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items li:hover {
    border-bottom: 1px solid #dedbd4;
  }
}
.header .menu-strip .menu .items li .icon {
  font-size: 22px;
  position: absolute;
  margin-left: -24px;
  margin-top: -5px;
  color: #479615;
}
@media (min-width: 990px) {
  .header .menu-strip .menu .items li.hover .megamenu {
    display: block;
  }
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items li.openedMobileSubmenu .megamenu {
    display: block;
  }
  .header .menu-strip .menu .items li.openedMobileSubmenu > a {
    background: #f7f7f7;
  }
}
.header .menu-strip .menu .items.right {
  float: right;
}
.header .menu-strip .menu .items .megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 7px;
  z-index: 8;
  -webkit-box-shadow: -1px 22px 21px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -1px 22px 21px 0px rgba(0, 0, 0, 0.12);
  box-shadow: -1px 22px 21px 0px rgba(0, 0, 0, 0.12);
  padding: 30px 29px 60px;
  display: none;
  background: white;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items .megamenu {
    padding: 0;
    text-align: center;
    margin-top: 1px;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #dedbd4;
  }
}
.header .menu-strip .menu .items .megamenu.womens {
  background: url("../images/banner-megamenu-zeny.png") no-repeat white;
  background-position: top right;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items .megamenu.womens {
    background: white;
  }
}
.header .menu-strip .menu .items .megamenu.mens {
  background: url("../images/banner-megamenu.png") no-repeat white;
  background-position: top right;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items .megamenu.mens {
    background: white;
  }
}
.header .menu-strip .menu .items .megamenu.imageMenu li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: initial;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items .megamenu.imageMenu li {
    width: 100%;
    margin-bottom: 0;
  }
  .header .menu-strip .menu .items .megamenu.imageMenu li a {
    line-height: 40px;
  }
}
.header .menu-strip .menu .items .megamenu.imageMenu .image {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 40px;
  text-align: center;
}
.header .menu-strip .menu .items .megamenu.imageMenu .image img {
  max-width: 80px;
  max-height: 40px;
}
.header .menu-strip .menu .items .megamenu.imageMenu .without-headline {
  padding-top: 0;
}
.header .menu-strip .menu .items .megamenu h2 {
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items .megamenu h2 {
    margin-top: 40px;
  }
}
.header .menu-strip .menu .items .megamenu ul {
  margin: 0;
  padding: 0;
}
.header .menu-strip .menu .items .megamenu ul li {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  border: none;
}
@media (max-width: 1200px) {
  .header .menu-strip .menu .items .megamenu ul li {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items .megamenu ul li {
    border-bottom: 1px solid #dedbd4;
    background: none;
    margin-bottom: 0;
  }
}
.header .menu-strip .menu .items .megamenu ul li a {
  padding: 0;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items .megamenu ul li a {
    text-align: center;
    padding: 10px 30px;
    line-height: 30px;
  }
}
.header .menu-strip .menu .items .megamenu ul li:hover {
  border: none;
  color: #ff7416;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items .megamenu ul li:hover {
    border-bottom: 1px solid #dedbd4;
  }
}
.header .menu-strip .menu .items .megamenu ul li img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.header .menu-strip .menu .items .megamenu ul li:last-of-type {
  border-bottom: none;
}
.header .menu-strip .menu .items .megamenu ul li.all-products {
  border-bottom: 1px solid #dedbd4;
  background: #f7f7f7;
}
.header .menu-strip .menu .items .megamenu ul li.all-products a {
  padding: 10px 30px;
  line-height: 41px;
}
.header .menu-strip .menu .items .megamenu .without-headline {
  padding-top: 41.5px;
}
@media (max-width: 990px) {
  .header .menu-strip .menu .items .megamenu .without-headline {
    padding-top: 0;
  }
  .header .menu-strip .menu .items .megamenu .without-headline ul li:first-of-type {
    border-top: 1px solid #dedbd4;
  }
}
@media (max-width: 992px) {
  .header .menu-strip .menu .items .paypal-logo {
    display: none;
  }
}
.header .menu-strip .menu .items .paypal-logo img {
  max-height: 30px;
}
@media (max-width: 1200px) {
  .header .menu-strip .menu .items .paypal-logo img {
    max-width: 80px;
  }
}
.siteLang-PL .header .menu-strip .menu .items .paypal-logo img {
  position: absolute;
  max-height: 16px;
  right: 7px;
  top: 9px;
}
.header .menu-strip .menu .items .paypal-logo:hover {
  border: none;
}
.content {
  min-height: 400px;
}
.content .container {
  -webkit-box-shadow: -2px 10px 29px -14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 10px 29px -14px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 10px 29px -14px rgba(0, 0, 0, 0.2);
  background: white;
  overflow: hidden;
}
@media (max-width: 990px) {
  .content .container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.content .pagebody {
  padding-bottom: 40px;
  min-height: 600px;
}
.content .pagebody h2 {
  color: #5e544a;
  font-size: 26px;
}
@media (max-width: 990px) {
  .content .pagebody h2 {
    font-size: 23px;
  }
}
.content .pagebody h1 {
  color: #5e544a;
  font-size: 26px;
}
.content .pagebody .homepage h2 {
  color: #333333;
  padding: 20px 0;
  text-align: center;
  border-bottom: 2px solid #eeeeee;
  font-weight: bold;
  margin-bottom: 30px;
}
.content .pagebody .homepage .slider .btn {
  font-weight: bold;
  font-size: 14px;
  color: #27241e;
  background: #ff7416;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  padding: 12px 30px;
  cursor: pointer;
}
.content .pagebody .homepage .slider .btn:hover {
  background: #27241e;
  color: #ff7416;
}
.content .pagebody .homepage .slider h2 {
  text-align: center;
}
.content .pagebody .homepage .slider p {
  text-align: center;
}
.content .pagebody .homepage .slider .slide {
  height: 359px;
}
@media (max-width: 1200px) {
  .content .pagebody .homepage .slider .slide {
    height: auto;
  }
}
.content .pagebody .homepage .slider .item {
  max-height: 349px;
  overflow: hidden;
}
.content .pagebody .homepage .slider .info {
  background: url("../images/banner-usp.png") no-repeat white;
  background-position: center right;
}
@media (max-width: 990px) {
  .content .pagebody .homepage .slider .info {
    margin-top: 20px;
  }
}
.content .pagebody .homepage .slider .info h1 {
  color: #333333;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .content .pagebody .homepage .slider .info h1 {
    font-size: 28px;
    margin-bottom: 12px;
    margin-top: 0;
  }
}
.content .pagebody .homepage .slider .info ul {
  list-style-type: none;
  padding-left: 0;
}
.content .pagebody .homepage .slider .info ul li {
  background: url("../images/li-clock.png") no-repeat;
  padding-left: 40px;
  margin-top: 25px;
  margin-bottom: 28px;
  line-height: 24px;
  margin-left: 5px;
}
@media (max-width: 1200px) {
  .content .pagebody .homepage .slider .info ul li {
    margin-top: 15px;
    margin-bottom: 17px;
  }
}
.content .pagebody .homepage .slider .info.foreignStates ul li {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .content .pagebody .homepage .slider .slider_left {
    display: none !important;
  }
  .content .pagebody .homepage .slider .slider_right {
    display: none !important;
  }
  .content .pagebody .homepage .slider .carousel-caption {
    right: 0;
    width: 100%;
    left: 0;
    text-align: center;
  }
}
.content .pagebody .homepage .cats .cat {
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 530px) {
  .content .pagebody .homepage .cats .cat {
    width: 100%;
  }
}
.content .pagebody .homepage .cats .cat .name h3 {
  position: absolute;
  top: 0;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  width: 139px;
  padding-left: 20px;
  line-height: 27px;
  margin-top: 12px;
}
.content .pagebody .homepage .cats .cat img {
  max-width: 100%;
  width: 100%;
}
.content .pagebody .homepage .brands .brand {
  text-align: center;
  line-height: normal;
  padding: 17px;
  height: initial;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .content .pagebody .homepage .brands .brand {
    font-size: 17px;
  }
}
@media (max-width: 990px) {
  .content .pagebody .homepage .brands .brand {
    padding: 15px;
  }
}
.content .pagebody .homepage .brands .brand img {
  max-width: 100%;
  max-height: 50px;
}
.content .pagebody .homepage .texts {
  position: relative;
}
.content .pagebody .homepage .texts .texts-wrap {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 990px) {
  .content .pagebody .homepage .texts .texts-wrap {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }
}
.content .pagebody .homepage .texts .texts-wrap.short {
  height: 570px;
  overflow: hidden;
}
.content .pagebody .homepage .texts .texts-wrap .text {
  margin-bottom: 40px;
}
.content .pagebody .homepage .texts .texts-wrap .text h3 {
  margin-top: 0;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.content .pagebody .homepage .texts .texts-wrap .text p a {
  color: #479615;
  text-decoration: underline;
  font-weight: bold;
}
.content .pagebody .homepage .texts .texts-wrap .text img {
  max-width: 100%;
  max-height: 150px;
}
@media (max-width: 990px) {
  .content .pagebody .homepage .texts .texts-wrap .text img {
    margin-bottom: 20px;
  }
}
.content .pagebody .homepage .texts .texts-wrap .text:nth-child(odd) p a {
  color: #ff7416;
  text-decoration: underline;
}
.content .pagebody .homepage .texts .show-more {
  height: 150px;
  position: absolute;
  margin-top: -125px;
  width: 100%;
  padding-top: 70px;
  font-size: 16px;
  color: #479615;
  text-decoration: underline;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+2,0.4+16,0.7+26,1+54 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.4) 16%, rgba(255, 255, 255, 0.7) 26%, #ffffff 54%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.4) 16%, rgba(255, 255, 255, 0.7) 26%, #ffffff 54%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0.4) 16%, rgba(255, 255, 255, 0.7) 26%, #ffffff 54%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.content .pagebody .homepage .texts .show-more div {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
}
.content .pagebody .tags {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  line-height: 18px;
}
.content .pagebody .tags .tag {
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 28.4px;
  line-height: 18px;
}
.content .pagebody .tags .tag.discount {
  background: #479615;
}
.content .pagebody .tags .tag.discount::after {
  border-left: 10px solid #479615;
}
.content .pagebody .tags .tag.bestseller {
  background: #528075;
}
.content .pagebody .tags .tag.bestseller::after {
  border-left: 10px solid #528075;
}
.content .pagebody .tags .tag.delivery {
  background: #507388;
}
.content .pagebody .tags .tag.delivery::after {
  border-left: 10px solid #507388;
}
.content .pagebody .tags .tag.new {
  background: #5e544a;
}
.content .pagebody .tags .tag.new::after {
  border-left: 10px solid #5e544a;
}
.content .pagebody .tags .tag.params {
  background: #479615;
}
.content .pagebody .tags .tag.params::after {
  border-left: 10px solid #479615;
}
.content .pagebody .tags .tag::after {
  content: " ";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 28.4px solid transparent;
  position: absolute;
  right: -10px;
  top: 0px;
  width: 10px;
}
.content .pagebody .products .product .product-edit {
  position: absolute;
  right: 15px;
  color: #479615;
  padding: 4px 9px;
  border-radius: 5px;
  display: none;
  z-index: 10;
  top: 40px;
}
.content .pagebody .products .product .wishlist {
  text-align: right;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 10;
  color: #479615;
  display: none;
  cursor: pointer;
}
.content .pagebody .products .product .wishlist:hover i.far,
.content .pagebody .products .product .wishlist.active i.far {
  font-weight: 600;
}
.content .pagebody .products .product .wishlist.active {
  display: inline-block;
  vertical-align: top;
}
.content .pagebody .products .product:hover .product-edit {
  display: inline-block;
  vertical-align: top;
}
.content .pagebody .products .product:hover .wishlist {
  display: inline-block;
  vertical-align: top;
}
.content .pagebody .products .product .wrap {
  border-bottom: 4px solid #f2f2f1;
}
.content .pagebody .products .product .image {
  text-align: center;
  height: 200px;
  line-height: 200px;
}
.content .pagebody .products .product .image img {
  max-width: 100%;
  max-height: 90%;
}
.content .pagebody .products .product .name {
  height: 50px;
  display: table;
  text-align: center;
  width: 100%;
}
.content .pagebody .products .product .name h3,
.content .pagebody .products .product .name h2 {
  color: #004100;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.content .pagebody .products .product .description {
  color: #004100;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  display: table;
  width: 100%;
  font-weight: bold;
  margin-top: 10px;
  height: 19px;
}
.content .pagebody .products .product .description p {
  margin-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
}
.content .pagebody .products .product .price {
  color: #004100;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.content .pagebody .products .product .price div {
  display: inline-block;
  vertical-align: top;
}
.content .pagebody .products .product .price .now {
  font-size: 18px;
}
.content .pagebody .products .product .price .before {
  color: #ea6d53;
  text-decoration: line-through;
  font-size: 14px;
  margin-top: 3.5px;
  margin-right: 5px;
}
.content .pagebody .products .product a {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 990px) {
  .content .pagebody .products .product a {
    width: 100%;
  }
}
.content .pagebody .products .product a:hover .wrap {
  border-bottom: 4px solid #06920a;
}
.content .lastVisited {
  text-align: center;
  padding-bottom: 15px;
}
.content .lastVisited h2 {
  color: #333333;
  padding: 20px 0;
  text-align: center;
  border-bottom: 2px solid #eeeeee;
  font-weight: bold;
  margin-bottom: 15px;
}
.content .lastVisited .item {
  width: 8.33333%;
  display: inline-block;
  vertical-align: top;
  line-height: 79px;
}
@media (max-width: 990px) {
  .content .lastVisited .item {
    width: 18.33333%;
  }
  .content .lastVisited .item:nth-child(6),
  .content .lastVisited .item:nth-child(7),
  .content .lastVisited .item:nth-child(8),
  .content .lastVisited .item:nth-child(9),
  .content .lastVisited .item:nth-child(10),
  .content .lastVisited .item:nth-child(11) {
    display: none;
  }
}
.content .lastVisited .item img {
  max-height: 80px;
  max-width: 100%;
}
.content .breadcrumb {
  background: none;
  padding-left: 0;
}
.content .breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  padding-bottom: 3px;
}
.content .breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  font-weight: bold;
  color: #5e544a;
}
.content .breadcrumb ul li a {
  color: #479615;
  text-decoration: underline;
  font-size: 14px;
  margin-right: 5px;
}
.content .breadcrumb ul li a:hover {
  text-decoration: none;
}
.content .not-found-page {
  text-align: center;
  padding-top: 30px;
}
.content .not-found-page h1 {
  font-size: 50px;
  color: #479615;
  font-weight: bold;
  margin-bottom: 20px;
}
.content .not-found-page .logo img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.content .staticpage {
  line-height: 26px;
  padding-top: 0;
}
.content .staticpage h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #5e544a;
  font-size: 20px;
  font-weight: bold;
}
.content .staticpage h1 {
  margin-bottom: 30px;
  margin-top: 0;
}
.content .staticpage h3 {
  font-size: 18px;
  font-weight: bold;
}
.content .staticpage a {
  text-decoration: underline;
  color: #479615;
}
.content .listing .garantion {
  margin: 20px 0;
}
.content .detail .garantion {
  margin-top: 0;
}
.content .order .garantion {
  margin: 20px 0;
}
.content .footer h2 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.content .footer .top-strip {
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: 4px solid #eeeeee;
  border-bottom: 4px solid #eeeeee;
}
.content .footer .top-strip .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.content .footer .top-strip .menu ul li {
  margin: 0;
  padding: 0;
  line-height: 32px;
}
.content .footer .top-strip .menu ul li a {
  color: #333333;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .content .footer .top-strip .menu ul li a {
    font-size: 13px;
  }
}
.content .footer .top-strip .menu ul li a:hover {
  color: #479615;
  text-decoration: underline;
}
.content .footer .top-strip .newsletter {
  color: #333333;
}
.content .footer .top-strip .newsletter .rulez {
  font-size: 12px;
  margin-top: 10px;
}
.content .footer .top-strip .newsletter .rulez a {
  color: #479615;
  text-decoration: underline;
}
@media (max-width: 990px) {
  .content .footer .top-strip .newsletter .rulez {
    margin-top: 10px;
  }
}
.content .footer .top-strip .newsletter .input-col {
  padding-right: 0;
}
@media (max-width: 990px) {
  .content .footer .top-strip .newsletter .input-col {
    padding-right: 15px;
  }
}
.content .footer .top-strip .newsletter .button-col {
  padding-left: 0;
}
@media (max-width: 990px) {
  .content .footer .top-strip .newsletter .button-col {
    padding-left: 15px;
  }
}
.content .footer .top-strip .newsletter .icon {
  width: 15%;
  padding: 6px 18px;
  height: 40px;
  border: 1px solid #479615;
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  background: #eeeeee;
  border-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-right: none;
}
@media (max-width: 990px) {
  .content .footer .top-strip .newsletter .icon {
    display: none;
  }
}
.content .footer .top-strip .newsletter input {
  width: 83.9%;
  left: -5px;
  border: 1px solid #479615;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  position: relative;
  border-left: 0;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 990px) {
  .content .footer .top-strip .newsletter input {
    width: 100%;
    border: 1px solid #479615;
    left: 0;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
  }
}
.content .footer .top-strip .newsletter input:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.content .footer .top-strip .newsletter .btn {
  width: 103%;
  left: -6px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
@media (max-width: 1200px) {
  .content .footer .top-strip .newsletter .btn {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 990px) {
  .content .footer .top-strip .newsletter .btn {
    left: 0;
    margin-top: 10px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
  }
}
.content .footer .copyright {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}
.content .footer .copyright .credit-cards {
  margin-bottom: 15px;
}
.content .footer .copyright .credit-cards .paypal-logo {
  margin-right: 15px;
}
@media (max-width: 350px) {
  .content .footer .copyright .credit-cards .paypal-logo {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.content .topProductsSlider {
  padding-bottom: 50px;
}
.content .topProductsSlider .product {
  padding: 0 8px;
}
.content .topProductsSlider .swiper-pagination-fraction,
.content .topProductsSlider .swiper-pagination-custom,
.content .topProductsSlider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 14px;
}
.content .topProductsSlider .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 0;
}
.content .topProductsSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333333;
}
.content .sliderArrow {
  background: none;
  border: none;
  color: #504a45;
  font-size: 50px;
  display: block;
  position: absolute;
  width: 50px;
  height: 100px;
  text-align: center;
  z-index: 5;
  cursor: pointer;
}
.content .sliderArrow .slider_right {
  background-color: #f2f2f1;
  top: 0;
}
.content .sliderArrow .slider_left {
  background-color: #f2f2f1;
  top: 0;
}
.content .sliderArrow .fa {
  position: relative;
  top: 10%;
  top: calc(50% - 41px);
  left: 6px;
  font-size: 40px;
  text-rendering: initial;
  -webkit-font-smoothing: initial;
}
.content .sliderArrow.left {
  left: 0;
  top: calc(50% - 50px);
  border-left: none;
  opacity: 0.7;
}
.content .sliderArrow.right {
  right: 0;
  float: right;
  top: calc(50% - 50px);
  border-right: none;
  opacity: 0.7;
}
.content .sliderArrow.swiper-button-disabled {
  display: none;
}
.content .sliderArrow:hover.right {
  opacity: 1;
}
.content .sliderArrow:hover.left {
  opacity: 1;
}
.content .swiper-container {
  width: 100%;
  height: 100%;
}
.content .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
body.modal-open {
  overflow: visible;
}
.modal {
  overflow-y: hidden;
}
@media (max-width: 990px) {
  #page {
    margin-top: 77.6px;
  }
}
.callout {
  font-size: 16px;
  color: black;
  padding: 20px;
}
.callout h4 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout.callout-danger {
  border-bottom: 5px solid #479615;
  background: #fde9e6;
}
.callout.callout-warning {
  border-bottom: 5px solid #479615;
  background: #fde9e6;
}
.callout.callout-info {
  border-bottom: 5px solid #0097bc;
  background: #0097bc;
}
.callout.callout-success {
  border-bottom: 5px solid #00733e;
  background: #e5ece9;
}
.no-products .headline {
  background: #479615;
  color: white;
  padding: 10px;
}
.no-products .content-text {
  background: #f2f2f1;
  padding: 20px 10px;
}
.no-products .subheadline {
  font-weight: bold;
  margin-bottom: 10px;
}
#subpage {
  margin-top: 5px;
}
.holyday-info {
  background: #ffd3d3;
  padding: 10px;
}
.holyday-info .container {
  background: transparent;
  box-shadow: none;
}
.holyday-info .container .wrap {
  position: relative;
  text-align: center;
}
.holyday-info .container .wrap:before,
.holyday-info .container .wrap:after {
  content: "!";
  font-size: 20px;
  color: #ff0000;
  font-weight: bold;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .holyday-info .container .wrap:before,
  .holyday-info .container .wrap:after {
    font-size: 40px;
    left: -17px;
  }
}
.holyday-info .container .wrap:after {
  left: initial;
  right: -10px;
}
@media (max-width: 990px) {
  .holyday-info .container .wrap:after {
    font-size: 40px;
    right: -17px;
  }
}
/*# sourceMappingURL=styles.css.map */