@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  /*--primary: #00A0E4;*/
  --primary: #f47b2b;
  --primary-rgb: 244, 123, 43;
  --bs-body-font-weight: 300;
  --bs-body-color: #333333;
}

a, .eshop-menu__link--button {
  color: var(--primary);
}

/*a:hover, .eshop-menu__link--button:hover, button.navbar__menu-link:hover {
color: var(--primary);
}*/

.filter-default {
  -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(10%) saturate(3348%) hue-rotate(339deg) brightness(95%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(58%) sepia(10%) saturate(3348%) hue-rotate(339deg) brightness(95%) contrast(101%);
  filter: url(data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg"> <filter id="recolor" color-interpolation-filters="sRGB"> <feColorMatrix type="matrix" values=" 0 0 0 0 0.7450980392 0 0 0 0 0.3294117647 0 0 0 0 0.0156862745 0 0 0 1 0 "/> </filter> </svg> #recolor);



}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: var(--primary) !important;
}

.section-2-col-left-text .section-content>img, .section-2-col-right-text .section-content>img {
  border-radius: 0.7rem;
}



/*@media (max-width: 1399.98px) {
.bg-img-overlay:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
}

}*/

.text-shadow {
  text-shadow: 1px 1px 3px rgba(0,0,0,.9), 3px 3px 10px rgba(0,0,0,.5);
}

.bg-img-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 768px) {
  .font-size-fluid, .col-text, .section--header, .section--text, .section-blank, .section-title, .section-header, .section-cta, .section-2-col-right-text, .section-2-col-left-text {
    font-size: unset;
    line-height: unset;
  }
}


.container--article .col-text, .container--article .section--header, .container--article .section--text, .container--article .section-blank, .container--article .section-title, .container--article .section-header, .container--article .section-cta {
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1600px) {
  .motto-section {
    margin-left: -100px;
  }
}

.contactus__phone-link, .contactus__email-link, .contactus__phone-link:hover, .contactus__email-link:hover {
  color: white;
  font-weight: 400;
}

.form-control, .add-comment__input, .cart-form__input, .promo-code__input, .account-form__input, .search-form__input, .user-form__input, .locked__input, .navbar__search-input {
  border-radius: 0;
}

.eshop-menu__list { 
  border-radius: 0;
}

.category {
  border: 1px solid var(--bs-gray-200);
  border-radius: 0;
  box-shadow: unset;
}

.categories, .category-detail .main {
  margin-bottom: 3rem;
}

.breadcrumb {
  display: none;
}

#eshop .breadcrumb, .category-detail .breadcrumb, .product-detail .breadcrumb {
  display: flex;
}

body {
  font-family: "Poppins", sans-serif;
}

b, strong {
  font-weight: 600;
}

#index #main, #article-593836 #main, {
  padding-top: 0 !important;
  padding-bottom: 0;
}

#main {
  padding-top: 0;
  padding-bottom: 0;
}

.main>.container:first-child, .main>.motive__motto:first-child, .container--article {
  padding-bottom: 0;
}

/* ----- HEADING ----- */
/*===========================================================================*/
.section-container h1, .section-container .h1 {
  font-size: calc(2rem + 1.5vw);
  font-weight: 600;
}

@media (min-width: 1200px) {
  .section-container h1, .section-container .h1 {
    font-size: 3.5rem;
  }
}

.section-title h1 {
  font-size: calc(2rem + 2.7vw);
}

@media (min-width: 1200px) {
  .section--header h1, .section--header .h1, .section-title h1, .section-title .h1 {
    font-size: 3.5rem;
  }
}

.section-container h2, .section-container .h2 {
  font-size: calc(1.5rem + 0.9vw);
  font-weight: 600;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .section-container h2, .section-container .h2 {
    font-size: 2.5rem;
  }
}

.pre-heading {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

/* ----- HEADER ----- */
/*===========================================================================*/
.header {
  -webkit-box-shadow: 0px 3px 10px #00000024;
  box-shadow: 0px 3px 10px #00000024;
}

.navbar {
  max-width: 1400px;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar__brand-logo-img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 12rem;
  max-height: 2.5rem;
}

@media (min-width: 1200px) {
  .navbar__brand-logo-img {
    max-width: 14rem;
    max-height: 2.5rem;
  }
}

.navbar__menu-link {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar__menu-item.active>.navbar__menu-link, .navbar__menu-item.active>.navbar__menu-link .navbar__menu-item .active {
  color: var(--primary);
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link {
  border-left: 2px solid transparent;
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link:hover {
  border-left: 2px solid rgba(var(--bs-secondary-rgb), 0.5);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(var(--bs-secondary-rgb), 0.05));
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(var(--bs-secondary-rgb), 0.05)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(var(--bs-secondary-rgb), 0.05));
  color: var(--bs-dark);
}

.navbar__menu-item .navbar__menu-item.active .navbar__menu-link {
  border-left: 2px solid var(--primary);
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(var(--primary), 0.05));
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(var(--primary), 0.05)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(var(--primary), 0.05));
  color: var(--primary);
}

.navbar__menu-item .navbar__menu-item .navbar__menu-link:hover:after, .navbar__menu-item .navbar__menu-item.active .navbar__menu-link:after {
  width: 0;
}
.navbar__menu-item .navbar__menu-item {
  border-left: 0;
}

.navbar__menu-item--has-childs .navbar__menu-list {
  row-gap: 5px;
}

@media (min-width: 991.98px) {
  .navbar__menu-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: -8px;
    width: 0%;
    border-bottom: 3px solid var(--primary);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
  }

  .navbar__menu-link:hover:after,
  .navbar__menu-item.active > .navbar__menu-link:after {
    width: 100%;
  }
}

@media(min-width: 1200px) {
  .navbar__menu-link:after {
    bottom: -4px;
  }
}

@media (max-width: 991.98px) {
  .navbar__menu {
    height: auto;
    margin-top: 64px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.2);
  }
}

/* contactus */
.contactus-wrap {
  background-color: var(--primary);
}

.contactus__phone, .contactus__email {
  color: white;
}

@media (max-width: 991.98px) {
  .contactus::after {
    background-color: transparent;
  }
}

/* ----- BUTTONS ----- */
/*===========================================================================*/
.btn {
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 40px;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-default-white {
  color: white;
  border-color: white;
}

/* ----- SECTIONS ----- */
/*===========================================================================*/
section, .section {
  padding-top: clamp(3rem, 4vw, 6rem);
  padding-bottom: clamp(3rem, 4vw, 6rem);
}

.section-3-col-bottom-text.cell-img-borders .section-cell-img {
  outline: 1px solid rgba(61, 71, 83, 1);
  border: 10px solid rgba(61, 71, 83, 1);
  background-color: var(--bs-primary);
  width: 130px;
  height: 130px;
  margin-top: -75px;
}

.section-3-col-bottom-text.cell-img-borders .section-cell-item {
  background-color: rgba(61, 71, 83, 1);
  border: 1px solid rgba(61, 71, 83, 1);
  border-radius: 0;
}

.user-form {
  background-color: rgba(39, 49, 62, 1);
  color: white;
  border-radius: 0.7rem;
}

@media (min-width: 576px) {
  .user-form {
    padding: 4rem;
  }
}

.user-form__info-required {
  color: #8e9aa5;
}

/* ----- FOOTER ----- */
/*===========================================================================*/
.footer {
  background: radial-gradient(100% 100% at 50% 0%, #131F2B 0%, #071019 100%);
}

.footer p {
  margin: 0;
}

.footer, .footer a {
  color: rgba(var(--bs-light-rgb), 0.7);
}

.footer h5 {
  color: var(--bs-light);
  font-size: 18px;
}

.footer a:hover {
  color: var(--bs-light);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary);
  text-decoration-color: var(--primary);
  text-underline-offset: 3px;
}

.footer .social-icons > li > a > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(0.7);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(0.7);
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.footer .social-icons > li > a:hover > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
}

/* ----- UTILITIES ----- */
/*===========================================================================*/
.shrink-0 {
  flex-shrink: 0;
}

.shadow-box {
  -webkit-box-shadow: 0 3px 15px -10px rgba(0, 0, 0, .7);
  box-shadow: 0 3px 15px -10px rgba(0, 0, 0, .7);
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.fs-18 {
  font-size: 18px;
}

.fw-600 {
  font-weight: 600;
}