body {
  --accent_green: #70C067;
  --accent_green_light: #70c067e3;
  --accent_orange: #ffa400;
  --accent_orange_dark: #fa7921;
}

.button.white,
.button.white:before {
  background-color: var(--white);
  color: var(--accent);
  border-color: var(--accent);
}

.button.white:hover,
.button.white:hover:before {
  background-color: var(--accent);
  color: var(--white);
  border-color: var(--accent);
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-end {
  justify-content: flex-end;
}

.review-active body,
.specs-active body,
.side-description-active body {
  overflow-y: hidden;
}

.ul-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}

button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 3;
  height: auto;
  margin: 0;
  box-shadow: none;
  text-transform: none;
  text-indent: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: button;
  appearance: button;
  -webkit-font-smoothing: inherit;
  overflow: hidden;
  float: left;
  padding: 19px 38px;
  border-radius: 4px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
}

button:hover {
  border-color: var(--accent_light);
  background: var(--accent_light);
}

select.standard-select {
  position: relative;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  text-align: left;
  text-transform: none;
  outline: none;
  box-sizing: border-box;
  text-indent: 0.01px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 46px;
  padding: 0 40px 0 12px;
  line-height: normal;
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  background: #fff;
  color: #7D7D7D;
  font-size: 14px;
}

.owl-nav.disabled {
  display: none;
}

.sm-tabs-block .page {
  display: none;
}

.sm-tabs-block .page.active {
  display: block;
}

.sm-spec-info {
  display: none;
  width: 100%;
  max-width: 400px;
  padding: 50px 30px;
}

.visually-hidden {
  opacity: 0;
  visibility: hidden;
}

#product .images .images-wrap .label {
  display: block;
  position: absolute;
  right: 13px;
  top: 0;
  z-index: 997;
  height: 23px;
  padding: 0 10px 0 5px;
  border-radius: 0 2px 2px 0;
  background: var(--accent_orange);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
}

#product .images .images-wrap .label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 16px;
  height: 16px;
  background: var(--accent_orange);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#product .images .images-wrap .label span {
  display: block;
  position: relative;
  left: 10px;
  float: right;
  height: 23px;
  padding: 0 4px;
  background: var(--accent_orange_dark);
}

#product .images .images-wrap .label.custom {
  padding: 0 10px 0 10px;
  border-radius: 2px;
  top: 85%;
}

#product .images .images-wrap .label.circle:before,
#product .images .images-wrap .label.custom::before {
  content: none;
}

#product .images .images-wrap .label.circle {
  width: 70px;
  height: 70px;
  padding: 0 5px;
  border-radius: 70px;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.smc-block-padding-top {
  padding-top: 40px;
}

#product .images .images-wrap .label.circle span {
  left: 0;
  float: none;
  height: auto;
  padding: 0;
  background: none;
  color: rgba(255, 255, 255, .5);
}


.product .image-wrap .label {
  display: block;
  position: absolute;
  right: 20px;
  top: 9px;
  z-index: 1;
  height: 23px;
  padding: 0 10px 0 5px;
  border-radius: 0 2px 2px 0;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
}

.product .image-wrap .label span {
  display: block;
  position: relative;
  left: 10px;
  float: right;
  height: 23px;
  padding: 0 4px;
  background: var(--accent_orange_dark);
}

.product .image-wrap .label.a {
  background: var(--accent_orange);
}

.product .image-wrap .label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 16px;
  height: 16px;
  background: var(--accent);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product .image-wrap .label.a::before {
  background: var(--accent_orange);
}

.product .image-wrap .label.custom {
  top: auto;
  bottom: 9px;
  padding: 0 10px 0 10px;
  border-radius: 2px;
}

.product .image-wrap .label.circle::before,
.product .image-wrap .label.custom::before {
  content: none;
}

.product .image-wrap .label.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 70px;
  height: 70px;
  padding: 0 5px;
  border-radius: 70px;
  line-height: 1;
  text-align: center;
}

.product .image-wrap .label.circle span {
  left: 0;
  float: none;
  height: auto;
  padding: 0;
  background: none;
  color: rgba(255, 255, 255, .5);
}

@media (max-width: 767px) {
  .product .image-wrap .label.circle {
    width: 50px;
    height: 50px;
    font-size: 11px;
    line-height: 1.1;
    padding: 0 5px;
    border-radius: 70px;
    text-align: center;
  }

  .product .image-wrap .label {
    top: -7px;
    right: 22px;
  }
}

@media (max-width: 575.98px) {}

#product .quick-buttons ul {
  display: flex;
  border: 0 solid #ebebeb;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding: 12px 0;
  margin-bottom: 20px;
  font-weight: 600;
}

#product .quick-buttons ul li {
  float: left;
  margin: 0 23px 0 0;
}

#product .quick-buttons ul li a {
  color: var(--accent_blue);
}

/* Variant selector */
.product-configure-option:not(.hidden):not(:first-child) {
  margin-top: 20px;
}

#product .sidebar .column-wrap form.form-product {
  max-width: 100%;
}

.variant-selection,
.variant-blocks,
.product-configure .kleur-items {
  display: grid;
  gap: 5px;
  list-style: none;
  padding: 0;
}

.four-columns {
  grid-template-columns: repeat(4, 1fr);
}

.three-columns {
  grid-template-columns: repeat(3, 1fr);
}

.two-columns {
  grid-template-columns: repeat(2, 1fr);
}

.variant-selection>li,
.variant-blocks .variant-block,
.product-configure .kleur-items .kleur-item {
  width: 100%;
}

@media screen and (width <=992px) {

  .variant-selection,
  .variant-blocks,
  .product-configure .kleur-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .smc-block-padding-top {
    padding-top: 40px;
  }
}

@media screen and (width <=768px) {

  .variant-selection.four-columns,
  .variant-blocks.four-columns,
  .product-configure .kleur-items.four-columns {
    grid-template-columns: repeat(4, 1fr);
  }

  .variant-selection.three-columns,
  .variant-blocks.three-columns,
  .product-configure .kleur-items.three-columns {
    grid-template-columns: repeat(3, 1fr);
  }

  .variant-selection.two-columns,
  .variant-blocks.two-columns,
  .product-configure .kleur-items.two-columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .smc-block-padding-top {
    padding-top: 30px;
  }
}

.variant-selection input {
  display: none
}

.variant-blocks .variant-block a,
.product-configure .kleur-items .kleur-item a {
  padding-left: 5px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
  color: #000;
}

.variant-selection label,
.variant-blocks .variant-block a,
.product-configure .kleur-items .kleur-item a {
  cursor: pointer;
  display: flex !important;
  margin-bottom: 0;
  box-shadow: 0 0 0 1px #D7D7D7;
  border-radius: 4px;
  padding: 12px;
  height: 60px;
  transition: all .2s ease-out
}

.variant-selection label:hover,
.variant-blocks .variant-block a:hover,
#product .product-configure .kleur-items a:hover {
  box-shadow: 0 0 0 2px #8DB352;
  /*   box-shadow: 0 0 0 1px #a7a7a7; */
  filter: none;
}

.variant-selection input:checked+label,
.variant-blocks .variant-block.active a,
#product .product-configure .product-configure-option a.white-pick.active {
  box-shadow: 0 0 0 2px #8DB352;
}

.variant-selection img,
#product .product-configure .product-configure-option .kleur-items a img {
  object-fit: contain;
  /*   margin-right: 0px; */
  margin: 0 5px 0 3px;
  height: auto;
  min-height: 40px;
  min-width: 30px
}

.variant-selection img {
  margin-left: -9px;
}

.variant-selection .content {
  display: flex;
  flex-flow: column;
  justify-content: space-between
}

.variant-selection .content p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  color: #000
}

.variant-selection .content h6 {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
  color: #000
}

.variant-selection,
.variant-blocks {
  margin-bottom: 0;
}

.variant-selection label,
.variant-blocks .variant-block a,
.product-configure .kleur-items .kleur-item a {
  align-items: center;
  background-color: #eeeeee;
  box-shadow: 0 0 0 1px #A5A5A5;
  padding-bottom: 5px;
  padding-top: 5px;
}

.variant-selection label.custom {
  overflow: hidden;
  padding-left: 0;
}

.variant-selection img,
.product-configure .kleur-items .kleur-item img {
  height: 40px !important;
  object-position: left;
}

.variant-selection input:checked+label {
  background-color: #E2F0D9;
  box-shadow: 0 0 0 2px #70AD47;
}

.variant-selection .content p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}

.variant-selection .content h6 {
  font-weight: 400;
}

#product .product-configure .product-configure-option a.color-pick-btn {
  background-color: var(--accent);
  border-color: var(--accent) !important;
  color: #fff;
}

#product .product-configure .product-configure-option a.color-pick-btn:hover {
  background-color: #fff;
  color: var(--accent);
  filter: none;
}

#product .product-configure .product-configure-option .kleur-items a {
  border: 1px solid var(--lines);
}

@media (max-width: 767px) {
  #product .sidebar .column-wrap form.form-product {
    display: flex;
    flex-direction: column-reverse;
  }

  #product .sidebar .product-configure .product-configure-custom-option {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* @media( min-width: 450px ) {
  .variant-selection > li, .variant-blocks .variant-block, .product-configure .kleur-items .kleur-item {
      width:32%
  }
} */
/* @media( min-width: 761px ) {
  .variant-selection > li, .variant-blocks .variant-block, .product-configure .kleur-items .kleur-item {
      width:48%
  }
} */
/* @media( min-width: 1201px ) {
  .variant-selection > li, .variant-blocks .variant-block, .product-configure .kleur-items .kleur-item {
      width:32%
  }
} */
/* @media( min-width: 1401px ) {
  .variant-selection > li, .variant-blocks .variant-block, .product-configure .kleur-items .kleur-item {
      width:24%
  }
} */
/* .product-configure .product-configure-variants {
  display: none;
} */
.variant-selection .color-wheel {
  position: absolute;
  bottom: 5px;
  left: 5px;
  min-width: 18px;
  min-height: 18px;
  width: 24px;
  z-index: 10;
}

.strong.color-picker {
  color: #29384b;
}

.price-label-wrap .discount-wrap {
  color: var(--accent_orange);
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.price-label-wrap .price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0;
}

.price-label-wrap .price-wrap .price-old {
  font-size: 12px;
  color: #ababab;
  text-decoration: line-through;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.price-label-wrap .price-wrap .price-new {
  font-size: 24px;
  font-weight: 800;
  color: #4f4f4f;
}

.price-label-wrap .price-wrap .vat {
  width: 100%;
  font-size: 13px;
  color: var(--grey);
  font-weight: 400;
}

.product-content .shipping,
.price-label-wrap .shipping {
  color: var(--accent);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

.product-content .shipping i,
.price-label-wrap .shipping i {
  display: inline-block;
  margin-top: -4px;
}

.rental-shipping svg {
  margin-right: 4px;
}

.rental-shipping strong {
  margin-left: 4px;
}

.form-product .submit {
  position: relative;
  z-index: 9999999 !important;
  margin: 0 0 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#product .sidebar .product-configure .select {
  display: block;
  float: left;
  width: 75px;
  margin-right: 15px;
}

#product .sidebar .product-configure .select select {
  height: 55px;
  padding: 0 25px 0 17px;
  background: #fafafa;
  color: #000;
  width: unset;
  max-width: 100%;
}

#product .sidebar .product-configure .select::before {
  content: '';
  content: "\e907";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99;
  margin: -10px 0 0;
  color: var(--accent);
  font-family: 'icomoon';
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  width: 40px;
  pointer-events: none;
}


#product .sidebar .product-configure button,
#product .sidebar .product-configure a.button {
  height: 55px;
  -webkit-flex-grow: 3;
  -ms-flex-grow: 3;
  flex-grow: 3;
  padding: 0 10px;
  width: unset;
}

#product .sidebar .product-configure button i,
#product .sidebar .product-configure a.button i {
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 0 0 1px;
  font-size: 17px;
  line-height: 1px;
}


.form-product .modal {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  overflow: visible;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 9999999;
  width: 183px;
  height: auto;
  padding: 8px 13px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .08);
  border-radius: 4px;
  border: 1px solid #F0F0F0;
  background: #fff;
  color: #000;
  line-height: 1.76923076923;
  opacity: 0;
}

.form-product.toggle .modal {
  visibility: visible;
  opacity: 1;
}

.form-product .modal input {
  display: block;
  float: left;
  width: 51px;
  height: 37px;
  margin: 0 11px 0 0;
  padding: 0 10px;
  background: #fafafa;
  color: #000;
  text-align: center;
}

.form-product .modal p {
  max-width: 100%;
  margin: 0 0 4px;
  font-size: 13px;
}

form p:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.form-product .modal .btn {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  width: 43px;
  min-width: 0;
  height: 37px;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  text-decoration: none;
}

.form-product .modal .btn i {
  color: #fff;
  line-height: 35px;
}

#product .product-information {
  padding-top: 30px;
  border-top: 1px solid #ececec;
}

#product .product-information .tabs .nav li.active a,
.sidebar .nav li.active a {
  color: var(--accent_blue);
  font-weight: 600;
}

#product .product-information .tabs .nav li a:hover,
.sidebar .nav li a:hover {
  font-weight: 600;
}

.product-information .inner {
  display: flex;
  flex-wrap: wrap;
}

#product .product-information .description {
  padding-bottom: 0;
  border-bottom: none;
  background-color: var(--light);
  padding: 16px;
  border-radius: var(--borderRadius2);
}

#product .product-information .specs {
  margin-bottom: 20px;
  font-size: 15px;
}

#product .specs table,
.sidebar .specs table {
  width: 100%;
}

.sidebar .specs table {
  margin-bottom: 20px;
}

#product .specs table tr:nth-child(odd),
.sidebar .specs table tr:nth-child(odd) {
  background-color: var(--light);
}

#product .specs table tr,
.sidebar .specs table tr {
  align-items: center;
  display: flex;
  padding: 10px 40px;
  position: relative;
}

#product .specs table tr .info,
.sidebar .specs table tr .info {
  color: var(--grey);
  left: 11px;
  position: absolute;
}

#product .specs table tr .info>i,
.sidebar .specs table tr .info>i {
  font-size: 20px;
}

#product .specs table tr .info span,
.sidebar .specs table tr .info span {
  background-color: var(--white);
  border-radius: var(--borderRadius2);
  box-shadow: 0 4px 10px rgb(0 0 0 / 6%);
  display: none;
  left: calc(100% + 5px);
  min-width: 300px;
  padding: 15px;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  z-index: 1;
}

#product .specs table tr .info:hover>i,
#product .specs dl>div .info:active>i,
.sidebar .specs table tr .info:hover>i,
.sidebar .specs dl>div .info:active>i {
  color: var(--accent);
}

#product .specs table tr .info:hover span,
#product .specs dl>div .info:active span,
.sidebar .specs table tr .info:hover span,
.sidebar .specs dl>div .info:active span {
  display: block;
}

#product .specs table tr td:first-child,
.sidebar .specs table tr td:first-child {
  font-weight: var(--fontNormal);
  width: 50%;
  white-space: unset;
  display: flex;
}

#product .specs table tr td .info-popup,
.sidebar .specs table tr td .info-popup {
  margin-right: 3px;
}

#product .specs table tr td:nth-child(2),
.sidebar .specs table tr td:nth-child(2) {
  color: var(--grey);
  margin-bottom: 0;
  width: 50%;
  padding-left: 15px;
}

.sm-spec-info .is-close {
  pointer-events: none;
}

@media (max-width: 1199px) {

  #product .specs table tr td:nth-child(2),
  .sidebar .specs table tr td:nth-child(2) {
    text-align: end;
  }
}

@media (max-width: 767.98px) {
  #product .product-information {
    padding-top: 20px;
  }

  .form-product .submit {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 10px 5%;
    margin: 0;
    flex-wrap: nowrap;
    z-index: 999;
  }

  .form-product .submit .price-wrap {
    display: flex;
    flex-direction: column;
  }

  #product .sidebar .form-product .submit .price-wrap .price-new {
    padding-right: 0;
    margin-right: 15px;
  }

  .form-product .submit .price-wrap .price-old {
    color: #ABABAB;
    font-size: .5em;
    font-weight: 600;
    text-decoration: line-through;
  }

  .usps .shipping {
    color: var(--accent);
    font-weight: 600;
  }
}

@media (max-width: 575.98px) {
  .sidebar .specs table tr {
    padding: 10px 15px;
  }
}


#bundles .b-product:last-child {
  width: 150px;
}

#bundles .b-product:last-child .img {
  width: 150px;
}

header .wrap-cart a i[class*=" icon-"],
header .wrap-cart a i[class^=icon-] {
  font-size: 28px;
}

@media (max-width: 767.98px) {

  header .wrap-cart a i[class*=" icon-"],
  header .wrap-cart a i[class^=icon-] {
    font-size: 20px;
  }
}

.variant-info-block .tabsPages {
  position: relative;
  margin: 0 0 30px;
  padding: 26px 35px 14px;
  background: #fafafa;
  color: #000;
  line-height: 1.64285714286;
  width: fit-content;
  font-size: 15px;
}

.tabsPages table tr th,
.tabsPages table tr td {
  padding: 10px 20px;
  border: 1px solid #EBEBEB;
}

.tabsPages table tr:first-child>* {
  border-top-width: 0;
}

.tabsPages table tr:last-child>* {
  border-bottom-width: 0;
}

.tabsPages table tr>*:first-child {
  padding-left: 0;
  border-left-width: 0;
}

.tabsPages table tr>*:last-child {
  padding-right: 0;
  border-right-width: 0;
}

.tabsPages table tr th {
  font-weight: 700;
}

.tabsPages .price-a {
  margin-top: 0;
  margin-bottom: 0;
}

.quick-order-btn {
  padding: 8px 10px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  margin: 5px 0;
  background: var(--accent);
  color: white;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.quick-order-btn:hover {
  color: var(--accent);
  background-color: #fff;
  filter: none;
}

@media (max-width: 767px) {
  .variant-info-block .tabsPages {
    background: none;
    padding: 0;
    margin: 0 0 20px;
  }

  .tabsPages table tr th,
  .tabsPages table tr td {
    padding: 5px 10px;
  }

  .sidebar .specs .nav {
    margin-top: 20px;
  }

  .sidebar .specs .nav li a {
    margin-right: 10px;
  }
}


.price-a {
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3
}

.price-a span.old {
  display: block;
  color: #ABABAB;
  font-size: .5em;
  font-weight: 600;
  text-decoration: line-through
}

.price-a .small {
  display: inline-block;
  position: relative;
  color: #4F4F4F;
  font-size: .46666666666em;
  text-decoration: none
}

.price-a .br {
  display: block;
  padding: 2px 0 0
}

.price-a .text-right {
  display: block;
  position: relative;
  clear: right;
  float: right;
  margin-left: 0;
  color: #000;
  font-size: .46666666666em;
  text-decoration: none
}

.price-a .text-right+.text-right {
  margin-top: -2px
}

.price-a .br+.text-right {
  position: absolute;
  right: 0;
  bottom: 0
}

.price-a i {
  display: inline-block;
  position: relative;
  line-height: 1px
}

.fixed-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 99;
  background: var(--light);
  padding: 10px 15px;
  box-shadow: 0px 10px 10px 5px rgba(0.0.0, 0.2);
}

.fixed-button .inner {
  margin: -3px
}

.fixed-button .inner .payments {
  padding: 3px;
}

.fixed-button .inner .button-wrap {
  padding: 3px;
  width: 100%;
}

.fixed-button .inner .button-wrap .button {
  width: 100%;
}

/* sticky cart */
.sticky-div {
  top: calc(var(--mainbar) + 10px);
  position: sticky;
  z-index: 10;
}

#cartpage .upsells {
  margin-top: 30px;
}

/* side cart upsell products */
.cart-active body {
  overflow: hidden;
}

.cart-active #cart {
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  height: 100vh;
}

.cart .upsell-products {
  margin-top: 30px;
  overflow: hidden;
}

.cart .upsell-products .products {
  /*   overflow-y: auto;
	height: 350px; */
  display: flex;
  /* overflow: hidden; */
  position: relative;
}

.cart .upsell-products .product .wrap {
  text-align: center;
}

.cart .upsell-products .product .brand {
  margin-bottom: 0;
}

.cart .upsell-products .product .prices {
  text-align: center;
  justify-content: center;
}

.cart .upsell-products .product .view-product {
  margin-bottom: 5px;
}

.cart .upsell-products .product .view-product a {
  color: var(--accent);
}

.cart .upsell-products .product form .button {
  margin: 0;
}

.cart .upsell-products .products .owl-stage {
  display: flex;
}

.cart .upsell-products .products .owl-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cart .upsell-products .products .owl-dots button {
  background: none;
  border: none;
  padding: 0;
}

.cart .upsell-products .products .owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: var(--accent);
  opacity: 60%;
}

.cart .upsell-products .products .owl-dots .owl-dot.active span {
  opacity: 100%;
}

aside.cart .list-cart {
  max-height: 25vh !important;
}

aside.cart .list-cart img {
  height: auto;
}

@media(max-width: 767px) {
  .cart .upsell-products .products .owl-dots {
    display: none;
  }

  aside.cart .continue a.button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 40px;
  }

  aside.cart .totals-wrap p.total {
    padding: 0px 0 12px;
  }

  .cart .upsell-products .products .product form {
    width: 100%;
  }

  .cart .upsell-products .products .product form .button {
    height: 35px;
    max-width: unset;
    max-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cart .upsell-products .products .product .brand {
    display: none;
  }

  .cart .upsell-products .products .product .wrap {
    padding: 0;
    max-width: 130px;
    /* max-height: 200px; */
    align-items: center;
    justify-content: center;
  }

  .cart .upsell-products .products .product .wrap .icon-wishlist {
    font-size: 12px;
  }

  .cart .upsell-products .products .product .wrap .image-wrap {
    min-height: 70px;
    width: 100px;
    justify-content: start !important;
    margin-bottom: 8px;
  }

  .cart .upsell-products .products .product .wrap .image-wrap img {
    /* position: absolute; */
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 0;
  }

}

@media (max-width: 575.98px) {
  .cart .upsell-products {
    padding: 10px 10px 0 10px;
    margin-top: 10px;
  }
}

/* font-size productpage */
#product .description {
  font-size: 15px;
}

#product .usps ul li {
  font-size: 14px;
}

/* New styling header menu */
/* Code for the menu from decoprog */
.sm-header .menu.flyout .button:before {
  background: #e7e6e6;
  color: #333;
}

.sm-header .menu.flyout .button {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  color: #333;
}

.sm-header .categories-menubar {
  background: #e7e6e6;
  position: relative;
  z-index: 9 !important;
}

.categories-navbar .watch-all h5 {
  font-weight: bold !important;
}

.categories-navbar .category:hover>ul {
  display: flex;
  padding: 40px;
  flex-wrap: wrap;
}

.categories-navbar .sub-category>ul {
  transform: none !important;
}

.sub-sub-category-menu {
  position: relative !important;
  opacity: 100 !important;
  left: 0 !important;
  box-shadow: none !important;
  padding-top: 5px !important;
}

.categories-navbar .sub-category:hover,
.categories-navbar .sub-sub-category:hover {
  background: 0 0;
}

.categories-navbar .sub-sub-category:hover {
  text-decoration: underline;

}

.categories-navbar .category>ul,
.categories-navbar .sub-category>ul {
  transition: none !important;
}

.categories-navbar .category:hover>ul,
.categories-navbar .sub-category:hover>ul {
  transform: none;
}

@media only screen and (min-width:1001px) {
  #product_configure_form {
    top: -65px !important;
  }

  .heading-product {
    width: 59%;
  }

  .categories-navbar .category,
  .categories-navbar .sub-category {
    position: unset !important;
    z-index: 1;
  }

  .categories-navbar .category:hover>ul,
  .categories-navbar .sub-category:hover>ul {
    width: 100%;
    transform: none !important;
  }

  .categories-navbar ul li {
    padding: 5px 0 !important;
    width: 25%;
  }

  .sub-sub-category-menu h5 {
    font-weight: 400 !important;
  }

  .categories-navbar .sub-category .sub-title {
    color: #29384b;
    font-size: 1.1rem;
    font-weight: 700 !important;
  }
}

/* Styling for usp's in header from Decoprof */
.menubar.usp-menubar {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #f6f8fc;
}

.sm-header .categories-navbar {
  z-index: 1;
}

.sm-header .categories-navbar .megamenu {
  z-index: 9;
}

.sm-header .usp-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.sm-header .usp-container .service-div {
  display: flex;
  gap: 20px;
}

.sm-header .usp-container .usp-wrap .usp-list {
  display: flex;
  gap: 20px;
}

.sm-header .usp-container .usp-wrap .usp-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.sm-header .usp-container .usp-wrap .usp-list li i {
  color: var(--accent);
  font-size: 16px;
}
.sm-header .usp-container .usp-wrap .usp-list li a {
  white-space: nowrap;
}

@media (min-width: 1001px) {
  .sm-header .categories-navbar .category.subs:hover {
    background: #fff;
  }
}
@media(max-width: 1200px) {
  .sm-header .usp-container .usp-wrap {
    max-width: 450px;
  }
}
@media(max-width: 1280px) {
  .sm-header .usp-container .usp-wrap {
    max-width: 700px;
  }
}

/* Style changes header mobile */
@media(max-width: 767px) {
  header #mobile-variant-1 .formSearch.default button {
    width: 25px;
  }

  .sm-mobile-header .logo {
    /* margin-left: 80px; */
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .logo img {
    object-position: center;
  }

  header .search-m.big {
    transition: 0.2s ease-in-out;
  }

  .formSearch.default button {
    right: unset;
  }
}

.make-search-static {
  position: fixed;
  top: 50px;
  width: 100%;
  background: #eee;
  left: 0;
  padding: 0px 10px 8px 20px;
  z-index: 9;
}

/* Begin New styling footer */
.footer-top-image .footer-image-wrap {
  width: 100%;
  height: auto;
}

.footer-top-image .footer-image-wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#footer .list-contact {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0;
}

#footer .list-contact .contact-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

#footer .list-contact .contact-item i {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #82b440;
  font-size: 22px;
}

#footer .list-contact .contact-item .wrap {
  display: flex;
  flex-direction: column;
}

#footer .list-contact .contact-item .wrap .text {
  font-size: 12px;
}

#footer .adres-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 20px 0;
}

/* End New styling footer */

/* Begin styling categorie page */
@media(max-width: 767px) {
  .custom-filter {
    transition: all .2s ease-out
  }

  .fixed-filter-button {
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 9;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
  }
}

.footer-newsletter {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.footer-newsletter .validate-email {
  flex: 1;
  margin-right: 5px;
}

.footer-newsletter input {
  width: 100%;
  height: var(--btnHeight);
  padding-left: 15px;
  padding-right: 15px;
}

#footer .footer-hallmarks .inner {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}

#footer .footer-hallmarks .logo-image {
  background: #fff;
  padding: 4px;
  width: auto;
  max-width: 180px;
  min-height: 40px;
  height: 45px;
  max-height: 45px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

@media (max-width: 767px) {
  #footer .footer-hallmarks .inner {
    gap: 7px;
    justify-content: center;
  }

  #footer .footer-hallmarks .logo-image {
    min-height: 35px;
    height: 40px;
    max-height: 40px;
  }
}

.product-sticky:before {
  content: "";
  display: block;
  position: absolute;
  left: -100vw;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 200vw;
  z-index: -1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
  background: #fff
}

.show-product-sticky .product-sticky {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.product-sticky .price sup {
  top: auto;
  bottom: .45em;
  font-size: .63333333333em
}

.product-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  z-index: 9;
  width: 100%;
  padding: 12.5px 0;
  background: #fff;
  color: #000;
  line-height: 1.2;
  z-index: 999;
  -webkit-transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1) 0s;
}

/* -webkit-transition-delay: -0.1s; */
.product-sticky,
.notify-active .product-sticky {
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px)
}

.product-sticky header {
  position: relative;
  float: left;
  padding: 0 0 0 80px;
  margin-right: auto
}

.product-sticky .fieldset,
.product-sticky>div {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product-sticky figure {
  position: absolute;
  left: 0;
  top: 50%;
  width: 61px;
  height: 61px;
  margin: -30.5px 0 0;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 10px
}

.product-sticky figure img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto
}

.product-sticky h1,
.product-sticky h2,
.product-sticky h3,
.product-sticky h4,
.product-sticky h5,
.product-sticky h6 {
  margin: 0 0 5px;
  color: #000;
  font-size: 17px
}

.product-sticky .price {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 700
}

.product-sticky .price span {
  position: relative;
  top: -2px;
  color: #828282;
  font-weight: 600;
  font-size: .63636363636em;
  text-decoration: line-through;
  margin-right: 2px
}

.product-sticky .price span.small {
  top: 0;
  color: #4F4F4F;
  font-size: .54545454545em;
  text-decoration: none
}

.product-sticky p {
  margin: 0 0 0 33px
}

.product-sticky .mobile-only {
  width: 100%
}

.product-sticky .select,
.product-sticky select,
.product-sticky a {
  width: 392px
}

.product-sticky select {
  height: 55px;
  padding-left: 21px;
  color: #000;
  font-weight: 700
}

.gecko .product-sticky select {
  padding-left: 17px
}

.product-sticky a {
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 36px;
  transition: unset !important;
}

.product-sticky a:hover {
  border-color: var(--accent_light);
  background: var(--accent_light)
}

.product-sticky a i {
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 0 0 5px;
  font-size: 17px;
  line-height: 1px;
}

.fancybox__container {
  z-index: 99999;
}

#decoprof-popup {
  height: 900px;
  width: 600px;
  max-height: 65vh;
  max-width: 100%
}

@media (max-width: 767px) {
  #decoprof-popup {
    padding: 15px
  }
}

/* add cart popup */
#add-cart-popup .carousel__button.is-close {
  display: none;
}

#add-cart-popup {
  display: none;
  width: 100%;
  max-width: 1100px;
  /*   padding: 50px; */
  padding: 0;
  border-radius: 10px;
  /*     background: #f7f7f7; */
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 40px 8px rgba(0, 0, 0, 0.08);
  min-height: 245px;
  max-height: 100%;
  position: relative;
}

#add-cart-popup .add-cart-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  margin-bottom: 30px;
  /*   padding-bottom: 30px; */
  padding: 50px 50px 30px 50px;
  border-bottom: 1px solid #eee;
  /* position: absolute; */
  /* top: 0; */
  /*   bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: margin-bottom 0.2s ease-in-out, padding 0.2s ease-in-out;
}

#add-cart-popup .info-col .image img {
  width: 120px;
  transition: all 0.2s ease-in-out;
}

#add-cart-popup .info-col .image {
  margin-right: 20px;
}

#add-cart-popup .info-col .popup-info {
  align-self: center;
  flex: 1;
}

#add-cart-popup .info-col {
  display: flex;
  align-items: flex-start;
  margin-right: 50px;
  flex-wrap: wrap;
}

#add-cart-popup .info-col .title {
  width: 100%;
  transition: all 0.2s ease-in-out;
}

#add-cart-popup.scrolled .add-cart-row {
  margin-bottom: 10px;
  padding: 20px 50px 10px 50px;
}

#add-cart-popup.scrolled .image img {
  width: 70px;
}

#add-cart-popup.scrolled .info-col .title {
  font-size: 1.3em;
}

#add-cart-popup.scrolled .total-block .buttons .btn {
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

#add-cart-popup .cart-total-col {
  align-self: center;
}

#add-cart-popup .title-small {
  margin-bottom: 30px;
  width: 100%;
  font-size: 1.7em;
}

#add-cart-popup .title-small.related-title {
  font-size: 1.3em;
  margin-bottom: 20px;
}

#add-cart-popup .related {
  overflow-y: scroll;
  padding: 0 50px 50px 50px;
  /*   margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee; */
}

#add-cart-popup .total-block {
  width: 250px;
}

#add-cart-popup .products {
  margin: -7px;
}

#add-cart-popup .products .product {
  padding: 7px;
}

#add-cart-popup .product .description,
#add-cart-popup .product .product-stars {
  display: none;
}

#add-cart-popup .popup-info .brand {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .2em;
  margin-bottom: 7px;
}

#add-cart-popup .active-color {
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
}

#cartpage .custom-fields .active-color {
  display: block;
  margin-top: 5px;
}

/* #cartpage .custom-fields .active-color:first-child { margin-top: 5px; } */
#cartpage .custom-fields .active-color:last-child {
  margin-bottom: 15px;
}

#add-cart-popup .active-color .color.color-small .inner,
#cartpage .active-color .color.color-small .inner,
.filledCart .active-color .color.color-small .inner,
.sm-checkout .active-color .color.color-small .inner {
  min-height: unset;
}

#add-cart-popup .active-color .color .inner,
#cartpage .active-color .color .inner,
.filledCart .active-color .color .inner {
  max-width: unset;
  width: fit-content;
  margin-right: 10px;
}

.color .inner .color-arrow {
  display: none;
}

.product-configure-custom-option .active-color .color .inner .color-arrow {
  display: flex;
  align-self: flex-start;
  margin-left: auto;
}

.product-configure-custom-option .active-color .color .inner .color-arrow i {
  display: block;
  transform: rotate(180deg);
}

#add-cart-popup .active-color .color-info,
#cartpage .active-color .color-info,
.filledCart .active-color .color-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  max-width: unset;
}

.active-color .color-info .info-col {
  margin-right: 8px;
}

#add-cart-popup .active-color .color-info .cat,
#cartpage .active-color .color-info .cat,
.filledCart .active-color .color-info .cat {
  margin-right: 10px;
}

#add-cart-popup .active-color .color-info .title,
#cartpage .active-color .color-info .title,
.filledCart .active-color .color-info .title {
  margin-bottom: unset;
  margin-top: unset;
  width: unset;
}

#add-cart-popup .popup-info .title {
  font-size: 1.2em;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  color: inherit;
}

#add-cart-popup .popup-info .popup-bundle-title {
  font-size: 0.875em;
}

#add-cart-popup .popup-info .description {
  line-height: 1.7em;
  font-size: .97em;
}

#add-cart-popup .popup-info .description .popup-extra>div {
  width: 100%;
  justify-content: space-between;
}

#add-cart-popup .popup-info .description .popup-extra span {
  font-weight: 600;
  margin-left: 15px;
}

#add-cart-popup .total-block .buttons {
  margin-top: 0px;
}

#add-cart-popup .total-block .buttons .btn {
  width: 100%;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
}

#add-cart-popup .total-block .buttons .btn:first-child {
  margin-top: 0;
}

#add-cart-popup .recent-products {
  align-items: stretch;
}

#add-cart-popup .recent-products .recent-product .inner {
  height: 100%;
}

@media (max-width: 767px) {
  #add-cart-popup {
    padding: 0;
    min-height: 127px;
    max-height: 100vh;
    padding-bottom: 100px;
  }

  #add-cart-popup.scrolled {
    padding-bottom: 70px;
  }

  #add-cart-popup .add-cart-row {
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 15px 20px;
    top: auto;
    bottom: 0;
    margin: 0;
    border-top: 1px solid #eee;
  }

  #add-cart-popup.scrolled .add-cart-row {
    margin: 0;
    padding: 15px 20px;
  }

  #add-cart-popup .related {
    /* padding: 15px 15px 130px 15px; */
    padding: 15px;
  }

  #add-cart-popup .info-col {
    width: 100%;
    margin: 0 0 5px 0;
  }

  #add-cart-popup .info-col .title {
    font-size: 16px;
  }

  #add-cart-popup.scrolled .info-col .title {
    font-size: 14px;
  }

  #add-cart-popup .info-col .image {
    margin-right: 10px;
  }

  #add-cart-popup .info-col .popup-info ul {
    max-height: 15vh;
    overflow-y: scroll;
  }

  #add-cart-popup .info-col .image img,
  #add-cart-popup.scrolled .info-col .image img {
    width: 60px;
  }

  #cartpage .active-color .color .inner {
    margin-right: 0;
  }

  #add-cart-popup.scrolled .total-block .buttons .button {
    margin-bottom: -10px;
  }

  #add-cart-popup .cart-total-col {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    border-top: 1px solid var(--lines);
  }
}

/* end add cart popup*/
.sidenav-button {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  color: var(--colorBody);
}

#product .sidenav-button h3 {
  margin-bottom: 0;
  font-weight: 600;
}

aside.sidebar .description h3 {
  margin-bottom: 23px;
}

.standard-checkbox input {
  display: none;
}

.standard-checkbox label {
  position: relative;
  padding-left: 30px !important;
  padding-top: 4px;
  display: table-cell;
  cursor: pointer;
  line-height: 14px;
  padding-bottom: 15px;
  word-break: normal;
}

.standard-checkbox label:before {
  background: var(--white);
  border-radius: var(--borderRadius2);
  border: 1px solid var(--lines);
  content: '';
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 20px;
}

.standard-checkbox input:checked~label:before {
  background: var(--accent);
  border: 0px;
  background: var(--accent);
  border: 0px;
}

.standard-checkbox input:checked~label:after {
  color: var(--white);
  content: '\e906';
  display: block;
  font-family: icomoon !important;
  font-size: 1.4em;
  height: 20px;
  left: 1px;
  position: absolute;
  top: 3px;
  width: 20px;
}

.free-product-wrap {
  margin-top: 20px;
}

.products .product table {
  margin-top: 10px;
}

.products .product table tr td {
  padding: 10px;
  border: 1px solid #EBEBEB;
}

.products .product table tr:first-child>* {
  border-top-width: 0;
}

.products .product table tr>*:last-child {
  border-right-width: 0;
}

.products .product table tr>*:first-child {
  padding-left: 0;
  border-left-width: 0;
}

.products .product table tr:last-child>* {
  border-bottom-width: 0;
}

.products .product table tr td a {
  margin-right: 5px;
  display: flex;
  text-decoration: none;
}

.products .product table tr td a.visually-hidden {
  opacity: 0;
  visibility: hidden;
}

.products .product table tr td span.spec-title {
  display: flex;
  align-items: center;
}

.products .product table tr td:last-child {
  padding-right: 0 !important;
}

.rating-a {
  display: block;
  position: relative;
  height: 18px;
  padding: 0 0 0 104px;
  color: #BDBDBD;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: left
}

.rating-a .rating {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 104px;
  height: 18px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  background: none;
  text-align: left;
  text-indent: -3000em
}

.rating-a .rating>* {
  display: block;
  position: relative;
  z-index: 2;
  float: left;
  width: 18px;
  height: 100%;
  margin: 0 2px 0 0
}

.rating-a .rating>*:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' enable-background='new 0 0 18 18'%3E%3Cpath fill='%23fff' d='M3.3 3.3h11.4v11.4H3.3z'/%3E%3Cpath fill='%23ccc' d='M9 0C4 0 0 4 0 9s4 9 9 9 9-4 9-9-4-9-9-9zm5 8.3l-2.6 1.9 1 3.1s0 .1 0 .2c0 .3-.2.5-.5.5-.1 0-.2 0-.3-.1l-2.6-2-2.6 1.9c-.1.1-.2.1-.3.1-.3 0-.5-.2-.5-.5 0-.1 0-.1 0-.2l1-3.1L4 8.3c-.1 0-.2-.2-.2-.4 0-.3.2-.5.5-.5h3.2l1-3.1c.1-.1.3-.2.5-.2s.4.1.5.3l1 3.1h3.2c.3 0 .5.2.5.5 0 .1-.1.3-.2.3z'/%3E%3C/svg%3E") no-repeat;
  background-size: auto 100%
}

.rating-a .rating>* .pelna {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' enable-background='new 0 0 18 18'%3E%3Cpath fill='%23fff' d='M3.3 3.3h11.4v11.4H3.3z'/%3E%3Cpath fill='%23F2CA50' d='M9 0C4 0 0 4 0 9s4 9 9 9 9-4 9-9-4-9-9-9zm5 8.3l-2.6 1.9 1 3.1s0 .1 0 .2c0 .3-.2.5-.5.5-.1 0-.2 0-.3-.1l-2.6-2-2.6 1.9c-.1.1-.2.1-.3.1-.3 0-.5-.2-.5-.5 0-.1 0-.1 0-.2l1-3.1L4 8.3c-.1 0-.2-.2-.2-.4 0-.3.2-.5.5-.5h3.2l1-3.1c.1-.1.3-.2.5-.2s.4.1.5.3l1 3.1h3.2c.3 0 .5.2.5.5 0 .1-.1.3-.2.3z'/%3E%3C/svg%3E") no-repeat;
  background-size: auto 100%
}

h1 .rating-a,
h2 .rating-a,
h3 .rating-a,
h4 .rating-a,
h5 .rating-a,
h6 .rating-a {
  display: inline-block;
  top: -1px;
  margin: 0 0 0 6px
}

.rating-a.a {
  width: 79px;
  height: auto;
  padding: 18px 0 0;
  color: #000;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
  text-align: right
}

.rating-a.a .rating {
  height: 15px
}

.rating-a.a .rating>* {
  width: 15px;
  margin: 0 1px 0 0
}

.rating-a.b {
  overflow: hidden;
  padding: 0;
  text-align: left;
  text-indent: -3000em
}

.rating-a.b .rating {
  position: relative;
  width: auto
}

@media (max-width: 767px) {
  .rating-a {
    padding-left: 76px;
    line-height: 1.2
  }

  .rating-a .rating {
    top: 1px;
    width: 80px;
    height: 13px
  }

  .rating-a .rating>* {
    width: 13px;
    margin-right: 1px
  }

  .rating-a.b {
    height: 14px
  }

  .slider-a {
    margin: 0 0 20px
  }
}

.service-blocks {
  --block_width: calc(100% / 3);
  --service_block_padding: 8px;
  margin-bottom: 30px;
}

.service-blocks .blocks-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--service_block_padding) * -1);
}

.service-blocks .blocks-wrap li {
  width: var(--block_width);
  padding: var(--service_block_padding);
  display: flex;
  height: auto;
}

.service-blocks .blocks-wrap li a {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  color: var(--colorBody);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.service-blocks .blocks-wrap li a:hover span {
  color: var(--accent);
}

.service-blocks .blocks-wrap li a i {
  font-size: 50px;
  padding: 20px;
}

.service-blocks.service-blocks-small .blocks-wrap li {
  width: 25%;
}

.service-blocks.service-blocks-small .blocks-wrap li a {
  font-size: 14px;
}

.service-blocks.service-blocks-small .blocks-wrap li a i {
  font-size: 30px;
  padding: 15px;
}

@media (max-width: 991px) {
  .service-blocks {
    --block_width: calc(100% / 2);
    --service_block_padding: 5px;
  }

  .service-blocks .blocks-wrap li a {
    font-size: 14px;
  }

  .service-blocks .blocks-wrap li a i,
  .service-blocks.service-blocks-small .blocks-wrap li a i {
    font-size: 34px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .service-blocks.service-blocks-small {
    margin-top: -25px;
  }

  .service-blocks.service-blocks-small .blocks-wrap li {
    width: 50%;
  }
}

.home-block-list-categories {
  padding: 50px 0;
  background-color: #e7e6e6;
}

.home-block-list-categories .categories {
  margin: -15px;
}

.home-category {
  padding: 15px;
  width: calc(100%/3);
}

.home-category .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  height: 100%;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.02);
}

#article .home-category .image-wrap img,
.home-category .image-wrap img {
  --home_cat_image_size: 150px;
  max-width: var(--home_cat_image_size);
  min-width: var(--home_cat_image_size);
  min-height: var(--home_cat_image_size);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-category .info-wrap {
  padding: 30px 15px 15px 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-category .info-wrap .category-title a {
  hyphens: auto;
  word-break: break-word;
  color: var(--black);
}

.home-category .info-wrap ul {
  margin: 20px 0 0px;
}

.home-category .info-wrap ul li:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--black);
  vertical-align: middle;
  margin-right: 15px;
}

.home-category .info-wrap ul li {
  padding-bottom: 5px;
}

.chome-ategory .info-wrap ul li:last-child {
  padding-bottom: 0px;
}

.home-category .info-wrap ul li a {
  color: var(--black);
}

.home-category .info-wrap ul li a:hover {
  color: var(--accent);
}

.home-category .info-wrap .category-link {
  color: var(--accent);
  margin-top: auto;
  margin-left: auto;
}

@media (max-width: 1399px) {
  .home-category .image-wrap img {
    --home_cat_image_size: 180px;
  }
}

@media (max-width: 1299px) {
  .home-category {
    width: calc(100%/2);
  }
}

@media (max-width: 991px) {
  .home-block-list-categories .categories {
    margin: -5px;
  }

  .home-category {
    padding: 5px;
    width: 100%;
  }

  /* .home-categories.row {
    margin-right: -5px;
    margin-left: -5px;
	} */
  /*   .home-category ul {
    display: none;
  } */
  .home-category .info-wrap ul {
    margin: 10px 0 0px;
  }

  .home-category .image-wrap img {
    --home_cat_image_size: 140px;
  }

  .home-category .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*     -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; */
    padding: 15px;
  }
}

/* @media (max-width: 767px) {
  .home-category .image-wrap img {
    --home_cat_image_size: 100px;
  }
} */
.blog-category {
  --blog_category_height: 400px;
  --blog_category_padding: 15px;
  --blog_wrap_width: 100%;
  --blog_wrap_padding: 20px;

  padding: var(--blog_category_padding);
  min-height: var(--blog_category_height);
  width: calc(100% / 3);
}

.blog-category .inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-category .inner:hover {
  filter: unset;
}

.blog-category .inner:before {
  content: '';
  height: 100%;
  left: 0;
  opacity: 33%;
  position: absolute;
  top: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.blog-category .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: var(--transition);
}

.blog-category a:hover .img {
  filter: var(--darkFilter2);
}

.blog-category .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-category .wrap {
  height: 100%;
  width: var(--blog_wrap_width);
  padding: var(--blog_wrap_padding);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.blog-category .wrap .title {
  font-size: var(--h2size);
  margin-bottom: 10px;
}

.blog-category .wrap .subtitle {
  font-size: var(--h4size);
}

@media (max-width: 1199px) {
  .blog-category {
    --blog_category_height: 360px;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .blog-category {
    --blog_category_height: 360px;
    --blog_category_padding: 10px;
    /*     --blog_wrap_width: 500px;
    --blog_wrap_padding: 50px; */
  }

  .blog-category .img {
    filter: var(--darkFilter2);
  }
}

@media (max-width: 767px) {
  .blog-category {
    --blog_category_height: 320px;
    --blog_category_padding: 7px;
    --blog_wrap_width: 100%;
    --blog_wrap_padding: 30px;
  }
}

@media (max-width: 600px) {
  .blog-category {
    --blog_category_height: 280px;
    --blog_wrap_padding: 20px;
    width: 100%;
  }
}

#catalog .social-block {
  padding: 50px 0;
}

.social-block .title-wrap h2 {
  margin-bottom: 30px;
}

.socials-wrap {
  --block_width: calc(100% / 6);
  --block_height: 220px;
  --block_padding: 8px;
  --icon_size: 80px;
}

.socials-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--block_padding) * -1);
}

.socials-wrap ul li {
  padding: var(--block_padding);
  width: var(--block_width);
  height: var(--block_height);
}

.socials-wrap ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.socials-wrap ul li a i {
  font-size: var(--icon_size);
}

/* @media (max-width: 1279px) {
  .socials-wrap {
    --block_height: 285px;
  	--icon_size: 90px;
  }
} */
@media (max-width: 1199px) {
  .socials-wrap {
    --block_height: 180px;
    --icon_size: 60px;
  }
}

@media (max-width: 991px) {
  .socials-wrap {
    --block_height: 130px;
    --icon_size: 40px;
    --block_padding: 8px;
  }
}

@media (max-width: 767px) {
  .socials-wrap {
    /* --block_height: 135px; */
    --block_width: calc(100% / 3);
    --block_height: 190px;
    --icon_size: 60px;
    --block_padding: 7px;
  }
}

@media (max-width: 575px) {
  .socials-wrap {
    --block_width: calc(100% / 2);
    --block_height: calc(100vw / 2);
    --icon_size: 50px;
  }
}

/* .home-blogs-wrap {
  margin: 30px 0;
} */
.home-blogs {
  margin: -8px;
  /* display: flex; */
}

.home-blogs .owl-stage {
  display: flex;
}

.home-blogs .home-blog {
  display: flex;
  padding: 8px;
  width: calc(100% / 4);
  /* height: 100%; */
}

.home-blogs.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.home-blogs .home-blog .inner {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--lines);
  width: 100%;
}

.home-blogs .home-blog .inner:hover {
  margin-top: -20px;
  margin-bottom: 20px;
}

.home-blogs .home-blog .wrap {
  background-color: #fff;
  color: var(--colorBody);
  padding: 16px;
  flex: 1;
}

.home-blogs .home-blog .wrap .subtitle {
  margin-top: auto;
}

.home-blogs .home-blog .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.home-blogs .home-blog img {
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
}

#catalog .home-blogs {
  padding: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px
}

#catalog .home-blogs .home-blog {
  flex-wrap: wrap;
  width: calc(100% / 4);
}

@media (width <=1199px) {
  #catalog .home-blogs .home-blog {
    width: calc(100% / 3);
  }
}

@media (width <=991px) {
  .home-blogs .home-blog .img {
    height: 140px;
  }

  #catalog .home-blogs .home-blog {
    width: calc(100% / 2);
  }
}

@media (width <=400px) {
  #catalog .home-blogs .home-blog {
    width: calc(100% / 1);
  }
}

#article .blog-newsletter-wrap {
  margin: 40px 0 0;
  padding: 32px 24px;
  background-color: #fff;
  max-width: 363px;
  float: right;
}

#article .blog-newsletter-wrap .title-wrap h3 {
  margin-bottom: 20px;
}

#article .blog-newsletter-wrap .title-wrap .subtitle {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.5;
}

#article .blog-newsletter-wrap form .validate-email {
  max-width: 450px;
  margin-right: 8px;
}

/* .home-blogs-wrap > .inner {
  display: flex;
  flex-wrap: wrap;

  margin: -15px;
}
.home-blogs-wrap .blog-block {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  width: 50%;
}
.home-blogs-wrap .blog-block .col-left {
  flex: 1;
  width: 100%;
}
.home-blogs-wrap .blog-block .col-right {
  --blog_col_right: 480px;
  
  min-width: var(--blog_col_right);
  max-width: var(--blog_col_right);
  padding-left: 30px;
  width: 100%;
} */
/* .home-blogs-wrap .blog-block .col-left .blog-category {
  --blog_category_height: 240px;

  min-height: var(--blog_category_height);
  max-height: var(--blog_category_height);
  width: 100%;
  height: 100%;
  padding: 0;
}
.home-blogs-wrap .blog-block .col-left .blog-category .wrap {
  padding: 50px;
}
.home-blogs-wrap .blog-block .col-left .blog-category .wrap .title {font-size: var(--h1size);}
.home-blogs-wrap .blog-block .col-left .blog-category .wrap .subtitle {font-size: var(--h3size);}
@media (max-width: 1199px) {
  .home-blogs-wrap .blog-block .col-left .blog-category .wrap {
    padding: 40px;
  }
.home-blogs-wrap .blog-block .col-left .blog-category .wrap .title {font-size: var(--h2size);}
.home-blogs-wrap .blog-block .col-left .blog-category .wrap .subtitle {font-size: var(--h4size);}
}
@media (max-width: 991px) {
  .home-blogs-wrap .blog-block .col-left {
    width: 100%;
  }
  .home-blogs-wrap .blog-block .col-right {
    --blog_col_right: 100%;
    padding-left: 0;
  }
  .home-blogs-wrap .blog-block .col-left .blog-category .wrap {
    padding: 30px;
  }
.home-blogs-wrap .blog-block .col-left .blog-category .wrap .title {font-size: var(--h1size);}
.home-blogs-wrap .blog-block .col-left .blog-category .wrap .subtitle {font-size: var(--h3size);}
} */

#color-popup {
  display: none;
  width: 100%;
  max-height: 100%;
  /*   max-width:1400px; */
  padding: 0;
  border-radius: 6px;
}

#color-popup .popup-header {
  background-color: #E8E8E8;
  /*     -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; */
  /*   overflow: hidden; */
  display: table;
  position: relative;
}

#color-popup .popup-header .header-toggle-btn {
  position: absolute;
  right: 15px;
  top: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e0e0e0;
  border-top: 0;
  z-index: 20;
}

#color-popup .popup-title {
  background-color: #29384b;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  /* margin-bottom:10px; */
}

#color-popup .popup-title .image {
  --image_width: 71px;
  min-height: var(--image_width);
  max-height: var(--image_width);
  min-width: var(--image_width);
  max-width: var(--image_width);
  background-color: white;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

#color-popup .popup-title .image img {
  height: 50px;
  width: 50px;
  max-width: 100%;
  object-fit: contain;
}

#color-popup .popup-title h2 {
  margin: 0;
  font-size: 1.5rem;
}

#color-popup .popup-header form {
  padding: 10px;
}

#color-popup .subtitle {
  font-size: 1.285em;
  font-weight: 600;
  margin-bottom: 20px;
}

#color-popup .colors {
  margin: -3px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#color-popup .colors .color {
  padding: 3px;
  width: calc(100% / 5);
  display: flex;
  word-break: break-word;
}

#color-popup .colors .color.donker,
.active-color .color.donker,
.pop-colors-slider .color.donker {
  color: #fff;
}

#color-popup .colors .color .inner,
.active-color .color .inner,
.pop-colors-slider .color .inner {
  display: flex;
  align-items: flex-end;
  min-height: 150px;
  border-radius: 5px;
  padding: 20px;
  cursor: pointer;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#color-popup .colors .color .transparant-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.1;
  filter: grayscale(100%);
}

#color-popup .colors .color .inner {
  box-shadow: 0px 0px 11px -3px rgba(0, 0, 0, 0.37);
}

#color-popup .colors .color .inner:hover {
  box-shadow: unset;
}

#color-popup .colors .color .inner.active {
  border: 3px solid var(--cta);
  box-shadow: unset;
  padding: 17px;
}

/* #color-popup .colors .color{
	position: relative;
} */
/* #color-popup .colors .color .preview-color{
	position: absolute;
  top: 0;
  right: 0;
  padding: 23px;
  font-size: 1.2em;
  z-index: 9;
}
#color-popup .colors .color .preview-color.pulse{
  transform: scale(1);
	animation: pulse 2s infinite;
  border-radius: 5px;
} */
/* #color-popup .colors .color.color-dev .preview-color {
  right: 12%;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
#color-popup .colors .color.color-dev .inner {
  padding: 0;
  overflow: hidden;
  position: relative;
  align-items: baseline;
}
#color-popup .colors .color.color-dev .inner .color-info {
  padding: 15px 5px 20px 20px;
  z-index: 2;
}
#color-popup .colors .color.color-dev .image-wrap {
  background-image: url(https://cdn.webshopapp.com/themes/159853/assets/background-sfeerfoto.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
#color-popup .colors .color.color-dev:hover .preview-color,
#color-popup .colors .color.color-dev:hover .image-wrap,
#color-popup .colors .color.color-dev.mobile-color .preview-color,
#color-popup .colors .color.color-dev.mobile-color .image-wrap {
  opacity: 1;
  visibility: visible;
}
#color-popup .colors .color.color-dev {
  width: calc(100% / 4);
  overflow: hidden;
} */
#color-popup .help-message {
  padding: 20px;
  background-color: #eee;
  margin-bottom: 15px;
}

.active-color,
.active-color:hover {
  color: inherit;
  display: contents;
}

.active-color .color.color-small .inner {
  min-height: 80px;
  max-width: 150px;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  position: relative;
  border: 1px solid var(--lines);
}

/* .active-color .color.color-small .inner .preview-color {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 1.2em;
  z-index: 2;
} */
.pop-colors-slider .color .inner {
  min-height: 0;
  padding: 10px;
  font-size: 12px;
}

#color-popup .colors .color.dark .color-info,
.active-color .color.dark .color-info {
  color: #fff;
}

#color-popup .colors .color .title,
.active-color .color .title,
.pop-colors-slider .color .title {
  color: inherit;
  margin-top: 2px;
}

/* #color-popup .colors .color .cat,
.active-color .color .cat,
.pop-colors-slider .color .cat,
#color-popup .colors .color .code,
.active-color .color .code,
.pop-colors-slider .color .code {
	opacity:.6;
} */
.pop-colors-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.pop-colors-slider .owl-stage .owl-item,
.pop-colors-slider .owl-stage .owl-item .color {
  display: flex;
  align-items: stretch;
  width: 100%;
}

#color-popup .color-box {
  margin-top: 30px;
  max-height: 60vh;
  padding: 0 30px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#color-popup .standard-input {
  height: 46px;
  padding: 0px 20px;
  padding-right: 40px;
  border: none;
  outline: none;
  border: 1px solid #E0E0E0;
  color: #7D7D7D;
  width: 100%;
}

a.active-color {
  text-decoration: none;
  display: contents;
}

#color-popup .warning {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #f16821;
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
}

#color-popup .warning i {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  background: #f16821;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
}

#color-popup .search-boxes {
  margin: -5px;
  display: flex;
}

#color-popup .search-boxes .box {
  flex: 1;
  padding: 5px;
}

#color-popup .search-boxes .box label {
  font-size: 1.285em;
  font-weight: 600;
}

#color-popup .search-boxes .search-input {
  position: relative;
}

#color-popup .search-boxes .search-input .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #77C62B;
  cursor: pointer;
}

#color-popup .search-boxes .search-input .search-icon.grey {
  color: var(--grey);
}

#color-popup .search-boxes .box .open-next a {
  display: flex;
  align-items: center;
  padding-left: 2px;
}

#color-popup .search-boxes .box .open-next a i {
  margin-left: 5px;
  transition: transform 0.2s ease-in-out;
  display: inline-block;
}

#color-popup .search-boxes .box .open-next a.active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#color-popup .search-boxes .box .select>i {
  z-index: 1;
  color: #77C62B;
}

#color-popup .ui.selection.dropdown {
  height: 50px;
}

#color-popup .ui.selection.dropdown .text {
  font-size: .85em;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#color-popup .color-select-wrap {
  padding: 10px 30px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

#color-popup .color-select-wrap .buttons-wrap {
  margin: -5px;
}

#color-popup .color-select-wrap .buttons-wrap .color-btn {
  padding: 5px;
}

#color-popup .chosen-title {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 10px;
  padding: 10px 0;
  font-size: 1.125em;
}

#color-popup .chosen-title strong {
  margin-left: 3px;
}

#color-preview-popup {
  display: none;
}

#color-preview-popup .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

#color-preview-popup .inner .preview-wrap {
  margin: 3px;
  max-height: 350px;
  display: flex;
}

#color-preview-popup .inner .preview-wrap img {
  height: 100%;
  max-width: 100%;
  width: auto;
}

.fancybox__carousel .fancybox__slide {
  padding: 0 0;
}

#color-popup.fancybox__content>.carousel__button.is-close {
  top: 7px;
  right: 7px
}

@media (max-width: 1199px) {
  #color-popup .colors .color {
    width: calc(100% / 4);
  }
}

@media (max-width: 991px) {

  /*   #color-popup .colors .color.color-dev {
    width: 50%;
  } */
  #color-popup .popup-title h2 {
    font-size: 1.4em;
  }

  #color-popup .colors .color {
    width: calc(100% / 3);
  }
}

@media(max-width:767px) {
  #color-popup .popup-title h2 {
    font-size: 1.2em;
  }

  #color-popup .popup-title .image {
    --image_width: 50px;
    padding: 5px;
  }

  #color-popup .colors .color {
    width: 50%;
  }

  #color-popup .colors .color .inner,
  .active-color .color .inner {
    min-height: 120px;
  }

  #color-popup .search-boxes .search-input.custom-color-input {
    display: none;
  }

  /*   #color-popup {
  	padding:30px 20px;
  } */
  #color-popup .color-box {
    padding: 0 20px;
    margin-top: 10px;
    max-height: none;
  }

  #color-popup .color-select-wrap {
    padding: 10px 20px;
    margin-top: 10px;
  }

  #color-popup .search-boxes {
    flex-direction: column;
    align-items: stretch;
  }

  #color-popup .search-boxes {
    margin: -3px;
  }

  #color-popup .search-boxes .box {
    padding: 3px;
  }

  #color-popup .search-boxes .box label {
    display: none;
  }
}

@media (max-width: 600px) {
  /*   #color-popup .colors .color.color-dev .image-wrap {
    display: none;
  }
  #color-popup .colors .color.color-dev .preview-color {
    right: 0;
  } */
}

.icon-chevron-down {
  transition: transform 0.2s ease-in-out;
}

.icon-chevron-down.up {
  transform: rotate(-180deg);
}

.blog-articles-wrap {
  margin: -8px;
}

.blog-articles-wrap .blog-item {
  padding: 8px;
  display: flex;
}

.blog-articles-wrap .blog-item .inner {
  /* border: 1px solid; */
  padding: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--colorBody);
}

.blog-articles-wrap .blog-item .inner:hover {
  margin-top: -20px;
  margin-bottom: 20px;
}

.blog-articles-wrap .blog-item .image-wrap {
  height: 200px;
}

.blog-articles-wrap .blog-item .image-wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}


.blog-articles-wrap .blog-item .tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  min-height: 21px;
}

.blog-articles-wrap .blog-item .tags .tag {
  display: inline-flex;
}

.blog-articles-wrap .blog-item .pipe {
  padding: 0 4px;
}

.blog-articles-wrap .blog-item .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
  padding: 20px;
}

.blog-articles-wrap .blog-item .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  min-height: 42px;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-articles-wrap .blog-item .description {
  margin-bottom: 16px;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.blog-articles-wrap .blog-item .bottom-info {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-articles-wrap .blog-item .bottom-info .link {
  color: var(--accent);
  font-weight: var(--fontMedium);
  position: relative;
  transition: var(--transition);
}

.blog-articles-wrap .blog-item .bottom-info .link:hover {
  filter: var(--darkFilter2);
}

.blog-articles-wrap .blog-item .bottom-info .link i {
  transform: rotate(-90deg);
  margin-left: 5px;
  position: absolute;
  top: 6px;
  font-weight: var(--fontMedium);
}

#article .sidebar .service-block {
  margin-top: 16px;
  padding: 37px;
}

#article .sidebar .service-block .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#article .sidebar .service-block .image {
  --image_size: 120px;
  width: var(--image_size);
  height: var(--image_size);
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

#article .sidebar .service-block .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#article .sidebar .service-block .info .title {
  font-size: var(--h3size);
  font-weight: var(--fontMedium);
  text-align: center;
  margin-bottom: 16px;
}

#article .sidebar .service-block .info .contact-item {
  display: flex;
}

#article .sidebar .service-block .info .contact-item:not(:last-child) {
  margin-bottom: 16px;
}

#article .sidebar .service-block .info .contact-item i {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #82b440;
  font-size: 22px;
  margin-right: 8px;
}

#article .sidebar .service-block .info .contact-item .item-wrap a {
  color: var(--colorBody);
}

#article .sidebar .service-block .info .contact-item .item-wrap .text {
  font-size: 12px;
}

#article .related-block {
  max-width: 363px;
  margin-top: 16px;
  margin-left: auto;
}

#article .related-articles {
  margin: -8px;
}

#article .small-article {
  padding: 8px;
}

#article .small-article .inner {
  display: flex;
  background-color: #fff;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.02);
  min-height: 90px;
}

/* #article .small-article .inner .image-wrap {
  display: flex;
  max-width: 90px;
  min-width: 90px;
  max-height: 70px;
  min-height: 70px;
} */
#article .small-article .inner .image-wrap img {
  max-width: 90px;
  min-width: 90px;
  min-height: 90px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#article .small-article .inner .text {
  padding: 8px 8px 8px 12px;
  color: var(--colorBody);
}

#article .small-article .inner .text .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 8px;
}

@media (width <=992px) {

  #article .blog-newsletter-wrap,
  #article .related-block {
    max-width: unset;
    float: unset;
  }
}



.service-wrap {
  position: relative;
}

.service-wrap .service-btn {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 45px;
  font-size: 16px;
  color: var(--black);
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #f6f8fc;
}

.service-wrap .service-btn.active {
  z-index: 15;
  border-color: #fff;
}

.service-wrap .service-btn i {
  font-size: 22px;
  transition: all 0.1s ease-in-out;
}

.service-wrap .service-btn.active i {
  transform: rotate(90deg);
}

.service-dropdown {
  opacity: 0;
  visibility: hidden;
  width: 360px;
  position: absolute;
  right: -3px;
  top: calc(100% - 3px);
  transition: all 0.1s ease-in-out;
}

.service-dropdown.active {
  opacity: 1;
  visibility: visible;
  /* background-color: #fff; */
}

.service-dropdown.active .overlay {
  opacity: 0.1;
  background-color: #000;
  pointer-events: unset;
}

.service-dropdown .dropdown-inner {
  position: relative;
  background-color: #fff;
  padding: 16px;
  border: 3px solid #ececec;
  z-index: 14;
  position: relative;
}

.service-dropdown .close-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 22px;
  line-height: 1;
  color: #bbb;
}

.service-dropdown .dropdown-inner .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 16px;
}

.service-dropdown .dropdown-inner .grid {
  display: flex;
  margin: -4px;
}

.service-dropdown .dropdown-inner .grid .image-wrap {
  padding: 4px;
}

.service-dropdown .dropdown-inner .grid .image-wrap .image {
  --service_image_size: 88px;
  width: var(--service_image_size);
  height: var(--service_image_size);
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--light);
}

.service-dropdown .dropdown-inner .grid .image-wrap img {
  width: 100%;
}

.service-dropdown .dropdown-inner .grid .info-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-dropdown .dropdown-inner .grid .info-wrap .info-item {
  padding: 4px;
  font-size: 16px;
  font-weight: 600;
}

.service-dropdown .dropdown-inner .grid .info-wrap .info-item .info-inner {
  display: flex;
  background-color: var(--light);
  padding: 12px;
  line-height: 20px;
}

.service-dropdown .dropdown-inner .grid .info-wrap .info-item .item-title {
  flex: 1;
}

.service-dropdown .dropdown-inner .grid .info-wrap .info-item .item-info {
  flex: 2;
}

.service-dropdown .dropdown-inner .usps {
  background-color: var(--light);
  padding: 4px;
  margin: 8px 0;
  line-height: 18px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-dropdown .dropdown-inner .usps .splide__slide {
  text-align: center;
}

.links {
  margin: -4px;
}

.links .link {
  padding: 4px;
}

.links .link a.link-inner {
  display: flex;
  padding: 8px 16px;
  border: 1px solid var(--lines);
  align-items: center;
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.links .link i.link-icon {
  font-size: 26px;
  margin-right: 16px;
}

.links .link i.link-arrow {
  font-size: 28px;
  margin-left: auto;
}

@media (width <=767px) {
  .service-wrap {
    width: 100%;
    margin: 16px 0;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: var(--lines);
  }

  .service-wrap .service-btn {
    font-weight: 700;
    justify-content: space-between;
    height: 52px;
  }

  .service-wrap .service-btn i {
    font-size: 28px;
  }

  .service-dropdown {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
  }

  .service-dropdown .dropdown-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 360px;
    width: calc(100% - 32px);
  }

  .service-dropdown .dropdown-inner .grid .image-wrap .image {
    --service_image_size: 70px;
  }

  .service-dropdown .dropdown-inner .grid .info-wrap .info-item .info-inner {
    padding: 8px;
  }
}

/* Collection header */
#collection .collection-header {
  background: #eee;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (width >=768px) {
  #collection .collection-header {
    margin-bottom: 24px;
  }
}

#collection .collection-header .content .intro {
  font-size: 15px;
  padding-right: 32px;
  margin-bottom: 16px;
}

#collection .collection-header .content .link {
  width: fit-content;
  color: var(--accent_blue);

  display: flex;
  align-items: center;
  gap: 4px;

  font-size: 16px;

  cursor: pointer;
}

#sm-thankyou .collection-video .icon-play,
#collection .collection-video .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
}
#collection .collection-video .icon-play {
  color: white;
}
#sm-thankyou .collection-video .icon-play {
  color: var(--accent_green);
}

#sm-thankyou .collection-video img,
#collection .collection-video img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Cart */
#cartpage .cart-product .price-old {
  text-decoration: line-through;
  opacity: 0.6;
}

#cartpage .cart-product .discount-percentage {
  text-wrap: nowrap;
  text-align: right;

  color: var(--accent);
  font-weight: 500;
}

#cartpage .list-cart-main>li .rental-info {
  width: 100%;
  max-width: 340px;
  background-color: var(--accent_blue);
  color: #fff;
  border-radius: 4px;
  margin-top: 8px;
}

#cartpage .list-cart-main>li .rental-info .inner {
  padding: 8px;
}

@media (width <=767px) {
  #collection .collection-header .content .intro {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

/* Home Headlines */
.block-padding {
  padding: 50px 0;
}

.block-padding_bottom {
  padding-bottom: 50px;
}

.home-headlines .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr 250px;
  gap: 16px;
}

.home-headlines.grid_1 .inner {
  display: flex;
}

.home-headlines .banner {
  border-radius: var(--borderRadius3);
  overflow: clip;
}

.home-headlines .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-headlines .banner-1 {
  grid-column: span 2;
}

#page-404 .banners-block .banner .banner-title,
.home-headlines .banner .banner-title {
  font-size: 2rem;
  font-weight: bold;
}

#page-404 .banners-block .banner .cts,
.home-headlines .banner .cta {
  width: fit-content;
}

#page-404 .banners-block .banner .content_block,
.home-headlines .banner .content_block {
  padding: 1rem;
}

#page-404 .banners-block .banner .content-top-left,
.home-headlines .banner .content-top-left {
  position: absolute;
  top: 0%;
  left: 0%;
}

#page-404 .banners-block .banner .content-top-middle,
.home-headlines .banner .content-top-middle {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}

#page-404 .banners-block .banner .content-top-right,
.home-headlines .banner .content-top-right {
  position: absolute;
  top: 0%;
  right: 0%;
}

#page-404 .banners-block .banner .content-middle-left,
.home-headlines .banner .content-middle-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#page-404 .banners-block .banner .content-center,
.home-headlines .banner .content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#page-404 .banners-block .banner .content-middle-right,
.home-headlines .banner .content-middle-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}

#page-404 .banners-block .banner .content-bottom-left,
.home-headlines .banner .content-bottom-left {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

#page-404 .banners-block .banner .content-bottom-middle,
.home-headlines .banner .content-bottom-middle {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}

#page-404 .banners-block .banner .content-bottom-right,
.home-headlines .banner .content-bottom-right {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

@media screen and (width < 992px) {
  .home-headlines {
    padding: 24px 0;
  }

  .home-headlines .inner {
    grid-template-columns: 1fr;
    grid-template-rows: 300px 200px;
  }

  .home-headlines .banner-1 {
    grid-column: auto;
  }

  .home-headlines .banner-2,
  .home-headlines .banner-3 {
    max-height: 200px;
  }
}

#page-404 .banners-block .splide__progress,
.home-headlines .splide__progress {
  margin-top: 4px;
  background-color: #eee;
  border-radius: 2px;
}

#page-404 .banners-block .splide__progress__bar,
.home-headlines .splide__progress__bar {
  height: 6px;
  background: var(--accent);
  border-radius: 2px;
}

#page-404 .banners-block .splide__progress.reversed,
.home-headlines .splide__progress.reversed {
  background-color: var(--accent);
  transform: rotateY(180deg);
}

#page-404 .banners-block .splide__progress.reversed .splide__progress__bar,
.home-headlines .splide__progress.reversed .splide__progress__bar {
  background-color: #eee;
}

#page-404 .banners-block .splide__pagination,
.home-headlines .splide__pagination {
  display: none;
}

html.service-wrap-active {
  overflow: hidden;
  width: 100vw;
  height: 100vw;
}

/* 404 Page */



#page-404 .banners-block .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 500px 250px 250px;
  gap: 16px;
}

#page-404 .banners-block .banner-0 {
  grid-column: span 2;
  color: #fff;
}

#page-404 .banners-block .splide-banner {
  grid-column: span 2;
}

#page-404 .banners-block .banner {
  border-radius: var(--borderRadius3);
  overflow: clip;
}

#page-404 .banners-block .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page-404 .banners-block .button-wrap {
  margin-top: 24px;
}

#page-404 .banners-block .banner .content {
  z-index: 2;
}

#page-404 .banners-block .banner .banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.07);
  z-index: 1;
}



#page-404 .search-block .block-title {
  margin-bottom: 18px;
}

#page-404 .search-block .search-box-404 form {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 85%;
  margin: 0 auto;
}

#page-404 .search-block .search-box-404 input {
  flex: 1;
  margin-right: 4px;
  width: 100%;
  height: var(--btnHeight);
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (width < 992px) {
  #page-404 {
    padding-top: 24px;
  }

  #page-404 .banners-block .inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 300px 250px 250px;
  }

  #page-404 .banners-block .banner-1,
  #page-404 .banners-block .banner-2 {
    max-height: 240px;
  }
}

@media screen and (width < 767px) {
  #page-404 .banners-block .inner {
    grid-template-columns: 1;
    grid-template-rows: 300px 250px 250px 250px;
  }

  #page-404 .banners-block .banner-3,
  #page-404 .banners-block .banner-4 {
    grid-column: span 2;
  }
}

.no-products-wrap {
  width: 100%;
  border-top: 1px solid var(--lines);
  padding-top: 24px;
  min-height: 260px;
}

.no-products-wrap .no-products-text {
  font-size: 18px;
  margin-bottom: 18px;
}

.no-products-wrap .input-wrap {
  padding: 24px 30px;
  background: #E8E8E8;
  margin: 12px -30px;
  font-size: 14px;
}

.no-products-wrap .input-wrap input {
  max-width: 500px;
}

.no-products-wrap .contact-blocks {
  display: flex;
  align-items: center;
  margin: -8px;
}

.no-products-wrap .contact-blocks .contact-block {
  padding: 8px;
}

.no-products-wrap .contact-blocks .inner {
  padding: 16px;
  border: 1px solid var(--lines);
  border-radius: var(--borderRadius);
}

.no-products-wrap .contact-blocks .contact-block .content .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}

.no-products-wrap .contact-blocks .contact-block .content .text {
  margin-bottom: 12px;
}

.no-products-wrap .contact-blocks .contact-block .button i {
  margin-right: 4px;
}

@media (width <=500px) {
  .no-products-wrap .input-wrap {
    padding: 18px 20px;
    background: #E8E8E8;
    margin: 12px -20px;
  }

  .no-products-wrap .contact-blocks {
    margin: -4px;
  }

  .no-products-wrap .contact-blocks .contact-block {
    padding: 4px;
  }

  .no-products-wrap .contact-blocks .inner {
    padding: 12px;
  }
}

/* price switch start */
.btw-menu-switch {
  height: var(--mobileItem);
  line-height: var(--mobileItem);
  padding: 5px 0;
}

.price-switch-outer,
.price-switch {
  display: flex;
  align-items: center;
  position: relative;
}

.price-switch-outer {
  gap: 10px;
}

.price-switch input[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.price-switch label {
  cursor: pointer;
  width: 50px;
  height: 20px;
  background-color: #e7e6e6;
  /* color: var(--black); */
  display: block;
  border-radius: 50em;
  position: relative;
  transition: 0.3s;
  padding: 4px;
  box-sizing: content-box;
  margin: 0;
}

.price-switch label>.price-switch-inner {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50em;
  transition: 0.3s;
}

/* .price-switch input:checked+label {
  background-color: var(--accent);
} */

.price-switch input:checked {
  color: red;
}
.price-switch input:checked+label>.price-switch-inner {
  transform: translateX(calc(100% + 10px));
  /* color: black; */
}

.price-switch-inner {
  width: auto;
  height: auto;
  font-family: sans-serif;
  text-align: center;
  color: gray;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.toggle-incl,
.toggle-excl {
  position: absolute;
  font-size: 12px;
  top: 8.5px;
  line-height: 100%;
  transition: 0.3s;
  color: var(--black);

  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.toggle-incl {
  left: 6px;
  /* display: none; */
  opacity: 0;
  visibility: hidden;
}

.btw-menu-switch .toggle-incl {
  color: #fff;
}

.toggle-excl {
  right: 6px;
  opacity: 1;
  visibility: visible;
  color: var(--black);
}

.price-switch input:checked+label>.toggle-incl {
  /* display: block; */
  opacity: 1;
  visibility: visible;
}

.price-switch input:checked+label>.toggle-excl {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
}


/* price switch end  */

.sticky-price {
  display: flex;
}

#checkout-header {
  background-color: var(--black);
  position: relative;
}
#checkout-header .container {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 50px;
  position: relative;
  max-width: 1000px;
}
#checkout-header .back-to-cart {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  color: #fff;
  text-decoration: none;
}
#checkout-header .logo {
  margin: 0;
  padding: 8px;
}

#product-info-popup {
	padding:40px;
  display:none;
}
#product-info-popup .inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 750px;
}
#product-info-popup .image {
	min-width: 270px; 
}
#product-info-popup .image img {
	width: 100%;
}
#product-info-popup .info {
	margin-left:40px;
}
#product-info-popup .info .title {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom:10px;
}
#product-info-popup .info .description {
  letter-spacing: 0.01em;
  line-height: 1.6;
  /* color:#666; */
  margin-bottom:20px;
}

#product .extra-products-outer {
  padding: 20px 0px 0px 5px;
}
#product .extra-products {
	display: flex;
  margin: -6px;
}
#product .extra-products .extra-product {
	display: flex;
  width: calc(100% / 3);
  padding: 6px;
}
#product .extra-products .extra-product .input-wrap {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0;
  position:relative;
}
#product .extra-products .extra-product .input-wrap .info-link {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 16px;
  border: 2px solid #fff;
  z-index: 9;
  border-radius: 100%;
  background: #fff;
}
#product .extra-products .extra-product .input-wrap label {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  cursor: pointer;
  margin: 0;
}
#product .extra-products .extra-product .input-wrap label span,
#product .extra-products .extra-product .input-wrap label span{
	margin: 0px -20px;
}
#product .extra-products .extra-product .input-wrap label img {
	max-width: 100%;
}