.disabledField {
  pointer-events: none;
  opacity: .5;
}

.product .price-new {
  transition: opacity .15s ease-in-out;
}

/* .product:not(.done-loading) .price-new {
	opacity: 0;
} */

.hidden {
  display: none !important;
}

nav.mobile .flags-wrap .custom-flag {
  display: flex;
  color: #fff;
  padding: 15px;
}

nav.mobile .flags-wrap .custom-flag img {
  max-width: 40px;
  margin-right: 15px;
}

.gui-cart .gui-page-title,
.gui-cart>p {
  display: none;
}

.breadcrumbs.cartpage {
  float: right;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 0 15px;
}

.gui-cart .gui-col3-equal {
  padding: 0 15px;
}

.usps .nopadtop .col-sm-4:nth-child(3) {
  text-align: right;
}

.usps .nopadtop .col-sm-4:nth-child(2) {
  text-align: center;
}

.gui.gui-cart {
  margin-top: 0;
}

.custom-progressbar>ul li span {
  background-image: url(arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  color: #5d5c5c;
  font-size: 13px;
  font-weight: 400;
  font-family: PT-sans, Open sans;
  display: block;
  margin: 0 10px;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}

.custom-progressbar>ul li {
  margin: 0 10px 0 -10px;
  padding-left: 0;
  width: 23%;
  background: #F9F9F9;
  padding-left: 0;
  float: left;
  display: block;
  text-align: center;
}

.custom-progressbar>ul {
  background: #F9F9F9;
  margin-left: 10px;
  border-radius: 3px;
  list-style: none;
  height: 40px;
  line-height: 40px;
}

.custom-progressbar .cart {
  content: "";
  display: block;
  float: left;
  color: #fff;
  padding: 10px 0 0 34px;
  width: 60px;
  height: 40px;
  background-color: #5cb246;
  position: relative;
  font: normal normal normal 28px/1.3 FontAwesome;
}

.gui-cart .gui-spacer {
  height: 0px;
}

.custom-progressbar .cart:before {
  content: " ";
  background-image: url(shoppingcart-white-progress.png);
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  right: 13px;
}

.custom-progressbar .cart:after {
  content: '';
  border-bottom: 20px transparent solid;
  border-left: 12px #5cb246 solid;
  border-top: 20px transparent solid;
  height: 0;
  left: 60px;
  position: absolute;
  top: 0;
  width: 0;
}

.custom-progressbar {
  margin-bottom: 20px;
  padding: 0 15px;
}

.custom-extra-product .product-configure-custom-option {
  padding: 0 15px;
}

.custom-extra-product .main-label {
  margin-top: 20px;
  font-size: 15px;
  display: block;
}

.custom-extra-product .product-configure-custom-option .ui.selection.dropdown {
  border-radius: 0;
  border: 1px solid #ffbf86;
  display: block;
}

.custom-extra-product .product-configure-custom-option .ui.selection.dropdown .menu>.item {
  font-size: 14px;
}

.custom-extra-product .product-configure-custom-option .ui.selection.dropdown .menu>.item:nth-child(2n) {
  background: #f7f7f7;
}

.product-price .cart a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #d8d8d8 !important;
}

.related-checkboxes .ui.checkbox input.hidden+label {
  font-size: 14px;
}

.product-info .product-configure-custom label {
  font-size: 15px;
  margin-top: 20px;
  display: block;
}

.related-checkboxes {
  border-top: 1px solid #ffbf86;
  /*   border-bottom: 1px solid #ffbf86; */
}

.related-checkboxes .ui.checkbox {
  display: block;
  padding: 7px 2px;
}

.related-checkboxes .ui.checkbox:nth-child(2n) {
  background: #f7f7f7;
}

.product-wrap .details .in-stock i {
  color: #00b900;
}

#form-related {
  padding: 0 15px;
}

#form-related .ui.selection.dropdown {
  width: 100%;
  border-radius: 0;
  border: 1px solid #ffbf86;
  display: block;
  margin-bottom: 20px;
}

.product-info .product-price {
  margin-top: 20px;
}

#form-related .ui.selection.dropdown .ui.tiny.header {
  color: rgba(179, 179, 179, .7);
}

.product-info .product-option {
  border-top: none;
}

#form-related .ui.selection.dropdown .scrolling.menu>.item.item.item:nth-child(2n) {
  background-color: #f7f7f7;
}

#form-related .ui.selection.dropdown .ui.checkbox input.hidden+label {
  font-size: 13px;
}

.landscapemodus .related-title {
  margin-left: 15px;
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
}


.product-wrap .details .out-of-stock i {
  color: red;
}

.gui-cart .gui-col3-equal-col3.gui-div-cart-sum .gui-right.gui-align-right {
  width: 100%;
}

.gui a.gui-button-large.gui-button-action,
.gui-checkout .gui-form a.gui-button-action {
  background: #5eb14b;
  border: #5eb14b;
}

.gui a.gui-button-large.gui-button-action:active,
.gui-checkout .gui-form a.gui-button-action:active {
  background: #5eb14b;
  border: #5eb14b;
}

.product-wrap .more-reviews span {
  padding-top: 8px;
  display: block;
  float: left;
}

.product-wrap .more-reviews img {
  max-width: 54px;
  display: inline-block;
  margin-left: 4px;
}

#gui-form-cart table tbody tr:last-child>td a {
  color: #888;
  font-weight: bold;
}

.cart-usp .usp-block .sub img {
  max-width: 20px;
  display: inline-block;
}

.cart-usp .usp-block:nth-child(2) .sub img {
  max-width: 25px;
}

.cart-usp .usp-block .usp-title {
  padding: 5px 0;
}

.cart-usp .usp-block .sub {
  height: 54px;
  padding: 15px 0;
}

.gui-cart .gui-col3-equal-col3.gui-div-cart-sum .pay-wrap {
  display: block;
  padding-top: 5px;
  text-align: center;
}

.gui-cart .gui-col3-equal-col3.gui-div-cart-sum .pay-wrap span {
  margin-top: 6px;
  display: inline-block;
}

.gui-cart .gui-col3-equal-col3.gui-div-cart-sum .pay-wrap i {
  margin-right: 5px;
}


@media(max-width: 1199px) {
  .cart-usp .usp-block:last-child .sub {
    padding: 7px 0;
  }
}

@media(max-width: 767px) {

  .gui-cart .usp-block:nth-child(1) {
    padding-top: 15px;
  }

  .gui-cart .usp-block img {
    max-width: 35px;
    float: left;
    display: inline-block;
    margin-right: 20px;
  }

  .gui-cart .usp-block:last-child img {
    max-width: 25px;
    margin-right: 25.5px;
    margin-left: 2.5px;
    margin-top: 9px;
  }

  .cart-usp .usp-block:last-child .sub {
    padding: 0;
  }


  .gui-cart .usp-block {
    margin-bottom: 0px;
    display: block;
    background: #f7f7f7;
  }

  .gui-cart .usp-block .text-wrap {
    display: inline-block;
    width: auto;
    float: left;
    margin-left: 10px;
    text-align: left;
  }

  .gui-cart .cart-usp {
    margin-top: 50px;
  }

  .gui-cart .usp-block>span {
    width: 35px;
    margin-right: 20px;
    float: left;
    margin-top: 12px;
    font-size: 16px;
  }

  .gui-col3-equal .gui-col3-equal-col3 {
    width: 100%;
  }

  .gui-cart .gui-col3-equal-col3.gui-div-cart-sum .pay-wrap {
    float: none;
    text-align: center;
  }

  .product-wrap .more-reviews {
    margin-bottom: 40px;
    display: block;
  }

  .gui-cart .usp-block .usp-title {
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    background: no-repeat;
  }

  .gui-cart .usp-block .sub {
    padding: 0;
    height: auto;
    width: auto;
    border: 0;
  }
}

/* ADJUSTMENTS SHOPMONKEY 20-01-2022 */
.product-wrap .tabs .stars-wrap i:not(:last-child) {
  padding-right: 2px;
}

@media (max-width: 500px) {
  .tabs ul li.col-2.information {
    width: 30%;
  }

  .tabs ul li.col-2.reviews {
    width: 70%;
  }
}

.wrapper.home-page .container.content ul,
.wrapper.catalog-page .container.content ul {
  list-style: unset !important;
  margin: unset !important;
  padding: 0px 0px 0px 40px !important;
}

/* Live Search */
nav.desktop.dev ul {
  float: left;
}

#formSearch.search-form {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0px;
}

#formSearch.search-form input {
  padding-left: 30px;
  margin-bottom: -1px;
  min-width: 400px;
}

#formSearch .search-wrap span.icon {
  cursor: pointer;
  color: #797979;
  position: absolute;
  top: 0;
  display: block;
  padding: 6px 10px 11px;
}

.search-autocomplete {
  position: absolute;
  left: 0;
  top: 153px;
  z-index: 9999;
  width: 100%;
  text-align: left;
  display: none !important;
}

.search-autocomplete.active {
  display: block !important;
}

.search-autocomplete .box {
  display: block;
}

.search-autocomplete .box {
  padding: 70px;
  background: #fff;
  /*   margin-top:20px; */
  -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);
}

.search-autocomplete .more {
  padding: 0px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.search-autocomplete .more .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 5px;
}

.search-autocomplete .more .btn span {
  font-size: 80%;
  margin-left: 7px;
}

.search-autocomplete.noresults .more {
  display: none;
}

.search-autocomplete .notfound {
  display: none;
  padding: 10px 0px;
  font-size: 13px;
  font-style: italic;
}

.search-autocomplete.noresults .notfound {
  display: block;
}

.search-autocomplete.noresults .search-products {
  display: none;
}

.search-autocomplete .search-products {
  padding: 20px 0px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-autocomplete .search-products .product {
  padding: 15px 0px;
}

.search-autocomplete .search-products .product .product-inner {
  padding: 0px 15px;
}

.search-autocomplete .search-products .product {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.search-autocomplete .search-products .product:nth-child(odd) .product-inner {
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.search-autocomplete .search-products .product:nth-child(1),
.search-autocomplete .search-products .product:nth-child(2) {
  border-top: 0;
}

.search-autocomplete .search-products .product .product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-autocomplete .search-products .product .image-wrap {
  min-width: 75px;
  max-width: 75px;
  margin-right: 20px;
  position: relative;
  background: #fff;
}

.search-autocomplete .search-products .product .image-wrap a {
  display: block;
  position: relative;
  z-index: 2;
}

.search-autocomplete .search-products .product .image-wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
}

.search-autocomplete .search-products .product .info .title {
  font-size: 1.1em;
  font-weight: 600;
}

.search-autocomplete .search-products .product .info .brand {
  margin-bottom: 2px;
  font-size: .95em;
  opacity: .85;
}

.search-autocomplete .search-products .product .info .price {
  margin-top: 5px;
  opacity: .85;
}

.search-autocomplete .search-products .product .image-wrap img {
  width: 100%;
}

.search-autocomplete .title-small {
  margin-bottom: 30px;
}

.search-autocomplete .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-autocomplete .side {
  min-width: 270px;
  max-width: 270px;
  margin-right: 30px;
}

.search-autocomplete .side .filter-scroll-wrap {
  position: relative;
}

.search-autocomplete .side .filter-scroll {
  max-height: 500px;
  padding-bottom: 50px;
  overflow-y: scroll;
  padding-right: 15px;
}

.search-autocomplete .side .filter-scroll-wrap:after {
  content: '';
  display: block;
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.search-autocomplete .results {
  width: 100%;
  max-width: 670px;
}

.search-autocomplete .subtitle {
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: bold;
}

.search-autocomplete .title-search {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 30px;
}

.search-autocomplete .feat-categories {
  padding: 25px;
  background: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 10px;
}

.search-autocomplete .feat-categories .live-cats.active {
  font-weight: bold;
}

.search-autocomplete .pop-up-info {
  font-size: 0.9em;
}

.search-autocomplete .pop-up-info:hover {
  color: #F27405;
}

.search-autocomplete .feat-categories .cats ul {
  margin: -5px;
  list-style: none;
  padding: 0;
  font-weight: 500;
  max-height: 230px;
  overflow-y: scroll;
}

.search-autocomplete .feat-categories .cats ul li {
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  width: 50%;

}

.search-autocomplete .filter-items .filter-item {
  width: 100%;
}

.search-autocomplete .filter-items .filter-item label span {
  margin-left: 6px;
  font-size: 0.8em;
  opacity: .7;
}

.search-autocomplete .filter-boxes:not(:last-child) {
  margin-bottom: 20px;
}

.search-autocomplete .filter-wrap:not(:last-child) {
  margin-bottom: 20px;
}

.search-autocomplete .filter-title {
  margin-bottom: 10px;
}

.search-autocomplete .contact span.glyphicon {
  margin-right: 5px;
}

.search-autocomplete .adres-wrap {
  display: inline-flex;
  flex-direction: column;
}

.search-autocomplete .adres-wrap .adres {
  display: flex;
  align-items: center;
}

.search-autocomplete .adres-wrap .adres .adres-label {
  min-width: 100px;
}

.search-autocomplete .adres-wrap .adres a {
  color: #f27405 !important;
}

/* End Search */

/* Kiyoh widget */
#header .desktop.vertical.dev .top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

#header .desktop.vertical.dev .top-nav .search-bar {
  max-width: 605px;
  width: 100%;
}

#formSearch.search-form input {
  max-width: unset;
  width: 100%;
}

#header .desktop.vertical.dev .reviews-wrap a {
  display: flex;
  align-items: center;
}

#header .desktop.vertical.dev .reviews-wrap img {
  margin-right: 10px;
}

#header .desktop.vertical.dev .reviews-wrap .stars {
  margin-right: 5px;
}

.reviews-wrap .stars {
  min-width: 75px;
  min-height: 15px;
}

#header .desktop.vertical.dev .reviews-wrap .stars i:not(:last-child) {
  padding-right: 2px;
}

#header .desktop.vertical.dev .reviews-wrap .score span:last-child {
  margin-left: 5px;
}

/* End Kiyoh widget */
@media (max-width: 1199px) {
  #header .desktop.vertical.dev .top-nav .search-bar {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  #formSearch.search-form input {
    min-width: 200px;
  }
}

@media (max-width: 767px) {
  #header.fixed .header-fixed-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 5px 5px 0px rgb(0 0 0 / 5%);
  }

  .header-fixed-wrap .navigation {
    padding-bottom: 0px;
    padding-top: 0px
  }

  .header-fixed-wrap .logo-height {
    height: 58px !important;
  }

  .header-fixed-wrap .navigation .logo img {
    height: 60px;
    width: auto;
  }

  .header-fixed-wrap .search-icon-mobile {
    position: relative;
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    z-index: 10;
    font-size: 1.8em;
    border-bottom: 1px solid #eaeaea;
  }

  .header-fixed-wrap .search-icon-mobile .open-search .search-icon {
    display: block;
    height: 26px;
    width: 26px;
    margin-right: 15px;
  }

  .header-fixed-wrap .search-icon-mobile .open-search.active .search-icon {
    display: none;
  }

  .header-fixed-wrap .search-icon-mobile .open-search.active .close-icon {
    display: block;
    width: 26px;
    height: 26px;
  }

  .header-fixed-wrap .search-icon-mobile .open-search .close-icon {
    display: none;
    margin-right: 15px;
  }

  #header .mobile-search {
    display: none;
  }

  .header-fixed-wrap .search-icon-mobile .open-search:focus {
    text-decoration: none;
  }

  #header .mobile-search.active {
    display: block;
  }

  #header .mobile-search input[type="text"] {
    padding: 10px 15px;
    color: #757679;
  }

  .mobile-search .search-autocomplete {
    background: #f7f7f7;
    top: 139px;
    padding: 0 15px;
  }

  .mobile-search .search-autocomplete .inner-wrap {
    height: calc(100vh - 210px);
    overflow: scroll;
  }

  .mobile-search .search-autocomplete .title-search {
    margin-top: 20px;
  }

  .mobile-search .search-autocomplete .feat-categories {
    background: #fff;
    margin-bottom: 10px;
  }

  .mobile-search .search-autocomplete .results {
    max-width: 100%;
  }

  .mobile-search .search-autocomplete .search-products .product {
    width: 100%;
  }

  .mobile-search .search-autocomplete .search-products .product:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
  }

  .mobile-search .search-autocomplete .more {
    padding-bottom: 80px;
  }

  .search-autocomplete.noresults .pop-up-info {
    display: none;
  }

  .search-autocomplete .pop-up-info {
    display: block;
  }

  .navigation .logo img {
    margin-left: 0px !important;
  }

  .navigation .logo a {
    width: 151px;
    height: 60px;
    display: inline-flex;
    text-align: center;
  }

  #header.open nav {
    z-index: 9998 !important;
    display: block !important;
  }

  #header.open.fixed .header-fixed-wrap {
    margin-left: 240px;
  }

  .reviews-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
    background: #fff;
  }

  .reviews-wrap img {
    margin-right: 10px;
  }

  .reviews-wrap .stars {
    margin-right: 5px;
  }

  .reviews-wrap .stars i:not(:last-child) {
    padding-right: 2px;
  }

  .reviews-wrap .score span:last-child {
    margin-left: 5px;
  }
}


/* END ADJUSTMENTS SHOPMONKEY 20-01-2022 */
.product-wrap .images img {
  width: 100%;
  height: auto;
}

#filter_form_mobile .submitformmob {
  border-radius: 3px;
}

.collapsing {
  transition: none !important;
}

.reviews-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #000;
}
.reviews-wrap .rating-wrap {
    display: block;
    background: url('https://www.kiyoh.com/assets/kiyoh/images/kv_shape.svg') 50% 50% no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    position: relative;

    .score {
      display: inline-block;
      position: absolute;
      font-weight: 600;
      font-size: 14px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0 0 0 -1px;
      letter-spacing: -0.8px;
      color: #000;
    }
}

.reviews-wrap .review-info {
  height: 40px;
  line-height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;

  .count span:first-of-type {
    margin-right: 3px;
  }
}