html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html ::-webkit-scrollbar {
  width: 10px;
}
html ::-webkit-scrollbar-track {
  background-color: white;
}
html ::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

body {
  font-family: "Open Sans", sans-serif;
}
body:not(.page-intro) {
  padding-top: 85px;
}
@media screen and (max-width: 1199px) {
  body:not(.page-intro) {
    padding-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  body:not(.page-intro) {
    padding-top: 70px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 93%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1199px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1600px;
  }
}

a,
button {
  transition: 0.3s all ease-in-out;
}
a::before, a::after,
button::before,
button::after {
  transition: 0.3s all ease-in-out;
}
a:hover,
button:hover {
  transition: 0.3s all ease-in-out;
}
a:hover::before, a:hover::after,
button:hover::before,
button:hover::after {
  transition: 0.3s all ease-in-out;
}
a:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

.btn:active,
.btn.active, input:not([type=checkbox]):not([type=radio]) {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.video-holder {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-holder iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
}

.section-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.searhboxarea input{
  font-size: 12px;
  padding: 0px 5px;
}

.responsive-submenu-underline ul{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.responsive-submenu-underline ul li{
  padding: 8px 5px;
}

.company-section-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #8e8167;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.company-hero-section {
  padding-top: 48px;
  padding-bottom: 24px;
}
.company-hero-section__inner {
  max-width: 760px;
}
.company-hero-section__inner h1 {
  margin-bottom: 16px;
  color: #1f1f1f;
  font-size: 44px;
  line-height: 1.05;
  text-transform: uppercase;
}
.company-hero-section__description {
  max-width: 640px;
  color: #5f5a52;
  font-size: 17px;
  line-height: 1.8;
}

.company-about-section {
  padding-top: 24px;
  padding-bottom: 48px;
}
.company-about-section__row {
  row-gap: 24px;
}
.company-about-section__row--reverse {
  flex-direction: row-reverse;
}
.company-about-section__media {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #efe7dc;
}
.company-about-section__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.company-about-section__content {
  padding: 12px 0;
}
.company-about-section__content h2 {
  margin-bottom: 20px;
  color: #1f1f1f;
  font-size: 36px;
  line-height: 1.15;
  text-transform: uppercase;
}
.company-about-section__description {
  color: #4f4a43;
  font-size: 16px;
  line-height: 1.85;
}

.company-metrics-section {
  padding-top: 8px;
  padding-bottom: 48px;
}
.company-metrics-section__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 28px 22px;
  border: 1px solid #e5ddd3;
  border-radius: 20px;
  background: linear-gradient(180deg, #fbf8f3 0%, #f3ede4 100%);
  text-align: center;
}
.company-metrics-section__value {
  margin-bottom: 10px;
  color: #1f1f1f;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.company-metrics-section__label {
  color: #5b564e;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
}

.company-values-section {
  padding-top: 24px;
  padding-bottom: 64px;
  background: #f8f4ee;
}
.company-values-section__heading {
  max-width: 720px;
  margin-bottom: 32px;
}
.company-values-section__heading h2 {
  margin-bottom: 12px;
  color: #1f1f1f;
  font-size: 36px;
  line-height: 1.15;
  text-transform: uppercase;
}
.company-values-section__heading p {
  margin-bottom: 0;
  color: #5f5a52;
  font-size: 16px;
  line-height: 1.8;
}
.company-values-section__card {
  height: 100%;
  padding: 28px 24px;
  border: 1px solid #e8dfd3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(39, 29, 16, 0.06);
}
.company-values-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: #f4ede4;
  overflow: hidden;
}
.company-values-section__icon img {
  max-width: 38px;
  max-height: 38px;
  width: auto;
  height: auto;
}
.company-values-section__card h3 {
  margin-bottom: 14px;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 1.2;
}
.company-values-section__text {
  color: #5f5a52;
  font-size: 15px;
  line-height: 1.8;
}


@media screen and (max-width: 991px) {
  .company-hero-section__inner h1 {
    font-size: 36px;
  }
  .company-about-section__media img {
    min-height: 320px;
  }
  .company-about-section__content h2,
  .company-values-section__heading h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .company-hero-section {
    padding-top: 24px;
  }
  .company-hero-section__inner h1 {
    font-size: 30px;
  }
  .company-hero-section__description,
  .company-about-section__description,
  .company-values-section__heading p,
  .company-values-section__text {
    font-size: 15px;
  }
  .company-about-section__content h2,
  .company-values-section__heading h2 {
    font-size: 26px;
  }
  .company-about-section__media {
    border-radius: 18px;
  }
  .company-about-section__media img {
    min-height: 260px;
  }
  .company-metrics-section__item {
    min-height: 150px;
    padding: 24px 18px;
  }
  .company-metrics-section__value {
    font-size: 30px;
  }
  .company-metrics-section__label {
    font-size: 13px;
  }
}

.classicpage{
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #4a4a4a;
}
.classicpage h1{
  margin-bottom: 40px;
  font-size: 42px;
  color: #000;
}
.classicpage strong{
  font-weight: bold;
}
.classicpage p{
  margin: 15px 0;
}
.classicpage a{
  color: black;
  text-decoration: underline;
}

.default-product {
  width: 100%;
  margin-bottom: 0px;
  display: block;
}
.default-product-image-holder {
  position: relative;
}
.default-product-image-holder img {
  width: 100%;
}
.default-product-badges {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100px;
  line-height: 38px;
}
@media screen and (max-width: 991px) {
  .default-product-badges {
    line-height: 32px;
    width: 82px;
  }
}
@media screen and (max-width: 767px) {
  .default-product-badges {
    line-height: 28px;
    width: 74px;
  }
}
@media screen and (max-width: 575px) {
  .default-product-badges {
    line-height: 24px;
    width: 60px;
    font-size: 14px;
  }
}
.default-product-badge {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.default-product .color-indicator {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.default-product-info {
  font-size: 12px;
  padding: 14px 0;
}
.default-product-info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
}
.default-product-info-top .wish-and-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
.default-product-info-top .wish-and-category .default-product-info-wish {
  background: transparent;
  border: none;
  padding: 5px 10px 5px 0;
}
.default-product-info-top .wish-and-category .default-product-info-wish svg {
  width: 20px;
}
.default-product-info-top .wish-and-category .default-product-info-category {
  color: #2f2f2f;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
.default-product-info-top .default-product-info-link {
  width: 100%;
  max-width: 150px;
  margin-left: 10px;
}
.default-product-info-top .default-product-info-link a {
  display: block;
  width: 100%;
  max-width: 150px;
  line-height: 24px;
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  text-transform: none;
  text-align: center;
  border-radius:5px;
}
.default-product-info-top .default-product-info-link a:hover {
  background-color: #2f2f2f;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .default-product-info-top .default-product-info-link {
    display: none;
  }
}
.default-product-info-price span {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
}
.default-product-info-price span svg {
  width: 20px;
  margin-right: 10px;
}
.default-product-info .responsive-product-button {
  margin-top: 10px;
}
.default-product-info .responsive-product-button a {
  display: block;
  width: 100%;
  max-width: 150px;
  line-height: 24px;
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  text-transform: uppercase;
  text-align: center;
}
.default-product-info .responsive-product-button a:hover {
  background-color: #2f2f2f;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .default-product-info .responsive-product-button {
    display: none;
  }
}

.badge-new {
  background: #2f2f2f;
}
.badge-new span.color-badge {
  width: 20px;
  position: absolute;
  left: -20px;
  height: 38px;
}
@media screen and (max-width: 991px) {
  .badge-new span.color-badge {
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .badge-new span.color-badge {
    height: 28px;
    width: 10px;
    left: -10px;
  }
}
@media screen and (max-width: 575px) {
  .badge-new span.color-badge {
    height: 24px;
  }
}
.badge-action {
  background: #f14949;
}
.badge-sale {
  background: #2f2f2f;
}

.black-btn {
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  width: 165px;
  line-height: 25px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  border-radius:10px;
}
.black-btn:hover {
  background: #2f2f2f;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .black-btn {
    width: 200px;
    line-height: 48px;
  }
}
@media screen and (max-width: 575px) {
  .black-btn {
    width: 150px;
    line-height: 38px;
  }
}

.clean-btn {
  background-color: transparent;
  border: none;
  text-align: center;
  padding: 0 10px;
  line-height: 40px;
}

.customCheckbox-holder {
  display: flex;
  align-items: center;
}
.customCheckbox-holder .customCheckbox {
  width: 14px;
  height: 14px;
  position: relative;
  margin: 5px;
  background: #fff;
  border: 1px solid #2f2f2f;
}
.customCheckbox-holder .customCheckbox label {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  left: 1px;
  cursor: pointer;
  background: transparent;
}
.customCheckbox-holder .customCheckbox label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: #2f2f2f;
  opacity: 0;
}
.customCheckbox-holder .customCheckbox label:hover::after {
  opacity: 0.3;
}
.customCheckbox-holder .customCheckbox input[type=checkbox] {
  visibility: hidden;
}
.customCheckbox-holder .customCheckbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.modal-content {
  border-radius: 0px;
}
.modal-content .modal-header {
  font-size: 22px;
  background: whitesmoke;
}
.modal-content .modal-header small {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.modal-content .modal-body {
  max-height: 100vh;
  overflow: auto;
}
.modal-content .close svg {
  width: 30px;
  height: 30px;
}

.breadcrumbs-section {
  border-top: 1px solid #b7b7b7;
}
.breadcrumbs-section .breadcrumbs {
  line-height: 60px;
  display: flex;
  align-items: center;
}
.breadcrumbs-section .breadcrumbs li {
  text-transform: uppercase;
}
.breadcrumbs-section .breadcrumbs li.breadcrumb-arrow {
  margin-top: -7px;
}
.breadcrumbs-section .breadcrumbs li:not(:nth-last-of-type(1)) {
  padding: 0 10px 0 0;
}
.breadcrumbs-section .breadcrumbs li a {
  color: #676767;
}
.breadcrumbs-section .breadcrumbs li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumbs-section {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  color: var(--theme-deafult, #3f3d3d);
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  transform: rotate(-135deg);
}
[dir=rtl] .slick-prev:before {
  transform: rotate(45deg);
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  transform: rotate(45deg);
}
[dir=rtl] .slick-next:before {
  transform: rotate(-135deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slider-wide:hover .slick-prev, .slider-wide:hover .slick-next{
  opacity: 1;
}
.slider-wide img,
.slider-wide iframe {
  width: 100%;
}
.slider-wide .slick-prev {
  left: 15px;
  opacity: 0;
}
@media screen and (max-width: 1439px) {
  .slider-wide .slick-prev {
    left: -30px;
    width: 20px;
  }
}
@media screen and (max-width: 575px) {
  .slider-wide .slick-prev {
    width: 15px;
    left: -20px;
  }
}
.slider-wide .slick-next {
  right: 15px;
  opacity: 0;
}
@media screen and (max-width: 1439px) {
  .slider-wide .slick-next {
    right: -30px;
    width: 20px;
  }
}
@media screen and (max-width: 575px) {
  .slider-wide .slick-next {
    width: 15px;
    right: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .slider-wide {
    max-width: 96%;
    margin: 0 auto;
  }
}

.slider-product-half {
  width: 100%;
  max-width: 40%;
  margin: 0 auto;
}
.slider-product-half .slick-prev {
  left: -100px;
}
.slider-product-half .slick-prev::before {
  width: 28px;
  height: 28px;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 1199px) {
  .slider-product-half .slick-prev {
    left: -50px;
  }
  .slider-product-half .slick-prev::before {
    width: 20px;
    height: 20px;
  }
}
.slider-product-half .slick-next {
  right: -100px;
}
.slider-product-half .slick-next::before {
  width: 28px;
  height: 28px;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1199px) {
  .slider-product-half .slick-next {
    right: -50px;
  }
  .slider-product-half .slick-next::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .slider-product-half {
    max-width: 53%;
  }
}
@media screen and (max-width: 575px) {
  .slider-product-half {
    max-width: 80%;
  }
}

.product-list-holder {
  max-width: 100vw;
  overflow: hidden;
}

.product-list-slider .slick-prev,
.product-list-slider-2 .slick-prev {
  left: -50px;
}
@media screen and (max-width: 991px) {
  .product-list-slider .slick-prev,
  .product-list-slider-2 .slick-prev {
    left: -10px;
    width: 20px;
  }
}
@media screen and (max-width: 575px) {
  .product-list-slider .slick-prev,
  .product-list-slider-2 .slick-prev {
    width: 15px;
    left: -15px;
  }
}
.product-list-slider .slick-next,
.product-list-slider-2 .slick-next {
  right: -50px;
}
@media screen and (max-width: 991px) {
  .product-list-slider .slick-next,
  .product-list-slider-2 .slick-next {
    right: -10px;
    width: 20px;
  }
}
@media screen and (max-width: 575px) {
  .product-list-slider .slick-next,
  .product-list-slider-2 .slick-next {
    width: 15px;
    right: -15px;
  }
}

@media screen and (max-width: 575px) {
  .product-list-slider .slick-list {
    max-width: 75%;
    overflow: visible;
  }
}

.product-list-holder .product-list-slider .c-4 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

@media screen and (min-width: 768px) {
  .product-list-holder .product-list-slider:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .product-list-holder .product-list-slider:not(.slick-initialized) > .c-4 {
    width: 25%;
    display: block;
    vertical-align: top;
  }

  .product-list-holder .product-list-slider:not(.slick-initialized) > .c-3 {
    width: 33.333333%;
    display: block;
    vertical-align: top;
  }

  .product-list-holder .product-list-slider:not(.slick-initialized) > .c-2 {
    width: 50%;
    display: block;
    vertical-align: top;
  }

  .product-list-holder .product-list-slider:not(.slick-initialized) > .c-1 {
    width: 100%;
    display: block;
    vertical-align: top;
  }

  .product-list-holder .product-list-slider .c-4 {
    width: calc(25% - 15px);
    display: inline-block;
    vertical-align: top;
  }

  .product-list-holder .product-list-slider > .c-4:last-child:nth-child(4n + 1) {
    width: 100% !important;
  }

  .product-list-holder .product-list-slider > .c-4:nth-last-child(2):nth-child(4n + 1),
  .product-list-holder .product-list-slider > .c-4:nth-last-child(1):nth-child(4n + 2) {
    width: calc(50% - 15px) !important;
  }

  .product-list-holder .product-list-slider > .c-4:nth-last-child(3):nth-child(4n + 1),
  .product-list-holder .product-list-slider > .c-4:nth-last-child(2):nth-child(4n + 2),
  .product-list-holder .product-list-slider > .c-4:nth-last-child(1):nth-child(4n + 3) {
    width: calc(33.333333% - 15px) !important;
  }

  .product-list-holder .product-list-slider .c-3 {
    width: calc(33.333333% - 15px);
    display: inline-block;
    vertical-align: top;
  }

  .product-list-holder .product-list-slider .c-2 {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
  }

  .product-list-holder .product-list-slider .c-1 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 768px) {
  .product-list-holder .product-list-slider .c-4,.product-list-holder .product-list-slider .c-2,.product-list-holder .product-list-slider .c-3,.product-list-holder .product-list-slider .c-1 {
    width: calc(50% - 5px);
    padding: 0px !important;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .product-list-holder .product-list-slider:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 0 0 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .product-list-holder .product-list-slider:not(.slick-initialized)::-webkit-scrollbar {
    display: none;
  }

  .product-list-holder .product-list-slider:not(.slick-initialized) > div {
    flex: 0 0 calc(50% - 8px) !important;
    width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
    scroll-snap-align: start;
  }

  .product-list-holder .product-list-slider:not(.slick-initialized) > div .default-product {
    margin-bottom: 0;
  }
}
.sale-full-banner {
  width: 100%;
}
.sale-full-banner-holder {
  position: relative;
}
.sale-full-banner-holder img {
  width: 100%;
  height: auto;
}
.sale-full-banner-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.sale-full-banner-title {
  font-size: 108px;
  font-family: "Open Sans", sans-serif;
  color: #f14949;
}
@media screen and (max-width: 1199px) {
  .sale-full-banner-title {
    font-size: 74px;
  }
}
@media screen and (max-width: 991px) {
  .sale-full-banner-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 575px) {
  .sale-full-banner-title {
    font-size: 40px;
  }
}
.sale-full-banner-subtitle {
  font-size: 48px;
  font-style: italic;
  color: #2f2f2f;
  padding: 20px 0 0;
}
@media screen and (max-width: 1199px) {
  .sale-full-banner-subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .sale-full-banner-subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 575px) {
  .sale-full-banner-subtitle {
    font-size: 20px;
  }
}
.sale-full-banner-action {
  font-size: 152px;
  color: #2f2f2f;
  font-weight: 700;
  padding-left: 18%;
  margin: 0;
}
.sale-full-banner-action span {
  font-size: 92px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .sale-full-banner-action {
    font-size: 100px;
  }
  .sale-full-banner-action span {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sale-full-banner-action {
    font-size: 60px;
  }
  .sale-full-banner-action span {
    font-size: 48px;
  }
}
@media screen and (max-width: 575px) {
  .sale-full-banner-action {
    font-size: 48px;
  }
  .sale-full-banner-action span {
    font-size: 32px;
  }
}
.sale-full-banner-excerpt {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 36px;
  color: #2f2f2f;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  .sale-full-banner-excerpt {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .sale-full-banner-excerpt {
    font-size: 22px;
    bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  .sale-full-banner-excerpt {
    font-size: 14px;
    left: 25%;
    transform: none;
  }
}

.image-banners-with-link {
  width: 100%;
  position: relative;
}
.image-banners-with-link img {
  width: 100%;
}
.image-banners-with-link a.image-banner-link {
  border-radius:5px;
  border: 1px solid #fff;
  width: 100%;
  max-width: 258px;
  line-height: 58px;
  color: #2f2f2f;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-banners-with-link a.image-banner-link:hover {
  background-color: #fff;
}
.image-banners-with-link a.image-banner-link.ibl-invert-bg {
  background: #fff;
}
.image-banners-with-link a.image-banner-link.ibl-invert-bg:hover {
  background-color: transparent;
}
.image-banners-with-link a.image-banner-link.ibl-black {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}
.image-banners-with-link a.image-banner-link.ibl-black:hover {
  background: rgba(47, 47, 47, 0.6);
}
@media screen and (max-width: 991px) {
  .image-banners-with-link a.image-banner-link {
    max-width: 220px;
    line-height: 48px;
  }
}
@media screen and (max-width: 575px) {
  .image-banners-with-link a.image-banner-link {
    max-width: 150px;
    line-height: 32px;
  }
}

.proud-activities-holder {
  background: #f7f7f7;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .proud-activities-holder {
    flex-wrap: wrap;
    padding: 40px 30px;
    min-height: 240px;
  }
}
@media screen and (max-width: 575px) {
  .proud-activities-holder {
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 180px;
  }
}
.proud-activities-holder h3 {
  font-size: 36px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .proud-activities-holder h3 {
    flex: 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .proud-activities-holder h3 {
    font-size: 24px;
    text-align: left;
  }
}

.proud-activities-2-holder {
  background-color: #2f2f2f;
  background-image: url(/assets/img/activities-bg.jpg);
  background-size: 80%;
  background-position-y: -500px;
  background-repeat: no-repeat;
  min-height: 330px;
  position: relative;
}
.proud-activities-2-holder h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 55%;
  right: 0;
  text-decoration: underline;
}
.proud-activities-2-holder h3::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #2f2f2f;
  position: absolute;
  left: -7px;
  bottom: -3px;
}
@media screen and (max-width: 1199px) {
  .proud-activities-2-holder {
    background-position-y: 0;
  }
}
@media screen and (max-width: 767px) {
  .proud-activities-2-holder {
    background-size: 100%;
    background-position-y: -300px;
    min-height: 240px;
  }
  .proud-activities-2-holder::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 115px;
    background-color: #2f2f2f;
    z-index: 1;
  }
  .proud-activities-2-holder h3 {
    font-size: 16px;
    top: initial;
    bottom: 80px;
    z-index: 2;
  }
  .proud-activities-2-holder h3::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 575px) {
  .proud-activities-2-holder {
    min-height: 215px;
    background-position-y: -130px;
  }
  .proud-activities-2-holder h3 {
    bottom: 70px;
  }
}

.adaptable-text {
  color: white;
  mix-blend-mode: difference;
}

.adaptable-btn {
  border-radius:5px;
  background: transparent;
  border: 1px solid;
  border-color: #fff;
  color: #fff;
  mix-blend-mode: difference;
  width: 100%;
  max-width: 155px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.adaptable-btn:hover {
  background: #fff;
  color: #2f2f2f;
}
@media screen and (max-width: 767px) {
  .adaptable-btn {
    z-index: 2;
    right: 20px;
    max-width: 220px;
    line-height: 38px;
  }
}
@media screen and (max-width: 575px) {
  .adaptable-btn {
    max-width: 140px;
    line-height: 28px;
    font-size: 12px;
  }
}

.newsletter {
  background: #f7f7f7;
  padding: 30px 0;
}
@media screen and (max-width: 575px) {
  .newsletter {
    padding: 30px 5px;
  }
}
.newsletter h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .newsletter h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  .newsletter h3 {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .newsletter h3 {
    font-size: 36px;
  }
}
.newsletter p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  .newsletter p {
    max-width: 80%;
    margin: 0 auto 20px;
  }
}
.newsletter #newsletter-form {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.newsletter #newsletter-form .input-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #2f2f2f;
  padding: 0 15px;
  background: #f7f5f5;
}
.newsletter #newsletter-form .input-container label {
  font-size: 14px;
  flex: 0 60px;
  max-width: 60px;
}
.newsletter #newsletter-form .input-container input {
  flex-grow: 1;
  background: none;
  border: none;
  line-height: 30px;
}
.newsletter #newsletter-form .input-container input:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
@media screen and (max-width: 575px) {
  .newsletter #newsletter-form .input-container input {
    display: inline-block;
    min-width: 100px;
    max-width: fit-content;
    width: auto;
  }
}
.newsletter #newsletter-form .input-container #newsletter-submit {
  flex: 0 120px;
  max-width: 120px;
  border: none;
  background: none;
}
.newsletter #newsletter-form .input-container #newsletter-submit svg {
  width: 16px;
  margin-left: 0;
  transition: 0.3s all ease-in-out;
}
.newsletter #newsletter-form .input-container #newsletter-submit:hover svg {
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  .newsletter #newsletter-form .input-container #newsletter-submit {
    flex-shrink: 0;
  }
}
.newsletter #newsletter-form .checkbox-container {
  display: flex;
  align-items: center;
}
.newsletter #newsletter-form .checkbox-container label {
  font-size: 12px;
  margin-left: 5px;
}
.newsletter #newsletter-form .newsletter-social {
  padding-top: 20px;
}
.newsletter #newsletter-form .newsletter-social ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.newsletter #newsletter-form .newsletter-social ul li a svg {
  width: auto;
  height: 24px;
}
.newsletter #newsletter-form .newsletter-social ul li a:hover svg {
  scale: 1.2;
}

.select-holder {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 10px;
  margin-bottom: 10px;
}
.select-holder select {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.select-holder select option {
  color: #2f2f2f;
}

.intro-region {
  width: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("/assets/img/landing.jpg") center no-repeat fixed;
}
@media screen and (max-width: 991px) {
  .intro-region {
    background-position-x: calc(50% + 300px);
  }
}
.intro-region-holder {
  background: #fff;
  width: calc(100% - 40px);
  max-width: 580px;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intro-region-holder > img {
  display: block;
  margin: 0 auto 20px;
}
.intro-region-holder > p {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.intro-region-holder .select-holder {
  border-bottom: 1px solid rgba(47, 47, 47, 0.6);
}
.intro-region-holder .select-holder select {
  color: #2f2f2f;
}
.intro-region-holder .select-holder select option {
  color: #2f2f2f;
}

.filters {
  margin: 50px 0;
  border-top: 1px solid #cacaca;
  transition: 0.3s all ease-in-out;
}
@media screen and (min-width: 768px) {
  .filters {
    position: sticky;
    top: 140px;
  }
}
.filters #filters-close {
  display: none;
}
.filters .filter-section h3,
.filters .filter-section label,
.filters .filter-section .label-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filters .filter-section.opened .filter-section-header::after {
  transform: translateY(0) rotate(0);
}
.filters .filter-section.opened .filter-section-options {
  padding: 20px 5px 30px;
  height: auto;
  visibility: visible;
  overflow: initial;
  opacity: 1;
}
.filters .filter-section-header {
  border-bottom: 1px solid #cacaca;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.filters .filter-section-header h3 {
  pointer-events: none;
}
.filters .filter-section-header::before {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #2f2f2f;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.filters .filter-section-header::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #2f2f2f;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: center center;
  transform: translateY(0) rotate(-90deg);
  transition: 0.3s all ease-in-out;
}
.filters .filter-section-options {
  padding: 0 5px 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.filters .filter-section-options-colors {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.filters .filter-section-options-colors .color-group {
  flex: 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  padding: 5px;
}
.filters .filter-section-options-colors .color-group label {
  margin-left: 5px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
}
@media screen and (max-width: 1439px) {
  .filters .filter-section-options-colors .color-group label {
    font-size: 10px;
  }
}
.filters .filter-section-options-colors .color {
  -webkit-appearance: none;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  display: block;
  background: gray;
  cursor: pointer;
  transition: 0.1s ease-in-out;
  outline: 0;
  opacity: 0.4;
}
.filters .filter-section-options-colors .color:hover {
  transform: scale(1.5);
}
.filters .filter-section-options-colors .color:checked {
  transform: scale(1.3);
  opacity: 1;
}
.filters .filter-section-options-colors .color-bela {
  background: #fff;
  border: 1px solid rgba(47, 47, 47, 0.6);
}
.filters .filter-section-options-colors .color-bez {
  background: #f5eddb;
  border: 1px solid rgba(47, 47, 47, 0.6);
}
.filters .filter-section-options-colors .color-braon {
  background: #cb8f37;
  border: 1px solid rgba(47, 47, 47, 0.6);
}
.filters .filter-section-options-colors .color-crna {
  background: #262626;
  border: 1px solid rgba(47, 47, 47, 0.6);
}
.filters .filter-section-options-colors .color-plava {
  background: #3875c0;
  border: 1px solid rgba(47, 47, 47, 0.6);
}
.filters .filter-section-options-colors .color-roza {
  background: #e4699a;
  border: 1px solid rgba(47, 47, 47, 0.6);
}
.filters .filter-section-options-colors .color-siva {
  background: gray;
  border: 1px solid rgba(47, 47, 47, 0.6);
}
.filters .filter-section-options-colors .color-teget {
  background: #415a8d;
  border: 1px solid rgba(47, 47, 47, 0.6);
}
.filters .filter-section-options-colors .color-zelena {
  background: #469772;
  border: 1px solid rgba(47, 47, 47, 0.6);
}
.filters .filter-section-options-colors .color-ljubicasta {
  background: #b077e2;
  border: 1px solid rgba(47, 47, 47, 0.6);
}
.filters .filter-section-options-size {
  display: flex;
  justify-content: space-between;
}
.filters .filter-section-options-size .size-inputs input {
  display: none;
}
.filters .filter-section-options-size .size-inputs input:checked + label {
  background: #2f2f2f;
  border: solid 1px rgba(47, 47, 47, 0.15);
  color: #fff;
  box-shadow: 0 1px 1px rgba(47, 47, 47, 0.65), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  text-shadow: 0 -1px 0 rgba(47, 47, 47, 0.6);
}
.filters .filter-section-options-size .size-inputs label {
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  display: inline-block;
  border: solid 1px transparent;
  margin-right: 2px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: solid 1px rgba(47, 47, 47, 0.15);
}
@media screen and (max-width: 1439px) {
  .filters .filter-section-options-size .size-inputs label {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.filters .filter-section-options-size .size-inputs label:last-child {
  margin-right: 0;
}
.filters .filter-section-options-size .size-inputs label:hover {
  background: rgba(47, 47, 47, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.15);
}
.filters .filter-section-options-price .price-slider-ammounts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
}
.filters .filter-section-options-price .price-slider-ammounts input {
  flex: 0 100%;
  max-width: 100px;
  font-size: 10px;
  border: none;
  background: none;
  pointer-events: none;
}
.filters .filter-section-options-price .price-slider-ammounts input:nth-last-child(1) {
  text-align: right;
}
.filters .filter-section-options-price #slider-range {
  margin: 0 10px;
  height: 3px;
  border-color: #2f2f2f;
}
.filters .filter-section-options-price #slider-range .ui-slider-range {
  background: #2f2f2f;
}
.filters .filter-section-options-price #slider-range .ui-slider-handle {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  top: -4px;
  margin-left: -4px;
  border-color: #2f2f2f;
  background-color: #2f2f2f;
}
.filters .filter-section-options-price #slider-range .ui-slider-handle.ui-state-active {
  background-color: #f7f7f7;
}
.filters .filter-section-options-category .filter-category {
  padding-left: 30px;
}
.filters .filter-section-options-category .filter-category .filter-subcategories {
  padding-left: 30px;
}
.filters .filter-reset-btn {
  padding: 20px 0;
}
.filters .filter-reset-btn button {
  background: #2f2f2f;
  border: 1px solid #2f2f2f;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 50%;
  font-size: 10px !important;
  margin: 0 auto;
  line-height: 20px;
  display: block;
}
.filters .filter-reset-btn button:hover {
  background: #fff;
  color: #2f2f2f;
}
@media screen and (max-width: 1199px) {
  .filters {
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 3;
    bottom: 0;
    max-width: 350px;
    background-color: #fff;
    margin: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  }
  .filters.filters-shown {
    width: 100%;
    overflow: auto;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 575px) {
  .filters {
    top: 0;
    max-width: 100vw;
  }
  .filters #filters-close {
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    background: transparent;
    border: none;
    font-size: 24px;
    z-index: 12;
    font-weight: 300;
    width: 24px;
    height: 24px;
  }
  .filters #filters-close span {
    width: 100%;
    height: 2px;
    background-color: #2f2f2f;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transform-origin: center;
  }
  .filters #filters-close span:nth-of-type(1) {
    transform: rotate(45deg);
  }
  .filters #filters-close span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  .filters.filters-shown {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    padding: 20px;
    overflow: auto;
  }
}

#filters-toggler {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #2f2f2f;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20%;
  right: 30px;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  #filters-toggler {
    display: none;
  }
}
#filters-toggler svg {
  max-width: 24px;
  color: #fff;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  background: #fff;
}
#header .main-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #header .main-header-container {
    min-height: 70px;
  }
}
#header .main-header-container .logo-holder {
  display: block;
}
#header .main-header-container .logo-holder img {
  width: 84px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  #header .main-header-container .logo-holder img {
    width: 74px;
  }
}
@media screen and (max-width: 1199px) {
  #header .main-header-container .logo-holder img {
    width: 64px;
  }
}
@media screen and (max-width: 991px) {
  #header .main-header-container .logo-holder {
    display: flex;
    align-items: center;
  }
}
#header .main-header-container .header-icons a {
  color: #2f2f2f;
  margin-left: 5px;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  #header .main-header-container .header-icons {
    display: flex;
    align-items: center;
  }
  #header .main-header-container .header-icons > * {
    margin-left: 10px;
  }
}
#header .main-header-container .header-icons #main-menu-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  padding: 0;
  background: transparent;
  border: none;
}
#header .main-header-container .header-icons #main-menu-toggler:focus {
  outline: none;
}
@media screen and (min-width: 992px) {
  #header .main-header-container .header-icons #main-menu-toggler {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  #header .main-header-container .header-icons #main-menu-toggler {
    width: 36px;
  }
}
#header .main-header-container .header-icons #main-menu-toggler span {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #2f2f2f;
  transition: 0.3s all ease-in-out;
}
#header .main-header-container .header-icons #main-menu-toggler span:nth-of-type(1) {
  top: 0;
}
#header .main-header-container .header-icons #main-menu-toggler span:nth-of-type(2) {
  top: calc(50% - 1px);
  opacity: 1;
}
#header .main-header-container .header-icons #main-menu-toggler span:nth-of-type(3) {
  top: calc(100% - 2px);
}
#header .main-header-container .header-icons #main-menu-toggler.menu-toggler-active span {
  transform-origin: center center;
}
#header .main-header-container .header-icons #main-menu-toggler.menu-toggler-active span:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
#header .main-header-container .header-icons #main-menu-toggler.menu-toggler-active span:nth-of-type(2) {
  opacity: 0;
}
#header .main-header-container .header-icons #main-menu-toggler.menu-toggler-active span:nth-of-type(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
@media screen and (max-width: 575px) {
  #header .main-header-container .header-icons .header-icon {
    /*display: none;*/
    display: block;
  }
}
#header svg {
  height: 14px;
  width: auto;
}
@media screen and (max-width: 1199px) {
  #header svg {
    height: 14px;
  }
}

#main-nav #main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main-nav #main-menu .main-menu-item {
  padding: 0 15px;
}
@media screen and (max-width: 1439px) {
  #main-nav #main-menu .main-menu-item {
    padding: 0 6px;
  }
}
#main-nav #main-menu .main-menu-item a.main-menu-link {
  display: block;
  line-height: 85px;
  position: relative;
  color: #2f2f2f;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  #main-nav #main-menu .main-menu-item a.main-menu-link {
    line-height: 70px;
  }
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item a.main-menu-link {
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main-nav #main-menu .main-menu-item a.main-menu-link {
    line-height: 40px;
  }
}
#main-nav #main-menu .main-menu-item a.main-menu-link h2 {
  font-size: 12px;
}
@media screen and (max-width: 1439px) {
  #main-nav #main-menu .main-menu-item a.main-menu-link h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  #main-nav #main-menu .main-menu-item a.main-menu-link h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item a.main-menu-link h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  #main-nav #main-menu .main-menu-item a.main-menu-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background: #2f2f2f;
  }
  #main-nav #main-menu .main-menu-item a.main-menu-link:hover::after {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu > a.main-menu-link > h2 {
    position: relative;
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu > a.main-menu-link > h2::after {
    content: url("/assets/img/icons/arrow-right.svg");
    display: block;
    width: 10px;
    filter: drop-shadow(0 0 2px #2f2f2f);
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out;
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu > a.main-menu-link.submenu-link-triggered > h2::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu {
  transition: 0.3s all ease-in-out;
  background-color: #fff;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 20;
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu::after {
    content: "";
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
    z-index: 0;
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu > * {
    position: relative;
    z-index: 1;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.resp-submenu-open {
  height: initial;
  overflow: auto;
  opacity: 1;
  visibility: visible;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 0px;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper .submenu-type-1-list {

  padding: 50px 10px 0;
  column-count: 2;
  column-gap: 20px;
  flex: 0 45%;
  max-width: 45%;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper .submenu-type-1-list a.submenu-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  color: #2f2f2f;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper .submenu-type-1-list a.submenu-link h3 {
  padding-left: 10px;
  font-size: 12px;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper .submenu-type-1-list a.submenu-link:hover h3 {
  text-decoration: underline;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper .submenu-type-1-list a.submenu-link img.svgicon {
  width: 35px;
  height: 35px;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper .responsive-submenu-underline {
  background-color: #f7f5f5;
  margin: 10px 0;
  padding: 15px 15px 15px 10px;
  width: 100%;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper .responsive-submenu-underline ul li a {
  color: #2f2f2f;
  font-size: 12px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper .responsive-submenu-underline ul li a:hover {
  text-decoration: underline;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper .responsive-submenu-underline ul li:nth-of-type(n+6) {
  display: none;
}

@media screen and (min-width: 992px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper .responsive-submenu-underline {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper {
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper {
    flex-wrap: wrap;
    padding: 0;
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .inner-wrapper .submenu-type-1-list {
    flex: 0 100%;
    max-width: 100%;
    padding: 0 0 0 20px;
    column-count: initial;
    column-gap: initial;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-underline {
  width: 100%;
  line-height: 100px;
  background-color: #2f2f2f;
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-underline {
    display: none;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-underline ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-underline ul {
    padding: 0 5px;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-underline ul li a,
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-underline ul li span {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-underline ul li a,
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-underline ul li span {
    font-size: 14px;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-underline ul li a {
  font-family: "Open Sans", sans-serif;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-underline ul li a:hover {
  text-decoration: underline;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images {
  flex: 0 55%;
  max-width: 55%;
  display: flex;
  justify-content: space-between;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link {
  flex: 0 44%;
  max-width: 44%;
  position: relative;
  display: block;
  height: fit-content;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link img {
  width: 100%;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link p.name {
  width: 80%;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.3s all ease-in-out;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link p.description {
  width: 80%;
  line-height: 14px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.3s all ease-in-out;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link span.submenu-img-link-btn {
  padding: 15px 10px;
  width: 80%;
  line-height: 14px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link span.submenu-img-link-btn {
    padding: 8px 5px;
    width: 70%;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(47, 47, 47, 0.1);
  z-index: 1;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link:hover::before {
  background: rgba(47, 47, 47, 0);
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link:hover span.submenu-img-link-btn {
  background: #fff;
  color: #2f2f2f;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under {
  position: relative;
  display: block;
}
@media screen and (max-width: 1439px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under {
    flex: 0 44%;
    max-width: 44%;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under img {
  width: 100%;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under-text {
  width: 100%;
  text-align: center;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under-text p {
  color: #2f2f2f;
  text-transform: uppercase;
  margin: 5px 0 10px;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under-text p:nth-of-type(1) {
  font-size: 14px;
  font-weight: 300;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under-text p:nth-of-type(2) {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under-text p:nth-of-type(3) {
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under-text p:nth-of-type(3) svg {
  transform: rotate(-90deg);
  width: 10px;
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under-text p {
    margin: 0 0 5px;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(47, 47, 47, 0);
  z-index: 1;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under:hover::before {
  background: rgba(47, 47, 47, 0.1);
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images {
    flex: 0 100%;
    max-width: 100%;
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link {
    flex: 0 50%;
    max-width: 50%;
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-1 .submenu-type-1-images .submenu-img-link-under {
    flex: 0 48%;
    max-width: 48%;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 {
    flex-wrap: wrap;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-large-image {
  flex: 0 40%;
  max-width: 40%;
  background: url("/assets/img/header/lookbook-wide.jpg");
  background-size: cover;
  background-position: center;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-large-image img {
  width: 100%;
}
@media screen and (max-width: 1439px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-large-image {
    flex: 0 36%;
    max-width: 36%;
  }
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-large-image {
    display: none;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list {
  flex: 0 60%;
  max-width: 60%;
  padding: 80px 80px 80px 10px;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list > div {
  width: 49%;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list a.submenu-link {
  display: flex;
  justify-content: flex-end;
  color: #2f2f2f;
  align-items: center;
  margin-bottom: 40px;
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list a.submenu-link h3 {
  font-size: 16px;
  padding-right: 30px;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 1439px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list a.submenu-link h3 {
    padding-right: 14px;
    font-size: 14px;
  }
}
#main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list a.submenu-link img {
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list a.submenu-link {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list a.submenu-link h3 {
    order: 2;
    padding-right: 0;
    text-align: center;
    flex: 0 100%;
    max-width: 100%;
    font-size: 12px;
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list a.submenu-link img {
    width: 100%;
    max-width: initial;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1439px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list {
    padding: 60px 60px 60px 10px;
  }
}
@media screen and (max-width: 1199px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list {
    padding: 40px 40px 40px 10px;
  }
}
@media screen and (max-width: 991px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu.submenu-type-2 .submenu-type-2-list {
    padding: 0;
    flex: 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu:hover .main-menu-submenu {
    height: auto;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: 0.3s all ease-in-out;
    max-height: calc(100vh - 75px);
    border-bottom: solid 2px gray;
    box-shadow: 0 18px 38px rgba(20, 20, 20, 0.12);
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu:hover .main-menu-submenu::after {
    opacity: 1;
    visibility: visible;
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu:hover .main-menu-submenu.submenu-type-2 {
    display: flex;
    padding-bottom: 10px;
  }
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu:hover .main-menu-submenu.submenu-type-2 .submenu-type-2-list {
    overflow: auto;
  }
}
@media screen and (max-width: 1199px) {
  #main-nav #main-menu .main-menu-item.menu-item-has-submenu .main-menu-submenu::after {
    top: 70px;
  }
}
@media screen and (max-width: 991px) {
  #main-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 70px;
    z-index: 10;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    max-width: 340px;
    transition: 0.3s all ease-in-out;
  }
  #main-nav #main-menu {
    display: block;
  }
  #main-nav.main-menu-active {
    opacity: 1;
    visibility: visible;
    overflow: auto;
    width: 90%;
    border-right: solid 2px gray;
  }
}
@media screen and (max-width: 575px) {
  #main-nav {
    top: 70px;
    padding-bottom: 50px;
  }
}

.search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .search-container {
    max-width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .search-container {
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .search-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 3px;
    margin: 0 10px 10px 10px;
    background-color: #fff;
    max-width: initial;
    border: 1px solid #c5c5c5;
    line-height: 35px;
  }
  .search-container::before {
    content: "";
    position: absolute;
    inset: -2px -12px -12px -12px;
    background: white;
    z-index: -1;
  }
}
.search-container label {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 1199px) {
  .search-container label {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .search-container label {
    display: initial;
  }
}
@media screen and (max-width: 575px) {
  .search-container label {
    display: none;
  }
}
.search-container #header-search {
  border: none;
  background: transparent;
  border-bottom: 1px solid #2f2f2f;
  padding: 0 15px;
  text-align: center;
  flex-shrink: 1;
}
.search-container #header-search::placeholder {
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .search-container #header-search {
    width: auto;
    min-width: 100px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  .search-container #header-search {
    max-width: 110px;
  }
}
@media screen and (max-width: 991px) {
  .search-container #header-search {
    max-width: 160px;
  }
}
@media screen and (max-width: 575px) {
  .search-container #header-search {
    border-bottom: 0;
    max-width: initial;
    flex-grow: 1;
  }
  .search-container #header-search::placeholder {
    color: #2f2f2f;
  }
}
.search-container #header-search:focus {
  outline: none;
  box-shadow: none;
}
.search-container #header-search-submit {
  background: transparent;
  border: none;
}
@media screen and (max-width: 575px) {
  .search-container #header-search-submit {
    background-color: #c5c5c5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    flex: 0 50px;
    max-width: 50px;
  }
  .search-container #header-search-submit svg path {
    fill: #fff;
  }
}

/* small cart */
.cartinfos {
  display: none;
  font-size: 14px;
}

.cartinfos.sticky {
  position: fixed;
  z-index: 999;
  top: 64px;
  background: white;
  width: 100%;
  margin: 0 auto;
}

.cartinfos .product-list {
  max-height: 40vh;
  overflow-y: auto;
}

.cartinfos .meter {
  height: 5px;
  position: relative;
  background: white;
  overflow: hidden;
  border: 1px solid whitesmoke;
  border-radius: 2px;
}

.cartinfos .meter span {
  display: block;
  height: 100%;
}

.cartinfos .progress {
  background-color: #2f2f2f;
  -webkit-animation: progressBar 1.5s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation: progressBar 1.5s ease-in-out;
  -moz-animation-fill-mode: both;
  border-radius: 4px;
}

@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.opencartarea.active {
  position: relative;
}

.opencartarea.active:before {
  background: #333;
  content: " ";
  width: 41px;
  height: 65px;
  position: absolute;
  top: -15px;
  left: -11px;
}

.opencartarea.active a {
  position: relative;
  color: white !important;
}

#cartinfocontainer {
  position: relative;
}

.cartinfos:before {
  content: " ";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 85px;
  left: 0px;
  z-index: 1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  background-blend-mode: overlay;
}

#cartinfo {
  position: absolute;
  right: -6px;
  top: 86px;
  /*width: 460px;*/
  max-width: 100%;
  z-index: 2;
  background: white;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  padding: 23px 15px 5px;
  max-height: calc(100vh - 65px);
  overflow-y: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media screen and (max-width: 991px) {
  .cartinfos:before {
    top: 70px;
  }

  #cartinfo {
    top: 70px;
  }
}

#closeminicart, #closephoneinfo {
  color: #8c8c8c;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

#closeminicart svg, #closephoneinfo svg {
  width: 18px;
}

.cartinfos .freeshippinginfo {
  display: block;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #000000;
}

.cartinfos .freeshipping {
  max-width: 200px;
  margin-bottom: 20px;
  color: #666666;
  font-weight: 500;
  text-align: left;
}

.cartinfos .freeshipping span {
  font-weight: bold;
  color: #000000;
}

.cartinfos .product {
  border-top: 1px solid #E1E7EB;
  padding: 10px 0px;
}

.cartinfos .product:last-child {
  border-bottom: 1px solid #E1E7EB;
}

.cartinfos .product > * {
  vertical-align: middle;
}

.cartinfos .product .remove {
  vertical-align: top;
}

.cartinfos .product .image, .cartinfos .product .nameprice, .cartinfos .product .remove {
  display: inline-block;
}

.cartinfos .product .image {
  width: 20%;
}

.cartinfos .product .nameprice {
  width: 65%;
  font-weight: 600;
  padding-left: 15px;
}

.cartinfos .product .nameprice span {
  display: block;
}

.cartinfos .product .nameprice span.rsd {
  display: inline;
}

.cartinfos .product .nameprice .price small {
  font-weight: 400;
}

.cartinfos .product .remove {
  width: 12%;
  text-align: right;
}

.cartinfos .sumcart {
  display: block;
  margin: 15px 0px 10px;
  text-align: right;
  width: 100%;
}

.cartinfos .sumcart .sumprice {
  font-size: 18px;
  font-weight: bold;
}

.cartinfos .sumcart .sumprice .rsd {
  width: inherit;
  display: inline;
}

.cartinfos .sumcart span {
  width: 49%;
  display: inline-block;
}

.cartinfos .sumcart span:first-child {
  text-align: left;
}

.cartinfos .sumcart > * {
  vertical-align: middle;
}

.cartinfos .holderfinishorder {
  margin: 25px 0px 20px;
  display: block;
  text-align: right;
}

.cartinfos .finishorder {
  width: 100%;
  background-color: #2f2f2f;
  border: 2px solid #2f2f2f;
  color: #fff !important;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
.cartinfos .finishorder:hover {
  background: #f7f7f7;
  color: #2f2f2f !important;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #2f2f2f;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0px;
  box-shadow: inset 0px 0px 0px #2f2f2f;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #2f2f2f;
  }
}
.specialinfo li {
  width: 100%;
  display: block;
  font-size: 13px;
  padding: 5px;
  position: relative;
  padding-left: 15px;
}
.specialinfo li:before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #2f2f2f;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 5px;
}
.specialinfo .maininfo {
  font-weight: 600;
}
.specialinfo .maininfo:before {
  transform: scale(1);
  animation: pulse 2s infinite;
}


.specialinfo2 li {
  width: 100%;
  display: block;
  font-size: 13px;
  padding: 5px;
  position: relative;
  padding-left: 15px;
}
.specialinfo2 li:before {
  content: "*";
  position: absolute;
  top: 2px;
  left: 5px;
  color: #2f2f2f;
  font-size: 12px;
}
.specialinfo2 .maininfo {
  font-weight: 600;
}
.specialinfo2 .maininfo:before {
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* END OF small cart */
#main-footer {
  background: #000;
  color: #fff;
  padding-top: 30px;
  z-index: 40;
}
#main-footer h4 {
  font-size: 14px;
  margin: 15px 0px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  #main-footer h4 {
    font-size: 12px;
  }
}
#main-footer .footer-sections .footer-section-about {
  flex: 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 0 5px;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  #main-footer .footer-sections .footer-section-about {
    order: 2;
    flex: 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  #main-footer .footer-sections .footer-section-about {
    flex: 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 575px) {
  #main-footer .footer-sections .footer-section-about {
    display: none;
  }
}
#main-footer .footer-sections .footer-section-stores {
  flex: 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 5px;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  #main-footer .footer-sections .footer-section-stores {
    order: 2;
    flex: 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #main-footer .footer-sections .footer-section-stores {
    flex: 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (max-width: 575px) {
  #main-footer .footer-sections .footer-section-stores {
    display: none;
  }
}
#main-footer .footer-sections .footer-section-conditions {
  flex: 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 5px;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  #main-footer .footer-sections .footer-section-conditions {
    order: 2;
    flex: 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  #main-footer .footer-sections .footer-section-conditions {
    flex: 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 575px) {
  #main-footer .footer-sections .footer-section-conditions {
    display: none;
  }
}
#main-footer .footer-sections .footer-section-info {
  flex: 0 25%;
  max-width: 25%;
  padding: 0 5px;
  box-shadow: none;
}
.footer-section-info p{
  text-align: center;
  font-size: 12px !important;
  line-height: 16px !important;
}
.footer-section-content .cards{
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  #main-footer .footer-sections .footer-section-info {
    order: 1;
    flex: 0 50%;
    max-width: 50%;
    margin: 0 25% 40px;
  }
}
@media screen and (max-width: 767px) {
  #main-footer .footer-sections .footer-section-info {
    flex: 0 64%;
    max-width: 64%;
    margin: 0 18% 30px;
  }
}
#main-footer .footer-sections .footer-section-responsive {
  display: none;
}
@media screen and (max-width: 575px) {
  #main-footer .footer-sections .footer-section-responsive {
    display: block;
    width: 100%;
    order: 2;
    margin-bottom: 24px;
  }
  #main-footer .footer-sections .footer-section-responsive ul li {
    line-height: 34px;
    padding: 0 5px;
  }
  #main-footer .footer-sections .footer-section-responsive ul li a {
    font-size: 18px;
    color: #fff;
  }
}
#main-footer .footer-sections .footer-section-users {
  flex: 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 5px;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  #main-footer .footer-sections .footer-section-users {
    order: 2;
    flex: 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 767px) {
  #main-footer .footer-sections .footer-section-users {
    flex: 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen and (max-width: 575px) {
  #main-footer .footer-sections .footer-section-users {
    display: none;
  }
}
#main-footer .footer-sections .footer-section-jobs {
  flex: 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0 5px;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  #main-footer .footer-sections .footer-section-jobs {
    order: 2;
    flex: 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  #main-footer .footer-sections .footer-section-jobs {
    flex: 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 575px) {
  #main-footer .footer-sections .footer-section-jobs {
    order: 3;
    flex: 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
#main-footer a.footer-link {
  position: relative;
  color: #fff;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
#main-footer a.footer-link:nth-last-of-type(1) {
  margin-bottom: 30px;
}
#main-footer a.footer-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  width: 0;
}
#main-footer a.footer-link:hover::before {
  width: 25%;
}
#main-footer p {
  /*padding: 20px 0 30px;*/
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
}
#main-footer .footer-section-title {
  cursor: default;
}
#main-footer .footer-section-content {
  display: block;
}
#main-footer .cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#main-footer .cards img {
  display: block;
}
#main-footer #responsive-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100vw;
  background-color: #2f2f2f;
  z-index: 10;
  padding: 3px 0;
}
#main-footer #responsive-footer a {
  flex: 0 25%;
  max-width: 25%;
  text-align: center;
}
#main-footer #responsive-footer a span {
  display: block;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}
#main-footer #responsive-footer svg {
  height: 24px;
  margin-bottom: 5px;
}
#main-footer #responsive-footer svg path {
  fill: #fff;
}
@media screen and (min-width: 576px) {
  body.has-sticky-footer {
    padding-bottom: 50px;
  }
  #main-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 10px;
    transform: translateY(calc(100% - 52px));
    transition: transform 0.3s ease;
  }
  #main-footer.is-open {
    transform: translateY(0);
  }
  #main-footer .footer-sections {
    align-items: flex-start;
  }
  #main-footer .footer-section-title {
    display: block;
    cursor: default;
  }
  #main-footer #responsive-footer {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  #main-footer {
    position: static;
    transform: none;
    padding-top: 20px;
    padding-bottom: 55px;
    box-shadow: none;
  }
  #main-footer h4 {
    margin-bottom: 0;
    font-size: 12px;
  }
  #main-footer .footer-sections {
    display: block;
  }
  #main-footer .footer-sections .footer-section-about,
  #main-footer .footer-sections .footer-section-stores,
  #main-footer .footer-sections .footer-section-conditions,
  #main-footer .footer-sections .footer-section-users,
  #main-footer .footer-sections .footer-section-jobs,
  #main-footer .footer-sections .footer-section-info {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
    padding: 0;
  }
  #main-footer .footer-sections .footer-section-responsive {
    display: none !important;
  }
  #main-footer .footer-accordion-section {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px 0;
  }
  #main-footer .footer-accordion-section:last-child {
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  #main-footer .footer-section-title {
    position: relative;
    display: block;
    margin-bottom: 0 !important;
    padding-right: 28px;
    cursor: pointer;
  }
  #main-footer .footer-section-title::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
  }
  #main-footer .footer-accordion-section.is-expanded .footer-section-title::after {
    content: "-";
  }
  #main-footer .footer-section-content {
    display: none;
    padding-top: 16px;
  }
  #main-footer .footer-accordion-section.is-expanded .footer-section-content {
    display: block;
  }
  #main-footer a.footer-link {
    margin-bottom: 12px;
  }
  #main-footer a.footer-link:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #main-footer .footer-sections .footer-section-info .newsletter-social {
    width: 100% !important;
  }
  #main-footer .cards {
    gap: 12px;
  }
}

.page-category .category-flex {
  display: flex;
  justify-content: space-between;
}
.page-category .category-flex .filter-flex {
  flex: 0 334px;
  max-width: 334px;
}
@media screen and (max-width: 1439px) {
  .page-category .category-flex .filter-flex {
    flex: 0 280px;
    max-width: 280px;
  }
}
@media screen and (max-width: 1199px) {
  .page-category .category-flex .filter-flex {
    flex: 0 0;
    max-width: 0;
  }
}
.page-category .category-flex .content-flex {
  flex-grow: 1;
}

.page-category .product-list-slider {
  text-align: center;
}

.page-category .product-list-slider .c-4 {
  width: calc(25% - 15px);
  display: inline-block;
  vertical-align: top;
}

.page-category .product-list-slider .c-3 {
  width: calc(33.333333% - 15px);
  display: inline-block;
  vertical-align: top;
}

.page-category .product-list-slider .c-2 {
  width: calc(50% - 15px);
  display: inline-block;
  vertical-align: top;
}

.page-category .product-list-slider .c-1 {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.category-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 50px;
  padding: 0 40px;
}
.category-bar-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
}
.category-bar-breadcrumb a {
  color: #676767;
}
.category-bar-breadcrumb .breadcrumb-arrow {
  padding: 0 20px;
}
.category-bar-breadcrumb .breadcrumb-arrow svg {
  height: 10px;
  width: auto;
  margin-top: -2px;
}
/*@media screen and (max-width: 991px) {*/
/*  .category-bar-breadcrumb {*/
/*    display: none;*/
/*  }*/
/*}*/
.category-bar-links a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #2f2f2f;
  text-decoration: underline;
  text-decoration-color: #cacaca;
  padding: 0 25px;
}
.category-bar-links a:hover {
  text-decoration-color: #2f2f2f;
}
@media screen and (max-width: 1439px) {
  .category-bar-links a {
    font-size: 16px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .category-bar-links a {
    font-size: 14px;
    padding: 0 6px;
  }
}
@media screen and (max-width: 575px) {
  .category-bar-links {
    text-align: center;
    flex: 0 100%;
    max-width: 100%;
    display: list-item;
    justify-content: space-between;
  }
  .category-bar-links a {
    padding: 0;
    font-size: 12px;
    margin-right: 5px;
  }
}
.category-bar-sort {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
}
.category-bar-sort:hover {
  color: #676767;
}
@media screen and (max-width: 1439px) {
  .category-bar-sort {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .category-bar-sort {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .category-bar-sort {
    margin-left: auto;
    display: none;
  }
}
.category-bar .select-holder {
  display: none;
}
@media screen and (max-width: 575px) {
  .category-bar .select-holder {
    display: block;
    margin-left: auto;
    margin-bottom: 10px;
    max-width: 160px;
    border: 1px solid #c5c5c5;
    line-height: 24px;
    padding: 0;
  }
}
.category-bar .select-holder select {
  border: #2f2f2f;
  color: #2f2f2f;
  width: 100%;
  padding: 0 5px;
  line-height: 24px;
  height: 24px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.category-bar .select-holder select option {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .category-bar {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .category-bar {
    padding: 0 10px;
    flex-wrap: wrap;
  }
}

.category-layout {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .category-layout {
    padding: 0 20px;
  }
}
.category-layout-thirds .col-6.col-md-4:nth-of-type(n + 4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .category-layout-thirds .col-6.col-md-4:nth-of-type(n + 4) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .category-layout-note-thirds .row .col-6:nth-of-type(1) {
    order: 2;
  }
  .category-layout-note-thirds .row .col-6:nth-of-type(2) {
    order: 1;
  }
  .category-layout-note-thirds .row .col-6:nth-of-type(3) {
    order: 3;
  }
  .category-layout-note-thirds .row .col-6:nth-of-type(4) {
    order: 4;
  }
}
.category-layout-note-thirds .note-thirds-flex {
  display: flex;
}
.category-layout-note-thirds .note-thirds-flex .note-part {
  flex: 0 100%;
  max-width: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 0 50px;
}
.category-layout-note-thirds .note-thirds-flex .note-part-inner {
  background: #f7f5f5;
  padding: 70px 15%;
  text-align: center;
}
.category-layout-note-thirds .note-thirds-flex .note-part-inner h4 {
  font-size: 22px;
  margin-bottom: 60px;
  font-style: italic;
}
@media screen and (max-width: 575px) {
  .category-layout-note-thirds .note-thirds-flex .note-part-inner h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.category-layout-note-thirds .note-thirds-flex .note-part-inner h5 {
  font-size: 18px;
  font-style: italic;
}
@media screen and (max-width: 575px) {
  .category-layout-note-thirds .note-thirds-flex .note-part-inner h5 {
    font-size: 14px;
  }
}
.category-layout-note-thirds .note-thirds-flex .note-part-inner p {
  font-size: 18px;
  font-style: italic;
}
@media screen and (max-width: 575px) {
  .category-layout-note-thirds .note-thirds-flex .note-part-inner p {
    font-size: 14px;
  }
}
.category-layout-note-thirds .note-thirds-flex .note-part-inner .banner-link {
  font-size: 16px;
  display: block;
  border: 1px solid #2f2f2f;
  color: #2f2f2f;
  padding: 10px 10px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
.category-layout-note-thirds .note-thirds-flex .note-part-inner .banner-link:hover {
  border: 1px solid #2f2f2f;
  color: white;
  background-color: #2f2f2f;
}
@media screen and (max-width: 575px) {
  .category-layout-note-thirds .note-thirds-flex .note-part-inner {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .category-layout-note-thirds .note-thirds-flex .note-part {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .category-layout-note-thirds .note-thirds-flex .note-part {
    padding: 0;
  }
}
.category-layout-one-half-notes img {
  border-radius: 5%;
  width: 100%;
}
.category-layout-one-half-notes .one-part-quarter-notes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 100px;
}
.category-layout-one-half-notes .one-part-quarter-notes .quarter-note {
  padding: 70px 15%;
  background: #f7f5f5;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .category-layout-one-half-notes .one-part-quarter-notes .quarter-note {
    font-size: 20px;
    padding: 30px 10px;
  }
}
.category-layout-thirds-color .row img.quarter-note-img {
  border-radius: 5%;
  width: 100%;
}
.category-layout-thirds-color .row .quarter-note {
  padding: 70px 15%;
  background: #f7f5f5;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .category-layout-thirds-color .row .quarter-note {
    font-size: 20px;
    padding: 30px;
  }
}

.product-details .product-images-slider {
  display: flex;
  justify-content: space-between;
}
.product-details .product-images-slider .slider-for {
  flex: 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .product-details .product-images-slider .slider-for {
    flex: 0 100vw;
    max-width: 100vw;
    overflow: hidden;
  }
  .product-details .product-images-slider .slider-for .slick-prev,
  .product-details .product-images-slider .slider-for .slick-next {
    width: 20px;
  }
  .product-details .product-images-slider .slider-for .slick-list {
    max-width: 84%;
    overflow: visible;
    margin: 0 auto;
  }
  .product-details .product-images-slider .slider-for .slick-list img {
    margin: 0 5px;
  }
}
.product-details .product-images-slider .slider-nav {
  flex: 0 20%;
  max-width: 20%;
}
.product-details .product-images-slider .slider-nav img {
  cursor: pointer;
  margin-bottom: 1rem;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  .product-details .product-images-slider .slider-nav {
    display: none;
  }
}
.product-details .share-product-holder {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  border-bottom: 1px solid #b7b7b7;
}
@media screen and (max-width: 575px) {
  .product-details .share-product-holder {
    border-bottom: none;
    margin-top: -60px;
    right: 40px;
    z-index: 2;
    position: relative;
  }
}
.product-details .share-product-holder .share-product {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border: none;
  background: transparent;
}
.product-details .share-product-holder .share-product svg {
  max-width: 30px;
}
.product-details .share-product-holder .share-product span {
  text-decoration: underline;
  text-transform: lowercase;
}
@media screen and (max-width: 575px) {
  .product-details .share-product-holder .share-product span {
    display: none;
  }
}
.product-details .product-details-info-side {
  padding-left: 80px;
}
@media screen and (max-width: 1199px) {
  .product-details .product-details-info-side {
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .product-details .product-details-info-side {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .product-details-info-side {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-details .product-details-info-side .mainareaproduct {
  position: sticky;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .product-details .product-details-info-side .mainareaproduct {
    position: inherit;
  }
}
.product-details-badges {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 992px) {
  .product-details-badges {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .product-details-badges {
    position: absolute;
    right: 10px;
    width: 70px;
    padding-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .product-details-badges {
    width: 50px;
  }
}
.product-details-badges .badge {
  padding: 0;
}
.product-details-badges .badge:not(:nth-last-of-type(1)) {
  margin-right: 10px;
}
.product-details-badges .badge p {
  line-height: 40px;
  color: #fff;
  background-color: #2f2f2f;
  padding: 10px;
  min-width: 100px;
  border-radius: 0;
  padding: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
}
.product-details-badges .badge p.badge-new {
  position: relative;
}
.product-details-badges .badge p.badge-new::before {
  content: "";
  position: absolute;
  left: -24px;
  width: 24px;
  height: 100%;
  background-color: #c5c5c5;
}
@media screen and (max-width: 767px) {
  .product-details-badges .badge p.badge-new::before {
    left: -12px;
    width: 12px;
  }
}
.product-details-badges .badge p.badge-condition {
  background: #f14949;
}
@media screen and (max-width: 767px) {
  .product-details-badges .badge p.badge-condition {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .product-details-badges .badge p {
    line-height: 32px;
    min-width: 80px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .product-details-badges .badge p {
    line-height: 28px;
    min-width: 70px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .product-details-badges .badge p {
    line-height: 20px;
    min-width: 50px;
    font-size: 10px;
  }
}
.product-details-informations {
  width: 100%;
  max-width: 500px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .product-details-informations {
    margin-top: inherit;
    padding: 0px 15px;
  }
}
.product-details-informations .product-details-title-wish {
  position: relative;
  padding: 0px 0 10px;
}
@media screen and (max-width: 767px) {
  .product-details-informations .product-details-title-wish {
    padding: 10px 0 15px;
    margin-left: 30px;
  }
}
.product-details-informations .product-details-title-wish .product-wishlist-add {
  position: absolute;
  left: -50px;
  width: 40px;
  height: 25px;
  border: none;
  background: transparent;
  padding: 0;
}
.product-details-informations .product-details-title-wish .product-wishlist-add svg {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .product-details-informations .product-details-title-wish .product-wishlist-add {
    left: -37px;
    width: 30px;
    height: 30px;
  }
  .product-details-informations .product-details-title-wish .product-wishlist-add svg {
    width: 18px;
  }
}
.product-details-informations .product-details-title-wish h1 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
}
@media screen and (max-width: 767px) {
  .product-details-informations .product-details-title-wish h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .product-details-informations .product-details-title-wish h1 {
    font-size: 18px;
    line-height: 24px;
  }
}
.product-details-codes {
  padding-bottom: 35px;
}
.product-details-codes > div span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}
.product-details-codes > div span:first-child {
  font-weight: 700;
  text-transform: capitalize;
  width: 70px;
  line-height: 20px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .product-details-codes > div {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .product-details-codes > div {
    font-size: 12px;
  }
}
.product-details-codes .product-code, .product-details-codes .product-code-name {
  margin-bottom: 1px;
  display: flex;
}
.product-details .variant-filter {
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-right: 10px;
}
.product-details .variant-filter:hover {
  background: rgba(47, 47, 47, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-details .variant-filter.disabled {
  pointer-events: none;
  border-color: #cccccc;
  color: #cccccc;
}
.product-details .variant-filter.active {
  background: #c4c4c4;
  border-color: #c4c4c4;
  color: white;
}
.product-details .variant-master {
  display: none;
}
.product-details .product-price {
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}
.product-details .product-price .old-price {
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .product-details .product-price .old-price {
    margin-left: 30px;
    font-size: 14px;
  }
}
.product-details .product-price .new-price {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}
.product-details .product-price .new-price a {
  position: absolute;
  left: -43px;
  width: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product-details .product-price .new-price a {
    left: -34px;
  }
}
.product-details .product-price .new-price a svg {
  width: 24px;
}
@media screen and (max-width: 767px) {
  .product-details .product-price .new-price {
    margin-left: 30px;
    font-size: 20px;
  }
}
.product-details .product-price .product-price-condition {
  color: #f14949;
  text-transform: uppercase;
  font-size: 12px;
}
.product-details .product-price .product-price-condition span {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .product-details .product-price .product-price-condition {
    font-size: 11px;
  }
  .product-details .product-price .product-price-condition span {
    font-size: 14px;
  }
}
@keyframes opacize {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacizeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.product-details .product-sizes {
  padding: 20px 0 0px;
  position: relative;
}
.product-details .product-sizes #product-sizes-info {
  position: absolute;
  color: #2f2f2f;
  right: -130px;
  top: -40px;
  z-index: 1;
  padding: 15px;
  text-align: center;
  background-color: #dedede;
  font-size: 12px;
  max-width: 240px;
  box-sizing: border-box;
  opacity: 0;
  cursor: pointer;
  /*-webkit-animation: opacize 1s linear 3s 1 forwards;*/
  /*animation: opacize 1s linear 3s 1 forwards;*/
}
.product-details .product-sizes:hover #product-sizes-info {
  opacity: 1;
}
.product-details .product-sizes #product-sizes-info.active {
  animation: opacize 0.3s linear 0.2s 1 forwards;
}
.product-details .product-sizes #product-sizes-info::before {
  content: "";
  clip-path: polygon(100% 0%, 0% 100%, 100% 85%);
  background-color: #dedede;
  width: 30px;
  height: 24px;
  position: absolute;
  left: -29px;
  bottom: 28px;
}
@media screen and (max-width: 1199px) {
  .product-details .product-sizes #product-sizes-info::before {
    left: 5px;
    bottom: -15px;
    transform: rotate(-60deg);
  }
}
@media screen and (max-width: 1439px) {
  .product-details .product-sizes #product-sizes-info {
    right: -40px;
    max-width: 150px;
    top: -100px;
  }
}
@media screen and (max-width: 1199px) {
  .product-details .product-sizes #product-sizes-info {
    right: -20px;
    top: -160px;
  }
}
@media screen and (max-width: 767px) {
  .product-details .product-sizes #product-sizes-info {
    display: none;
  }
}
.product-details .product-sizes .product-options-size {
  display: flex;
}
.product-details .product-sizes .product-options-size .size-inputs {
  margin-right: 10px;
}
.product-details .product-sizes .product-options-size .size-inputs input {
  display: none;
}
.product-details .product-sizes .product-options-size .size-inputs input:checked + label {
  background: #c4c4c4;
  border: solid 1px rgba(197, 197, 197, 0.15);
  color: #fff;
  font-weight: 600;
}
.product-details .product-sizes .product-options-size .size-inputs label {
  ffont-family: "Open Sans", sans-serif;
  cursor: pointer;
  display: inline-block;
  border: solid 1px transparent;
  margin-right: 2px;
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: solid 1px rgba(47, 47, 47, 0.15);
}
@media screen and (max-width: 575px) {
  .product-details .product-sizes .product-options-size .size-inputs label {
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.product-details .product-sizes .product-options-size .size-inputs label:last-child {
  margin-right: 0;
}
.product-details .product-sizes .product-options-size .size-inputs label:hover {
  background: rgba(47, 47, 47, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.15);
}
.product-details .product-sizes .product-options-size .size-inputs.disabled-input {
  pointer-events: none;
  opacity: 0.5;
}
.product-details #close_sharing_toolbox {
  display: none;
}
.product-details .share-product-holder.active {
  position: relative;
}
.product-details .share-product-holder.active #close_sharing_toolbox {
  display: block;
  right: -25px;
  position: absolute;
  top: 15px;
  opacity: 0.5;
}
.product-details .share-product-holder.active #close_sharing_toolbox:hover {
  opacity: 0.8;
  cursor: pointer;
}
.product-details .share-product-holder.active > .clickonshare > svg, .product-details .share-product-holder.active .sharetext {
  animation: opacizeOut 0.3s linear 0s 1 forwards;
}
.product-details .product-critical-quantity {
  font-size: 14px;
  padding-bottom: 20px;
  opacity: 0;
}
.product-details .product-critical-quantity.showfade {
  animation: fadeInFromNone 5s linear 0.3s 1 forwards;
}
.product-details .product-critical-quantity.error {
  color: #f14949;
}
@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.product-details .product-buttons .add-to-cart {
  width: 60%;
  background-color: #2f2f2f;
  border: 2px solid #2f2f2f;
  color: #fff;
  position: relative;
  line-height: 51px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}


.add-look-to-cart {
  width: 100%;
  background-color: #2f2f2f;
  border: 2px solid #2f2f2f;
  color: #fff;
  position: relative;
  line-height: 51px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}


.product-details .product-buttons .add-to-cart svg {
  width: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.add-look-to-cart svg {
  width: 30px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.product-details .product-buttons .add-to-cart svg path {
  fill: #fff;
}
.product-details .product-buttons .add-to-cart:hover {
  background: #f7f7f7;
  color: #2f2f2f;
}

.product-details .product-buttons .add-to-cart:hover svg path {
  fill: #2f2f2f;
}
@media screen and (max-width: 767px) {
  .product-details .product-buttons .add-to-cart {
    line-height: 41px;
  }
}
@media screen and (max-width: 575px) {
  .product-details .product-buttons .add-to-cart {
    line-height: 31px;
  }
}
.product-details .product-buttons .product-sizes-info-resp {
  color: #909090;
  font-size: 12px;
  margin: 0 0 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .product-details .product-buttons .product-sizes-info-resp {
    display: block;
  }
}
.product-details .button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #c5c5c5;
}
.product-details .button-group .clean-btn {
  display: flex;
  align-items: flex-end;
  padding: 0 5px;
}
.product-details .button-group .clean-btn span {
  padding-bottom: 3px;
  line-height: initial;
  font-size: 12px;
  /*text-transform: uppercase;*/
  color: black;
}
@media screen and (max-width: 575px) {
  .product-details .button-group .clean-btn span {
    font-size: 12px;
  }
}
.product-details .button-group .clean-btn svg {
  width: 22px;
  margin-right: 5px;
}
@media screen and (max-width: 575px) {
  .product-details .button-group .clean-btn svg {
    width: 20px;
  }
}
.product-details .button-group .clean-btn:hover span {
  text-decoration: underline;
}
.product-details .product-variants {
  padding: 20px 0;
  border-bottom: 1px solid #c5c5c5;
}
.product-details .product-variants-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
}
.product-details .product-variants-list {
  display: flex;
}
.product-details .product-variants-list li {
  max-width: 100px;
  margin-right: 20px;
}
.product-details .product-variants-list li a img {
  width: 100%;
  transition: 0.3s all ease-in-out;
}
.product-details .product-variants-list li a del {
  color: #c5c5c5;
  font-size: 11px;
}
.product-details .product-variants-list li a span {
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 600;
}
.product-details .product-variants-list li a:hover img {
  opacity: 0.7;
}
.product-details .product-meassure-guide {
  display: flex;
  align-items: flex-end;
  padding: 20px 0 0px;
}
.product-details .product-meassure-guide svg {
  width: 22px;
  margin-right: 10px;
}
.product-details .product-meassure-guide a {
  text-decoration: underline;
  color: #2f2f2f;
  margin-bottom: 5px;
  font-size: 12px !important;
}
.product-details .product-meassure-guide a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .product-details .product-meassure-guide {
    border-bottom: 1px solid #c5c5c5;
  }
}

.accordion-section h3,
.accordion-section label,
.accordion-section .label-text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion-section.opened .accordion-section-header::after {
  transform: translateY(0) rotate(0);
}
.accordion-section.opened .accordion-section-options {
  padding: 20px 5px 30px;
  height: auto;
  visibility: visible;
  overflow: initial;
  opacity: 1;
  font-size: 14px;
  line-height: 20px;
}
.accordion-section-options img{
  height: 50px;
}
.accordion-section-header {
  border-bottom: 1px solid #cacaca;
  line-height: 50px;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.accordion-section-header .h3 {
  pointer-events: none;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 45px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.accordion-section-header::before {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #2f2f2f;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-section-header::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #2f2f2f;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: center center;
  transform: translateY(0) rotate(-90deg);
  transition: 0.3s all ease-in-out;
}
.accordion-section-options {
  padding: 0 5px 0;
  height: 0;
  visibility: hidden;
  overflow: scroll;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.accordion-section-options table {
  max-width: 100vw;
  overflow: scroll;
  display: block;
}
.accordion-section-options table tr {
  background-color: #f6f6f6;
  border-bottom: 1px solid #fff;
  line-height: 35px;
}
.accordion-section-options table tr th {
  font-size: 14px;
  padding: 0 30px;
}
.accordion-section-options table tr th:not(:nth-of-type(1)) {
  text-align: center;
}
.accordion-section-options table tr td {
  font-weight: 300;
  font-size: 12px;
  padding: 0 30px;
}
.accordion-section-options table tr td:not(:nth-of-type(1)) {
  text-align: center;
}

.product-info {
  padding: 20px 0 0px;
}
.product-info-title {
  font-size: 30px;
  margin-bottom: 24px;
}
.product-info-main p,.product-info-main{
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
.product-info-main p:nth-of-type(1) {
  font-weight: 500;
}
.product-info-accordions .accordion-section:nth-child(1) {
  border-top: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .product-info {
    padding-bottom: 20px;
  }
  .product-info .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.slider-title {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .slider-title {
    padding: 30px 0;
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .slider-title {
    padding: 20px 0;
  }
}

.cart-section {
  min-height: 50vh;
}
.cart-section a {
  color: #2f2f2f;
  font-weight: 500;
}
.cart-section a:hover {
  opacity: 0.6;
}
.cart-section .alert-warning {
  background-color: #f5f5f5;
  border-color: #e0e0e0;
  color: #212429;
  border-radius: 0px;
}
.cart-section h1 {
  font-size: 30px;
  font-weight: bold;
}
.cart-section .text-gray-90 {
  color: #2f2f2f;
  display: block;
}
.cart-section .text-gray-90 > span {
  color: #b7b7b7;
  display: block;
  margin-top: 5px;
  font-weight: 400;
}
.cart-section .table th {
  font-weight: 500;
}
.cart-section .table td {
  vertical-align: middle;
}
.cart-section .table .product-quantity {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .cart-section .table .product-quantity {
    width: inherit;
  }
}
.cart-section .table .product-name {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .cart-section .table .product-name {
    width: inherit;
  }
}
.cart-section .table h4, .cart-section .table h6 {
  font-family: "Open Sans", sans-serif;
}
.cart-section .table tbody .border-bottom:last-child {
  border-bottom: 0px !important;
}
.cart-section .table .rounded-circle {
  border: 1px solid #dee2e6;
  width: 25px;
  height: 25px;
  padding: 0px;
}
.cart-section .table .rounded-circle img {
  width: 9px;
}
.cart-section .table .rounded-circle:hover {
  background-color: #dee2e6;
}
.cart-section .deleteall {
  font-size: 11px;
  background: whitesmoke;
}
.cart-section .deleteall img {
  width: 8px;
}
.cart-section #promocode-section {
  width: 60%;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .cart-section #promocode-section {
    width: inherit;
    margin-left: inherit;
  }
}
.cart-section small {
  font-size: 12px;
}
.cart-section .order-total {
  font-weight: bold;
}
.cart-section h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding: 0.75rem;
}
.cart-section .deliveryinfo {
  line-height: normal;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.payment-type {
  margin: 20px 0px;
}
.payment-type .paymentbox {
  padding: 20px 15px;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
}
.payment-type .paymentbox .descriptioninfo {
  font-weight: 400;
  margin-top: 10px;
  font-size: 14px;
}
.payment-type .paymentbox:hover {
  background: whitesmoke;
}

.btmline {
  font-size: 24px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 15px;
}

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

form .form-row div {
  position: relative;
}

form:not(.simplelabels) label {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

form:not(.simplelabels) input:focus ~ label, form:not(.simplelabels) textarea:focus ~ label {
  top: -2px;
  font-size: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

form:not(.simplelabels) input:not(:placeholder-shown) ~ label, form:not(.simplelabels) textarea:not(:placeholder-shown) ~ label {
  top: -2px;
  font-size: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 5px 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-bottom: 1px solid black !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}

#productSearch::placeholder {
  color: black !important;
}

.form-control:focus {
  border-color: #1b1e21;
}

.product-qunatity .form-control {
  margin-bottom: 0px;
}

form input::placeholder, form textarea::placeholder {
  color: transparent !important;
}

#rememberinfo {
  top: 0px !important;
  font-size: 12px !important;
}

.ordernow, .signin {
  width: 100%;
  background-color: #2f2f2f;
  border: 2px solid #2f2f2f;
  color: #fff;
  position: relative;
  line-height: 51px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
.ordernow:hover, .signin:hover {
  background: #f7f7f7;
  color: #2f2f2f !important;
}

.signin {
  line-height: 25px;
  display: inline-block;
  width: inherit;
  padding: 5px 20px;
}

.active#personal {
  background-color: whitesmoke;
  color: black;
  border-bottom: 1px solid black;
  border-radius: 0px;
}

#company {
  background-color: whitesmoke;
  color: black;
  border-radius: 0px;
}

.register-page a {
  color: #2f2f2f;
  font-weight: normal;
  font-size: 14px;
}
.register-page a:hover {
  opacity: 0.6;
}

.delonshoppingcart img {
  width: 15px;
}
.delonshoppingcart img:hover {
  opacity: 0.6;
}

.js-quantity .rounded {
  margin-bottom: 0px;
}
.js-quantity input{
  border: 0px !important;
}
.cart-section{
  margin-top: 40px;
}

.quantitybox{
  max-width: 140px;
}

/*# sourceMappingURL=main.css.map */

#productSearch::placeholder {
  color: black;
}


#newsletter-form::placeholder {
  color: black;
}


.komp {
  column-count:2;
}

.komp2{
  display:grid !important;
}


/*Dodato za meni*/

@media (max-width: 768px) {
  .desctop {
    display: none;
  }
}



#newsletter-form input::placeholder {
  color: #666;       /* izaberi vidljivu boju */
  opacity: 1;        /* OBAVEZNO */
}





.lang-switcher {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  cursor: pointer;
}

.lang-switcher .current-lang {
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.lang-switcher .lang-dropdown {
  position: absolute;
  top: 35px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  display: none;
  min-width: 80px;
  z-index: 999;
}

.lang-switcher .lang-dropdown li {
  padding: 5px 3px;
}

.lang-switcher .lang-dropdown li a {
  color: #2f2f2f;
  text-decoration: none;
  display: block;
  font-size: 13px;
}

.lang-switcher .lang-dropdown li:hover {
  background: #f7f7f7;
}

.category-box {
  position: relative;
  height: 380px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.category-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35); /* tamni overlay */
}

.category-content {
  position: relative;
  color: #fff;
  z-index: 2;
}

.category-content h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.category-content p {
  font-size: 18px;
  margin: 0;
}
.category-description{
  margin: 50px auto 10px;
}

.category-description h2, .category-description h3, .category-description h1, .category-description h4, .category-description h5{
  font-weight: 700 !important;
  font-size: 28px;
  line-height: 32px;
}

.category-description h2{
  font-size: 32px;
  line-height: 36px;
}
.category-description h1{
  font-size: 36px;
  line-height: 40px;
}
.category-description h4{
  font-size: 22px;
  line-height: 28px;
}
.category-description h5{
  font-size: 20px;
  line-height: 24px;
}
.category-description p{
  color: #1a1a1a;
  font-size: 14px;
  line-height: 24px;
}
.category-description strong{
  font-weight: 700;
}
/* mobilni */
@media (max-width: 768px) {
  .category-box {
    height: 260px;
  }

  .category-content h2 {
    font-size: 32px;
  }

  .col-md-4.col-12{
    margin-bottom: 20px;
  }
}


.category-box {
  position: relative;
  overflow: hidden; /* bitno da ne probije */
}

.category-box::before {
  transition: background 0.3s ease;
}

/* slika (background) zoom trik */
.category-box {
  background-size: cover;
  background-position: center;
}

/* 🔥 Hover efekat */
.category-box:hover {
  transform: none;
}




@media (max-width: 1512px) {
  #main-nav #main-menu .main-menu-item a.main-menu-link h2 {
    font-size: 12px;
  }

  #header svg {
    height: 14px;
  }
}


@media (max-width: 1233px) {
  #main-nav #main-menu .main-menu-item a.main-menu-link h2 {
    font-size: 11px;
  }

  #header svg {
    height: 14px;
  }
}

.component-slider-wide {
  margin-bottom: 20px;
}
.component-slider-wide .wrapper{
  width: 100%;
  max-width: 100%;
}
.product-colors{
  display:flex;
  gap:6px;
  margin-top:8px;
}

.color-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  cursor:pointer;
  border:1px solid #ccc;
  transition:0.2s;
}

.color-dot:hover{
  transform:scale(1.25);
  border:1px solid #000;
}
.variant-product{
  position: relative;
}
.variant-product .product-colors{
  position: absolute;
  bottom: 15px;
  left: 15px;
}
#attributecat .filter-categories{
  display: flex;
  gap: 10px;
}
#attributecat .filter-categories input{
  display: none;
}
#attributecat .filter-categories .filter-category{
  cursor: pointer;
}
#attributecat .filter-categories .filter-category.active label{
  text-decoration: underline;
}
/* Fix za slike na kategoriji */
.default-product-image-holder .main-product-link{
  display:block;
  position:relative;
  width:100%;
  aspect-ratio: 3 / 4;
  overflow:hidden;
}
.default-product-image-holder .main-product-image{
  width:100%;
  height:100%;
  display:block;
  object-fit: cover;      /* popuni frame, “odseče” višak */
  object-position: center;
  transition: opacity 0.18s ease;
}
.default-product-image-holder .main-product-image.image-swap-active{
  opacity: 0.82;
}
/* product slider */
.product-images-slider {
  position: relative;
}

.product-images-slider .slider-for {
  background: #c0bfbf;
}

.product-images-slider .slider-for img{
  width:100%;
  height:auto;
  padding:0px;
}

/* navigacija dole desno */
.product-images-slider .slider-nav{
  position:absolute;
  bottom:10px;
  right:100px;
  width:220px;
}

.product-images-slider .slider-nav .slick-arrow{
  display: none !important;
}

.product-images-slider .slider-nav img{
  cursor:pointer;
  padding:2px;
  opacity:0.7;
}

.product-images-slider .slider-nav .slick-current img{
  opacity:1;
  border:2px solid #000;
}
.product-images-slider .slick-prev.slick-arrow{
  right: 50px !important;
  position: absolute !important;
  bottom: 30px !important;
  left: auto !important;
  top: auto !important;
}
.product-images-slider .slick-prev:before{
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-135deg);
  box-sizing: border-box;
}
.product-images-slider .slick-next:before{
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.product-images-slider .slick-next.slick-arrow{
  right: 20px !important;
  position: absolute !important;
  bottom: 30px !important;
  left: auto !important;
  top: auto !important;
}
.product-info-box{
  margin-top: 40px;
}
.product-info-holder .product-info{
  padding-top: 0px;
}
.product-images-slider{
  position:relative;
}

.slider-for{
  max-height:calc(100vh - 85px);
  overflow:hidden;
}

.slider-for .slick-slide{
  display:flex;
  align-items:center;
  justify-content:center;
}

.slider-for img{
  height:100%;
  width:auto;
  object-fit:contain;
}
/* Zoom wraper */
.zoom-wrapper{
  overflow:hidden;
  cursor:pointer;
}

.zoom-wrapper img{
  width:100%;
  user-select:none;
  transition:transform .2s ease;
}

.zoom-wrapper.zoomed{
  cursor:grab;
}

.zoom-wrapper.zoomed img{
  cursor:grab;
}
/* END OF Fix za slike na kategoriji */



.ps-faq {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.ps-faq-section {
  margin-bottom: 50px;
}

.ps-faq-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.ps-faq-list {
  border-top: 1px solid #e5e5e5;
}

.ps-faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.ps-faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 22px 45px 22px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #111;
  position: relative;
  cursor: pointer;
}

.ps-faq-question:focus {
  outline: none;
  box-shadow: none;
}

.ps-faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  color: #111;
}

.ps-faq-item.active .ps-faq-question::after {
  content: "−";
}

.ps-faq-answer {
  display: none;
  padding: 0 0 24px 0;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}

.ps-faq-item.active .ps-faq-answer {
  display: block;
}

.ps-faq-answer p {
  margin-bottom: 16px;
}

.ps-faq-answer p:last-child {
  margin-bottom: 0;
}

.ps-faq-answer a {
  color: #111;
  text-decoration: underline;
}

.faq-support-box {
  margin-top: 24px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 8px;
}

.faq-support-box h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #111;
}

.faq-support-box p {
  margin: 0;
}

.faq-support-box a {
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

.faq-support-box a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .ps-faq {
    padding: 30px 0;
  }

  .ps-faq-title {
    font-size: 24px;
  }

  .ps-faq-question {
    font-size: 16px;
    padding: 18px 36px 18px 0;
  }

  .ps-faq-question::after {
    font-size: 24px;
  }

  .ps-faq-answer {
    font-size: 15px;
  }
}



.pl-4, .px-4 {
  padding-left: 0.5rem !important;
}
.pl-4, .px-4 {
  padding-right: 0.5rem !important;
}





/* RESET za sve forme */
form input,
form textarea,
form select {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;

  border: 1px solid #ddd;
  border-radius: 6px;

  background-color: #fff;
  color: #333;

  outline: none;
  box-shadow: none;

  transition: all 0.2s ease;
}

/* Hover */
form input:hover,
form textarea:hover,
form select:hover {
  border-color: #bbb;
}

/* Focus */
form input:focus,
form textarea:focus,
form select:focus {
  border-color: #45C94B; /* možeš promeniti */
  box-shadow: 0 0 0 2px rgba(69, 201, 75, 0.15);
}

/* Placeholder */
form input::placeholder,
form textarea::placeholder {
  color: #999;
}

/* Textarea dodatno */
form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Dugme */
form button,
form input[type="submit"] {
  background: #45C94B;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}

form button:hover,
form input[type="submit"]:hover {
  background: #38a63d;
}
