/*
SCROLLBAR
*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f6f6f6;
}
::-webkit-scrollbar-thumb {
  background-color: #0e2536;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #90a5b4;
}

/*
BUTTONS
*/
.btn.btn-conversion,
a.btn.btn-conversion,
.btn.btn-primary,
a.btn.btn-primary,
.btn.btn-default,
a.btn.btn-default {
  background-color: #0e2536;
  border: 1px solid #0e2536;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  border-radius: 0px;
  width: 200px;
  line-height: 1;
  transition: all 0.3s;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex !important;
  text-decoration: none;
}
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover,
.btn.btn-primary:hover,
a.btn.btn-primary:hover,
.btn.btn-default:hover,
a.btn.btn-default:hover {
  background-color: #90a5b4;
  border: 1px solid #90a5b4;
  color: #ffffff;
}
.btn-stcm.dark-stcm {
  background-color: transparent;
  border: 1px solid #0e2536;
  color: #0e2536;
  font-weight: 400;
  font-size: 14px;
  border-radius: 0px;
  width: 200px;
  line-height: 1;
  transition: all 0.3s;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex !important;
  text-decoration: none;
}
.btn-stcm.dark-stcm:hover,
.signpost-item-stcm:hover .btn-stcm.dark-stcm {
  background-color: #0e2536;
  color: #ffffff;
}
.btn-stcm.light-stcm {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  border-radius: 0px;
  width: 200px;
  line-height: 1;
  transition: all 0.3s;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex !important;
  text-decoration: none;
}
.btn-stcm.light-stcm:hover,
.signpost-item-stcm:hover .btn-stcm.light-stcm {
  background-color: #ffffff;
  color: #0e2536;
}

/*
CONTAINER
*/
.overall-wrapper {
  padding-top: 0px;
  padding-bottom: 0px !important;
}
#content-wrapper {
  padding-top: 128px;
}
#content {
  padding-top: 0px;
}
@media (max-width: 767px) {
  #content-wrapper {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .desktop .banners-row {
    margin-top: 0px;
  }
}
.content,
#footer .container {
  padding-left: 0px;
  padding-right: 0px;
}
#content-wrapper {
  overflow: hidden;
}
.in-index .content-wrapper.container,
.customer-page .content-wrapper.container,
.ordering-process .content-wrapper {
  width: 100%;
}
.footer-banner {
  width: 100%;
}
.type-category .container,
.type-page .container-narrow {
  width: 100%;
}
@media (min-width: 350px) and (max-width: 767px) {
  #header .container,
  .container-stcm,
  .container-narrow,
  .type-category #hero-section-category-stcm,
  .type-category .breadcrumbs,
  .type-category .subcategories,
  .type-category .category-content-wrapper,
  .type-product .container,
  #footer .container,
  #footer .footer-bottom,
  .type-page .container-stcm,
  .type-page .breadcrumbs,
  #header .header-top .container,
  .in-login .main-container-stcm,
  .in-registrace .main-container-stcm {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #header .container,
  .container-stcm,
  .container-narrow,
  .type-category #hero-section-category-stcm,
  .type-category .breadcrumbs,
  .type-category .subcategories,
  .type-category .category-content-wrapper,
  .type-product .container,
  #footer .container,
  #footer .footer-bottom,
  .type-page .container-stcm,
  .type-page .breadcrumbs,
  .in-login .main-container-stcm,
  .in-registrace .main-container-stcm {
    width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  #header .container,
  .container-stcm,
  .container-narrow,
  .type-category #hero-section-category-stcm,
  .type-category .breadcrumbs,
  .type-category .subcategories,
  .type-category .category-content-wrapper,
  .type-product .container,
  #footer .container,
  #footer .footer-bottom,
  .type-page .container-stcm,
  .type-page .breadcrumbs,
  .in-login .main-container-stcm,
  .in-registrace .main-container-stcm {
    width: 952px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  #header .container,
  .container-stcm,
  .container-narrow,
  .type-category #hero-section-category-stcm,
  .type-category .breadcrumbs,
  .type-category .subcategories,
  .type-category .category-content-wrapper,
  .type-product .container,
  #footer .container,
  #footer .footer-bottom,
  .type-page .container-stcm,
  .type-page .breadcrumbs,
  .in-login .main-container-stcm,
  .in-registrace .main-container-stcm {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  #header .container,
  .container-stcm,
  .container-narrow,
  .type-category #hero-section-category-stcm,
  .type-category .breadcrumbs,
  .type-category .subcategories,
  .type-category .category-content-wrapper,
  .type-product .container,
  #footer .container,
  #footer .footer-bottom,
  .type-page .container-stcm,
  .type-page .breadcrumbs,
  .in-login .main-container-stcm,
  .in-registrace .main-container-stcm {
    width: 1216px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-banner span[data-ec-promo-id="63"] .container-outer-stcm,
  .type-category .category-perex,
  .in-index #hero-section-stcm,
  .type-page #hero-section-pages-stcm,
  .type-page #store-contact-section-stcm,
  .type-page .container-outer-stcm,
  .type-page .container-other-stcm {
    max-width: 1912px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .in-index .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .content-wrapper.container .row > div,
  .content-wrapper.container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-wrapper.container .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/*
FIX
*/
:focus-visible,
[tabindex="0"]:focus-visible,
input:focus-visible,
input[type="checkbox"].focus-visible + label,
input[type="checkbox"]:focus-visible + label,
input[type="radio"].focus-visible + label,
input[type="radio"]:focus-visible + label,
select:focus-visible,
textarea:focus-visible,
a:hover:focus-visible:not(:active) {
  box-shadow: none;
  outline: 0px;
}
