@charset "UTF-8";
header nav .icon-links li a {
  color: #fff;
}
header nav .links li.dropdown .dropdown-menu {
  display: block;
  padding: 0;
  width: 200px;
  list-style: none;
  margin-top: 10px;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 0;
  border: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
header nav .links li.dropdown .dropdown-menu li {
  position: relative;
  padding: 10px 20px;
  margin: 0;
  width: 100%;
}
header nav .links li.dropdown .dropdown-menu li:not(:last-of-type):after {
  position: absolute;
  content: "";
  display: block;
  background-color: #ececec;
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
}
header nav .links li.dropdown .dropdown-menu li a {
  display: block;
  font-size: 11px;
  color: #000;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
header nav .links li.dropdown .dropdown-menu li a:hover {
  color: #17131b;
}
header nav .links li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 20px 0 rgba(138, 149, 158, 0.3);
}
.product-detail .productInfo .inventory-info li.qty .btn {
  display: inline-flex;
  justify-content: center;
}
.product-detail .productInfo .inventory-info li.color .select-box {
  margin: 0;
}
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0 !important;
  bottom: 0;
  margin: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.search-modal.active {
  opacity: 1;
}
.search-modal .inputWrapper {
  position: absolute;
  top: 80px;
  right: 140px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.search-modal .inputWrapper input {
  padding: 10px 30px;
  border: none;
  font-size: 18px;
  line-height: normal;
  height: auto;
  text-align: left;
  border: none !important;
  margin: 0 !important;
  width: 100%;
}
.search-modal .inputWrapper input:focus {
  border: none;
  outline: none;
}
.search-modal .inputWrapper .buttonList {
  position: absolute;
  padding-right: 15px;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
}
.search-modal .inputWrapper .buttonList button {
  position: static;
  padding: 0;
  background: none;
  font-size: 22px;
  margin: 0;
  width: auto;
}
.search-modal .inputWrapper .buttonList button:hover {
  background: none !important;
}
.search-modal .inputWrapper .buttonList button:hover i {
  transform: scale(1.1);
}
.search-modal .inputWrapper .buttonList button i {
  color: #1c1c1c;
  transition: all 0.2s ease-in-out;
}
.os_alert_success {
  position: fixed;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: none;
  left: 50%;
  background: #eff8ed;
  top: -100px;
  z-index: 10000;
  width: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
  visibility: hidden;
}
.os_alert_success.show {
  top: 100px;
  opacity: 1;
  visibility: visible;
}
.os_alert_success:before {
  margin: 0 10px 0 0;
}
.os_alert_success .btn {
  padding: 8px 15px !important;
  height: auto;
  line-height: normal;
  background: #4caf50;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  margin-left: auto;
}
.os_cart {
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: calc(100vh - 100px) !important;
}
.os_cart .subs {
  font-size: 13px;
}
.os_cart .os_item {
  position: relative;
}
.os_cart .metaWrapper {
  display: flex;
}
.os_cart .metaWrapper .itemContent {
  width: 100%;
  padding-right: 20px;
}
.os_cart .metaWrapper .thumb {
  margin-right: 15px;
}
.os_cart .metaWrapper .thumb img {
  width: 50px;
  height: 50px;
}
.os_cart .text-align-center {
  text-align: center;
}
.os_cart .text-align-right {
  text-align: right;
}
.os_cart .cart-trash {
  position: absolute;
  right: 10px;
  top: 5px;
  margin: 0;
}
.os_cart .cart-footer .total {
  color: #565656;
}
.os_cart .rowPrices {
  margin-top: 15px;
}
.os_cart .cart-title {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.os_cart .cart-title .titleWrapper {
  display: flex;
  flex-direction: column;
}
.os_cart .cart-title .titleWrapper h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.os_cart .cart-title .titleWrapper .cart-count {
  font-size: 16px;
  color: #5a5a5a;
  margin: 0;
}
.os_cart .cart-title .close_cart {
  position: static;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.os_cart .cart-title .close_cart:hover {
  background-color: initial;
}
.os_cart .cart_main_container {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 30px;
}
.os_cart .cart_main_container .cart-container {
  padding: 0;
}
.os_cart .cart_main_container .cart-totals {
  padding: 15px;
  margin-top: auto;
}
.os_cart .cart_main_container .cart-totals .cart-total-right {
  display: block;
  text-align: right;
}
.os_cart .vat {
  display: block;
  color: #7b7b7b;
  font-weight: 400;
}
.product-detail .productGallery .swiper-slide img {
  width: 100%;
}
.product-item h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}
.product-detail h1,
.product-item h3 {
  font-family: Source Serif Pro, sans-serif;
  font-weight: 500;
}
.product-detail h1 {
  color: #17131b;
  font-size: 29px;
  text-align: left;
  letter-spacing: unset;
  line-height: 1.4;
  margin-bottom: 20px;
}
.product-detail .productGalleryThumbs .swiper-slide {
  width: 100px;
}
.product-detail .productGalleryThumbs .swiper-slide .thumb img {
  width: 100%;
  height: auto;
}
.checkout-page .cart-totals .cart-table td,
.checkout-page .cart-totals .cart-table th {
  padding: 20px 30px;
}
.checkout-page #div_winkelmandje {
  margin: 0 -30px;
}
.checkout-page .item .productMeta .heading {
  font-weight: 700;
}
.checkout-page .item .priceRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.checkout-page .item .priceRow .totalAmount {
  font-weight: 700;
}
.checkout-page .checkout-table tfoot tr:not(:last-of-type) td,
.checkout-page .checkout-table tfoot tr:not(:last-of-type) th {
  border-bottom: 1px solid #e2e2e2;
}
.checkout-page .checkout-table tfoot .flexWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-page .coupon-code th {
  width: 50% !important;
}
.cart-page .coupon-code th .flexWrapper {
  display: flex;
  align-items: center;
}
.cart-page .coupon-code th .flexWrapper .cart-trash {
  margin: 0 10px 0 0;
}
.cart-page .cart-totals .vat {
  display: block;
  color: #7b7b7b;
  font-weight: 400;
}
.cart-page .cart-totals .cart-table tr td:last-of-type {
  text-align: right;
}
.ourStory {
  padding: 10px 0;
  background-color: #f1f1f1;
}
.ourStory .introText {
  text-align: center;
  margin-bottom: 50px;
}
.ourStory .rowItem:not(:last-of-type) {
  margin-bottom: 30px;
}
.ourStory .rowItem:nth-of-type(2n) .storyItem .row {
  flex-direction: row-reverse;
}
.ourStory .storyItem {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}
.ourStory .storyItem .colContent h1,
.ourStory .storyItem .colContent h2,
.ourStory .storyItem .colContent h3,
.ourStory .storyItem .colContent h4,
.ourStory .storyItem .colContent h5,
.ourStory .storyItem .colContent h6 {
  text-align: left;
}
.ourStory .storyItem .colContent h3 {
  font-size: 16px;
  font-weight: 700;
}
.ourStory .storyItem .img-wrapper img {
  width: 100%;
  border-radius: 5px;
}
.contact-page .contact-wrapper .contact-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-detail .productInfo .inventory-info li.color {
  display: flex;
  align-items: center;
}
.product-detail .productInfo .inventory-info li.color label {
  margin-right: 15px;
}
.product-detail .productInfo .desc li {
  display: flex;
  margin: 0;
}
footer .legal .copyrightWrapper {
  display: flex;
  justify-content: space-between;
}
footer .legal .copyrightWrapper .copyright:first-of-type {
  margin-right: 15px;
}
footer .socialLinks {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
footer .socialLinks a {
  color: #fff;
  font-size: 24px;
  line-height: normal;
}
footer .socialLinks a:not(:last-of-type) {
  margin-right: 5px;
}
.os_banner .title-content h1 {
  font-size: 3em;
  margin: auto;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumbs {
  display: flex;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.breadcrumbs li {
  position: relative;
  display: flex;
  align-items: center;
  color: #868686;
}
.breadcrumbs li a {
  color: #868686;
  font-weight: 700;
}
.breadcrumbs li:not(:last-of-type):after {
  content: "";
  font-family: Line Awesome Free;
  font-weight: 700;
  margin: 0 10px;
}
.product-list .sidebar .side-list li a.aMain {
  position: relative;
  font-weight: 700;
}

.bestsellers-list img,
.product-list .list img {
  -o-object-fit: contain;
  object-fit: contain;
}
.os_banner {
  padding: 55px 0;
  margin-bottom: 15px;
}
.product-list .top-filters {
  margin-bottom: 3px;
}
.discover-home .discover-item .img-wrapper img {
  width: 100%;
}
.cart-page
  .cart-products
  .products-list
  .product
  .desc
  .wrapper
  .img-wrapper
  img {
  -o-object-fit: contain;
  object-fit: contain;
}
.cb-wrapper .checkbox + label:after {
  top: 0;
  left: 0;
  line-height: 0;
  padding: 10px;
  display: flex;
  right: auto;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transform: none;
}
.privacy-terms a {
  color: initial;
  text-decoration: underline;
}
header nav .icon-links {
  position: static;
  background: none;
  box-shadow: none;
  margin: 0;
}
footer ul li a {
  position: relative;
  
}

footer ul li ul li a:before {
  display: none;
}
.cart-page .os_cart {
  position: relative !important;
  overflow-y: initial;
  border: none;
  height: auto !important;
  width: 100%;
}
.cart-page .os_cart .qty-wrapper {
  position: relative;
  float: left;
  width: 120px;
  background: none;
  border: 1px solid #ececec;
  border-radius: 5px;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.cart-page .os_cart .qty-wrapper .quantity {
  position: relative;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 0;
  width: 50px;
  z-index: 1;
}
.cart-page .os_cart .qty-wrapper .qty-btn-vertical {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  height: 100%;
  width: 100%;
}
.cart-page .os_cart .qty-wrapper .qty-down,
.cart-page .os_cart .qty-wrapper .qty-up {
  padding: 0 10px;
  cursor: pointer;
}
.cart-page .cart-footer {
  margin-top: 15px;
}
@media only screen and (max-width: 992px) {
  .cb-wrapper .checkbox + label:after {
    margin: 0 !important;
  }
  .search-modal .inputWrapper {
    top: 80px;
    right: 20px;
    left: 20px;
  }
  .os_cart {
    height: 100% !important;
  }
  header nav .icon-links {
    display: flex;
    order: 2;
    margin-left: auto;
    margin-right: 0;
  }
  header nav .toggleMobileMenu {
    order: 3;
    margin: 0;
  }
  header nav .mobileMenuWrapper {
    background: #000;
  }
  header nav .mobileMenuWrapper .dropdown-menu li a {
    padding: 0;
	text-align: left;
  }
  header nav .icon-links li a {
    color: #fff;
  }
  footer .legal .copyrightWrapper {
    flex-direction: column;
    text-align: center;
  }
  footer .legal .copyrightWrapper .copyright {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  footer nav .aLogo img {
    max-width: 100px !important;
  }
  footer .categories {
    display: flex;
    flex-direction: column;
  }
  footer .categories li {
    margin: 0 !important;
  }
  footer .categories ul {
    display: flex;
    flex-direction: column;
  }
  footer .categories ul li {
    text-align: left;
  }
  .banners .bannerSlider .swiper-slide .os_slider_text_wrapper {
    min-height: 150px;
  }
  .ourStory .introText h1 {
    font-size: 28px;
    font-weight: 700;
  }
  .ourStory .storyItem .img-wrapper {
    margin-bottom: 15px;
  }
  .ourStory .storyItem .colMobile {
    order: 1;
  }
  .ourStory .storyItem .colContent {
    order: 2;
  }
  footer .socialLinks {
    justify-content: left;
  }
}
@media only screen and (max-width: 576px) {
  header nav .links li:hover a {
    color: #fff;
  }
  header nav .icon-links li {
    margin-right: 15px;
  }
  header nav .icon-links li:nth-of-type(2) {
    display: none;
  }
  .os_cart {
    padding: 15px;
  }
  .cart-page {
    padding: 30px 0;
  }
  .cart-page .os_cart .qty-wrapper {
    width: 90px;
  }
  .cart-page .cart-footer .coupon {
    display: flex;
    width: 100%;
  }
  .cart-page .cart-footer .coupon input {
    flex: 1;
  }
  .os_alert_success {
    padding: 10px 15px;
    width: 85%;
  }
  .os_alert_success.show {
    top: 75px;
  }
  .os_alert_success .btn {
    font-size: 12px;
  }
}
.css-11cewt9 {
  color: #fff !important;
  font-size: 2px !important;
  margin: 0px !important;
}
