/* SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #0b1210;
}
::-webkit-scrollbar-thumb {
  background-color: #ff5200;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #ff5200;
}

/* 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 {
  box-shadow: none;
  outline: 0px;
}
:hover {
  transition: all 0.3s;
}

/* CONTAINER */
@media (max-width: 767px) {
  .footer-container-stcm {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .footer-container-stcm {
    width: 747px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .footer-container-stcm {
    width: 972px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .footer-container-stcm {
    width: 1178px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .container,
  .footer-container-stcm {
    width: 1216px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* PRODUCTS */
#products {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.product-slider-holder .product-slider .products-block {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  #products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .product-slider-holder .product-slider .products-block {
    gap: 20px;
  }
}
@media (min-width: 992px) {
  #products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .product-slider-holder .product-slider .products-block {
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  #products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
  .product-slider-holder .product-slider .products-block {
    gap: 32px;
  }
}
.products-block > div {
  padding: 0px;
}
.product-slider-holder .product-slider-navigation {
  display: none;
}
.product-slider-holder.has-navigation {
  padding: 0px;
}
.product {
  position: relative;
  background-color: #f2f2f2;
}
.product::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #333333e6;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.product:hover::before {
  opacity: 1;
  transition: all 0.3s;
}
.products-block > div .p .p-bottom > div .p-tools,
.product-slider-holder
  .products-block
  > div
  .p
  .p-bottom.no-buttons
  > div
  .p-tools {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  gap: 10px;
}
.products-block > div:hover .p .p-bottom > div .p-tools,
.product-slider-holder
  .products-block
  > div:hover
  .p
  .p-bottom.no-buttons
  > div
  .p-tools {
  opacity: 1;
  visibility: visible;
}
.products-block > div:hover {
  box-shadow: none;
}
.flags {
  left: 0px;
  top: 0px;
}
.flag {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 20px 7px 16px;
  width: fit-content;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-clip-path: polygon(0% 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
  clip-path: polygon(0% 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
}
.product:hover .flag {
  opacity: 0;
}
.products-block > div .p > a img {
  mix-blend-mode: multiply;
}
.products-block > div .p .p-in {
  padding: 16px;
  height: 100%;
}
.products-block .p .name {
  padding: 0px;
}
.products-block .product .p .name {
  margin-bottom: 15px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  justify-self: flex-start;
  text-align: left;
  font-style: italic;
  color: #1c3c50;
}
.products-block .p .name:hover,
.products-block .product:hover .p .name {
  text-decoration: none;
}
.products-block > div .p .p-bottom,
.products-block > div .p .p-bottom.single-button {
  padding: 0px;
}
.products-block > div .p .p-bottom > div .prices .price-final,
.products-block > div .p .p-bottom > div .prices .price-final strong {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #ff5200;
  text-align: right;
}
.products-block .p > a .discount-box-stcm {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(calc(0% + 7px) 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(calc(0% + 7px) 0, 100% 0, 100% 100%, 0 100%);
  background-color: #ff5200;
  padding: 8px 16px 7px 20px;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  gap: 10px;
  align-items: center;
}
.products-block .product:hover .p > a .discount-box-stcm {
  opacity: 0;
}
.products-block > div .p .p-bottom > div .prices .price-standard,
.products-block > div .p a .price-standard,
.products-block > div .p a .price-standard strong {
  margin-right: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.products-block > div .p .p-bottom > div .prices .price-save,
.products-block > div .p a .price-save {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
#products.products-block > div {
  width: 100% !important;
}

/* HEADER */
#header,
#header .header-bottom,
#header #navigation {
  background-color: #1e1e1e;
  border: none;
}
.site-name img {
  width: 200px;
}
.top-navigation-bar {
  border: none;
  background-color: #ff5200;
}
#navigation .navigation-in ul li > a > b {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
#navigation .navigation-in ul li:hover > a > b {
  text-decoration: none;
}
#navigation .navigation-in ul li > a:hover > b {
  text-decoration: none;
  color: #ff5200;
  transition: all 0.3s;
}
#navigation .navigation-in ul li:nth-child(n + 3) > a > b {
  text-transform: none;
  font-weight: 400;
}
.top-navigation-bar a {
  color: #ffffff;
  font-weight: 600;
}
#header .search-input {
  color: #ffffff;
  background-color: transparent;
}
.search-input-icon:before {
  color: #ffffff;
}
.search-input-icon:before {
  color: #ffffff;
}
#header .search-input::placeholder {
  color: #ffffff;
}
.navigation-buttons a[data-target="cart"] {
  color: #ffffff;
}
@media (min-width: 768px) {
  .navigation-in > ul > li > a,
  .navigation-in > ul > li > a:hover,
  .navigation-in > ul > li.ext.exp > a {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navigation-in > ul > li {
    border: none;
  }
  .navigation-in > ul > li.ext.exp:first-child > a,
  .navigation-in > ul > li.ext:first-child > a {
    margin-left: 8px;
    padding-left: 0px;
  }
  .navigation-in > ul > li:nth-child(1) > a,
  .navigation-in > ul > li:nth-child(1) > a:hover,
  .navigation-in > ul > li:nth-child(1).ext.exp > a {
    margin-left: 8px;
    margin-right: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navigation-in > ul > li:nth-child(2) > a,
  .navigation-in > ul > li:nth-child(2) > a:hover,
  .navigation-in > ul > li:nth-child(2).ext.exp > a {
    margin-left: 20px;
    margin-right: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navigation-in > ul > li:nth-child(3) > a,
  .navigation-in > ul > li:nth-child(3) > a:hover,
  .navigation-in > ul > li:nth-child(3).ext.exp > a {
    margin-left: 60px;
    margin-right: 8px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .fitted .navigation-in ul {
    justify-content: center;
  }
  #navigation .navigation-in ul li.ext.exp > ul {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
  }
  #navigation .menu-level-2 > li {
    padding: 0px;
    display: flex;
    flex-flow: column;
    gap: 10px;
    justify-content: center;
    width: 100%;
    align-self: flex-start;
  }
  #navigation .menu-level-2 > li > div {
    text-align: center;
  }
  .navigation-in > ul > li.ext > ul > li > a {
    padding: 0px;
  }
  .navigation-in > ul > li.ext > ul > li.has-third-level > a,
  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    display: flex;
    justify-content: center;
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    font-weight: 600;
    font-size: 16px;
  }
  #navigation .navigation-in ul li:hover > a > b,
  #navigation .navigation-in ul li:hover > a > span,
  #navigation .navigation-in ul li:hover > div > a > span {
    text-decoration: none;
  }
  .navigation-in ul.menu-level-2 a:hover {
    color: #ff5200;
  }
  #navigation .menu-level-3 {
    font-size: 14px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li > a:hover {
    color: #000000;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    width: 100%;
  }
}
.visible-lg-inline-block {
  display: none !important;
}
#header .header-top a.cart-count {
  width: auto !important;
}
#header .navigation-buttons a:before {
  color: #ffffff;
}
.navigation-in {
  align-content: center;
}
.navigation-in,
.navigation-window-visible .navigation-buttons a[data-target="navigation"],
.navigation-window-visible
  .navigation-buttons
  a[data-target="navigation"]:hover {
  background-color: transparent;
}
@media (max-width: 767px) {
  #navigation .navigation-in ul li > a > b {
    padding: 0px;
  }
  ul.menu-level-1 {
    display: flex;
    flex-flow: column;
    gap: 20px;
    align-items: center;
  }
  .navigation-in ul li a {
    padding: 0px;
  }
  #navigation .navigation-in ul li > a > b {
    text-decoration: none;
  }
  #navigation .menu-level-1 > li > a,
  #navigation .navigationActions > li > a {
    padding-right: 0px;
  }
  .navigation-in .navigationActions {
    margin-top: 40px;
    border: none;
  }
  #navigation .menu-level-1 > li > a,
  #navigation .navigationActions > li > a {
    justify-content: center;
  }
}

/* PRODUCTS */
#content {
  padding: 0px;
}
#category-header {
  background-color: #f2f2f2;
  padding: 0 40px;
}
.sortingToggle {
  padding: 5px 32px;
}
.category-title {
  padding: 40px;
  background-image: url(https://mrkey.fun/wp-content/uploads/2023/11/mrkey-background.webp);
  position: relative;
  overflow: hidden;
  color: #ff5200;
  text-transform: uppercase;
  font-style: italic;
  background-position: center;
  background-size: cover;
  text-align: center;
  margin-bottom: 0px;
}
#content .filters-wrapper > div:first-of-type,
#footer .filters-wrapper > div:first-of-type {
  justify-content: center;
  display: flex;
}
.pagination__list {
  gap: 0px;
}
.breadcrumbs {
  padding: 10px 40px;
}

/* CATEGORIES */
.subcategories {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .subcategories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .subcategories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 479px) {
  .subcategories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.subcategories li {
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  transition: all 0.3s;
  padding: 0;
}
.subcategories li:hover {
  background-color: #ff5200;
}
.subcategories li a {
  height: auto;
  padding: 4px 20px 0px 20px;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.subcategories li a .text {
  line-height: 1.2;
  font-size: 13px;
  transition: all 0.3s;
  font-weight: 600;
}
.subcategories li:hover a .text {
  color: #ffffff;
}
.subcategories li a:hover .text {
  text-decoration: none;
}
.subcategories.with-image li a .image img {
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .subcategories.with-image li a .image {
    padding-right: 0px;
    gap: 10px;
  }
  .subcategories li a {
    display: flex;
    flex-flow: column;
  }
  .subcategories.with-image li a .image img {
    height: 60px;
  }
  .subcategories.with-image li a .text {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .subcategories li a {
    height: 40px;
    padding: 2px 20px 0px 20px;
  }
  .subcategories li a .text {
    font-size: 10px;
  }
}

/* FOOTER */
.social-section-stcm div {
  display: flex;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
#footer {
  background-color: transparent;
  margin-top: 150px;
  padding-top: 0px;
  overflow-x: clip;
}
@media (min-width: 768px) {
  #footer > .container {
    width: 100%;
    padding: 0;
  }
}
.footer-rows .custom-footer {
  display: flex;
  flex-flow: column;
}
.custom-footer > div {
  width: 100%;
  padding: 0px;
}
.banner {
  overflow: visible;
  margin-bottom: 0;
}
.footer-rows .custom-footer {
  padding-top: 0px;
  padding-bottom: 0px;
}
.custom-footer__banner2,
.footer-bottom {
  background-color: #1e1e1e;
}
.social-section-stcm {
  background-image: url(https://mrkey.fun/wp-content/uploads/2024/02/socialni-site-divider-mrkey-v2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
@media (min-width: 1440px) {
  .social-section-stcm .social-container-stcm {
    width: 1336px;
    margin-left: auto;
    margin-right: auto;
    flex-flow: row;
    display: flex;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.social-section-stcm .social-container-stcm {
  display: flex;
  flex-flow: row;
}
.social-section-stcm .social-header-stcm {
  padding-top: 80px;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  flex-flow: column;
}
.social-section-stcm .social-title-stcm {
  margin-top: 0px;
  margin-bottom: 25px;
  text-align: right;
  color: #fff;
  transition: all 0.3s;
  font-size: 40px;
  font-style: italic;
  display: flex;
  line-height: 1.2;
}
.social-section-stcm .social-icons-stcm {
  margin-left: 60px;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 40px;
}
.social-section-stcm .social-icons-stcm a {
  fill: #ffffff;
}
.social-section-stcm .social-icons-stcm a:nth-child(1) {
  width: 40px;
  height: 40px;
}
.social-section-stcm .social-icons-stcm a:nth-child(2) {
  width: 19px;
  height: 40px;
}
.social-section-stcm .social-icons-stcm a:nth-child(3) {
  width: 40px;
  height: 28px;
}
.social-section-stcm .social-divider-stcm {
  position: relative;
  width: 100%;
  text-align: left;
  align-items: flex-end;
}
.social-section-stcm .divider-image-stcm {
  position: absolute;
  top: 0;
  width: 766px;
  max-width: 765px;
  margin-right: -80px;
  margin-top: -110px;
}
@media (max-width: 1199px) {
  .social-section-stcm .divider-image-stcm {
    margin-right: -180px;
  }
}
@media (max-width: 991px) {
  .social-section-stcm .divider-image-stcm {
    margin-top: -50px;
    margin-right: -360px;
  }
  .social-section-stcm .social-header-stcm {
    padding-top: 100px;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .social-section-stcm .social-title-stcm {
    font-size: 32px;
  }
  .social-section-stcm {
    background-image: url(https://mrkey.fun/wp-content/uploads/2024/02/socialni-site-divider-mrkey-v2.webp);
    background-image: url(https://mrkey.fun/wp-content/uploads/2024/02/socialni-site-divider-mrkey-mobile-v2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
  }
  .social-section-stcm .social-header-stcm {
    max-width: 250px;
    padding-top: 120px;
    padding-bottom: 90px;
  }
  #footer {
    margin-top: 70px;
  }
}
@media (max-width: 479px) {
  .social-section-stcm .divider-image-stcm {
    top: -250px;
    margin-top: -150px;
    margin-right: -500px;
    right: -100px;
  }
  .social-section-stcm .social-container-stcm {
    flex-flow: column;
    display: flex;
  }
}
