@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
:root {
  font-size: 14px;
  font-family: 'Poppins', 'sans-serif';
}
.main-container {
  margin-top: 80px;
  padding: 0 0 40px;
  background: #f8f9fb;
  margin-top: calc(128px);
}
@media only screen and (max-width: 900px) {
  .main-container {
    margin-top: calc(140px);
    margin-top: calc(188px);
  }
}
.async {
  margin: 0;
}
.async.row.mceNonEditable {
  margin-bottom: 1rem;
}
.index-container {
  padding-top: 20px;
}
.index-container > * {
  max-width: 1200px;
  margin: auto;
}
.cart-container {
  padding-top: 40px;
  margin-right: 15px;
  margin-left: 15px;
}
.cart-container > * {
  max-width: 1200px;
  margin: auto;
}
.user-container,
.page-container,
.blog-container {
  padding-top: 40px;
  background: #ffffff;
}
.user-container > *,
.page-container > *,
.blog-container > * {
  max-width: 1200px;
  margin: auto;
}
.hidden {
  display: none;
}
.form-control:focus {
  border-color: #191967;
  box-shadow: none;
}
h1 {
  font-size: 2em;
  font-weight: bold;
}
a,
.anchor {
  color: #191967;
}
a:hover,
.anchor:hover {
  color: #ff8a00;
  text-decoration: none;
}
.anchor {
  cursor: pointer;
}
.tab-pane {
  background: #ffffff;
}
.thin-main-container {
  max-width: 1400px;
  margin: 30px auto;
}
@media only screen and (min-width: 900px) {
  .phone {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .desktop {
    display: none !important;
  }
}
.flashes {
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#addedToCart {
  position: fixed;
  right: 200px;
  top: 130px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  width: 350px;
  text-transform: none;
  padding: 15px;
  display: none;
  z-index: 30;
}
@media only screen and (max-width: 900px) {
  #addedToCart {
    right: 10px;
  }
}
#addedToCart .headding {
  font-weight: 600;
  padding-bottom: 13px;
  border-bottom: solid 1px #DFE6EB;
}
#addedToCart .btns {
  margin-top: 15px;
}
#addedToCart .btns .btn {
  width: 155px;
}
#addedToCart .btns .btn-secondary {
  margin-right: 6px;
}
#addedToCart .prod-row {
  height: 100px;
  padding-top: 15px;
}
#addedToCart .prod-row #addedImage {
  height: 80px;
  float: left;
}
#addedToCart .prod-row #addedName {
  font-size: 12px;
}
#addedToCart .prod-row #addedPrice {
  color: #99a4ad;
  margin-top: 5px;
}
.tooltip-main {
  border-radius: 50%;
  background: #f3f3f3;
  border: 1px solid #737373;
  color: #737373;
  margin: 4px 121px 0 5px;
  float: right;
  text-align: left !important;
}
.tooltip-qm {
  float: left;
  margin: -2px 0px 3px 4px;
  font-size: 12px;
}
.tooltip-inner {
  max-width: 250px !important;
  font-size: 12px;
  padding: 10px 15px 10px 20px;
  background: #48b7da;
  color: #13132c;
  border: 1px solid #737373;
  text-align: left;
}
.tooltip.show {
  opacity: 1;
}
.news-list .news-item {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
.news-list .news-item::marker {
  color: #ff8a00;
}
.news-list .news-item .news-list-text {
  font-weight: 500;
}
.news-list .news-item .news-list-nahled {
  display: inline-block;
  font-size: 1rem;
  color: black;
}
.news-list .news-item .more {
  font-size: 1rem;
}
.page-contact-form {
  display: none;
}
.page-contact-form #frm-contactForm div.form-group:first-child,
.page-contact-form #frm-contactForm div.form-group:nth-child(2) {
  float: left;
  width: 50%;
}
.page-contact-form #frm-contactForm div.form-group:first-child {
  padding-right: 2%;
}
.page-contact-form #frm-contactForm div.form-group:nth-child(2) {
  padding-left: 2%;
}
.page-contact-form #frm-contactForm .g-recaptcha {
  border: none;
  height: 90px;
}
.blog-list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.banners .left-banner,
.banners .bottom-banner {
  margin-top: 15px;
  border-radius: 15px;
  overflow: hidden;
  height: fit-content;
}
.banners .left-banner .banner-wrapper,
.banners .bottom-banner .banner-wrapper {
  background-size: cover;
  padding: 20px;
  min-height: 100px;
}
.banners:has(.bottom-banner-full) {
  width: calc(100% - 30px);
  margin: auto;
}
.search-anchors {
  margin: 15px 0;
}
.search-anchors .search-anchor {
  display: inline-block;
  margin-right: 15px;
  padding: 8px 15px;
  border-radius: 20px;
  border: solid 2px #555555;
  cursor: pointer;
}
.search-anchors .search-anchor:hover {
  border-color: #000;
  color: #ff8a00;
}
.prods-count-spinner {
  width: 1.3rem;
  height: 1.3rem;
  border-width: 2px;
}
.element-container > * {
  max-width: 1200px;
  margin: auto;
}
.mobile-margins {
  margin-right: 15px;
  margin-left: 15px;
}
.flexbox-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hide-arrows input {
  -moz-appearance: textfield;
}
.hide-arrows input::-webkit-outer-spin-button,
.hide-arrows input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-list-price {
  text-align: right;
}
.product-list-price .discount {
  font-size: 0.8em;
  background: #7fbc39;
  width: 50%;
  margin-left: auto;
}
.product-list-price .price-primary,
.product-list-price .points-primary {
  font-size: 1.4em;
  font-weight: bold;
}
.product-list-price .price-secondary {
  font-size: 0.8em;
}
.order-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .order-buttons {
    flex-direction: column-reverse;
  }
}
.order-buttons a,
.order-buttons button,
.order-buttons input {
  height: 48px;
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 900px) {
  .order-buttons a,
  .order-buttons button,
  .order-buttons input {
    width: 100%;
    justify-content: center;
  }
}
.topbar-container {
  height: 48px;
  background: #191967;
  display: none;
  display: block;
}
.topbar-container > * {
  max-width: 1200px;
  margin: auto;
}
.topbar {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  color: #ff8a00;
}
.topbar .navbar-nav {
  flex-direction: column;
  gap: 16px;
}
.topbar a {
  color: #ff8a00;
}
.navbar-container {
  background: #433f34;
  margin-top: 48px;
}
.navbar-container > * {
  max-width: 1200px;
  margin: auto;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
}
.navbar-brand > img {
  height: 56px;
}
.navbar {
  height: 80px;
  flex-flow: row nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .navbar {
    height: calc(140px);
    flex-wrap: wrap;
  }
}
.navbar .navbar-nav {
  flex-direction: row;
}
.navbar .navbar-left {
  flex: 2;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 900px) {
  .navbar .navbar-left {
    width: 40%;
  }
}
.navbar .navbar-center {
  flex-grow: 0;
}
@media only screen and (max-width: 900px) {
  .navbar .navbar-center .typeahead.dropdown-menu {
    position: absolute;
    width: 90vw !important;
    max-height: calc(100vh -  170px);
    overflow-y: auto;
  }
  .navbar .navbar-center .typeahead.dropdown-menu .dropdown-item {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
}
.navbar .navbar-center .search-form {
  width: 100%;
}
.navbar .navbar-center .search-form form {
  width: 100%;
}
.navbar .navbar-center .search-form form .search-part {
  width: 100%;
}
.navbar .navbar-center .search-form form .search-part .search-code {
  font-size: 0.8em;
  color: #9b9b9b;
  text-decoration: none;
}
.navbar .navbar-center .search-form form .search-part .search-code.left {
  display: inline-block;
  min-width: 140px;
}
.navbar .navbar-center .search-form form .search-part span.deleteicon {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.navbar .navbar-center .search-form form .search-part span.deleteicon .button-x {
  position: absolute;
  display: block;
  right: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #cccccc;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
}
.navbar .navbar-center .search-form form .search-part span.deleteicon input {
  padding-right: 18px;
  box-sizing: border-box;
}
.navbar .navbar-center .inner-form {
  display: flex;
}
.navbar .navbar-center .inner-form input {
  height: 100%;
  background: #ffffff;
  display: block;
  width: 100%;
  padding: 7px 16px;
  border: 1px solid #cccccc;
}
.navbar .navbar-center .inner-form input:focus {
  border: 1px solid #cccccc;
  box-shadow: none;
}
.navbar .navbar-center .inner-form button {
  height: 100%;
  width: 100%;
  white-space: nowrap;
  color: #ffffff;
  cursor: pointer;
  background: #cccccc;
  border: 0;
}
.navbar .navbar-center .inner-form .search-btn {
  width: 60px;
}
@media only screen and (max-width: 900px) {
  .navbar .navbar-center {
    width: 100%;
    order: 3;
  }
}
.navbar .navbar-right {
  flex: 2;
  display: flex;
  justify-content: flex-end;
}
.navbar .navbar-right .navbar-nav .flag {
  margin-top: 5px;
}
@media only screen and (max-width: 900px) {
  .navbar .navbar-right .navbar-nav .flag.lang-select.dropdown,
  .navbar .navbar-right .navbar-nav .currency-select.dropdown {
    margin-top: 10px;
  }
}
.navbar .navbar-right .navbar-nav .flag.lang-select.dropdown .dropdown-toggle,
.navbar .navbar-right .navbar-nav .currency-select.dropdown .dropdown-toggle {
  background-color: transparent;
  padding: 0;
  border: none;
  align-items: center;
}
.navbar .navbar-right .navbar-nav .flag.lang-select.dropdown .dropdown-toggle:after,
.navbar .navbar-right .navbar-nav .currency-select.dropdown .dropdown-toggle:after {
  color: grey;
  margin-left: 0;
}
.navbar .navbar-right .navbar-nav .flag.lang-select.dropdown .dropdown-menu,
.navbar .navbar-right .navbar-nav .currency-select.dropdown .dropdown-menu {
  min-width: 0;
  position: absolute;
}
.navbar .navbar-right .navbar-nav .flag.lang-select.dropdown .dropdown-menu .dropdown-item,
.navbar .navbar-right .navbar-nav .currency-select.dropdown .dropdown-menu .dropdown-item {
  padding: 0.25rem 1rem;
}
.navbar .navbar-right .navbar-nav .currency-select.dropdown button.dropdown-toggle {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 2px;
  margin-right: 8px;
}
.navbar .navbar-right .navbar-nav .currency-select.dropdown button.dropdown-toggle:after {
  margin-left: 4px;
}
.navbar .navbar-right .navbar-nav .currency-select.dropdown button.dropdown-toggle:hover {
  color: #4c4c4c;
}
.navbar .navbar-right .navbar-nav .mobile-categories,
.navbar .navbar-right .navbar-nav .mobile-filters {
  display: none;
  position: fixed;
  top: 128px;
  left: 0;
  width: 100vw;
  height: calc(100% - (80px + 48px));
  background: #ffffff;
  overflow-x: scroll;
}
.navbar .navbar-right .navbar-nav .points-top a,
.navbar .navbar-right .navbar-nav .cart-top a {
  white-space: nowrap;
}
@media only screen and (max-width: 900px) {
  .navbar .navbar-right {
    width: 60%;
    order: 2;
    font-size: 1.6em;
  }
  .navbar .navbar-right .nav-link {
    margin-left: 14px;
  }
  .navbar .navbar-right .flag {
    padding-left: 14px;
  }
  .navbar .navbar-right #cartTopHeader {
    margin-left: 6px;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffb45c;
  }
  .navbar .navbar-right #cartTopHeader a {
    margin: 0;
  }
}
.footer {
  background: #433f34;
  padding-top: 26px;
  padding-bottom: 26px;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .footer {
    text-align: center;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer a {
  color: #ffffff;
}
.footer a.navigate {
  color: #ff8a00;
}
.content-container {
  background: white;
}
.footer-credits {
  background: #433f34;
  color: #ffffff;
}
.footer-credits .byArit {
  text-align: right;
}
.footer-credits .cpShop {
  text-align: left;
}
.footer-credits p {
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  .footer-credits p {
    text-align: center;
  }
}
.footer-credits a {
  color: #ffffff;
}
.blog-cont {
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
.blog-cont .category-link {
  display: inline-block;
  margin-right: 10px;
}
.blog-card {
  border-radius: 11px;
  padding: 10px;
  min-height: 380px;
}
.blog-card .blog-card-wrapper {
  border: 1px solid #D8D8D8;
  border-radius: 11px;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-card .blog-card-wrapper:hover {
  border: 1px solid black;
}
.blog-card .blog-card-wrapper .preview-img,
.blog-card .blog-card-wrapper .no-preview-img {
  width: 100%;
  height: 240px;
  border-radius: 11px 11px 0 0;
}
.blog-card .blog-card-wrapper .preview-img {
  object-fit: cover;
}
.blog-card .blog-card-wrapper .no-preview-img {
  background-image: linear-gradient(to bottom right, #bb6a6a, #c9c365);
}
.blog-card .blog-card-wrapper .bottom-categories .preview-category {
  padding: 10px;
}
.blog-card .blog-card-wrapper .bottom-categories .preview-category .category-link {
  color: #ff8a00;
  display: inline-block;
  margin-right: 10px;
}
.blog-card .blog-card-wrapper .bottom-categories .preview-category .category-link:hover {
  color: #191967;
}
.blog-container .content-container .content .blog-cat-cont {
  flex-wrap: wrap;
}
.blog-container .content-container .content .blog-cat-cont .blog-category {
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 3px;
}
.blog-container .content-container .content .blog-cat-cont .blog-category .category-card {
  font-size: 1.1rem;
  padding: 10px;
  border-radius: 7px;
  border: 3px solid #D8D8D8;
}
.blog-container .content-container .content .blog-cat-cont .blog-category .category-card.active,
.blog-container .content-container .content .blog-cat-cont .blog-category .category-card:hover {
  padding: 10px;
  background-color: #ff8a00;
  color: #fff;
  border-color: #ff8a00;
}
.blog-container .content-container .content .blog-cont h1 {
  padding-top: 15px;
}
.blog-container .content-container .content .blog-cont .blog-card .blog-card-wrapper {
  background-color: #ffffff;
  padding: 3px;
}
.blog-cat-cont {
  flex-wrap: wrap;
}
.blog-cat-cont .blog-category {
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 3px;
}
.blog-cat-cont .blog-category .category-card {
  font-size: 1.1rem;
  padding: 10px;
  border-radius: 7px;
  border: 3px solid #D8D8D8;
}
.blog-cat-cont .blog-category .category-card.active,
.blog-cat-cont .blog-category .category-card:hover {
  padding: 10px;
  background-color: #ff8a00;
  color: #fff;
  border-color: #ff8a00;
}
.content-img {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
}
.article-info {
  display: block;
}
.main-content {
  margin-top: 20px;
}
.btn {
  border-radius: 0;
  display: flex;
  padding: 6px 12px;
}
.btn.btn-primary {
  border: #ff8a00;
  background: #514b3e;
  color: #ffffff;
}
.btn.btn-primary:hover {
  opacity: 0.8 !important;
  color: #ffffff !important;
  transition: 0.1s !important;
}
.btn.btn-primary:focus {
  box-shadow: none !important;
}
.btn.btn-primary:active {
  box-shadow: none !important;
  background: #ff8a00 !important;
  opacity: 0.7 !important;
}
.btn.btn-delete {
  border: #d93d3d;
  background: #d93d3d;
  color: #ffffff;
}
.btn.btn-delete:hover {
  opacity: 0.8 !important;
  color: #ffffff !important;
  transition: 0.1s !important;
}
.btn.btn-delete:focus {
  box-shadow: none !important;
}
.btn.btn-delete:active {
  box-shadow: none !important;
  background: #d93d3d !important;
  opacity: 0.7 !important;
}
.souhlas-cookies {
  padding-top: 15px;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: rgba(5, 49, 61, 0.8);
  z-index: 100000;
  width: 100%;
}
.souhlas-cookies .close-tab {
  cursor: pointer;
  position: absolute;
  top: 10%;
  right: 1%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
}
.souhlas-cookies .close-tab:hover {
  color: grey;
}
.souhlas-cookies .zarovnani {
  display: flex;
  justify-content: center;
  padding: 5px 0 0 10px;
  margin-bottom: 5px;
}
.souhlas-cookies .zarovnani button {
  white-space: nowrap;
  padding: 6px 8px;
  border-radius: 5px;
}
.modal-content {
  color: black;
}
.modal-content .vertical-align {
  display: flex;
  align-items: center;
  padding: 10px 0;
  /* The switch - the box around the slider */
}
.modal-content .vertical-align .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* The slider */
}
.modal-content .vertical-align .switch input {
  /* Hide default HTML checkbox */
  opacity: 0;
  width: 0;
  height: 0;
}
.modal-content .vertical-align .switch .slider-cookie {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.modal-content .vertical-align .switch .slider-cookie:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.modal-content .vertical-align .switch .slider-cookie.round {
  /* Rounded sliders */
  border-radius: 34px;
}
.modal-content .vertical-align .switch .slider-cookie.round:before {
  border-radius: 50%;
}
.modal-content .vertical-align .switch input:checked + .slider-cookie {
  background-color: #2196F3;
}
.modal-content .vertical-align .switch input:checked + .slider-cookie:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.modal-content .vertical-align .switch input:focus + .slider-cookie {
  box-shadow: 0 0 1px #2196F3;
}
.modal-content .vertical-align .cookie-sdeleni {
  padding-left: 30px;
}
.modal.fade {
  z-index: 100000000;
}
.login-modal .modal-body button {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.login-modal .modal-body button i {
  height: 14px;
  margin-right: 10px;
  display: none;
}
.login-modal .modal-footer {
  justify-content: center;
}
.login-modal .modal-footer .btn {
  width: 45%;
  display: block;
}
.form-container fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .form-container fieldset {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 900px) {
  .form-container fieldset legend {
    grid-column: span 2;
  }
}
.form-container fieldset .form-group input,
.form-container fieldset select {
  width: 100%;
}
.form-container fieldset .checkbox input {
  width: 20px;
}
.form-container input[type="checkbox"],
.form-container input[type="radio"] {
  margin-right: 8px;
}
.form input[type="radio"] {
  margin-right: 8px;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6;
  }
  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: .5;
  }
}
#main:has(#slider-basic),
#main:has(#slider-basic2) {
  padding-top: 0;
}
#slider-basic,
#slider-basic2 {
  max-width: 100%;
  padding-bottom: 15px;
}
#slider-basic .carousel-item,
#slider-basic2 .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#slider-basic .carousel-caption,
#slider-basic2 .carousel-caption {
  padding-bottom: 60px;
}
#slider-basic .carousel-caption.caption-position-top,
#slider-basic2 .carousel-caption.caption-position-top {
  bottom: unset;
}
#slider-basic .carousel-caption.caption-position-center,
#slider-basic2 .carousel-caption.caption-position-center {
  top: 35%;
  bottom: unset;
}
#slider-basic .carousel-caption h2,
#slider-basic2 .carousel-caption h2 {
  text-shadow: 0px 0px 14px #000000;
  padding-top: 46px;
  padding-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  #slider-basic h1,
  #slider-basic2 h1,
  #slider-basic h2,
  #slider-basic2 h2 {
    font-size: 22px;
    line-height: 30px;
  }
  #slider-basic .carousel-caption,
  #slider-basic2 .carousel-caption {
    bottom: 20px;
  }
  #slider-basic .carousel-indicators,
  #slider-basic2 .carousel-indicators {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  #slider-basic .carousel-item,
  #slider-basic2 .carousel-item {
    max-height: 400px;
  }
  #slider-basic .carousel-caption,
  #slider-basic2 .carousel-caption {
    bottom: 0;
    padding-bottom: 20px;
  }
  #slider-basic .carousel-caption-description,
  #slider-basic2 .carousel-caption-description {
    display: none;
  }
  #slider-basic h1,
  #slider-basic2 h1,
  #slider-basic h2,
  #slider-basic2 h2,
  #slider-basic h3,
  #slider-basic2 h3 {
    font-size: 18px;
  }
}
#slider-basic2 .carousel-indicators li {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
}
#slider-basic2 .carousel-item {
  background: no-repeat center center scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
.category-container > * {
  max-width: 1200px;
  margin: auto;
}
.category-tiles-container {
  display: grid;
  margin: 0 -6px 48px -6px;
  min-height: 80px;
}
.category-tiles-container .category {
  background: #ffffff;
  margin: 6px;
  min-height: 64px;
}
.category-tiles-container .category:hover {
  box-shadow: 0 8px 16px 0 rgba(140, 140, 164, 0.3);
  transition: 0.1s;
}
.category-tiles-container .category a {
  color: #1e1e35;
}
.category-tiles-container .category a:hover {
  color: #ff8a00;
  text-decoration: none;
  transition: 0.1s;
}
.category-tiles-container .category-wrapper {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 100%;
  min-height: 64px;
}
.category-tiles-container .category-img-wrapper {
  width: 40px;
  margin-right: 18px;
}
.category-tiles-container .category-img {
  max-width: 40px;
  max-height: 42px;
  color: transparent;
}
.show-more-categories {
  display: flex;
  position: relative;
  top: -40px;
  justify-content: center;
}
.product-list-sort-view {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.product-list-sort-view .sort-view {
  display: flex;
  border-collapse: collapse;
  margin-bottom: 16px;
  background: #ffffff;
}
.product-list-sort-view .sort-view .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e6eef6;
  padding: 12px;
}
.product-list-sort-view .sort-view .button a,
.product-list-sort-view .sort-view .button span {
  color: #1e1e35;
}
.product-list-sort-view .sort-view .button a:hover,
.product-list-sort-view .sort-view .button span:hover {
  color: #ff8a00;
  transition: 0.1s;
}
.slider.slider-horizontal {
  width: 215px;
  margin: 0 0 5px 11px;
}
@media only screen and (max-width: 900px) {
  .slider.slider-horizontal {
    width: 290px;
  }
}
.slider-handle.round {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.slider-selection {
  background-color: #f3f3f3;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
}
.form-group .slider-horizontal:nth-of-type(2) {
  display: none;
}
.filter-name {
  font-size: 15px;
  font-weight: bold;
}
.active-filter {
  background: #fff;
  padding: 3px;
  border: 1px solid #e6eef6;
}
.mobile-filters .filter {
  padding: 10.5px 7.5px;
}
.mobile-filters .filter .slider-horizontal {
  display: block;
  width: 94%;
  box-sizing: content-box;
}
.mobile-filters .filter .form-group .checkbox-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 13px;
  row-gap: 5px;
}
@media only screen and (max-width: 500px) {
  .mobile-filters .filter .form-group .checkbox-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.mobile-filters .filter .form-group .checkbox-inline {
  font-size: 1rem;
  margin-bottom: 0;
}
.mobile-filters .filter .form-group .checkbox-inline input[type='checkbox'] {
  width: 18px;
  height: 18px;
}
.quick-buy-container {
  /* Safari */
}
.quick-buy-container .btn-sorter {
  border: none;
}
.quick-buy-container .btn-sorter.active {
  color: green;
}
.quick-buy-container input.filter-input {
  width: inherit;
}
.quick-buy-container .odd-line {
  background: #F2F2F2;
}
.quick-buy-container input.count {
  width: 50px;
  text-align: right;
  margin-right: 10px;
}
.quick-buy-container .product-row,
.quick-buy-container .filter-row {
  padding: 3px 0;
}
.quick-buy-container .product-row > div[class*=col-],
.quick-buy-container .filter-row > div[class*=col-] {
  padding: 0 5px;
}
.quick-buy-container span.header-item {
  margin-right: 10px;
}
.quick-buy-container .quick-buy-button {
  float: right;
  width: max-content;
  margin: 10px 0;
}
.quick-buy-container .buy .btn.btn-primary {
  width: -webkit-fill-available;
  justify-content: center;
}
.quick-buy-container .buy .btn.btn-primary.in-cart {
  font-weight: 700;
  display: inline;
}
.quick-buy-container .image-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 0;
}
.quick-buy-container .image-wrapper .product-image {
  flex-shrink: 0;
  width: 50px;
  height: 42px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.quick-buy-container .image-wrapper .product-image img {
  max-height: 50px;
  max-width: 48px;
}
.quick-buy-container .image-wrapper .a {
  margin-left: 4px;
}
.quick-buy-container .loader {
  position: fixed;
  left: 50%;
  top: 33%;
  border: 6px solid #eaa365;
  border-radius: 50%;
  border-top: 6px solid #353535;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  z-index: 100;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.list-group-item {
  background-color: #f5ecc5;
}
.category-description img {
  max-width: 100%;
  height: auto !important;
}
.user-container .nav-tabs .nav-item:first-of-type a {
  padding-left: 10px;
}
.user-container .nav-tabs .nav-item a {
  border-radius: 0;
  border: none;
}
.user-container .nav-tabs .nav-item a:not(.active) {
  background: #e6eef6;
}
.user-container .nav-tabs .nav-item a:hover {
  border: none;
}
.user-container .content {
  padding-bottom: 50px;
}
.user-container thead {
  border-top: solid white;
}
.user-container .g-recaptcha {
  border: none;
  position: relative;
  top: -90px;
  padding: 0;
}
@media (max-width: 900px) {
  .user-container .g-recaptcha {
    top: -50px;
  }
}
.pl-navigation {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.pagination li a {
  text-align: center;
  color: #1e1e35;
}
.pagination .page-item.active .page-link {
  background-color: #ff8a00;
  border-color: #dee2e6;
  color: #1e1e35;
}
.page-link.active {
  background-color: #ff8a00;
}
.product-detail-container {
  background: #ffffff;
  padding-top: 26px;
}
@media only screen and (max-width: 900px) {
  .product-detail-container {
    padding: 1em;
  }
}
.product-detail-container > * {
  max-width: 1200px;
  margin: auto;
}
.product-top {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 900px) {
  .product-top {
    flex-direction: column;
  }
}
.product-top .product-image-wrapper {
  flex: 0 0 42%;
}
@media only screen and (min-width: 900px) {
  .product-top .product-image-wrapper {
    max-width: 42%;
  }
}
.product-top .product-top-wrapper {
  flex: 0 0 calc(58% - 16px);
}
@media only screen and (min-width: 900px) {
  .product-top .product-top-wrapper {
    max-width: calc(58% - 16px);
  }
}
.thumbnail {
  display: block;
  background: #ffffff;
  height: 400px;
  margin-bottom: 26px;
}
.thumbnail .main-img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}
.image-slider .image-container {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  border: solid 1px #e6eef6;
  padding: 6px;
}
.image-slider .image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ekko-lightbox.modal .modal-dialog {
  min-width: 270px;
}
.ekko-lightbox.modal .modal-body .ekko-lightbox-item {
  height: 100%;
  text-align: center;
}
.ekko-lightbox.modal .modal-body .ekko-lightbox-item .img-fluid {
  width: unset !important;
  max-height: 100%;
}
.product-heading {
  color: #191967;
}
.product-top-container .stars-garance-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-top-container .stars-garance-container .stars,
.product-top-container .stars-garance-container .garance {
  margin-top: 14px;
  margin-bottom: 14px;
}
.product-top-container .stars-garance-container .stars {
  display: flex;
  align-items: center;
}
.product-top-container .stars-garance-container .stars [style^=--rating]:before {
  content: "★★★★★";
  font-size: 1.8em;
  white-space: nowrap;
  background-clip: text;
  -webkit-background-clip: text;
  color: #0000;
}
.product-top-container .stars-garance-container .stars .stars-value {
  padding-left: 7px;
}
.product-top-container .dvoji-varianty form,
.product-top-container .jedno-varianty form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 15px;
}
.product-top-container .dvoji-varianty form fieldset,
.product-top-container .jedno-varianty form fieldset {
  display: block;
}
.product-top-container .dvoji-varianty form fieldset .form-group,
.product-top-container .jedno-varianty form fieldset .form-group {
  width: 90%;
}
.product-top-container .dvoji-varianty form fieldset .form-group .element-label,
.product-top-container .jedno-varianty form fieldset .form-group .element-label {
  display: none;
}
.product-top-container .dvoji-varianty form fieldset .form-group select,
.product-top-container .jedno-varianty form fieldset .form-group select {
  font-weight: 700;
}
.product-top-container .dvoji-varianty form fieldset .form-group select option:first-child,
.product-top-container .jedno-varianty form fieldset .form-group select option:first-child {
  font-weight: 700;
  display: none;
}
.product-top-container .dvoji-varianty form fieldset .form-group select .unavailable,
.product-top-container .jedno-varianty form fieldset .form-group select .unavailable {
  text-decoration: line-through;
  color: #969696;
  background-color: #e8e8e8;
}
.product-top-container .dvoji-varianty .variant-buttons-container .variant-buttons,
.product-top-container .jedno-varianty .variant-buttons-container .variant-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
  margin-top: 7px;
}
.product-top-container .dvoji-varianty .variant-buttons-container .variant-buttons a,
.product-top-container .jedno-varianty .variant-buttons-container .variant-buttons a {
  font-size: 1.25rem;
  color: #1e1e35;
  display: inline-block;
  border: 2px #ffa133 solid;
  border-radius: 12%;
  background-color: #e6eef6;
  min-width: 45px;
}
.product-top-container .dvoji-varianty .variant-buttons-container .variant-buttons a:hover,
.product-top-container .jedno-varianty .variant-buttons-container .variant-buttons a:hover {
  background-color: #b0b6cc;
}
.product-top-container .dvoji-varianty .variant-buttons-container .variant-buttons a.active,
.product-top-container .jedno-varianty .variant-buttons-container .variant-buttons a.active {
  border-color: #ff8a00;
  background-color: #c7d8ff;
  color: #ff8a00;
}
.product-top-container .dvoji-varianty .variant-buttons-container .variant-buttons a.unavailable,
.product-top-container .jedno-varianty .variant-buttons-container .variant-buttons a.unavailable {
  text-decoration: line-through;
  color: #969696;
  background-color: #e8e8e8;
  border-color: #67717a;
}
.product-top-container .dvoji-varianty .variant-buttons-container .variant-buttons a.unavailable:hover,
.product-top-container .jedno-varianty .variant-buttons-container .variant-buttons a.unavailable:hover {
  background-color: #c8c8c8;
}
.product-top-container .stock {
  font-size: 1.5em;
  color: #7fbc39;
}
.product-top-container .stock #stock {
  display: flex;
  justify-content: space-between;
}
.product-top-container .stock #stock .specialni-stitek {
  max-height: 40px;
  max-width: 120px;
}
.product-top-container .product-points {
  font-size: 0.8em;
  color: #cccccc;
}
.product-top-container .prices-buybuttons {
  background: #e6eef6;
}
@media only screen and (max-width: 900px) {
  .product-top-container .prices-buybuttons {
    margin: -1em;
  }
}
.product-top-container .stitky span {
  margin-bottom: 5px;
  padding: 4px;
  color: #ffffff;
  font-weight: bold;
}
.product-top-container .stitky .green-stitek {
  background: #7fbc39;
}
.product-top-container .stitky .red-stitek {
  background: #d93d3d;
}
.product-top-container .stitky .blue-stitek {
  background: #48b7da;
}
.product-top-container .stitky .purple-stitek {
  background: #800080;
}
.prices-buybuttons {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 16px;
}
.prices-buybuttons .prices,
.prices-buybuttons .points {
  color: #1e1e35;
}
@media only screen and (max-width: 900px) {
  .prices-buybuttons .prices,
  .prices-buybuttons .points {
    text-align: center;
    width: 100%;
  }
}
.prices-buybuttons .prices .price-crossed,
.prices-buybuttons .points .price-crossed {
  text-decoration: line-through;
  font-size: 13px;
}
.prices-buybuttons .prices .price-primary,
.prices-buybuttons .points .price-primary,
.prices-buybuttons .prices .points-primary,
.prices-buybuttons .points .points-primary {
  font-size: 24px;
}
.prices-buybuttons .prices .price-secondary,
.prices-buybuttons .points .price-secondary {
  font-size: 16px;
}
@media only screen and (max-width: 900px) {
  .prices-buybuttons .buy-buttons {
    width: 100%;
  }
}
.prices-buybuttons .buy-buttons .buy-form-cash,
.prices-buybuttons .buy-buttons .buy-form-points {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .prices-buybuttons .buy-buttons .buy-form-cash,
  .prices-buybuttons .buy-buttons .buy-form-points {
    margin-top: 24px;
  }
}
.prices-buybuttons .buy-buttons .buy-form-cash label,
.prices-buybuttons .buy-buttons .buy-form-points label {
  margin: 0;
}
.prices-buybuttons .buy-buttons .buy-form-cash .btn,
.prices-buybuttons .buy-buttons .buy-form-points .btn {
  height: 40px;
  justify-content: space-between;
  align-items: center;
}
.prices-buybuttons .buy-buttons .buy-form-cash .btn-primary,
.prices-buybuttons .buy-buttons .buy-form-points .btn-primary {
  width: 125px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .prices-buybuttons .buy-buttons .buy-form-cash .btn-primary,
  .prices-buybuttons .buy-buttons .buy-form-points .btn-primary {
    width: 50%;
  }
}
.prices-buybuttons .buy-buttons .buy-form-cash .btn-primary.in-cart,
.prices-buybuttons .buy-buttons .buy-form-points .btn-primary.in-cart {
  font-weight: 700;
  width: 140px;
}
.prices-buybuttons .buy-buttons .buy-form-cash .fa-in-button,
.prices-buybuttons .buy-buttons .buy-form-points .fa-in-button {
  font-size: 1.1em;
  margin-top: 5px;
  padding-right: 5px;
}
.prices-buybuttons .input-group.numbers {
  width: 104px;
  border: 1px solid #f8f9fb;
}
@media only screen and (max-width: 900px) {
  .prices-buybuttons .input-group.numbers {
    width: 50%;
  }
}
.prices-buybuttons .amount {
  text-align: center;
  padding: 10px 0;
  border: none;
  height: 40px;
}
.prices-buybuttons .amount:focus,
.prices-buybuttons .amount:hover {
  border: none;
}
.prices-buybuttons .amount::-webkit-outer-spin-button,
.prices-buybuttons .amount::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.prices-buybuttons .amount[type=number] {
  -moz-appearance: textfield;
}
.prices-buybuttons .input-group-btn .btn:hover {
  color: #ff8a00;
}
.prices-buybuttons .input-group-btn .btn:active {
  box-shadow: none;
}
.prices-buybuttons .input-group-btn .btn:focus {
  box-shadow: none;
}
.prices-buybuttons .input-group-btn .btn-increment {
  background-color: #ffffff;
  border-left: none;
  height: 40px;
}
.prices-buybuttons .input-group-btn .btn-decrement {
  background-color: #ffffff;
  border-left: none;
  height: 40px;
}
.product-big-variant-container {
  border-top: 1px solid lightgrey;
  padding: 50px 0;
}
.product-big-variant-container .variant-row {
  justify-content: flex-end;
}
.product-big-variant-container .buy-variants {
  display: none;
  margin-top: 1em;
}
.product-big-variant-container .product-line {
  width: 100%;
}
.product-big-variant-container .product-line .product .product-info {
  margin-top: initial;
}
.variant-selector-compact .variant-compact-item input[type="radio"]:checked + label {
  background: #191967;
  color: #fff;
}
.variant-selector-compact .variant-compact-item label {
  padding: 0.5rem 1rem;
  min-width: 100px;
  text-align: center;
  border: 2px solid #191967;
  color: #191967;
  font-weight: 500;
  transition: all .2s linear;
  text-transform: uppercase;
}
.variant-selector-compact .variant-compact-item label:hover {
  background: #191967;
  color: lightgrey;
}
.variant-selector-compact .variant-compact-item input {
  display: none;
}
.product-detail .product-info {
  margin-top: 40px;
}
.product-detail .product-info .nav-item a {
  border-radius: 0;
}
.product-detail .product-info .tab-pane {
  margin-right: 0;
  margin-left: 0;
}
.product-detail .product-info .tab-content {
  background: #ffffff;
  padding: 16px;
}
.product-detail .product-info .question {
  max-width: 50%;
  margin: auto;
}
@media only screen and (max-width: 900px) {
  .product-detail .product-info .question {
    width: 100%;
  }
}
.product-detail .product-info .accessories .product-card,
.product-detail .product-info .similar .product-card {
  max-width: 100%;
}
.product-detail .product-info .accessories .product-card img,
.product-detail .product-info .similar .product-card img {
  width: inherit;
}
.product-detail .product-info p {
  margin-bottom: 0;
  padding-bottom: 26px;
}
.breadcrumb-container {
  background: #f8f8f8;
}
.breadcrumb-container.category-breadcrumbs {
  background: none;
  margin-bottom: 0;
}
.breadcrumb-container.category-breadcrumbs .breadcrumb {
  padding-left: 0;
}
.breadcrumb-container > * {
  max-width: 1200px;
  margin: auto;
}
.breadcrumb {
  background: none;
}
.breadcrumb ol {
  padding: 18px 0;
  margin-bottom: 0;
  border: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "•";
}
.product-card {
  flex: 0 0 25%;
  position: relative;
  width: 100%;
  padding: 18px;
  border: 1px solid #e6eef6;
  border-collapse: collapse;
  background: #ffffff;
}
@media only screen and (max-width: 900px) {
  .product-card {
    flex-basis: 50%;
    padding: 8px;
  }
}
.product-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: 0.1s;
}
.product-card a {
  text-decoration: none;
}
.product-card a:hover {
  text-decoration: none;
  color: inherit;
}
.product-card .stitky {
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: bold;
  font-size: 0.8em;
  color: #ffffff;
  min-width: 60px;
}
.product-card .stitky .green-stitek {
  background: #7fbc39;
  margin-bottom: 5px;
  padding: 0 4px;
}
.product-card .stitky .red-stitek {
  background: #d93d3d;
  margin-bottom: 5px;
  padding: 0 4px;
}
.product-card .stitky .blue-stitek {
  background: #48b7da;
  margin-bottom: 5px;
  padding: 0 4px;
}
.product-card .stitky .purple-stitek {
  background: #800080;
  margin-bottom: 5px;
  padding: 0 4px;
}
.product-card .stitky img.specialni-stitek {
  max-height: 35px;
  max-width: 100px;
}
.product-card .product {
  height: 407px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card .product-image {
  display: flex;
  justify-content: center;
  height: 140px;
}
.product-card .product-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.product-card .product-title {
  text-align: center;
  height: 80px;
}
.product-card .product-title h3 {
  font-size: 14px;
  color: #1e1e35;
}
.product-card .product-title .product-code {
  font-size: 0.8em;
  color: #9b9b9b;
}
.product-card .product-info .prices,
.product-card .product-info .points {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-card .product-info .prices .discount,
.product-card .product-info .points .discount {
  font-size: 0.8em;
  font-weight: bold;
  background: #7fbc39;
  width: 50px;
  margin: auto;
  text-align: center;
  color: #ffffff;
}
.product-card .product-info .prices .price-crossed,
.product-card .product-info .points .price-crossed {
  text-decoration: line-through;
  font-size: 11px;
}
.product-card .product-info .prices .price-primary,
.product-card .product-info .points .price-primary,
.product-card .product-info .prices .points-primary,
.product-card .product-info .points .points-primary {
  font-size: 1.4em;
  font-weight: bold;
}
.product-card .product-info .prices .price-primary.platce,
.product-card .product-info .points .price-primary.platce,
.product-card .product-info .prices .points-primary.platce,
.product-card .product-info .points .points-primary.platce {
  font-size: 1.3em;
}
.product-card .product-info .prices .price-secondary,
.product-card .product-info .points .price-secondary {
  font-size: 0.8em;
}
.product-card .product-info .stock,
.product-card .product-info .number-of-variants {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9em;
  color: #b0b6cc;
  margin-bottom: 14px;
}
.product-card .product-info .stock .dostupnost,
.product-card .product-info .number-of-variants .dostupnost {
  font-size: 0.9em;
  color: #7fbc39;
  text-align: center;
}
.product-card .product-info .buy {
  display: flex;
  justify-content: space-between;
}
.product-card .product-info .buy input {
  -moz-appearance: textfield;
}
.product-card .product-info .buy input::-webkit-outer-spin-button,
.product-card .product-info .buy input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-card .product-info .buy input {
  text-align: center;
  width: 20%;
  margin-right: auto;
}
.product-card .product-info .buy .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: 4px;
}
.product-card .product-info .buy .btn.in-cart {
  font-weight: 700;
  display: inline;
}
.product-card .product-info .buy .fa-in-button {
  font-size: 1.1em;
  margin-top: 5px;
  padding-right: 5px;
}
.product-line,
.slim-product-line {
  background: #ffffff;
  padding: 8px 14px;
  border: 1px solid #e6eef6;
  border-collapse: collapse;
}
@media only screen and (min-width: 900px) {
  .product-line,
  .slim-product-line {
    height: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .product-line,
  .slim-product-line {
    min-height: 160px;
    max-height: 200px;
  }
}
.product-line:hover,
.slim-product-line:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  transition: 0.1s;
}
.product-line .stitky,
.slim-product-line .stitky {
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: bold;
  font-size: 0.7em;
  color: #ffffff;
}
.product-line .stitky > div,
.slim-product-line .stitky > div {
  width: fit-content;
  margin-bottom: 2px;
}
.product-line .stitky > div > span,
.slim-product-line .stitky > div > span {
  padding: 0 2px;
}
.product-line .stitky .green-stitek,
.slim-product-line .stitky .green-stitek {
  background: #7fbc39;
}
.product-line .stitky .red-stitek,
.slim-product-line .stitky .red-stitek {
  background: #d93d3d;
}
.product-line .stitky .blue-stitek,
.slim-product-line .stitky .blue-stitek {
  background: #48b7da;
}
.product-line .stitky .purple-stitek,
.slim-product-line .stitky .purple-stitek {
  background: #800080;
}
.product-line .stitky img.specialni-stitek,
.slim-product-line .stitky img.specialni-stitek {
  max-height: 35px;
  max-width: 100px;
}
.product-line .product,
.slim-product-line .product {
  display: grid;
  grid-template-columns: 4fr 6fr;
}
@media only screen and (max-width: 900px) {
  .product-line .product,
  .slim-product-line .product {
    grid-template-columns: 1fr;
  }
}
.product-line .product a,
.slim-product-line .product a {
  display: grid;
  grid-template-columns: 1fr 5fr;
  align-items: center;
}
.product-line .product-image,
.slim-product-line .product-image {
  display: flex;
  justify-content: flex-start;
  height: 60px;
}
@media only screen and (max-width: 900px) {
  .product-line .product-image,
  .slim-product-line .product-image {
    grid-template-columns: 1fr;
    height: 56px;
  }
}
.product-line .product-image img,
.slim-product-line .product-image img {
  max-height: 60px;
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .product-line .product-image img,
  .slim-product-line .product-image img {
    max-height: 56px;
  }
}
.product-line .product-title,
.slim-product-line .product-title {
  display: flex;
  align-items: center;
  text-align: left;
}
.product-line .product-title h3,
.slim-product-line .product-title h3 {
  font-size: 14px;
  color: #1e1e35;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-line .product-code,
.slim-product-line .product-code {
  font-size: 0.8em;
  color: #9b9b9b;
}
.product-line .product-info,
.slim-product-line .product-info {
  display: grid;
  grid-template-columns: 8fr 7fr 9fr;
}
.product-line .product-info:has(.not-orderable),
.slim-product-line .product-info:has(.not-orderable) {
  grid-template-columns: 7fr 6fr;
}
.product-line .product-info .not-orderable,
.slim-product-line .product-info .not-orderable {
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .product-line .product-info,
  .slim-product-line .product-info {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 1fr;
  }
}
.product-line .product-info .stock,
.slim-product-line .product-info .stock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product-line .product-info .stock .dostupnost,
.slim-product-line .product-info .stock .dostupnost {
  font-size: 0.8em;
  color: #7fbc39;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .product-line .product-info .stock,
  .slim-product-line .product-info .stock {
    margin-left: 40px;
  }
}
.product-line .product-info .prices,
.slim-product-line .product-info .prices,
.product-line .product-info .points,
.slim-product-line .product-info .points {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: right;
}
.product-line .product-info .prices .discount,
.slim-product-line .product-info .prices .discount,
.product-line .product-info .points .discount,
.slim-product-line .product-info .points .discount {
  font-size: 0.8em;
  background: #7fbc39;
  width: 50%;
  margin-left: auto;
}
.product-line .product-info .prices .price-primary,
.slim-product-line .product-info .prices .price-primary,
.product-line .product-info .points .price-primary,
.slim-product-line .product-info .points .price-primary,
.product-line .product-info .prices .points-primary,
.slim-product-line .product-info .prices .points-primary,
.product-line .product-info .points .points-primary,
.slim-product-line .product-info .points .points-primary {
  font-size: 1.4em;
  font-weight: bold;
}
.product-line .product-info .prices .price-secondary,
.slim-product-line .product-info .prices .price-secondary,
.product-line .product-info .points .price-secondary,
.slim-product-line .product-info .points .price-secondary {
  font-size: 0.8em;
}
@media only screen and (min-width: 900px) {
  .product-line .product-info .prices,
  .slim-product-line .product-info .prices,
  .product-line .product-info .points,
  .slim-product-line .product-info .points {
    margin-right: 20px;
  }
}
.product-line .product-info .prices .price-crossed,
.slim-product-line .product-info .prices .price-crossed,
.product-line .product-info .points .price-crossed,
.slim-product-line .product-info .points .price-crossed {
  text-decoration: line-through;
  font-size: 11px;
}
.product-line .product-info .prices .price-primary,
.slim-product-line .product-info .prices .price-primary,
.product-line .product-info .points .price-primary,
.slim-product-line .product-info .points .price-primary,
.product-line .product-info .prices .points-primary,
.slim-product-line .product-info .prices .points-primary,
.product-line .product-info .points .points-primary,
.slim-product-line .product-info .points .points-primary {
  font-size: 1.2em;
  line-height: 1.1;
}
.product-line .product-info .prices .price-primary.platce,
.slim-product-line .product-info .prices .price-primary.platce,
.product-line .product-info .points .price-primary.platce,
.slim-product-line .product-info .points .price-primary.platce,
.product-line .product-info .prices .points-primary.platce,
.slim-product-line .product-info .prices .points-primary.platce,
.product-line .product-info .points .points-primary.platce,
.slim-product-line .product-info .points .points-primary.platce {
  font-size: 1.1em;
}
.product-line .product-info .prices .price-per-mj,
.slim-product-line .product-info .prices .price-per-mj,
.product-line .product-info .points .price-per-mj,
.slim-product-line .product-info .points .price-per-mj {
  font-size: 0.8em;
}
.product-line .product-info .prices .discount,
.slim-product-line .product-info .prices .discount,
.product-line .product-info .points .discount,
.slim-product-line .product-info .points .discount {
  width: 30%;
  text-align: center;
}
.product-line .product-info .buy,
.slim-product-line .product-info .buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-line .product-info .buy input,
.slim-product-line .product-info .buy input {
  -moz-appearance: textfield;
}
.product-line .product-info .buy input::-webkit-outer-spin-button,
.slim-product-line .product-info .buy input::-webkit-outer-spin-button,
.product-line .product-info .buy input::-webkit-inner-spin-button,
.slim-product-line .product-info .buy input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .product-line .product-info .buy,
  .slim-product-line .product-info .buy {
    height: 36px;
    align-items: end;
    grid-column: span 2;
  }
}
.product-line .product-info .buy input,
.slim-product-line .product-info .buy input {
  text-align: center;
  width: 32px;
  height: 32px;
  margin-right: auto;
}
.product-line .product-info .buy .btn,
.slim-product-line .product-info .buy .btn {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  margin-left: 4px;
}
.product-line .product-info .buy .btn.in-cart,
.slim-product-line .product-info .buy .btn.in-cart {
  font-weight: 700;
  display: inline;
}
.product-line .product-info .buy .fa-in-button,
.slim-product-line .product-info .buy .fa-in-button {
  font-size: 1.1em;
  margin-top: 5px;
  padding-right: 5px;
}
.slim-product-line {
  color: #424242;
  height: 44px;
  padding: 0 14px;
}
.slim-product-line .product-image,
.slim-product-line .product-info,
.slim-product-line .prices,
.slim-product-line .product-title {
  height: 44px;
}
.slim-product-line .product-image h3,
.slim-product-line .product-info h3,
.slim-product-line .prices h3,
.slim-product-line .product-title h3 {
  color: #424242;
}
.slim-product-line .prices .price-primary {
  font-size: 1em !important;
}
.slim-product-line .prices .price-secondary {
  font-size: 10px !important;
}
.slim-product-line .buy input {
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  cursor: default;
  color: #424242;
}
.product-line {
  width: 100%;
  position: relative;
}
.modal-body .ekko-lightbox-nav-overlay a {
  opacity: 0.4;
  color: #ff8a00;
}
.modal-body .ekko-lightbox-nav-overlay a span {
  padding: 0;
}
.sidebar {
  margin-top: 32px;
}
@media only screen and (max-width: 900px) {
  .sidebar {
    display: none;
  }
}
.sidebar .nav-tabs .nav-item {
  width: 50%;
  text-align: center;
}
.sidebar .nav-tabs .nav-item a {
  border-radius: 0;
}
.sidebar .nav-tabs .nav-item a:not(.active) {
  background: #b0b6cc;
  border: 1px solid #b0b6cc;
}
.categorymenu-item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categorymenu-item a .menu-icon {
  width: 40px;
  text-align: right;
}
.categorymenu-item a:hover {
  color: #ff8a00;
}
.categorymenu-item a.active {
  background: #e6eef6;
  border: inherit;
  color: #191967;
  font-weight: bold;
}
.categorymenu-item a .cat-ico-name {
  display: flex;
  align-items: center;
}
.categorymenu-item a .cat-ico-name .menu-category-img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 10px;
}
.categorymenu-item .categorymenu-item {
  font-size: 0.9em;
}
.categorymenu-item .categorymenu-item > a {
  padding-left: 24px;
}
.categorymenu-item .categorymenu-item .categorymenu-item > a {
  padding-left: 30px;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item > a {
  padding-left: 36px;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item {
  font-size: 1em;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item > a {
  padding-left: 42px;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item {
  font-size: 1em;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item > a {
  padding-left: 48px;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item {
  font-size: 1em;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item > a {
  padding-left: 54px;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item {
  font-size: 1em;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item > a {
  padding-left: 58px;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item {
  font-size: 1em;
}
.categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item .categorymenu-item > a {
  padding-left: 64px;
}
.filter {
  padding: 10.5px 17.5px;
}
.filter .btn {
  justify-content: center;
}
.filter .price-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.filter .price-range input {
  width: 100%;
}
.filter .input-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.filter .input-range input {
  width: 100%;
}
.filter .show-more-filters {
  text-align: center;
  grid-column-start: 1;
  grid-column-end: span 3;
}
@media only screen and (max-width: 900px) {
  .filter .show-more-filters {
    font-size: 1rem;
  }
}
#fil-menu {
  border: 1px solid #dee2e6;
}
body:has(#cat-menu[style*="display: block;"]) {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.index-side,
.product-detail-side,
.cart-side {
  margin-top: 0;
}
.horizontal-menu-2 {
  width: 100%;
  margin-top: 128px;
}
.horizontal-menu-2 #horizontal-menu-2 {
  justify-content: center;
}
.horizontal-menu-2 .dropdown {
  position: initial;
}
.horizontal-menu-2 .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: -2px;
  max-width: 1250px;
}
.horizontal-menu-2 .dropdown .dropdown-menu {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.horizontal-menu-2 .dropdown .dropdown-menu h6 {
  text-align: center;
}
.form-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  text-align: center;
}
.form-steps .form-step a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
.form-steps .form-step a .form-step-block {
  height: 10px;
  width: 100%;
}
.form-steps .form-step a.active {
  text-decoration: none;
  color: #191967;
}
.form-steps .form-step a.active .form-step-block {
  background: #191967;
}
.form-steps .form-step a.nonactive {
  text-decoration: none;
  color: #67717a;
}
.form-steps .form-step a.nonactive .form-step-block {
  background: #67717a;
}
.form-steps .form-step a.actual {
  text-decoration: none;
  color: #ff8a00;
}
.form-steps .form-step a.actual .form-step-block {
  background: #ff8a00;
}
.form-steps .form-step a:hover.active {
  text-decoration: none;
  color: #ff8a00;
}
.form-steps .form-step a:hover.active .form-step-block {
  background: #ff8a00;
}
.form-steps .form-step a:hover.nonactive {
  text-decoration: none;
  color: #67717a;
}
.form-steps .form-step a:hover.nonactive .form-step-block {
  background: #67717a;
}
.cart-main-container .cart-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .cart-main-container .cart-buttons {
    flex-direction: column-reverse;
  }
}
.cart-main-container .cart-buttons a,
.cart-main-container .cart-buttons button,
.cart-main-container .cart-buttons input {
  height: 48px;
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 900px) {
  .cart-main-container .cart-buttons a,
  .cart-main-container .cart-buttons button,
  .cart-main-container .cart-buttons input {
    width: 100%;
    justify-content: center;
  }
}
.wrapper {
  margin-top: 40px;
}
.cart-wrapper .points-heading {
  margin-top: 2rem;
}
.cart-wrapper .sum-for-promo {
  font-size: 0.9em;
  color: green;
  font-style: italic;
  margin-bottom: 5px;
}
.cart-wrapper .summary {
  padding: 14px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e6eef6;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .cart-wrapper .summary {
    flex-direction: column;
  }
}
.cart-wrapper .summary .prices {
  text-align: right;
}
.cart-wrapper .summary .prices .price-primary {
  font-size: 1.8em;
  font-weight: bold;
}
.cart-wrapper .summary .prices .price-secondary {
  font-size: 1em;
}
@media only screen and (min-width: 900px) {
  .user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type {
    grid-column: span 2;
  }
}
.user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type .element {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type .element {
    flex-direction: column-reverse;
  }
}
.user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type .element a,
.user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type .element button,
.user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type .element input {
  height: 48px;
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 900px) {
  .user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type .element a,
  .user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type .element button,
  .user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type .element input {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 900px) {
  .user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type .element {
    flex-direction: column;
  }
}
.user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type .element input {
  width: inherit;
}
@media only screen and (max-width: 900px) {
  .user-wrapper .form-container fieldset:last-of-type .form-group:last-of-type .element input {
    width: 100%;
  }
}
.delivery-wrapper .delivery-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .delivery-wrapper .delivery-form {
    grid-template-columns: 1fr;
  }
}
.delivery-wrapper .delivery-form .delivery,
.delivery-wrapper .delivery-form .payment {
  background: #ffffff;
  border: solid 1px #e6eef6;
  padding: 16px;
}
.delivery-wrapper .delivery-form .cart-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .delivery-wrapper .delivery-form .cart-buttons {
    flex-direction: column-reverse;
  }
}
.delivery-wrapper .delivery-form .cart-buttons a,
.delivery-wrapper .delivery-form .cart-buttons button,
.delivery-wrapper .delivery-form .cart-buttons input {
  height: 48px;
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 900px) {
  .delivery-wrapper .delivery-form .cart-buttons a,
  .delivery-wrapper .delivery-form .cart-buttons button,
  .delivery-wrapper .delivery-form .cart-buttons input {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (min-width: 900px) {
  .delivery-wrapper .delivery-form .cart-buttons {
    grid-column: span 2;
  }
}
.delivery-wrapper .delivery-form .delivery .radio:has(.price-crossed) .price,
.delivery-wrapper .delivery-form .delivery .radio:has(.price-crossed) .discount {
  color: #7fbc39;
}
.delivery-wrapper .delivery-form .delivery .radio:has(.price-crossed) .price-crossed {
  text-decoration: line-through;
}
.checkout-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .checkout-wrapper {
    grid-template-columns: 1fr;
  }
}
.checkout-wrapper .contact,
.checkout-wrapper .payment,
.checkout-wrapper .delivery,
.checkout-wrapper .company {
  background: #ffffff;
  padding: 15px;
  border: 1px solid #e6eef6;
}
.checkout-wrapper .additional-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}
@media only screen and (min-width: 900px) {
  .checkout-wrapper .additional-info {
    grid-column: span 2;
  }
}
.checkout-wrapper .summary {
  background: #e6eef6;
  padding: 15px;
}
@media only screen and (min-width: 900px) {
  .checkout-wrapper .summary {
    grid-column: span 2;
  }
}
.checkout-wrapper .summary div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1.1em;
}
.checkout-wrapper .summary div.total-sum {
  font-size: 1.4em;
}
.checkout-wrapper .summary div.total-sum-sec {
  font-size: 1em;
}
.checkout-wrapper .summary div .price {
  font-weight: bold;
  color: #ff8a00;
}
.checkout-wrapper .summary div .price.price-goods,
.checkout-wrapper .summary div .price.price-total {
  font-size: 1.4em;
}
.checkout-wrapper .checkout-note {
  margin-top: 20px;
}
@media only screen and (min-width: 900px) {
  .checkout-wrapper .checkout-note {
    grid-column: span 2;
  }
}
.checkout-wrapper .checkout-note textarea {
  height: 160px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 900px) {
  .checkout-wrapper .checkout-note form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
.checkout-wrapper .checkout-note form input {
  height: 48px;
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 900px) {
  .checkout-wrapper .checkout-note form input {
    height: 48px;
    width: 100%;
    justify-content: center;
  }
}
.thankyou-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: solid 1px #e6eef6;
  padding: 40px 0;
}
.thankyou-wrapper i {
  color: #ff8a00;
}
.thankyou-wrapper h1 {
  margin-top: 16px;
}
table.promo-table td {
  vertical-align: middle;
}
table.promo-table td.prices .price-secondary {
  font-size: 10px;
}
@media only screen and (max-width: 900px) {
  .cart-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.cart-container .content {
  padding: 8px;
}
