@keyframes BackgroundAnimation {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn,
.bl-button {
  min-width: 200px;
  min-height: 45px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #e61930;
  background-color: white;
  color: #e61930;
  font-size: 1em;
  font-weight: 600;
  padding: 12px 26px;
  outline: none;
  white-space: inherit;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  letter-spacing: 1px;
}
.btn.dropdown-toggle,
.bl-button.dropdown-toggle {
  letter-spacing: 0;
}
.btn.small,
.bl-button.small {
  min-width: 100px;
  font-size: 0.8em;
}
.btn > *,
.bl-button > * {
  color: #e61930;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn > *:focus,
.bl-button > *:focus {
  color: #e61930;
}
.btn img,
.bl-button img {
  width: 25px;
  margin-top: -5px;
  margin-right: 5px;
}
.btn:hover,
.bl-button:hover {
  color: #e61930;
}
.btn:hover > *,
.bl-button:hover > * {
  color: #e61930;
}
.btn:focus,
.bl-button:focus {
  color: #e61930;
  outline: none;
}
.btn--red,
.bl-button--red {
  background-color: #e61930;
  border-color: #e61930;
  color: #ffffff;
}
.btn--red > *,
.bl-button--red > * {
  color: #ffffff;
}
.btn--red > *:focus,
.bl-button--red > *:focus {
  color: #ffffff;
}
.btn--red:hover,
.bl-button--red:hover {
  color: #ffffff;
  background-color: #c41b26;
  border-color: #c41b26;
}
.btn--red:hover > *,
.bl-button--red:hover > * {
  color: #ffffff;
}
.btn--red:focus,
.bl-button--red:focus {
  color: #ffffff;
}
.btn--red:focus > *,
.bl-button--red:focus > * {
  color: #ffffff;
}
.btn--green,
.bl-button--green {
  background-color: #039300;
  border-color: #039300;
  color: #ffffff;
}
.btn--green > *,
.bl-button--green > * {
  color: #ffffff;
}
.btn--green > *:focus,
.bl-button--green > *:focus {
  color: #ffffff;
}
.btn--green:hover,
.bl-button--green:hover {
  background-color: #037a00;
  border-color: #037a00;
  color: #ffffff;
}
.btn--green:hover > *,
.bl-button--green:hover > * {
  color: #ffffff;
  border-color: #ffffff;
}
.btn--green:focus,
.bl-button--green:focus {
  color: #ffffff;
}
.btn--green-outline,
.bl-button--green-outline {
  background-color: transparent;
  border-color: #039300;
  color: #039300;
  border-width: 2px;
}
.btn--green-outline:hover,
.bl-button--green-outline:hover {
  background-color: #039300;
  border-color: #039300;
  color: #ffffff;
}
.btn--green-outline:hover > *,
.bl-button--green-outline:hover > * {
  color: #ffffff;
}
.btn.ares-btn,
.bl-button.ares-btn {
  height: 50px;
}
.btn.loading,
.bl-button.loading {
  position: relative;
  padding-right: 40px;
  pointer-events: none;
}
.btn.loading:after,
.bl-button.loading:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 50%;
  animation: rotate 1s cubic-bezier(0.1, 0.67, 0.74, 0.27) infinite;
  right: 10px;
  top: calc(50% - 10px);
  position: absolute;
}
.btn.loading.red:after,
.bl-button.loading.red:after {
  border-top-color: #e61930;
  border-left-color: #e61930;
}
.btn.show-next-page-products,
.bl-button.show-next-page-products {
  border-width: 2px;
}

.bl-button {
  background-color: #039300;
  border-color: #039300;
  color: #ffffff;
}
.bl-button:hover, .bl-button:focus {
  background-color: #037a00;
  border-color: #037a00;
  color: #ffffff;
}
.bl-button:hover span, .bl-button:focus span {
  border-color: #ffffff;
}
.bl-login-btn {
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #247ed3;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0;
}
.bl-login-btn:hover, .bl-login-btn:focus, .bl-login-btn:active {
  background-color: #247ed3;
}

.register-button {
  border: 1px solid #247ed3;
  padding: 10px 15px;
  letter-spacing: 1px;
  color: #247ed3;
}
.register-button:hover, .register-button:focus, .register-button:active {
  text-decoration: none;
  color: #247ed3;
}

.register-link-button {
  background-color: #247ed3;
  color: white;
  width: 100%;
  margin-bottom: 15px;
}
.register-link-button:hover, .register-link-button:focus, .register-link-button:active {
  text-decoration: none;
  color: white;
}

.back-to-login-btn {
  background-color: #247ed3;
  color: white;
  width: 30%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
}
.back-to-login-btn:hover, .back-to-login-btn:focus, .back-to-login-btn:active {
  text-decoration: none;
  color: white;
}
.social-button {
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  letter-spacing: 1px;
}
.social-button:hover, .social-button:focus, .social-button:active {
  text-decoration: none;
}
.social-button i {
  float: left;
  font-size: 22px;
  margin-top: 13px;
}
.social-button span {
  margin-left: -25px;
}

.fb-button {
  background-color: #247ed3;
  color: white;
}
.fb-button:hover, .fb-button:focus, .fb-button:active {
  color: white;
}

.g-button {
  border: 1px solid #e3e7f0;
  margin-top: 15px;
  color: #247ed3;
  padding-left: 20px;
}
.g-button:hover, .g-button:focus, .g-button:active {
  color: #247ed3;
}
.g-button i {
  color: rgba(0, 0, 0, 0);
  background-image: url(../Custom/img/google.png);
  background-position: center;
  background-repeat: no-repeat;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.custom-checkbox {
  display: flex;
  align-items: center;
  padding-left: 0;
  width: 100%;
  user-select: none;
  cursor: pointer;
}
.custom-checkbox .custom-control-input {
  display: none;
}
.custom-checkbox .custom-control-description {
  font-size: 12px;
  font-weight: 400;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-description {
  font-weight: 700;
}
.custom-checkbox .custom-control-indicator {
  opacity: 1;
  display: block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border: 1px solid #91959f;
  background-color: #ffffff;
  margin-right: 10px;
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background: #e61930;
  border: 1px solid #91959f;
  position: relative;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 4px;
  background-color: #ffffff;
  left: 4.6px;
  bottom: 5px;
  transform: rotate(-45deg);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #ffffff;
  left: 5px;
  bottom: 7px;
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {
  .custom-checkbox {
    box-shadow: 0px 4px 10px 0px rgba(51, 61, 76, 0.1);
    padding: 20px;
    margin-bottom: 10px;
    position: relative;
  }
  .custom-checkbox .custom-control-description {
    font-size: 1em;
  }
  .custom-checkbox .custom-control-indicator {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-description {
    font-weight: 400;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background: #039300;
    border: 1px solid #91959f;
    position: relative;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 5px;
    background-color: #ffffff;
    left: 7.6px;
    bottom: 7px;
    transform: rotate(-45deg);
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #ffffff;
    left: 8px;
    bottom: 10px;
    transform: rotate(-45deg);
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #039300;
  }
}
.bl-dropdown:not(.dropdown-component) {
  display: flex;
}
.bl-dropdown:not(.dropdown-component) button:hover span {
  border-top: 4px solid #91959f;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom-color: transparent;
}

.bl-dropdown, .bl-dropdown.small {
  margin-bottom: 0;
}
.bl-dropdown .col-md-8, .bl-dropdown.small .col-md-8 {
  width: 100%;
  padding: 5px;
}
.bl-dropdown .dropdown-toggle, .bl-dropdown.small .dropdown-toggle {
  border: 1px solid #91959f;
  border-radius: 1px;
  min-width: inherit;
  min-height: 27px;
  color: #000000;
  text-transform: none;
  font-size: 12px;
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.bl-dropdown .dropdown-toggle:hover, .bl-dropdown.small .dropdown-toggle:hover {
  color: #000000;
  background-color: #ffffff;
}
.bl-dropdown .dropdown-toggle:focus, .bl-dropdown.small .dropdown-toggle:focus {
  color: #000000;
  background-color: #ffffff;
}
.bl-dropdown .dropdown-toggle .caret, .bl-dropdown.small .dropdown-toggle .caret {
  position: absolute;
  right: 6px;
  top: 11px;
  border-top: 4px solid #91959f !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
}
.bl-dropdown .empty-value, .bl-dropdown.small .empty-value {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 8px;
  cursor: pointer;
  z-index: 2;
}
.bl-dropdown .empty-value > div, .bl-dropdown.small .empty-value > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.bl-dropdown .empty-value > div:before, .bl-dropdown .empty-value > div:after, .bl-dropdown.small .empty-value > div:before, .bl-dropdown.small .empty-value > div:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 2px;
  background-color: #91959f;
  top: 0;
  left: 3px;
}
.bl-dropdown .empty-value > div:before, .bl-dropdown.small .empty-value > div:before {
  transform: rotate(45deg);
}
.bl-dropdown .empty-value > div:after, .bl-dropdown.small .empty-value > div:after {
  transform: rotate(-45deg);
}
.bl-dropdown .btn-group.open .dropdown-toggle, .bl-dropdown.small .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background-color: #ffffff;
}
.bl-dropdown .btn-group .dropdown-menu, .bl-dropdown.small .btn-group .dropdown-menu {
  overflow: auto;
  width: auto;
  min-width: 100%;
  text-align: left;
  right: 0;
  left: auto;
  margin-top: 0;
  border-radius: 2px;
  padding: 0;
  z-index: 15;
  border: none;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.369);
}
.bl-dropdown .btn-group .dropdown-menu li, .bl-dropdown.small .btn-group .dropdown-menu li {
  display: flex;
  justify-content: flex-start;
}
.bl-dropdown .btn-group .dropdown-menu li:before, .bl-dropdown.small .btn-group .dropdown-menu li:before {
  content: none;
}
.bl-dropdown .btn-group .dropdown-menu li a, .bl-dropdown.small .btn-group .dropdown-menu li a {
  padding: 0;
  text-decoration: none;
  color: #000000;
  font-size: 1em;
  line-height: 1;
  width: 100%;
  padding: 18px 20px;
  transition: none;
  font-weight: 400;
}
.bl-dropdown .btn-group .dropdown-menu li a:hover, .bl-dropdown.small .btn-group .dropdown-menu li a:hover {
  background-color: #e61930;
  color: #ffffff;
}
.bl-dropdown .btn-group .dropdown-menu li:last-child a, .bl-dropdown.small .btn-group .dropdown-menu li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.bl-dropdown.hide-first .btn-group .dropdown-menu li:nth-child(1), .bl-dropdown.small.hide-first .btn-group .dropdown-menu li:nth-child(1) {
  display: none;
}

.dropdown-backdrop {
  display: none !important;
}

.dropdown-menu li.selected > a {
  background-color: #e61930 !important;
  color: #ffffff !important;
}

.dropdown-search-input .form-control {
  border-radius: 4px;
  font-size: 13px;
  border-color: #91959f;
  width: 100% !important;
  height: 50px;
}
@media screen and (max-width: 991px) {
  .std-dropdown {
    margin-top: 10px;
  }
}
.bl-datepicker .col-md-8 {
  padding-right: 0;
}
.bl-datepicker .input-group .input-group-addon {
  border-radius: 0;
  background-color: white;
  border-color: #91959f;
}
.invisible-input input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.invisible-input label {
  cursor: pointer;
  width: 150px !important;
  padding-left: 0 !important;
  display: inline;
}
.invisible-input img {
  margin-right: 10px;
}
.invisible-input .text-danger {
  display: block;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.form__input-placeholder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
  position: relative;
}
.form__input-placeholder .input-dropdown-group {
  display: grid;
  display: -ms-grid;
  align-items: flex-start;
}
.form__input-placeholder .input-dropdown-group .control-label {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-size: 1em;
  font-weight: 600;
  width: auto;
  padding: 0;
  text-align: left;
}
.form__input-placeholder .input-dropdown-group .control-label .required-icon {
  color: #e61930;
  margin-left: -3px;
}
.form__input-placeholder .input-dropdown-group .bl-dropdown {
  width: 110px;
  min-width: 110px;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.form__input-placeholder .input-dropdown-group .bl-dropdown .btn-group {
  width: 110px;
}
.form__input-placeholder .input-dropdown-group .bl-textbox {
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  min-width: 406px;
}
.form__input-placeholder .input-dropdown-group .bl-textbox .form-control {
  height: 50px;
  border-radius: 4px;
  font-size: 13px;
  width: 376px;
}
.form__input-placeholder .input-dropdown-group .bl-textbox .form-control:focus {
  border-color: #91959f;
}
.form__input-placeholder .input-dropdown-group .bl-textbox .col-xs-12 {
  position: static;
}
.form__input-placeholder .bl-forminput {
  display: grid;
  min-width: 500px;
  margin: 0;
}
.form__input-placeholder .bl-forminput .control-label {
  font-size: 1em;
  font-weight: 600;
  width: auto;
  padding: 0;
  text-align: left;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.form__input-placeholder .bl-forminput .control-label .required-icon {
  color: #e61930;
  margin-left: -3px;
}
.form__input-placeholder .bl-forminput .bl-input-group {
  width: auto;
  padding: 0;
  margin: 0;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  position: static;
}
.form__input-placeholder .bl-forminput .bl-input-group .form-control {
  height: 50px;
  border-radius: 4px;
  font-size: 1em;
  width: 500px;
}
.form__input-placeholder .bl-forminput .bl-input-group .form-control:focus {
  border-color: #91959f;
}
.form__input-placeholder .bl-forminput .text-danger {
  position: absolute;
  left: 520px;
  top: 50%;
}
.form__input-placeholder--address .bl-forminput {
  min-width: 100px;
}
.form__input-placeholder--address .bl-forminput:nth-child(1) {
  width: 245px;
  margin-right: 17px;
}
.form__input-placeholder--address .bl-forminput:nth-child(1) .form-control {
  width: 245px;
}
.form__input-placeholder--address .bl-forminput:nth-child(1) .bl-input-group .text-danger {
  top: 15px;
}
.form__input-placeholder--address .bl-forminput:nth-child(2) {
  width: 110px;
  margin-right: 18px;
}
.form__input-placeholder--address .bl-forminput:nth-child(2) .form-control {
  width: 110px;
}
.form__input-placeholder--address .bl-forminput:nth-child(2) .bl-input-group .text-danger {
  top: inherit;
  bottom: 0;
}
.form__input-placeholder--address .bl-forminput:nth-child(3) {
  width: 110px;
}
.form__input-placeholder--address .bl-forminput:nth-child(3) .form-control {
  width: 110px;
}
.form__input-placeholder .bl-dropdown .col-md-8 {
  padding: 0;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  position: static;
}
.form__input-placeholder .bl-dropdown .col-md-8 button {
  height: 50px;
  border-radius: 4px;
  font-size: 1em;
  font-weight: 400;
}
.form__input-placeholder .bl-dropdown .col-md-8 button .caret {
  position: absolute;
  right: 15px;
  top: 23px;
  border-top: 6px solid #91959f;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.form__input-placeholder .bl-dropdown .btn-group {
  width: 500px;
}

.size-picker .bl-input-group {
  width: 100px !important;
}

.bl-textbox input,
.bl-datepicker input {
  border: 1px solid #91959f;
  box-shadow: none;
  height: 40px;
}

.text-success {
  font-size: 18px;
}

.dropdown-menu li::before {
  content: none;
}

.bl-forminput {
  display: grid;
  min-width: 500px;
  margin: 0;
  margin-bottom: 20px;
  -ms-grid-columns: 1fr;
  position: relative;
}
.bl-forminput.bl-dropdown {
  display: grid;
  display: -ms-grid;
}
.bl-forminput .form-control {
  width: 500px;
}
.bl-forminput .control-label {
  font-size: 1em;
  font-weight: 600;
  width: auto;
  padding: 0;
  text-align: left;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.bl-forminput .control-label .required-icon {
  color: #e61930;
  margin-left: -3px;
}
.bl-forminput .bl-input-group {
  width: auto;
  padding: 0;
  margin: 0;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  position: static;
}
.bl-forminput .bl-input-group .form-control {
  height: 50px;
  border-radius: 4px;
  font-size: 1em;
  width: 500px;
}
.bl-forminput .text-danger {
  position: absolute;
  left: 520px;
  top: 50%;
  width: 420px;
}
.bl-forminput.has-error .control-label {
  color: #e61930;
}
.bl-forminput .form-control.has-error {
  border-color: #e61930 !important;
}

.product-profiles-request .text-danger {
  position: static;
  left: auto;
  top: auto;
  width: auto;
  font-weight: 600;
}
.product-profiles-request .form-control.has-error {
  border-color: #91959f !important;
}

.is-edge .bl-forminput {
  display: block;
}

.bl-checkbox {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.bl-checkbox .control-label {
  font-weight: 400;
}
.bl-checkbox .col-md-8 {
  width: auto;
  padding-left: 0;
}
.bl-checkbox .col-md-8 .bl-fake-checkbox {
  margin: 0;
  border-color: #91959f;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.18);
}
.bl-checkbox .col-md-8 .bl-fake-checkbox.checked {
  background-color: #e61930;
  position: relative;
}
.bl-checkbox .col-md-8 .bl-fake-checkbox.checked .fa-check {
  display: none;
}
.bl-checkbox .col-md-8 .bl-fake-checkbox.checked::before {
  content: "";
  height: 14px;
  width: 8px;
  position: absolute;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  top: 3px;
  left: 7px;
  transform: rotate(45deg);
}

.bl-dropdown .col-md-8 {
  padding: 0;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  position: static;
}
.bl-dropdown .col-md-8 button {
  height: 50px;
  border-radius: 4px;
  font-size: 1em;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.bl-dropdown .col-md-8 button .caret {
  position: absolute;
  right: 15px;
  top: 23px;
  border-top: 6px solid #91959f !important;
  border-right: 6px solid transparent !important;
  border-left: 6px solid transparent !important;
}
.bl-dropdown .col-md-8 button:hover, .bl-dropdown .col-md-8 button:focus {
  border-color: #91959f !important;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.212) !important;
  outline: none !important;
}
.bl-dropdown .btn-group {
  width: 500px;
}

.input-dropdown-group {
  display: grid;
  display: -ms-grid;
  align-items: flex-start;
}
.input-dropdown-group .control-label {
  grid-row: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column-start: 1;
  grid-column-end: 3;
  font-size: 1em;
  font-weight: 600;
  width: auto;
  padding: 0;
  text-align: left;
}
.input-dropdown-group .control-label .required-icon {
  color: #e61930;
  margin-left: -3px;
}
.input-dropdown-group .bl-dropdown {
  width: 110px;
  min-width: 110px;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.input-dropdown-group .bl-dropdown .btn-group {
  width: 110px;
}
.input-dropdown-group .bl-textbox {
  grid-column: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  min-width: 406px;
}
.input-dropdown-group .bl-textbox .form-control {
  height: 50px;
  border-radius: 4px;
  font-size: 13px;
  width: 376px;
}
.input-dropdown-group .bl-textbox .col-xs-12 {
  position: static;
}
.input-dropdown-group .text-danger {
  left: 410px;
  top: 16px;
}

.bl-textarea .col-md-8 {
  padding: 0;
}
.bl-textarea textarea.form-control {
  max-width: 100%;
  max-height: 300px;
  border: 1px solid #91959f;
  box-shadow: none;
  resize: none;
  border-radius: 4px;
  font-size: 1em;
}

.bl-fileinput .col-md-8 {
  padding: 0;
}
.bl-fileinput .col-md-8 .form-control {
  height: 50px;
  border-radius: 4px;
  font-size: 1em;
  width: 500px;
  padding: 8px;
  border: 1px solid #91959f;
}
.bl-fileinput .col-md-8 .form-control::-webkit-file-upload-button {
  border: 1px solid #e61930;
  background: #ffffff;
  color: #e61930;
  height: 100%;
  margin: 0;
  padding: 0;
  margin-top: 0;
  border-radius: 4px;
  padding: 0 5px;
}
.bl-fileinput .col-md-8 .form-control::-ms-value {
  background-color: white;
  box-shadow: none;
  border: none;
}
.bl-fileinput .col-md-8 .form-control::-ms-browse {
  border: 1px solid #e61930;
  background: #ffffff;
  color: #e61930;
  height: 100%;
  margin: 0;
  padding: 0;
  margin-top: 0;
  border-radius: 4px;
  padding: 0 5px;
  text-align: left;
  display: block;
  margin-right: 100%;
}
.bl-fileinput.show-cancel-upload-btn .col-md-8 .form-control::-ms-browse {
  margin-right: 0;
}

.bl-radio-button-container {
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.bl-radio-button .bl-fake-radio-button {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.169);
  border-color: #91959f;
}
.bl-radio-button .bl-fake-radio-button[checked] {
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.212);
  border-color: #91959f;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-radio-button .bl-fake-radio-button[checked] div {
  background: #e61930;
  opacity: 1;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0;
}

.form-control {
  transition: all 0.2s ease-in-out;
}
.form-control:hover, .form-control:focus {
  border-color: #91959f !important;
  box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.212) !important;
  outline: none !important;
}

@media (max-width: 1199px) {
  .bl-forminput .text-danger {
    position: relative;
    left: 0;
    top: 0;
    white-space: normal;
  }
}
.universal-phone-input .input-dropdown-group .control-label {
  padding-left: 0 !important;
}
.universal-phone-input .input-dropdown-group .bl-dropdown {
  width: 70px;
  float: left;
}
.universal-phone-input .input-dropdown-group .btn-group {
  width: 70px;
}
.universal-phone-input .input-dropdown-group .btn-group button {
  border-radius: 0;
  background: white;
  border: 1px solid #91959f;
}
.universal-phone-input .input-dropdown-group .bl-textbox {
  float: right;
  width: calc(100% - 70px);
}
.info-icon {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  background-color: #e61930;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 10px;
  font-weight: 700;
  z-index: 2;
  padding-bottom: 1px;
}

.info-icon-text {
  position: absolute;
  left: 15px;
  top: 15px;
  display: none;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #91959f;
  width: 270px;
  max-width: 270px;
  padding: 15px 10px;
  text-align: left;
  z-index: 11;
  font-weight: 400;
  font-size: 13px;
}

.offer-box-block .info-icon-text {
  top: 20px;
  left: -140px;
  width: 150px;
  max-width: 150px;
  padding: 10px 10px;
}

.info-container {
  position: relative;
  cursor: help;
}
.info-container:hover .info-icon-text {
  display: block;
}
.info-container--left-100 {
  position: absolute;
  left: calc(100% + 5px);
  top: calc(50% - 7px);
}
.info-container.fixed .info-icon-text {
  position: fixed;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
#AddToCartCallbackModal .modal-dialog {
  width: 1220px;
  max-width: 98vw;
}
#AddToCartCallbackModal .modal-content .modal-header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#AddToCartCallbackModal .modal-content .modal-header .close {
  width: 44px;
  height: 44px;
}
#AddToCartCallbackModal .modal-content .modal-header .close:before, #AddToCartCallbackModal .modal-content .modal-header .close:after {
  width: 4px;
  height: 20px;
  left: 20px;
  top: 13px;
}
#AddToCartCallbackModal .modal-content .modal-body {
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
}
#AddToCartCallbackModal .modal-content .modal-body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: white;
}
#AddToCartCallbackModal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background-color: #91959f;
  border-radius: 4px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder {
  display: flex;
  justify-content: space-between;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item {
  flex: 0 0 61%;
  max-width: 61%;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #e3e7f0;
  padding-top: 15px;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e3e7f0;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information p {
  padding-right: 10%;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .headline {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .name {
  flex: 0 0 42%;
  max-width: 42%;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .quantity {
  flex: 0 0 18%;
  max-width: 18%;
  text-align: center;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .price {
  flex: 0 0 16%;
  max-width: 16%;
  text-align: center;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .total-price {
  flex: 0 0 18%;
  max-width: 18%;
  text-align: right;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .btn-placeholder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .btn-placeholder {
    flex-flow: column-reverse;
    align-items: center;
  }
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .btn-placeholder > a {
    margin-bottom: 20px;
  }
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .btn-placeholder .close {
  text-transform: uppercase;
  color: #9e9d9d;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
  outline: none;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .btn-placeholder a {
  border: none;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products {
  border: 4px solid #e3e7f0;
  padding: 15px;
  padding-bottom: 0;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products .headline {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products .text {
  font-size: 12px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products .table.mCS_no_scrollbar {
  margin-bottom: 0;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products .table.mCS_no_scrollbar .mCSB_container {
  margin-bottom: 0 !important;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products table {
  width: 608px;
  margin-bottom: 25px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products table td, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products table th {
  text-align: center;
  min-width: inherit;
  padding: 10px 5px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products table tbody tr:nth-child(odd) td {
  background-color: #e3e7f0;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products table tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products table tbody .quantity > div {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  display: block;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products table tbody .quantity > div .text {
  display: none;
  left: 20px;
  top: 22px;
  position: absolute;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 5px 20px;
  border-radius: 4px;
  border: 1px solid #91959f;
  font-weight: 400;
  z-index: 1;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products table tbody .quantity > div .text span {
  font-weight: 600;
  margin-left: 15px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products table tbody .quantity > div:hover {
  font-weight: 600;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .similar-products table tbody .quantity > div:hover .text {
  display: block;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .disclamer {
  font-size: 12px;
  margin: 0;
  margin-top: 5px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .disclamer a {
  font-weight: 600;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder {
  flex: 0 0 35%;
  max-width: 35%;
  padding-top: 25px;
  padding-left: 20px;
  max-height: 650px;
  overflow: hidden;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .headline {
  font-size: 1.2em;
  font-weight: 600;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_container {
  margin-right: 65px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_scrollTools {
  width: 15px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_scrollTools .mCSB_buttonUp, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_scrollTools .mCSB_buttonDown {
  height: 15px;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #e3e7f0;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_scrollTools .mCSB_buttonUp:before, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_scrollTools .mCSB_buttonUp:after, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_scrollTools .mCSB_buttonDown:before, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_scrollTools .mCSB_buttonDown:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 5px;
  background-color: #e3e7f0;
  top: 3px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_scrollTools .mCSB_buttonUp:before {
  transform: rotate(45deg);
  left: 3px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_scrollTools .mCSB_buttonUp:after {
  transform: rotate(-45deg);
  left: 6px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_scrollTools .mCSB_buttonDown:before {
  transform: rotate(-45deg);
  left: 3px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCSB_scrollTools .mCSB_buttonDown:after {
  transform: rotate(45deg);
  left: 6px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCustomScrollBox {
  max-height: 580px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCustomScrollBox .mCSB_draggerContainer {
  border: 2px solid #e3e7f0;
  background-color: #ffffff;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCustomScrollBox .mCSB_dragger {
  background-color: #e3e7f0;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCustomScrollBox .mCSB_dragger .mCSB_dragger_bar {
  display: none;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCustomScrollBox .mCSB_draggerRail {
  display: none;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-item > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-item > div img {
  width: 100px;
  min-width: 100px;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-item > div a {
  text-decoration: none;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-item > p {
  text-align: right;
}
#AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-item > p span {
  font-weight: 600;
}

.add-order-to-cart {
  padding-left: 20px;
  padding-right: 70px;
  padding-bottom: 10px;
}
.add-order-to-cart h2 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 20px;
}
.add-order-to-cart .mobile-visible {
  display: none;
}
.add-order-to-cart .content-placeholder .added-item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.add-order-to-cart .content-placeholder .added-item .item-information {
  border: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-top: 5px !important;
}
.add-order-to-cart .content-placeholder .added-item .item-information:first-child {
  padding-top: 15px !important;
  margin-top: 10px !important;
  padding-bottom: 0 !important;
  border-top: 2px solid #e3e7f0 !important;
}
.add-order-to-cart .content-placeholder .added-item .item-information.last {
  border-bottom: 2px solid #e3e7f0 !important;
}
.add-order-to-cart .content-placeholder .added-item .item-information p:not(.headline) {
  min-height: 80px;
  display: flex;
  align-items: center;
}
.add-order-to-cart .content-placeholder .added-item .item-information .name p:not(.headline) {
  position: relative;
  padding-left: 100px;
}
.add-order-to-cart .content-placeholder .added-item .item-information .headline {
  margin-bottom: 10px !important;
}
.add-order-to-cart .content-placeholder .added-item .item-information .product-name {
  font-size: 16px;
}
.add-order-to-cart .content-placeholder .added-item .item-information .img-wrap {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.add-order-to-cart .content-placeholder .added-item .item-information .price,
.add-order-to-cart .content-placeholder .added-item .item-information .quantity {
  white-space: nowrap;
  text-align: center;
}
.add-order-to-cart .content-placeholder .added-item .item-information .price p:not(.headline),
.add-order-to-cart .content-placeholder .added-item .item-information .quantity p:not(.headline) {
  justify-content: center;
}
.add-order-to-cart .content-placeholder .added-item .item-information .total-price p {
  padding-right: 0 !important;
  text-align: right;
  justify-content: flex-end;
}
.add-order-to-cart .content-placeholder .added-item .item-information .bold {
  color: #e61930;
  position: relative;
  padding-left: 21px;
  /*cursor: pointer;*/
}
.add-order-to-cart .content-placeholder .added-item .item-information .item-stock-info {
  position: absolute;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background-color: #e61930;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #ffffff;
  font-size: 13px;
}
.add-order-to-cart .content-placeholder .added-item .item-information .price,
.add-order-to-cart .content-placeholder .added-item .item-information .quantity,
.add-order-to-cart .content-placeholder .added-item .item-information .total-price {
  font-size: 16px;
}
.add-order-to-cart-box {
  border: 1px solid #e3e7f0;
  padding: 10px;
  padding-left: 60px;
  min-height: 56px;
  display: flex;
  align-items: center;
  position: relative;
}
.add-order-to-cart-box img {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 30px;
}

@media (max-width: 1199px) {
  #AddToCartCallbackModal .modal-content .modal-body {
    padding-left: 10px;
  }
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder .cart-items .mCustomScrollBox {
    max-height: 70vh;
  }
}
@media (max-width: 991px) {
  #AddToCartCallbackModal .modal-content .modal-header {
    position: relative;
  }
  #AddToCartCallbackModal .modal-content .modal-body {
    padding-top: 0;
    margin-top: -30px;
  }
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder {
    display: block;
  }
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item {
    max-width: 100%;
  }
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information {
    display: block;
  }
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .name, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .quantity, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .price, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .total-price {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .name .headline, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .quantity .headline, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .price .headline, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .total-price .headline {
    flex: 0 0 30%;
    margin-right: 10px;
    padding: 0;
    text-align: left;
  }
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .name p, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .quantity p, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .price p, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .total-price p {
    margin-bottom: 0;
  }
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .cart-items-placeholder {
    max-width: 100%;
    padding-left: 0px;
  }
  .add-order-to-cart .headline.first {
    display: block;
    width: 100%;
    flex: 0 0 100% !important;
  }
  .add-order-to-cart .mobile-visible {
    display: block !important;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information p {
    padding-right: 0 !important;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .price p:not(.headline),
  .add-order-to-cart .content-placeholder .added-item .item-information .quantity p:not(.headline) {
    align-items: flex-start;
    min-height: 1px;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .name {
    flex-wrap: wrap;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .name p:not(.headline) {
    padding-left: 32%;
    margin-bottom: 5px;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .total-price p {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 479px) {
  .add-order-to-cart {
    padding-right: 20px;
  }
}
@media (max-width: 467px) {
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .name, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .quantity, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .price, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .total-price {
    display: block;
    margin-bottom: 10px;
  }
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .name p, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .quantity p, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .price p, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .total-price p {
    text-align: left;
  }
  #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .name .headline, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .quantity .headline, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .price .headline, #AddToCartCallbackModal .modal-content .modal-body .content-placeholder .added-item .item-information .total-price .headline {
    margin: 0;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .price p:not(.headline),
  .add-order-to-cart .content-placeholder .added-item .item-information .quantity p:not(.headline) {
    justify-content: flex-start;
    min-height: 1px !important;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .first-col {
    padding-left: 0 !important;
    min-height: 1px !important;
    display: block !important;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .first-col span {
    display: block;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .first-col .img-wrap {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin-left: 0;
    margin-top: 25px;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information p:not(.headline) {
    min-height: 1px !important;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .name, .add-order-to-cart .content-placeholder .added-item .item-information .quantity, .add-order-to-cart .content-placeholder .added-item .item-information .price, .add-order-to-cart .content-placeholder .added-item .item-information .total-price {
    display: flex !important;
    margin-bottom: 0 !important;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .name p, .add-order-to-cart .content-placeholder .added-item .item-information .quantity p, .add-order-to-cart .content-placeholder .added-item .item-information .price p, .add-order-to-cart .content-placeholder .added-item .item-information .total-price p {
    text-align: left;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .name .headline, .add-order-to-cart .content-placeholder .added-item .item-information .quantity .headline, .add-order-to-cart .content-placeholder .added-item .item-information .price .headline, .add-order-to-cart .content-placeholder .added-item .item-information .total-price .headline {
    margin-right: 10px !important;
    flex: 0 0 40% !important;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .name {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 399px) {
  .add-order-to-cart .content-placeholder .added-item .item-information .name, .add-order-to-cart .content-placeholder .added-item .item-information .quantity, .add-order-to-cart .content-placeholder .added-item .item-information .price, .add-order-to-cart .content-placeholder .added-item .item-information .total-price {
    display: block !important;
    margin-bottom: 10px !important;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .name p, .add-order-to-cart .content-placeholder .added-item .item-information .quantity p, .add-order-to-cart .content-placeholder .added-item .item-information .price p, .add-order-to-cart .content-placeholder .added-item .item-information .total-price p {
    text-align: left;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .name .headline, .add-order-to-cart .content-placeholder .added-item .item-information .quantity .headline, .add-order-to-cart .content-placeholder .added-item .item-information .price .headline, .add-order-to-cart .content-placeholder .added-item .item-information .total-price .headline {
    margin: 0 !important;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .price p:not(.headline),
  .add-order-to-cart .content-placeholder .added-item .item-information .quantity p:not(.headline) {
    justify-content: flex-start;
    min-height: 1px !important;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .first-col {
    padding-left: 0 !important;
    min-height: 1px !important;
    display: block !important;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .first-col span {
    display: block;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information .first-col .img-wrap {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin-left: 0;
    margin-top: 25px;
  }
  .add-order-to-cart .content-placeholder .added-item .item-information p:not(.headline) {
    min-height: 1px !important;
  }
}
#ask_us_modal .modal-dialog {
  width: 900px;
  max-width: 98vw;
}
#ask_us_modal .modal-content .modal-header .modal-title {
  font-size: 25px;
  padding-top: 40px;
  padding-left: 60px;
}
#ask_us_modal .modal-content .modal-header .close {
  width: 44px;
  height: 44px;
}
#ask_us_modal .modal-content .modal-header .close:before, #ask_us_modal .modal-content .modal-header .close:after {
  width: 4px;
  height: 20px;
  left: 20px;
  top: 13px;
}
#ask_us_modal .modal-content .modal-body {
  padding: 0 60px;
  overflow-y: auto;
}
#ask_us_modal .modal-content .modal-body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: white;
}
#ask_us_modal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background-color: #91959f;
  border-radius: 4px;
}
#ask_us_modal .modal-content .modal-body .company-info > div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
#ask_us_modal .modal-content .modal-body .company-info > div .name {
  flex: 0 0 150px;
  max-width: 150px;
}
#ask_us_modal .modal-content .modal-body .company-info > div .value .change-address {
  font-weight: 600;
  margin-left: 45px;
  text-decoration: underline;
  cursor: pointer;
}
#ask_us_modal .modal-content .modal-body .company-info > div .value .change-address:hover {
  color: #e61930;
}
#ask_us_modal .modal-content .modal-body .your-demand h2 {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 30px;
}
#ask_us_modal .modal-content .modal-body .your-demand p {
  margin-bottom: 40px;
}
#ask_us_modal .modal-content .modal-body .your-demand p a {
  color: #e61930;
  border: none;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs {
  display: flex;
  flex-flow: column;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .bl-forminput {
  display: grid;
  display: -ms-grid;
  margin-bottom: 10px;
  min-width: inherit;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .bl-forminput .control-label {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  padding: 0;
  width: 100%;
  font-weight: 600;
  margin: 0;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .bl-forminput > div {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  padding: 0;
  width: 475px;
  max-width: 75vw;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .bl-forminput > div .form-control {
  height: 50px;
  border-radius: 4px;
  padding-left: 20px;
  width: 100%;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .bl-forminput > div .btn-group {
  width: 100%;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .bl-forminput > div .btn-group .dropdown-toggle {
  height: 50px;
  border-radius: 4px;
  font-size: 1em;
  font-weight: 400;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .bl-forminput > div .btn-group .dropdown-toggle .caret {
  right: 15px;
  top: 20px;
  border-top: 8px solid #91959f;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .bl-textarea > div .form-control {
  height: 160px;
  resize: none;
  padding-top: 10px;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .custom-checkbox {
  margin-top: 15px;
  margin-bottom: 20px;
  box-shadow: none;
  padding-left: 0;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .custom-checkbox .custom-control-indicator {
  width: 22px;
  min-width: 22px;
  height: 22px;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .custom-checkbox .custom-control-description {
  font-size: 1em;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:before {
  width: 2px;
  height: 6px;
  left: 6.6px;
  bottom: 5px;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
  width: 10px;
  height: 2px;
  left: 7px;
  bottom: 8px;
}
#ask_us_modal .modal-content .modal-body .your-demand .inputs .custom-checkbox .custom-control-input:checked ~ .custom-control-description {
  font-weight: 400;
}
#ask_us_modal .modal-content .modal-body .files .headline {
  font-weight: 600;
  margin-top: 10px;
}
#ask_us_modal .modal-content .modal-body .files .description {
  font-size: 12px;
  color: #91959f;
}
#ask_us_modal .modal-content .modal-body .files .btn {
  margin-bottom: 20px;
}
#ask_us_modal .modal-content .modal-body .files .file {
  display: flex;
  flex-wrap: wrap;
}
#ask_us_modal .modal-content .modal-body .files .file .name {
  min-width: 250px;
  padding-right: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../Custom/img/file-icon.png");
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px;
}
#ask_us_modal .modal-content .modal-body .files .file .name.jpg {
  background-image: url("../Custom/img/file-jpg-icon.png");
}
#ask_us_modal .modal-content .modal-body .files .file .name.pdf {
  background-image: url("../Custom/img/file-pdf-icon.png");
}
#ask_us_modal .modal-content .modal-body .files .file .delete {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
#ask_us_modal .modal-content .modal-body .disclamer {
  margin-top: 40px;
}
#ask_us_modal .modal-content .modal-body .disclamer p {
  margin-bottom: 0;
}
#ask_us_modal .modal-content .modal-body .disclamer p a {
  font-weight: 600;
}
#ask_us_modal .modal-content .modal-body .custom-btn {
  padding: 10px 83px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
#cart-change-shipping-address.modal, #orders-cart-change-shipping-address.modal {
  align-items: center;
}
#cart-change-shipping-address.modal.in, #orders-cart-change-shipping-address.modal.in {
  display: flex !important;
  z-index: 1041;
}
#cart-change-shipping-address.modal .modal-dialog, #orders-cart-change-shipping-address.modal .modal-dialog {
  width: 1200px;
}
#cart-change-shipping-address.modal .modal-content .modal-header .close, #orders-cart-change-shipping-address.modal .modal-content .modal-header .close {
  width: 45px;
  height: 45px;
}
#cart-change-shipping-address.modal .modal-content .modal-header .close:before, #cart-change-shipping-address.modal .modal-content .modal-header .close:after, #orders-cart-change-shipping-address.modal .modal-content .modal-header .close:before, #orders-cart-change-shipping-address.modal .modal-content .modal-header .close:after {
  width: 4px;
  height: 20px;
  left: 20px;
  top: 13px;
}
#cart-change-shipping-address.modal .modal-content .modal-header h4, #orders-cart-change-shipping-address.modal .modal-content .modal-header h4 {
  font-size: 25px;
  padding-top: 40px;
  text-align: center;
}
#cart-change-shipping-address.modal .modal-content .modal-body, #orders-cart-change-shipping-address.modal .modal-content .modal-body {
  padding: 0 60px;
  padding-bottom: 45px;
}
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder {
  display: flex;
  flex-wrap: wrap;
  max-height: 50vh;
  overflow-y: auto;
  margin-bottom: 50px;
}
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div {
  flex: 0 0 25%;
  max-width: 260px;
  padding: 10px;
  display: none;
}
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div.visible, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div.visible {
  display: block;
}
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div.visible .red, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div.visible .red {
  border: 2px red solid;
}
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address {
  padding: 20px 30px;
  box-shadow: 0px 3px 20px 2px rgba(51, 61, 76, 0.15);
  transition: all 0.2s ease-in;
}
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address p, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address p {
  margin-bottom: 5px;
}
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address p:nth-child(1), #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address p:nth-child(1) {
  font-weight: 600;
}
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address div, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address div {
  text-decoration: underline;
  font-weight: 600;
}
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address div span, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address div span {
  cursor: pointer;
}
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address:hover, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address:hover {
  box-shadow: 0px 3px 15px 4px rgba(51, 61, 76, 0.15);
}
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address:hover .update-address:hover,
#cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address:hover .pick-address:hover, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address:hover .update-address:hover,
#orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder .address:hover .pick-address:hover {
  color: #e61930;
}
#cart-change-shipping-address.modal .modal-content .modal-body .show-all-addresses, #orders-cart-change-shipping-address.modal .modal-content .modal-body .show-all-addresses {
  margin-bottom: 35px;
}
#cart-change-shipping-address.modal .modal-content .modal-body .create-new-address, #orders-cart-change-shipping-address.modal .modal-content .modal-body .create-new-address {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
#cart-change-shipping-address.modal .modal-content .modal-body .create-new-address:hover, #orders-cart-change-shipping-address.modal .modal-content .modal-body .create-new-address:hover {
  color: #e61930;
}

@media (max-width: 1199px) {
  #cart-change-shipping-address.modal .modal-content .modal-body, #orders-cart-change-shipping-address.modal .modal-content .modal-body {
    padding: 0 10px;
    padding-bottom: 45px;
  }
  #cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div {
    flex: 0 0 33%;
    max-width: inherit;
  }
}
@media (max-width: 850px) {
  #cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div {
    flex: 0 0 50%;
  }
}
@media (max-width: 567px) {
  #cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div, #orders-cart-change-shipping-address.modal .modal-content .modal-body .address-placeholder > div {
    flex: 0 0 100%;
  }
}
#dynamic-form-success-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
#dynamic-form-success-modal .modal-dialog {
  width: 800px;
}
#dynamic-form-success-modal .modal-body {
  padding: 20px 8px;
  padding-bottom: 65px;
}
#LoginModal .bl-login-btn {
  display: none;
}
#LoginModal .modal-header .close {
  width: 43px;
  height: 43px;
  outline: none;
}
#LoginModal .modal-header .close:before, #LoginModal .modal-header .close:after {
  height: 20px;
  width: 4px;
  left: 20px;
  top: 12px;
}
#LoginModal .modal-header .modal-title {
  font-size: 25px;
  padding-right: 25px;
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
}
#LoginModal .modal-body {
  padding: 0 40px;
  padding-bottom: 50px;
}
#LoginModal .modal-body .bl-forminput {
  margin: 0;
  margin-top: 20px;
  min-width: inherit;
}
#LoginModal .modal-body .bl-forminput input {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #91959f;
  font-size: 1em;
  width: inherit;
}
#LoginModal .modal-body .bl-forminput.bl-hidden {
  margin: 0;
}
#LoginModal .modal-body .bl-forminput .col-xs-12 {
  padding: 0;
}
#LoginModal .modal-body .middle-content {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  flex-wrap: wrap;
}
#LoginModal .modal-body .middle-content .forgotten-password {
  font-size: 1em;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#LoginModal .modal-body .middle-content .forgotten-password-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  position: relative;
  background-color: #e61930;
  color: #ffffff;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 2px;
  font-size: 12px;
  cursor: pointer;
}
#LoginModal .modal-body .middle-content .forgotten-password-info__text {
  color: #000000;
  background-color: #ffffff;
  position: absolute;
  left: 16px;
  top: 20px;
  display: none;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #91959f;
  padding: 15px;
  z-index: 1;
  width: 300px;
  max-width: calc(100vw - 270px);
  font-size: 1em;
  font-weight: 400;
}
@media (max-width: 400px) {
  #LoginModal .modal-body .middle-content .forgotten-password-info__text {
    left: auto;
    right: 0;
    max-width: 200px;
  }
}
#LoginModal .modal-body .middle-content .forgotten-password-info:hover .forgotten-password-info__text {
  display: flex;
}
#LoginModal .modal-body .middle-content .remember-me .custom-checkbox .custom-control-description {
  font-size: 1em;
  font-weight: 600;
}
#LoginModal .modal-body .action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 0 20px;
}
#LoginModal .modal-body .action-buttons a {
  border: none;
}
#LoginModal .modal-body .action-buttons .bl-message-block {
  display: none;
}

#not_logged_user_modal .action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 0 40px;
}
#not_logged_user_modal .modal-header .close {
  width: 43px;
  height: 43px;
  outline: none;
}
#not_logged_user_modal .modal-header .close:before, #not_logged_user_modal .modal-header .close:after {
  height: 20px;
  width: 4px;
  left: 20px;
  top: 12px;
}
#not_logged_user_modal .modal-header .modal-title {
  font-size: 25px;
  padding-right: 25px;
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
}

@media (max-width: 676px) {
  #not_logged_user_modal .action-buttons {
    align-items: center;
    flex-flow: column;
  }
  #not_logged_user_modal .action-buttons a:first-child {
    margin-bottom: 25px;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@media (max-width: 1199px) {
  #LoginModal .modal-body .middle-content .custom-checkbox {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  #LoginModal .modal-body .middle-content {
    flex-flow: column-reverse;
  }
  #LoginModal .modal-body .middle-content .remember-me {
    margin-bottom: 15px;
  }
  #LoginModal .modal-body .action-buttons {
    flex-flow: column;
    align-items: initial;
    margin-top: 40px;
    padding: 0;
  }
  #LoginModal .modal-body .action-buttons .btn--red {
    margin-bottom: 20px;
  }
  #LoginModal .modal-body .action-buttons .btn {
    width: 100%;
  }
}
.modal-backdrop.in {
  filter: alpha(opacity=85);
  opacity: 0.85;
}

.modal-backdrop {
  background-color: rgb(76, 76, 76);
}

.modal-content {
  border-radius: 0;
  border: none;
}
.modal-content .modal-header {
  padding: 0;
  min-height: 75px;
  border: none;
}
.modal-content .modal-header h4 {
  font-size: 25px;
  padding: 25px;
  padding-right: 80px;
  text-align: center;
}
.modal-content .modal-header .modal-subheading {
  font-size: 15px;
  padding: 25px;
  padding-top: 0px;
  padding-right: 80px;
  text-align: center;
}
.modal-content .modal-header .close {
  background-color: #e61930;
  width: 55px;
  height: 55px;
  position: relative;
  opacity: 1;
  margin: 0;
}
.modal-content .modal-header .close:before, .modal-content .modal-header .close:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 25px;
  left: 25px;
  top: 15px;
  background-color: #ffffff;
}
.modal-content .modal-header .close:before {
  transform: rotate(45deg);
}
.modal-content .modal-header .close:after {
  transform: rotate(-45deg);
}
.modal-content .modal-header .close span {
  display: none;
}
.modal-content .modal-body {
  padding: 0;
  padding-bottom: 50px;
}

#create-shipping-address-modal {
  z-index: 1050;
}

#product-photos-grid .modal-dialog {
  width: 970px;
}
#product-photos-grid .modal-title {
  text-align: left;
  padding-left: 45px;
  padding-right: 45px;
}
#product-photos-grid .modal-body {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 40px;
}
#product-photos-grid .product-photos-grid-content {
  max-height: 816px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 5px;
  padding-right: 5px;
}
#product-photos-grid .filtered-properties {
  width: 100%;
}

.photo-grid {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.photo-grid-item {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  justify-content: flex-start;
  width: 33.3333333333%;
  margin-bottom: 10px;
  max-width: 290px;
}
.photo-grid-item a {
  box-shadow: 1px 4px 11px 4px rgba(51, 61, 76, 0);
  transition: box-shadow 0.2s ease-in;
  display: block;
  width: 100%;
  border: 1px solid #F2F3F4;
}
.photo-grid-item a:hover {
  /*box-shadow: 1px 6px 15px 4px rgba(51, 61, 76, 0.2);*/
  box-shadow: 1px 1px 6px 1px rgba(51, 61, 76, 0.15);
  color: #e61930;
}
.photo-grid-img {
  position: relative;
  height: 0;
  padding-bottom: 75.545%;
  margin-left: -1px;
  margin-right: -1px;
  overflow: hidden;
}
.photo-grid-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.photo-grid-img:before {
  content: "";
  position: absolute;
  height: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0px 0px 20px 2px rgba(51, 61, 76, 0.25);
}
.photo-grid-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  min-height: 50px;
  text-align: center;
}
.photo-grid .product-detail {
  position: fixed;
  margin-top: -60px;
}

.g-recaptcha-bubble-arrow {
  display: none !important;
}

.recaptcha-popup-open body {
  overflow: visible;
}

@media (max-width: 991px) {
  #product-photos-grid .modal-dialog {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .photo-grid-item {
    width: 50%;
  }
}
@media (max-width: 559px) {
  .photo-grid {
    justify-content: center;
  }
  .photo-grid-item {
    width: 100%;
  }
}
@media (max-width: 479px) {
  #product-photos-grid .modal-title {
    padding-left: 25px;
    padding-right: 25px;
  }
  #product-photos-grid .modal-body {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }
}
#cart-item-stock-info .modal-content .modal-body,
#modalProductInventoryInfo .modal-content .modal-body {
  padding-bottom: 0;
  overflow-y: auto;
  max-height: 700px;
}
#cart-item-stock-info .modal-content .modal-body .info-icon-text,
#modalProductInventoryInfo .modal-content .modal-body .info-icon-text {
  top: -85px;
}
#cart-item-stock-info .modal-content .modal-header,
#modalProductInventoryInfo .modal-content .modal-header {
  min-height: 20px;
  position: relative;
  padding-right: 65px;
}
#cart-item-stock-info .modal-content .modal-header .modal-title,
#modalProductInventoryInfo .modal-content .modal-header .modal-title {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding: 20px 0px 0px 25px;
}
#cart-item-stock-info .modal-content .modal-header .close,
#modalProductInventoryInfo .modal-content .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 45px;
  height: 45px;
  font-size: 0;
}
#cart-item-stock-info .modal-content .modal-header .close:before,
#modalProductInventoryInfo .modal-content .modal-header .close:before {
  transform: rotate(0deg);
  background-color: transparent;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../Custom/img/icon-close-white.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#cart-item-stock-info .modal-content .modal-header .close:after,
#modalProductInventoryInfo .modal-content .modal-header .close:after {
  display: none;
}
#cart-item-stock-info .modal-content .modal-header .close:focus,
#modalProductInventoryInfo .modal-content .modal-header .close:focus {
  outline: none;
}
#cart-item-stock-info .modal-content .modal-header:before,
#modalProductInventoryInfo .modal-content .modal-header:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  background-color: #fff;
  pointer-events: none;
  height: 15px;
  z-index: 9;
}
#cart-item-stock-info .modal-dialog,
#modalProductInventoryInfo .modal-dialog {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  #cart-item-stock-info .modal-dialog,
  #modalProductInventoryInfo .modal-dialog {
    width: 500px;
  }
}
.inventory-info-block-wrapper {
  margin-top: 50px;
  margin-bottom: 35px;
}
.inventory-info-block-wrapper .stock-info-on-stock, .inventory-info-block-wrapper .stock-info-name {
  vertical-align: middle;
}
.inventory-info-block-wrapper .inventory-delivery-and-warehouses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: -10px;
  padding: 0px 25px;
}
.inventory-info-block-wrapper .inventory-delivery-and-warehouses-item {
  display: flex;
  border-radius: 10px;
  border: 1px solid #e3e7f0;
  padding: 15px;
  align-items: start;
}
.inventory-info-block-wrapper .inventory-delivery-and-warehouses-item .item-right {
  padding-left: 15px;
}
.inventory-info-block-wrapper .inventory-delivery-and-warehouses-item .item-right .item-title {
  font-weight: 700;
  color: #56585f;
  font-size: 14px;
}
.inventory-info-block-wrapper .inventory-delivery-and-warehouses-item .item-right .item-value {
  font-size: 12px;
  font-weight: 600;
  color: #039300;
}
.inventory-info-block-wrapper .inventory-delivery-and-warehouses-item.block-info {
  display: flex;
  align-items: center;
}
.inventory-info-block-wrapper .inventory-delivery-and-warehouses-item.block-info .circle {
  background: #f8f9fb;
  border-radius: 50%;
}
.inventory-info-block-wrapper .inventory-delivery-and-warehouses-item.block-info .icon {
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
}
.inventory-info-block-wrapper .inventory-delivery-and-warehouses-item.block-info .icon.warehouse {
  background-image: url("../Custom/img/icon-warehouse-gray.png");
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.inventory-info-block-wrapper .inventory-delivery-and-warehouses-item.block-info .icon.package {
  background-image: url("../Custom/img/icon-package-gray.png");
  background-position: 50% 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.inventory-info-title {
  font-family: "Archivo", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  padding: 0 25px;
  margin-bottom: 25px;
}
.inventory-info-title.secondary {
  padding: 35px 0 0 0;
  margin: 0px 25px 25px 25px;
  border-top: 1px solid rgb(227, 231, 240);
}
.inventory-info-in-stock {
  color: rgb(86, 88, 95);
  font-size: 12px;
  line-height: 15px;
  flex: 0 0 20%;
  text-align: right;
  font-weight: 600;
}
.inventory-info-in-stock .green {
  color: #039300;
}
.inventory-info-quantity {
  flex-grow: 1;
  font-size: 14px;
}
.inventory-info-quantity img {
  width: 13px;
  margin: 0px 5px;
}
.inventory-info-row {
  padding: 10px 0px;
  border-top: 1px solid rgb(227, 231, 240);
  /*border-bottom: 1px solid rgb(227, 231, 240);*/
  display: flex;
  height: 58px;
  align-items: center;
  margin: -1px 25px 0 25px;
  max-width: 480px;
}
.inventory-info-name {
  flex: 0 0 35%;
  padding-right: 10px;
  font-weight: 700;
}

@media (max-width: 479px) {
  .inventory-info-block-wrapper {
    margin-top: 0px;
  }
  .inventory-info-block-wrapper .inventory-info-title {
    padding: 25px 20px 15px 20px;
    margin: 0;
  }
  .inventory-info-block-wrapper .inventory-info-row {
    padding: 15px 20px;
    margin: 0;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 75px;
  }
  .inventory-info-block-wrapper .inventory-info-quantity {
    grid-column: 1;
    grid-row: 3;
    padding-top: 5px;
  }
  .inventory-info-block-wrapper .inventory-delivery-and-warehouses .circle {
    display: none;
  }
  .inventory-info-block-wrapper .inventory-delivery-and-warehouses .item-right {
    padding-left: 0px;
  }
  #cart-item-stock-info .modal-content .modal-header .modal-title {
    padding-left: 20px;
  }
}
.modal-add-to-cart-open body {
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

#modalOfferBoxes .modal-dialog {
  width: 1220px;
}
#modalOfferBoxes .modal-body {
  padding: 0;
}
#modalOfferBoxes .modal-content {
  background: #F1F3F7;
}
#modalOfferBoxes .modal-content .modal-header {
  min-height: 20px;
  position: relative;
  padding-right: 65px;
}
#modalOfferBoxes .modal-content .modal-header .modal-title {
  padding-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  padding-left: 340px;
  text-align: left;
  padding-right: 0;
  padding-top: 50px;
}
#modalOfferBoxes .modal-content .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 45px;
  height: 45px;
  font-size: 0;
}
#modalOfferBoxes .modal-content .modal-header .close:before {
  transform: rotate(0deg);
  background-color: transparent;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../Custom/img/icon-close-white.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#modalOfferBoxes .modal-content .modal-header .close:after {
  display: none;
}
#modalOfferBoxes .modal-content .modal-header .close:focus {
  outline: none;
}

.warehouse-item-lot-box {
  background-color: #fff1d9;
  position: relative;
  height: 80px;
  padding: 20px;
}
.warehouse-item-lot-box.skeleton-wave {
  margin-left: 30px;
  margin-right: 30px;
}
.warehouse-item-lot-box .arrow {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  width: 15px;
  height: 15px;
  background-color: #fff1d9;
  transform: rotate(45deg);
}
.warehouse-item-lot-box-content {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.warehouse-item-lot-box-item {
  flex-grow: 1;
  padding: 0 8px;
}
.warehouse-item-lot-box-item.box-center {
  text-align: center;
}
.warehouse-item-lot-box-line {
  background-color: #ffa100;
  height: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.warehouse-item-lot-box-text .value {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}
.warehouse-item-lot-box-text .unit {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 15px;
}
.warehouse-item-lot-box-joined {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.offer-box-content {
  display: flex;
}
.offer-box-content .modal-content-lots-block {
  min-height: 390px;
}
@media (min-width: 900px) {
  .offer-box-content .modal-content-lots-block {
    min-height: 430px;
  }
}
@media (max-width: 1159px) {
  .offer-box-content {
    display: block;
  }
}
.offer-box-content .property-name {
  margin-bottom: 25px;
}
.offer-box-content .property-name .title {
  color: #56585f;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.offer-box-content .property-name .sub-title {
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}
.offer-box-content .properties {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1159px) {
  .offer-box-content .properties {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }
}
.offer-box-content .quantity-changer-container {
  display: flex;
  align-items: center;
  max-width: none;
  border: 2px solid #e3e7f0;
  border-radius: 5px;
  height: 45px;
}
.offer-box-content .quantity-changer-container .btn {
  width: 45px;
  min-width: 45px;
  padding: 0;
  height: 41px;
  min-height: 41px;
  border: none;
  /*background-color: $gray-light;*/
  color: #000000;
}
.offer-box-content .quantity-changer-container .btn > * {
  color: #000000;
}
.offer-box-content .quantity-changer-container .btn:hover {
  color: #e61930;
}
.offer-box-content .quantity-changer-container .btn:hover > * {
  color: #e61930;
  text-decoration: none;
}
.offer-box-content .quantity-changer-container .quantity-changer-minus {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.offer-box-content .quantity-changer-container .quantity-changer-plus {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.offer-box-content .quantity-changer-container input {
  height: 41px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  border-radius: 0;
  margin: 0;
  border: 0px solid #e3e7f0;
  text-align: center;
  max-width: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offer-box-content .quantity-changer-container input:focus, .offer-box-content .quantity-changer-container input:hover {
  box-shadow: none !important;
  border: none !important;
}
.offer-box-content .quantity-changer-container .quantity-changer-measure-unit {
  display: none;
}
.offer-box-content .quantity-changer-container .quantity-changer-input-wrap {
  position: relative;
}
.offer-box-content .quantity-changer-container .quantity-with-unit-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  font-size: 14px;
}
.offer-box-content .quantity-changer-container .quantity-changer-input-value-wrapper {
  position: relative;
}
.offer-box-content .quantity-changer-container .quantity-changer-input-value {
  font-weight: 700;
  letter-spacing: 1px;
  color: transparent;
  height: 20px;
}
.offer-box-content .quantity-changer-container .quantity-changer-input-unit {
  color: #91959f;
  padding-left: 6px;
}
.offer-box-content .lslide.active-x .add-to-cart {
  background-color: #039300;
  border-color: #039300;
  color: #ffffff;
}
.offer-box-content .lslide.active-x .add-to-cart > * {
  color: #ffffff;
}
.offer-box-content .lslide.active-x .quantity-block {
  color: #000000 !important;
}
.offer-box-content .lslide.active-x .offer-box-block {
  -webkit-box-shadow: 0px 4px 18px 0px rgba(51, 61, 76, 0.2);
  box-shadow: 0px 4px 18px 0px rgba(51, 61, 76, 0.2);
}
.offer-box-content .lslide .offer-box-block.transparent {
  background: transparent;
}
@media (max-width: 899px) {
  .offer-box-content .lslide .offer-box-block.transparent {
    display: none;
  }
}
.offer-box-content .add-to-cart {
  background-color: #039300;
  border-color: #039300;
  color: #ffffff;
  width: 100%;
  font-size: 12px;
  font-weight: 700;
}
.offer-box-content .add-to-cart > * {
  color: #ffffff;
}
.offer-box-content .add-to-cart:hover {
  background-color: #037a00;
  border-color: #037a00;
  color: #ffffff;
}
.offer-box-content .add-to-cart:hover > * {
  color: white;
}
.offer-box-content .add-to-cart:focus {
  color: #ffffff;
}
.offer-box-content .transparent .add-to-cart {
  border-width: 2px;
  background-color: transparent;
  border-color: #039300;
  color: #039300;
}
.offer-box-content .transparent .add-to-cart > * {
  color: #039300;
}
.offer-box-content .transparent .add-to-cart:hover {
  background-color: transparent;
  border-color: #027a00;
  color: #027a00;
}
.offer-box-content .transparent .add-to-cart:hover > * {
  color: #027a00;
}
.offer-box-content .transparent .add-to-cart:focus {
  color: #039300;
}
.offer-box-content .btn-refresh {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  height: 15px;
  letter-spacing: 1px;
  line-height: 15px;
  color: #91959f;
  border: 2px solid #91959f;
  height: 43px;
  width: 100%;
  margin-top: 16px;
}
.offer-box-content .btn-refresh.not-allowed {
  cursor: not-allowed;
  pointer-events: none;
}
.offer-box-content .btn-refresh:hover, .offer-box-content .btn-refresh:focus {
  border-color: #56585f;
  color: #56585f;
}
.offer-box-content .btn-refresh.green {
  border-color: #039300;
}
.offer-box-content .btn-refresh.green:hover {
  border-color: #037a00;
  color: #037a00;
}
.offer-box-content .price-block {
  margin-bottom: 20px;
}
.offer-box-content .price-block .original-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
  color: #56585f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.26px;
  line-height: 15px;
}
.offer-box-content .price-block .original-price .price {
  text-decoration: line-through;
}
.offer-box-content .price-block .original-price.visible {
  display: flex;
  justify-content: flex-end;
}
.offer-box-content .price-block .original-price .price-percentage-sale {
  margin-left: 10px;
}
.offer-box-content .price-block .original-price .price-percentage-sale.red {
  background-color: #e52330;
}
.offer-box-content .price-block .original-price .price-percentage-sale .percentage-icon {
  padding-left: 0px;
}
.offer-box-content .price-block .current-price {
  font-weight: 700;
  text-align: right;
}
.offer-box-content .price-block .current-price .price {
  font-size: 18px;
  letter-spacing: 0.4px;
}
.offer-box-content .price-block .current-price.red {
  color: #e52330 !important;
}
.offer-box-content .red {
  color: #e61930;
}
.offer-box-content .black {
  color: #000;
}
.offer-box-content .gray {
  color: #91959f;
}
.offer-box-content .green {
  color: #039300;
}
.offer-box-content [class*=icon] {
  padding-left: 25px;
  position: relative;
}
.offer-box-content [class*=icon] .img {
  display: none;
}
.offer-box-content [class*=icon]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.offer-box-content .icon-stock {
  /*                &::before {
      background-image: url('../Custom/img/icon-offer-box-stock-dark.png');
  }*/
}
.offer-box-content .icon-price::before {
  background-image: url("../Custom/img/icon-price-dark.png");
}
.offer-box-content .icon-exact-size::before {
  background-image: url("../Custom/img/icon-exact-size-dark.png");
}
.offer-box-content .icon-plus::before {
  background-image: url("../Custom/img/icon-plus-dark.png");
}
.offer-box-content .icon-minus::before {
  background-image: url("../Custom/img/icon-minus-dark.png");
}
.offer-box-content .icon-help {
  padding-left: 0;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 3px;
}
.offer-box-content .icon-help::before {
  background-image: url("../Custom/img/icon-helper-gray.png");
}
.offer-box-content .icon-arrows::before {
  background-image: url("../Custom/img/icon-arrows-dark.png");
}
.offer-box-content .dropdown.adjust .bl-forminput {
  display: block;
  min-width: 1px;
  margin: 0;
  margin-bottom: 0;
}
.offer-box-content .dropdown.adjust .bl-forminput .btn-group {
  display: block;
}
.offer-box-content .dropdown.adjust .bl-forminput .btn-group .btn {
  background-color: #fff;
  border: 1px solid #e3e7f0;
  height: 45px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  padding-left: 33px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  text-transform: none;
  float: none;
  position: relative;
  letter-spacing: 0;
}
.offer-box-content .dropdown.adjust .bl-forminput .btn-group .btn:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
}
.offer-box-content .dropdown.adjust .bl-forminput .btn-group .btn.in-stock:before {
  background-color: #039300;
}
.offer-box-content .dropdown.adjust .bl-forminput .btn-group .btn.not-in-stock:before {
  background-color: #e61930;
}
.offer-box-content .dropdown.adjust .bl-forminput .btn-group .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offer-box-content .dropdown.adjust .bl-forminput .btn-group .btn .caret {
  display: block;
  width: 13px;
  height: 13px;
  margin-left: 0;
  vertical-align: middle;
  border: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("../Custom/img/icon-arrow-down-gray-dropdown.png");
}
.offer-box-content .dropdown.adjust .bl-forminput .btn-group.open .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.offer-box-content .dropdown.adjust .bl-forminput .btn-group.open .btn .caret {
  transform: rotate(180deg);
}
.offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu {
  float: none;
  margin-top: -2px;
  right: 0;
  border: 1px solid #e3e7f0;
  box-shadow: none;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}
@media (max-width: 399px) {
  .offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu {
    text-align: left;
  }
}
.offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu:before {
  content: "";
  box-shadow: 0px 4px 18px 0px rgba(51, 61, 76, 0.2);
  position: absolute;
  top: -44px;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu > li {
  padding: 0;
}
.offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu > li a {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  padding: 12px 15px;
  padding-left: 33px;
  padding-right: 30px;
  text-decoration: none;
  position: relative;
  display: block;
}
.offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu > li a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
  left: 15px;
  bottom: 0;
  margin: auto;
}
.offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu > li a:focus {
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
.offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu > li a:hover {
  background-color: #F1F3F7;
}
.offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu > li.selected a, .offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu > li.active a {
  background-color: transparent !important;
  color: #000 !important;
  font-weight: 700;
}
.offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu > li.in-stock a:before {
  background-color: #039300;
}
.offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu > li.not-in-stock a:before {
  background-color: #e61930;
}
.offer-box-content .dropdown.adjust .bl-forminput .dropdown-menu > li:last-child a {
  border-top: 1px solid #e3e7f0;
}
.offer-box-left {
  background-color: #fff;
  flex: 0 0 270px;
  max-width: 270px;
  padding: 25px;
  margin-top: -75px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1159px) {
  .offer-box-left {
    display: block;
    max-width: none;
    margin-top: 0;
    padding: 25px 35px;
  }
}
.offer-box-left .name {
  font-family: "Archivo", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1159px) {
  .offer-box-left .name {
    display: none;
  }
}
.offer-box-left .img-wrap {
  width: 220px;
  height: 140px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1159px) {
  .offer-box-left .img-wrap {
    display: none;
  }
}
.offer-box-left .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1159px) {
  .offer-box-left-content-bottom {
    display: none;
  }
}
.offer-box-right {
  padding: 30px 50px;
  flex-grow: 1;
}
@media (max-width: 1159px) {
  .offer-box-right {
    padding: 30px 35px 60px;
  }
}
@media (max-width: 899px) {
  .offer-box-right {
    padding: 30px 0 60px;
  }
}
.offer-box-right-footer, .offer-box-right-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 899px) {
  .offer-box-right-footer, .offer-box-right-header {
    padding: 0 35px;
  }
}
.offer-box-right-footer .text, .offer-box-right-header .text {
  font-size: 14px;
  line-height: 20px;
}
.offer-box-right-footer .text.skeleton-wave:before, .offer-box-right-header .text.skeleton-wave:before {
  background: rgb(227, 231, 240);
}
@media (max-width: 1159px) {
  .offer-box-right-footer .text, .offer-box-right-header .text {
    display: none;
  }
}
@media (min-width: 1160px) {
  .offer-box-right-footer .text-info-block, .offer-box-right-header .text-info-block {
    padding-left: 20px;
    padding-right: 15px;
  }
}
.offer-box-right-footer .icon-arrows, .offer-box-right-header .icon-arrows {
  display: none;
  cursor: pointer;
}
@media (max-width: 1159px) {
  .offer-box-right-footer .icon-arrows, .offer-box-right-header .icon-arrows {
    display: inline-block;
  }
}
@media (max-width: 399px) {
  .offer-box-right-header {
    padding: 0 16px;
    justify-content: flex-end;
  }
}
@media (max-width: 359px) {
  .offer-box-right-header {
    display: block;
    text-align: center;
  }
}
.offer-box-right-header .dropdown-block {
  display: flex;
  align-items: center;
}
@media (max-width: 399px) {
  .offer-box-right-header .dropdown-block {
    margin-left: 20px;
  }
  .offer-box-right-header .dropdown-block > div {
    width: 100%;
  }
  .offer-box-right-header .dropdown-block .btn {
    width: 100%;
    min-width: 195px;
    max-width: 195px;
  }
}
@media (max-width: 359px) {
  .offer-box-right-header .dropdown-block {
    display: block;
    margin-top: 15px;
    margin-left: 0;
  }
  .offer-box-right-header .dropdown-block .btn {
    max-width: none;
  }
}
.offer-box-right-header .label-x {
  font-size: 14px;
  line-height: 15px;
  color: #91959f;
  padding-right: 15px;
}
@media (max-width: 1159px) {
  .offer-box-right-header .label-x {
    display: none;
  }
}
.offer-box-right-content {
  padding: 35px 0 45px;
  overflow: hidden;
}
@media (min-width: 900px) {
  .offer-box-right-content {
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 900px) and (max-width: 1159px) {
  .offer-box-right-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 866px;
  }
}
.offer-box-right-content .lSSlideWrapper {
  overflow: visible;
}
.offer-box-right-content .lSSlideOuter {
  overflow: visible;
}
.offer-box-right-content.scrolling {
  pointer-events: none;
}
.offer-box-right-content .lSAction {
  display: none !important;
}
.offer-box-right-content #offer-boxes {
  overflow: visible;
}
.offer-box-right-content #offer-boxes.cS-hidden {
  height: 220px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
@media (max-width: 899px) {
  .offer-box-right-content {
    padding: 30px 0 40px;
  }
  .offer-box-right-content .lSSlideOuter {
    max-width: 255px;
    margin: auto;
  }
  .offer-box-right-content .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 66px;
    left: 0;
    right: 0;
    max-width: 210px;
    margin: auto;
  }
  .offer-box-right-content .lSSlideOuter .lSPager.lSpg > li {
    padding: 0 3px;
    margin: 0;
    float: none;
  }
  .offer-box-right-content .lSSlideOuter .lSPager.lSpg > li a {
    height: 10px;
    width: 10px;
    display: inline-block !important;
    background-color: transparent;
    border: 1px solid #999999;
  }
  .offer-box-right-content {
    /*.lSSlideOuter .lSPager.lSpg > li:hover a,*/
  }
  .offer-box-right-content .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #56585f;
    border-color: #56585f;
  }
}
.offer-box-right-content ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.offer-box-right-content ul li {
  padding: 0;
  float: left;
  margin-right: 24px;
}
.offer-box-right-footer .btn {
  background-color: #fff;
  border-radius: 17.5px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 15px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  min-width: 1px;
  min-height: 1px;
  border: 2px solid transparent;
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  transition: all 0.2s ease-in-out;
}
.offer-box-right-footer .btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("../Custom/img/icon-arrow-btn-left-gray.png");
}
.offer-box-right-footer .btn.touched {
  border-color: #91959f;
  color: #000;
}
@media (hover: hover) and (pointer: fine) {
  .offer-box-right-footer .btn:hover {
    border-color: #91959f;
    color: #000;
  }
}
.offer-box-right-footer .btn:focus {
  color: #000;
}
@media (max-width: 1159px) {
  .offer-box-right-footer .btn {
    font-size: 0;
    padding: 2px 11px;
  }
}
.offer-box-right-footer .prev {
  padding-left: 40px;
}
@media (max-width: 1159px) {
  .offer-box-right-footer .prev {
    padding-left: 20px;
  }
}
.offer-box-right-footer .prev:before {
  left: 15px;
}
@media (max-width: 1159px) {
  .offer-box-right-footer .prev:before {
    left: 0;
    right: 0;
  }
}
.offer-box-right-footer .next {
  padding-right: 40px;
}
@media (max-width: 1159px) {
  .offer-box-right-footer .next {
    padding-right: 20px;
  }
}
.offer-box-right-footer .next:before {
  right: 15px;
  transform: rotate(180deg);
}
@media (max-width: 1159px) {
  .offer-box-right-footer .next:before {
    right: 0;
    left: 0;
  }
}
.offer-box-block {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1159px) {
  .offer-box-block {
    min-width: 255px;
  }
}
.offer-box-block .quantity-changer-input-wrapper {
  display: none;
}
.offer-box-block-header {
  padding: 30px 30px 20px;
}
@media (max-width: 899px) {
  .offer-box-block-header {
    padding: 20px;
  }
}
.offer-box-block-header .quantity-block {
  font-family: "Archivo", sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 3px;
}
.offer-box-block-header .quantity-block.skeleton-wave {
  max-width: 100px;
  height: 40px;
}
.offer-box-block-header .quantity-block .measure-unit {
  font-size: 18px;
  letter-spacing: 0.4px;
  line-height: 25px;
}
.offer-box-block-header .text {
  font-size: 14px;
  line-height: 20px;
  margin-right: -6px;
}
.offer-box-block-header .text.skeleton-wave {
  max-width: 170px;
  height: 20px;
}
.offer-box-block-footer {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.offer-box-block-footer .add-to-cart-block-wrapper {
  margin: 20px -10px 0px -10px;
}
.offer-box-block-footer .info {
  padding: 7px 10px 0;
  min-height: 60px;
}
@media (max-width: 899px) {
  .offer-box-block-footer .info {
    padding: 0;
  }
}
.offer-box-block-footer .info .info-stock {
  padding-bottom: 16px;
}
.offer-box-block-footer .info .info-stock.skeleton-wave {
  max-width: 100px;
  height: 20px;
}
.offer-box-block-footer .info .info-stock .img {
  width: 13px;
  margin: -2px 2px 0px 2px;
}
.offer-box-block-footer .info .info-stock .stock-info-name {
  font-weight: 700;
}
.offer-box-block-footer .prices {
  padding: 0 10px;
}
@media (max-width: 899px) {
  .offer-box-block-footer .prices {
    padding: 0;
  }
}
.offer-box-block .price-with-unit {
  margin-top: 15px;
}
.offer-box-block .price-with-unit.skeleton-wave {
  max-width: 100px;
  height: 20px;
}
.offer-box-block .price-block {
  align-items: center;
}
.offer-box-block .price-block.skeleton-wave:before {
  width: 130px !important;
}
.offer-box-block .price-block .price {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 25px;
  display: flex;
  align-items: end;
}
.offer-box-block .price-block .price .unit {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  padding-left: 3px;
}
.offer-box-block .price-block .line-through span {
  display: inline-block;
  position: relative;
}
.offer-box-block .price-block .line-through span:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
}
.offer-box-block .price-block .line-through .unit {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}
.offer-box-block .price-block .line-through .unit:before {
  top: 10px;
}
.offer-box-block .add-to-cart-block-wrapper.skeleton-wave .add-to-cart {
  border-color: transparent !important;
  background-color: transparent !important;
}

@media (max-width: 1239px) {
  #modalOfferBoxes .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 1159px) {
  .modal-offer-boxes-open body {
    overflow: visible;
    margin-right: 0;
  }
  .modal-offer-boxes-open .modal-backdrop {
    display: none;
  }
  .modal-offer-boxes-open .page-wrapper-content .product-variant {
    display: none;
  }
  .modal-offer-boxes-open .breadcrumb ul li:nth-last-child(3),
  .modal-offer-boxes-open .breadcrumb ul li:nth-last-child(4) {
    display: none;
  }
  .modal-offer-boxes-open .breadcrumb ul li:nth-last-child(2) {
    display: flex;
    align-items: center;
    transform: rotate(180deg);
    padding-left: 5px;
    text-decoration: none;
    font-size: 0;
    background-image: url("../Custom/img/chevron_left.png");
    background-size: 13px 13px;
    background-repeat: no-repeat;
    min-width: 13px;
    transform: none;
    background-position: center center;
    margin-right: 10px;
  }
  .modal-offer-boxes-open .breadcrumb ul li:last-child {
    display: block;
    padding-right: 15px;
  }
  .modal-offer-boxes-open .breadcrumb ul li:last-child .name2 {
    display: none;
  }
  .modal-offer-boxes-open .breadcrumb ul li:last-child .name3 {
    display: inline-block;
  }
  #modalOfferBoxes {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1040;
    overflow: visible;
    overflow-y: visible;
  }
  #modalOfferBoxes .modal-dialog {
    padding: 0;
    left: auto;
  }
  #modalOfferBoxes .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #modalOfferBoxes .modal-header {
    display: none;
  }
}
#modalOfferBoxesMobile {
  overflow-y: auto;
}
#modalOfferBoxesMobile .modal-dialog {
  width: 365px;
}
@media (max-width: 399px) {
  #modalOfferBoxesMobile .modal-dialog {
    width: auto;
    max-width: 100%;
  }
}
#modalOfferBoxesMobile .modal-body {
  padding: 20px;
}
#modalOfferBoxesMobile .modal-content .modal-header {
  min-height: 20px;
  position: relative;
  padding-right: 65px;
}
#modalOfferBoxesMobile .modal-content .modal-header .modal-title {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  padding-top: 20px;
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
}
#modalOfferBoxesMobile .modal-content .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 45px;
  height: 45px;
  font-size: 0;
}
#modalOfferBoxesMobile .modal-content .modal-header .close:before {
  transform: rotate(0deg);
  background-color: transparent;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../Custom/img/icon-close-white.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#modalOfferBoxesMobile .modal-content .modal-header .close:after {
  display: none;
}
#modalOfferBoxesMobile .modal-content .modal-header .close:focus {
  outline: none;
}

.offer-box-mobil-text {
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #91959f;
  margin: 40px 0;
}
.offer-box-mobil-content .btn {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #039300;
  border-color: #039300;
  width: 100%;
  color: #fff;
}
.offer-box-mobil-content .img-wrap {
  margin-top: 40px;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  height: 151px;
  text-align: center;
}
.offer-box-mobil-content .img-wrap img {
  margin-left: -50px;
  margin-right: -50px;
}

.modal-content-lots-block {
  margin: auto;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
#silicone_profile .product-profiles-request .text-danger, #silicone_profile_editable .product-profiles-request .text-danger {
  position: absolute;
  left: auto;
  top: -15px;
  right: 0;
  width: auto;
  font-weight: 600;
}
#silicone_profile .modal-dialog, #silicone_profile_editable .modal-dialog {
  width: 900px;
  max-width: 98vw;
}
#silicone_profile .modal-content .modal-header .modal-title, #silicone_profile_editable .modal-content .modal-header .modal-title {
  font-size: 25px;
  padding-top: 40px;
  padding-left: 60px;
}
#silicone_profile .modal-content .modal-header .close, #silicone_profile_editable .modal-content .modal-header .close {
  width: 44px;
  height: 44px;
}
#silicone_profile .modal-content .modal-header .close:before, #silicone_profile .modal-content .modal-header .close:after, #silicone_profile_editable .modal-content .modal-header .close:before, #silicone_profile_editable .modal-content .modal-header .close:after {
  width: 4px;
  height: 20px;
  left: 20px;
  top: 13px;
}
#silicone_profile .modal-content .modal-body, #silicone_profile_editable .modal-content .modal-body {
  padding: 0 60px;
  padding-right: 90px;
  overflow-y: auto;
}
#silicone_profile .modal-content .modal-body::-webkit-scrollbar, #silicone_profile_editable .modal-content .modal-body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: white;
}
#silicone_profile .modal-content .modal-body::-webkit-scrollbar-thumb, #silicone_profile_editable .modal-content .modal-body::-webkit-scrollbar-thumb {
  background-color: #91959f;
  border-radius: 4px;
}
#silicone_profile .modal-content .modal-body .company-info > div, #silicone_profile_editable .modal-content .modal-body .company-info > div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
#silicone_profile .modal-content .modal-body .company-info > div .name, #silicone_profile_editable .modal-content .modal-body .company-info > div .name {
  flex: 0 0 150px;
  max-width: 150px;
}
#silicone_profile .modal-content .modal-body .company-info > div .value .change-address, #silicone_profile_editable .modal-content .modal-body .company-info > div .value .change-address {
  font-weight: 600;
  margin-left: 45px;
  text-decoration: underline;
  cursor: pointer;
}
#silicone_profile .modal-content .modal-body .company-info > div .value .change-address:hover, #silicone_profile_editable .modal-content .modal-body .company-info > div .value .change-address:hover {
  color: #e61930;
}
#silicone_profile .modal-content .modal-body .your-demand h2, #silicone_profile_editable .modal-content .modal-body .your-demand h2 {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 30px;
}
#silicone_profile .modal-content .modal-body .your-demand > div, #silicone_profile_editable .modal-content .modal-body .your-demand > div {
  margin-bottom: 40px;
  padding-right: 30px;
}
#silicone_profile .modal-content .modal-body .your-demand > div p, #silicone_profile_editable .modal-content .modal-body .your-demand > div p {
  margin-bottom: 4px;
}
#silicone_profile .modal-content .modal-body .your-demand .demand-info, #silicone_profile_editable .modal-content .modal-body .your-demand .demand-info {
  padding-right: 3px;
}
#silicone_profile .modal-content .modal-body .your-demand .demand-info .part-number, #silicone_profile_editable .modal-content .modal-body .your-demand .demand-info .part-number {
  padding-left: 30px !important;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 600;
  margin-bottom: 15px;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder:last-child, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder:last-child {
  margin-top: 15px;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .validation, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .validation {
  margin-top: -15px;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .name, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .name {
  text-align: right;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value {
  flex: 0 0 38%;
  max-width: 38%;
  min-width: 250px;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: inherit;
  margin-left: -10px;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container .btn, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container .btn {
  width: 40px;
  min-width: 40px;
  padding: 0;
  height: 40px;
  min-height: 40px;
  border: none;
  background-color: #e3e7f0;
  color: #000000;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container .btn > *, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container .btn > * {
  color: #000000;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container .btn:hover, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container .btn:hover {
  color: #e61930;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container .btn:hover > *, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container .btn:hover > * {
  color: #e61930;
  text-decoration: none;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container input, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container input {
  height: 40px;
  font-size: 1em;
  font-weight: 600;
  color: #000000;
  border-radius: 4px;
  margin: 0 5px;
  border: 1px solid #91959f;
  text-align: center;
  max-width: 130px;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container input:focus, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container input:focus {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #000000;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .change-code, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .change-code {
  text-decoration: underline;
  cursor: pointer;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .change-code:hover, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .change-code:hover {
  color: #e61930;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .bl-forminput, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .bl-forminput {
  display: none;
  width: 60%;
  margin: 0;
  margin-left: -10px;
  margin-right: 10px;
  min-width: inherit;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .bl-forminput .col-xs-12, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .bl-forminput .col-xs-12 {
  padding: 0;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value .bl-forminput .col-xs-12 .form-control, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .bl-forminput .col-xs-12 .form-control {
  border-radius: 4px;
  font-weight: 600;
  width: inherit;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value.active .bl-forminput, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value.active .bl-forminput {
  display: block;
}
#silicone_profile .modal-content .modal-body .your-demand .placeholder .value.active .change-code, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value.active .change-code {
  display: none;
}
#silicone_profile .modal-content .modal-body .product, #silicone_profile_editable .modal-content .modal-body .product {
  display: flex;
  justify-content: space-between;
}
#silicone_profile .modal-content .modal-body .product-img, #silicone_profile_editable .modal-content .modal-body .product-img {
  flex: 0 0 35%;
  max-width: 35%;
  text-align: center;
}
#silicone_profile .modal-content .modal-body .product-img h4, #silicone_profile_editable .modal-content .modal-body .product-img h4 {
  text-align: left;
}
#silicone_profile .modal-content .modal-body .product-img img, #silicone_profile_editable .modal-content .modal-body .product-img img {
  max-width: 100%;
  max-height: 220px;
  margin-top: 10px;
  margin-bottom: 25px;
}
#silicone_profile .modal-content .modal-body .product-dimensions, #silicone_profile_editable .modal-content .modal-body .product-dimensions {
  flex: 0 0 55%;
  max-width: 55%;
  display: flex;
  flex-flow: column;
}
#silicone_profile .modal-content .modal-body .product-dimensions h4, #silicone_profile_editable .modal-content .modal-body .product-dimensions h4 {
  padding-left: 30px;
}
#silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 15px;
  min-width: inherit;
  justify-content: flex-end;
}
#silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput .control-label, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput .control-label {
  /*width: 90px;
  min-width: 90px;*/
  padding: 0;
  padding-right: 25px;
  text-align: right;
  margin: 0;
}
#silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput .bl-input-group, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput .bl-input-group {
  padding: 0;
}
#silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput .bl-input-group .form-control, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput .bl-input-group .form-control {
  border-radius: 4px;
  height: 50px;
  width: auto;
  min-width: 250px;
}
#silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput .btn-group, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput .btn-group {
  width: auto;
}
#silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput .col-md-8.col-xs-12, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput .col-md-8.col-xs-12 {
  padding: 0;
  width: auto;
}
#silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput .col-md-8.col-xs-12 .btn-group .dropdown-toggle, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput .col-md-8.col-xs-12 .btn-group .dropdown-toggle {
  height: 50px;
  border-radius: 4px;
  font-size: 1em;
  font-weight: 400;
  width: auto;
  min-width: 250px;
  max-width: 250px;
}
#silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput .col-md-8.col-xs-12 .btn-group .dropdown-toggle .caret, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput .col-md-8.col-xs-12 .btn-group .dropdown-toggle .caret {
  right: 15px;
  top: 20px;
  border-top: 8px solid #91959f;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
#silicone_profile .modal-content .modal-body .product-dimensions .dimension, #silicone_profile_editable .modal-content .modal-body .product-dimensions .dimension {
  display: flex;
  font-size: 1em;
  margin-bottom: 25px;
}
#silicone_profile .modal-content .modal-body .product-dimensions .dimension .name, #silicone_profile_editable .modal-content .modal-body .product-dimensions .dimension .name {
  font-weight: 600;
  flex: 0 0 70px;
  text-align: right;
}
#silicone_profile .modal-content .modal-body .product-dimensions .dimension .value, #silicone_profile_editable .modal-content .modal-body .product-dimensions .dimension .value {
  padding-left: 30px;
}
#silicone_profile .modal-content .modal-body .product-dimensions .dimension.m-t-15, #silicone_profile_editable .modal-content .modal-body .product-dimensions .dimension.m-t-15 {
  margin-top: 15px;
}
#silicone_profile .modal-content .modal-body .product-dimensions .dimension.m-b-35, #silicone_profile_editable .modal-content .modal-body .product-dimensions .dimension.m-b-35 {
  margin-bottom: 35px;
}
#silicone_profile .modal-content .modal-body .note-placeholder p, #silicone_profile_editable .modal-content .modal-body .note-placeholder p {
  font-weight: 600;
}
#silicone_profile .modal-content .modal-body .note-placeholder .bl-textarea, #silicone_profile_editable .modal-content .modal-body .note-placeholder .bl-textarea {
  display: flex;
  min-width: inherit;
  margin: 0;
}
#silicone_profile .modal-content .modal-body .note-placeholder .bl-textarea .control-label, #silicone_profile_editable .modal-content .modal-body .note-placeholder .bl-textarea .control-label {
  display: none;
}
#silicone_profile .modal-content .modal-body .note-placeholder .bl-textarea .col-xs-12, #silicone_profile_editable .modal-content .modal-body .note-placeholder .bl-textarea .col-xs-12 {
  padding: 0;
}
#silicone_profile .modal-content .modal-body .note-placeholder .bl-textarea .form-control, #silicone_profile_editable .modal-content .modal-body .note-placeholder .bl-textarea .form-control {
  height: 100px;
  width: 100%;
}
#silicone_profile .modal-content .modal-body .disclamer, #silicone_profile_editable .modal-content .modal-body .disclamer {
  margin-top: 40px;
}
#silicone_profile .modal-content .modal-body .disclamer p, #silicone_profile_editable .modal-content .modal-body .disclamer p {
  margin-bottom: 0;
}
#silicone_profile .modal-content .modal-body .disclamer p a, #silicone_profile_editable .modal-content .modal-body .disclamer p a {
  font-weight: 600;
}
#silicone_profile .modal-content .modal-body .custom-btn, #silicone_profile_editable .modal-content .modal-body .custom-btn {
  padding: 10px 83px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#silicone_profile_editable .modal-content .modal-body .product-img {
  flex: 0 0 45%;
  max-width: 45%;
}
#silicone_profile_editable .modal-content .modal-body .product-img img {
  margin-top: 75px;
}

@media (max-width: 1199px) {
  #silicone_profile .product-profiles-request .text-danger, #silicone_profile_editable .product-profiles-request .text-danger {
    position: absolute;
    right: auto;
  }
  #silicone_profile .modal-content .modal-body, #silicone_profile_editable .modal-content .modal-body {
    padding: 0 10px;
  }
  #silicone_profile .modal-content .modal-body .your-demand .placeholder, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder {
    justify-content: flex-start;
  }
  #silicone_profile .modal-content .modal-body .your-demand .placeholder .name, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .name {
    text-align: left;
  }
  #silicone_profile .modal-content .modal-body .product, #silicone_profile_editable .modal-content .modal-body .product {
    flex-wrap: wrap;
  }
  #silicone_profile .modal-content .modal-body .product-img, #silicone_profile_editable .modal-content .modal-body .product-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #silicone_profile .modal-content .modal-body .product-img img, #silicone_profile_editable .modal-content .modal-body .product-img img {
    margin: 0;
  }
  #silicone_profile .modal-content .modal-body .product-dimensions, #silicone_profile_editable .modal-content .modal-body .product-dimensions {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #silicone_profile .modal-content .modal-body .product-dimensions h4, #silicone_profile_editable .modal-content .modal-body .product-dimensions h4 {
    padding-left: 0;
  }
  #silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput {
    display: grid;
    justify-content: unset;
  }
  #silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput .control-label, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput .control-label {
    width: 100%;
    text-align: left;
  }
  #silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput .bl-input-group .form-control, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput .bl-input-group .form-control {
    width: 100%;
  }
  #silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput .btn-group, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput .btn-group {
    width: 100%;
  }
  #silicone_profile .modal-content .modal-body .product-dimensions .bl-forminput .col-md-8.col-xs-12 .btn-group .dropdown-toggle, #silicone_profile_editable .modal-content .modal-body .product-dimensions .bl-forminput .col-md-8.col-xs-12 .btn-group .dropdown-toggle {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 676px) {
  #silicone_profile .modal-content .modal-body .product-img img, #silicone_profile_editable .modal-content .modal-body .product-img img {
    max-width: 100%;
  }
  #silicone_profile .modal-content .modal-body .your-demand .placeholder, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder {
    flex-wrap: wrap;
  }
  #silicone_profile .modal-content .modal-body .your-demand .placeholder .name, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .name {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #silicone_profile .modal-content .modal-body .your-demand .placeholder .value, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: inherit;
    text-align: right;
    margin-bottom: 5px;
    padding-left: 0 !important;
  }
  #silicone_profile .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .quantity-changer-container {
    justify-content: flex-end;
  }
  #silicone_profile .modal-content .modal-body .your-demand .placeholder .value .bl-forminput, #silicone_profile_editable .modal-content .modal-body .your-demand .placeholder .value .bl-forminput {
    margin-left: 0;
  }
}
.moving-menu {
  position: relative;
}
.moving-menu a {
  padding-left: 5px;
  font-weight: bold;
  letter-spacing: 1px;
}
.moving-menu a.active, .moving-menu a:focus, .moving-menu a:hover {
  color: #247ed3;
  text-decoration: none;
}
.moving-menu h3 {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
.moving-menu li {
  margin-top: 5px;
}
.moving-menu .img-avatar {
  border: 5px solid #247ed3;
  margin-bottom: 10px !important;
}
.moving-menu .straight a {
  padding-left: 10px;
}

.orders .orders-active-viewbag, .personal-info .personal-active-viewbag, .overview .overview-active-viewbag, .events .events-active-viewbag,
.favourite-tours .favourite-tours-active-viewbag,
.rental .rental-active-viewbag,
.loyalty-program .loyalty-program-active-viewbag,
.personal-info-news .personal-info-news-active-viewbag {
  color: #247ed3;
}
@media screen and (max-width: 1200px) {
  .moving-menu .underline-div {
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  .moving-menu {
    margin-bottom: 25px;
  }
}
@charset "UTF-8";
/*Rozlišení*/
/**/
#newsletter div {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 8px;
}
#newsletter div > span {
  font-family: "Archivo", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 20px;
}
#newsletter div form {
  display: flex;
}
#newsletter div form input {
  width: 285px;
  height: 35px;
  font-size: 12px;
  padding-left: 13px;
  outline: none;
  border: 2px solid #91959f;
  margin-right: 10px;
}
#newsletter div form button {
  min-height: 35px;
  min-width: 90px;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  padding: 0 4px;
}
#newsletter div form button span {
  padding: 0 10px;
}

@media (max-width: 1199px) {
  #newsletter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 100%;
  }
  #newsletter div {
    flex: 0 0 100%;
    flex-flow: column;
    display: flex;
    align-items: flex-start;
    max-width: 590px;
    margin: 0;
  }
  #newsletter div span {
    margin-bottom: 15px;
  }
  #newsletter div form {
    width: 100%;
  }
  #newsletter div form input {
    font-size: 16px;
    width: inherit;
  }
  #newsletter p {
    flex: 0 0 100%;
    max-width: 405px;
    font-size: 15px;
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #newsletter div, #newsletter p {
    max-width: 590px;
  }
}
.paging-placeholder {
  display: flex;
  justify-content: center;
}
.paging-placeholder .paging {
  display: flex;
  margin-top: 30px;
  padding: 0;
}
.paging-placeholder .paging > li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #91959f;
  width: 41px;
  height: 41px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  user-select: none;
  padding-left: 0;
}
.paging-placeholder .paging > li::before {
  content: none;
}
.paging-placeholder .paging > li:hover {
  color: #e61930;
}
.paging-placeholder .paging > li.active {
  background-color: #e61930;
  border-color: #e61930;
  color: #ffffff;
  cursor: auto;
}
.paging-placeholder .paging > li.page-switch {
  border: none;
  border-radius: 4px;
}
.paging-placeholder .paging > li .page {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging-placeholder .paging > li.dots {
  border: none;
  align-items: flex-end;
  width: 20px;
}
.paging-placeholder .paging .page-prev, .paging-placeholder .paging .page-next {
  background-color: #e3e7f0;
  border: 1px solid #e3e7f0;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.paging-placeholder .paging .page-prev:hover:before, .paging-placeholder .paging .page-prev:hover:after, .paging-placeholder .paging .page-next:hover:before, .paging-placeholder .paging .page-next:hover:after {
  background-color: #e61930;
}
.paging-placeholder .paging .page-prev:before, .paging-placeholder .paging .page-prev:after, .paging-placeholder .paging .page-next:before, .paging-placeholder .paging .page-next:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #91959f;
  left: 18px;
}
.paging-placeholder .paging .page-prev:before {
  top: 12px;
  transform: rotate(45deg);
}
.paging-placeholder .paging .page-prev:after {
  top: 18px;
  transform: rotate(-45deg);
}
.paging-placeholder .paging .page-next:before {
  top: 12px;
  transform: rotate(-45deg);
}
.paging-placeholder .paging .page-next:after {
  top: 18px;
  transform: rotate(45deg);
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.product-slider-placeholder {
  padding: 20px 0;
}
.product-slider-placeholder > a {
  border: none;
  display: block;
  min-height: 460px;
  width: 295px;
  padding-bottom: 20px;
  background-color: #e3e7f0;
  transition: all 0.2s linear;
  text-align: left;
  box-shadow: 0px 0px 20px 1px rgba(51, 61, 76, 0.15);
  margin-left: 10px;
  text-decoration: none;
}
.product-slider-placeholder > a:hover {
  color: #000000;
}
.product-slider-placeholder > a .product-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 190px;
  background-color: #ffffff;
  padding-top: 5px;
}
.product-slider-placeholder > a .product-status {
  position: relative;
  display: table;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 15px;
  margin: 5px 0px;
  text-transform: uppercase;
  border-radius: 17px;
  margin-left: 10px;
}
.product-slider-placeholder > a .product-status--new {
  background-color: #ff9f07;
}
.product-slider-placeholder > a .product-status--recommended {
  background-color: #e61930;
}
.product-slider-placeholder > a .product-status--sell-out {
  background-color: #247ed3;
}
.product-slider-placeholder > a .product-status--sale {
  background-color: #039300;
}
.product-slider-placeholder > a .product-name {
  font-size: 1.4em;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 7px;
  padding-right: 15%;
  min-height: 7em;
  overflow: hidden;
}
.product-slider-placeholder > a .product-description {
  font-size: 0.89em;
  padding-left: 30px !important;
  padding-right: 10px;
  min-height: 128px;
}
.product-slider-placeholder > a .product-description p {
  position: relative;
  margin-bottom: 5px;
}
.product-slider-placeholder > a .product-description p:before {
  content: "";
  position: absolute;
  background-color: #e61930;
  width: 5px;
  height: 5px;
  left: -12px;
  top: 8px;
}
.product-slider-placeholder > a .product-link {
  font-size: 1em;
  font-weight: 600;
  text-decoration: underline;
  margin-left: 30px;
  margin-bottom: 20px;
  bottom: 20px;
  position: absolute;
}
.product-slider-placeholder > a:hover {
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.35);
}
.product-slider-placeholder > a:hover .product-name {
  color: #e61930;
}
.product-slider-placeholder > a:hover .product-link {
  color: #e61930;
}

.product-block-placeholder {
  min-height: 515px;
  min-width: 235px;
  flex: 0 0 25%;
  background-color: #ffffff;
  transition: all 0.2s linear;
  text-align: left;
  border-bottom: 1px solid #e3e7f0;
  position: relative;
}
.product-block-placeholder.without-description {
  min-height: 350px;
}
.product-block-placeholder:hover .product-name {
  color: #e61930;
}
.product-block-placeholder:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -1px;
  top: 0;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 6%, #e3e7f0 6%, #e3e7f0 96%, #ffffff 96%, #ffffff 100%);
  z-index: 1;
}
.product-block-placeholder .product-block-top {
  display: flex;
  justify-content: flex-start;
  height: 9.5em;
  overflow: hidden;
}
.product-block-placeholder .product-block-top .product-name {
  font-size: 18px;
  min-height: 60px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 55px;
  padding: 0 20px;
  border: none;
  text-decoration: none;
}
.product-block-placeholder .product-block-body {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.product-block-placeholder .product-block-body .product-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 156px;
  background-color: #ffffff;
  padding-top: 5px;
  text-decoration: none;
  margin-top: 20px;
}
.product-block-placeholder .product-block-body .divider {
  height: 1px;
  background: #e3e7f0;
  margin: 15px 20px;
}
.product-block-placeholder .product-block-body .btn-placeholder {
  display: block;
  padding: 0px 20px;
  justify-content: center;
  margin-bottom: 45px;
  font-size: 12px;
}
.product-block-placeholder .product-block-body .btn-placeholder a {
  border: none;
}
.product-block-placeholder .product-block-body .product-status {
  position: relative;
  display: table;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 15px;
  margin: 5px 0px;
  margin-left: 20px;
  z-index: 1;
  text-transform: uppercase;
  border-radius: 17px;
}
.product-block-placeholder .product-block-body .product-status--new {
  background-color: #ff9f07;
}
.product-block-placeholder .product-block-body .product-status--recommended {
  background-color: #e61930;
}
.product-block-placeholder .product-block-body .product-status--sell-out {
  background-color: #247ed3;
}
.product-block-placeholder .product-block-body .product-status--sale {
  background-color: #039300;
}
.product-block-placeholder .product-block-body .product-description {
  font-size: 0.89em;
  padding: 0 20px;
  min-height: 165px;
  margin-bottom: 10px;
}
.product-block-placeholder .product-block-body .product-description ul {
  line-height: 1.5;
}
.product-block-placeholder .product-block-body .product-description ul li:before {
  background: #999999;
}
.product-block-placeholder .product-block-body .product-description p {
  line-height: 1.75;
  position: relative;
  margin-bottom: 5px;
}
.product-block-placeholder .product-block-body .product-description p:before {
  content: "";
  position: absolute;
  background-color: #e61930;
  width: 5px;
  height: 5px;
  left: -12px;
  top: 10px;
}
.product-block-placeholder .product-block-body .product-stock {
  font-size: 14px;
  padding: 0px 0px 20px 0px;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
@media (max-width: 1199px) {
  .product-slider-placeholder > a {
    max-width: 70vw;
  }
}
@media (max-width: 1261px) {
  .product-block-placeholder {
    flex: 0 0 33.33%;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 0px;
  }
  .product-block-placeholder .product-block-top {
    height: 8em;
  }
  .product-block-placeholder .product-block-body .product-description {
    min-height: 95px;
    margin-bottom: 25px;
    max-height: 105px;
    overflow: hidden;
  }
  .product-block-placeholder .product-block-body .btn-placeholder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin-bottom: 0;
  }
  .product-block-placeholder .product-block-body .btn-placeholder button {
    min-width: 100%;
    padding: 0;
  }
  .product-block-placeholder .product-block-body .product-stock {
    font-size: 14px;
    padding: 0px 0px 20px 0px;
  }
}
@media (max-width: 752px) {
  .product-block-placeholder {
    flex: 0 0 50%;
    min-width: inherit;
  }
}
@media (max-width: 476px) {
  .product-block-placeholder {
    flex: 0 0 100%;
    min-width: inherit;
    border: 1px solid #e3e7f0;
    border-top: 0px;
    padding-bottom: 0px;
  }
  .product-block-placeholder:after {
    content: none;
  }
  .product-block-placeholder .product-block-top {
    height: auto;
  }
  .product-block-placeholder .product-block-top .product-name {
    margin-top: 15px;
    padding: 0 15px;
  }
  .product-block-placeholder .product-block-body .divider {
    margin: 15px;
  }
  .product-block-placeholder .product-block-body .product-description {
    padding: 0px 15px;
  }
  .product-block-placeholder .product-block-body .btn-placeholder {
    padding: 0 15px;
  }
  .product-block-placeholder .product-block-body .btn-placeholder a {
    width: 100%;
  }
}

@charset "UTF-8";
/*Rozlišení*/
/**/
.slider-placeholder {
  display: flex;
}
.slider-placeholder .product-block-slider {
  display: flex;
}
.slider-placeholder .product-block-slider .product-slider-placeholder {
  float: none;
}
.slider-placeholder .product-block-slider .product-slider-placeholder > a {
  height: 100%;
}
.slider-placeholder .slider-btn {
  width: 40px;
  min-width: 40px;
  background-color: #e3e7f0;
  cursor: pointer;
  transition: all 0.2s ease-in;
  margin: 20px 0;
}
.slider-placeholder .slider-btn--prev {
  margin-right: 15px;
  position: relative;
}
.slider-placeholder .slider-btn--prev:before, .slider-placeholder .slider-btn--prev:after {
  content: "";
  width: 2px;
  height: 25px;
  background-color: #91959f;
  position: absolute;
  left: 50%;
}
.slider-placeholder .slider-btn--prev:after {
  transform: rotate(-45deg);
  top: calc(50% + 9px);
}
.slider-placeholder .slider-btn--prev:before {
  transform: rotate(45deg);
  top: calc(50% - 8px);
}
.slider-placeholder .slider-btn--next {
  margin-left: 15px;
  position: relative;
}
.slider-placeholder .slider-btn--next:before, .slider-placeholder .slider-btn--next:after {
  content: "";
  width: 2px;
  height: 25px;
  background-color: #91959f;
  position: absolute;
  left: 50%;
}
.slider-placeholder .slider-btn--next:after {
  transform: rotate(45deg);
  top: calc(50% + 9px);
}
.slider-placeholder .slider-btn--next:before {
  transform: rotate(-45deg);
  top: calc(50% - 8px);
}
.slider-placeholder .slider-btn:hover:before, .slider-placeholder .slider-btn:hover:after {
  background-color: #e61930;
}
.slider-placeholder .lSPager.lSpg {
  display: none;
}
.slider-placeholder .lSSlideOuter {
  width: 100%;
}

.lSSlideOuter .lSAction a {
  background: transparent;
  border: none;
  width: 20px;
}
.lSSlideOuter .lSAction a::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border-bottom: 2px solid #91959f;
  border-left: 2px solid #91959f;
  transform: rotate(45deg);
  margin: 6px 0px 0px 5px;
}
.lSSlideOuter .lSAction .lSNext::before {
  transform: rotate(-135deg);
  margin: 6px 0px 0px -5px;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
  z-index: 99999;
  display: grid;
  display: -ms-grid;
  grid-template-rows: 1fr 100px;
  -ms-grid-rows: 1fr 110px;
  align-items: center;
  justify-items: center;
  user-select: none;
}
.lightbox .close {
  position: fixed;
  height: 25px;
  width: 25px;
  right: 15px;
  top: 15px;
  opacity: 1;
  z-index: 1;
}
.lightbox .close::before, .lightbox .close::after {
  content: "";
  position: fixed;
  top: 15px;
  right: 25px;
  height: 25px;
  width: 3px;
  background: white;
  transform: rotate(45deg);
}
.lightbox .close::after {
  transform: rotate(-45deg);
}
.lightbox .images-placeholder {
  width: 100vw;
  height: 100%;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
.lightbox .images {
  width: 100%;
  display: flex;
  height: 100%;
}
.lightbox .images .image {
  min-width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: -webkit-grab;
}
.lightbox .images .image > div {
  position: relative;
}
.lightbox .images .image > div img {
  max-height: calc(90vh - 200px);
  max-width: 98vw;
}
.lightbox .images .image .background-image {
  background-color: white;
}
.lightbox .images .image .product-number {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 16px;
}
.lightbox .images .image .product-link {
  text-align: center;
  position: absolute;
  color: white;
  left: 0;
  right: 0;
}
.lightbox .images.animation {
  transition: all 0.2s ease-in-out;
}
.lightbox .thumbnails {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  width: 98vw;
  overflow-x: auto;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.lightbox .thumbnails .product-link {
  display: none;
}
.lightbox .thumbnails .image {
  margin: 5px;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.lightbox .thumbnails .image .background-image {
  background-color: white;
}
.lightbox .thumbnails .image img {
  height: 80px;
}
.lightbox .thumbnails .image:hover {
  opacity: 1;
}
.lightbox .thumbnails .image.active {
  opacity: 1;
}
.lightbox .thumbnails .product-number {
  display: none;
}
.lightbox *::-webkit-scrollbar {
  background-color: transparent;
}
.lightbox.visible {
  transform: scale(1);
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.mCSB_scrollTools {
  opacity: 1 !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 55px !important;
  padding: 10px 0;
  background-color: white;
  z-index: 2;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
  margin: 0 40px !important;
  top: 10px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 35px !important;
  background-color: #e3e7f0;
  border-radius: 7px;
  margin: 0 !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  height: 35px !important;
  background-color: transparent;
  border-radius: 7px;
  height: 26px;
  top: 4px;
  margin: 0 4px;
  outline: none;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #91959f !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-color: #91959f;
  border-radius: 5px;
  height: 26px !important;
  margin: 0 !important;
  width: calc(100% - 8px) !important;
  outline: none;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #91959f;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  width: 34px !important;
  height: 34px !important;
  background-color: #e3e7f0;
  border: none;
  border-radius: 7px;
  opacity: 1 !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:after, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:after {
  content: "";
  position: absolute;
  background-color: #91959f;
  position: absolute;
  width: 3px;
  height: 11px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft.disabled, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight.disabled {
  cursor: auto;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft.disabled:before, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft.disabled:after, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight.disabled:before, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight.disabled:after {
  background-color: #babec7;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before {
  left: 14px;
  transform: rotate(45deg);
  top: 8px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:after {
  left: 14px;
  transform: rotate(-45deg);
  top: 15px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
  left: 14px;
  transform: rotate(-45deg);
  top: 8px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:after {
  left: 14px;
  transform: rotate(45deg);
  top: 15px;
}

.mCSB_container {
  margin-bottom: 50px !important;
  overflow: visible !important;
}

.mCustomScrollbar {
  touch-action: auto !important;
}

.mCustomScrollBox {
  width: 100%;
}
.slider-range-wrap {
  margin: 20px 0;
}
.slider-range-wrap #slider-range {
  height: 6px;
  border: none;
  border-radius: 10px;
  background-color: #91959f;
}
.slider-range-wrap #slider-range .ui-slider-range {
  height: 6px;
  border: none;
  background-color: #e61930;
}
.slider-range-wrap #slider-range .ui-slider-handle {
  outline: none;
  border-radius: 50%;
  background-color: #e61930;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
  border: none;
  height: 22px;
  width: 22px;
  top: -8px;
}

.slider-range-wrap-property {
  margin: 20px 0;
}
.slider-range-wrap-property #slider-range-property {
  height: 6px;
  border: none;
  border-radius: 10px;
  background-color: #91959f;
}
.slider-range-wrap-property #slider-range-property .ui-slider-range {
  height: 6px;
  border: none;
  background-color: #e61930;
}
.slider-range-wrap-property #slider-range-property .ui-slider-handle {
  outline: none;
  border-radius: 50%;
  background-color: #e61930;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
  border: none;
  height: 22px;
  width: 22px;
  top: -8px;
}
.social-icon-wrapper {
  overflow: hidden;
  width: 80%;
}
.social-icon-wrapper .social-icon {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: 1px solid #247ed3;
  float: left;
  padding: 12px 15px;
}
.social-icon-wrapper .social-icon i {
  font-size: 35px;
  color: #247ed3;
  display: inline-block;
  width: 20px;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
table:not(.cms-table) {
  max-width: initial;
  position: relative;
}
table:not(.cms-table) th, table:not(.cms-table) td {
  border-right: 1px solid #91959f;
  padding: 5px 15px;
}
table:not(.cms-table) td.right {
  text-align: right !important;
}
table:not(.cms-table) td.center {
  text-align: center !important;
}
table:not(.cms-table) tr th:last-child, table:not(.cms-table) tr td:last-child {
  border-right: none;
}
table:not(.cms-table) tr:nth-child(even) td {
  background-color: #e3e7f0;
}
table:not(.cms-table) thead th {
  font-weight: 600;
  background-color: #ffffff;
  padding-top: 5px;
  padding-right: 30px;
  cursor: pointer;
  user-select: none;
  border-bottom: none !important;
}
table:not(.cms-table) thead th.sorting {
  color: #e61930;
}
table:not(.cms-table) thead th.sorting div, table:not(.cms-table) thead th.sorting span {
  position: relative;
  width: fit-content;
}
table:not(.cms-table) thead th.sorting div:before, table:not(.cms-table) thead th.sorting div:after, table:not(.cms-table) thead th.sorting span:before, table:not(.cms-table) thead th.sorting span:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 12px;
  background-color: #e61930;
  transition: all 0.2s ease-in;
  top: calc(50% - 5px);
}
table:not(.cms-table) thead th.sorting div:before, table:not(.cms-table) thead th.sorting span:before {
  transform: rotate(45deg);
  right: -16px;
}
table:not(.cms-table) thead th.sorting div:after, table:not(.cms-table) thead th.sorting span:after {
  transform: rotate(-45deg);
  right: -23px;
}
table:not(.cms-table) thead th.sorting.desc div:before, table:not(.cms-table) thead th.sorting.desc span:before {
  transform: rotate(-45deg);
}
table:not(.cms-table) thead th.sorting.desc div:after, table:not(.cms-table) thead th.sorting.desc span:after {
  transform: rotate(45deg);
}
table:not(.cms-table) thead th.sorting span {
  width: auto;
}
table:not(.cms-table) thead td {
  padding: 0;
}
table:not(.cms-table) tbody tr:hover td {
  background-color: #ffd4d9;
}
table:not(.cms-table) tbody tr.last td {
  background-color: white !important;
}
table:not(.cms-table) tbody a {
  font-weight: 600;
}
table:not(.cms-table) tbody tr td {
  border-bottom: none !important;
  border-top: none !important;
}
table:not(.cms-table) tbody td {
  text-align: right;
  background-color: #ffffff;
}
table:not(.cms-table) tbody td.left {
  text-align: left;
}
table:not(.cms-table) tbody td.min-width {
  min-width: 170px;
}
table:not(.cms-table) tbody td.center {
  text-align: center;
}
table:not(.cms-table) tbody td > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
table:not(.cms-table) tbody td .status-placeholder {
  width: 18px;
  min-width: 18px;
  min-height: 34px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
table:not(.cms-table) tbody td .status-placeholder .variant-status:nth-child(2) {
  margin-bottom: 0;
}
table:not(.cms-table) tbody td .status-placeholder .variant-status:nth-child(n+3) {
  display: none;
}
table:not(.cms-table) tbody td .variant-status {
  border-radius: 50%;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin: 0 1px;
  position: relative;
  margin-bottom: 2px;
}
table:not(.cms-table) tbody td .variant-status--new {
  background-color: #ff9f07;
}
table:not(.cms-table) tbody td .variant-status--sell-out {
  background-color: #247ed3;
}
table:not(.cms-table) tbody td .variant-status--sale {
  background-color: #039300;
}
table:not(.cms-table) tbody td .variant-status--recommended {
  background-color: #e61930;
}
table:not(.cms-table) tbody td .variant-status__text {
  display: none;
  background-color: #ffffff;
  z-index: 5;
  position: absolute;
  left: 15px;
  top: 15px;
  border-radius: 8px;
  border: 1px solid #91959f;
  padding: 12px;
  min-width: 250px;
  font-size: 13px;
}
table:not(.cms-table) tbody td .variant-status__text p {
  margin-bottom: 0;
  text-transform: uppercase;
}
table:not(.cms-table) tbody td .variant-status:hover .variant-status__text {
  display: block;
}
table:not(.cms-table) tbody td .variant-status:last-child {
  margin-bottom: 0;
}
table:not(.cms-table) .bl-forminput {
  min-width: inherit;
}
table:not(.cms-table) .bl-forminput .dropdown-toggle {
  height: inherit;
  border-radius: 0;
}
table:not(.cms-table) .bl-forminput.bl-dropdown {
  margin: 0;
  padding: 0;
}
table:not(.cms-table) .bl-forminput.bl-dropdown .btn-group {
  width: 100%;
}
table:not(.cms-table) .bl-forminput .form-control {
  width: 100%;
}
@charset "UTF-8";
/*Rozlišení*/
/**/
.color-blue {
  color: #247ed3;
}
.color-blue * {
  color: #247ed3;
}

.color-red {
  color: #e61930;
}
.color-red * {
  color: #e61930;
}

.color-orange {
  color: #ff9f07;
}
.color-orange * {
  color: #ff9f07;
}

.color-gray {
  color: #91959f;
}
.color-gray * {
  color: #91959f;
}

.color-green {
  color: #039300;
}
.color-green * {
  color: #039300;
}

.color-gray-light {
  color: #e3e7f0;
}
.color-gray-light * {
  color: #e3e7f0;
}

.color-blue-login {
  color: #247ed3;
}
.color-blue-login * {
  color: #247ed3;
}

.bold {
  font-weight: 700;
}

.fw5 {
  font-weight: 500;
}

.line-height {
  line-height: 140%;
}

.overflow-hidden {
  overflow: hidden;
}

.max-width-100 {
  max-width: 100% !important;
}

.link-underline {
  text-decoration: underline;
}
.link-underline:hover {
  text-decoration: none;
}

.no-underline {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline;
}

.section-gray {
  background-color: #e3e7f0;
}

.semi-bold {
  font-weight: 600;
}

.m-r-70 {
  margin-right: 70px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-21 {
  margin-right: 21px;
}

.m-l-10 {
  margin-left: 10px;
}

.p-0 {
  padding: 0 !important;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-align-start {
  align-items: flex-start;
}

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

.text-danger {
  color: #e61930;
}

.has-error .control-label {
  color: #e61930;
}

.no-scroll {
  overflow: hidden;
}

.no-transform {
  text-transform: none !important;
}

.list-unstyled li {
  padding: 0;
}
.list-unstyled li:before {
  content: none;
}

.margin-row {
  margin: 0 -15px;
}

.no-wrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.font-18 {
  font-size: 18px;
}

.font-25em {
  font-size: 2.5em;
}

.no-flex-wrap {
  flex-wrap: nowrap !important;
}

.note {
  font-size: 0.9em;
  font-style: italic;
}

.perex {
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

.modal-open {
  overflow: hidden;
  position: relative;
  height: 100%;
}

iframe, video {
  max-width: 100%;
  max-height: 100%;
}

.hover-red:hover {
  color: #e61930;
}

.no-wrap {
  flex-wrap: nowrap !important;
}

@media (max-width: 1199px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-desktop {
    display: none !important;
  }
}
.cursor-not-allowed {
  cursor: not-allowed;
}

@charset "UTF-8";
/*Rozlišení*/
/**/