html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  color: #232021;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
}

h1,
h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
h1 strong,
h2 strong {
  color: #b28707;
}

@media (max-width: 1559px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
@media (max-width: 1559px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
ul,
li {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 10px;
}

a {
  color: #b28707;
  text-decoration: underline;
}
a:hover {
  color: #b28707;
  text-decoration: none;
}

strong {
  font-weight: 500;
}

.btn {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: none;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  outline: none !important;
}
.btn.active, .btn:active, .btn:focus {
  box-shadow: none;
}

.btn-gold {
  color: #ffffff;
  font-weight: 600;
  background-color: #b28707;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 10px 60px;
  transition: all 0.3s;
  max-width: 100%;
}
.btn-gold:hover {
  border-color: #b28707;
  background: transparent;
  color: #b28707;
}

.btn-black {
  color: #ffffff;
  font-weight: 600;
  background-color: #232021;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 10px 55px;
  transition: all 0.3s;
  max-width: 100%;
}
.btn-black:hover, .btn-black:active, .btn-black:focus {
  border-color: #232021;
  background: transparent;
  color: #232021;
}

.btn-green {
  color: #ffffff;
  font-weight: 600;
  background-color: #1cc314;
  border: 2px solid transparent;
  padding: 15px 75px;
  transition: all 0.3s;
  max-width: 100%;
  font-size: 24px;
  border-radius: 30px;
}
.btn-green:hover {
  border-color: #1cc314;
  background: transparent;
  color: #1cc314;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.row-flex > [class*=col-] > * {
  height: 100%;
}

.row.row-flex:after, .row.row-flex:before {
  display: none;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.horizontal-align {
  display: flex;
  justify-content: center;
}

.styled-ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.styled-ul ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
.styled-ul ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #b28707;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2px;
}

/* 5THS */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* END 5THS */
@media (min-width: 1360px) {
  .container {
    width: 1330px;
  }
}
@media (min-width: 1560px) {
  .container {
    width: 1530px;
  }
}
.g-icon-left {
  color: #b28707;
  display: inline-block;
  margin-right: 0px;
}

.label-flex {
  display: flex;
  justify-content: space-between;
  width: auto !important;
}
.label-flex .importance {
  color: #a0a0a0;
  font-size: 12px;
  text-transform: lowercase;
  font-weight: 400;
  margin-right: 10px;
}

.form-control,
.text-input {
  width: 100%;
  height: 50px;
  max-width: 420px;
  padding: 0;
  font-size: 16px;
  line-height: 1.42857143;
  color: #181414;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  box-shadow: none;
  padding-left: 25px;
  outline: none !important;
}

.form-control:focus {
  border-color: #ccc;
  box-shadow: none;
}

textarea.form-control {
  height: 150px;
  padding-top: 15px;
}

.form-group label,
.tabDivRow1 {
  color: #b28707;
  margin-left: 25px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  font-size: 12px;
}

.tabDivRow2 {
  margin-bottom: 15px;
}

/* check */
.check-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}

input[type=checkbox] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}
input[type=checkbox] + label {
  display: block;
  width: 100%;
  margin: 0;
  float: left;
  min-height: 20px;
  margin: 0;
  vertical-align: middle;
  padding-left: 30px;
  cursor: pointer;
  font-weight: normal;
  padding-top: 0px;
  line-height: 1.2;
  position: relative;
}
input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid #231f20;
  border-color: #000;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
input[type=checkbox] + label:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #b28707;
  font-size: 12px;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 4px;
  font-weight: 600;
  transition: all 0.3s;
  opacity: 0;
}
input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.check-styled input:disabled + label {
  cursor: not-allowed;
  color: grey !important;
}

/* end check */
/* radio */
.radio-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
}

input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}
input[type=radio] + label {
  display: block;
  width: 100%;
  margin: 0;
  float: left;
  min-height: 20px;
  margin: 0;
  vertical-align: middle;
  background: url("/images/mincovna/uncheck_radio.svg") left top no-repeat;
  background-size: 16px auto;
  padding-left: 30px;
  cursor: pointer;
  font-weight: normal;
  padding-top: 0px;
  position: relative;
}
input[type=radio] + label:before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid #231f20;
  border-color: #f0f0f0;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
input[type=radio] + label:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #b28707;
  font-size: 12px;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 4px;
  font-weight: 600;
  transition: all 0.3s;
  opacity: 0;
}
input[type=radio]:checked + label:after {
  opacity: 1;
}

/* end radio */
/* select */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border: 2px solid #000;
  background-color: #fff;
  padding: 8px 15px;
  border-radius: 25px;
  padding-left: 25px;
  line-height: 1;
  outline: none;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  line-height: 2em;
}
.bootstrap-select .dropdown-menu {
  padding: 10px 0;
}
.bootstrap-select .dropdown-menu li a {
  padding: 5px 10px;
  padding-left: 25px;
  outline: none;
}
.bootstrap-select .dropdown-menu > .active > a {
  background: #b28707;
}
.bootstrap-select .dropdown-menu > .active > a:focus, .bootstrap-select .dropdown-menu > .active > a:hover {
  background: #b28707;
}
.bootstrap-select .dropdown-toggle .caret {
  border: 0;
  width: 14px;
  height: 9px;
  margin-top: -7px;
}
.bootstrap-select .dropdown-toggle .caret:after {
  font-size: 16px;
  color: #b28707;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}
.bootstrap-select.open .dropdown-toggle .caret:after {
  transform: rotate(180deg);
}

/* end select */
/* Dropdown */
.dropdown-menu {
  top: 100%;
  left: 0;
  min-width: 380px;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin: 0;
  text-align: left;
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-radius: 10px;
  padding: 30px;
}
.dropdown-menu > li > a {
  padding: 0;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #000;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #000;
  background-color: #fff;
}

/* END Dropdown */
/* header */
header {
  width: 100%;
  max-width: 1920px;
  border-top: 5px solid #b28707;
  border-bottom: 2px solid #f0f0f0;
  margin: 0 auto;
}

/* header info */
.header-info {
  border-bottom: 2px solid #f0f0f0;
  padding: 5px 0px;
}
.header-info .phone a {
  transition: all 0.3s;
  color: #232021;
  text-decoration: none;
}
.header-info .phone a:hover {
  color: #b28707;
}
.header-info .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
.header-info .menu ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  padding: 0px 15px;
}
.header-info .menu ul li:first-child {
  padding-left: 0;
}
.header-info .menu ul li:last-child {
  padding-right: 0;
}
.header-info .menu ul li a {
  color: #232021;
  text-decoration: none;
  transition: all 0.3s;
}
.header-info .menu ul li a:hover {
  color: #b28707;
}

.navbar-toggle {
  float: right;
  padding: 9px 10px;
  padding-left: 13px;
  width: 44px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 1px solid #b28707;
  border-radius: 0px;
}
.navbar-toggle .icon-bar {
  width: 22px;
  height: 2px;
  border-radius: 0px;
  background: #b28707;
  transition: all 0.15s;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle.collapsed {
  padding: 9px 10px;
}
.navbar-toggle span.icon-bar {
  transition: all 0.15s;
}
.navbar-toggle span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle span:nth-child(3) {
  opacity: 0;
}
.navbar-toggle span:nth-child(4) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed span:nth-child(2), .navbar-toggle.collapsed span:nth-child(4) {
  transform: rotate(0);
}
.navbar-toggle.collapsed span:nth-child(3) {
  opacity: 1;
}

@media (min-width: 768px) {
  .top-menu-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
/* hamburger style */
/* END hamburger style */
@media (max-width: 991px) {
  .header-info .menu ul li {
    padding: 0px 7px;
  }
}
@media (max-width: 767px) {
  .header-info-left-col {
    width: calc(100% - 80px);
    height: 35px;
    display: flex;
    align-items: center;
  }
  .header-info-right-col {
    width: 80px;
  }
  .header-info .menu {
    float: right;
    position: relative;
  }
  #top-menu {
    width: 150px;
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    border: 1px solid #b28707;
    background: #fff;
    padding: 10px 15px;
    z-index: 100;
  }
  #top-menu:after, #top-menu:before {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
  }
  #top-menu:after {
    top: -20px;
    border-color: transparent transparent #fff transparent;
    border-width: 10px;
  }
  #top-menu:before {
    top: -22px;
    border-color: transparent transparent #b28707 transparent;
    border-width: 11px;
    right: 11px;
  }
  .header-info .menu ul li {
    display: block;
    padding: 0;
    margin-bottom: 5px;
    text-align: right;
  }
  .header-info .menu ul li:last-child {
    margin-bottom: 0;
  }
}
/* end header info */
/* header-top */
.header-top {
  height: 120px;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #f0f0f0;
}

.header-logo {
  display: block;
  margin-top: 30px;
  max-width: 290px;
  float: left;
  width: 100%;
}
.header-logo a {
  display: block;
}
.header-logo a img {
  display: block;
  width: 100%;
  max-height: 58px;
}

.header-logo-text {
  font-size: 12px;
  position: absolute;
  left: 73px;
  bottom: -25px;
  color: #b28707;
  white-space: nowrap;
  margin: 0;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 1359px) {
  .header-logo-text {
    bottom: -20px;
    font-size: 12px;
    left: 65px;
  }
}
/* search  */
.header-search {
  width: 480px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid transparent;
  margin: 0 auto;
  margin-top: 35px;
  background-color: #f0f0f0;
  z-index: 100;
}
.header-search ::placeholder {
  color: #232021;
  font-size: 14px;
  font-weight: 400;
}

.input-group .form-control {
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #232021;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: none;
  padding-left: 25px;
}

.header-search:focus-within {
  background: #fff;
  border-color: #d0d0d0;
}

.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-btn {
  width: 1%;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
  border-radius: 50%;
  padding: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 0px;
  margin-top: -3px;
  background-color: #b28707;
}

.search-btn-mobile {
  background: none;
  border: none;
  color: #fff;
  font-size: 26px;
  display: none;
  float: right;
  margin-top: 15px;
  padding: 10px;
  width: 50px;
  height: 50px;
  line-height: 1;
  background: #b28707;
  border-radius: 50%;
}

.header-search .dropdown-menu {
  top: calc(100% + 20px);
  min-width: 610px;
  padding: 10px 0px;
  left: auto;
  right: 0;
}
.header-search .dropdown-menu li {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 2px solid #f0f0f0;
  transition: all 0.3s;
}
.header-search .dropdown-menu li:hover {
  background-color: #fafafa;
}
.header-search .dropdown-menu li .item-img {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  float: left;
  text-align: center;
  align-items: center;
  display: flex;
}
.header-search .dropdown-menu li .item-img img {
  margin: 0 auto;
  max-width: 33px;
}
.header-search .dropdown-menu li .item-text {
  width: calc(100% - 50px);
  padding-left: 22px;
  float: left;
  font-size: 14px;
  min-height: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.header-search .dropdown-menu li .item-text .content {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.header-search .dropdown-menu li .item-text a {
  color: #232021;
  text-decoration: none;
  display: block;
  font-weight: 500;
  padding-right: 50px;
}
.header-search .dropdown-menu li .item-text .item-price {
  color: #b28707;
  display: block;
  margin-top: 7px;
  white-space: nowrap;
}
.header-search .dropdown-menu li.cart-bot {
  font-weight: 600;
  font-size: 16px;
  padding: 20px 20px;
  border-bottom: 0;
  padding-bottom: 10px;
}
.header-search .dropdown-menu li.cart-bot:hover {
  background: transparent;
}
.header-search .dropdown-menu li.cart-bot a {
  font-size: 14px;
  color: #b28707;
  text-decoration: none;
}
.header-search .dropdown-menu li.cart-bot a:hover {
  background: transparent;
}

/* end search */
/* user-login */
.header-login {
  position: relative;
  margin-top: 0px;
  color: #b28707;
  font-size: 14px;
  min-height: 22px;
  float: left;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 50px;
  display: none;
}
.header-login .dropdown-toggle {
  padding-left: 43px;
  height: 100%;
  z-index: 100;
  position: relative;
}
.header-login .dropdown-toggle::after {
  position: absolute;
  left: 0;
  top: -4px;
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  width: 22px;
  height: 21px;
  color: #b28707;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.header-login:hover {
  color: #232021;
  text-decoration: none;
}
.header-login span {
  display: block;
  color: #232021;
  margin-top: 0px;
  text-decoration: none;
  line-height: 1;
  font-weight: 500;
  transition: all 0.3s;
}
.header-login span:hover {
  color: #b28707;
}

.lost {
  font-size: 16px;
  color: #232021;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  margin-top: 30px;
}
.lost i, .lost:hover {
  color: #b28707;
}

.header-login .dropdown-menu {
  top: calc(100% + 35px);
  background-color: #fafafa;
}
.header-login .dropdown-menu .login-open-top {
  margin-bottom: 25px;
}
.header-login .dropdown-menu .login-open-top h3 {
  font-size: 24px;
}
.header-login .dropdown-menu .login-open-top p {
  margin-bottom: 0;
}
.header-login .dropdown-menu .btn-gold {
  margin-top: 15px;
}

/* end user-login */
/* header-cart */
.header-cart {
  position: relative;
  margin-top: 35px;
  color: #232021;
  font-size: 12px;
  line-height: 1;
  float: right;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  width: 225px;
}
.header-cart:hover {
  color: #232021;
}

.header-cart-icon {
  width: 17px;
  height: 17px;
  background-color: #232021;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  z-index: 1;
  line-height: 17px;
  border-radius: 50%;
}

.header-cart .dropdown {
  margin-top: 0;
  position: relative;
  z-index: 100;
}
.header-cart .dropdown .dropdown-toggle i {
  color: #b28707;
  position: absolute;
  right: 20px;
  transition: all 0.3s;
}
.header-cart .dropdown.open .dropdown-toggle i {
  transform: rotate(180deg);
}
.header-cart .dropdown .dropdown-toggle {
  width: 100%;
  text-align: left;
  height: 50px;
  padding-left: 70px;
  padding-right: 30px;
  position: relative;
  outline: none !important;
}
.header-cart .dropdown .dropdown-toggle::after {
  position: absolute;
  background: #b28707;
  left: -2px;
  top: -2px;
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.header-cart .dropdown-menu {
  top: calc(100% + 20px);
  min-width: 480px;
  padding: 10px 0px;
  left: auto;
  right: 0;
}
.header-cart .dropdown-menu li {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 2px solid #f0f0f0;
  transition: all 0.3s;
}
.header-cart .dropdown-menu li:hover {
  background-color: #fafafa;
}
.header-cart .dropdown-menu li .item-img {
  width: 75px;
  height: 75px;
  border-radius: 4px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  float: left;
  text-align: center;
  align-items: center;
  display: flex;
}
.header-cart .dropdown-menu li .item-img img {
  margin: 0 auto;
  max-width: 50px;
}
.header-cart .dropdown-menu li .item-text {
  width: calc(100% - 75px);
  padding-left: 22px;
  float: left;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 75px;
  font-weight: 600;
}
.header-cart .dropdown-menu li .item-text a {
  color: #232021;
  text-decoration: none;
  display: block;
}
.header-cart .dropdown-menu li .item-text .item-price {
  color: #b28707;
  display: block;
  margin-top: 7px;
}
.header-cart .dropdown-menu li.cart-bot {
  font-weight: 600;
  font-size: 16px;
  padding: 20px 20px;
  border-bottom: 0;
  padding-bottom: 10px;
}
.header-cart .dropdown-menu li.cart-bot .price-all {
  color: #b28707;
  display: inline-block;
  margin-left: 5px;
}
.header-cart .dropdown-menu li.cart-bot .btn-gold {
  padding-left: 44px;
  padding-right: 44px;
}
.header-cart .dropdown-menu li.cart-bot .all-price-text {
  align-items: center;
  display: flex;
}

/* end header-cart */
@media (min-width: 1560px) {
  .header-logo-col {
    width: 320px;
  }
  .header-search-col {
    width: calc(100% - 320px - 420px);
  }
  .header-info-col {
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .header-top {
    height: 90px;
  }
  .header-logo-col {
    width: 240px;
  }
  .header-info-col {
    width: 350px;
  }
  .header-search-col {
    width: calc(100% - 240px - 350px);
  }
  .header-logo {
    margin-top: 15px;
  }
  .header-logo-text {
    bottom: -26px;
    font-size: 10px;
    left: 55px;
  }
  .header-cart {
    width: 200px;
    margin-top: 15px;
  }
  .header-cart .dropdown .dropdown-toggle {
    padding-left: 60px;
    padding-right: 20px;
  }
  .header-cart .dropdown .dropdown-toggle i {
    right: 10px;
  }
  .header-login {
    width: 100px;
    margin-top: 30px;
  }
  .header-login .dropdown-toggle {
    padding-left: 26px;
  }
  .header-search {
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .header-top {
    height: 90px;
  }
  .header-logo-text {
    bottom: -12px;
    left: 70px;
  }
  .header-login {
    margin-top: 15px;
    min-height: 30px;
    padding-left: 0px;
    width: 50px;
    height: 50px;
    background: #b28707;
    border-radius: 50%;
  }
  .header-login .dropdown-toggle {
    padding-left: 0px;
    display: block;
    height: 50px;
    width: 50px;
  }
  .header-login .dropdown-toggle::after {
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
  }
  .header-login .dropdown-toggle > span {
    display: none !important;
  }
  .header-login .dropdown-menu {
    right: -165px;
    left: auto;
    top: calc(100% + 10px);
  }
  .header-logo-col {
    width: calc(100% - 400px);
  }
  .header-logo,
  .header-cart {
    margin-top: 15px;
  }
  .header-info-col {
    width: 300px;
  }
  .header-search-col {
    width: 100px;
    position: static;
  }
  .header-search {
    display: none;
    position: absolute;
    top: calc(100% - 15px);
    left: 0;
    right: 0;
    padding: 0px 15px;
    width: auto;
    background: #fff;
    border-radius: 0;
    height: 70px;
  }
  .header-search:focus-within {
    background: #fff;
    border-color: transparent;
  }
  .header-search .input-group {
    border-radius: 25px;
    border: 2px solid transparent;
    margin: 0 auto;
    background-color: #f0f0f0;
  }
  .header-search .input-group:focus-within {
    background: #fff;
    border-color: #d0d0d0;
  }
  .search-btn-mobile {
    display: block;
  }
  .input-group .form-control {
    color: #232021;
  }
  .input-group-btn:last-child > .btn {
    color: #fff;
  }
  .header-search ::placeholder {
    color: #232021;
  }
}
@media (max-width: 767px) {
  header {
    border-bottom: 0;
  }
  .header-top {
    height: 80px;
  }
  .header-logo-text {
    display: none;
  }
  .header-login,
  .header-info-col {
    position: static;
  }
  .header-login .dropdown-menu {
    right: 15px;
    left: 15px;
    top: calc(100% + 10px);
    min-width: 0;
    padding: 25px;
  }
  .header-search-col {
    width: 50px;
    position: static;
    padding: 0;
    padding-right: 0px;
    margin-top: 10px;
  }
  .header-search .dropdown-menu {
    right: 0px;
    left: 0px;
    top: calc(100% + 10px);
    min-width: 0;
  }
  .header-search .dropdown-menu li .item-text a {
    padding-right: 15px;
  }
  .search-btn-mobile {
    margin-top: 5px;
  }
  .header-logo-col {
    width: calc(100% - 240px);
    display: flex;
    align-items: center;
    height: 70px;
  }
  .header-logo {
    margin-top: 0;
  }
  .header-cart {
    margin-top: 15px;
    width: 50px;
    position: static;
  }
  .header-cart .dropdown-menu {
    right: 15px;
    left: 15px;
    top: calc(100% + 10px);
    min-width: 0;
  }
  .header-cart .dropdown {
    padding-left: 0px;
    padding-right: 0px;
    position: static;
  }
  .header-cart .dropdown .dropdown-toggle {
    padding: 0;
  }
  .header-cart .dropdown-toggle > span {
    display: none;
  }
  .header-cart .dropdown-menu li.cart-bot .btn-gold {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .header-cart .dropdown-menu li.cart-bot .all-price-text {
    text-align: center;
    justify-content: center;
  }
  .header-info-col {
    width: 110px;
    padding: 0;
    float: right;
    margin-right: 70px;
  }
}
@media (max-width: 419px) {
  .header-top {
    height: 130px;
  }
  .header-top-content {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header-login {
    margin-top: 0px;
    display: none;
    float: none;
  }
  .header-search-col {
    float: none;
    height: 50px;
    margin-left: 10px;
  }
  .search-btn-mobile {
    float: none;
    margin: 0 auto;
    margin-top: 0px;
  }
  .header-logo-col {
    width: 100%;
    height: 60px;
    justify-content: center;
  }
  .header-logo {
    max-width: 100%;
  }
  .header-logo a img {
    max-height: 50px;
    height: 50px;
    margin: 0 auto;
    width: auto;
  }
  .header-cart {
    display: block;
    float: none;
    margin-top: 0px;
  }
  #basket-box {
    display: inline-block;
  }
  .header-info-col {
    height: 50px;
    width: 110px;
    text-align: center;
    float: none;
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  .header-cart .dropdown .dropdown-toggle::after {
    left: -25px;
  }
}
/* end header-top */
/* NAVBAR */
.navbar {
  position: relative;
  min-height: unset;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
  margin: 0 -15px;
}

.navbar-nav {
  margin: 0px -15px;
}

.navbar-brand {
  height: auto;
  padding: 0px 15px;
  font-size: 18px;
  line-height: 1;
}

.navbar-nav > li > a {
  padding: 0 15px;
  color: #181414;
  font-weight: 500;
  line-height: 1.1;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
.navbar-nav > li > a:hover {
  color: #b28707;
}
.navbar-nav > li > a i {
  color: #b28707;
  margin-right: 7px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.nav .open > a {
  background-color: transparent;
  border: none;
}
.nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border: none;
}

.header-menu .navbar-toggle {
  float: right;
  padding: 9px 8px;
  margin-top: -65px;
  margin-right: 10px;
  background: #b28707;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  padding-left: 15px;
  border-radius: 50%;
}
.header-menu .navbar-toggle .icon-bar {
  width: 22px;
  height: 2px;
  border-radius: 0px;
  background: #fff;
}
.header-menu .navbar-toggle.collapsed {
  padding: 0px 12px;
}

.navbar-nav > li {
  padding-left: 20px;
  padding-right: 30px;
  flex-grow: 1;
}

@media (min-width: 1560px) {
  .navbar-nav > li {
    /* padding-right: 60px; */
    /* padding-left: 40px; */
  }
}
@media (min-width: 768px) {
  .navbar {
    margin: 0px -15px;
  }
  .navbar-nav {
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .navbar-nav:after, .navbar-nav:before {
    display: none;
  }
  .navbar-nav > li {
    float: none;
    position: relative;
  }
  .navbar-nav > li::after {
    position: absolute;
    right: 0;
    width: 30px;
    content: "";
    height: 100%;
    background: url("/images/mincovna/menu-divider.svg") no-repeat center;
    top: 0;
    display: block;
  }
  .navbar-nav > li:first-child {
    padding-left: 0;
  }
  .navbar-nav > li:last-child {
    padding-right: 0;
  }
  .navbar-nav > li:last-child:after {
    display: none;
  }
  .navbar-nav > li > a {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .container-fluid > .navbar-collapse {
    padding: 0;
  }
}
@media (max-width: 1559px) {
  .navbar-nav > li {
    /* padding-right: 40px; */
    /* padding-left: 30px; */
  }
}
@media (max-width: 1359px) {
  .navbar-nav > li {
    /* padding-right: 50px; */
    /* padding-left: 0px; */
  }
}
@media (max-width: 1199px) {
  .navbar-nav > li {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-nav > li:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li {
    padding: 0px 5px;
  }
  .navbar-nav > li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-nav > li a i {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .navbar-nav > li {
    margin: 0px 0px;
    padding: 0px;
  }
  .navbar-nav > li > a {
    text-align: center;
    margin: 0px;
    padding: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
    background: #b28707;
  }
  .navbar-nav > li > a:hover {
    color: #b28707;
    background: #fff;
  }
  .navbar-nav > li > a:hover i {
    color: #b28707;
  }
  .navbar-nav > li > a i {
    color: #fff;
  }
  #navbar {
    border-top: 0;
    box-shadow: 0;
  }
  .navbar-nav {
    border-bottom: 3px solid #b28707;
    background: #b28707;
  }
}
@media (max-width: 419px) {
  .header-menu .navbar-toggle {
    margin-top: -60px;
  }
}
/* END NAVBAR */
/* end header */
.banners {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fafafa;
  margin-bottom: 20px;
}

.banner-item {
  margin-bottom: 30px;
}
.banner-item img {
  margin: 0 auto;
}

@media (max-width: 1559px) {
  .col-sm-4.banner-item-col .banner-item {
    margin-bottom: 15px;
  }
  .col-xs-12.col-sm-2.banner-item-col {
    padding-right: 13px;
    padding-left: 14px;
  }
  .banner-item {
    margin-bottom: 28px;
  }
}
@media (max-width: 1359px) {
  .col-sm-4.banner-item-col .banner-item {
    margin-bottom: 22px;
  }
  .col-xs-12.col-sm-2.banner-item-col {
    padding-right: 12px;
    padding-left: 10px;
  }
  .banner-item-col {
    padding: 0px 10px;
  }
  .banner-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .banners {
    padding-top: 20px;
  }
  .banners-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-sm-4.banner-item-col .banner-item {
    margin-bottom: 20px;
  }
  .col-xs-12.col-sm-2.banner-item-col {
    padding-right: 10px;
    padding-left: 9px;
  }
  .banner-item-col {
    padding: 0px 10px;
  }
  .banner-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .col-sm-4.banner-item-col .banner-item {
    margin-bottom: 15px;
  }
  .col-xs-12.col-sm-2.banner-item-col {
    padding-right: 9px;
    padding-left: 9px;
  }
  .banner-item-col {
    padding: 0px 10px;
  }
  .banner-item {
    margin-bottom: 10px;
  }
}
.advantages {
  background: #fafafa;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 30px;
}
.advantages .advantage-item {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 300px;
}
.advantages .advantage-item .img i {
  font-size: 50px;
  color: #b28707;
  font-weight: 300;
}
.advantages .advantage-item .headline {
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
.advantages .advantage-item .headline a {
  color: black;
  text-decoration: none;
}
.advantages .advantage-item .headline a:hover {
  color: #b28707;
}
.advantages .advantage-item .text {
  line-height: 18px;
  margin-top: 15px;
}
.advantages .advantage-item .text p {
  margin-bottom: 0;
}

@media (max-width: 1559px) {
  .advantages .advantage-item .headline {
    font-size: 16px;
  }
}
/* filtr */
.filter-bg {
  background-color: #fafafa;
  margin-bottom: 30px;
}

.vypis-top {
  margin-bottom: 25px;
}

.products-filter-wrap {
  border-radius: 10px;
  margin-top: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.filtr-checks {
  float: left;
  width: 100%;
  padding: 20px 15px 10px 15px;
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.filtr-checks .filter-block .check-styled {
  margin-left: 20px;
  width: auto;
}
.filtr-checks .check-right {
  float: left;
}

.pricefilter-wrap {
  float: none;
  width: 100%;
  max-width: 800px;
  display: flex;
  margin-bottom: 30px;
}

.ui-slider {
  background-color: #b28707;
  box-shadow: none;
}

.price-range {
  margin-top: 25px;
  float: left;
  width: 100%;
  position: relative;
}
.price-range .ui-slider-horizontal {
  height: 10px;
  border: none;
  float: left;
  width: calc(100% - 260px);
  border-radius: 5px;
}

.ui-slider .ui-slider-range {
  box-shadow: none;
  background-color: #b28707;
}
.ui-slider .ui-slider-handle {
  width: 35px;
  height: 35px;
  background: url("/images/mincovna/price-slider.svg") no-repeat center top;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -13px;
}

.price-range #price-filter-from {
  position: relative;
  float: left;
  width: 100px;
  margin-right: 30px;
  height: 40px;
  border-radius: 18px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  text-align: center;
  margin-top: -12px;
}
.price-range #price-filter-to {
  position: relative;
  float: left;
  width: 100px;
  margin-left: 30px;
  height: 40px;
  border-radius: 18px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  text-align: center;
  margin-top: -12px;
}
.price-range .price-filter-currency {
  position: relative;
  float: left;
  display: none;
}

.filter-cat-table {
  padding: 20px 15px 10px 15px;
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  margin-top: 10px;
  display: flex;
  margin-bottom: 20px;
}

.filtr-left-menu-col {
  width: 215px;
  padding-right: 0;
}

.filtr-content-col {
  width: calc(100% - 215px);
  padding: 20px;
  padding-right: 35px;
}

.filtr-left-menu-col .nav-tabs {
  border: none;
}
.filtr-left-menu-col .nav-tabs > li {
  width: 100%;
  display: block;
  transition: all 0.3s;
  position: relative;
  padding-right: 15px;
  margin-bottom: 5px;
}
.filtr-left-menu-col .nav-tabs > li.active, .filtr-left-menu-col .nav-tabs > li:hover {
  /* background-color: #f6f6f6; */
}
.filtr-left-menu-col .nav-tabs > li > a {
  color: #242430;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}

.attribute-filter-item h4 {
  margin-bottom: 20px;
}
.attribute-filter-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.attribute-filter-item ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  margin-left: 0px;
  float: left;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}
.attribute-filter-item input[type=checkbox] + label {
  display: block;
  width: 100%;
  margin: 0;
  float: left;
  min-height: 20px;
  margin: 0;
  vertical-align: middle;
  background: url("/images/svetelektrokol/uncheck.svg") left center no-repeat;
  padding-left: 30px;
  cursor: pointer;
  font-weight: normal;
  padding-top: 3px;
}
.attribute-filter-item input[type=checkbox]:checked + label {
  background: url("/images/svetelektrokol/check.png") no-repeat left center;
}
.attribute-filter-item li input[type=checkbox] {
  opacity: 0;
  display: block;
  position: absolute;
}

#activefilter-wrap {
  float: left;
  width: 100%;
}

#attribute-active-filter-wrapper ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#attribute-active-filter-wrapper ul li {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 15px;
  background-color: #fff;
  color: #a0a0a0;
  font-size: 12px;
  padding: 5px 12px;
  padding-left: 22px;
  position: relative;
  transition: all 0.3s;
}
#attribute-active-filter-wrapper ul li:after {
  position: absolute;
  left: 11px;
  top: calc(50% - 5px);
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  width: 10px;
  height: 10px;
  color: #ef4f31;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  transition: all 0.3s;
}
#attribute-active-filter-wrapper ul li:hover {
  background: #ef4f31;
  color: #ffffff;
}
#attribute-active-filter-wrapper ul li:hover::after {
  color: #ffffff;
}
#attribute-active-filter-wrapper .attribute-active-filter-closer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 767px) {
  .filter-cat-table {
    flex-wrap: wrap;
  }
  .filtr-left-menu-col {
    width: 100%;
  }
  .filtr-content-col {
    width: 100%;
    padding: 10px;
    padding-right: 15px;
  }
  .filtr-left-menu-col .nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .filtr-left-menu-col .nav-tabs > li {
    width: auto;
  }
  .filtr-left-menu-col .nav-tabs > li > a {
    font-size: 14px;
  }
  .attribute-filter-item input[type=checkbox] + label {
    font-size: 14px;
    line-height: 1.2;
  }
  .pricefilter-wrap {
    margin-bottom: 10px;
  }
  .price-range {
    padding-bottom: 80px;
  }
}
@media (max-width: 499px) {
  .filtr-left-menu-col .nav-tabs > li {
    width: 50%;
  }
  .filtr-left-menu-col .nav-tabs > li > a {
    font-size: 12px;
    padding: 8px 10px;
  }
  .attribute-filter-item input[type=checkbox] + label {
    font-size: 13px;
    line-height: 1.2;
  }
  .filtr-checks .check-right {
    font-size: 12px;
    padding-top: 3px;
  }
  #attribute-active-filter-wrapper ul {
    margin-top: 5px;
  }
  .price-range .ui-slider-horizontal {
    width: 100%;
  }
  .pricefilter-wrap {
    padding: 0px 15px;
  }
  .price-range #price-filter-from {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .price-range #price-filter-to {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/* end filtr */
/* product-item */
.product-item {
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 85px;
  transition: all 0.3s;
}
.product-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.product-item .name {
  display: block;
  color: #232021;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 0px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.product-item .name:hover {
  color: #b28707;
}
.product-item .img {
  height: 180px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.product-item .img img {
  margin: 0 auto;
  max-height: 100%;
}
.product-item .bottom {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  height: 40px;
}
.product-item .bottom .btn-gold {
  padding: 10px;
  font-size: 12px;
}
@media (max-width: 575px) {
  .product-item .bottom .btn-gold span {
    display: none;
  }
}
.product-item .bottom .price {
  width: calc(100% - 40px);
  float: left;
  padding-right: 10px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.btn.btn-buy {
  background-color: #b28707;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 2px solid #b28707;
  transition: all 0.3s;
}
.btn.btn-buy:hover {
  color: #b28707;
  background: #fff;
}

@media (max-width: 1559px) {
  .product-item-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product-item-col {
    padding: 0px 5px;
  }
  .product-item {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 70px;
    margin-bottom: 10px;
  }
  .product-item .img {
    margin-bottom: 10px;
    height: 150px;
  }
  .product-item .name {
    min-height: 70px;
    margin-bottom: 5px;
    font-size: 15px;
  }
}
@media (max-width: 1359px) {
  .product-item .img {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .product-item-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product-item-col {
    padding: 0px 5px;
  }
  .product-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 70px;
    margin-bottom: 10px;
  }
  .product-item .bottom .price {
    font-size: 16px;
  }
  .product-item .name {
    font-size: 14px;
  }
}
/* end product-item */
/* page-list-items */
.page-list-items {
  margin-top: 15px;
  margin-bottom: 100px;
}

.product-list .load-more {
  margin-top: 20px;
}
.product-list .pagination {
  margin: 0 auto;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .page-list-items {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
/* END page-list-items */
/* list items page */
.list-items-category {
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 30px;
  padding-bottom: 11px;
}

.category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.category-list li {
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  padding: 15px 40px;
  margin-right: 9px;
  margin-bottom: 9px;
  transition: all 0.3s;
}
.category-list li:hover {
  background-color: #231f20;
}
.category-list li:hover a {
  color: #fff;
}
.category-list li a {
  display: block;
  text-decoration: none;
  color: #232021;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .category-list li {
    padding: 10px 15px;
  }
  .category-list li a {
    font-size: 14px;
  }
}
/* end list items page */
.limit-items {
  position: relative;
  padding-top: 70px;
  background-color: #fafafa;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.limit-items .limit-line {
  background-color: #b28707;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
}
.limit-items h2 {
  margin-bottom: 0;
  display: block;
  float: left;
  background-color: #231f20;
  padding: 12px 55px;
  height: 60px;
  margin-top: -30px;
  line-height: 1;
  color: #ffffff;
  position: relative;
}
.limit-items h2:after {
  top: 0;
  height: 100%;
  content: "";
  background: url("/images/mincovna/limit-edition-box.svg") left top;
  display: block;
  position: absolute;
  left: -30px;
  width: 30px;
  z-index: 100;
}
.limit-items h2:before {
  top: 0;
  height: 100%;
  content: "";
  background: url("/images/mincovna/limit-edition-box.svg") right top;
  display: block;
  position: absolute;
  right: -30px;
  width: 30px;
  z-index: 100;
}
.limit-items .carousel-control {
  top: -80px;
  color: #ffffff;
  z-index: 100;
}
.limit-items .carousel-control:hover, .limit-items .carousel-control:focus {
  color: #ffffff;
}

.limit-item {
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s;
  background: #fff;
  display: flex;
}
.limit-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.limit-item .img {
  height: 180px;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.limit-item .img img {
  margin: 0 auto;
  max-height: 100%;
}
.limit-item .info {
  width: calc(100% - 180px);
  padding-left: 20px;
  float: left;
  position: relative;
  padding-bottom: 55px;
}
.limit-item .name {
  display: block;
  color: #232021;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
  margin-top: 5px;
  display: block;
  transition: all 0.3s;
}
.limit-item .name:hover {
  color: #b28707;
}
.limit-item .text {
  font-size: 14px;
}
.limit-item .bottom {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  height: 40px;
}
.limit-item .bottom .price {
  width: calc(100% - 40px);
  float: left;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.limit-item .bottom .btn.btn-buy {
  float: left;
}

.limit-carousel-slide {
  margin-left: -20px;
  margin-right: -20px;
}

.limit-items .carousel-inner .item {
  padding: 20px 20px;
  padding-bottom: 40px;
}

@media (max-width: 1559px) {
  .limit-item-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .limit-item-col {
    padding: 0px 10px;
  }
  .limit-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1359px) {
  .limit-item .img {
    width: 120px;
    height: 120px;
  }
  .limit-item .info {
    width: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .limit-items {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 50px;
  }
  .limit-items .limit-line {
    height: 60px;
  }
  .limit-items .carousel-control {
    top: -65px;
  }
  .limit-items h2 {
    padding: 12px 20px;
    height: 45px;
    margin-top: -20px;
  }
  .limit-items h2:after, .limit-items h2:before {
    background-size: auto 45px;
  }
  .limit-items h2:after {
    left: -20px;
  }
  .limit-items h2:before {
    right: -20px;
  }
  .limit-item-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .limit-item-col {
    padding: 0px 5px;
  }
  .limit-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .limit-item .bottom .price {
    font-size: 16px;
  }
  .limit-item .name {
    font-size: 14px;
  }
}
/* carousel */
.carousel-inner > .item {
  height: auto;
  overflow: hidden;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  height: 410px;
  width: auto;
  max-width: unset;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.carousel-control {
  position: absolute;
  top: -40px;
  bottom: 0;
  right: 15px;
  left: auto;
  width: 15px;
  height: 27px;
  font-size: 20px;
  color: #a0a0a0;
  line-height: 42px;
  text-align: center;
  text-shadow: none;
  background-color: transparent;
  filter: none;
  opacity: 1;
  background: none;
  border-radius: 0;
  font-size: 30px;
}
.carousel-control.right {
  right: 20px;
  left: auto;
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.carousel-control.left {
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
  right: 55px;
}
.carousel-control:focus, .carousel-control:hover {
  color: #b28707;
}

.carousel-indicators {
  bottom: 0px;
  left: 0%;
  z-index: 15;
  width: 100%;
  margin-left: 0%;
  margin-bottom: 0;
  text-align: center;
}
.carousel-indicators li {
  width: 50px;
  height: 5px;
  margin: 4px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 3px;
}
.carousel-indicators li:hover {
  background-color: #b28707;
}
.carousel-indicators .active {
  width: 50px;
  height: 5px;
  margin: 4px;
  background-color: #231f20;
}

@media (max-width: 991px) {
  .carousel-inner > .item {
    /* height: 350px; */
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .carousel-inner > .item {
    /* height: 350px; */
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    height: 350px;
  }
  .carousel-control.left {
    right: 46px;
  }
}
@media (max-width: 560px) {
  .carousel-control {
    top: -30px;
  }
}
/* end carousel */
/* slider-items */
.slider-items {
  margin-top: 5px;
  margin-bottom: 50px;
}
.slider-items h2 {
  margin-bottom: 0;
}
.slider-items .col-name {
  width: 35%;
}
.slider-items .col-menu {
  width: 50%;
}
.slider-items .filtr-menu {
  display: block;
  text-align: left;
  float: left;
  width: 100%;
  border: none;
}
.slider-items .filtr-menu li {
  display: inline-block;
  float: none;
}

.nav-tabs > li.active > a {
  text-decoration: none;
  background: none;
  border: none;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  background-color: #b28707;
}
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  text-decoration: none;
  background: none;
  border: none;
}
.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  background-color: #b28707;
}
.nav-tabs > li > a {
  border: none;
}
.nav-tabs > li > a:hover {
  border: none;
}

.filtr-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  border: 0;
}
.filtr-menu li.active a {
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  background-color: #b28707;
}

#sort-tabs-filter {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  border: 0;
}

.filtr-menu li,
#sort-tabs-filter li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

.filtr-menu li a {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 12px 15px;
  margin: 0px 4px;
  text-decoration: none;
  color: #231f20;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  transition: all 0.3s;
}

#sort-tabs-filter li a {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 12px 15px;
  margin: 0px 4px;
  text-decoration: none;
  color: #231f20;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  transition: all 0.3s;
}
#sort-tabs-filter li a:hover {
  border-radius: 20px;
  background-color: #f0f0f0;
}

.filtr-menu li a:hover {
  border-radius: 20px;
  background-color: #f0f0f0;
}
.filtr-menu li:first-child a {
  margin-left: 0;
}

#sort-tabs-filter li:first-child a {
  margin-left: 0;
}
#sort-tabs-filter li a.selected, #sort-tabs-filter li a.active, #sort-tabs-filter li a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #b28707;
  border-radius: 20px;
}

.filtr-btn-col {
  text-align: right;
}

@media (max-width: 1359px) {
  .slider-items .col-name {
    width: 40%;
  }
  .slider-items .col-menu {
    width: 60%;
  }
  .slider-items .filtr-menu {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .slider-items .col-name,
  .slider-items .col-menu {
    width: 50%;
  }
  .slider-items .filtr-menu {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .slider-items .filtr-menu {
    margin-bottom: 0px;
  }
  .slider-items .col-name {
    width: 100%;
  }
  .slider-items .col-menu {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .filtr-btn-col {
    text-align: center;
    margin-top: 30px;
  }
  .filtr-menu li a,
  #sort-tabs-filter li a {
    padding: 10px;
  }
}
@media (max-width: 560px) {
  .slider-items .filtr-menu {
    margin-bottom: 20px;
  }
  .slider-items .filtr-menu li {
    margin-bottom: 10px;
  }
}
.bookmarks-carousel-slide {
  margin-left: -20px;
  margin-right: -20px;
}

.slider-items .carousel-inner .item {
  padding: 20px 20px;
  padding-bottom: 40px;
}

/* end slider-items */
/* blog-items */
.blog-items .btn-black {
  float: right;
}

.blog-item {
  margin-bottom: 40px;
}
.blog-item .img {
  width: 100%;
}
.blog-item .img img {
  width: 100%;
  border-radius: 5px;
}
.blog-item .date {
  color: #b28707;
  font-size: 14px;
  font-weight: 400;
  margin-top: 30px;
}
.blog-item .date i {
  margin-right: 5px;
}
.blog-item .name {
  display: block;
  font-size: 30px;
  text-decoration: none;
  color: #232021;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 5px;
  margin-bottom: 17px;
  transition: all 0.3s;
}
.blog-item .name:hover {
  color: #b28707;
}
.blog-item .text p {
  margin-bottom: 20px;
  line-height: 1.66;
}

@media (max-width: 767px) {
  .blog-items .btn-black {
    float: left;
    margin-bottom: 20px;
  }
  .blog-item {
    margin-bottom: 20px;
  }
  .blog-item .date {
    margin-top: 15px;
  }
  .blog-item .name {
    font-size: 24px;
  }
}
.blog-list {
  margin-top: 30px;
}
.blog-list .styled-select {
  float: right;
}
.blog-list .blog-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.blog-list .blog-item .img {
  width: 480px;
  float: left;
}
.blog-list .blog-item .img img {
  width: 100%;
  border-radius: 5px;
}
.blog-list .blog-item .info {
  float: left;
  width: calc(100% - 480px);
  padding-left: 60px;
  max-width: 760px;
}
.blog-list .blog-item .info .date {
  width: 100%;
  margin-top: 0;
}
.blog-list .blog-item .info .text {
  font-size: 16px;
}
.blog-list .pagination {
  float: right;
  margin-bottom: 50px;
  margin-top: 30px;
}

.blog-big {
  background-color: #fafafa;
  margin-top: 50px;
  margin-bottom: 60px;
}
.blog-big .blog-item {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.blog-big .blog-item .img {
  margin-top: -50px;
  width: 607px;
}
.blog-big .blog-item .info {
  width: calc(100% - 607px);
}

@media (max-width: 1199px) {
  .blog-big .blog-item .img {
    width: 500px;
  }
  .blog-big .blog-item .info {
    width: calc(100% - 500px);
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .blog-list {
    margin-top: 30px;
  }
  .blog-list .blog-item .img {
    width: 100%;
    float: left;
  }
  .blog-list .blog-item .img img {
    width: 100%;
    border-radius: 5px;
  }
  .blog-list .blog-item .info {
    float: left;
    width: 100%;
    padding-left: 0px;
    max-width: 100%;
  }
  .blog-list .blog-item .info .date {
    width: 100%;
    margin-top: 15px;
  }
  .blog-list .blog-item .info .text {
    font-size: 16px;
  }
  .blog-big {
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .blog-big .blog-item {
    margin-bottom: 40px;
    padding-bottom: 0px;
    margin-top: 30px;
  }
  .blog-big .blog-item .img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .blog-list .styled-select {
    float: left;
  }
  .blog-big .blog-item {
    margin-bottom: 20px;
  }
}
/* end blog-items */
/* blog-detail */
.blog-detail {
  margin-bottom: 100px;
  margin-top: 30px;
}
.blog-detail .detail-date {
  margin-bottom: 0 !important;
}
.blog-detail .text {
  font-size: 18px;
}
.blog-detail .text .detail-img {
  float: left;
  width: 600px;
  padding-right: 60px;
  padding-bottom: 60px;
}
.blog-detail .text h1 {
  width: 100%;
}
.blog-detail .text p {
  width: 100%;
  margin-bottom: 40px;
  line-height: 1.66;
}
.blog-detail .text .date {
  width: 100%;
  color: #b28707;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
.blog-detail .text .date i {
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .blog-detail {
    margin-bottom: 70px;
    margin-top: 30px;
  }
  .blog-detail .text .detail-img {
    width: 500px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .blog-detail .text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blog-detail {
    margin-bottom: 30px;
  }
  .blog-detail .text {
    font-size: 16px;
  }
  .blog-detail .text .detail-img {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .blog-detail .text p {
    margin-bottom: 20px;
  }
}
/* end blog-detail */
/* cart */
.cart {
  margin-bottom: 50px;
}
.cart h1,
.cart h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: 0;
}

.btn-back {
  border-radius: 22px;
  display: block;
  float: left;
  color: #231f20;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-top: 13px;
  padding-bottom: 11px;
  padding-right: 33px;
  padding-left: 33px;
  margin-top: 50px;
  border: 2px solid #231f20;
  transition: all 0.3s;
  text-decoration: none;
  outline: none !important;
}
.btn-back:hover {
  text-decoration: none;
  color: #fff;
  background: #231f20;
}

.btn-next {
  border-radius: 30px;
  background-color: #1cc314;
  border: 2px solid #1cc314;
  text-decoration: none;
  display: block;
  float: right;
  color: #ffffff;
  margin-top: 50px;
  color: #ffffff;
  line-height: 1;
  padding: 16px 30px;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s;
  max-width: 350px;
  width: 100%;
  outline: none !important;
  text-align: center;
}
.btn-next i {
  margin-right: 10px;
}
.btn-next:hover {
  text-decoration: none;
  color: #1cc314;
  background: transparent;
}

@media (max-width: 991px) {
  .btn-next {
    font-size: 20px;
    padding: 16px 30px;
  }
}
@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
  .mobile-center .btn-back {
    float: none;
    display: inline-block;
  }
  .cart-btn-back,
  .cart-btn-next {
    text-align: center;
  }
  .btn-next,
  .btn-back {
    display: inline-block;
    float: none;
  }
}
/* cart-top */
.cart-top {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 50px;
}
.cart-top .cart-top-item {
  height: 75px;
  background-color: #f0f0f0;
  width: 25%;
  line-height: 70px;
  color: #a0a0a0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  float: left;
  position: relative;
}

.cart-top-item.active {
  color: #fff;
  font-weight: 700;
  position: relative;
  border-right: 0;
  background-color: #b28707;
}
.cart-top-item::before {
  background: url("/images/mincovna/cart-arrow.png") no-repeat;
  position: absolute;
  right: -25px;
  top: 0;
  z-index: 1;
  height: 75px;
  width: 50px;
  font-size: 80px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  content: "";
}
.cart-top-item.active::before {
  background: url("/images/mincovna/cart-arrow-active-r.png") no-repeat;
}
.cart-top-item.active::after {
  background: url("/images/mincovna/cart-arrow-active.png") no-repeat;
  position: absolute;
  left: -25px;
  top: 0;
  z-index: 1;
  height: 75px;
  width: 50px;
  font-size: 80px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  content: "";
}
.cart-top-item:first-child.active::after, .cart-top-item:last-child::before {
  display: none;
}
.cart-top-item i {
  margin-right: 10px;
}
.cart-top-item:first-child {
  border-radius: 40px 0 0 40px;
}
.cart-top-item:last-child {
  border-radius: 0px 40px 40px 0px;
}
.cart-top-item.active:last-child::before {
  display: none;
}

@media (max-width: 1499px) {
  .cart-top .cart-top-item {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .cart-top {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cart-top .cart-top-item {
    font-size: 22px;
  }
  .cart-top .cart-top-item span {
    display: none;
  }
  .cart-top-item i {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .cart-top-item::before, .cart-top-item::after {
    display: none;
  }
}
/* end cart-top */
/* cart-final */
.cart-final {
  border-radius: 10px;
  background-color: #b28707;
  position: relative;
  padding: 18px 40px;
  padding-left: 110px;
  min-height: 110px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.cart-final h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.cart-final::before {
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: "Font Awesome 5 Pro";
  content: "\f118";
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.cart-final-text {
  float: left;
  max-width: 960px;
  width: calc(100% - 200px);
}

.cart-final-btn {
  float: right;
  width: 200px;
}

.cart-final .btn-back {
  border-color: #fff;
  color: #fff;
  margin-top: 0;
}
.cart-final .btn-back:hover {
  background: #fff;
  color: #b28707;
}

@media (max-width: 767px) {
  .cart-final {
    padding: 15px 40px;
    padding-top: 120px;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
  }
  .cart-final::before {
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: 20px;
    text-align: center;
  }
  .cart-final-text {
    width: 100%;
    max-width: 100%;
  }
  .cart-final-btn {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
/* end cart-final */
/* cart-adress */
.cart-adress {
  background: #fff;
  border-radius: 10px;
  padding: 0px;
  padding-bottom: 25px;
}

.styled-select {
  width: 100%;
  max-width: 350px;
  float: left;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.panel {
  box-shadow: none;
  margin-top: 30px;
  border: none;
}

.panel-default > .panel-heading {
  color: #242430;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px 10px 0 0;
  border: 2px solid #f0f0f0;
  background-color: #f0f0f0;
}

.panel-group {
  margin-bottom: 0;
  background: #fff;
  border-radius: 10px;
}

.panel-title {
  position: relative;
}
.panel-title a {
  width: 100%;
  padding-right: 30px;
  display: block;
  text-decoration: none;
}
.panel-title i {
  color: #b28707;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0px;
}

.panel-body {
  border-radius: 0px;
  border-top: none;
  padding: 30px 30px;
  padding-bottom: 40px;
  border-radius: 10px;
  border: 1px solid #f1ece9;
  background-color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

@media (max-width: 767px) {
  .panel-body {
    padding: 15px;
  }
}
/* end cart-adress */
/* cart-doprava */
.doprava-platba-box-top {
  margin-bottom: 10px;
  padding-bottom: 0px;
  float: left;
  width: 100%;
  position: relative;
}
.doprava-platba-box-top h1 {
  float: left;
  width: calc(100% - 225px);
  line-height: 40px;
  margin-bottom: 0;
}

.doprava-platba-item {
  border: 2px solid #f0f0f0;
  border-bottom: 0;
  float: left;
  width: 100%;
  min-height: 70px;
  padding: 10px 20px;
  background-color: #ffffff;
}
.doprava-platba-item:hover {
  background-color: #fafafa;
}
.doprava-platba-item:first-child {
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.doprava-platba-item:last-child {
  border-radius: 0px 0px 10px 10px;
  border-bottom: 2px solid #f0f0f0;
}

.check-right {
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0px;
}

.doprava-platba-item .check-styled {
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 50px;
}
.doprava-platba-item .check-right {
  float: left;
  padding-left: 20px;
  width: 100%;
  vertical-align: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
}
.doprava-platba-item input[type=radio] + label:after {
  top: 11px;
}
.doprava-platba-item input[type=radio] + label:before {
  top: 11px;
  border: 2px solid #231f20;
}
.doprava-platba-item input[type=checkbox]:checked + label .check-right, .doprava-platba-item input[type=radio]:checked + label .check-right {
  font-weight: 600;
  color: #231f20;
}
.doprava-platba-item .check-right img {
  display: inline-block;
  margin-right: 30px;
  max-width: 50px;
}
.doprava-platba-item .check-right span {
  display: inline-block;
}
.doprava-platba-item .check-right span.price {
  float: right;
  margin-top: 0px;
  position: absolute;
  right: 0;
}

.doprava-platba-box-top .styled-select {
  width: 225px;
}
.doprava-platba-box-top .bootstrap-select > .dropdown-toggle {
  height: 40px;
}

@media (max-width: 478px) {
  .doprava-platba-item .check-right span {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
  .doprava-platba-item .check-right span.price {
    display: block;
    margin-top: 10px;
    position: relative;
  }
  .doprava-platba-box-top h1,
  .doprava-platba-box-top .styled-select {
    width: 100%;
  }
}
/* end cart-doprava */
/* cart-registrace-login */
.cart-registrace .cart-btn-next {
  text-align: right;
}
.cart-registrace .cart-btn-next .btn-gold {
  padding: 16px 60px;
  font-size: 24px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .cart-registrace .cart-btn-next {
    text-align: center;
  }
  .cart-registrace .cart-btn-next .btn-gold {
    margin-top: 30px;
    font-size: 20px;
    padding: 16px 30px;
  }
}
.cart-box {
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 2px solid #f0f0f0;
}
.cart-box.dark {
  background-color: #fafafa;
  border: 2px solid #f0f0f0;
  color: #231f20;
}
.cart-box h1 {
  margin-bottom: 5px;
}

.cart-box-under {
  margin-bottom: 20px;
}

.cart-under-box {
  margin-top: 20px;
}

.cart-box.dark .btn {
  color: #fff;
}
.cart-box .btn {
  margin-top: 15px;
  width: 100%;
  max-width: 200px;
  color: #fff;
  padding: 10px;
}
.cart-box .btn:hover {
  color: #b28707;
}

.cart-box-href {
  margin-top: 30px;
  display: block;
  color: #b28707;
}

.cart-box a {
  color: #b28707;
  text-decoration: none;
}
.cart-box.dark a {
  color: #b28707;
}
.cart-box a.lost {
  color: #232021;
  transition: all 0.3s;
  font-weight: 400;
}
.cart-box a.lost:hover {
  color: #b28707;
}
.cart-box .check-styled {
  margin-top: 15px;
  margin-bottom: 10px;
}

.cart-under-box h2 {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .cart-under-box .btn-next {
    margin-top: 0;
  }
}
/* end cart-registrace-login */
/* cart-shrnuti */
.cart-control {
  float: left;
  width: 100%;
  padding: 15px 62px;
  padding-right: 15px;
  color: #b28707;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 2px solid #b28707;
}
.cart-control i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #b28707;
  font-size: 30px;
}
.cart-control p {
  margin-bottom: 0;
}

.cart-shrnuti {
  font-size: 16px;
  font-weight: 400;
}
.cart-shrnuti .cart-box {
  line-height: 24px;
}
.cart-shrnuti a {
  text-decoration: none;
}
.cart-shrnuti .cart-box {
  font-weight: 300;
}
.cart-shrnuti .cart-box.dark {
  line-height: 24px;
}

.cart-text {
  float: left;
  width: 100%;
}
.cart-text .check-right {
  font-size: 14px;
  margin-bottom: 15px;
}

#basket-gdpr-box,
#basket-is-subscriber-box,
#heureka-overeno-box {
  clear: both;
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}

.cart-text a {
  text-decoration: none;
}

.cart-item-wrap {
  float: left;
  width: 100%;
}
.cart-item-wrap table {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
}
.cart-item-wrap table td {
  border-bottom: 2px solid #f0f0f0;
  height: 90px;
}
.cart-item-wrap table td.cart-item-img {
  width: 70px;
  padding-left: 0px;
  padding-right: 20px;
}
.cart-item-wrap table td.cart-item-name {
  padding-right: 20px;
}
.cart-item-wrap table td.cart-item-img img {
  max-height: 100%;
  max-width: 50px;
  margin: 0 auto;
}
.cart-item-wrap table td.cart-item-img a {
  width: 50px;
  height: 50px;
  border: 2px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-item-wrap table td.cart-item-img a img {
  max-width: 33px;
}
.cart-item-wrap table td a {
  color: #232021;
}
.cart-item-wrap table td.cart-item-count {
  text-align: right;
}
.cart-item-wrap table td.cart-item-price {
  font-weight: 700;
  text-align: right;
  width: 165px;
  padding-right: 0px;
  color: #b28707;
}

.cart-all-price {
  float: right;
  margin-bottom: 30px;
}

.cart-all-price-left {
  color: #232021;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  float: left;
}
.cart-all-price-left span {
  display: block;
}
.cart-all-price-left span.small {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #232021;
}

.cart-all-price-right {
  color: #b28707;
  padding-right: 0px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  float: left;
  margin-left: 90px;
}

.cart-top .fa-shopping-cart {
  display: inline-block;
  float: none;
  position: relative;
}

@media (max-width: 767px) {
  .cart-item-wrap table td.cart-item-price {
    width: auto;
    min-width: 80px;
  }
}
@media (max-width: 450px) {
  .cart-all-price {
    float: left;
    width: 100%;
    text-align: center;
  }
  .cart-all-price-left {
    width: 100%;
  }
  .cart-all-price-right {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    padding-right: 0;
  }
}
/* end cart-shrnuti */
/* cart step 1 */
.cart-main .cart-item-wrap table td.cart-item-name a {
  color: #232021;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  max-width: 360px;
  display: block;
}
.cart-main .cart-item-wrap table td.cart-item-name span {
  display: block;
  line-height: 18px;
  color: #b28707;
  font-weight: 600;
}
.cart-main .cart-item-wrap table td.cart-item-price {
  font-size: 24px;
  width: 170px;
  color: #b28707;
}
.cart-main .cart-item-wrap table td.cart-item-count {
  width: 220px;
  padding-right: 100px;
}
.cart-main .cart-item-wrap table td.cart-item-count input {
  width: 120px;
}
.cart-main .cart-item-wrap table td.cart-item-del {
  width: 90px;
  text-align: right;
  font-size: 18px;
  color: #232021;
  padding-right: 0px;
}
.cart-main .cart-item-wrap table td.cart-item-del .cart-del {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #231f20;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: right;
}

.cart-item-wrap table td.cart-item-sklad {
  padding-right: 50px;
}
.cart-item-wrap table td.cart-item-sklad span {
  color: #232021;
  font-size: 14px;
  position: relative;
  font-weight: 300;
}

.cart-bottom {
  border-radius: 10px;
  background-color: #ffffff;
  float: left;
  width: 100%;
  padding: 0px 0px;
}
.cart-bottom .cart-all-price {
  margin-bottom: 0;
}
.cart-bottom .cart-all-price-right {
  font-size: 24px;
  padding-right: 90px;
}
.cart-bottom .cart-all-price-left {
  font-size: 24px;
  font-weight: 700;
}
.cart-bottom .cart-all-price-left .small {
  font-size: 12px;
}

.discount {
  float: left;
  width: 385px;
  margin-bottom: 0px;
}

.discount-input,
#voucher_filters_code {
  height: 50px;
  border-radius: 22px;
  border: 0;
  background-color: #fff;
  width: calc(100% - 145px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
  float: left;
  padding: 0px 15px;
  color: #232021;
  border: 2px solid #f0f0f0;
}

.discount-submit {
  width: 145px;
  height: 50px;
  border-radius: 22px;
  background-color: #b28707;
  border: 2px solid #b28707;
  display: block;
  float: left;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 0px;
  transition: all 0.3s;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.discount-submit:hover {
  background: #fff;
  color: #b28707;
}

@media (max-width: 1529px) {
  .cart-main .cart-item-wrap table td.cart-item-count {
    width: 100px;
    padding-right: 0px;
  }
  .cart-main .cart-item-wrap table td.cart-item-del {
    padding-right: 30px;
  }
  .cart-main .cart-item-wrap table td.cart-item-price {
    padding-right: 0px;
  }
  .cart-item-wrap table td.cart-item-sklad {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .discount {
    width: 100%;
  }
  .discount-input {
    width: 60%;
  }
  .discount-submit {
    width: 40%;
  }
  .cart-bottom .cart-all-price {
    width: 100%;
    margin-top: 30px;
  }
  .cart-bottom .cart-all-price-right {
    margin-left: 30px;
    text-align: right;
    padding-right: 0;
    float: right;
  }
}
@media (max-width: 767px) {
  .cart-main .cart-item-wrap table tr {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
  }
  .cart-main .cart-item-wrap table td {
    display: block;
    float: left;
    width: 100% !important;
    height: auto;
    padding: 10px 10px !important;
    border: none;
    text-align: center !important;
    margin-bottom: 0px;
  }
  .cart-main .cart-item-wrap table td img {
    margin: 0 auto;
  }
  .cart-main .cart-item-wrap table td.cart-item-price {
    text-align: left;
  }
  .cart-bottom {
    padding: 15px;
  }
  .cart-main .cart-item-wrap table td.cart-item-name a {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .cart-item-wrap table td.cart-item-img a {
    margin: 0 auto;
  }
  .cart-main .cart-item-wrap table {
    margin-bottom: 0;
  }
  .cart-main .cart-item-wrap table td.cart-item-del .cart-del {
    margin: 0 auto;
    float: none;
  }
  .cart-box {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .cart-bottom .cart-all-price {
    width: 100%;
    margin-top: 30px;
  }
  .cart-bottom .cart-all-price-right {
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }
}
/* end cart step 1 */
/* end cart */
.search-page {
  margin-top: 50px;
}

.number-of-items {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .search-page {
    margin-top: 20px;
  }
  .number-of-items {
    text-align: left;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
/* user-page */
.user-page {
  margin-top: 50px;
  margin-bottom: 100px;
}
.user-page .styled-select {
  max-width: 420px;
}
.user-page .styled-check {
  float: left;
  margin-bottom: 10px;
}
.user-page h2 {
  font-size: 24px;
}
.user-page .user-box {
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 25px;
}

.user-gray-box {
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

.user-page .user-login .btn-gold {
  margin-right: 30px;
  float: left;
}

.user-box-bottom {
  margin-top: 15px;
}

.user-page .lost {
  display: block;
  font-weight: 400;
  margin-top: 13px;
  float: left;
}

@media (max-width: 767px) {
  .user-box-bottom {
    margin-top: 0px;
  }
  .user-page {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .user-page .user-login .btn-gold {
    float: none;
  }
  .user-page .lost {
    margin-top: 20px;
    float: none;
  }
  .user-page h2 {
    font-size: 20px;
  }
  .user-gray-box,
  .user-page .user-box {
    padding: 15px;
  }
}
/* end user-page */
.pagination {
  margin: 0;
  border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 0;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-weight: 500;
  font-size: 18px;
  margin: 0 3px;
  transition: all 0.3s;
}
.pagination > li > a:focus, .pagination > li > a:hover {
  color: #fff;
  background: #b28707;
  border-color: #b28707;
}
.pagination > li > span:focus, .pagination > li > span:hover {
  color: #fff;
  background: #b28707;
  border-color: #b28707;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.pagination > .active > a {
  color: #232021;
  cursor: default;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.pagination > .active > a:focus, .pagination > .active > a:hover {
  color: #232021;
  cursor: default;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.pagination > .active > span {
  color: #232021;
  cursor: default;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #232021;
  cursor: default;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}

/* Breadcrumb */
.breadcrumb {
  padding: 0px;
  margin-top: 15px;
  margin-bottom: 0px;
  background-color: #fff;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb > li a {
  color: #231f20;
  text-decoration: none;
}
.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #a0a0a0;
  font-family: "Font Awesome 5 Pro";
  content: "\f324";
}
.breadcrumb > .active {
  color: #b28707;
}

/* END Breadcrumb */
/* text pages */
.text-page {
  margin-top: 30px;
  font-size: 18px;
}
.text-page hr {
  margin-top: 30px;
  column-span: all;
  border-top: 2px solid #f0f0f0;
  margin-bottom: 25px;
}
.text-page h2 {
  font-size: 24px;
}
.text-page h2 i {
  color: #b28707;
}
.text-page p {
  margin-bottom: 40px;
  line-height: 1.66;
}
.text-page .text-small {
  max-width: 480px;
}

.how-buy {
  margin-bottom: 100px;
}
.how-buy .how-buy-last {
  margin-top: 30px;
}
.how-buy .how-buy-last p {
  max-width: 100%;
}
.how-buy .colums-3 {
  columns: 420px 3;
}
.how-buy h2 {
  margin-top: 40px;
  margin-bottom: 0;
  column-span: all;
}
.how-buy h2:first-of-type {
  margin-top: 0;
}

.text-delivery-item {
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  background-color: #fafafa;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 30px;
  max-width: 480px;
  margin-bottom: 25px;
}
.text-delivery-item .img {
  float: left;
  max-width: 80px;
}
.text-delivery-item .text {
  padding-left: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 80px);
}
.text-delivery-item .text .price {
  width: 100%;
  line-height: 1;
  font-size: 30px;
  font-weight: 500;
}
.text-delivery-item .text p {
  font-size: 16px;
  margin-bottom: 0;
}

.text-payment-item {
  width: 100%;
  height: 250px;
  display: flex;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.text-payment-item .content {
  text-align: center;
}
.text-payment-item .content .img {
  color: #b28707;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.text-payment-item .content .img i {
  font-weight: 300;
}
.text-payment-item .content .price {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
.text-payment-item .content .name {
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
  max-width: 155px;
}

.contact-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 18px 45px;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  background-color: #fafafa;
  margin-bottom: 30px;
}
.contact-box .img {
  width: 51px;
  color: #b28707;
  font-family: "Font Awesome 5 Pro Light";
  font-size: 50px;
  line-height: 1;
}
.contact-box .text {
  width: calc(100% - 51px);
  padding-left: 30px;
  font-size: 14px;
}
.contact-box .text .small {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-box .text a {
  font-size: 24px;
  color: #232021;
  text-decoration: none;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.contact-box .text a:hover {
  color: #b28707;
}
.contact-box .text a span {
  font-size: 18px;
}
.contact-box .text p {
  margin-bottom: 0;
}

.contact-bottom {
  margin-bottom: 60px;
}

.contact-form {
  border-radius: 10px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  padding: 30px 30px;
  margin-bottom: 30px;
}
.contact-form .contact-textarea-col .form-group label {
  float: left;
}
.contact-form .contact-textarea-col .form-group textarea {
  float: left;
  min-height: 100px;
  height: calc(100% - 15px);
  width: 100%;
  max-width: 100%;
}

.contact-text {
  font-size: 16px;
}
.contact-text p {
  margin-bottom: 25px;
  line-height: 1.5;
}

.contact-form-bottom {
  text-align: right;
}
.contact-form-bottom .btn {
  margin-top: 30px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .how-buy p.fill {
    max-width: 470px;
    column-span: all;
  }
  .how-buy p.full {
    max-width: 100%;
    column-span: all;
  }
}
@media (max-width: 1199px) {
  .contact-box {
    padding: 15px;
  }
  .contact-box .text {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .text-page {
    font-size: 16px;
  }
  .text-page hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .text-page h2 {
    font-size: 20px;
  }
  .text-page p {
    margin-bottom: 20px;
  }
  .how-buy {
    margin-bottom: 10px;
  }
  .how-buy h2 {
    margin-top: 0;
  }
  .contact-bottom {
    margin-bottom: 20px;
  }
  .contact-form {
    padding: 15px;
  }
  .contact-form-bottom {
    text-align: center;
  }
  .contact-form-bottom .btn {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
/* end text pages */
/* detail */
.detail {
  margin-top: 25px;
}
.detail .detail-img {
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  padding: 50px;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
.detail .detail-img .img-big {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail .detail-img .img-small-wrap {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

@media (max-width: 1559px) {
  .detail .detail-img {
    padding: 20px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
.detail-img-small-wrap {
  display: flex;
  justify-content: center;
  margin-top: 55px;
}

.detail .detail-img .img-small-wrap a,
.detail-img-small-wrap a {
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  color: #232021;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
  flex-wrap: wrap;
}

.detail .detail-img .img-small-wrap a:hover,
.detail-img-small-wrap a:hover {
  border-color: #b28707;
}

.detail .detail-img .img-small-wrap a i,
.detail-img-small-wrap a i {
  color: #b28707;
  display: block;
  font-weight: 400;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 24px;
}

.detail .detail-img .img-small-wrap a span,
.detail-img-small-wrap a span {
  display: block;
  line-height: 1;
  text-align: center;
}

.detail .detail-img .img-small-wrap a img,
.detail-img-small-wrap a img {
  max-width: 44px;
}

@media (min-width: 1200px) {
  .detail .detail-img .img-small-wrap a,
  .detail-img-small-wrap a {
    width: 122px;
    height: 122px;
  }
  .detail .detail-img .img-small-wrap a img,
  .detail-img-small-wrap a img {
    max-width: 84px;
  }
}
.badges {
  margin-bottom: 20px;
}

.badge {
  padding: 1px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #b28707;
  text-decoration: none;
  border: 2px solid #b28707;
  transition: all 0.3s;
}
.badge:hover, .badge:focus {
  background: transparent;
  color: #b28707;
}

a.badge:hover, a.badge:focus {
  background: transparent;
  color: #b28707;
}

.badge-black {
  border-color: #232021;
  background: #232021;
}
.badge-black:hover {
  color: #232021 !important;
}

.sklad {
  font-size: 14px;
  position: relative;
  padding-left: 15px;
}
.sklad:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  background: #232021;
}

.detail-right {
  padding-left: 30px;
}
.detail-right .top {
  max-width: 580px;
}
.detail-right .perex {
  margin-bottom: 50px;
  font-size: 21px;
}
.detail-right .detail-price-btn {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.detail-right .left-price {
  float: left;
  width: calc(100% - 270px);
}
.detail-right .left-price .price {
  font-size: 40px;
  font-weight: 500;
  margin-top: 10px;
}
.detail-right .detail-btn {
  float: left;
  width: 270px;
  text-align: right;
}
.detail-right .checks-bg {
  background-color: #fafafa;
  padding: 30px 60px;
  margin-left: -60px;
  margin-bottom: 30px;
}

@media (max-width: 1559px) {
  .detail-right .left-price .price {
    font-size: 30px;
  }
}
.detail-bottom .tabs-menu .nav-tabs {
  margin: 0 auto;
  float: none;
  text-align: center;
}
.detail-bottom .filtr-menu li,
.detail-bottom #sort-tabs-filter li {
  float: none;
  display: inline-block;
}
.detail-bottom .tab-content {
  margin-top: 90px;
}
.detail-bottom h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.product-video iframe {
  max-width: 100%;
}
.product-video h4 {
  margin-bottom: 20px;
}

.product-video-text {
  margin-top: 20px;
}

@media (max-width: 1559px) {
  .detail-bottom h2 {
    font-size: 26px;
  }
}
.detail-bottom p {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.detail-bottom table td {
  background-color: #fafafa;
  border-top: 2px solid #fff !important;
}
.detail-bottom table td:first-child {
  width: 160px;
  padding-left: 20px;
  font-weight: 500;
}
.detail-bottom table td:last-child {
  text-align: right;
  padding-right: 20px;
  padding-left: 10px;
}

@media (max-width: 1559px) {
  .detail-bottom p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1359px) {
  .detail-right {
    padding-left: 0px;
  }
  .detail-right .left-price {
    float: left;
    width: calc(100% - 220px);
  }
  .detail-right .detail-btn {
    width: 220px;
  }
  .detail-right .detail-btn .btn-green {
    padding: 15px 50px;
  }
  .detail-right .checks-bg {
    margin-left: -30px;
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .detail-right .checks-bg {
    margin-left: 0px;
    padding: 15px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .detail .detail-img {
    margin-bottom: 30px;
  }
  .detail-right .perex {
    margin-bottom: 10px;
  }
  .detail-right .detail-price-btn {
    margin-bottom: 30px;
  }
  .detail-bottom .tab-content {
    margin-top: 30px;
  }
  .detail-bottom p {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .detail-right .left-price {
    width: 100%;
    margin-bottom: 20px;
  }
  .detail-right .left-price .price {
    text-align: center;
    font-size: 26px;
  }
  .detail-right .detail-btn {
    text-align: center;
    width: 100%;
  }
  .detail-bottom p {
    font-size: 14px;
  }
}
/* end Detail */
/* footer */
footer {
  background-color: #231f20;
  border-top: 5px solid #b28707;
  padding-top: 60px;
  padding-bottom: 100px;
  color: #fff;
}
footer .footer-menu ul {
  columns: 2;
}
footer .footer-menu ul li {
  margin-bottom: 10px;
  list-style: none;
}
footer .footer-menu ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-menu ul li a:hover {
  color: #b28707;
}
footer .footer-contacts {
  font-weight: 500;
}
footer .footer-contacts .info {
  font-size: 14px;
  font-weight: 300;
}
footer .footer-item {
  padding-left: 70px;
  position: relative;
}
footer .footer-item:before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
  color: #b28707;
  font-weight: 300;
  position: absolute;
  width: 51px;
  height: 51px;
  left: 0;
  top: 0;
}
footer .footer-item a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
  transition: all 0.3s;
}
footer .footer-item a span {
  font-size: 18px;
}
footer .footer-item a:hover {
  color: #b28707;
}
footer .footer-phone:before {
  content: "\f095";
}
footer .footer-mail {
  margin-top: 30px;
}
footer .footer-mail:before {
  content: "\f1d8";
}
footer .footer-mail a {
  font-size: 18px;
}
footer .footer-fb {
  margin-top: 30px;
  display: flex;
  align-items: center;
  min-height: 50px;
}
footer .footer-fb:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
}
footer .footer-fb a {
  font-size: 18px;
}
footer .footer-info {
  text-align: right;
}
footer .footer-info .footer-logo {
  text-align: right;
}
footer .footer-info .footer-logo img {
  width: 250px;
  display: inline-block;
}
footer .footer-info .puncovni-urad {
  max-width: 240px;
  display: flex;
  float: right;
  align-items: center;
  margin-top: 40px;
  color: #fff;
  text-decoration: none;
}
footer .footer-info .puncovni-urad .img {
  float: left;
  width: 47px;
  display: block;
}
footer .footer-info .puncovni-urad .text {
  width: calc(100% - 47px);
}
footer .footer-info .footer-cards {
  float: right;
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
footer .footer-info .footer-cards img {
  margin-right: -20px;
}
footer .footer-info .footer-cards span {
  color: #fafafa;
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}
footer .footer-info .footer-cards i {
  color: #b28707;
  font-size: 30px;
  margin-left: 10px;
}
footer .footer-info .footer-copy {
  float: right;
  width: 100%;
  margin-top: 15px;
}
footer .footer-info .footer-copy a {
  text-decoration: none;
}

@media (max-width: 991px) {
  footer .footer-contacts {
    margin-top: 30px;
  }
  footer .footer-info {
    text-align: left;
    margin-top: 50px;
  }
  footer .footer-info .footer-logo {
    float: left;
    width: 100%;
    text-align: left;
  }
  footer .footer-info .puncovni-urad {
    float: left;
  }
  footer .footer-info .footer-cards {
    float: left;
    text-align: left;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* end footer */
#table-buy-item.invisible {
  visibility: collapse;
}

.body-fulltext #category-list ul {
  margin-left: 25px;
  margin-bottom: 40px;
}

.detail-right-col .badges .badge {
  margin: 0 5px 5px 0;
}

.badge.tag-nove {
  background-color: #81c824;
  border-color: #81c824;
}
.badge.tag-znovu {
  background-color: #13af9a;
  border-color: #13af9a;
}
.badge.tag-doporucujeme {
  background-color: #30a2fc;
  border-color: #30a2fc;
}
.badge.tag-akcni-cena {
  background-color: #1087bc;
  border-color: #1087bc;
}
.badge.tag-limited {
  background-color: #d86fab;
  border-color: #d86fab;
}
.badge.tag-exclusive {
  background-color: #9573c9;
  border-color: #9573c9;
}
.badge.tag-bestseller {
  background-color: #933786;
  border-color: #933786;
}
.badge.tag-lastpcs {
  background-color: #fe7355;
  border-color: #fe7355;
}
.badge.tag-last {
  background-color: #ed1f27;
  border-color: #ed1f27;
}
.badge.tag-tv {
  background-color: #fc9e44;
  border-color: #fc9e44;
}
.badge.tag-garance {
  background-color: #b2561e;
  border-color: #b2561e;
}

#registration-form label {
  display: inline;
}
#registration-form .form-group input,
#registration-form .form-group .bootstrap-select {
  margin-top: 5px;
}
#registration-form .form-group .tabDivRow1 label {
  margin-left: 0;
}

.sklad.avail-available {
  color: green;
  font-weight: 700;
}
.sklad.avail-unavailable {
  color: red;
}

/* garance page */
.garance-item:nth-child(odd) {
  background-color: #fafafa;
}

.garance-item-content {
  padding: 50px 0px;
  display: flex;
  justify-content: flex-start;
}

.garance-item-img {
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  color: #b28707;
}

.garance-item-text {
  width: calc(100% - 220px);
  padding-left: 30px;
  max-width: 1030px;
}

@media (max-width: 991px) {
  .garance-item-img {
    font-size: 70px;
    width: 170px;
  }
  .garance-item-text {
    width: calc(100% - 170px);
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .garance-item-content {
    flex-wrap: wrap;
    padding: 30px 0px;
  }
  .garance-item-img {
    font-size: 40px;
    width: 100%;
    margin-bottom: 30px;
    justify-content: flex-start;
  }
  .garance-item-text {
    width: 100%;
    padding-left: 0px;
  }
}
/* end garance page */
.in-404 .header-search {
  margin: 30px 0 70px 0 !important;
}

/* ui dialog cart */
.ui-dialog {
  max-width: 90% !important;
  width: 863px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 0;
}
.ui-dialog .ui-dialog-titlebar {
  background: #1cc314;
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.ui-dialog .ui-dialog-title {
  color: #fafafa;
  font-size: 36px;
  position: relative;
}
.ui-dialog .ui-dialog-title::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #fafafa;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 7px;
  right: calc(100% + 10px);
}
.ui-dialog .ui-dialog-titlebar-close {
  top: 12px;
  right: 12px;
  width: 15px;
  height: 15px;
  background: none;
  margin: 0;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  color: #fafafa;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0px;
}

#basket-window-box .btn-back {
  margin-top: 0;
}

#basket-window-box {
  padding-bottom: 0;
}
#basket-window-box .btn-next {
  margin-top: 0;
  border-radius: 22px;
  background-color: #b28707;
  padding-top: 13px;
  padding-bottom: 11px;
  padding-right: 33px;
  padding-left: 33px;
  border: 2px solid #b28707;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  width: auto;
}
#basket-window-box .btn-next:hover, #basket-window-box .btn-next:active, #basket-window-box .btn-next:focus {
  background: #fff;
  color: #b28707;
}

.basket-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fafafa;
  height: 100px;
}
.basket-bottom > [class*=col-] {
  flex-direction: row;
}

.basket-bottom-right {
  display: flex;
  justify-content: flex-end;
}

.ui-widget-content a.product-image {
  width: 75px;
  height: 75px;
  border-radius: 4px;
  border: 2px solid #f0f0f0;
  background-color: #ffffff;
  display: block;
  outline: none;
}

.basket-window-text {
  padding: 0px 30px;
}

.basket-window-product-img {
  width: 75px;
  padding: 0;
}

.basket-window-product-del {
  width: 40px;
}

.basket-window-product-content {
  width: calc(100% - 75px - 40px);
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}
.basket-window-product-content .ui-spinner {
  width: 80px;
}
.basket-window-product-content .ui-spinner input {
  width: 100%;
}

.basket-window-product {
  margin-top: 35px;
  margin-bottom: 35px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.basket-window-product-name {
  padding-right: 15px;
}
.basket-window-product-name a {
  color: #231f20;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  max-width: 320px;
  display: block;
}

.basket-window-product-price {
  color: #b28707;
  font-size: 24px;
  font-weight: 600;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.basket-window-remove {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #231f20;
  color: #231f20;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.basket-window-remove:hover {
  border-color: #b28707;
}

@media (max-width: 991px) {
  .ui-dialog .ui-dialog-titlebar {
    height: auto;
    min-height: 50px;
    padding: 15px;
  }
  .ui-dialog .ui-dialog-title {
    font-size: 24px;
  }
  .ui-dialog .ui-dialog-title::before {
    display: none;
  }
  .basket-window-product-price {
    font-size: 16px;
  }
  .basket-window-product-name a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .basket-window-product-content {
    width: 100%;
    flex-wrap: wrap;
  }
  .basket-window-product {
    flex-wrap: wrap;
  }
  .basket-window-product-name {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .basket-window-product-name a {
    max-width: 100%;
  }
  .basket-window-product-price {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .basket-window-product-del {
    margin: 0 auto;
    margin-top: 15px;
  }
  .basket-bottom-left {
    order: 2;
    justify-content: center;
  }
  .basket-bottom-right {
    order: 1;
    justify-content: center;
    margin-bottom: 15px;
  }
  .basket-bottom {
    height: auto;
    padding: 15px 0px;
  }
  .basket-window-text {
    padding: 0;
  }
}
/* end ui dialog cart */
#blog-list {
  width: 100%;
}
#blog-list #product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.mm-hidden {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}

.styled-select-normal .tabDivRow2 {
  width: 100%;
  height: 50px;
  max-width: 420px;
  padding: 0;
  font-size: 16px;
  line-height: 1.42857143;
  color: #181414;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 25px;
  box-shadow: none;
  outline: none !important;
  overflow: hidden;
  position: relative;
}
.styled-select-normal .tabDivRow2:after {
  font-size: 16px;
  color: #b28707;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.styled-select-normal select {
  width: calc(100% + 21px);
  overflow: hidden;
  font-size: 16px;
  line-height: 1.42857143;
  color: #181414;
  background-color: #fff;
  border: none;
  padding-right: 21px;
  background: transparent;
  height: 50px;
  outline: none;
  padding-left: 25px;
}

/* cart final */
.modal-bounce .modal-dialog {
  max-width: 1550px;
  width: calc(100% - 20px);
}
.modal-bounce .modal-content {
  border-radius: 5px;
  border: 2px solid #f0f0f0;
}
.modal-bounce .modal-body {
  padding: 0;
}
.modal-bounce .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 40px;
  color: #b28707;
  opacity: 1;
  z-index: 10;
  outline: none;
}

.cart-finish-thanks {
  color: #b28707;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto 30px auto;
  text-align: center;
}

.cart-finish-text {
  color: #231f20;
  font-size: 18px;
  font-weight: 700;
  /* max-width: 1300px; */
  margin: 0 auto;
  /* text-align: center; */
}
.cart-finish-text p {
  margin-bottom: 15px;
}
.cart-finish-text i {
  color: #b28707;
  font-size: 60px;
  margin-bottom: 25px;
}

.cart-finish-box {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 50px;
}

.cart-finish-box-head {
  text-align: center;
}
.cart-finish-box-head h3 {
  color: #b28707;
  font-size: 36px;
  font-weight: 700;
}
.cart-finish-box-head span {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  line-height: 1.6;
  color: #231f20;
}

.cart-finish-box-content {
  margin-top: 30px;
}

.cart-finish-box-img {
  text-align: center;
}
.cart-finish-box-img img {
  margin: 0 auto;
}

.bounceback-small {
  display: none;
}

.cart-finix-box-right {
  /* max-width: 550px; */
  text-align: center;
}

.cart-finish-box-order {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
  justify-content: center;
  flex-direction: column;
}

.cart-finix-box-right .price {
  font-size: 36px;
  margin: 5px 0;
  font-weight: 500;
  line-height: 1;
}
.cart-finix-box-right .price-small {
  font-size: 14px;
}

.cart-finish-box-button {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.cart-finish-box-button .btn-green {
  padding: 15px 25px;
}
.cart-finish-box-button .btn-green i {
  margin-right: 5px;
}

.cart-finish-box-bottom {
  margin-top: 50px;
}
.cart-finish-box-bottom h3 {
  margin-bottom: 30px;
}
.cart-finish-box-bottom .filtr-menu {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  float: none;
  text-align: center;
}
.cart-finish-box-bottom .tab-content .tab-pane {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .price-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .modal-bounce .container {
    padding: 0;
  }
  .cart-finish-box-button .btn-green {
    padding: 15px 15px;
    font-size: 20px;
  }
  .cart-finish-text {
    font-size: 20px;
  }
  .cart-finish-box {
    padding: 20px;
  }
  .cart-finish-box-head h3 {
    font-size: 30px;
  }
  .cart-finish-box-head span {
    font-size: 24px;
  }
  .cart-finix-box-right {
    max-width: 100%;
    margin-top: 30px;
  }
  .cart-finish-box-content .styled-ul ul li {
    font-size: 18px;
    padding-left: 30px;
  }
  .cart-finish-box-content .styled-ul ul li::before {
    font-size: 18px;
    top: 2px;
  }
}
@media (max-width: 767px) {
  .cart-finish-text {
    font-size: 16px;
  }
  .cart-finish-box {
    padding: 20px;
  }
  .cart-finish-box-head h3 {
    font-size: 24px;
  }
  .cart-finish-box-head span {
    font-size: 16px;
  }
  .cart-finix-box-right {
    max-width: 100%;
    margin-top: 30px;
  }
  .cart-finish-box-content .styled-ul ul li {
    font-size: 16px;
    padding-left: 25px;
  }
  .cart-finish-box-content .styled-ul ul li::before {
    font-size: 16px;
    top: 2px;
  }
  .cart-finish-box-bottom {
    margin-top: 20px;
  }
  .cart-finish-box-order {
    margin-top: 30px;
  }
  .cart-finix-box-right .price {
    font-size: 30px;
  }
  .cart-finish-box-bottom .filtr-menu li a {
    font-size: 10px;
  }
  .cart-finish-box-bottom .tab-content .tab-pane {
    margin-top: 20px;
  }
  .cart-finish-box-button {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .bounce-hide-small {
    display: none;
  }
  .bounceback-small {
    display: block;
  }
  .cart-finish-box-img.bounceback-big {
    height: 200px;
    width: 100%;
    overflow: hidden;
  }
  .cart-finish-box-img.bounceback-big img {
    height: 100%;
    width: unset;
    max-width: unset;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
/* end cart final */
#popupCoinage .close {
  position: relative;
  right: 10px;
  z-index: 2;
  font-size: 36px;
}
#popupCoinage .close button {
  font-size: 50px;
}

/* aktuality */
/* blog-items */
.news-items {
  margin-top: 30px;
}

.news-item {
  margin-bottom: 40px;
}
.news-item .img {
  width: 100%;
  display: block;
  height: 350px;
  overflow: hidden;
}
.news-item .img img {
  width: 100%;
  border-radius: 5px;
}
.news-item .date {
  color: #b28707;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.news-item .date i {
  margin-right: 5px;
}
.news-item .name a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  color: #232021;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 17px;
  transition: all 0.3s;
}
.news-item .name a:hover {
  color: #b28707;
}
.news-item .text p {
  margin-bottom: 20px;
  line-height: 1.66;
}

@media (max-width: 1359px) {
  .news-item .img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .news-item {
    margin-bottom: 20px;
  }
  .news-item .btn-black {
    float: left;
    margin-bottom: 20px;
  }
  .news-item .date {
    margin-top: 15px;
  }
  .news-item .name {
    font-size: 24px;
  }
}
/* end aktuality */
.agmo-wrap {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center;
}
.agmo-wrap h1 {
  text-align: center;
}
.agmo-wrap p {
  text-align: center;
  margin-bottom: 30px;
}

.agmo-btn {
  color: #ffffff;
  font-weight: 600;
  background-color: #1cc314;
  border: 2px solid transparent;
  padding: 15px 75px;
  transition: all 0.3s;
  max-width: 100%;
  font-size: 24px;
  border-radius: 30px;
}
.agmo-btn:hover {
  border-color: #1cc314;
  background: transparent;
  color: #1cc314;
}

.tab-how-content {
  margin-bottom: 30px;
}
.tab-how-content ul {
  margin-left: 20px;
}
.tab-how-content ul li {
  margin: 10px 0;
}

.navbar-collapse .cat-51 {
  display: none;
}

/*  cookies */
.show--consent:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  opacity: 0.5;
  z-index: 1200;
}

#cm.box.center {
  bottom: 10%;
}

#cc_div #cm .close-cookie {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  font-size: 23px;
}
#cc_div #cm .close-cookie:before {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}
#cc_div #cm .close-cookie:after {
  content: "";
  position: absolute;
  left: 0.82em;
  top: 0.58em;
  height: 0.6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
  transform: rotate(-45deg);
}

#c-bns #c-s-bn {
  /* display: none; */
}

.cookie-page {
  margin-bottom: 30px;
}

.cookie-link {
  background: none;
  border: none;
  padding: 0;
  color: #fff;
}
.cookie-link:hover {
  color: #b28707;
}

#c-bns button:first-child,
#s-bns button:first-child,
#c-bns button:first-child:hover,
#s-bns button:first-child:hover {
  background: #b28707;
}

.cc_div .c-bn,
#s-bl .c-bl.b-ex {
  background: #f2f2f2;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #41c95e;
}

.cookie-page h2 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.cookie-page h4 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}

#s-bns #s-sv-bn {
  background: #b28707;
  color: #fff;
}
#s-bns #s-all-bn {
  background: #f2f2f2;
  color: #40505a;
}
#s-bns #s-all-bn:hover {
  background: #d8e0e6;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  opacity: 0.3;
}

.cookie-table table {
  width: 100%;
}
.cookie-table table td {
  padding: 10px;
  width: 25%;
  border-bottom: 1px solid #e7e7e7;
}
.cookie-table table th {
  background: #e7e7e7;
  padding: 10px;
}

.cookie-page {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #cm {
    padding: 10px !important;
  }
  #cm.cloud, #cm.left, #cm.right {
    padding: 10px !important;
  }
  #c-txt {
    font-size: 10px;
  }
  .cc_div #c-bns {
    margin-top: 10px;
  }
  .cc_div .c-bn {
    padding: 8px 10px;
  }
  .cc_div #c-bns button {
    margin: 2px;
  }
  #cm.box, #cm.cloud {
    left: 10px;
    right: 10px;
  }
  #cm.bottom {
    bottom: 10px;
  }
}
.product-list h1 {
  margin-bottom: 10px;
}

#products-filters {
  margin-top: 20px;
}

.filter-bg {
  margin-bottom: 0;
}

.swiper {
  width: 100%;
  padding-top: 20px;
}
.swiper-wrap {
  position: relative;
}
.swiper .product-item-col {
  flex-grow: 0;
  display: flex;
}
.swiper .product-item-col.swiper-slide {
  height: auto;
  width: 16.66%;
}

.limit-items .swiper-buttons {
  top: -75px;
}
.limit-items .swiper-button-next:after,
.limit-items .swiper-button-prev:after {
  color: #fff;
}
.limit-items .swiper-button-next:hover:after, .limit-items .swiper-button-next:focus:after,
.limit-items .swiper-button-prev:hover:after,
.limit-items .swiper-button-prev:focus:after {
  color: #fff;
}

.swiper-buttons {
  position: absolute;
  top: -40px;
  bottom: 0;
  right: 15px;
  left: auto;
  width: 50px;
  height: 27px;
  font-size: 20px;
  color: #a0a0a0;
  line-height: 42px;
  text-align: center;
  text-shadow: none;
  background-color: transparent;
  filter: none;
  opacity: 1;
  background: none;
  border-radius: 0;
  font-size: 30px;
  display: flex;
  justify-content: space-between;
}

.swiper-button-next,
.swiper-button-prev {
  width: 15px;
  height: 27px;
  border-radius: 0;
  background-color: transparent;
  z-index: 100;
  background: none;
  margin-top: 0;
  top: unset;
  bottom: 0;
  outline: none;
  right: 0;
  position: relative;
  display: block;
  left: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "\f104";
  display: block;
  font-family: "Font Awesome 5 Pro";
  color: #a0a0a0;
  font-size: 30px;
  font-weight: 400;
}
.swiper-button-next:focus:after, .swiper-button-next:hover:after,
.swiper-button-prev:focus:after,
.swiper-button-prev:hover:after {
  color: #b28707;
}

.swiper-button-next:after {
  content: "\f105";
}

@media (max-width: 991px) {
  .swiper .product-item-col.swiper-slide {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .limit-items .swiper-buttons {
    top: -60px;
  }
  .swiper-buttons {
    top: -25px;
  }
  .swiper .product-item-col.swiper-slide {
    width: 50%;
  }
}
.kolekce-sale-tag {
  position: absolute;
  left: 20px;
  top: -10px;
  height: 20px;
  border-radius: 10px;
  background-color: #9707e3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 18px;
}

.kolekce-item {
  border-radius: 5px;
  border: 2px solid #f0f0f0;
  background-color: white;
}
.kolekce-item-col {
  width: 33.33%;
  margin-bottom: 2.2rem;
  padding-left: 15px;
  padding-right: 15px;
}
.kolekce-item .img {
  display: block;
}
.kolekce-item .img img {
  width: 100%;
  object-fit: cover;
}
.kolekce-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  position: relative;
}
.kolekce-item-bottom .name {
  color: #231f20;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.31;
}
.kolekce-item-bottom-left {
  width: 50%;
}
.kolekce-item-bottom-right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
.kolekce-item-bottom-right .kolekce-price-wrap {
  display: flex;
  flex-direction: column;
  padding-right: 3.5rem;
}
.kolekce-item-bottom-right .kolekce-price-wrap .product-price-before {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 500;
  text-decoration: line-through;
}
.kolekce-item-bottom-right .kolekce-price-wrap .price-main {
  color: #231f20;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1359px) {
  .kolekce-item-col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .kolekce-item-bottom-right .kolekce-price-wrap {
    padding-right: 1rem;
  }
}
@media (max-width: 1199px) {
  .kolekce-item-col {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }
  .kolekce-item-bottom-right .kolekce-price-wrap {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .kolekce-item-col {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
  .kolekce-item-bottom-right .kolekce-price-wrap {
    padding-right: 1rem;
  }
}
.basket-special-products-text td {
  border-bottom: none !important;
}
.basket-special-products-text h3 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .basket-special-products-text {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
}
.basket-special-products-text td {
  height: auto !important;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .basket-special-products {
    border-top: none !important;
  }
}
.basket-special-products .btn-gold {
  margin-left: auto;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
}
.basket-special-products .btn-gold:hover {
  color: #b28707;
}

#basket-shippings-box .ppl-parcelshop-info .ppl-parcelshop-selector-branch-id,
#basket-shippings-box .zasilkovna-info .zasilkovna-selector-branch-id {
  display: none;
  margin-left: 10px;
}

#basket-shippings-box .ppl-parcelshop-info,
#basket-shippings-box .zasilkovna-info {
  display: none;
}

#basket-shippings-box .selected .ppl-parcelshop-info,
#basket-shippings-box .selected .zasilkovna-info {
  display: inherit;
  padding-top: 5px;
  font-style: italic;
}

#basket-shippings-box .selected .ppl-parcelshop-info .ppl-parcelshop-show-branch-name,
#basket-shippings-box .selected .ppl-parcelshop-info .ppl-parcelshop-selector-branch-name,
#basket-shippings-box .selected .zasilkovna-info .zasilkovna-selector-branch-name {
  margin-right: 15px;
}

.basket-address-has-branch {
  display: none;
}

.banner-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-item .banner-video {
  width: 100%;
  height: 100%;
}
.banner-item .banner-video-outer {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=frontend.css.map */
