:root {
  --main-color: #466854;
}

/* Nav */
.account-lang-currency.upper-bar.header-theme-bg-primary.header-theme-text-for-primary-bg {
  background-color: var(--main-color);
}
.account-area button,
.account-area .header-theme-icon-primary,
.language-currency,
.currency-btn,
.language-btn,
.icon-language_white::before,
.vertical-line {
  color: #fff !important;
  border-color: #fff !important;
}
.header-theme-icon-primary {
  color: var(--main-color) !important;
}
.top-level-link span {
  font-size: 16px !important;
  font-weight: 500;
}

/* Logo */
#fixed-header .header-logo a {
  height: 55% !important;
}

/* Hero & Covers */
.container.container-slider {
  padding: 0;
  max-width: 100%;
}
.slider-item {
  width: 100% !important;
  height: 80% !important;
}
.main-slider {
  max-height: 100% !important;
}
.container.container-slider img {
  object-fit: contain !important;
}
#b2dc1d18-00a2-4e83-97d1-7aaabdd243c8 .box-1-1,
#c011ca8d-eb7b-4abb-9bf9-b2fc43d40932 .box-1-1,
#e2576ae8-b579-43ac-be06-48a4d8a7138c .box-1-1 {
  width: 105%;
}
#b2dc1d18-00a2-4e83-97d1-7aaabdd243c8 .content,
#c011ca8d-eb7b-4abb-9bf9-b2fc43d40932 .content,
#e2576ae8-b579-43ac-be06-48a4d8a7138c .content{
  padding-left: 90px;
}
@media (max-width: 768px) {
  #b2dc1d18-00a2-4e83-97d1-7aaabdd243c8 .content,
#c011ca8d-eb7b-4abb-9bf9-b2fc43d40932 .content,
#e2576ae8-b579-43ac-be06-48a4d8a7138c .content{
  padding-left: 0px;
}
}

/* Categories */


@media (min-width: 992px) {
  .category-item h3 {
  display: none;
}
.cat-col {
  margin: 0px !important;
  width: 300px !important;
  place-items: center !important;
}
.products-slider .prod-col, .categories-slider .cat-col, .cards-slider .card-col {
  padding: 0 !important;
}
.categories-slider .slick-track{
  width: 100% !important;
  display: flex;
  justify-content: center;
}
#\30 266b36b-d2fa-4f42-a828-1214f1c39ab5 > div {
  margin: 0px;
  max-width: 100%;
}
.categories-slider .category-item, .cards-slider .card-item {
    width: 100%;
    max-width: 250px;
}
}

@media (max-width: 768px) {
.category-item img,
.card-item img {
  max-width: 85%;
  margin: 0px;
}
}

/* Titles */
.section-title.theme-title-primary,
.section-title.theme-text-primary {
  padding-bottom: 20px;
  color: #000 !important;
  text-align: center;
  font-size: 22px
}
@media (max-width: 768px) {
  .section-title.theme-title-primary,
  .section-title.theme-text-primary{
  padding-bottom: 0px;
}
}

/* Product */
.product-item {
  text-align: center;
}
.product-card-add-to-cart {
  background-color: #fff;
  color: var(--main-color) !important;
  border-color: var(--main-color);
  width: 80%;
  font-size: 18px
}
@media (max-width: 768px) {
  .product-card-add-to-cart {
  font-size: 14px
}
}
.product-card-add-to-cart:hover {
  background-color: var(--main-color);
  color: #fff !important;
}

.category-products-display-more-section a {
  color: #b97fa8 !important;
  font-weight: 600;
  font-size: 18px;
  border: solid 2px #b97fa8 !important;
}
@media (max-width: 768px) {
  .category-products-display-more-section a {
  font-weight: 550;
  font-size: 18px;
  padding: 8px;
}
}
  
.category-products-display-more-section a:hover {
  color: #fff !important;
  border-color: var(--main-color) !important;
}
.prod-col {
  padding-bottom: 5px;
  place-items: center;
}
@media (min-width: 992px) {
  .products-slider .slick-track {
    display: flex;
  }
  .prod-col {
      width: 300px !important;
  }
  .product-item {
  max-width: 300px !important;
  padding-top: 15px;
}
  .products-slider .slick-list.draggable {
  width: 100%;
  height: 60% !important;
}
}
@media (max-width: 768px) {
  a.d-flex.flex-column.justify-content-start {
    width: 120%;
}
}

/* Features */
.features-section {
  background-color: #fff;
}
.feature {
  width: 280px; 
  border: solid 1px var(--main-color);
  padding-top: 10px;
  border-radius: 10px
}
@media (max-width: 768px) {
  .feature {
  width: 280px;
  }
  .features-section-img {
    width: 80px;
  }
}
.features-section-title {
  color: var(--main-color);
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .features-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px;
}
}

/* Testimonials */
.testimonials-slider-wrapper .slick-arrow {
  background-color: var(--main-color);
  border-radius: 50%;
  color: #fff !important;
}
.icon-keyboard_arrow_left,
.icon-keyboard_arrow_right {
  color: #fff !important;
}
.slick-next.slick-arrow {
  left: -50px;
}
.slick-prev.slick-arrow.slick-disabled {
  right: -50px;
}
  
/* Footer */
.footer-store-section {
  border-top: solid 2px;
}
.footer-copyrights-vat-certificate {
  background-color: var(--main-color);
  color: #fff;
}