/* #region  MAIN STUFF */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.box-shadow {
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
}

.m-anim {
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

:root {
  --main-dark-color: #222222;
  /* #021925 */
  --main-web: #efebde;
  --main-web-darker: #000000;
  --main-white-color: #ffffff;
  --main-shadow-color: rgba(0, 0, 0, 0.03);
  --main-dark-text: #222222;
  /* #343434 */
  --main-white-text: #eeeeee;
  --main-dark-color-50: rgba(0, 0, 0, 0.116);
  --main-gray-white-color: #f6f7f8;
  --main-grey-color: #fafafa;
  --main-grey-color-hover: #eeeeee;
  --text-gray-color: #a7a7a7;
  --secondary-gray: rgb(245, 245, 245);

  --product-inside-color: #f4f4f4;
  --product-border-color: #ebebeb;

  --main-dark-color-hover: #000000;
  --main-white-color-hover: rgb(218, 218, 218);

  /* Checkout page */
  --checkout-btn-color: #ffc107;
  --checkout-disabled-btn-color: #a48528;

  --main-select-color: #51a2fa;
  --placeholder-color: rgba(180, 180, 180, 0.667);

  --error-danger-background: #ff3e3e;
}

.color-gray {
  color: var(--text-gray-color);
}

.text-regular {
  font-weight: 400;
}

.text-bold {
  font-weight: 700;
}

.text-dark {
  font-weight: 900;
}

.border-dark {
  border: 2px solid var(--main-dark-color);
}

/* #endregion */

.mentalboost-logo {
  height: 30px;
  width: 50px;
  display: block;
  background-color: var(--main-dark-color);
  -webkit-mask: url("../images/mentalboost_logo.4028dc50f2df.svg") no-repeat center;
  mask: url("../images/mentalboost_logo.4028dc50f2df.svg") no-repeat center;
}

/* #region @MEDIA */

@media (min-width: 991px) {
  /*  NAVBAR  */
  .mp2 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .main-btn {
    margin-left: 25px;
  }

  /*  NOOTROPIKA TITUL  */
  .main-header h1 {
    font-size: 4rem;
    letter-spacing: 7px;
    line-height: 3rem;
  }

  .main-header h2 {
    font-size: 1.875rem;
    margin-bottom: 5%;
    font-weight: 700;
  }

  .main-header {
    left: 18%;
    transform: translate(-30%, -82%);
    color: var(--main-dark-color);
  }

  /*  TEXT-AREA-COLUMN ROVNO POD OBRAZKOM  */
  .t-50 {
    width: 50%;
  }

  /*  PANEL PRODUCT (TO KAM BUDEME DAVAT JEDNOTLIVE PRODUKTY)  */
  .mmar {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .panel-product,
  .clanok-main-div,
  .title-text {
    padding-right: 6%;
    padding-left: 6%;
  }

  /*    PRODUCT INSIDE      */
  .stm {
    margin: 0 8%;
    margin-bottom: 59px;
    margin-top: 150px;
  }

  .clanok-main-div {
    padding: 60px 80px;
  }
}

@media (max-width: 1400px) {
  .panel-product,
  .clanok-main-div,
  .title-text {
    padding-right: 4.5%;
    padding-left: 4.5%;
  }
}

@media (max-width: 990px) {
  /*  NAVBAR  */
  .mp2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  /*  TEXT ARE COLLUMN */
  .t-50 {
    width: 100%;
  }

  .main-btn {
    margin-top: 15px;
  }

  /*    NAV-LINKY ::HOVER BOTTOM BORDER EFFECT    */
  .fixed-top .nav-link {
    text-align: center;
    border-radius: 15px;
  }

  .fixed-top .nav-link:hover {
    background-color: rgba(230, 230, 230);
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
  }

  .fixed-top.scrolled .nav-link:hover {
    background-color: rgb(250, 250, 250);
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
  }

  /*  NOOTROPIKA TITUL  */
  .main-header h1 {
    font-size: 3rem;
    letter-spacing: 5px;
    line-height: 2.5rem;
  }

  .main-header h2 {
    font-size: 1.4rem;
    margin-bottom: 5%;
    font-weight: 700;
  }

  .main-header {
    left: 18%;
    transform: translate(-10%, -82%);
    color: var(--main-dark-color);
  }

  /*  PANEL PRODUCT   */
  .mmar {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .panel-product,
  .clanok-main-div,
  .title-text {
    padding-left: 3%;
    padding-right: 3%;
  }

  .panel-product-div {
    width: 100%;
    max-width: 800px;
  }

  /*    PRODUCT INSIDE      */
  .stm {
    margin: 0 3%;
    margin-bottom: 59px;
    margin-top: 150px;
  }

  .clanok-main-div {
    padding: 100px 40px;
  }
}

/* #endregion */

@media (max-width: 499px) {
  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-header h1 {
    font-size: 2rem;
    letter-spacing: 3px;
    line-height: 1.5rem;
  }

  .main-header h2 {
    font-size: 0.92rem;
    margin-bottom: 5%;
    font-weight: 700;
  }

  .main-header {
    left: 18%;
    transform: translate(-10%, -82%);
  }

  html {
    font-size: 14px;
  }
}

.nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--main-dark-color);
  bottom: 0;
  transition: transform 200ms;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

.nav-link:hover::after {
  transform: scaleX(1);
  transition: transform 200ms;
}

/* #region  NAVBAR */

@keyframes logo-show {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes logo-hide {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

.navbar-brand-text {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-top .navbar-brand-text {
  animation: 0.3s forwards logo-hide;
}

.fixed-top.scrolled .navbar-brand-text {
  animation: 0.3s forwards logo-show;
}

.navbar-brand-icon {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-top.scrolled .navbar-brand-icon {
  animation: 0.3s forwards logo-hide;
}

.fixed-top .navbar-brand-icon {
  animation: 0.3s forwards logo-show;
}

.navbar-brand {
  position: relative;
  font-weight: 900;
  color: var(--main-dark-color);
  width: 140px;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.navbar-brand a {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 500px) {
  .navbar {
    padding: 55px 70px;
    font-size: 20px;
  }

  .navbar.scrolled {
    padding: 25px 70px;
  }
}

.navbar {
  padding-top: 55px;
  padding-bottom: 55px;
  font-size: 20px;
  align-items: stretch;
}

.navbar.scrolled {
  padding-top: 25px;
  padding-bottom: 25px;
}

.nav-item {
  padding: 0 25px;
}

.navbar .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}

.fixed-top.scrolled .main-btn {
  background-color: var(--main-white-color);
  color: var(--main-dark-color);
}

.fixed-top.scrolled .main-btn:hover {
  background-color: var(--main-dark-color);
  color: var(--main-white-color);
}

.main-btn {
  cursor: pointer;
  box-shadow: 5px 5px 0 0 var(--main-shadow-color);
  font-weight: 700;
  font-size: 1rem;
  color: var(--main-dark-color);
  background-color: var(--main-web);
  border-radius: 15px;
  border: 2px solid var(--main-dark-color);
  padding: 13px 20px;
  display: inline-block;
}

.main-btn:hover {
  text-decoration: none;
  background-color: var(--main-web-darker);
  box-shadow: none;
  color: var(--main-white-color);
}

.secondary-btn {
  box-shadow: 5px 5px 0 0 var(--main-shadow-color);
  font-weight: 700;
  font-size: 1rem;
  color: var(--main-white-text);
  background-color: var(--main-dark-color);
  border-radius: 15px;
  border: 2px solid var(--main-dark-color);
  padding: 13px 20px;
}

.secondary-btn:hover {
  text-decoration: none;
  background-color: var(--main-web);
  box-shadow: none;
  color: var(--main-dark-text);
}

.fixed-top.scrolled {
  background-color: var(--main-white-color) !important;
}

.fixed-top {
  background-color: transparent !important;
}

.navbar-toggler {
  border: hidden !important;
}

.navbar-toggler:focus {
  border: hidden !important;
  outline: none;
}

.menu-burger-line1 {
  margin: 4px;
  width: 20px;
  height: 2px;
}

.menu-burger-line2 {
  margin: 4px;
  width: 16px;
  height: 2px;
}

.menu-burger-line3 {
  margin: 4px;
  width: 6px;
  height: 2px;
}

.fixed-top .menu-burger-line1,
.fixed-top .menu-burger-line2,
.fixed-top .menu-burger-line3 {
  background-color: var(--main-dark-color) !important;
}

.fixed-top .navbar-brand:hover,
.fixed-top.scrolled .navbar-brand:focus,
.fixed-top.scrolled .navbar-brand,
.fixed-top.scrolled .active .nav-link {
  color: var(--main-dark-color) !important;
}

.fixed-top .nav-link {
  font-weight: 700;
  color: var(--main-dark-color) !important;
  font-size: 1rem;
}

/* #endregion */

/* #region  HEADER */

.main-image {
  height: 90%;
  position: absolute;
  transform: translateX(80%);
  right: 40%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-header-div {
  position: relative;
  overflow: hidden;
  background-color: var(--main-web);
  height: max(70vh, 720px);
}

.main-header {
  position: absolute;
  top: 65%;
  text-align: center;
}

.main-header h1 {
  margin: 0;
  font-weight: 700;
}

.main-image-bar {
  background: linear-gradient(var(--main-web), var(--main-white-color));
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.main-image-bar-product {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.main-image-bar-product span {
  font-size: 1.5rem;
  color: var(--main-dark-color);
}

.main-image-bar-product h2 {
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
}

.main-image-bar-product h4 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.main-image-bar-c {
  padding: 20px 10px 20px 10px;
  width: 25%;
}

.main-image-bar span {
  font-size: 1.5rem;
  color: var(--main-dark-color);
}

.main-image-bar h2 {
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
}

.main-image-bar h4 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.main-image-bar-cc {
  text-align: center;
  color: var(--main-dark-color);
}

/* #endregion */

/*
        TEXT-AREA-COLUMN
*/
.text-area-column-2 div h2 {
  letter-spacing: 0.5px;
  font-size: 1.07rem;
  color: #555555;
}

.text-area-column-2 h1 {
  font-weight: 700;
  color: #454545;
  font-size: 2.15rem;
  padding-bottom: 20px;
}

.text-area-column-2 {
  position: relative;
  height: 100%;
  padding-top: 40px;
  background-color: #fafafa;
  padding-bottom: 80px;
}

.text-area-column-2 li {
  line-height: 30px;
  font-weight: 400;
  font-size: 1.07rem;
  color: #bdbdbd;
}

.tac-f {
  display: flex;
  flex-wrap: wrap;
}

.t-50 {
  padding: 30px;
}

/*
        PANEL-PRODUCT
*/
.panel-product {
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  column-gap: 15px;
  row-gap: 15px;
  transition: all 400ms cubic-bezier(0, 0.47, 0.39, 1);
  padding-bottom: 40px;
}

.panel-product-div {
  max-width: 500px;
  border-radius: 10px;
  border: solid 4px #ebebeb;
  position: relative;
  background-color: var(--product-inside-color);
  padding-bottom: 20px;
  overflow: hidden;
  transition: all 400ms cubic-bezier(0, 0.47, 0.39, 1);
}

.product-description {
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.panel-product-div .os___btn {
  width: auto;
}

/* TODO: fix this shit */
.panel-product .os___btn {
  padding: 10px 20px;
}

.panel-product-div .object-category {
  z-index: 40;
  border-bottom-right-radius: 10px;
  color: white;
  font-size: 0.9rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 2px 5px 2px 5px;
  height: auto;
  position: absolute;
  display: inline-block;
}

.sold-out {
  z-index: 70;
  border-bottom-left-radius: 10px;
  color: white;
  font-size: 0.9rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 2px 5px 2px 5px;
  height: auto;
  position: absolute;
  display: inline-block;
  right: 0;
  background-color: red;
  pointer-events: none;
}

.sold-out ~ .sold-out-overlay {
  z-index: 60;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.panel-product-img img {
  transition: all 400ms cubic-bezier(0, 0.47, 0.39, 1);
  transform: scale(1.5);
}

.panel-product-img {
  position: relative;
  display: block;
  border-radius: 10px;
  max-height: 300px;
  overflow: hidden;
}

.product-title {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  align-items: center;
}

.panel-product div img {
  width: 100%;
}

.mdh2 {
  margin: 0;
  font-weight: 700;
  color: var(--main-dark-color);
  font-size: 1.5rem;
}

.panel-product div ul {
  padding: 0px 10px 20px 30px;
  font-weight: 400;
  font-size: 1rem;
  color: #bdbdbd;
}

.panel-product div ul li {
  padding-top: 5px;
  list-style-type: disc;
}

.panel-product-div-a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none !important;
  border-collapse: collapse;
}

/* PANEL PRODUCT HOVER ONLY PC */

@media (min-width: 991px) {
  .panel-product-div:hover .panel-product-div-a .panel-product-img img {
    transform: scale(1.43) translateY(3px);
  }

  .panel-product-div:hover {
    transform: scale(1.05, 1.05);
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
  }
}

.panel-product-div:active {
  box-shadow: none;
}

.p-checks {
  z-index: 50;
  bottom: 0;
  right: 0;
  width: auto;
  position: absolute;
  background-color: var(--product-border-color);
  padding: 10px;
}

.p-checks p {
  margin: 0;
  font-weight: 400;
  font-size: 1.07rem;
}

.mpd {
  padding: 0 1rem;
  font-size: 1rem;
  color: var(--main-dark-color);
  height: 100%;
  flex: 1;
}

.mdh1 {
  margin: 0;
  padding-right: 5px;
  font-weight: 700;
  color: #454545;
  font-size: 1.25rem;
  display: inline-block;
}

.mdh1-discount {
  margin: 0;
  padding-right: 5px;
  font-weight: 400;
  text-decoration: line-through;
  color: #bdbdbd;
  font-size: 1rem;
  display: inline-block;
}

/*
        Store
*/

.stm {
  background-color: #f4f4f4;
  max-width: 1500px;
}

.stm-pd {
  display: block;
  padding: 15px;
}

.smpn {
  padding: 25px;
  margin: auto;
  text-align: center;
  font-weight: 700;
}

.smpd {
  text-align: left;
  font-size: 1rem;
}

/*
        FOOTER
*/
.footer {
  overflow: hidden;
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: rgb(245, 245, 245);
  color: #454545;
}

.container {
  padding-top: 40px;
  max-width: none !important;
}

.footer-products a,
.footer-links a,
.footer-contact i {
  font-size: 1.07rem;
  color: var(--main-dark-color);
  text-decoration: none;
}

.footer-products a:hover,
.footer-links a:hover {
  color: grey;
  text-decoration: none;
}

/* #region  MORE INFO PRODUCT PAGE */

@media (min-width: 991px) {
  .more-info-tab {
    font-size: 1rem;
  }

  .stm {
    padding: 0 40px 40px 40px;
  }
}

@media (min-width: 371px) and (max-width: 990px) {
  .more-info-tab {
    font-size: 0.9rem;
  }

  .stm {
    padding: 0 4% 40px 4%;
  }
}

@media (max-width: 370px) {
  .more-info-tab {
    font-size: 0.75rem;
  }

  .stm {
    padding: 0 3% 40px 3%;
  }
}

/* #endregion */

/*
          ORDER SUMMARY MOBILE
*/

/* SHOPPING CART */
*,
*:before,
*:after {
  box-sizing: border-box;
}

#cart {
  position: relative;
}

.badge {
  right: -15px;
  position: absolute;
  background-color: var(--main-dark-color);
  top: 5px;
  right: -15px;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 2px 4px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*

          STRIPE PAYMENT

*/
.StripeElement {
  box-sizing: border-box;

  height: 40px;
  width: 100%;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.list-inline-item a {
  color: var(--main-dark-color);
}

.list-inline-item a:hover {
  color: dimgrey;
}

/* #region  OTHER */

.billing::before {
  content: "";
  position: absolute;
  top: 0;
  right: 2rem;
  left: 2rem;
  height: 4px;
  background-color: #f5f5f5;
}

.billing {
  position: relative;
  transition: all cubic-bezier(0.58, 0.03, 0, 0.6) 500ms;
  max-height: 0;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 2rem;
}

.billing-show {
  max-height: 650px;
}

a.anchor {
  display: block;
  position: absolute;
  top: -180px;
  visibility: hidden;
}

/* #endregion */

.btn-dark {
  background-color: var(--main-white-color);
  color: var(--main-dark-color);
}

.btn-dark:hover {
  background-color: var(--main-white-color-hover);
}

.christmas-pop-up {
  border-radius: 15px;
  overflow: hidden;
  width: 600px;
  position: relative;
}

.pop-up-spacer {
  flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: forwards show 200ms ease-in-out;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.event-pop-up {
  border-radius: 15px;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  position: relative;
  box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  animation: forwards scalein 200ms ease-in-out;
}

@keyframes scalein {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}



.pop-up.fixed {
  position: fixed;
  justify-items: center;
  bottom: 15px;
  left: 15px;
  max-width: 400px;
  max-height: 300px;
  z-index: 100;
  font-size: 0.9rem;
  border-radius: 15px;
}

.pop-up {
  line-height: 1.5rem;
  color: var(--main-dark-color);
  padding: 15px;
  background-color: var(--main-dark-color);
  display: none;
}

.pop-up p {
  color: var(--main-white-color);
}

.cb-policy {
  color: var(--main-white-color);
  text-decoration: underline;
  transition: color 100ms;
}

.cb-policy:hover {
  color: rgb(82, 82, 82);
}

@keyframes message-opacity-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes message-opacity-fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.faded-out {
  display: none !important;
  opacity: 0;
}

.fade-in {
  animation: message-opacity-fade-in 400ms;
}

.fade-out {
  animation: message-opacity-fade-out 400ms;
}

/* #region  CLANKY-MAINPAGE */

.clanok-spacer-div {
  position: relative;
}

.clanok-main-div {
  position: relative;
  font-size: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  column-gap: 15px;
  row-gap: 15px;
}

.clanok-card-a {
  text-decoration: none;
  transition: all cubic-bezier(0.58, 0.03, 0, 0.6) 200ms;
  cursor: pointer;
}

.clanok-card-a img {
  max-width: 17.5em;
}

.clanok-card {
  border-radius: 10px;
  padding: 0.8125em;
  background: white;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all linear 100ms;
}

.clanok-card::after {
  content: "";
  position: absolute;
  top: -0.2em;
  left: -0.2em;
  right: -0.2em;
  bottom: -0.2em;
  background: linear-gradient(rgba(241, 241, 241, 0.1), rgba(0, 0, 0, 0.04));
  border-radius: 12px;
  z-index: -2;
}

.clanok-card h1 {
  font-size: 1.375em;
  font-weight: 900;
  margin-bottom: 0.1em;
  color: #454545;
}

.clanok-card h3 {
  font-size: 0.6875em;
  font-weight: 700;
  color: #d6d6d6;
  margin-bottom: 1em;
}

.clanok-card h2 {
  padding: 0;
  margin: 0;
  font-size: 0.8125em;
  font-weight: 400;
  color: #7e7e7e;
  max-height: 7.5em;
  overflow: hidden;
  transition: cubic-bezier(0.58, 0.03, 0, 0.6) 200ms;
}

.clanok-card .text-fader {
  position: absolute;
  bottom: 0.8125em;
  right: 0.8125em;
  left: 0.8125em;
  height: 30%;
  background: linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 1)
  );
  transition: opacity cubic-bezier(0.58, 0.03, 0, 0.6) 200ms;
}

.clanok-card p {
  margin: 0 !important;
}

/* MOBILE */
@media (min-width: 991px) {
  .clanok-spacer-div {
    width: 18.75em;
    margin: 2em 2em;
    height: calc(7.5em + (3.25em + 0.8125em + 0.1em + 0.8125em + 1em));
  }

  .clanok-card-a {
    position: absolute;
  }

  .clanok-card {
    max-width: 18.75em;
  }

  .clanok-card-a .clanok-img-span {
    left: 0.625em;
    border-radius: 10px;
    position: absolute;
    max-height: 0;
    width: 17.5em;
    overflow: hidden;
    transition: all cubic-bezier(0.58, 0.03, 0, 0.6) 200ms;
  }

  /* HOVER */
  .clanok-card-a:hover {
    transform: translateY(-2em);
    text-decoration: none;
  }

  .clanok-card-a:hover .clanok-card {
    box-shadow: 20px 30px 30px 0 rgba(0, 0, 0, 0.05);
  }

  .clanok-card-a:hover .clanok-img-span {
    max-height: 600px;
    transform: translateY(-6.25em);
  }

  .clanok-card-a:hover .text-fader {
    opacity: 0;
  }

  .clanok-card-a:hover h2 {
    max-height: calc(28em - (3.25em + 0.8125em + 0.1em + 0.8125em + 1em));
  }
}

@media (max-width: 990px) {
  .clanok-spacer-div {
    width: 100%;
    padding-bottom: 40px;
  }

  .clanok-card {
    max-width: 100%;
  }

  .clanok-card-a .clanok-img-span {
    z-index: 9;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    transition: all cubic-bezier(0.58, 0.03, 0, 0.6) 200ms;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 180px;
  }

  .clanok-card-a img {
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .clanok-card {
    padding-top: 200px;
  }

  .clanok-card-a .text-fader {
    opacity: 0;
  }

  .clanok-card-a h2 {
    max-height: calc(28em - (3.25em + 0.8125em + 0.1em + 0.8125em + 1em));
  }

  /* HOVER */
  .clanok-card-a:hover {
    text-decoration: none;
  }

  .clanok-card-a:hover .clanok-card {
    transform: scale(0.99, 0.99);
    -ms-transform: scale(0.99, 0.99);
    -webkit-transform: scale(0.99, 0.99);
    -o-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  }

  .clanok-card-a:hover .clanok-img-span {
    transform: scale(0.99, 0.99) translateY(2px);
  }
}

/* #endregion */

@keyframes disabled-loading-start {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes disabled-loading-anim {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.disabled-loading .loader {
  overflow: hidden;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--main-dark-color-50);
  position: absolute;
  width: 6em;
  height: 0.2em;
  transition-timing-function: cubic-bezier(0.79, -0.02, 0, 1.04);
}

.disabled-loading .loader::after {
  animation: disabled-loading-anim 2s;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  animation-iteration-count: infinite;
}

.disabled-loading.gray .loader::after {
  background-color: var(--main-dark-color);
}

.disabled-loading.white .loader::after {
  background-color: var(--main-white-color);
}

.disabled-loading,
.disabled-loading:hover {
  box-shadow: none;
}

.disabled-loading::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  animation: disabled-loading-start 200ms;
}

.disabled-loading.gray::after {
  background-color: var(--main-gray-white-color);
}

.disabled-loading.dark::after {
  background-color: var(--main-white-color);
}

.disabled-loading.white::after {
  background-color: var(--main-web-darker);
}

/* #region  MESSAGE BOX */

.message-box-spacer {
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  z-index: 9999999;
  transition: opacity 400ms;
}

.message-box {
  margin: 0;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 0.5rem 1rem;
  background-color: var(--error-danger-background);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  overflow: auto;
}

.message-info {
  font-size: 1em;
  color: var(--main-white-text);
  margin: 0;
}

@media (max-width: 600px) {
  .message-box-spacer {
    left: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
  }
}

.button-msg {
  color: white;
  font-weight: 700;
  font-size: 1em;
  border-radius: 0.5em;
  border: none;
  padding: 5px 10px;
  display: block;
  margin-left: auto;
}

.button-msg.alert-error:hover {
  outline: none;
  border: none;
  box-shadow: 0 0 0 3px rgba(238, 86, 86, 0.4);
}

.button-msg.alert-error:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 0 5px rgba(238, 86, 86, 0.4);
}

.button-msg.alert-error {
  background-color: #ee5656;
}

.button-msg.alert-success:hover {
  outline: none;
  border: none;
  box-shadow: 0 0 0 3px #56ee8354;
}

.button-msg.alert-success:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 0 5px #56ee8354;
}

.button-msg.alert-success {
  background-color: #56ee83;
}

.button-msg.alert-info:hover {
  outline: none;
  border: none;
  box-shadow: 0 0 0 3px #dbdd4d54;
}

.button-msg.alert-info:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 0 5px #dbdd4d54;
}

.button-msg.alert-info {
  background-color: #dbdd4d;
}

/* #endregion */

.overflow-auto::-webkit-scrollbar {
  display: none;
}

.title-text-spacer {
  display: block;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.title-text {
  padding: 0;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--main-dark-color);
  font-size: 2.75rem;
  position: relative;
  display: inline-block;
}

.title-text::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -15px;
  right: -15px;
  height: 3px;
  background-color: var(--main-dark-color);
}

#platba {
  transform: scaleY(1);
  opacity: 1;
  display: block;
  transition: all 100ms;
  position: absolute;
  background-color: rgba(99, 99, 99, 0.103);
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  z-index: 100;
  border-radius: 10px;
}

#platba.hide {
  transform: scaleY(0);
  opacity: 0;
}

/* #region  BLOG POST */

.blog-main-spacer {
  margin-top: 150px;
  margin-bottom: 59px;
}

@media (max-width: 990px) {
  .clanok-spacer-main {
    margin: 5%;
  }

  .clanok-spacer-div-blog-override {
    font-size: 20px;
  }
}

.clanok-spacer-div-blog-override {
  margin-top: 0;
}

.blog-main {
  max-width: 700px;
}

.blog-spacer {
  padding: 25px;
}

.blog-main .blog-img {
  position: relative;
  height: 200px;
  display: block;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
}

.blog-main .blog-img img {
  min-width: 100%;
  min-height: 100%;
  max-width: 150vw;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (min-width: 991px) {
  .blog-main-spacer {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 990px) {
  .blog-main-spacer {
    padding: 0 0.5em;
  }

  .blog-main {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 600px) {
  .card-payment {
    width: 100%;
  }
}

/* #endregion */

.checkout-spacer {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

.checkout-progress {
  display: inline-grid;
  column-gap: 5%;
  align-items: stretch;
  grid-template-columns: auto auto auto;
}

.checkout-progress-position {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.checkout-progress-position h3 {
  font-size: 1rem;
  padding-top: 0.5rem;
  font-weight: 600;
}

.checkout-progress-position.active::before {
  background-color: var(--main-dark-color);
}

.checkout-progress-position::before {
  content: "";
  background-color: #f2f2f2;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
}

/* #region  ORDER SUMMARY */

@media (min-width: 500px) {
  .main-spacing {
    margin-left: 70px;
    margin-right: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 499px) {
  .main-spacing {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 80px;
  }
}

.os___main {
  margin-top: 104px;
}

.os___item-div .row {
  margin-left: 0;
  min-width: 500px;
}

.os___item-div {
  overflow: hidden;
  border-radius: 15px;
  background-color: #f9f9f9;
  color: inherit;
}

.os___text {
  font-size: 1rem;
  padding-bottom: 0;
  margin: 0;
}

.os___text.dark {
  color: var(--main-dark-text);
}

.os___text.white {
  color: var(--main-white-text);
}

.os___item {
  height: 100px;
  background-color: #f2f2f2;
  align-items: center;
}

.os___item a:hover {
  text-decoration: none;
}

.os___item-img {
  height: 100%;
}

.os___item-img img {
  position: absolute;
  height: 80%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.os___prices {
  color: #b5b4b4;
  display: inline-block;
}

.os___quantity {
  display: flex;
  align-items: center;
  background-color: #ebebeb;
  max-width: 100px;
  justify-content: space-between;
  margin-left: auto;
}

.os___quantity-btns {
  width: 30px;
  height: 30px;
  background-color: #e4e4e4;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.os___quantity-text {
  padding: 0 10px;
}

.os___delete {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.os___delete h2 {
  transform: rotateZ(45deg);
  text-decoration: none;
  font-size: 1.5rem;
}

.os___continue {
  padding: 0 40px;
  padding-bottom: 240px;
}

.os___btn {
  position: relative;
  box-shadow: 5px 5px 0 0 var(--main-shadow-color);
  background-color: var(--main-dark-color);
  font-weight: 700;
  font-size: 1rem;
  color: var(--main-white-text);
  border: 2px solid var(--main-dark-color);
  padding: 13px 40px;
  display: inline-block;
  letter-spacing: 0.05rem;
  border-radius: 15px;
  overflow: hidden;
}

.os___btn:hover {
  text-decoration: none;
  background-color: var(--main-web-darker);
  box-shadow: none;
  color: var(--main-white-text);
}

.os___btn:focus-visible,
.os___btn:active,
.os___btn:focus {
  outline: none;
}

.os___btn_secondary {
  position: relative;
  box-shadow: 5px 5px 0 0 var(--main-shadow-color);
  background-color: var(--main-white-color);
  font-weight: 700;
  font-size: 1rem;
  color: var(--main-dark-text);
  border: 2px solid var(--main-dark-color);
  padding: 13px 40px;
  display: inline-block;
  letter-spacing: 0.05rem;
  border-radius: 15px;
  overflow: hidden;
}

.os___btn_secondary:hover {
  text-decoration: none;
  background-color: var(--main-dark-color);
  box-shadow: none;
  color: var(--main-white-text);
}

.os___btn_secondary:active {
  background-color: var(--main-web-darker);
}

.os___btn_secondary:focus-visible,
.os___btn_secondary:active,
.os___btn_secondary:focus {
  outline: none;
}

.os___input-box {
  width: 100%;
  box-shadow: 5px 5px 0 0 var(--main-shadow-color);
  font-weight: 700;
  font-size: 1rem;
  color: var(--main-dark-text);
  border: 2px solid var(--main-dark-color);
  padding: 13px 20px;
  display: inline-block;
  letter-spacing: 0.05rem;
  border-radius: 15px;
}

.os___input-box:focus-visible {
  outline: none;
  background-color: #f9f9f9;
  box-shadow: none;
}

.os___discount {
  position: relative;
  display: inline-block;
}

.os___discount-errors {
  color: red;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 60px;
}

.os___discount-disabled {
  background-color: rgb(255 210 210);
}

.os___pay-btn {
  text-align: right;
}

.os___save {
  text-align: right;
}

::placeholder {
  color: var(--placeholder-color);
}

:-ms-input-placeholder {
  color: var(--placeholder-color);
}

::-ms-input-placeholder {
  color: var(--placeholder-color);
}

@media (max-width: 849px) {
  .os___item-div .row {
    margin-right: 0;
  }

  .os___item-div {
    overflow: auto;
  }

  .os___save {
    text-align: center;
  }

  .os___input-box {
    width: 100%;
  }

  .os___quantity-div {
    padding: 0;
  }

  .os___discount {
    flex: 1;
  }

  .os___pay-btn {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 50px;
  }

  .os___btn {
    width: 100%;
  }

  .os___continue {
    padding-left: 0;
    padding-right: 0;
  }
}

/* #endregion */

.sp___main-div {
  display: flex;
  gap: 2rem;
}

.sp___main {
  flex: 1;
  border: 0.125rem solid var(--main-dark-color);
  box-shadow: 0.375rem 0.375rem 0 0 var(--main-shadow-color);
}

.sp___main-text {
  position: relative;
  padding: 1.25rem;
}

.sp___main-text::after {
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: var(--main-dark-color);
}

.sp___summary {
  flex: 2 2 350px;
  max-width: 400px;
  min-width: 290px;
}

@media (max-width: 900px) {
  .sp___main-div {
    flex-wrap: wrap-reverse;
  }

  .sp___summary {
    max-width: 100%;
  }
}

.sp___doprava-div {
  flex-flow: wrap;
  display: flex;
  align-items: center;
  padding: 0.625rem 0.938rem;
  cursor: pointer;
  margin: 0;
  gap: 0.625rem;
}

.sp___doprava-div:hover {
  background-color: #f9f9f9;
}

.sp___doprava-container {
  display: flex;
  margin: 0;
  flex: 1;
  padding: 0 0.625rem;
  align-items: center;
}

.sp___doprava_main_text {
  flex: 1;
}

.checkbox-input {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid var(--main-dark-color);
}

.checkbox-input::after {
  content: "";
  transform: scale(0.7);
  transition: all 200ms cubic-bezier(0, 0.88, 0.75, 1.07);
}

.checkbox-container input:checked ~ .checkbox-input::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--main-select-color);
  transform: scale(1);
}

.sp___doprava-div input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.null-link {
  text-decoration: none;
}

.null-link:hover {
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.product-shop-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p___div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 9999999;
}

.top-p {
  padding-top: 150px;
}

.pr___bg {
  background: linear-gradient(
    -20deg,
    rgba(255, 255, 255, 1) 57%,
    rgba(250, 250, 250, 1) 57%
  );
}

.pr___slice-div {
  display: flex;
  align-items: stretch;
}

.pr___sliced-div {
  flex: 50;
  text-align: center;
}

.pr___slice-div img {
  width: 100%;
  min-width: 400px;
}

.pr___header {
  display: inline-block;
}

.pr___header-text {
  font-weight: 700;
  display: inline-block;
}

.pr___header-under {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.pr___header-inside {
  flex: 1;
}

.pr___btn {
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 991px) {
  .pr___slice-div {
    flex-direction: column;
  }

  .pr___sliced-div {
    flex: 1;
  }

  .top-p {
    padding-top: 120px;
  }

  .review-slice-div {
    flex-direction: column-reverse;
  }
}

@media (max-width: 470px) {
  .pr___slice-div img {
    max-width: 450px;
    min-width: 200px;
  }
}

/* PRODUCT-PAGE REVIEW */
.review-spacer {
  background-color: var(--secondary-gray);
  margin: 20px 40px;
  border-radius: 15px;
  box-shadow: 6px 6px 0 var(--main-shadow-color);
  padding: 15px;
}

.review-contact {
  display: flex;
  padding-bottom: 2rem;
}

.review-contact-inside {
  flex: 1;
  overflow: auto;
}

.review-stars i {
  font-size: 0.8rem;
}

.review-stars {
  align-content: stretch;
  display: flex;
}

.review-star {
  color: rgb(255, 215, 65);
}

.review-star.gray {
  color: #e4e4e4;
}

.review-star-create {
  color: #e4e4e4;
}

.review-star-create.active {
  color: rgb(255, 215, 65);
}

.review-content {
  font-size: 0.9rem;
  min-height: 3rem;
}

.review-star-create {
  cursor: pointer;
}

.review-star-create-div {
  cursor: pointer;
  user-select: none;
}

@media (max-width: 991px) {
  .review-spacer {
    margin: 20px 0;
  }
}

/* Product page */

/* end Product page */
