@charset "UTF-8";
body {
  font-family: "Work Sans", sans-serif;
  font-display: swap;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  background-color: #f8f8f8;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 h5,
.h5 h6,
.h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #181818;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}

h1,
.h1 {
  font-size: 36px;
  margin-bottom: 40px;
}

h2,
.h2 {
  font-size: 24px;
}

@media (max-width: 1559px) {
  h1,
  .h1 {
    font-size: 32px;
    margin-bottom: 36px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
}
ul,
li {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 30px;
}

a {
  color: #181818;
}

a:hover {
  color: #181818;
}

.break {
  flex-basis: 100%;
  height: 0;
}

strong {
  font-weight: 700;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .mt-50 {
    margin-top: 30px;
  }
}
.styled-ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.styled-ul ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.styled-ul ul li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #e01b59;
  font-size: 15px;
  font-weight: 400;
}

@media (min-width: 1360px) {
  .container {
    width: 1330px;
    max-width: 1330px;
  }
}
@media (min-width: 1560px) {
  .container {
    width: 1530px;
    max-width: 1530px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 750px;
    max-width: 750px;
  }
}
/* styled-select */
.styled-select {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000000;
  height: 44px;
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 22px;
  background-color: #ffffff;
  outline: none !important;
  overflow: hidden;
  position: relative;
}

.styled-select:after {
  font-size: 16px;
  color: #181818;
  font-family: "Font Awesome 5 Pro";
  content: "\f0d7";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 600;
}

.styled-select select {
  width: calc(100% + 21px);
  overflow: hidden;
  font-size: 16px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  border: none;
  padding-right: 21px;
  background: transparent;
  height: 44px;
  outline: none;
  padding-left: 25px;
}

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

.bootstrap-select > .dropdown-toggle {
  height: 44px;
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 22px;
  background-color: #ffffff;
  border: none !important;
  outline: none !important;
  transition: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 22px;
  background-color: #ffffff;
  outline: none !important;
}

.show > .btn-light.dropdown-toggle {
  border-radius: 22px 22px 0 0;
  border-bottom: transparent;
}

.bootstrap-select .dropdown-toggle .filter-option {
  outline: none !important;
  font-size: 16px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}

.bootstrap-select .btn:focus,
.bootstrap-select .btn:active,
.bootstrap-select .btn:hover {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding: 0 0px;
  margin-top: 0;
  border-top: transparent;
  box-shadow: none;
  border-radius: 0px 0px 22px 22px;
  max-height: 300px !important;
}
.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 14px;
}
.bootstrap-select .dropdown-menu .dropdown-item .text {
  display: flex;
  justify-content: space-between;
}
.bootstrap-select .dropdown-menu .dropdown-item:after {
  display: none;
}
.bootstrap-select .dropdown-menu .dropdown-item .variant-stock {
  padding-right: 0;
  padding-left: 5px;
  margin: 0;
  font-weight: 400;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background: #e01b59;
  color: #fff;
}
.bootstrap-select .dropdown-item.active:hover,
.bootstrap-select .dropdown-item:active:hover {
  background: #e01b59;
  color: #fff;
}
.bootstrap-select .dropdown-item.active .avail-available,
.bootstrap-select .dropdown-item:active .avail-available {
  color: #fff;
}
.bootstrap-select .dropdown-item.active::after,
.bootstrap-select .dropdown-item:active::after {
  color: #fff;
}
.bootstrap-select .dropdown-menu .dropdown-item::after {
  right: 5px;
}

/* styled-select */
/* accordion */
.accordion {
  width: 100%;
  margin-top: 30px;
}
.accordion .card {
  margin-bottom: 30px;
  border: 1px solid #f3f4f6 !important;
}
.accordion .card-header {
  border-radius: 8px 8px 0 0;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
}
.accordion .card-link {
  color: #8e8e8e;
  display: flex;
  outline: none;
  align-items: center;
}
.accordion .card-link strong {
  color: #3a3a3a;
}
.accordion .card-link i {
  color: #181818;
  font-size: 18px;
  margin-left: auto;
}

/* end accordion */
/* buttons */
.btn {
  display: inline-block;
  padding: 17px 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background: none;
  border-radius: 25px;
  transition: all 0.3s;
  letter-spacing: 2.4px;
  border: 2px solid transparent;
  border: none;
  outline: none;
}

.btn.active,
.btn:active,
.btn:focus {
  box-shadow: none;
}

.btn-main {
  background: #fff5f5;
  color: #181818;
  border: 1px solid #e7e7e7;
  outline: none !important;
  text-transform: uppercase;
  font-size: 12px;
  min-width: 250px;
}
.btn-main:hover {
  background: transparent;
  color: #181818;
}

.btn-secondary {
  box-shadow: 0 10px 25px rgba(224, 27, 89, 0.25);
  background-color: #e01b59;
  outline: none !important;
  border: 2px solid #e01b59;
  max-width: 250px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.btn-secondary:hover {
  background: transparent;
  color: #e01b59;
  border: 2px solid #e01b59;
}

.input-count {
  display: inline-block;
  position: relative;
}
.input-count .ui-spinner {
  border: none;
  background: transparent;
}
.input-count input {
  width: 128px;
  height: 44px;
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 22px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  outline: none;
  padding-left: 27px;
}
.input-count .ui-icon {
  background: none;
  z-index: 100;
  cursor: pointer;
}
.input-count .ui-spinner-button {
  width: 22px;
  height: 22px;
  color: #340070;
  z-index: 100;
  cursor: pointer;
}
.input-count .ui-spinner-button:hover {
  text-decoration: none;
}
.input-count .ui-spinner-up {
  top: 11px;
  right: 20px;
}
.input-count .ui-spinner-up:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f055";
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  padding-top: 2px;
}
.input-count .ui-spinner-down {
  top: 11px;
  right: 50px;
}
.input-count .ui-spinner-down:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f056";
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  padding-top: 2px;
}

/* end buttons */
/* inputs */
.tabDivRowWrap {
  margin-bottom: 20px;
}
.tabDivRowWrap label {
  color: #181818;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-left: 26px;
}
.tabDivRowWrap input {
  height: 50px;
  border-radius: 25px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  width: 100%;
}

.form-group label {
  color: #181818;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-left: 26px;
}

.order-note.form-group label {
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 0px 10px;
}

.form-control,
.text-input {
  height: 50px;
  border-radius: 25px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  width: 100%;
}
.form-control:focus,
.text-input:focus {
  box-shadow: none;
  outline: none;
}

/* end inputs */
/* check */
.check-styled {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  font-size: 12px;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: flex;
  width: 100%;
  margin: 0;
  min-height: 20px;
  margin: 0;
  vertical-align: middle;
  padding-left: 30px;
  cursor: pointer;
  font-weight: normal;
  padding-top: 0px;
  line-height: 1.2;
  font-size: 16px;
  position: relative;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  background-color: #e7e7e7;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

input[type=checkbox] + label:after,
input[type=radio] + label:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
  color: #ffffff;
  text-align: center;
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  border: 1px solid #30006d;
  background-color: #30006d;
}

input[type=checkbox]:checked + label:after {
  opacity: 1;
}

input[type=radio]:checked + label:after {
  opacity: 1;
}

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

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

.check-right {
  display: flex;
  align-items: center;
}

/* end check */
header {
  background: #fff;
}
header .header-top {
  border-bottom: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  padding: 7px 0px;
  display: none;
}
header .top-menu {
  list-style: none;
  display: flex;
  line-height: 1;
}
header .top-menu li {
  padding-right: 19px;
}
header .top-menu li a {
  font-size: 15px;
  color: #3a3a3a;
  transition: all 0.3s;
  text-decoration: none;
}
header .top-menu li a i {
  color: #e01b59;
  font-weight: 400;
  transition: all 0.3s;
}
header .top-menu li a:hover i {
  color: #181818;
}
header .top-menu-right {
  margin-left: auto;
}
header .header-main-row {
  height: 100%;
  min-height: 130px;
}
header .header-logo-col,
header .header-search-col,
header .header-cart-col {
  align-items: center;
  display: flex;
}
header .header-logo a {
  display: block;
  max-width: 190px;
}
header .header-logo a img {
  max-width: 100%;
}
header .header-phone {
  font-size: 12px;
  line-height: 1;
  color: #181818;
  position: relative;
  padding-left: 47px;
  margin-left: 60px;
}
header .header-phone a {
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}
header .header-phone a small {
  font-size: 12px;
}
header .header-phone a:hover {
  text-decoration: none;
  color: #e01b59;
}
header .header-phone-info {
  font-size: 14px;
  font-weight: 600;
}
header .header-phone span {
  display: block;
}
header .header-phone::after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  bottom: 0px;
  line-height: 1;
  display: block;
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  color: #e01b59;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 5px;
  font-weight: 300;
}
header .header-store {
  position: relative;
  color: #181818;
  font-size: 14px;
  padding-left: 50px;
  margin-left: 90px;
}
header .header-store span {
  display: block;
}
header .header-store::after {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  bottom: 0px;
  line-height: 1;
  display: block;
  content: "\f54f";
  font-family: "Font Awesome 5 Pro";
  color: #e01b59;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
  font-weight: 300;
}
header .header-store a {
  transition: all 0.3s;
}
header .header-store a:hover {
  text-decoration: none;
  color: #e01b59;
}
header .header-search-col .header-search-wrap {
  width: 100%;
}
header .header-search-col .header-search {
  width: 100%;
}
header .header-search-col .header-search .input-group-append {
  background: transparent;
}
header .header-search-col .header-search .input-group-append .btn:active, header .header-search-col .header-search .input-group-append .btn:focus {
  background: #e01b59;
  color: #fff;
}
header .header-toggle-col {
  display: none;
  align-items: center;
}

.search-btn-mobile {
  display: none;
  color: #e01b59;
  font-size: 22px;
  margin-top: 10px;
  line-height: 1;
  text-align: center;
  border: 0;
  background: none;
  padding: 0;
  outline: none;
}
.search-btn-mobile i {
  font-weight: 300;
}

/* input group */
.input-group {
  height: 50px;
  width: 100%;
  border-radius: 25px;
  background-color: #ffffff;
}
.input-group:hover .form-control, .input-group:focus-within .form-control {
  border-color: #e01b59;
}
.input-group:hover .input-group-append .btn, .input-group:focus-within .input-group-append .btn {
  border-color: #e01b59;
}

.input-group .form-control {
  height: 60px;
  border: 0;
  box-shadow: none;
  border-radius: 30px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  border-right: 0;
  transition: all 0.3s;
}
.input-group .form-control:hover, .input-group .form-control:focus {
  border-color: #e01b59;
}

.input-group-append {
  border-radius: 0;
  background-color: #fff;
  width: 60px;
  text-align: center;
}
.input-group-append .btn {
  display: block;
  padding: 0;
  width: 100%;
  height: 60px;
  color: #e01b59;
  background-color: #f8f8f8;
  font-size: 25px;
  font-weight: 300;
  text-transform: none;
  transition: all 0.3s;
  border: 1px solid #e7e7e7;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  border-left: 0;
}

/* end input group */
/* header cart col */
.header-cart-col {
  justify-content: flex-end;
}
.header-cart-col .header-login {
  color: #e01b59;
  display: block;
  font-size: 25px;
  margin-right: 30px;
  margin-top: 10px;
  transition: all 0.3s;
}
.header-cart-col .header-login:hover {
  color: #181818;
}
.header-cart-col .header-login-username {
  position: absolute;
  top: 100%;
  font-weight: 600;
  font-size: 12px;
  left: -50%;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: -18px;
}
.header-cart-col .header-login-wrap {
  position: relative;
}
.header-cart-col .header-wishlist {
  color: #e01b59;
  display: block;
  font-size: 25px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  margin-right: 30px;
  transition: all 0.3s;
}
.header-cart-col .header-wishlist-wrap {
  position: relative;
}
.header-cart-col .header-wishlist-wrap span {
  position: absolute;
  top: 100%;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  left: -5px;
  margin-top: 7px;
}
.header-cart-col .header-wishlist:hover {
  color: #181818;
  text-decoration: none;
}
.header-cart-col .header-wishlist span {
  color: #181818;
  font-size: 12px;
  margin-left: 2px;
  font-weight: 700;
}

/* header-cart */
.header-cart {
  position: relative;
  width: 60px;
  background-color: #ffffff;
  color: #181818;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  outline: none;
  z-index: 99;
  display: flex;
  align-items: center;
  margin-top: 8px;
  transition: all 0.3s;
}
.header-cart:hover {
  color: #181818;
  text-decoration: none;
}
.header-cart i {
  color: #e01b59;
  font-size: 25px;
  font-weight: 300;
  transition: all 0.3s;
}
.header-cart i:hover {
  color: #181818;
  text-decoration: none;
}

.header-cart-text {
  font-size: 12px;
  text-align: center;
  color: #181818;
  margin-left: 5px;
}

.header-cart::before {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: 0px;
  transform: translateY(-50%);
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  color: #181818;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
}

.header-cart-wrap .open .header-cart::before {
  transform: translateY(-50%) rotate(180deg);
}

.basket-hader-top-wrap {
  position: relative;
}

#basket-preview-box {
  position: relative;
  float: right;
}

.basket-header-hover {
  position: absolute;
  width: 480px;
  border-radius: 10px;
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  background-color: #fff;
  z-index: 999;
  top: calc(100% + 40px);
  right: 10px;
}
.basket-header-hover:after, .basket-header-hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 1px);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
}
.basket-header-hover:after {
  border-color: transparent transparent #fff transparent;
  border-width: 15px;
}
.basket-header-hover:before {
  right: 19px;
  border-color: transparent transparent #e7e7e7 transparent;
  border-width: 16px;
}

#basket-preview-content-inner {
  padding: 20px 0;
  position: relative;
}

.basket-preview-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 30px;
  transition: all 0.3s;
  margin-bottom: 6px;
  position: relative;
}
.basket-preview-item:after {
  top: 100%;
  left: 30px;
  right: 30px;
  position: absolute;
  content: "";
  background: #e7e7e7;
  height: 1px;
}
.basket-preview-item:last-of-type:after {
  display: none;
}
.basket-preview-item:hover {
  background-color: #f8f8f8;
}

.basket-preview-item-img {
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border: 1px solid #e7e7e7;
}

.basket-preview-item:hover .basket-preview-item-img {
  background-color: #f4f5f7;
}

.basket-preview-item-text {
  display: flex;
  width: calc(100% - 90px);
  padding-left: 19px;
  flex-wrap: wrap;
  padding-right: 60px;
}

.basket-preview-item-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background-color: #e01b59;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.basket-preview-item-name {
  font-weight: 600;
  font-size: 16px;
  color: #181818;
}
.basket-preview-item-name a {
  font-size: 16px;
  color: #181818;
  line-height: 1.2;
  display: block;
}
.basket-preview-item-name a:hover {
  text-decoration: none;
}

.basket-preview-item-price {
  color: #e01b59;
  font-size: 14px;
  font-weight: 600;
}

.basket-preview-item-del {
  display: flex;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
}
.basket-preview-item-del i {
  color: #181818;
  font-size: 15px;
  font-weight: 400;
  line-height: 35px;
}
.basket-preview-item-del:hover {
  background-color: #30006d;
}
.basket-preview-item-del:hover i {
  color: #fff;
}

.basket-preview-bottom {
  padding: 20px 30px 0;
  border-top: 1px solid #f4f5f7;
}

.basket-preview-price-total {
  font-weight: 700;
  color: #5d2bff;
  font-size: 24px;
}
.basket-preview-price-total i {
  color: #3a3a3a;
  font-size: 25px;
  margin-right: 5px;
}

.basker-preview-checkout-col {
  display: flex;
}

.basket-preview-checkout {
  margin-left: auto;
}

.basket-preview-bottom .btn-main {
  letter-spacing: 2.8px;
  font-weight: 700;
}

/* end header-cart */
/* main menu */
.header-menu {
  height: 60px;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  align-items: center;
  display: flex;
}
.header-menu .navbar {
  padding: 0;
}
.header-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
.header-menu .dropdown-menu {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
  top: calc(100% - 5px);
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.header-menu .dropdown-menu:after, .header-menu .dropdown-menu:before {
  display: none;
}
.header-menu .dropdown-menu ::-webkit-scrollbar {
  width: 5px;
}
.header-menu .dropdown-menu ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.header-menu .dropdown-menu ::-webkit-scrollbar-thumb {
  background: #e01b59;
  border-radius: 99999px;
}
.header-menu .dropdown-menu ::-webkit-scrollbar-thumb:hover {
  background: #e01b59;
}
.header-menu ul {
  margin-left: -5px;
  margin-right: -5px;
  justify-content: space-between;
  flex-grow: 1;
  flex-direction: row;
  display: flex;
  list-style: none;
  height: 60px;
  align-items: center;
}
.header-menu ul > li:first-child > a {
  width: 190px;
  text-align: center;
  justify-content: center;
  transition: all 0.3s;
}
.header-menu ul > li:first-child > a:before {
  display: none;
}
.header-menu ul > li:first-child > a:hover {
  background-color: #e01b59;
  color: #fff;
}
.header-menu ul > li:first-child .dropdown-menu .dropdown-menu-content {
  padding-right: 0;
}
.header-menu ul > li:first-child .dropdown-menu .dropdown-menu-scroll {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.header-menu ul li > a {
  padding: 5px 5px;
  font-size: 16px;
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  transition: all 0.3s;
  letter-spacing: 3.2px;
  position: relative;
  outline: none;
}
.header-menu ul li > a:hover {
  text-decoration: none;
}
.header-menu ul li > a:hover:before {
  width: 100%;
}
.header-menu ul li > a:before {
  bottom: 0;
  height: 3px;
  background-color: #e01b59;
  left: 0;
  width: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
}

.dropdown-menu {
  box-shadow: 0 5px 15px rgba(9, 3, 18, 0.15);
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  padding: 0px 25px;
  width: 225px;
  top: calc(100% + 22px);
  left: auto;
  right: 0;
}
.dropdown-menu:after, .dropdown-menu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
}
.dropdown-menu:after {
  border-color: transparent transparent #fff transparent;
  border-width: 15px;
}
.dropdown-menu:before {
  right: 19px;
  border-color: transparent transparent #e7e7e7 transparent;
  border-width: 16px;
}
.dropdown-menu .dropdown-menu-content {
  box-shadow: 0 5px 15px rgba(9, 3, 18, 0.15);
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  padding: 0px 25px;
  width: 225px;
  top: 0;
  margin-top: 25px;
  position: relative;
  left: auto;
  right: 0;
}
.dropdown-menu .dropdown-menu-content:after, .dropdown-menu .dropdown-menu-content:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
}
.dropdown-menu .dropdown-menu-content:after {
  border-color: transparent transparent #fff transparent;
  border-width: 15px;
}
.dropdown-menu .dropdown-menu-content:before {
  right: 19px;
  border-color: transparent transparent #e7e7e7 transparent;
  border-width: 16px;
}
.dropdown-menu .dropdown-item {
  color: #090312;
  font-weight: 600;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.2;
  padding: 16px 0;
  white-space: normal;
  position: relative;
  transition: all 0.3s;
  padding-right: 15px;
}
.dropdown-menu .dropdown-item:after {
  content: "\f105";
  font-size: 10px;
  color: #181818;
  line-height: 1;
  transform: translateY(-50%);
  top: 50%;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
  color: #181818;
  background: #fff;
}

.btn-lang-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.btn-lang {
  margin-left: 5px;
}
.btn-lang .btn {
  margin-top: 10px;
  padding: 8px 8px;
  font-size: 10px;
  min-width: 0;
}

@media (max-width: 1559px) {
  header .header-store {
    margin-left: 40px;
  }
  .header-menu ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1359px) {
  .header-menu ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .header-logo-col {
    flex: 0 0 59%;
    max-width: 59%;
  }
  .header-search-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .header-cart-col {
    flex: 0 0 16%;
    max-width: 16%;
  }
}
@media (min-width: 1359px) {
  .header-logo-col {
    flex: 0 0 53%;
    max-width: 53%;
  }
  .header-search-col {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .header-cart-col {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (max-width: 1359px) {
  header .header-phone {
    margin-left: 30px;
  }
  .header-search-col {
    padding: 0;
  }
  .header-cart-col .header-login {
    margin-right: 20px;
  }
  .header-cart-col .header-wishlist {
    margin-right: 20px;
  }
  .btn-lang-wrap {
    position: absolute;
    top: -7px;
    right: -170px;
    height: auto;
  }
  .btn-lang {
    margin-left: 10px;
  }
  .btn-lang .btn {
    padding: 6px 10px;
    box-shadow: none;
    z-index: 100;
  }
}
@media (max-width: 1199px) {
  .header-menu ul li a {
    font-size: 14px;
  }
  .header-search {
    display: none;
  }
  .search-btn-mobile {
    display: block;
  }
  .header-search-col {
    flex: 0 0 40px;
    max-width: 40px;
    padding: 0;
  }
  .header-logo-col {
    flex: 0 0 calc(100% - 40px - 220px);
    max-width: calc(100% - 40px - 220px);
  }
  header .header-store {
    margin-left: 20px;
  }
  .header-cart-col {
    padding: 0;
    padding-right: 15px;
    flex: 0 0 220px;
    max-width: 220px;
  }
  .header-search {
    display: none;
    position: absolute;
    bottom: -40px;
    width: 100%;
    background: transparent;
    right: 0;
    z-index: 9999999;
    border-radius: 0;
  }
  .header-search .input-group-append {
    background: transparent;
  }
  .header-search .input-group .form-control {
    height: 50px;
  }
  .header-search .input-group-append .btn {
    height: 50px;
  }
  .search-btn-mobile {
    display: block;
  }
  .header-search-col {
    position: static;
  }
  .header-main {
    position: relative;
  }
  .btn-lang-wrap {
    right: 0px;
  }
}
@media (max-width: 991px) {
  .header-menu ul {
    height: auto;
  }
  .header-menu ul li a {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  .header-menu ul > li:first-child a {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .header-logo a {
    width: 115px;
  }
  header .header-logo a img {
    max-width: 100%;
  }
  header .header-phone {
    padding-left: 30px;
    margin-left: 40px;
  }
  header .header-phone a {
    font-size: 12px;
  }
  header .header-phone a small {
    font-size: 10px;
  }
  header .header-phone a:hover {
    text-decoration: none;
  }
  header .header-phone span {
    display: block;
  }
  header .header-phone::after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    bottom: 0px;
    line-height: 1;
    display: block;
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    color: #e01b59;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 5px;
    font-weight: 300;
  }
  header .header-store {
    position: relative;
    color: #181818;
    font-size: 12px;
    padding-left: 30px;
    margin-left: 20px;
  }
  header .header-store span {
    display: block;
  }
  header .header-store::after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
  .header-logo-col {
    flex: 0 0 calc(100% - 40px - 185px);
    max-width: calc(100% - 40px - 185px);
  }
  .header-cart-col {
    flex: 0 0 185px;
    max-width: 185px;
  }
  .header-cart-col .header-login {
    margin-right: 20px;
  }
  .header-cart-col .header-wishlist {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  header .header-main-row {
    min-height: 70px;
    justify-content: flex-start;
  }
  header .header-menu {
    position: relative;
    z-index: 99999;
  }
  header .header-menu ul > li:first-child .dropdown-menu .dropdown-menu-scroll {
    max-height: unset;
  }
  header .header-cart-col {
    flex-basis: 60px;
    padding: 0;
    margin-left: 10px;
    margin-top: 0px;
    position: absolute;
    top: 20px;
    right: 40px;
    width: auto;
  }
  header .header-cart-col .header-login {
    margin-right: 10px;
    font-size: 22px;
  }
  header .header-cart-col .header-login-username {
    margin-top: -7px;
    margin-left: -4px;
  }
  header .header-cart-col .header-wishlist {
    margin-right: 10px;
    font-size: 22px;
  }
  header .header-cart i {
    font-size: 22px;
  }
  header .header-search-col {
    flex-basis: 30px;
    padding: 0;
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    max-width: 30px;
    top: 25px;
    right: 155px;
  }
  header .header-search-col .header-search {
    width: 90vw;
    right: -160px;
    bottom: -70px;
  }
  header .header-toggle-col {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-top: 23px;
    position: absolute;
    right: 0;
    top: 0;
  }
  header .header-logo-col {
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  header .header-logo-col .header-logo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  header .header-phone {
    margin-left: 0px;
    margin-right: 5px;
    padding-left: 25px;
  }
  header .header-phone-info {
    font-size: 10px;
  }
  header .header-phone a {
    font-size: 10px;
  }
  header .header-phone span {
    font-size: 10px;
  }
  header .header-phone:after {
    width: 20px;
    height: 20px;
    margin-top: 0;
  }
  header .header-store {
    margin-left: 5px;
    margin-right: 0px;
  }
  header .header-store-info {
    font-size: 10px;
  }
  header .header-store a {
    font-size: 10px;
  }
  header .header-store span {
    font-size: 10px;
  }
  header .header-store:after {
    width: 20px;
    height: 20px;
    margin-top: 0;
  }
  .header-cart {
    width: 50px;
    height: 35px;
  }
  .header-cart:before {
    margin-top: 0;
  }
  .header-cart span {
    display: none;
  }
  .header-menu {
    height: auto;
  }
  .header-menu ul {
    flex-direction: column;
    width: 100%;
  }
  .header-menu ul li {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header-menu ul li a {
    font-size: 16px;
    text-align: left;
  }
  .header-menu ul li:first-child {
    margin-top: 3px;
  }
  .header-menu ul li:first-child a {
    box-shadow: none;
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
  .header-menu .dropdown-menu {
    position: relative;
    border: none;
    width: 100%;
    top: 0;
    box-shadow: none;
    display: block;
  }
  .header-menu .dropdown-menu::after, .header-menu .dropdown-menu:before {
    display: none;
  }
  .header-menu .dropdown-menu .dropdown-item {
    color: #181818;
    white-space: normal;
    font-weight: 600;
    margin-bottom: 0px;
    border-bottom: 0;
  }
  .header-menu .dropdown-menu-content {
    position: relative;
    border: none;
    width: 100%;
    top: 0;
    box-shadow: none;
    margin-top: 0;
    display: block;
  }
  .header-menu .dropdown-menu-content::after, .header-menu .dropdown-menu-content:before {
    display: none;
  }
  .basket-header-hover {
    width: 340px;
    right: -40px;
    border-radius: 27px;
    top: 100%;
    margin-top: 30px;
  }
  .basket-header-hover:before {
    left: auto;
    right: 60px;
  }
  .basket-header-hover:after {
    left: auto;
    right: 61px;
  }
  .header-cart-col {
    position: static;
  }
  #basket-preview-box {
    position: static !important;
  }
  .basket-preview-item {
    padding: 5px 10px;
  }
  .basket-preview-item-text {
    padding: 10px;
  }
  .basket-preview-item-name a {
    font-size: 12px;
  }
  .btn-lang-wrap {
    position: absolute;
    top: -30px;
    right: -85px;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .btn-lang {
    margin-left: 7px;
  }
  .btn-lang .btn {
    padding: 5px 8px 3px 8px;
    font-size: 10px;
    margin-top: 8px;
  }
  .header-cart-col .header-wishlist-wrap span {
    display: none;
  }
}
/* Hamburger */
.navbar-toggler {
  position: relative;
  color: #fff;
  padding: 8px 8px;
  font-size: 20px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
  margin-top: 3px;
}
.navbar-toggler:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: -3px;
  right: 0px;
  background: transparent;
}

.navbar-toggler:not(.collapsed) {
  padding: 8px 9px;
}
.navbar-toggler:not(.collapsed):before {
  top: -6px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #e01b59;
  height: 2px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 8px;
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 8px;
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* END Hamburger */
/* end main menu */
/* carousel */
.carousel-social {
  position: absolute;
  left: 0;
  top: 0;
}
.carousel-social-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.carousel-social-menu li {
  margin: 10px;
}
.carousel-social-menu li a {
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #e01b59;
  transition: all 0.3s;
}
.carousel-social-menu li a:hover {
  color: #181818;
}

.carousel-wrap {
  border-radius: 0px;
  overflow: hidden;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  height: 500px;
}

.hp-carousel {
  margin-top: 0px;
  position: relative;
}
.hp-carousel .carousel {
  max-width: 85vw;
  margin: 0 auto;
}

.hp-carousel .carousel-item > img {
  height: 100%;
  margin: 0 auto;
  display: block;
  margin-left: auto;
}

/* Arrows */
.carousel-controls {
  width: 100%;
  max-width: 1530px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  opacity: 1;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

.carousel-control-prev-icon {
  position: absolute;
  background: none;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  line-height: 1;
}
.carousel-control-prev-icon:hover:after {
  opacity: 1;
}
.carousel-control-prev-icon:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\f053";
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Pro";
}

.carousel-control-next-icon {
  position: absolute;
  background: none;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
}
.carousel-control-next-icon:hover:after {
  opacity: 1;
}
.carousel-control-next-icon:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\f054";
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Pro";
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

/* END Arrows */
/* Indicators */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 5px;
  border-radius: 3px;
  background-color: #ffffff;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: -999px;
  background-clip: padding-box;
  border: none;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #fff;
}

/* END Indicators */
.carousel-caption {
  background: none;
  left: 17%;
  right: auto;
  bottom: 0;
  top: 0;
  max-width: 600px;
  padding: 0;
  text-align: left;
}
.carousel-caption h4 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 400;
}
.carousel-caption .btn:hover {
  color: #fff;
}

.carousel-caption-content {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media (min-width: 1921px) {
  .hp-carousel .carousel-item > img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 1699px) {
  .carousel-item {
    height: 450px;
  }
  .carousel-caption {
    max-width: 550px;
  }
  .carousel-caption h4 {
    font-size: 44px;
  }
}
@media (max-width: 1559px) {
  .carousel-item {
    height: 400px;
  }
  .carousel-caption {
    padding: 20px;
    left: 15%;
  }
  .carousel-caption h4 {
    font-size: 38px;
  }
}
@media (max-width: 1359px) {
  .hp-carousel .carousel {
    max-width: 90vw;
  }
  .carousel-item {
    height: 400px;
  }
  .carousel-item img {
    float: right;
  }
  .carousel-caption {
    width: 37%;
    padding: 20px;
    left: 10%;
  }
  .carousel-caption h4 {
    font-size: 36px;
  }
  .carousel-social-menu li {
    margin: 5px;
  }
  .carousel-social-menu li a {
    font-size: 26px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .hp-carousel .carousel {
    max-width: 90vw;
  }
  .carousel-item {
    height: 400px;
  }
  .carousel-caption {
    width: 35%;
    padding: 20px;
    left: 3%;
  }
  .carousel-caption h4 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .hp-carousel .carousel {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: 0;
  }
  .carousel-item {
    height: 320px;
  }
  .hp-carousel .carousel-item > img {
    margin-right: 0%;
  }
  .carousel-caption {
    width: 35%;
    padding: 20px;
    left: 5%;
  }
  .carousel-indicators {
    margin-bottom: 0;
    bottom: 10px;
  }
  .carousel-caption h4 {
    font-size: 20px;
  }
  .carousel-caption .btn-secondary {
    width: auto;
    padding: 10px 10px;
    font-size: 10px;
  }
  .carousel-social-menu li {
    margin: 5px;
  }
  .carousel-social-menu li a {
    font-size: 26px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .carousel-item {
    height: 280px;
  }
  .hp-carousel .carousel-item > img {
    margin-right: -10%;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 30px;
    height: 30px;
  }
  .carousel-indicators li {
    width: 20px;
    height: 3px;
  }
}
@media (max-width: 575px) {
  .carousel-item {
    height: 250px;
  }
  .hp-carousel .carousel-item > img {
    margin-right: -20%;
  }
  .carousel-caption {
    width: 35%;
    padding: 10px;
    left: 2%;
  }
  .carousel-indicators {
    bottom: 5px;
  }
  .carousel-caption h4 {
    font-size: 16px;
  }
  .carousel-caption .btn-secondary {
    width: auto;
    padding: 8px 8px;
    font-size: 10px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  .carousel-caption .btn-secondary {
    font-size: 8px;
    padding: 4px 8px;
  }
}
@media (max-width: 439px) {
  .carousel-item {
    height: 170px;
  }
  .hp-carousel .carousel-item > img {
    margin-right: -20%;
  }
  .carousel-caption {
    width: 45%;
    padding: 10px;
    left: 0%;
  }
  .carousel-caption h4 {
    font-size: 12px;
  }
}
/* end carousel */
/* nav-tabs */
.filtr-menu {
  display: flex;
  justify-content: flex-end;
  border-bottom: none;
  margin-bottom: 0px;
  margin-top: 0px;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs > .nav-item {
  margin: 0px 50px;
}
.nav-tabs > .nav-item:last-child {
  margin-right: 0;
}

.nav-tabs .nav-link {
  border: none;
  outline: none;
  position: relative;
  transition: all 0.3s;
  padding: 5px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #181818;
  font-weight: 600;
}
.nav-tabs .nav-link:hover {
  text-decoration: none;
  background: none;
  border: none;
  color: #181818;
}
.nav-tabs .nav-link:hover:after {
  width: 100%;
}
.nav-tabs .nav-link.active {
  text-decoration: none;
  background: none;
  border: none;
  color: #181818;
}
.nav-tabs .nav-link.active:after {
  width: 100%;
}
.nav-tabs .nav-link:after {
  width: 45px;
  height: 2px;
  background-color: #e01b59;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .filtr-menu {
    justify-content: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .nav-tabs > .nav-item {
    margin: 0px 10px;
  }
}
/* end nav-tabs */
/* category */
.subcategory-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px -5px;
  padding: 0;
}
.subcategory-list ul li {
  padding: 0;
  margin: 5px;
}
.subcategory-list ul li a {
  font-size: 16px;
  font-weight: 600;
  width: 200px;
  height: 75px;
  border-radius: 4px;
  color: #3a3a3a;
  border: 2px solid #f3f4f6;
  background-color: #f4f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s;
}
.subcategory-list ul li a:hover {
  text-decoration: none;
  border: 2px solid #5d2bff;
  color: #5d2bff;
}

@media (max-width: 1199px) {
  .subcategory-list ul li a {
    width: 170px;
  }
}
@media (max-width: 991px) {
  .subcategory-list ul li {
    width: calc(33.33% - 10px);
  }
  .subcategory-list ul li a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .subcategory-list ul li {
    width: calc(50% - 10px);
  }
  .subcategory-list ul li a {
    width: 100%;
  }
}
/* breadcrumb */
.breadcrumb {
  background: none;
  padding: 15px 15px;
  margin: 10px 0px;
  color: #e01b59;
}
.breadcrumb a {
  color: #e01b59;
  display: block;
  margin: 0px 5px;
}
.breadcrumb strong {
  display: block;
  margin: 0px 5px;
}
.breadcrumb ul li {
  color: #e01b59;
}
.breadcrumb ul li a {
  color: #e01b59;
}

/* end breadcrumb */
.two-col-wrap {
  display: flex;
  flex-wrap: wrap;
}

.left-content {
  width: 300px;
  margin-top: 30px;
}

.main-content {
  width: calc(100% - 300px);
  padding-left: 50px;
}

@media (max-width: 991px) {
  .left-content {
    width: 100%;
    margin-top: 30px;
  }
  .main-content {
    width: 100%;
    padding-left: 0px;
  }
}
/* left menu */
.left-menu {
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 0px;
}
.left-menu h3 {
  color: #8e8e8e;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.4px;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 25px;
  margin: 0;
  line-height: 1;
}
.left-menu ul {
  padding: 0px 25px;
}
.left-menu ul li {
  position: relative;
  padding: 17px 0px;
}
.left-menu ul li a {
  color: #090312;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  transition: all 0.3s;
  line-height: 1.2;
  display: block;
}
.left-menu ul li a:hover {
  color: #181818;
  text-decoration: none;
}
.left-menu ul li:after {
  height: 1px;
  border-radius: 1px 1px 0 0;
  background-color: #e8e8e8;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.left-menu ul li ul {
  padding: 0px 10px;
  margin-top: 10px;
}
.left-menu ul li ul li {
  padding: 5px 0px;
}
.left-menu ul li ul li a {
  font-weight: 300;
}
.left-menu ul li ul li:after {
  display: none;
}

.subpage-menu-button {
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 0px;
  display: none;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  color: #090312;
  font-size: 14px;
  font-weight: 600;
}
.subpage-menu-button:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 400;
  transition: all 0.3s;
}
.subpage-menu-button.open:after {
  transform: rotate(190deg);
}

@media (max-width: 991px) {
  .subpage-menu-button {
    display: flex;
  }
  .subpage-menu-wrap {
    display: none;
    margin-top: 10px;
  }
  .left-category {
    margin-top: 10px;
  }
  .left-category .left-menu h3 {
    cursor: pointer;
    color: #181818;
  }
  .left-category .left-menu ul {
    display: none;
  }
}
/* filtr menu */
.product-filter-btn {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 600;
  display: none;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  height: 50px;
  border-radius: 0;
  padding: 0px 25px;
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 8px;
  background-color: #e01b59;
  margin-bottom: 20px;
  margin-top: 10px;
  outline: none;
}
.product-filter-btn i {
  margin-right: 10px;
}
.product-filter-btn:hover {
  text-decoration: none;
}

.product-filter-wrap {
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
}

#producers-filter {
  padding: 0 !important;
}

.filter-btn {
  color: #8e8e8e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 50px;
  border-top: 1px solid #e7e7e7;
  border-radius: 0;
  padding: 0px 25px;
}
.filter-btn span {
  color: #181818;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.filter-btn span i {
  transform: rotate(180deg);
  transition: all 0.3s;
  line-height: 1;
  margin-left: 5px;
}

.filter-btn.collapsed span i {
  transform: rotate(0);
}

.filter-content {
  padding: 25px;
}
.filter-content .check-styled {
  margin-bottom: 10px;
}
.filter-content input[type=checkbox] + label,
.filter-content input[type=radio] + label {
  color: #090312;
}
.filter-content input[type=checkbox]:checked + label {
  color: #181818;
}

#filtr-4.show,
#filtr-4.collapsing,
#filtr-11.show,
#filtr-11.collapsing,
#filtr-12.show,
#filtr-12.collapsing {
  display: flex;
  flex-wrap: wrap;
}

#filtr-4 .check-styled,
#filtr-11 .check-styled,
#filtr-12 .check-styled {
  width: 50%;
}

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

.price-range {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

.price-range .ui-slider-horizontal {
  height: 10px;
  border-radius: 5px;
  border: none;
  float: left;
  width: 100%;
}

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

.ui-slider .ui-slider-handle {
  width: 33px;
  height: 33px;
  box-shadow: 0 10px 25px rgba(224, 27, 89, 0.25);
  border: 2px solid #e01b59;
  background: #e01b59;
  border-radius: 50%;
}
.ui-slider .ui-slider-handle:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  color: #ffffff;
  width: 32px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.ui-slider .ui-slider-handle:nth-of-type(2):after {
  transform: rotate(180deg);
  height: 32px;
  width: 30px;
}

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

.price-filter-input-from {
  float: left;
  width: 80px;
  height: 35px;
  border-radius: 18px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.price-filter-input-to {
  float: right;
  width: 80px;
  height: 35px;
  border-radius: 18px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.price-range #price-filter-from {
  position: relative;
  float: left;
  width: 40px;
  margin-right: 0px;
  height: 35px;
  line-height: 1;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  text-align: left;
  margin-top: 0px;
  color: #090312;
  font-size: 12px;
}

.price-range #price-filter-to {
  position: relative;
  float: left;
  width: 40px;
  margin-left: 0px;
  height: 35px;
  line-height: 1;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  text-align: left;
  margin-top: 0px;
  color: #090312;
  font-size: 12px;
}

.price-range .price-filter-currency {
  position: relative;
  float: left;
  color: #090312;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0px;
}

.product-sort-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sort-filter-select {
  height: 35px;
  box-shadow: inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 18px 18px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  padding-right: 3px;
  max-width: 245px;
}
.sort-filter-select span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #181818;
}
.sort-filter-select .styled-select {
  border: none;
  box-shadow: none;
  height: 30px;
  line-height: 1.3;
  width: 110px;
  cursor: pointer;
}
.sort-filter-select .styled-select:after {
  content: "\f078";
  font-size: 10px;
  right: 10px;
}
.sort-filter-select .styled-select select {
  height: 30px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 10px;
  color: #090312;
  line-height: 1;
  position: relative;
  z-index: 100;
  cursor: pointer;
}

@media (max-width: 767px) {
  .product-sort-col {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .product-filter-wrap {
    display: none;
  }
  .product-filter-btn {
    display: flex;
  }
}
.btn-filtr-stick-wrap {
  text-align: left;
  width: 100%;
  position: relative;
  height: 90px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  align-items: center;
  margin-top: -10px;
}
.btn-filtr-stick-wrap .filter-cancel-global {
  margin: 0 auto;
  font-size: 12px;
  border: 1px solid #e7e7e7;
  max-width: 300px;
  width: 100%;
  background: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-filtr-stick-wrap .filter-cancel-global:hover {
  text-decoration: none;
}
.btn-filtr-stick-wrap .filter-cancel-global i {
  margin-right: 5px;
}

.btn-filtr-stick {
  margin: 0 auto;
  margin-bottom: 10px;
  z-index: 999;
}

.btn-filtr-stick:hover {
  background: #fff;
}

.btn-filtr-stick.visible {
  margin-bottom: 10px;
  position: fixed;
  bottom: 30px;
}

.btn-filtr-stick.visible + .filter-cancel-global {
  position: fixed;
  bottom: 0;
}

#activefilter-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
  margin-top: 20px;
}

#producer-active-filter-wrapper,
#attribute-active-filter-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
#producer-active-filter-wrapper ul,
#attribute-active-filter-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
}
#producer-active-filter-wrapper .attribute-active-filter-item,
#producer-active-filter-wrapper .producer-active-filter-item,
#attribute-active-filter-wrapper .attribute-active-filter-item,
#attribute-active-filter-wrapper .producer-active-filter-item {
  position: relative;
  padding: 2px 8px;
  padding-right: 25px;
  margin: 3px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 14px;
}

#attribute-active-filter-wrapper .attribute-active-filter-closer,
#producer-active-filter-wrapper .producer-active-filter-closer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: none;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  border-radius: 8px;
}
#attribute-active-filter-wrapper .attribute-active-filter-closer:hover,
#producer-active-filter-wrapper .producer-active-filter-closer:hover {
  box-shadow: 0 10px 25px rgba(9, 3, 18, 0.25);
}
#attribute-active-filter-wrapper .attribute-active-filter-closer:after,
#producer-active-filter-wrapper .producer-active-filter-closer:after {
  position: absolute;
  right: 7px;
  top: 4px;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-size: 12px;
}

@media (max-width: 767px) {
  .btn-filtr-stick {
    background: #fff;
    color: #e01b59;
    border-color: #e01b59;
    box-shadow: none;
  }
  .btn-filtr-stick-wrap .filter-cancel-global {
    z-index: 10;
  }
}
/* end filtr menu **/
/* end left menu */
.category-head h1 {
  margin-bottom: 0;
}

.category-text {
  margin-top: 20px;
}

/* product list */
.product-list-wrap {
  margin-bottom: 50px;
}

.product-list {
  margin-top: 15px;
}

.strankovani-zobrazeno {
  text-align: right;
  margin-top: 30px;
}

.product-item-col {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-item-hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  transition: all 0.3s;
  padding: 0px 0px 20px 0px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  border-radius: 8px;
  height: 100%;
  text-align: center;
}
.product-item-hover:hover {
  box-shadow: 0 10px 25px rgba(9, 3, 18, 0.25);
}

.product-related-list-recommend {
  margin-top: 0;
}

.product-related-list-related {
  margin-top: 0;
}

.related-item .product-item-hover {
  flex-direction: row;
  padding: 20px;
}

.product-related-img {
  position: relative;
  width: 85px;
  height: 85px;
}
.product-related-img .product-item-image {
  height: 100%;
}
.product-related-img .product-item-image img {
  max-height: 100%;
}

.product-related-content {
  width: calc(100% - 85px);
  display: flex;
}

.product-related-text {
  width: calc(100% - 190px);
  padding-right: 30px;
  padding-left: 25px;
}
.product-related-text .product-item-name {
  text-align: left;
  padding: 0;
}
.product-related-text .product-item-price {
  text-align: left;
  padding: 0;
}

.product-related-btn {
  width: 190px;
}
.product-related-btn .btn {
  padding: 14px 10px;
}

.product-item {
  height: 100%;
  transition: all 0.3s;
  position: relative;
}

.product-item-cat {
  color: #8e8e8e;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0px 20px;
}

.product-item-name {
  margin-bottom: 5px;
  padding: 0px 20px;
  color: #181818;
}

.product-item-name a {
  color: #181818;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.product-item-name a:hover {
  text-decoration: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product-item-image img {
  max-width: 100%;
}
.product-item-price {
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  color: #e01b59;
  margin-top: auto;
  padding: 0px 20px;
}
.product-item-price .product-price-before {
  color: #3a3a3a;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
}

@media (max-width: 1559px) {
  .related-item .product-item-hover {
    padding: 10px;
  }
  .product-related-content {
    display: flex;
    align-items: center;
  }
  .product-related-text {
    width: calc(100% - 130px);
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .product-related-btn {
    width: 130px;
    margin-left: auto;
  }
  .product-related-btn .btn {
    padding: 8px 5px;
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .product-related-text {
    width: 100%;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .product-related-btn {
    display: none;
  }
}
@media (max-width: 575px) {
  .product-list > .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .product-item-col {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 359px) {
  .product-item-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* end product list */
/* product detail */
.product-detail {
  margin-top: 40px;
}
.product-detail .breadcrumb {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  margin-left: -5px;
}

@media (min-width: 1560px) {
  .detail-left-col {
    flex: 0 0 730px;
    max-width: 730px;
  }
  .detail-right-col {
    flex: 0 0 calc(100% - 730px);
    max-width: calc(100% - 730px);
  }
}
.detail-left {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.detail-left .detail-img-big {
  position: relative;
  width: 100%;
}
.detail-left .detail-img-big a {
  display: block;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
.detail-left .detail-img-big img {
  display: block;
}
.detail-left .detail-img-small-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
.detail-left .detail-img-small-item {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px;
}
.detail-left .product-video-small {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px;
}
.detail-left .product-video-small a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.detail-left .product-video-small a:after {
  content: "\f144";
  font-family: "Font Awesome 5 Pro";
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.detail-left .product-video-small a img {
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}

.detail-right {
  padding-left: 40px;
  padding-top: 0px;
}
.detail-right h1 {
  font-size: 30px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.detail-right h1:after {
  height: 1px;
  border-radius: 1px 1px 0 0;
  background-color: #e8e8e8;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
}
.detail-right .product-attribute-list {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.detail-right .product-attribute-line {
  margin-right: 10px;
}
.detail-right .product-attribute-name {
  font-weight: 600;
  font-size: 12px;
  width: 100%;
  margin-bottom: 5px;
}
.detail-right .product-attribute-value {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 1px;
}
.detail-right .product-attribute-value:after {
  position: absolute;
  left: 0;
  top: 3px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #e01b59;
  font-size: 12px;
  font-weight: 400;
}
.detail-right .attr-ucel .product-attribute-line.attr-id-3 {
  display: flex;
  flex-direction: column;
}
.detail-right .attr-vlastnosti .product-attribute-line.attr-id-2 {
  display: flex;
  flex-direction: column;
}
.detail-right .attr-strih .product-attribute-line.attr-id-5 {
  display: flex;
  flex-direction: column;
}

.variant-hide label {
  color: #181818;
  font-size: 12px;
  font-weight: 600;
  margin-left: 25px;
}

.detail-bottom-content {
  margin-top: 30px;
}
.detail-bottom-content h2 {
  margin-bottom: 50px;
}

.product-detail-price {
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-bottom: 0px;
  padding-left: 25px;
  color: #e01b59;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}
.product-detail-price span {
  display: block;
}
.product-detail-price .product-price-before {
  text-decoration: line-through;
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 600;
  margin-bottom: 5px;
}

.detail-button-count {
  margin-top: 20px;
}
.detail-button-count .btn-secondary {
  margin-right: 0px;
  background-color: #34d762;
  border-color: #34d762;
  box-shadow: 0 10px 25px rgba(52, 215, 98, 0.5);
}
.detail-button-count .btn-secondary:hover {
  background: transparent;
  color: #34d762;
}
.detail-button-count .input-count .ui-spinner {
  background: transparent;
}

.detail-cart-code {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
}

.detail-availability-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 20px 0 0px 0;
  padding: 18px 0px;
}
.detail-availability-code:after {
  height: 1px;
  border-radius: 1px 1px 0 0;
  background-color: #e8e8e8;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.detail-availability-code .availability {
  margin: 0 10px 10px 0;
}

.detail-perex {
  margin-top: 30px;
}

.detail-color-variant {
  display: flex;
  margin-top: 30px;
}
.detail-color-variant .name {
  display: block;
  margin-right: 20px;
  padding-top: 0px;
  margin-left: 25px;
  color: #181818;
  font-size: 12px;
  font-weight: 600;
}

.colors-wrap {
  display: flex;
  flex-wrap: wrap;
}
.colors-wrap .clr {
  width: 35px;
  height: 35px;
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5px;
  position: relative;
}
.colors-wrap .clr.active span:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  line-height: 1;
  font-size: 15px;
  color: #fff;
}
.colors-wrap .clr span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
}
.colors-wrap .clr .clr_red {
  background: red;
}

.detail-color-variant-image {
  display: flex;
  flex-direction: column;
}

.colors-image-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.colors-image-item {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  position: relative;
}
.colors-image-item.active:after {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-size: 34px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1359px) {
  .colors-image-item {
    width: 10%;
  }
  .detail-perex {
    margin-top: 0;
  }
  .detail-right h1 {
    padding-bottom: 20px;
    font-size: 26px;
  }
  .detail-perex p {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .detail-left .detail-img-big {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .colors-image-item {
    width: 10%;
  }
}
@media (max-width: 575px) {
  .colors-image-item {
    width: 20%;
  }
}
.detail-banners {
  margin-top: 10px;
  margin-left: auto;
  max-width: 215px;
}
.detail-banners .calc-banner {
  margin-bottom: 30px;
}
.detail-banners .wishlist-add {
  color: #181818;
  font-size: 14px;
  transition: all 0.3s;
  border: 0;
  background: transparent;
  outline: 0 !important;
  display: inline-flex;
  border: none;
  margin-top: 15px;
  align-items: center;
  margin-left: -2px;
  text-align: left;
}
.detail-banners .wishlist-add i {
  color: #e01b59;
  font-size: 25px;
  margin-right: 16px;
}
.detail-banners .wishlist-add:hover {
  color: #e01b59;
}

#wishlist-product-form-wrap .ui-menu {
  padding: 0;
  border: none;
  background: #fff;
  float: right;
  width: 100%;
  box-shadow: 0 5px 15px rgba(9, 3, 18, 0.15);
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  padding: 0 20px;
  position: relative;
  top: 10px;
}
#wishlist-product-form-wrap .ui-menu:after, #wishlist-product-form-wrap .ui-menu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
}
#wishlist-product-form-wrap .ui-menu:before {
  right: 19px;
  border-color: transparent transparent #e7e7e7 transparent;
  border-width: 16px;
}
#wishlist-product-form-wrap .ui-menu:after {
  border-color: transparent transparent #fff transparent;
  border-width: 15px;
}
#wishlist-product-form-wrap .ui-menu .ui-menu-item {
  border: none;
  padding: 16px 20px;
  cursor: pointer;
  color: #090312;
  font-weight: 600;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1.2;
  white-space: normal;
  position: relative;
  transition: all 0.3s;
  padding-right: 15px;
}
#wishlist-product-form-wrap .ui-menu .ui-menu-item:after {
  content: "\f105";
  font-size: 10px;
  color: #181818;
  line-height: 1;
  transform: translateY(-50%);
  top: 50%;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
}

.ui-dialog {
  box-shadow: 0 5px 15px rgba(9, 3, 18, 0.15);
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  padding: 0 20px;
  width: 450px !important;
  max-width: 100% !important;
  top: 10vh !important;
  border-radius: 4px;
}
.ui-dialog .ui-dialog-titlebar {
  background: #fff;
  border: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: none;
  width: 30px;
  height: 30px;
  margin: 0;
  top: 5px;
  right: -15px;
  opacity: 0.3;
  outline: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  opacity: 0.8;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #000000;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
}
.ui-dialog .container {
  max-width: 100%;
  width: 100%;
}

.wishlist-add-box {
  text-align: center;
  font-size: 16px;
  color: #181818;
  padding: 0px 0;
}
.wishlist-add-box i {
  font-size: 30px;
  color: #e01b59;
  margin-bottom: 10px;
}
.wishlist-add-box p {
  margin-bottom: 0;
}

.ui-widget-overlay {
  opacity: 0.5;
  background-color: #000;
}

@media (max-width: 1199px) {
  .detail-variant-col {
    order: 1;
  }
  .detail-colors-col {
    order: 2;
  }
  .detail-banners-col {
    order: 3;
  }
  .detail-banners {
    margin-left: 0;
  }
}
.calc-banner {
  display: block;
  position: relative;
  padding-left: 45px;
  color: #181818;
  font-size: 14px;
  transition: all 0.3s;
}
.calc-banner span {
  display: block;
}
.calc-banner strong {
  display: block;
}
.calc-banner:hover {
  text-decoration: none;
  color: #e01b59;
}
.calc-banner:after {
  content: "\f1ec";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 0;
  top: 0;
  width: 32px;
  height: 26px;
  color: #e01b59;
  font-size: 25px;
}

.store-banner {
  display: block;
  position: relative;
  padding-left: 45px;
  color: #181818;
  font-size: 14px;
  transition: all 0.3s;
  border: 0;
  background: transparent;
  outline: 0 !important;
  text-align: left;
}
.store-banner span {
  display: block;
}
.store-banner strong {
  display: block;
}
.store-banner:hover {
  text-decoration: none;
  color: #e01b59;
}
.store-banner:after {
  content: "\f54f";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  left: 0;
  top: 0;
  width: 32px;
  height: 26px;
  color: #e01b59;
  font-size: 25px;
}

.detail-count {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 1;
}

.detail-bottom-text {
  margin-bottom: 70px;
}
.detail-bottom-text iframe {
  max-width: 100%;
}

.send-link-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.send-link-wrap .dropdown-item {
  cursor: pointer;
}

.send-link {
  color: #181818;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s;
  padding: 0;
  padding-bottom: 10px;
}
.send-link i {
  color: #e01b59;
  font-size: 25px;
  margin-right: 14px;
}
.send-link:hover {
  text-decoration: none;
  color: #e01b59;
}

.messenger-share {
  display: none;
}

@media (max-width: 767px) {
  .detail-bottom-content {
    margin-top: 70px;
  }
  .detail-bottom-content h2 {
    margin-bottom: 20px;
  }
  .messenger-share {
    display: block;
  }
  .product-related-list .product-item-col {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .last-viewed {
    margin-top: 30px;
  }
}
@media (max-width: 440px) {
  .detail-bottom-text iframe {
    max-width: 100%;
    height: 200px !important;
  }
}
.detail-videos {
  margin: 0 auto;
}
.detail-videos iframe {
  width: 100%;
  height: 250px;
}

.product-video {
  margin-bottom: 20px;
}
.product-video h4 {
  margin-bottom: 10px;
}

/* end product detail */
/* pagination */
.pagination {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pager-wrapper {
  width: 100%;
}

.pagination .page-link {
  border: none;
  border-radius: 50% !important;
  color: #8e8e8e;
  font-size: 16px;
  background: none;
  margin: 2.5px;
  transition: all 0.3s;
}
.pagination .page-link:hover {
  background-color: transparent;
}

.page-item.active .page-link {
  background-color: transparent;
  color: #e01b59;
  font-weight: 700;
}

.show-more {
  margin: 50px 0;
}

.show-more .btn-main i {
  margin-right: 5px;
  color: #e01b59;
}

/* end pagination */
/* footer */
footer {
  padding: 60px 0 60px 0;
  background-color: #fff5f5;
  color: #181818;
}
footer a {
  color: #181818;
}
footer a:hover {
  color: #e01b59;
}

.footer-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  max-width: 440px;
}
.footer-logo .footer-logo-text {
  width: 200px;
  font-size: 14px;
}
.footer-logo .footer-logo-img {
  max-width: 220px;
}
.footer-logo img {
  max-width: 100%;
}

footer ul li {
  margin: 10px 0px;
}
footer ul li a {
  transition: all 0.3s;
  color: #181818;
  font-size: 12px;
  font-weight: 600;
}
footer ul li a:hover {
  color: #e01b59;
  text-decoration: none;
}
footer ul li:first-child {
  margin-top: 0;
}

.footer-right {
  text-align: right;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer-right h3 {
  color: #181818;
  font-size: 21px;
  font-weight: normal;
}
.footer-right .bottom-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-end;
  margin-top: 10px;
}
.footer-right .bottom-menu li {
  margin: 5px 15px;
}
.footer-right .bottom-menu li a {
  font-size: 30px;
  font-weight: 400;
}
.footer-right .bottom-menu li:last-child {
  margin-right: 0;
}

.footer-right {
  font-size: 12px;
}
.footer-right-bottom-images {
  font-size: 25px;
  margin-top: 10px;
}

footer .copy {
  font-size: 12px;
  text-align: left;
}

@media (max-width: 1199px) {
  .footer-col-1 {
    order: 3;
    margin-bottom: 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-col-2 {
    order: 1;
    margin-bottom: 30px;
  }
  .footer-col-3 {
    order: 2;
    margin-bottom: 30px;
  }
  footer {
    text-align: center;
    padding: 30px 0;
  }
  .footer-right {
    text-align: center;
  }
  .footer-right .bottom-menu {
    justify-content: center;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .footer-logo {
    flex-direction: column;
  }
}
/* end footer */
/* cart */
/* cart-top */
.cart-top {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 50px;
  overflow: hidden;
  border-radius: 60px;
  border: 1px solid #f3f4f6;
  height: 75px;
}

.cart-top .cart-top-item {
  height: 75px;
  width: 25%;
  line-height: 70px;
  color: #f8f8f8;
  letter-spacing: 2.8px;
  font-weight: 600;
  margin-top: -1px;
  font-size: 14px;
  text-align: center;
  float: left;
  position: relative;
}
.cart-top .cart-top-item:first-child {
  background-color: #30006d;
}

.cart-top-item .text {
  position: relative;
  z-index: 20;
}

.cart-top-item.active {
  color: #fff;
  font-weight: 700;
  position: relative;
  border-right: 0;
  z-index: 1;
  background: #e01b59;
}
.cart-top-item.active:first-child {
  background-color: #e01b59;
}

.cart-top-item::before {
  background: url("/images/caresse/cart-step.svg") no-repeat;
  position: absolute;
  right: -40px;
  top: 0px;
  height: 75px;
  width: calc(100% + 36px);
  font-size: 80px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  content: "";
  z-index: 10;
}

.cart-top-item.active::before {
  background: url("/images/caresse/cart-step-active.svg") no-repeat;
  z-index: 9;
}

.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 h1 {
  font-size: 24px;
}

@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;
  }
  .cart-top-item {
    background-color: #30006d;
  }
}
/* end cart-top */
.cart-item-wrap table {
  width: 100%;
}

.cart-item-wrap table#basket-products {
  margin-bottom: 30px;
  border-radius: 10px;
  vertical-align: middle;
}

.cart-item-wrap table td {
  border-bottom: 1px solid #e7e7e7;
  height: 160px;
  vertical-align: middle;
}

.cart-item-wrap table td.cart-item-img {
  width: 100px;
  padding-left: 0px;
  padding-right: 0px;
}
.cart-item-wrap table td.cart-item-img a {
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  overflow: hidden;
}

.cart-item-wrap table td.cart-item-img img {
  max-height: 100px;
  max-width: 100px;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.cart-item-wrap table td a {
  color: #3a3a3a;
}

.cart-item-wrap table td.cart-item-name {
  padding-right: 20px;
  padding-left: 30px;
  max-width: 300px;
}
.cart-item-wrap table td.cart-item-name a {
  max-width: 300px;
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
}

.cart-item-wrap table .cart-item-price.cart-item-price-one {
  padding-left: 0;
  width: auto;
  text-align: left;
  font-size: 14px;
}

.cart-item-wrap table td.cart-item-availability {
  padding-right: 50px;
}

.cart-item-wrap table td.cart-item-availability span {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}

.cart-item-wrap table td.cart-item-count {
  text-align: right;
}

.cart-item-wrap table .cart-item-price {
  font-weight: 700;
  text-align: right;
  width: 165px;
  font-size: 18px;
  padding-right: 0px;
  color: #e01b59;
}

.cart-item-wrap table td.cart-item-del {
  text-align: right;
}
.cart-item-wrap table td.cart-item-del a {
  font-size: 15px;
  color: #181818;
  padding-right: 0px;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 44px;
}

.cart-bottom {
  width: 100%;
  padding: 30px;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 8px;
  background-color: #ffffff;
}

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

.cart-all-price-left {
  color: #181818;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  float: left;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  text-align: center;
}

.cart-all-price-left span {
  display: block;
}

.cart-all-price-left span.small {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: none;
  margin-top: 5px;
}

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

.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 .small {
  font-size: 12px;
}

.discount-wrap {
  float: left;
  min-width: 385px;
  margin-bottom: 0px;
  margin: 0 !important;
  position: relative;
}

.discount {
  float: left;
  min-width: 385px;
  margin-bottom: 0px;
  margin: 0 !important;
  position: relative;
}

.discount-input,
#voucher_filters_code {
  height: 44px;
  box-shadow: 1px solid #e7e7e7;
  border-radius: 22px;
  background-color: #f8f8f8;
  display: block;
  float: left;
  padding: 0px 15px;
  color: #2e2a35;
  position: relative;
  font-size: 14px;
}
.discount-input:focus,
#voucher_filters_code:focus {
  box-shadow: none;
}

.discount-submit {
  width: 145px;
  height: 44px;
  box-shadow: 0 10px 25px rgba(48, 0, 109, 0.25);
  border-radius: 0 22px 22px 0;
  background-color: #30006d;
  border: 2px solid #30006d;
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin-left: 0px;
  transition: all 0.3s;
  letter-spacing: 2.4px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.discount-submit:hover {
  background: #fff;
  color: #181818;
}

.cart-bottom-list {
  display: flex;
}
.cart-bottom-list .discount-wrap {
  width: 100%;
  display: flex;
}
.cart-bottom-list .cart-all-price {
  float: none;
  margin-left: auto;
  margin-top: -35px;
}
.cart-bottom-list #basket-vouchers-box {
  width: 100%;
}
.cart-bottom-list #basket-vouchers {
  width: 100%;
  padding-right: 40px;
}
.cart-bottom-list table {
  margin-bottom: 30px !important;
}
.cart-bottom-list table th.code {
  text-align: right !important;
}
.cart-bottom-list table td {
  height: 80px;
}
.cart-bottom-list table td.name {
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.cart-bottom-list table td.price {
  font-weight: 700;
  font-size: 18px;
  padding-right: 0px;
  color: #e01b59;
  width: 100px !important;
}
.cart-bottom-list table td.code {
  text-align: right !important;
}
.cart-bottom-list table td.del a {
  font-size: 15px;
  color: #181818;
  padding-right: 0px;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 44px;
}

@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-item-wrap table td.cart-item-name {
    max-width: 100%;
  }
  .cart-item-wrap table td.cart-item-name a {
    max-width: 100%;
  }
  .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-item-wrap table .cart-item-price.cart-item-price-one {
    text-align: center;
  }
  .cart-bottom {
    padding: 15px;
  }
  .discount-wrap {
    min-width: 0;
  }
  .discount {
    min-width: 0;
  }
  .cart-bottom-list #basket-vouchers {
    padding-right: 0;
  }
  .cart-bottom-list #basket-vouchers table thead {
    display: none;
  }
}
@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;
  }
  .cart-bottom .cart-all-price {
    width: 100%;
    margin-top: 30px;
  }
  .cart-bottom .cart-all-price-right {
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }
}
.btn-back {
  display: inline-block;
  text-align: center;
  color: #181818;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 22px;
  border: none;
  border: 2px solid #340070;
  padding: 11px 10px;
  width: 100%;
  max-width: 250px;
}
.btn-back:hover {
  background: #340070;
  color: #fff;
}

.btn-back:hover {
  text-decoration: none;
}

.cart-buttons {
  align-items: center;
  margin-top: 50px;
  margin-bottom: 80px;
}

.cart-btn-next {
  text-align: right;
}

.btn-next {
  font-size: 16px;
  padding: 15px 40px;
  display: inline-block;
  box-shadow: 0 10px 25px rgba(52, 215, 98, 0.5);
  border-radius: 30px;
  background-color: #34d762;
  border-color: #34d762;
  max-width: 480px;
  transition: all 0.3s;
}
.btn-next:hover {
  background: transparent;
  color: #34d762;
  border: 2px solid #34d762;
}

.btn-next i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .cart-btn-back,
  .cart-btn-next {
    text-align: center;
  }
  .cart-btn-back {
    order: 2;
    margin-top: 20px;
  }
  .btn-next,
  .btn-back {
    display: inline-block;
    float: none;
  }
}
/* cart-doprava */
#shipping-payment-box #basket-payments-box {
  margin: 0;
}

.doprava-platba-box-top {
  margin-bottom: 10px;
  padding-bottom: 25px;
  float: left;
  width: 100%;
  position: relative;
}

.doprava-platba-box-top h1 {
  float: left;
  width: calc(100% - 200px);
  line-height: 40px;
  margin-bottom: 0;
}

.doprava-platba-box-top .styled-select {
  width: 200px;
  float: left;
}

.doprava-platba-box-top .styled-select select {
  height: 40px;
  padding-left: 15px;
  padding-right: 50px;
  font-size: 14px;
  color: #1e364b;
}

.doprava-platba-box-top .styled-select::before {
  top: 20px;
  right: 20px;
  font-size: 12px;
}

.doprava-platba-item {
  border: 1px solid #f3f4f6;
  border-bottom: 0;
  float: left;
  width: 100%;
  min-height: 70px;
  padding: 10px 30px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

.doprava-platba-item:hover {
  background-color: #f4f5f7;
}

.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: 1px solid #f1ece9;
}

.doprava-platba-item .check-styled {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.doprava-platba-item .doprava-platba-item-subcontent {
  padding-left: 70px;
}

.doprava-platba-desc {
  padding-left: 70px;
  font-style: italic;
  font-size: 12px;
  padding-top: 5px;
}

.doprava-platba-item .check-right {
  float: left;
  padding-left: 40px;
  width: 100%;
  vertical-align: baseline;
}

.doprava-platba-item input[type=checkbox]:checked + label .check-right {
  font-weight: 700;
  color: #090312;
}
.doprava-platba-item input[type=checkbox]:checked + label .check-right .price {
  color: #090312;
}

.doprava-platba-item input[type=radio]:checked + label .check-right {
  font-weight: 700;
  color: #090312;
}
.doprava-platba-item input[type=radio]:checked + label .check-right .price {
  color: #090312;
}

.doprava-platba-item .check-right img {
  display: inline-block;
  margin-right: 15px;
}

.doprava-platba-item .check-right span {
  display: inline-block;
}

.doprava-platba-item .check-right span.price {
  margin-left: auto;
}

@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;
  }
  .doprava-platba-box-top h1 {
    width: 100%;
  }
  .doprava-platba-box-top .styled-select {
    width: 100%;
  }
}
/* end cart-doprava */
/* cart-shrnuti */
.cart-control {
  float: left;
  width: 100%;
  padding: 10px 40px;
  color: #e01b59;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #e7e7e7;
}

.cart-control i {
  position: absolute;
  left: 12px;
  top: 9px;
  color: #e01b59;
  font-size: 20px;
  font-weight: 300;
}

.cart-control p {
  margin-bottom: 0;
}

.cart-control.full-color {
  color: #090312;
  padding: 50px;
  background-color: #fff;
  text-align: center;
}

.cart-control.full-color h3 {
  margin-bottom: 10px;
  color: #181818;
  font-size: 24px;
}

.cart-control.full-color p {
  margin-bottom: 5px;
  font-weight: 400;
}

.cart-control.full-color i {
  color: #e01b59;
  font-size: 50px;
  position: relative;
  margin-bottom: 30px;
}

.cart-control.full-color .btn-back {
  border: 2px solid #340070;
  padding: 15px 10px;
  width: 100%;
  max-width: 250px;
  margin-top: 30px;
}

.user-box .btn-back {
  border: 2px solid #340070;
  padding: 15px 10px;
  width: 100%;
  max-width: 250px;
  margin-top: 0px;
}
.user-box .btn-back:hover {
  background: #340070;
  color: #fff;
}

.cart-shrnuti .cart-item-wrap table tr:last-child td {
  border-bottom: none;
}
.cart-shrnuti .cart-item-wrap table .cart-item-price {
  padding-right: 70px;
}
.cart-shrnuti .cart-item-wrap table td {
  height: 100px;
}
.cart-shrnuti .cart-item-wrap table td.cart-item-count {
  padding-right: 100px;
}
.cart-shrnuti .cart-item-wrap table td.cart-item-name a {
  max-width: 100%;
}

.cart-shrnuti .user-box.mb-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.cart-shrnuti .user-gray-box.mt-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cart-shrnuti .cart-all-price,
.cart-shrnuti #price-all-box {
  float: none;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}

.cart-text {
  margin-top: -25px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cart-text #basket-is-subscriber-box {
  float: none;
}

.cart-text .check-right {
  font-size: 14px;
  margin-bottom: 15px;
}

.cart-text input[type=checkbox] + label {
  background-position: left top 10px;
  display: block;
  margin-top: 15px;
}

.cart-text #basket-is-subscriber-box {
  margin-top: 0 !important;
}

.cart-text a {
  color: #e94e77;
}

/* cart-registrace-login */
.cart-adress {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  padding: 30px;
}

.cart-box {
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
}

.cart-box.dark {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  padding: 30px;
  margin: 0px 0px 30px 0px;
}

.cart-box h1,
.cart-box-head {
  margin-bottom: 5px;
  color: #181818;
}

.cart-box.dark h1 {
  color: #181818;
}

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

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

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

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

.cart-box a {
  color: #e94e77;
}

.cart-box.dark a {
  color: #e94e77;
}

.cart-box.dark .btn {
  color: #fff;
}

.cart-box .check-styled {
  margin-top: 15px;
  margin-bottom: 10px;
}

.cart-box.dark .form-control {
  border: none;
}

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

@media (min-width: 768px) {
  .cart-under-box .btn-next {
    margin-top: 0;
  }
}
/* end cart */
/* homepage */
.five-signs {
  padding-top: 40px;
  background: #fff;
  box-shadow: inset 0 -1px 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  padding-bottom: 40px;
}
.five-signs h2 {
  margin-bottom: 60px;
  margin-top: 30px;
}
.five-signs h3 {
  margin-bottom: 10px;
}
.five-signs .btn-main {
  margin-top: 20px;
}

.five-signs-headline-mobile {
  display: none;
}

.five-signs-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  margin-top: 30px;
}
.five-signs-item-img {
  width: 190px;
  height: 190px;
}
.five-signs-item-text {
  padding-left: 20px;
  max-width: 330px;
  font-size: 16px;
  font-weight: 400;
  width: calc(100% - 190px);
}
.five-signs-item-text p {
  margin-bottom: 0;
}

.five-signs-col:nth-child(1) .five-signs-item-img {
  margin-left: -20px;
}

.five-signs-col:nth-child(3) .five-signs-item-img {
  margin-right: -20px;
}

@media (max-width: 1559px) {
  .five-signs-item-img {
    width: 140px;
    height: 140px;
  }
  .five-signs-item-text {
    padding-left: 10px;
    max-width: 330px;
    font-size: 16px;
    font-weight: 400;
    width: calc(100% - 140px);
  }
  .five-signs-item-text p {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .five-signs-col {
    order: 2;
  }
  .five-signs-col:nth-child(2) {
    order: 1;
  }
  .five-signs-col:nth-child(3) {
    order: 3;
    margin-left: 50%;
    margin-top: -130px;
  }
}
@media (max-width: 991px) {
  .five-signs-col:nth-child(3) {
    order: 3;
    margin-left: 0%;
    margin-top: 0px;
  }
  .five-signs-headline-mobile {
    display: block;
  }
  .five-signs-headline-desktop {
    display: none;
  }
  .five-signs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .five-signs h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.why-us {
  margin-top: 70px;
}

.why-us-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.why-us-menu li a {
  font-size: 14px;
  margin-left: 80px;
  color: #181818;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 0px;
  position: relative;
}
.why-us-menu li a:hover {
  text-decoration: none;
  background: none;
  border: none;
  color: #181818;
}
.why-us-menu li a:hover:after {
  width: 100%;
}
.why-us-menu li a.active {
  text-decoration: none;
  background: none;
  border: none;
  color: #181818;
}
.why-us-menu li a.active:after {
  width: 100%;
}
.why-us-menu li a:after {
  width: 45px;
  height: 2px;
  background-color: #e01b59;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  transition: all 0.3s;
}

.why-box-item {
  background: url("./../images/caresse/why-1.png") no-repeat center top;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 0px 20px;
}
.why-box-item-icon {
  color: #e01b59;
  font-size: 50px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 10px;
}
.why-box-item-name {
  font-size: 30px;
  margin-bottom: 10px;
  color: #181818;
  line-height: 1;
  max-width: 300px;
  text-align: center;
}
.why-box-item-text {
  color: #090312;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  max-width: 300px;
}
.why-box-item-text p {
  margin-bottom: 0;
}
.why-box-item-btn {
  margin-bottom: 30px;
  margin-top: auto;
}
.why-box-item-btn .btn {
  max-width: 100%;
  padding: 15px 15px;
}

.why-box-item-choose {
  background: url("./../images/caresse/why-1.png") no-repeat center top;
}

.why-box-item-exp {
  background: url("./../images/caresse/why-2.png") no-repeat center top;
}

.why-box-item-normal {
  background: url("./../images/caresse/why-3.png") no-repeat center top;
}

.why-box-item-stores {
  background: url("./../images/caresse/why-4.png") no-repeat center top;
}

.why-box-item-club {
  background: url("./../images/caresse/why-9.png") no-repeat center top;
}

.why-box-item-night {
  background: url("./../images/caresse/why-6.png") no-repeat center top;
}

.why-box-item-care {
  background: url("./../images/caresse/why-7.png") no-repeat center top;
}

.why-box-item-kids {
  background: url("./../images/caresse/why-10.png") no-repeat center top;
}

@media (max-width: 1559px) {
  .why-box-item-icon {
    font-size: 40px;
    margin-top: 15px;
  }
  .why-box-item-name {
    font-size: 24px;
  }
  .why-box-item-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 1359px) {
  .why-box-item-icon {
    font-size: 30px;
    margin-top: 15px;
  }
  .why-box-item-name {
    font-size: 24px;
  }
  .why-box-item-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .why-us-menu {
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
  }
  .why-us-menu li a {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .why-box-item {
    padding: 0px 20px;
  }
  .why-us {
    margin-top: 30px;
  }
}
.hp-items h2 {
  font-weight: 300;
  margin: 0;
}
.hp-items .tab-content {
  margin-bottom: 30px;
}

.category-card-wrap {
  margin-bottom: 60px;
  margin-top: 30px;
}

.category-card-list {
  margin-top: 20px;
  margin-bottom: 30px;
}

.category-card-item-col {
  margin-bottom: 30px;
}

.category-card-item {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  transition: all 0.3s;
  height: 100%;
  overflow: hidden;
}
.category-card-item-img {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}
.category-card-item-img img {
  width: 100%;
}
.category-card-item-name {
  padding: 0px 5px 10px 5px;
  color: #181818;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  height: 52px;
  display: flex;
  align-items: center;
}
.category-card-item:hover {
  box-shadow: 0 10px 25px rgba(9, 3, 18, 0.25);
  text-decoration: none;
}

.category-cart-item-col-line .category-card-item .category-card-item-img {
  height: 220px;
}
.category-cart-item-col-line .category-card-item .category-card-item-img img {
  height: 100%;
  max-width: unset;
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

.category-card-item-col.bigger .category-card-item {
  overflow: hidden;
}
.category-card-item-col.bigger .category-card-item .category-card-item-img {
  margin-top: -1px;
  height: 658px;
}

.category-card-item-col.bigger .category-card-item-name {
  font-size: 30px;
}

.category-card-item-col.two-small [class*=col-]:first-child .category-card-item {
  margin-bottom: 30px;
}
.category-card-item-col.two-small .category-card-item {
  height: auto;
}

@media (min-width: 1200px) {
  .category-card-item-col {
    flex: 0 0 12.5%;
    margin-bottom: 30px;
    max-width: 12.5%;
  }
  .category-card-item-col.bigger {
    flex: 0 0 34%;
    max-width: 34%;
  }
  .category-card-item-col.two-small {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .category-card-item-col.two-small .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .category-card-item-col.two-small [class*=col-]:first-child .category-card-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1559px) {
  .category-card-item-name {
    font-size: 20px;
  }
  .category-card-item-col.bigger .category-card-item-name {
    font-size: 24px;
  }
  .category-card-item-col.bigger .category-card-item .category-card-item-img {
    height: 572px;
  }
  .category-cart-item-col-line .category-card-item .category-card-item-img {
    height: 190px;
  }
}
@media (max-width: 1359px) {
  .category-card-item-col.bigger .category-card-item .category-card-item-img {
    height: 492px;
  }
}
@media (max-width: 1199px) {
  .category-cart-item-col-line .category-card-item .category-card-item-img {
    height: 290px;
  }
}
@media (max-width: 991px) {
  .category-cart-item-col-line .category-card-item .category-card-item-img {
    height: 210px;
  }
  .category-card-item-col {
    margin-bottom: 15px;
  }
  .category-card-item-col.two-small {
    margin-bottom: 15px;
  }
  .category-card-item-col.two-small [class*=col-]:first-child .category-card-item {
    margin-bottom: 15px;
  }
  .category-card-item-name {
    font-size: 16px;
  }
  .category-card-item-col.bigger .category-card-item {
    overflow: hidden;
  }
  .category-card-item-col.bigger .category-card-item .category-card-item-name {
    font-size: 16px;
  }
  .category-card-item-col.bigger .category-card-item .category-card-item-img {
    margin-top: -1px;
    height: auto;
  }
  .category-card-item-col.bigger .category-card-item .category-card-item-img img {
    height: auto;
    width: 100%;
    max-width: unset;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .category-cart-item-col-line .category-card-item .category-card-item-img {
    height: 330px;
  }
  .category-card-list .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .category-card-item-col {
    padding: 0px 7.5px;
  }
  .category-card-item-col.two-small [class*=col-] {
    padding: 0px 7.5px;
  }
}
@media (max-width: 575px) {
  .category-cart-item-col-line .category-card-item .category-card-item-img {
    height: 270px;
  }
}
@media (max-width: 420px) {
  .category-cart-item-col-line .category-card-item .category-card-item-img {
    height: 220px;
  }
}
.new-product-wrap {
  margin-bottom: 100px;
}

.new-product-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  text-align: center;
  line-height: 1.3;
}
.new-product-item img {
  display: block;
}
.new-product-item.small:first-child {
  margin-bottom: 30px;
}
.new-product-item-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 40px 50px;
}
.new-product-item-name {
  margin-bottom: 40px;
}
.new-product-item-name a {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  display: block;
}
.new-product-item-name a:hover {
  text-decoration: none;
}

@media (max-width: 1559px) {
  .new-product-item.small:first-child {
    margin-bottom: 22px;
  }
  .new-product-item-text {
    padding: 20px 20px;
  }
  .new-product-item-name {
    margin-bottom: 30px;
  }
  .new-product-item-name a {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .new-product-item.small:first-child {
    margin-bottom: 10px;
  }
  .new-product-item-name {
    margin-bottom: 10px;
  }
  .new-product-item-name a {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .new-product-wrap {
    margin-bottom: 30px;
  }
  .new-product-item {
    margin-bottom: 20px;
  }
  .new-product-item.small:first-child {
    margin-bottom: 20px;
  }
}
/* end homepage */
/* text pages */
.inTextPage {
  margin-top: 0px;
  margin-bottom: 0px;
}
.inTextPage h1 {
  margin-bottom: 30px;
}
.inTextPage h2 {
  margin-bottom: 30px;
}
.inTextPage img {
  max-width: 100% !important;
  height: auto !important;
}
.inTextPage iframe {
  max-width: 100% !important;
}
.inTextPage a:not(.btn) {
  color: #e01b59;
}
.inTextPage b {
  font-weight: 700;
}
.inTextPage ul {
  list-style: disc;
  margin-left: 20px;
}
.inTextPage ul li {
  margin-bottom: 10px;
}
.inTextPage ol {
  list-style: decimal;
  margin-left: 20px;
}
.inTextPage ol li {
  margin-bottom: 10px;
}

@media (max-width: 440px) {
  .inTextPage iframe {
    height: 200px !important;
  }
  .inTextPage .reservanto-iframe iframe {
    height: 100% !important;
  }
}
.perex-red {
  color: #e01b59;
  font-size: 24px;
  font-weight: 300;
}

.team-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.team-item-img {
  width: 150px;
}
.team-item-img-new {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px;
  overflow: hidden;
}
.team-item-img-new img {
  transform: scale(1.1);
}
.team-item-img-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.team-item-text {
  width: calc(100% - 150px);
  padding-left: 50px;
}
.team-item-text h3 {
  color: #e01b59;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .team-item {
    flex-wrap: wrap;
  }
  .team-item-img {
    width: 150px;
  }
  .team-item-text {
    width: 100%;
    padding-left: 0px;
  }
  .team-item-text h3 {
    font-size: 18px;
  }
}
.strih-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.strih-item-img {
  width: 300px;
  border-right: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px;
  overflow: hidden;
}
.strih-item-text {
  width: calc(100% - 300px);
  padding-left: 50px;
  padding-right: 20px;
}
.strih-item-text h3 {
  color: #e01b59;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .strih-item {
    flex-wrap: wrap;
  }
  .strih-item-img {
    width: 100%;
    border: none;
  }
  .strih-item-img a {
    margin: 0 auto;
    display: block;
  }
  .strih-item-img img {
    margin: 0 auto;
    width: 150px;
    display: block;
  }
  .strih-item-text {
    width: 100%;
    padding: 10px;
    padding-bottom: 0;
  }
  .strih-item-text p {
    margin-bottom: 10px;
  }
  .strih-item-text h3 {
    font-size: 18px;
    text-align: center;
  }
}
/* end text pages */
/* blog */
.container-blog {
  margin-bottom: 50px;
}
.container-blog .head {
  margin-bottom: 30px;
}

.article-item-row {
  margin-bottom: 50px;
}
.article-item-row:nth-child(even) .article-item-col:nth-child(1) {
  order: 2;
}
.article-item-row:nth-child(even) .article-item-col:nth-child(2) {
  order: 1;
}
.article-item-row:nth-child(even) .article-item-text {
  padding-left: 0;
  padding-right: 100px;
}

.article-item-row .blogpost-image {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.article-item-row .blogpost-image img {
  max-width: 100%;
}

.blogpost-image {
  display: block;
}

.article-item-text {
  padding-left: 50px;
}
.article-item-text h3 {
  font-size: 30px;
}
.article-item-text h3 a {
  display: block;
  line-height: 1.1;
  transition: all 0.3s;
  margin-bottom: 30px;
  margin-top: 35px;
}
.article-item-text h3 a:hover {
  color: #e01b59;
  text-decoration: none;
}
.article-item-text time {
  color: #8e8e8e;
  font-size: 16px;
  margin-bottom: 30px;
  display: block;
}
.article-item-text .perex {
  margin-bottom: 35px;
}

.blog-list-top {
  align-items: center;
}
.blog-list-top h2 {
  margin-bottom: 30px;
}
.blog-list-top .link-btn-col {
  text-align: right;
}
.blog-list-top .link-btn {
  margin-bottom: 30px;
  display: inline-flex;
  color: #181818;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
}
.blog-list-top .link-btn:hover {
  text-decoration: none;
  color: #e01b59;
}

.blog-list-col .article-item-col {
  margin-bottom: 30px;
}
.blog-list-col .article-item-top {
  height: 200px;
  overflow: hidden;
}
.blog-list-col .article-item-top a {
  height: 100%;
}
.blog-list-col .article-item-top a img {
  width: 100%;
  top: 0;
}
.blog-list-col .article-item {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background-color: #ffffff;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.blog-list-col .article-item:hover {
  box-shadow: 0 10px 25px rgba(9, 3, 18, 0.25);
}
.blog-list-col .article-item-text {
  padding: 0px 20px;
  text-align: center;
}
.blog-list-col .article-item-text h3 {
  font-size: 21px;
  text-align: center;
}
.blog-list-col .article-item-text h3 a {
  text-align: center;
  margin: 30px 0 20px 0px;
}
.blog-list-col time {
  color: #8e8e8e;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
}
.blog-list-col .perex {
  margin-bottom: 30px;
}
.blog-list-col .btn {
  font-size: 12px;
  padding: 10px;
  max-width: 100px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.blog-list-col .article-item-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 0px 20px 20px 20px;
}

.blog-sidebar-content {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-sidebar-content h3 {
  font-size: 24px;
}

.article-detail-perex {
  margin-bottom: 20px;
}
.article-detail-img {
  max-width: 800px;
  margin-bottom: 20px;
}

.content-blog-post img {
  max-width: 100%;
  height: auto !important;
}
.content-blog-post iframe {
  max-width: 100% !important;
}

@media (max-width: 1559px) {
  .article-item-row {
    margin-bottom: 30px;
  }
  .article-item-row:nth-child(even) .article-item-text {
    padding-left: 0;
    padding-right: 50px;
  }
  .article-item-text {
    padding-left: 50px;
  }
  .article-item-text h3 {
    font-size: 28px;
  }
  .article-item-text h3 a {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .article-item-text time {
    margin-bottom: 20px;
  }
  .article-item-text .perex {
    margin-bottom: 20px;
  }
}
@media (max-width: 1359px) {
  .container-blog .left-content {
    width: 170px;
  }
  .container-blog .main-content {
    width: calc(100% - 170px);
  }
  .article-item-row {
    margin-bottom: 40px;
  }
  .article-item-row:nth-child(even) .article-item-text {
    padding-left: 0;
    padding-right: 0px;
  }
  .article-item-text {
    padding-left: 0px;
  }
  .article-item-text h3 {
    font-size: 28px;
  }
  .article-item-text h3 a {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .article-item-text .btn-secondary {
    max-width: 200px;
    padding: 15px 20px;
  }
  .article-item-text time {
    margin-bottom: 20px;
  }
  .article-item-text .perex {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .article-item-row .blogpost-image {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .container-blog .left-content {
    width: 100%;
  }
  .container-blog .main-content {
    width: 100%;
  }
  .article-item-row .blogpost-image {
    height: auto;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .article-item-row:nth-child(even) .article-item-col:nth-child(1) {
    order: 1;
  }
  .article-item-row:nth-child(even) .article-item-col:nth-child(2) {
    order: 2;
  }
  .article-item-text h3 {
    font-size: 24px;
  }
  .article-item-text h3 a {
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .article-item-text time {
    margin-bottom: 10px;
  }
  .article-item-text .perex {
    margin-bottom: 15px;
  }
  .content-blog-post .btgrid .col {
    width: 100%;
    flex: 0 0 100%;
  }
  .content-blog-post img {
    max-width: calc(100% - 20px) !important;
    height: auto !important;
    margin: 10px !important;
  }
}
/* end blog */
/* colors */
/* bílá */
.clr_2d26aebcb490a31a92c8a281d98bec6e,
.clr_6a9b212a635a6a95700f6290f6ba932f {
  background-color: #ffffff !important;
}
.clr_2d26aebcb490a31a92c8a281d98bec6e:after,
.clr_6a9b212a635a6a95700f6290f6ba932f:after {
  color: #000 !important;
}

.attr_label_2d26aebcb490a31a92c8a281d98bec6e:before {
  background-color: #fff !important;
}

.attr_label_2d26aebcb490a31a92c8a281d98bec6e:after {
  color: #000 !important;
}

/* černá */
.clr_6dc27975e5c31e20ad64cfb7cee29019 {
  background-color: #000000 !important;
}

.attr_label_6dc27975e5c31e20ad64cfb7cee29019:before {
  background-color: #000000 !important;
}

/* Červená */
.clr_6f6617f4d9d40bf343b038c0c5366027 {
  background-color: #ff0000 !important;
}

.attr_label_6f6617f4d9d40bf343b038c0c5366027:before {
  background-color: #ff0000 !important;
}

/* Fialová */
.clr_263e9c4b185aeaf234682d7482e880d9 {
  background-color: #ee82ee !important;
}

.attr_label_263e9c4b185aeaf234682d7482e880d9:before {
  background-color: #ee82ee !important;
}

/* Hnědá */
.clr_d6b71962258a38816041beb5031cd0c8 {
  background-color: #a52a2a !important;
}

.attr_label_d6b71962258a38816041beb5031cd0c8:before {
  background-color: #a52a2a !important;
}

/* Modrá */
.clr_22a10178acca65868adbd34c847620fc {
  background-color: #0000ff !important;
}

.attr_label_22a10178acca65868adbd34c847620fc:before {
  background-color: #0000ff !important;
}

/* Multicolor */
.clr_7c0101e1cef4206cc54371e9873d3e1f {
  background-color: #ff0000 !important;
}

.attr_label_7c0101e1cef4206cc54371e9873d3e1f:before {
  background-color: #ff0000 !important;
}

/* Odstín tělové */
.clr_a9bf8bac0e81e3123374e7972e72a1c7 {
  background-color: #faebd7 !important;
}

.attr_label_a9.attr_label_29d267cd03cc19d18ec94a7a7180232c:before {
  background-color: #722f37 !important;
}

bf8bac0e81e3123374e7972e72a1c7:before {
  background-color: #faebd7 !important;
}

/* Oranžová */
.clr_257dc4d53c9acea608a5fdd213130b74 {
  background-color: #ffa500 !important;
}

.attr_label_257dc4d53c9acea608a5fdd213130b74:before {
  background-color: #ffa500 !important;
}

/* Petrolejová */
.clr_1043e481639bc3417646f8d96089d625 {
  background-color: #355664 !important;
}

.attr_label_1043e481639bc3417646f8d96089d625:before {
  background-color: #355664 !important;
}

/* Pudrová */
.clr_c6e7cf657893120c8022ef508ed5d313 {
  background-color: #d7a3ab !important;
}

.attr_label_c6e7cf657893120c8022ef508ed5d313:before {
  background-color: #d7a3ab !important;
}

/* Růžová */
.clr_651f07a53e35eb523ae5ae06bea93b5c {
  background-color: #e0457b !important;
}

.attr_label_651f07a53e35eb523ae5ae06bea93b5c:before {
  background-color: #e0457b !important;
}

/* Šedá */
.clr_aeb7ce7dcddbf0fa618540acf83e03b1 {
  background-color: #808080 !important;
}

.attr_label_aeb7ce7dcddbf0fa618540acf83e03b1:before {
  background-color: #808080 !important;
}

/* Smetanová */
.clr_bd30050e9324500a4801c083a38b51f4 {
  background-color: #fffff0 !important;
}

.attr_label_bd30050e9324500a4801c083a38b51f4:before {
  background-color: #fffff0 !important;
}

.attr_label_bd30050e9324500a4801c083a38b51f4:after {
  color: #000 !important;
}

/* Vínová */
.clr_29d267cd03cc19d18ec94a7a7180232c {
  background-color: #722f37 !important;
}

.attr_label_29d267cd03cc19d18ec94a7a7180232c:before {
  background-color: #722f37 !important;
}

/* Zelená */
.clr_766b09a09d60198d129ef38407726f9f {
  background-color: #008000 !important;
}

.attr_label_766b09a09d60198d129ef38407726f9f:before {
  background-color: #008000 !important;
}

/* Žlutá */
.clr_75d609f38b5ba823b9874e25901cd1e0 {
  background-color: #ffff00 !important;
}

.attr_label_75d609f38b5ba823b9874e25901cd1e0:before {
  background-color: #ffff00 !important;
}

/* end colors */
/* contact page */
.contact-form-wrap {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 70px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group label {
  color: #181818;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-left: 26px;
}
.contact-form .form-group input {
  height: 50px;
  border-radius: 25px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  width: 100%;
}
.contact-form .form-group textarea {
  height: 100px;
  border-radius: 25px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  width: 100% !important;
}

.contact-item-list {
  display: flex;
  flex-wrap: wrap;
}

.contact-social ul {
  list-style: none;
}

.contact-item {
  display: flex;
  margin-bottom: 40px;
}
.contact-item .contact-item-img {
  width: 55px;
  display: flex;
  padding-top: 15px;
}
.contact-item .contact-item-img i {
  color: #e01b59;
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
}
.contact-item .contact-item-text {
  width: calc(100% - 55px);
}
.contact-item .contact-item-text p {
  margin-bottom: 0;
}
.contact-item h4 {
  margin-bottom: 8px;
}

.contact-item-phone {
  width: 40%;
}
.contact-item-phone a {
  color: #181818;
  font-size: 24px;
  font-weight: 700;
  display: block;
  transition: all 0.3s;
}
.contact-item-phone a:hover {
  color: #e01b59;
  text-decoration: none;
}
.contact-item-phone a small {
  font-size: 16px;
}

.contact-item-mail {
  width: 60%;
  font-size: 12px;
}
.contact-item-mail a {
  color: #181818;
  font-size: 24px;
  font-weight: 700;
  transition: all 0.3s;
}
.contact-item-mail a:hover {
  color: #e01b59;
  text-decoration: none;
}

.contact-item-return {
  margin-bottom: 0;
}

.contact-pay-card {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 150px;
}
.contact-pay-card-img {
  color: #e01b59;
  font-size: 35px;
  font-weight: 400;
}
.contact-pay-card-text {
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
  max-width: 220px;
}

@media (max-width: 767px) {
  .contact-pay-card {
    margin-left: 0;
  }
}
.office-list {
  margin-left: -10px;
  margin-right: -10px;
}

.office-item-col {
  padding-left: 10px;
  padding-right: 10px;
}

.office-item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.office-item-head {
  border-radius: 8px 8px 0 0;
  border: 1px solid #e7e7e7;
  height: 110px;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.office-item-head h4 {
  font-size: 18px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
.office-item-head h4:after {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  color: #e01b59;
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 300;
}
.office-item-head h4 strong {
  color: #e01b59;
}
.office-item-map {
  width: 100%;
  height: 250px;
}
.office-item-map iframe {
  width: 100%;
  height: 100%;
}
.office-item-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.office-item-text {
  min-height: 205px;
  display: flex;
  padding: 30px;
  line-height: 1.2;
  font-size: 14px;
  flex-direction: column;
}
.office-item-phone {
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  min-height: 35px;
}
.office-item-phone a {
  color: #181818;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
}
.office-item-phone a small {
  font-size: 12px;
  font-weight: 400;
}
.office-item-phone a:hover {
  text-decoration: none;
  color: #e01b59;
}
.office-item-phone:after {
  color: #e01b59;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 300;
  content: "\f095";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.office-item-mail {
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  min-height: 35px;
}
.office-item-mail a {
  color: #181818;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s;
}
.office-item-mail a:hover {
  text-decoration: none;
  color: #e01b59;
}
.office-item-mail:after {
  color: #e01b59;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 300;
  content: "\f1d8";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.office-item-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.office-item-openTime {
  position: relative;
  padding-left: 30px;
  display: flex;
  min-height: 35px;
  color: #181818;
  margin-top: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.office-item-openTime:after {
  color: #e01b59;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 300;
  content: "\f017";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.office-item-openTime-alert {
  color: #e01b59;
  font-weight: 600;
}
.office-item-close .office-item-map,
.office-item-close .office-item-contact,
.office-item-close .office-item-text {
  opacity: 0.3;
}

.contact-social h2 {
  margin-bottom: 20px;
}
.contact-social ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
.contact-social ul li {
  margin: 15px;
}
.contact-social ul li a {
  font-size: 40px;
  transition: all 0.3s;
}
.contact-social ul li a:hover {
  color: #181818;
}

.contact-page-right {
  padding-left: 150px;
  padding-top: 20px;
}

@media (max-width: 1359px) {
  .office-item-head h4 {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .contact-item-phone {
    width: 100%;
  }
  .contact-item-mail {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .contact-page-right {
    padding-left: 0;
  }
}
/* contact page */
/* coop page */
.coop-item {
  margin-bottom: 30px;
}
.coop-item-img {
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.coop-item-img img {
  max-width: 100%;
}
.coop-item-name {
  font-size: 24px;
  font-weight: 700;
  color: #181818;
  text-align: center;
  margin-bottom: 15px;
}
.coop-item-text {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.coop-item-text p {
  margin-bottom: 0;
}

/* end coop page */
/* user pages */
.in-reg-wrap {
  margin-bottom: 50px;
}

.in-signin-wrap {
  margin-top: 30px;
}

.cart-box-prereg td {
  padding-bottom: 20px;
}

.user-gray-box {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  padding: 30px;
  margin: 0px 0px 30px 0px;
}

.user-box {
  border-radius: 10px;
  border: 1px solid #f3f4f6;
  background-color: #ffffff;
  padding: 30px;
  margin: 0px 0px 30px 0px;
}

.user-box h2,
.user-gray-box h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.user-gray-box .check-styled {
  margin-bottom: 10px;
}
.user-gray-box .check-styled label {
  display: block;
}

.user-gray-box a {
  color: #e01b59;
}

.user-page-wrap h1 {
  font-size: 36px;
  margin-bottom: 30px;
}

.reset-pass {
  margin-left: 30px;
}

.user-box .check-styled {
  margin-bottom: 10px;
}

.form-group .tabDivRowWrap label {
  padding-left: 0;
}

.user-page-wrap {
  margin-top: 40px;
}

.left-user-list {
  margin-bottom: 30px;
}
.left-user-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 0 25px;
}
.left-user-list ul li.user-name {
  padding: 15px 0;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #e01b59;
}
.left-user-list ul li {
  width: 100%;
  padding: 5px;
  line-height: 1.2;
  font-size: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.left-user-list ul li:last-child {
  border-bottom: none;
}
.left-user-list ul li a {
  color: #090312;
  font-weight: 600;
  display: block;
  transition: all 0.3s;
  padding: 15px 0;
}
.left-user-list ul li a:hover {
  text-decoration: none;
  color: #181818;
}
.left-user-list ul li i {
  color: #e01b59;
  margin-right: 10px;
  font-weight: 400;
}

.wishlist_shipping_address_id_row td,
.tabDivRowWrap.shipping_address_country_id_row td {
  border: none !important;
}
.wishlist_shipping_address_id_row label,
.tabDivRowWrap.shipping_address_country_id_row label {
  color: #181818;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-left: 26px;
}
.wishlist_shipping_address_id_row select,
.tabDivRowWrap.shipping_address_country_id_row select {
  height: 50px;
  border-radius: 25px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  width: 100%;
}

@media (max-width: 767px) {
  .user-list-item-col {
    margin: 5px 0px;
  }
}
.wishlist-top-line {
  text-align: right;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: flex-end;
}
.wishlist-top-line a {
  font-weight: 400;
  color: #e01b59;
}

.user-list-item {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  height: 200px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.user-list-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  display: block;
}

.user-list-img img {
  margin: 0 auto;
  max-height: 100%;
}

.user-list-name {
  margin-top: 20px;
  color: #090312;
  font-size: 14px;
  display: block;
}

.user-list-name:hover {
  text-decoration: none;
}

.user-list-count {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  width: 25px;
  height: 25px;
  background: #e01b59;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-list-del {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.user-list-del i {
  font-size: 15px;
  color: #30006d;
  font-weight: 400;
}

.user-list-item.last {
  /* background: transparent; */
}

.user-list-item .user-list-img i {
  font-size: 60px;
  padding-top: 0px;
  margin-top: 30px;
  font-weight: 300;
  line-height: 1;
  color: #e01b59;
}

.user-list-img > i {
  transition: all 0.3s;
}

.last .user-list-img > i:hover {
  transform: rotate(90deg);
}

.modal-share .input-group {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 50px;
}
.modal-share .input-group .form-control {
  border-radius: 30px;
  height: 50px;
}
.modal-share .modal-header {
  text-align: center;
}
.modal-share .btn.wishlist-copy {
  padding: 5px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  height: 50px;
  width: auto;
}

@media (min-width: 991px) {
  .modal-share .modal-dialog {
    max-width: 735px;
  }
}
#table-wishlist-info {
  width: 100%;
  max-width: 360px;
}

#table-wishlist-info th,
#table-wishlist-info td {
  display: block;
  background: none;
  border: none;
}

#table-wishlist-info .wishlist_shipping_address_id_row td {
  border: 2px solid #d0d0d0;
  background-color: #ffffff;
}

.content-wishlist-edit #table-wishlist-info td {
  margin-bottom: 2rem;
}

.content-wishlist-edit #table-wishlist-info label {
  color: #181818;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-left: 26px;
}

.content-wishlist-edit #table-wishlist-info td textarea {
  width: 100%;
  height: 100px;
  border-radius: 25px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  width: 100%;
}

.content-wishlist-edit #table-wishlist-info td textarea:hover,
.content-wishlist-edit #table-wishlist-info td textarea:focus {
  background-color: #f8f8f8;
  border: 1px solid #e7e7e7;
  outline: none;
}

.wishlist-input-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.wishlist-input-wrap .tabDivRowWrap {
  width: 33.33%;
  padding: 0px 15px;
}

.table-wishlist-products {
  min-width: 100%;
}
.table-wishlist-products .cart-item-count {
  width: 135px;
}
.table-wishlist-products .input-number input {
  width: 50px;
}

.table-wishlist-products .btn-next {
  color: #fff;
  padding: 10px 20px;
  width: auto;
  font-size: 14px;
  letter-spacing: 2px;
}
.table-wishlist-products .btn-next:hover {
  color: #34d762;
}
.table-wishlist-products .cart-item-buy {
  min-width: 200px;
  text-align: center;
}
.table-wishlist-products .send-link-wrap {
  margin-top: 15px;
}
.table-wishlist-products .send-link-wrap .send-link i {
  font-size: 20px;
  margin-right: 10px;
}

.content-wishlist-edit .cart-main {
  margin-bottom: 100px;
}
.content-wishlist-edit .cart-adress {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-wishlist-read {
  margin-top: 30px;
}

@media (max-width: 1559px) {
  .cart-item-wrap table.table-wishlist-products td.cart-item-img {
    width: 60px;
  }
  .cart-item-wrap table.table-wishlist-products td.cart-item-img img {
    max-width: 60px;
    max-height: 60px;
  }
  .table-wishlist-products .cart-item-buy {
    min-width: 150px;
  }
  .cart-item-wrap table.table-wishlist-products td.cart-item-availability {
    padding-right: 0;
  }
  .cart-item-wrap table.table-wishlist-products .cart-item-price {
    width: 100px;
  }
}
.user-page-wrap .col-md-9 .container {
  width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  .wishlist-input-wrap .tabDivRowWrap {
    width: 100%;
    padding: 0px 15px;
  }
  .content-wishlist-edit .cart-main {
    margin-bottom: 50px;
  }
}
.wishlist-input-wrap {
  display: none;
}

#table-wishlist-info .wishlist_shipping_address_id_row {
  display: none;
}

.invoice-list {
  width: 100%;
}

.inv-table {
  width: 100%;
}
.inv-table tr {
  border-bottom: 1px solid #f4f5f7;
}
.inv-table td {
  height: 60px;
  vertical-align: middle;
}
.inv-table .inv-num {
  color: #3a3a3a;
  font-weight: 700;
}
.inv-table .inv-price {
  color: #e01b59;
  font-weight: 600;
}
.inv-table .inv-state {
  text-align: center;
}
.inv-table .inv-state span {
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  background-color: #30006d;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1;
  font-size: 11px;
  min-width: 150px;
  color: #ffffff;
  display: inline-block;
}
.inv-table .inv-detail {
  text-align: right;
  width: 210px;
}
.inv-table .inv-detail a {
  color: #e01b59;
  transition: all 0.3s;
}
.inv-table .inv-detail a:hover {
  text-decoration: none;
  color: #181818;
}

.detail-invoice-top {
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.detail-invoice-top ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.detail-invoice-top ul li a {
  padding: 0;
  color: #e01b59;
  font-weight: 400;
  margin-right: 25px;
  letter-spacing: 0;
}
.detail-invoice-top ul li a i {
  margin-right: 5px;
  color: #e01b59;
}

.detail-invoice-table-list {
  width: 100%;
  color: #000;
}
.detail-invoice-table-list tr {
  border-bottom: 1px solid #f3f4f6;
  height: 100px;
}
.detail-invoice-table-list tr td {
  vertical-align: middle;
}
.detail-invoice-table-list .inv-col-img {
  width: 60px;
}
.detail-invoice-table-list .inv-col-img img {
  max-width: 100%;
}
.detail-invoice-table-list .inv-col-name {
  padding-left: 30px;
  font-weight: 600;
  color: #000;
}
.detail-invoice-table-list .inv-col-name a {
  color: #000;
}
.detail-invoice-table-list .inv-col-count {
  text-align: center;
  padding: 0px 25px;
}
.detail-invoice-table-list .inv-col-price-ks {
  text-align: right;
}
.detail-invoice-table-list .inv-col-price {
  font-weight: 700;
  text-align: right;
  color: #e01b59;
}
.detail-invoice-table-list .inv-col-price-bottom-value {
  font-size: 30px;
  text-align: right;
  font-weight: 700;
}
.detail-invoice-table-list .inv-col-reclamation {
  text-align: right;
  padding-left: 20px;
}
.detail-invoice-table-list .inv-col-reclamation .btn {
  min-width: 0;
  padding: 10px 10px;
  font-size: 11px;
}

@media (max-width: 1559px) {
  .detail-invoice-table-list td {
    box-sizing: border-box;
  }
  .detail-invoice-table-list .inv-col-count {
    padding: 0 10px;
    width: 50px;
  }
  .detail-invoice-table-list .inv-col-price-ks {
    width: 70px;
  }
  .detail-invoice-table-list .inv-col-price {
    width: 100px;
  }
  .detail-invoice-table-list .inv-col-name {
    padding-left: 15px;
    width: calc(100% - 60px - 50px - 70px - 100px - 130px);
    font-size: 14px;
  }
  .detail-invoice-table-list .inv-col-name a {
    line-height: 1.2;
    display: inline-block;
  }
  .detail-invoice-table-list .inv-col-reclamation {
    padding-left: 10px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  .user-box,
  .user-gray-box {
    padding: 15px;
  }
}
/* user pages */
/* fulltext */
.fulltext-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.fulltext-list input[type=checkbox] + label,
.fulltext-list input[type=radio] + label {
  margin-bottom: 10px;
}
.fulltext-list h2 {
  margin-bottom: 10px;
  margin-top: 30px;
}

#fulltext-list-form-box {
  padding: 0;
}

.fulltex-input-group {
  display: flex;
  margin-bottom: 30px;
}
.fulltex-input-group .form-control {
  width: calc(100% - 100px);
}
.fulltex-input-group .btn {
  width: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#fulltext-list-form-box .fulltext-query {
  width: calc(100% - 100px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* end fulltext */
.cart-empty .user-box {
  padding-bottom: 50px;
}
.cart-empty i {
  transform: rotate(170deg);
  color: #e01b59;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 20px;
}

/* tags */
.product-tag-list {
  position: absolute;
  margin: 0px;
  right: 5px;
  top: 5px;
}

.percent-icon,
.panties-icon {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  background-color: #30006d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.2;
}

.panties-icon {
  font-weight: 400;
  flex-direction: column;
}
.panties-icon:before {
  content: "";
  background: url("/images/caresse/tag-kalhotky.png") no-repeat center top;
  width: 50px;
  height: 25px;
  position: relative;
  margin-bottom: 5px;
  display: block;
}

.product-tag {
  width: 60px;
  height: 60px;
  background-color: #30006d;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  text-align: center;
  line-height: 1.2;
  margin: 2px;
  position: relative;
}
.product-tag:before {
  font-size: 20px;
  font-family: "Font Awesome 5 Pro";
  text-transform: uppercase;
  position: relative;
  margin-bottom: 3px;
  display: block;
}

.detail-img-big .product-tag-list {
  right: 25px;
  top: 25px;
}
.detail-img-big .product-tag {
  width: 100px;
  height: 100px;
  font-size: 14px;
}
.detail-img-big .product-tag:before {
  font-size: 30px;
}
.detail-img-big .percent-icon {
  font-size: 20px;
  width: 100px;
  height: 100px;
}
.detail-img-big .panties-icon {
  font-size: 14px;
  width: 100px;
  height: 100px;
}

.label-tag-novinka {
  background-color: #34d762;
}
.label-tag-novinka:before {
  content: "\f0a1";
  color: #090312;
}

.label-tag-vyprodej {
  background-color: #e01b59;
}
.label-tag-vyprodej:before {
  content: "\f02b";
  color: #181818;
}

.label-tag-stalice {
  background-color: #090312;
}
.label-tag-stalice:before {
  content: "\f005";
  color: #e01b59;
}

.label-tag-ZAPLATKOLIKCHCES {
  background-color: #fff;
  border: 2px solid #e01b59;
  color: #e01b59;
  font-size: 7px;
}
.label-tag-ZAPLATKOLIKCHCES:before {
  content: "!";
  color: #e01b59;
  font-weight: 900;
}

.label-tag-limitovanakolekce {
  background-color: #fff;
  border: 2px solid #e01b59;
  color: #e01b59;
  font-size: 7px;
}
.label-tag-limitovanakolekce:before {
  content: "!";
  color: #e01b59;
  font-weight: 900;
}

.panties-icon {
  background-color: #30006d;
}

@media (max-width: 1559px) {
  .product-tag-list {
    top: 5px;
    right: 5px;
  }
  .product-tag {
    width: 45px;
    height: 45px;
    font-size: 9px;
  }
  .product-tag:before {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: -5px;
  }
  .label-tag-limitovanakolekce {
    font-size: 7px;
  }
  .percent-icon,
  .panties-icon {
    width: 45px;
    height: 45px;
    font-size: 9px;
  }
  .detail-img-big .product-tag {
    font-size: 14px;
  }
  .detail-img-big .product-tag:before {
    font-size: 20px;
  }
}
@media (max-width: 1359px) {
  .detail-img-big .product-tag-list {
    right: 15px;
    top: 15px;
  }
  .detail-img-big .product-tag {
    width: 70px;
    height: 70px;
    font-size: 14px;
  }
  .detail-img-big .product-tag.label-tag-limitovanakolekce {
    font-size: 10px;
  }
  .detail-img-big .percent-icon,
  .detail-img-big .panties-icon {
    font-size: 20px;
    width: 70px;
    height: 70px;
  }
  .detail-img-big .panties-icon {
    font-size: 10px;
  }
  .detail-img-big .panties-icon:before {
    width: 35px;
    height: 20px;
    background-size: 100% auto;
  }
}
@media (max-width: 991px) {
  .detail-right {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .detail-left .detail-img-big {
    width: 100%;
  }
  .detail-left .detail-img-small-wrap {
    width: 100%;
    flex-direction: row;
    margin-top: 10px;
  }
  .detail-left .detail-img-small-item {
    margin: 5px;
  }
}
/* end tags */
/* product carousel */
.product-carousel .carousel-inner {
  padding-bottom: 30px;
}
.product-carousel .carousel-item {
  height: auto;
  min-height: 400px;
}
.product-carousel .carousel-indicators {
  margin-bottom: 0;
}
.product-carousel .carousel-indicators li {
  width: 8px;
  height: 8px;
  opacity: 1;
  border: 2px solid #30006d;
  border-radius: 50%;
  background: transparent;
}
.product-carousel .carousel-indicators li.active {
  background: #e01b59;
  border-color: #e01b59;
}

/* end product carousel */
/* sortiment page */
.sortiment-item-col {
  margin-bottom: 30px;
}

.sortiment-item {
  box-shadow: inset 1px 0 0 #e7e7e7, inset 0 -1px 0 #e7e7e7, inset -1px 0 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  background-color: #ffffff;
  padding: 15px;
  height: 100%;
}
.sortiment-item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sortiment-item-img img {
  max-height: 300px;
}
.sortiment-item-text {
  text-align: center;
}
.sortiment-item-text h3 {
  margin-bottom: 20px;
}
.sortiment-item-text p {
  margin-bottom: 0;
}

@media (max-width: 1359px) {
  .sortiment-item-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .sortiment-item-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* end sortiment */
#messages-box-wrap .col-xs-12 {
  min-height: auto;
}

#messages-box-wrap {
  background-color: #e01b59;
  position: relative;
}

#messages-box-wrap.scroll {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
}

#messages-box-wrap .alert-info,
#messages-box-wrap .alert-danger {
  margin: 0;
  background: none;
  color: #ffffff;
  font-size: 16px;
  border: none;
  padding: 10px 0px;
}

#messages-box-wrap .alert-info,
#messages-box-wrap .alert-danger p {
  margin-bottom: 0;
}

#messages-box-wrap .ui-icon-info,
#messages-box-wrap .ui-icon-alert {
  width: 30px;
  height: 20px;
  position: relative;
  background: none !important;
  text-indent: 0;
  margin-top: 3px;
}

#messages-box-wrap .ui-icon-info:after,
#messages-box-wrap .ui-icon-alert:after {
  content: "\f071";
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  display: block;
  z-index: 100;
  font-weight: 300;
  line-height: 1;
}

.order-note textarea.form-control {
  height: 100px;
}

p em {
  font-style: italic;
}

.inTextPage .size-calc-item-col {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.inTextPage .btgrid .col {
  display: flex;
}
.inTextPage .btgrid .col .content {
  display: flex;
  flex-direction: column;
}
.inTextPage .btgrid .col .content .size-calc-container {
  height: 100%;
  padding-top: 0;
}
.inTextPage .btgrid .col .content .size-calc-container .row {
  height: 100%;
}
.inTextPage .btgrid .col .content .size-calc-container .row .col-12 {
  height: 100%;
}
.inTextPage .btgrid .col .content .size-calc-container .row .col-12 .size-calc-wrap {
  height: 100%;
}
.inTextPage .btgrid .col .content .size-calc-container .row .col-12 .size-calc-wrap .row {
  height: 100%;
}
.inTextPage .btgrid .col .content .size-calc-container .row .col-12 .size-calc-wrap .row .size-calc-item-col {
  height: 100%;
}
@media (min-width: 1200px) {
  .inTextPage .size-calc-item-col {
    flex: 0 0 100%;
    max-width: 590px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .inTextPage .btgrid .col {
    width: 100%;
    flex: 0 0 100%;
  }
  .inTextPage img {
    max-width: calc(100% - 20px) !important;
    height: auto !important;
    margin: 10px !important;
  }
}
.size-calc-container {
  padding-top: 50px;
}

.size-calc-item {
  border: 1px solid #e7e7e7;
  border-radius: 8px 8px 8px 13px;
  background: #ffffff url("/images/caresse/calc-img-1_new.png") no-repeat right bottom;
  background-size: auto 90%;
  padding: 40px;
  position: relative;
  height: 100%;
}
.size-calc-item h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 250px;
}
.size-calc-item .input-count {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.size-calc-item .input-count input::-webkit-outer-spin-button,
.size-calc-item .input-count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.size-calc-item .input-count input[type=number] {
  -moz-appearance: textfield;
}
.size-calc-item .input-count input {
  width: 250px;
  background: #f8f8f8 url("/images/caresse/calc-icon-1.png") no-repeat left 27px center;
  padding-left: 98px;
  font-size: 16px;
  color: #090312;
}
.size-calc-item .input-count input.bra2 {
  background: #f8f8f8 url("/images/caresse/calc-icon-2.png") no-repeat left 27px center;
}
.size-calc-item .calc-info-text {
  position: absolute;
  top: 10px;
  left: 130px;
  display: block;
  font-size: 16px;
  color: #090312;
}
.size-calc-item.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.size-calc-item.bandelette {
  background: #ffffff url("/images/caresse/calc-img-3.png") no-repeat right top;
}
.size-calc-item.bandelette .input-count input {
  background: #f8f8f8 url("/images/caresse/calc-icon-4.png") no-repeat left 27px center;
}
.size-calc-item.calc-by-brand select.form-control {
  width: 250px;
}
.size-calc-group {
  display: flex;
  flex-direction: column;
}

.calc-item-info {
  position: relative;
  color: #090312;
  font-size: 10px;
  padding-left: 30px;
  margin-top: 15px;
  line-height: 1.2;
  max-width: 250px;
}
.calc-item-info:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #181818;
  font-weight: 300;
}
.calc-item-info-small {
  padding-left: 30px;
  font-size: 12px;
  max-width: 220px;
  line-height: 1.2;
  margin-top: 5px;
}
.calc-item-info-small a {
  color: #090312;
  font-weight: bold;
}

.calc-item-results {
  border: 1px solid #e7e7e7;
  position: absolute;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
  top: 100%;
  background: #fff;
  border-radius: 0px 0px 8px 13px;
  left: 0px;
  right: 0px;
  padding: 40px;
  z-index: 100;
}
.calc-item-results h3 {
  max-width: 100%;
}
.calc-item-results h3 strong {
  display: inline;
}

.calc-item-results {
  display: none;
}

.calc-item-results-btn {
  border-top: 1px solid #e7e7e7;
  margin-left: -40px;
  margin-right: -40px;
  padding: 30px 40px 0px 40px;
  text-align: right;
  margin-top: 30px;
}
.calc-item-results-btn .btn-main {
  background: transparent;
  color: #181818;
  box-shadow: none;
  font-size: 12px;
  min-width: 190px;
}
.calc-item-results-btn .btn-main:hover {
  background-color: #30006d;
  color: #ffffff;
}

.calc-results-row {
  display: flex;
  color: #090312;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 0;
  text-transform: uppercase;
  justify-content: space-between;
}
.calc-results-name {
  position: relative;
  padding-left: 20px;
  width: calc(100% - 135px);
  padding-right: 10px;
}
.calc-results-name:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #e01b59;
}
.calc-results-link {
  width: 135px;
  display: block;
}
.calc-results-link a {
  color: #181818;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 1359px) {
  .size-calc-item {
    padding: 20px;
  }
  .calc-item-results {
    padding: 20px;
  }
  .calc-results-name {
    font-size: 14px;
  }
  .calc-results-link {
    width: 115px;
  }
  .calc-results-link a {
    letter-spacing: 1px;
  }
  .calc-item-results-btn {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 0px 20px;
    text-align: right;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .size-calc-item-col {
    margin: 15px 0px;
  }
}
@media (max-width: 767px) {
  .size-calc-container {
    padding-top: 30px;
  }
  .size-calc-container h2 {
    margin-bottom: 0;
  }
}
#storeStockModal .modal-body .table-size-title {
  font-weight: 700;
  color: #181818;
}

#storeStockModal .modal-body table {
  margin-bottom: 20px;
}

#storeStockModal .modal-body table th {
  padding: 3px 15px 3px 0;
  min-width: 200px;
}

#storeStockModal .modal-body table td {
  padding: 3px 15px 3px 0;
}

#fast-registration-form label span {
  color: #e01b59;
}
#fast-registration-form input[type=checkbox] + label {
  display: block;
}

/* reclamation */
.new-reclamation-page {
  margin: 30px 0;
  max-width: 700px;
}
.new-reclamation-page .container {
  width: 100%;
  padding: 0;
}

#table-new-reclamation tbody {
  display: flex;
  flex-wrap: wrap;
}
#table-new-reclamation input {
  max-width: 100%;
}
#table-new-reclamation tr {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  align-items: center;
}
#table-new-reclamation td {
  display: block;
  width: calc(100% - 200px);
}
#table-new-reclamation th {
  width: 200px;
}
#table-new-reclamation label {
  color: #181818;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
#table-new-reclamation select {
  height: 50px;
  border-radius: 25px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  width: 100%;
  outline: none;
}
#table-new-reclamation textarea {
  height: 150px;
  border-radius: 25px;
  border: 1px solid #e7e7e7;
  background-color: #f8f8f8;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  width: 100%;
  outline: none;
}
#table-new-reclamation .btn-secondary {
  margin-left: auto;
  display: block;
}

.reclamation-bottom-btn {
  text-align: right;
}

@media (max-width: 575px) {
  #table-new-reclamation tr {
    flex-direction: column;
    align-items: flex-start;
  }
  #table-new-reclamation td {
    display: block;
    width: 100%;
  }
  #table-new-reclamation th {
    width: 100%;
  }
}
/* end reclamation */
/* review carousel */
.review-box-wrap {
  padding-top: 30px;
  background: #fff;
  box-shadow: inset 0 -1px 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
  padding-bottom: 0px;
  margin-top: 50px;
}
.review-box-wrap h2 {
  text-align: center;
  margin-bottom: 0px;
}
.review-box-wrap h2 a:hover {
  text-decoration: none;
  color: #e01b59;
}

.more-less-wrap {
  overflow: hidden;
  max-height: 220px;
  margin-bottom: 15px;
}

.review-carousel {
  margin-top: 0px;
  height: auto;
}
.review-carousel .carousel-inner {
  height: auto;
}
.review-carousel .carousel-controls {
  height: 30px;
  top: 100px;
}
.review-carousel .carousel-item {
  height: auto;
}
.review-carousel .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  max-width: 100%;
  color: #212529;
  text-align: center;
  padding: 30px 100px;
  width: 100%;
  overflow: visible;
  height: auto;
  padding-bottom: 30px;
  min-height: 310px;
}
.review-carousel .carousel-caption:hover {
  z-index: 10;
}
.review-carousel .carousel-caption-content {
  height: auto;
}
.review-carousel .carousel-caption p {
  margin-bottom: 10px;
}
.review-carousel .carousel-caption h4 {
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: center;
}
.review-carousel .carousel-caption .review-item-icon {
  font-size: 40px;
  color: #e01b59;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 20px auto;
  line-height: 1;
}
.review-carousel .carousel-indicators li {
  background: #30006d;
}
.review-carousel .carousel-control-prev-icon {
  border: 1px solid #30006d;
  border: none;
}
.review-carousel .carousel-control-prev-icon:after {
  color: #181818;
  font-weight: 600;
  font-size: 26px;
}
.review-carousel .carousel-control-next-icon {
  border: 1px solid #30006d;
  border: none;
}
.review-carousel .carousel-control-next-icon:after {
  color: #181818;
  font-weight: 600;
  font-size: 26px;
}

.review-box {
  margin-top: 0px;
}

@media (max-width: 991px) {
  .review-carousel .carousel-caption {
    padding: 30px 60px;
  }
}
@media (max-width: 767px) {
  .review-carousel {
    margin-top: 0;
  }
  .review-box {
    margin-top: 10px;
  }
  .review-box-wrap {
    margin-top: 0;
    padding-top: 10px;
  }
}
/* end review carousel */
.add-to-caresse {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.add-to-caresse-wrap {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.add-to-caresse .btn-secondary {
  max-width: 100%;
  width: auto;
}
.add-to-caresse h2 {
  margin-bottom: 0;
  margin-right: 20px;
}
.add-to-caresse-bottom {
  background: #fff;
  box-shadow: inset 0 -1px 0 #e7e7e7, inset 0 1px 0 #e7e7e7;
}

@media (max-width: 767px) {
  .add-to-caresse h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .add-to-caresse-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.basket-products {
  margin-bottom: 10px;
  margin-top: 30px;
}
.basket-products h2 {
  margin-bottom: 0px;
}
.basket-products .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.basket-products .product-item-cat {
  margin-top: 5px;
  display: none;
}
.basket-products .product-item-name a {
  font-size: 12px;
}
.swiper-basket-products {
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
}

.swiper-button-next,
.swiper-button-prev {
  color: #e01b59;
  left: 20px;
  background: none;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  line-height: 1;
  background: #fff;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  opacity: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\f053";
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #e01b59;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Pro";
}

.swiper-button-next {
  transform: rotate(180deg);
  left: auto;
  right: 20px;
}

.swiper-pagination-bullet-active {
  background: #e01b59;
}

@media (min-width: 991px) {
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none;
  }
}
@media (max-width: 575px) {
  .basket-products .swiper-slide {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.in-404 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.in-404 h1 {
  font-size: 36px;
}
.in-404 p {
  font-weight: 600;
}

.img-404 {
  text-align: center;
}
.img-404 img {
  margin: 0 auto;
  display: block;
  width: 600px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .in-404 {
    margin-top: 0px;
  }
  .in-404 h1 {
    font-size: 30px;
  }
}
.custom-checks {
  margin-bottom: 30px;
}

.hp-store-product {
  display: flex;
  flex-wrap: wrap;
}
.hp-store-product-wrap {
  padding-top: 30px;
  background-color: #f8f8f8;
  box-shadow: inset 0 1px 0 #e7e7e7;
}
.hp-store-product .product-list {
  margin-top: -15px;
}
.hp-store-product .h1 {
  margin-bottom: 20px;
}
.hp-store-product .swiper-button-next {
  display: block !important;
  margin-top: 0;
  top: 120px;
}
.hp-store-product .swiper-button-prev {
  display: none !important;
}

@media (min-width: 991px) {
  .hp-store-product .product-item-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.hp-products {
  width: 70%;
  padding-left: 30px;
  margin-bottom: 30px;
}

.hp-stores {
  padding-top: 0px;
  padding-bottom: 30px;
  width: 30%;
}

@media (max-width: 1359px) {
  .hp-store-product .swiper-button-next {
    top: 100px;
  }
}
@media (max-width: 767px) {
  .hp-products {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
  .hp-stores {
    width: 100%;
    padding-bottom: 0;
    order: 2;
  }
  .hp-stores .product-list {
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .product-item-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.store-item .gallery-content .col-xs-3:not(:first-child) {
  display: none;
}
.store-item .gallery-content .col-xs-3 {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.store-item-list {
  margin-top: 0px;
}
.store-item-col {
  margin-bottom: 30px;
}
.store-item h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.store-item ul {
  list-style-type: disc;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .hp-stores {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .store-item-list {
    margin-top: 10px;
  }
  .store-item {
    font-size: 14px;
  }
}
.top-info-box {
  padding: 10px 0px 10px 0px;
  line-height: 1.2;
  font-size: 14px;
  background: #fff5f5;
  color: #181818;
  text-align: center;
}
.top-info-box p {
  margin-bottom: 0;
}

/*  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,
#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;
}

#cc_div #cm .close-cookie:after {
  transform: rotate(-45deg);
}

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

.cookie-link {
  background: none;
  border: none;
  padding: 0;
  color: #e01b59;
}

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

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

.cc_div .c-bn {
  background: #f2f2f2;
}

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

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #34d762;
}

.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: #e01b59;
  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,
  #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;
  }
}
.in-forgotpass .btn-secondary {
  max-width: 300px;
  padding: 17px 10px;
  margin-top: 1rem;
}
.in-forgotpass table {
  display: block;
}
.in-forgotpass table tbody {
  display: block;
  width: 100%;
  max-width: 450px;
}
.in-forgotpass table tr {
  display: flex;
  flex-direction: column;
}
.in-forgotpass table tr label {
  color: #181818;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-left: 26px;
}

.user-reclamation-list .btn-main {
  min-width: 0;
  margin-bottom: 20px;
}

.autocomplete-wrap {
  width: 350px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  z-index: 900;
  top: calc(100% + 30px) !important;
  position: absolute;
  height: auto;
  left: auto;
  right: 0 !important;
  display: none;
}
.autocomplete-wrap:after, .autocomplete-wrap:before {
  bottom: 100%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.autocomplete-wrap:after {
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.autocomplete-wrap:before {
  border-color: transparent;
  border-bottom-color: #f0f0f0;
  border-width: 16px;
  margin-left: -16px;
  right: 19px;
}

.autocomplete-wrap-section {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  flex-direction: column;
}
.autocomplete-wrap-section h2 {
  font-size: 16px;
  margin: 0;
  font-weight: 900;
}
.autocomplete-wrap-section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-top: 20px;
}

.autocomplete-content .product-list {
  margin: 0;
  width: 100%;
}

.autocomplete-content {
  padding: 25px 25px;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}

.autocomplete-item {
  display: flex;
  border-bottom: 1px solid #f8f8f8;
  padding: 15px 0px;
}

.autocomplete-item-img {
  width: 50px;
  height: 50px;
}

.autocomplete-item-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.autocomplete-item-text {
  width: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  justify-content: center;
}

.autocomplete-item-name a {
  color: #4b4b4a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.autocomplete-item-price {
  color: #4b4b4a;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 575px) {
  .autocomplete-wrap {
    width: 300px;
  }
}
.content-blog-post ul {
  list-style: disc;
  margin-bottom: 10px;
  margin-left: 20px;
}

.cart-signing input[type=checkbox] + label,
.cart-signing input[type=radio] + label {
  display: block;
}
.cart-signing #signin-form .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.cart-signing #signin-form .col-12 {
  display: flex;
  flex-direction: column;
}
.cart-signing #signin-form .col-12 .reset-pass {
  margin-left: 0;
  margin-top: 30px;
}

.bob-table-info {
  width: 100%;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.bob-table-info td {
  padding: 20px;
  border: 1px solid #e7e7e7;
}
.bob-table-info td:nth-child(1) {
  width: 20%;
}
.bob-table-info td:nth-child(2) {
  width: 80%;
}
.bob-table-main {
  width: 100%;
  margin-bottom: 30px;
}
.bob-table-main td {
  padding: 10px 10px;
}
.bob-table-main td:nth-child(1) {
  width: 25%;
}
.bob-table-main td:nth-child(2) {
  width: 75%;
}
@media (max-width: 767px) {
  .bob-table-main {
    display: flex;
  }
  .bob-table-main tbody {
    display: block;
    width: 100%;
  }
  .bob-table-main select {
    width: 100%;
  }
  .bob-table-main .inputbox {
    flex-grow: 1;
    margin-right: 10px;
  }
  .bob-table-main tr {
    display: flex;
    flex-direction: column;
  }
  .bob-table-main td {
    display: flex;
    align-items: center;
  }
  .bob-table-main td:nth-child(1) {
    width: 100%;
  }
  .bob-table-main td:nth-child(2) {
    width: 100%;
  }
}

.bob-calc-text strong {
  color: #e01b59;
}
.bob-calc-text p strong {
  color: #000;
}

.bob-radio-group {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.bob-radio-group .check-styled {
  width: auto;
}

.bob-radio-select-wrap {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

.calc-primary {
  color: #e01b59;
}

.bob-calc-form {
  background: #fff;
  padding: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 8px 8px 8px 13px;
  background: #fff url(/images/caresse/calc-img-1_new.png) no-repeat right bottom;
  background-size: auto 90%;
}
@media (max-width: 1559px) {
  .bob-calc-form {
    background-size: auto 80%;
  }
}
@media (max-width: 1359px) {
  .bob-calc-form {
    padding: 20px;
    background-size: auto 60%;
  }
}
@media (max-width: 539px) {
  .bob-calc-form {
    padding: 20px;
    background: #fff;
  }
}

#bobexplanations {
  max-width: 400px;
  margin-top: 30px;
}

.headline-linke {
  text-decoration: none;
}
.headline-linke:hover {
  color: #e01b59;
}

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