/**
* @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: 'Cinzel';
  src: url('font/Cinzel-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 990px) {
  .reload-small-cart {
    display: inline-block;
    vertical-align: top;
    float: right;
  }
}
.cart {
  position: relative;
  top: 23px;
  z-index: 6;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 990px) {
  .cart {
    top: 0;
  }
}
.cart a {
  display: inline-block;
  vertical-align: top;
}
.cart .small-cart {
  border-radius: 5px;
  padding: 4.5px 12px;
  color: #413F3B;
  background: #EFEFEF;
  position: relative;
  font-size: 12px;
  width: 120px;
  float: right;
  text-align: left;
  height: 44px;
}
@media (max-width: 990px) {
  .cart .small-cart {
    padding: 2px 19px;
    height: 42px;
    width: 42px;
  }
}
.cart .small-cart .icon {
  font-size: 24px;
  padding-left: 0;
}
@media (max-width: 990px) {
  .cart .small-cart .icon {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.cart .small-cart .icon img {
  position: relative;
  top: -2px;
  height: 25px;
}
@media (max-width: 991px) {
  .cart .small-cart .icon img {
    width: 24px;
    height: 24px;
  }
}
.cart .small-cart .icon svg {
  position: relative;
  top: 3px;
  height: 25px;
}
.cart .small-cart .text {
  padding-right: 0;
}
@media (max-width: 990px) {
  .cart .small-cart .text {
    display: none!important;
  }
}
.cart .small-cart .count {
  position: absolute;
  right: -7px;
  top: -11px;
  padding: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  text-align: center;
  background: #282622;
  color: white;
  border: none;
}
.cart .small-cart .count span {
  position: relative;
  top: 1px;
  font-weight: bold;
}
.cart .small-cart.active {
  border: 1px solid #E1A840;
  background: #E1A840;
  color: white;
}
.cart .cart-content {
  position: absolute;
  display: none;
  background: white;
  right: 0;
  top: 46px;
  width: 400px;
  border-top: 3px solid #237b6d;
  -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);
}
.cart .cart-content .top {
  padding: 10px 17px;
}
.cart .cart-content .top .name {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.cart .cart-content .top .amount {
  margin-top: 3px;
  font-size: 12px;
  color: #000000;
  text-align: right;
}
.cart .cart-content .products .product .wrap {
  border-top: 1px solid #e8e8e8;
  background: none;
}
.cart .cart-content .products .product .wrap .image {
  line-height: 83px;
  text-align: center;
  height: auto;
  margin-bottom: 0;
}
.cart .cart-content .products .product .wrap .image img {
  max-width: 100%;
  height: auto;
  max-height: 60px;
}
.cart .cart-content .products .product .wrap .name {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  height: auto;
  text-align: left;
}
.cart .cart-content .products .product .wrap .name .variant {
  font-size: 13px;
  color: #a0a0a0;
  margin-top: 3px;
}
.cart .cart-content .products .product .wrap .remove {
  color: #000000;
  background: #e8e8e8;
  line-height: 84px;
  cursor: pointer;
}
.cart .cart-content .products .product .wrap .remove .fa {
  font-weight: normal;
  margin-left: -3px;
}
.cart .cart-content .products .product .wrap .price {
  color: #000000;
  text-align: right;
  font-size: 14px;
  margin-top: 4px;
}
.cart .cart-content .products .product .wrap .price span {
  font-weight: bold;
}
.cart .cart-content .products .product .wrap .quantity .minus {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #efefef;
  border-right: none;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.cart .cart-content .products .product .wrap .quantity .minus:before {
  content: '-';
  position: relative;
  top: -2px;
}
.cart .cart-content .products .product .wrap .quantity .totalinput {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  width: 44px;
  height: 30px;
  line-height: 26px;
  color: #000000;
  padding: 0 2px;
  font-size: 14px;
  position: relative;
  left: -4px;
}
.cart .cart-content .products .product .wrap .quantity .totalinput input {
  width: 47%;
  border: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #000000;
  font-size: 14px;
}
.cart .cart-content .products .product .wrap .quantity .totalinput .unit {
  width: 39%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.cart .cart-content .products .product .wrap .quantity .plus {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #efefef;
  border-left: none;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -8px;
  cursor: pointer;
}
.cart .cart-content .products .product .wrap .quantity .plus:before {
  content: '+';
  position: relative;
  top: 0;
  left: 0;
}
.cart .cart-content .bottom .total {
  padding: 10px 17px;
  background: #efefef;
  border-top: 2px solid #dcdcdc;
}
.cart .cart-content .bottom .total .name {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-top: 3px;
}
.cart .cart-content .bottom .total .value {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}
.cart .cart-content .bottom .button {
  padding: 7px 17px;
  text-align: right;
}
.cart .cart-content .bottom .button .btn {
  box-shadow: none;
  padding: 9px 20px;
}
.cart .white-space {
  position: absolute;
  height: 10px;
  width: 150px;
}
@media (min-width: 990px) {
  .cart:hover .cart-content {
    display: inline-block;
    vertical-align: top;
  }
}
.cart.reloaded .cart-content {
  display: block;
}
.cart-pre-modal .modal-content {
  border-radius: 0;
}
.cart-pre-modal .modal-content .modal-header {
  border-top: 4px solid #237b6d;
  border-bottom: 1px solid #e8e8e8;
}
.cart-pre-modal .modal-content .modal-header .modal-title {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
.cart-pre-modal .modal-content .modal-body .added-product {
  color: #000000;
}
.cart-pre-modal .modal-content .modal-body .added-product .image {
  text-align: center;
}
@media (max-width: 400px) {
  .cart-pre-modal .modal-content .modal-body .added-product .image {
    width: 100%;
  }
}
.cart-pre-modal .modal-content .modal-body .added-product .image img {
  max-width: 100%;
}
@media (max-width: 400px) {
  .cart-pre-modal .modal-content .modal-body .added-product .info {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.cart-pre-modal .modal-content .modal-body .added-product .info .name {
  font-size: 16px;
  font-weight: 400;
}
.cart-pre-modal .modal-content .modal-body .added-product .info .price {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.cart-pre-modal .modal-content .modal-body .added-product .info .total-in-cart {
  font-size: 14px;
}
.cart-pre-modal .modal-content .modal-footer {
  border-top: 0;
  margin-top: 0;
}
.cart-pre-modal .modal-content .modal-footer button {
  padding: 9px 20px;
  box-shadow: none;
}
@media (max-width: 400px) {
  .cart-pre-modal .modal-content .modal-footer button {
    width: 100%;
    margin-bottom: 15px;
  }
}
