/*
 Theme Name: coolly
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #203755 !important;
  --bs-primary-rgb: 32, 55, 85 !important;
  --bs-secondary: #fff5ed !important;
  --bs-secondary-rgb: 255, 245, 237 !important;
}

body {
  color: var(--bs-primary);
  font-family: "Roboto", sans-serif;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;

  line-height: 1 !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 14px;
}
p,
li,
td,
th {
  font-size: 14px;
}
.ls-0 {
  letter-spacing: 0.5px !important;
}
.ls-1 {
  letter-spacing: 1px !important;
}
.lh-1 {
  line-height: 1 !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 16px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.logo {
  max-width: 150px;
}
.hero-overlay {
  background: linear-gradient(to top, rgba(255, 245, 237, 1) 0%, rgba(255, 245, 237, 0) 50%);
}
.cart-count {
  position: absolute;
  bottom: -6px;
  right: -6px;
  background-color: var(--bs-primary);
  color: white;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.main-menu .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--bs-primary);
  &:hover {
    opacity: 0.8;
  }
}

/* Mobile Nav */
.mobile-nav {
  background-color: var(--bs-primary);
  color: var(--bs-secondary);
  width: 300px !important;
}
.mobile-nav__top {
  border-bottom: 1px solid rgba(255, 245, 237, 0.12);
}
.mobile-nav__logo {
  max-height: 36px;
}
.mobile-nav__icon {
  color: var(--bs-secondary);
  line-height: 1;
  &:hover {
    opacity: 0.7;
  }
}
.mobile-nav__close {
  color: var(--bs-secondary);
  line-height: 1;
}
.mobile-nav__menu ul {
  display: flex;
  flex-direction: column;
}
.mobile-nav__menu li a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--bs-secondary);
  text-decoration: none;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 245, 237, 0.08);
  &:hover {
    opacity: 0.7;
  }
}
.mobile-nav__footer {
  border-color: rgba(255, 245, 237, 0.12) !important;
}
.mobile-nav__socials a {
  color: var(--bs-secondary);
  text-decoration: none;
  &:hover {
    opacity: 0.7;
  }
}

@media (min-width: 992px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
}
