﻿body {
  background-color: #ffffff;
}
.eshop {
  margin-top: 0px;
  font-family: 'Exo 2', sans-serif;
  color: #000;
  /* sdileny content */
  /** Knockout validace */
}
.eshop .top-message {
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: black;
  z-index: 10;
  margin-top: 0px;
  padding: 12px 20px 12px 20px;
  color: red;
  font-weight: 700;
  text-align: center;
}
.eshop .top-message .top-message-button {
  float: right;
  margin: 10px;
  color: #fff;
  background-color: #9aca3c;
}
.eshop .top-message-static {
  position: static;
  margin-bottom: 15px;
}
.eshop .content .pager {
  line-height: 41px;
}
.eshop .content .pager .pager-hr {
  height: 2px;
  background-color: #f1f1f1;
  margin: 0px 0px 30px 0px;
}
.eshop .content .pager .pager-item {
  cursor: pointer;
  border: 1px solid #f4f4f4;
  height: 40px;
  padding: 10px 15px 10px 15px;
  font-weight: 700;
}
.eshop .content .pager .pager-item:hover {
  background-color: #9aca3c;
  color: #ffffff;
}
.eshop .content .pager .pager-item-selected {
  background-color: #9aca3c;
  color: #ffffff;
}
.eshop .content .pager .pager-previous {
  color: #000000;
  cursor: pointer;
  margin-right: 15px;
  font-weight: 700;
}
.eshop .content .pager .pager-previous:hover {
  color: #9aca3c;
}
.eshop .content .pager .pager-next {
  color: #000000;
  cursor: pointer;
  margin-left: 15px;
  font-weight: 700;
}
.eshop .content .pager .pager-next:hover {
  color: #9aca3c;
}
.eshop .content .productbox {
  margin: 0px auto 0px auto;
  max-width: 270px;
  margin-top: 10px;
  min-height: 370px;
}
.eshop .content .productbox .productbox-isvirtual {
  margin: 10px 0px 0px 10px;
  font-weight: 700;
  font-size: 14px;
  color: #afafaf;
  text-align: center;
}
.eshop .content .productbox .productbox-price {
  margin-top: 5px;
  font-weight: 300;
  font-size: 14px;
  color: #9aca3c;
  text-align: left;
  margin: 0px 0px 0px 10px;
}
.eshop .content .productbox .productbox-price .productbox-price-inner {
  font-weight: 700;
  font-size: 22px;
}
.eshop .content .productbox .productbox-price-hover {
  text-align: left;
  margin: 0px 0px 0px 10px;
  padding-top: 5px;
  display: none;
  font-weight: 300;
  font-size: 14px;
  color: #9aca3c;
}
.eshop .content .productbox .productbox-price-hover .productbox-price-hover-inner {
  font-weight: 700;
  font-size: 22px;
}
.eshop .content .productbox:hover > .productbox-price {
  display: none;
}
.eshop .content .productbox:hover > .productbox-price-hover {
  display: block;
}
.eshop .content .productbox .productbox-storage {
  font-size: 13px;
  color: #939598;
  height: 20px;
  position: absolute;
  right: 0px;
  bottom: 12px;
  line-height: 15px;
}
.eshop .content .productbox .productbox-storage .productbox-storage-description {
  font-weight: 300;
}
.eshop .content .productbox .productbox-storage .productbox-storage-count {
  text-align: left;
  margin-left: 24px;
}
.eshop .content .productbox .productbox-description {
  font-weight: 400;
  font-size: 14px;
}
.eshop .content .productbox .productbox-stockicon {
  margin-right: 4px;
  color: #939598;
  width: 19px;
  height: 17px;
  display: inline-block;
  background: url(/images/storage-box.png);
  vertical-align: top;
}
.eshop .content .productbox .productbox-product {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 220px;
  line-height: 220px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.eshop .content .productbox .productbox-product .productbox-product-image {
  width: 100%;
  display: inline-block;
  height: 112px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}
.eshop .content .productbox .productbox-modificators {
  position: absolute;
  left: 10px;
  bottom: 4px;
  line-height: 23px;
  height: 25px;
}
.eshop .content .productbox .productbox-modificators .productbox-isnew {
  background-image: url('/images/modificator-green.png');
  background-size: 60px 24px;
  font-size: 12px;
  text-align: center;
  width: 60px;
  height: 24px;
  color: #fff;
}
.eshop .content .productbox .productbox-modificators .productbox-isrecommanded {
  background-image: url(/images/modificator-green.png);
  background-size: 85px 24px;
  font-size: 12px;
  text-align: center;
  width: 85px;
  height: 24px;
  color: #fff;
}
.eshop .content .productbox .productbox-modificators .productbox-promo {
  background-image: url(/images/modificator-black.png);
  background-size: 60px 24px;
  font-size: 12px;
  text-align: center;
  width: 60px;
  height: 24px;
  color: #fff;
}
.eshop .content .productbox .productbox-modificators .productbox-discount {
  background-image: url(/images/modificator-grey.png);
  background-size: 61px 24px;
  font-size: 12px;
  text-align: center;
  width: 60px;
  height: 24px;
  color: #fff;
}
.eshop .content .productbox .productbox-modificators .productbox-sale {
  background-image: url(/images/modificator-dark-green.png);
  background-size: 60px 24px;
  font-size: 12px;
  text-align: center;
  width: 60px;
  height: 24px;
  color: #fff;
}
.eshop .content .productbox .productbox-category {
  text-align: left;
  margin: 0px 0px 0px 10px;
  color: #afafaf;
}
.eshop .content .productbox .productbox-productname {
  text-align: left;
  margin: 0px 0px 0px 10px;
}
.eshop .content .productbox .productbox-productname a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}
.eshop .content .productbox .productbox-textbox-pieces {
  margin-left: 5px;
  width: 30px;
  height: 45px;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  border-width: 0px;
  padding: 0px;
  background-color: #f6f6f6;
  text-align: center;
}
.eshop .content .productbox .productbox-button {
  display: inline-block;
  width: 110px;
  line-height: 43px;
  height: 45px;
  background-color: #9aca3c;
  border: 1px solid #9aca3c;
  cursor: pointer;
  border-radius: 1px;
  text-align: center;
}
.eshop .content .productbox .productbox-button .productbox-to-cart {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
}
.eshop .content .productbox .productbox-button:hover {
  background-color: #ffffff;
  border: 1px solid #9aca3c;
}
.eshop .content .productbox .productbox-button:hover .productbox-to-cart {
  color: #9aca3c;
}
.eshop .content .productbox .more-variants {
  width: 115px;
  margin-left: 5px;
}
.eshop .footer {
  background-color: #050d00;
  margin-top: 50px;
}
.eshop .footer .footer-item {
  padding: 15px 0px 15px 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 250px;
}
@media (min-width: 768px) {
  .eshop .footer .footer-item {
    padding: 67.7px 0px 67.7px 0px;
  }
}
.eshop .footer .footer-item .footer-header {
  font-weight: 300;
  font-size: 24px;
  color: #9aca3c;
  margin-bottom: 20px;
}
.eshop .footer .footer-item .footer-item-sign {
  color: #9aca3c;
  padding-right: 15px;
}
.eshop .footer .footer-item .footer-link {
  padding-top: 10px;
}
.eshop .footer .footer-item a {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
.eshop .footer .footer-item a:hover {
  color: #9aca3c;
  font-weight: 300;
  font-size: 14px;
}
.eshop .footer .footer-logo {
  width: 180px;
  height: 46px;
  background: url(/images/footer-logo.png);
  display: inline-block;
  margin: 10px 0px 14px 0px;
}
@media (min-width: 768px) {
  .eshop .footer .footer-logo {
    margin: 0px 0px 14px 0px;
  }
}
.eshop .footer .footer-graphics-logo {
  width: 90px;
  height: 20px;
  background: url(/images/graphics-logo.png);
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
}
.eshop .footer .footer-dealer-logo {
  position: absolute;
  width: 90px;
  height: 103px;
  background: url(/images/dealer-husqvarna.png);
  display: inline-block;
  right: 0px;
}
.eshop .footer .footer-dealer-logo-en {
  position: absolute;
  width: 90px;
  height: 103px;
  background: url(/images/dealer-husqvarna.en.png);
  display: inline-block;
  right: 0px;
}
.eshop .footer .footer-hr {
  position: relative;
  display: inline-block;
  background-color: #292929;
  height: 1px;
  width: 100%;
}
.eshop .footer .footer-contact {
  padding-bottom: 8px;
}
.eshop .footer .footer-contact .footer-contact-description {
  color: #fff;
  font-weight: 300;
}
.eshop .footer .footer-contact a {
  color: #9aca3c;
  font-weight: 700;
}
.eshop .footer .footer-contact a:hover {
  font-weight: 700;
  text-decoration: none;
}
.eshop .footer .footer-copyright {
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  margin-top: 15px;
}
.eshop .footer .footer-writeus {
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 10px;
}
.eshop .footer .footer-graphics {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #636466;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .eshop .footer .footer-graphics {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .eshop .header-border {
    position: absolute;
    height: 2px;
    width: 100%;
    border-bottom: solid #ccd3cc 1px;
    top: 33px;
  }
}
.eshop .header-border-right {
  padding-top: 6px;
  height: 35px;
  border-right: solid #ccd3cc 1px;
}
.eshop .product {
  clear: both;
}
.eshop .product .product-image {
  width: 100%;
  max-width: 180px;
  height: 120px;
  padding-right: 10px;
  text-align: center;
  border: 1px solid #e9e9e9;
  display: inline-block;
  vertical-align: top;
  min-height: 100px;
}
.eshop .product .product-image .center-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.eshop .product .product-image img {
  vertical-align: middle;
  max-width: 180px;
  max-height: 120px;
}
.eshop .product-text {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}
.eshop .product-text .product-text-body {
  font-weight: 300;
}
.eshop .product-text .product-text-header {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
}
.eshop .product-text .product-text-header a {
  font-size: 18px;
  font-weight: 700;
}
.eshop .main-menu {
  border-top: solid #ccd3cc 1px;
  margin-top: 22px;
  min-height: 63px;
}
.eshop .main-menu .box-overflow {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.eshop .main-menu .box-overflow .box-overflow-menu-item {
  height: 63px;
}
.eshop .main-menu .box-overflow .box-overflow-inner {
  visibility: collapse;
  margin-top: -5px;
  position: absolute;
  background: white;
  width: 1200px;
  text-align: left;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item {
  padding-top: 15px;
  height: 120px;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-image {
  display: inline-block;
  width: 33%;
  padding-top: 15px;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-image .menu-category-image-inner {
  margin-left: 25px;
  text-align: center;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-right {
  width: 66%;
  vertical-align: top;
  display: inline-block;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-right .menu-category-header {
  text-decoration: underline;
  margin-left: 15px;
  height: 30px;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-right .menu-category-header a {
  color: #081300;
  font-size: 18px;
  font-weight: 700;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-right .menu-category-header a:hover {
  color: #9aca3c;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-right .menu-category-subheader {
  margin: 5px 0px 20px 15px;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-right .menu-category-subheader a {
  color: #081300;
  font-size: 14px;
  font-weight: 500;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-right .menu-category-subheader a:hover {
  color: #9aca3c;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-right .menu-category-subheader .menu-category-subheader-item-space {
  margin-right: 5px;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-virtual {
  padding-left: 15px;
  height: 100%;
  background: #f4faf0;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ffffff, #f4faf0);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #f4faf0);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #f4faf0);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #f4faf0);
  /* Standard syntax */
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-virtual .menu-category-header {
  text-decoration: underline;
  margin-left: 15px;
  height: 30px;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-virtual .menu-category-header a {
  color: #081300;
  font-size: 20px;
  font-weight: 700;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-virtual .menu-category-header a:hover {
  color: #9aca3c;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-virtual .menu-category-subheader {
  margin: 5px 0px 20px 15px;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-virtual .menu-category-subheader a {
  color: #081300;
  font-size: 14px;
  font-weight: 500;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-virtual .menu-category-subheader a:hover {
  color: #9aca3c;
}
.eshop .main-menu .box-overflow .box-overflow-inner .menu-category-item .menu-category-virtual .menu-category-subheader .menu-category-subheader-item-space {
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .eshop .main-menu .box-overflow-hovered {
    overflow: visible;
    z-index: 10;
  }
  .eshop .main-menu .box-overflow-hovered > .box-overflow-inner {
    visibility: visible;
    z-index: 10;
  }
}
.eshop .main-menu .box {
  height: 62px;
  margin-top: -1px;
  margin-bottom: -1px;
  text-align: center;
  border-right: solid #ccd3cc 1px;
  border-top: solid #ccd3cc 1px;
  font-weight: 700;
}
.eshop .main-menu .box a {
  font-size: 18px;
}
.eshop .main-menu .box .box-item {
  padding-top: 17px;
}
.eshop .main-menu .box:hover {
  border-top: solid #9aca3c 3px;
}
.eshop .main-menu .box:hover a {
  color: #9aca3c;
}
.eshop .main-menu .box-last {
  border-right: none;
}
.eshop .main-menu .selected-box {
  background-color: #081300;
  border: solid #081300 1px;
  height: 61px;
}
@media (min-width: 1200px) {
  .eshop .main-menu .selected-box {
    height: 63px;
  }
}
.eshop .main-menu .selected-box a {
  color: #9aca3c;
}
.eshop .main-menu .selected-box:hover {
  border-top: solid #9aca3c 3px;
}
.eshop .main-menu .selected-box:hover a {
  color: #9aca3c;
}
.eshop .main-menu .main-menu-selected {
  background-color: #000000;
  color: #9aca3c;
}
.eshop .overlay {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #000000;
  opacity: 0.7;
  z-index: 9;
  visibility: collapse;
}
.eshop .login {
  color: #939598;
  font-weight: 700;
}
.eshop .login a {
  color: #939598;
  font-weight: 700;
}
.eshop .login-overflow-inner {
  text-align: left;
  display: none;
  position: absolute;
  margin: 0px 0px 0px -50px;
  width: 430px;
}
.eshop .login-overflow-inner .login-overflow-inner-shift {
  margin-top: -2px;
  height: 17px;
  background-color: #4c4c4c;
}
.eshop .login-overflow-inner .login-overflow-registration {
  margin-top: 5px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
}
.eshop .login-overflow-inner .login-overflow-registration a {
  color: #9aca3c;
}
.eshop .login-overflow-inner .login-overflow-box {
  background-color: #ffffff;
  padding: 0px 75px 0px 75px;
}
.eshop .login-overflow-inner .login-overflow-box input[text],
.eshop .login-overflow-inner .login-overflow-box input[password] {
  width: 280px;
}
.eshop .login-overflow-inner .login-overflow-box .login-triangle {
  width: 18px;
  height: 9px;
  background: url(/images/login-triangle.png);
  position: absolute;
  top: 6px;
  left: 95px;
}
.eshop .login-overflow-inner .login-overflow-box .login-close-button {
  width: 12px;
  height: 12px;
  background: url(/images/x.png);
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
}
.eshop .login-overflow-inner .login-overflow-box .login-header {
  font-size: 34px;
  color: #dfdfdf;
  font-weight: 900;
  padding: 15px 0px 0px 0px;
}
.eshop .login-overflow-inner .login-overflow-box .form-label {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.eshop .login-overflow-inner .login-overflow-box .form-label-checkbox {
  margin-left: 5px;
}
.eshop .login-overflow-inner .login-overflow-box .form-row {
  margin-top: 10px;
}
.eshop .login-overflow-inner .login-overflow-box .login-button {
  margin: 20px 0px 10px 60px;
  width: 150px;
  line-height: 40px;
  height: 50px;
}
.eshop .login-overflow-inner .login-overflow-box .forgotten-password {
  margin: 0px 0px 0px 70px;
  padding-bottom: 20px;
}
.eshop .login-overflow-inner .login-overflow-box .forgotten-password a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 300;
  color: #afafaf;
}
.eshop .login-overflow-inner .login-overflow-box .forgotten-password a:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .eshop .premenu-middle-part {
    padding: 30px 0px !important;
  }
}
.eshop .master-header {
  text-align: center;
  position: relative;
}
@media (min-width: 1200px) {
  .eshop .master-header {
    text-align: left;
  }
}
.eshop .master-header .cart {
  height: 55px;
  margin-top: 28px;
  padding-top: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.eshop .master-header .cart .empty-cart-overflow-inner {
  text-align: left;
  position: absolute;
  right: 0px;
  margin: 0px 0px 0px -215px;
  min-width: 400px;
  visibility: collapse;
}
.eshop .master-header .cart .empty-cart-overflow-inner .empty-cart-overflow-inner-shift {
  margin-top: -2px;
  height: 17px;
}
.eshop .master-header .cart .empty-cart-overflow-inner .empty-cart-overflow-box {
  display: inline-block;
  width: 400px;
  height: 250px;
  border: 2px solid #ebf8e3;
  padding: 40px 0px 0px 45px;
  background: url(/images/smile-really.png) #f9fef6 top right no-repeat;
}
.eshop .master-header .cart .empty-cart-overflow-inner .empty-cart-overflow-box .empty-cart-header {
  color: #9aca3c;
  font-weight: 700;
  font-size: 42px;
  line-height: 36px;
  margin-bottom: 15px;
}
.eshop .master-header .cart .empty-cart-overflow-inner .empty-cart-overflow-box .empty-cart-text {
  font-size: 15px;
  margin-bottom: 40px;
}
.eshop .master-header .cart .empty-cart-overflow-inner .empty-cart-overflow-box .empty-cart-buttons .empty-cart-buttons-yes {
  cursor: pointer;
  padding: 15px 40px 15px 40px;
  border: 1px solid #d9dcd2;
  margin-right: 50px;
  font-weight: 700;
  text-decoration: underline;
}
.eshop .master-header .cart .empty-cart-overflow-inner .empty-cart-overflow-box .empty-cart-buttons .empty-cart-buttons-no {
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  color: #9aca3c;
}
.eshop .master-header .cart .cart-overflow-inner {
  text-align: left;
  visibility: collapse;
  position: absolute;
  right: 0px;
  background-color: #f9fef6;
  margin: 0px 0px 0px -215px;
  min-width: 400px;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-inner-shift {
  margin-top: -2px;
  height: 17px;
  background-color: #ffffff;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-buttons {
  margin: 10px 0px 10px 0px;
  text-align: right;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-buttons .cart-overflow-buttons-empty-bin {
  display: inline-block;
  width: 130px;
  height: 45px;
  padding-top: 10px;
  border: 1px solid #d9dcd2;
  text-align: center;
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
  vertical-align: top;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-buttons .cart-overflow-buttons-empty-bin:hover {
  color: #9aca3c;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-buttons .cart-overflow-buttons-order {
  vertical-align: top;
  display: inline-block;
  width: 130px;
  height: 45px;
  padding-top: 11px;
  margin: 0px 10px 0px 5px;
  text-align: center;
  color: #ffffff;
  background-color: #9aca3c;
  border-radius: 1px;
  font-weight: 900;
  font-size: 15px;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-buttons .cart-overflow-buttons-order:hover {
  text-decoration: underline;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box {
  border: 2px solid #ebf8e3;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-triangle {
  width: 23px;
  height: 13px;
  background: url(/images/cart-triangle.png);
  position: absolute;
  top: 4px;
  right: 80px;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item {
  font-weight: 300;
  height: 62px;
  border-bottom: 1px solid #eaf8e2;
  display: table;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item .cart-overflow-item-name {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  min-width: 145px;
  height: 36px;
  white-space: nowrap;
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  color: #9aca3c;
  text-decoration: underline;
  font-weight: 700;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item .cart-overflow-item-name a {
  color: #9aca3c;
  text-decoration: underline;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item .cart-overflow-item-name a:hover {
  text-decoration: none;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item .cart-overflow-item-name .cart-overflow-item-name-category {
  font-weight: 700;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item .cart-overflow-item-image {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  text-align: center;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item .cart-overflow-item-image img {
  margin: 7px 0px 7px 10px;
  max-width: 80px;
  border: 1px solid #eaf8e2;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item .cart-overflow-item-count {
  display: table-cell;
  min-width: 30px;
  vertical-align: middle;
  padding: 0px 0px 0px 20px;
  white-space: nowrap;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item .cart-overflow-item-price {
  display: table-cell;
  min-width: 100px;
  vertical-align: middle;
  padding: 0px 0px 0px 20px;
  white-space: nowrap;
  text-align: right;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item .cart-overflow-item-price .cart-overflow-item-price-inner {
  font-weight: 700;
  font-size: 15px;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item .cart-overflow-item-delete {
  display: table-cell;
  padding: 0px 20px 0px 30px;
  vertical-align: middle;
}
.eshop .master-header .cart .cart-overflow-inner .cart-overflow-box .cart-overflow-item .cart-overflow-item-delete .cart-overflow-item-delete-icon {
  width: 12px;
  height: 12px;
  background: url(/images/delete.png);
  cursor: pointer;
}
.eshop .master-header .cart .carticon {
  margin-left: 0px;
  margin-right: 5px;
  vertical-align: middle;
  width: 41px;
  height: 37px;
  background: url(/images/cart.png);
}
.eshop .master-header .cart .cart-number {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: top;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-color: #d5d5d5;
  color: #ffffff;
  padding-top: 4px;
  margin-top: -8px;
  margin-left: -22px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.eshop .master-header .cart .description {
  font-weight: 400;
  font-size: 18px;
}
.eshop .master-header .cart .money {
  font-weight: 300;
  font-size: 16px;
  margin-top: -10px;
  margin-left: 58px;
}
.eshop .master-header .cart-empty .money {
  font-size: 14px;
}
.eshop .master-header .cart-full {
  overflow: visible;
}
.eshop .master-header .cart-full .cart-number {
  background-color: #9aca3c;
}
.eshop .master-header .cart-full .money strong {
  color: #9aca3c;
}
@media (min-width: 1200px) {
  .eshop .master-header .cart-full:hover {
    z-index: 10;
  }
  .eshop .master-header .cart-full:hover > .cart-overflow-inner {
    visibility: visible;
    z-index: 10;
  }
}
.eshop .master-header .sign {
  min-height: 55px;
  margin-top: 40px;
  position: relative;
  text-align: center;
}
.eshop .master-header .sign .logged-user {
  margin-top: -5px;
}
.eshop .master-header .sign .logged-user table {
  margin: auto;
}
.eshop .master-header .sign .logged-user a {
  color: #9aca3c;
  text-decoration: underline;
  font-size: 16px;
}
.eshop .master-header .sign .logged-user a:hover .username {
  text-decoration: none;
}
.eshop .master-header .sign .logged-user .avatar {
  margin: -9px 10px 10px 0px;
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  background: url(/images/avatar.png);
}
.eshop .master-header .currency-and-languages-wrapper {
  margin: 0px -15px;
  position: relative;
}
.eshop .master-header .currency-and-languages-wrapper .currency-and-languages-box {
  left: 0px;
  position: absolute;
  color: #fdfdfd;
  background-color: #202020;
  width: 100%;
  height: 35px;
  padding: 5px 0px 0px 7px;
  z-index: 10;
}
.eshop .master-header .currency-and-languages-wrapper .currency-and-languages-box span,
.eshop .master-header .currency-and-languages-wrapper .currency-and-languages-box a {
  font-weight: 700;
  cursor: pointer;
  color: #fdfdfd;
  background-color: #202020;
  padding-right: 10px;
}
.eshop .master-header .currency-and-languages-wrapper .currency-and-languages-box span:hover,
.eshop .master-header .currency-and-languages-wrapper .currency-and-languages-box a:hover {
  font-weight: 700;
  color: #9aca3c;
  text-decoration: none;
}
.eshop .master-header .currency-and-languages-wrapper .currency-and-languages {
  background-color: #202020;
  height: 34px;
  color: #fdfdfd;
  font-weight: 700;
}
.eshop .master-header .currency-and-languages-wrapper .currency-and-languages .icon-arrow-white-down {
  margin: 0px 2px 0px 3px;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  background: url(/images/arrow-white-down.png) no-repeat;
  padding-top: 6px;
}
.eshop .master-header .currency-and-languages-wrapper .currency-and-languages .currency {
  cursor: pointer;
  text-align: center;
  padding-top: 6px;
  display: inline-block;
  width: 48%;
}
.eshop .master-header .currency-and-languages-wrapper .currency-and-languages .language {
  cursor: pointer;
  padding-left: 3px;
  text-align: center;
  padding-top: 6px;
  display: inline-block;
  width: 48%;
}
.eshop .master-header .logged-user-details {
  text-align: center;
}
.eshop .master-header .logged-user-details .username {
  min-width: 100px;
  overflow: hidden;
  text-align: left;
  text-decoration: underline;
}
.eshop .master-header .logged-user-details .logout {
  text-align: left;
  color: #000000;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
}
.eshop .master-header .logged-user-details .logout:hover {
  text-decoration: underline;
}
.eshop .master-header .signicon {
  margin-left: -5px;
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
  height: 17px;
  background: url(/images/User.png);
}
.eshop .master-header .logo {
  display: inline-block;
  margin-top: 35px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 216px;
  height: 55px;
  background: url(/images/logo.png) no-repeat;
}
@media (min-width: 768px) {
  .eshop .master-header .logo {
    margin-top: 22px;
  }
}
.eshop .mailicon {
  margin-left: 5px;
  width: 18px;
  height: 14px;
  background: url(/images/Mail.png);
  vertical-align: middle;
}
.eshop .mail-text {
  color: #939598;
  display: inline-block;
  margin-left: 5px;
  margin-top: -4px;
  vertical-align: middle;
}
.eshop .phoneicon {
  margin-left: 3px;
  width: 17px;
  height: 18px;
  background: url(/images/Phone.png);
  vertical-align: middle;
}
.eshop .phone-text {
  color: #939598;
  display: inline-block;
  margin-left: 3px;
  margin-top: -4px;
  vertical-align: middle;
}
.eshop .phone-text-next {
  padding-left: 49px;
}
@media (min-width: 768px) {
  .eshop .phone-text-next {
    padding-left: 0px;
  }
}
.eshop .deliver-to-countries-wrapper {
  text-align: center;
}
@media (min-width: 1200px) {
  .eshop .deliver-to-countries-wrapper {
    text-align: left;
  }
}
.eshop .deliver-to-countries-wrapper .deliver-to-countries,
.eshop .deliver-to-countries-wrapper .deliver-to-countries a {
  color: #9aca3c;
  font-weight: 700;
}
.eshop .deliver-to-countries-wrapper .deliver-to-countries:hover,
.eshop .deliver-to-countries-wrapper .deliver-to-countries a:hover {
  text-decoration: none;
}
.eshop .hide-link a {
  color: #939598;
  font-weight: 700;
}
.eshop .hide-link a:hover {
  text-decoration: none;
}
.eshop .search {
  min-height: 55px;
  color: #939598;
  font-weight: 700;
}
.eshop .search .searchbox {
  color: #000000;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  height: 50px;
  border-style: solid;
  border-color: #ccd3cc;
  border-width: 1px;
  padding: 10px;
}
.eshop .search .search-overlay {
  position: relative;
  padding: 5px;
  margin-top: 20px;
}
.eshop .search .searchbutton {
  border: none;
  width: 19px;
  height: 19px;
  background: url(/images/Search.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  right: 13px;
}
.eshop .search .searchbutton-loading {
  border: none;
  width: 30px;
  height: 30px;
  background: url(/images/loader.svg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: auto;
}
.eshop .main-search .search {
  margin: 0px auto;
  max-width: 480px;
}
.eshop .icon {
  display: inline-block;
}
.eshop .dragable-item {
  cursor: move;
}
.eshop input[type=number]::-webkit-outer-spin-button,
.eshop input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.eshop input[type=number] {
  -moz-appearance: textfield;
}
.eshop input[type=text]::-ms-clear {
  display: none;
}
.eshop input[type=checkbox] {
  margin-right: 5px;
}
.eshop input[type=text],
.eshop input[type=password],
.eshop input[type=number] {
  color: #000000;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  height: 50px;
  border: 2px solid #e8e8e8;
  padding: 10px;
}
.eshop input[type=text][type="checkbox"],
.eshop input[type=password][type="checkbox"],
.eshop input[type=number][type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.eshop .btn-success {
  background-color: #9aca3c;
  border: 1px solid #9aca3c;
}
.eshop select {
  padding-left: 15px;
  background-color: #f4faf0;
  border: 1px solid #eaf2e7;
  width: 100%;
  max-width: 420px;
  vertical-align: middle;
  line-height: 50px;
  min-height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #081300;
}
@media screen and (min-width: 768px) {
  .eshop .modal {
    text-align: center;
  }
  .eshop .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .eshop .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
}
.eshop .modal-dialog .modal-content {
  padding: 0px 0px 20px 40px;
}
.eshop .modal-dialog .modal-content .modal-header {
  margin-left: -15px;
  border-bottom: none;
}
.eshop .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 34px;
  font-weight: 900;
  color: #9aca3c;
  margin-bottom: 20px;
}
.eshop .modal-dialog .modal-content .modal-header .modal-title-error {
  color: #e98b75;
}
.eshop .modal-dialog .modal-content .modal-body {
  padding: 0px 40px 0px 0px;
}
.eshop .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding: 20px 40px 0px 0px;
}
.eshop .modal-dialog .modal-content .modal-footer a {
  font-size: 20px;
  text-decoration: underline;
  margin-right: 40px;
  color: #9aca3c;
}
.eshop .modal-dialog .modal-content .modal-footer a:hover {
  text-decoration: none;
}
.eshop .modal-dialog .modal-content .button {
  margin: 0px 0px 10px 20px;
  height: 55px;
  line-height: 55px;
}
.eshop .button {
  margin: 20px 0px 30px 0px;
  display: inline-block;
  width: 200px;
  line-height: 68px;
  height: 68px;
  background-color: #9aca3c;
  cursor: pointer;
  text-align: center;
  border: 1px solid #9aca3c;
  border-radius: 1px;
}
.eshop .button .button-text {
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
}
.eshop .button:hover {
  background-color: #ffffff;
  border: 1px solid #9aca3c;
}
.eshop .button:hover .button-text {
  color: #9aca3c;
}
.eshop .button:disabled {
  background-color: #e2e0e0;
  border: 1px solid #c8c4c4;
}
.eshop .button:disabled .button-text {
  color: #ffffff;
}
.eshop .modal-content {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.eshop .no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.eshop .yes-gutter [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.eshop .small-gutter [class*="col-"] {
  padding: 7px;
}
.eshop .row > div[class*="col-"] > .row > div[class*="col-"] {
  padding: 0;
}
.eshop .no-display {
  display: none;
}
.eshop label {
  cursor: pointer;
}
.eshop a {
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}
.eshop a:hover {
  color: #9aca3c;
  text-decoration: underline;
}
.eshop .max-width {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.eshop .center {
  margin-left: auto;
  margin-right: auto;
}
.eshop .text-center {
  text-align: center;
}
.eshop .scrollable-grid {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.eshop .position-relative {
  position: relative;
}
.eshop .hidden {
  visibility: hidden;
}
.eshop .inline-block {
  display: inline-block;
}
.eshop .half-row {
  width: 49%;
  display: inline-block;
}
.eshop .textRight {
  text-align: right;
}
.eshop .clear {
  clear: both;
}
.eshop .margin-top {
  margin-top: 10px;
}
.eshop .margin-bottom {
  margin-bottom: 20px;
}
.eshop .not-bold {
  font-weight: 500;
}
.eshop .form-checkbox {
  margin-top: 20px;
}
.eshop .form-label {
  font-size: 16px;
  font-weight: 400;
}
.eshop input.knockout-validation-error {
  background-color: #fff3f3 !important;
  border: 2px solid #e98b75 !important;
}
.eshop .knockout-validation-error .dropdownlist-button {
  background-color: #fff3f3 !important;
  border: 2px solid #e98b75 !important;
}
.eshop .knockout-validation-error-text {
  color: #e98b75;
}
.flatpickr-calendar {
  z-index: 10000 !important;
}
.autocomplete-suggestion {
  cursor: pointer;
  font-family: 'Exo 2', sans-serif;
  color: #000;
}
.search-item {
  display: table-row;
}
.search-item-image {
  display: table-cell;
  margin: 0px auto 0px auto;
  padding: 0px 10px 0px 10px;
  vertical-align: middle;
  max-height: 55px;
  text-align: center;
}
.search-item-text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.search-item-description {
  font-weight: 300;
}
.search-item-category .search-item-text {
  font-weight: 700;
}
.search-item-product .search-item-text {
  font-weight: 500;
}
.image-vertical-aligner {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.dropdownlist {
  position: relative;
}
.dropdownlist .dropdownlist-button {
  background: center right 20px url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAIAAABGc1mbAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABbSURBVChTfc4xDoAgDEbh3v9wLg6umBq4RfEpCDUE3tL8yTdUgsbzSnkZACacbT8WugJNYmZBp7o4AEzYM+0d86H06uj152JxVCl5PTrqlJoeHf0oFd3+6+V8A/orP14+KdtJAAAAAElFTkSuQmCC') #fff no-repeat;
  color: #000;
  padding: 11px;
  height: 50px;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid #e8e8e8;
}
.dropdownlist .dropdownlist-button:hover,
.dropdownlist .dropdownlist-button:focus {
  background-color: #f8f8f8;
}
.dropdownlist .dropdownlist-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  max-height: 250px;
}
.dropdownlist .dropdownlist-content .dropdownlist-item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.dropdownlist .dropdownlist-content .dropdownlist-item:hover {
  background-color: #ddd;
}
.dropdownlist .show {
  display: block;
}
.dropdownlist-disabled .dropdownlist-button {
  background-color: #F2F5F7 !important;
}
.checkboxes {
  margin-top: 30px;
}
.checkboxes label {
  display: inline;
}
.checkboxes .gdpr-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  background: url(/images/question-mark.png) no-repeat;
  vertical-align: text-bottom;
  cursor: pointer;
}
.checkboxes .gdpr-newsletter .customer-detail-form-label {
  font-size: 16px;
  font-weight: 400 !important;
}
.checkboxes .gdpr-registration .customer-detail-form-label {
  font-size: 16px;
  font-weight: 900;
}