/* 20230512101404 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #666666;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #666666;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #666666;
  box-shadow: 0 0 2px #666666;
}

.gui-select.gui-focus .gui-handle {
  border-color: #666666;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #ffffff;
}

/* custom */
#productpage .cart-wrap .cart {
	display:flex;
  align-items:stretch;
}

#productpage .cart-wrap .cart .input-wrap {
  display: flex;
  align-items: stretch;
  background:#3B3B3B;
}
#productpage .cart-wrap .cart .input-wrap.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#productpage .cart-wrap .cart .input-wrap .standard-input {
  height: 51px;
  font-size: 20px;
  padding: 0;
  width: 40px;
  text-align: center;
  background: transparent;
  color:#fff;
}

#productpage .cart-wrap .cart .input-wrap .change {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 12px;
  align-items: center;
  justify-content: space-around;
  width: 25px;
  background:rgba(255,255,255,.05);
}

#productpage .cart-wrap .cart .select {
/* 	flex-grow:10; */
  background:#e6e6e6;
  width:40px;
}

#productpage .cart-wrap .cart .select select {
	height:40px;
  width:100%;
  opacity:0;
}

#productpage .cart-wrap .cart .select .ui.selection.dropdown {
	min-width:0;
  width:100%;
  display: flex;
  align-items: center;
  justify-content:center;
  background:#3B3B3B;
  color:#fff !important;
  border:none;
  padding:0;
}

#productpage .cart-wrap .cart .select .ui.selection.dropdown .text {
	 color:#fff !important;
}

#productpage .cart-wrap .cart .select .ui.selection.dropdown>.dropdown.icon {
	position: unset;
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
  transform: translateY(0%);
  order:2;
  margin-left:10px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#fff;
}

#productpage .cart-wrap .cart .select .ui.selection.dropdown>.dropdown.icon:before {
  content: "\f0dc";
}

.ui.selection.dropdown .menu>.item {
	padding:10px 0px !important;
  text-align:center;
}

#productpage .cart-wrap .cart .cart-btn {
	flex-grow:10;
  background:#25B363;
  display:flex;
  align-items:center;
  color:#fff;
/*   font-weight:bold; */
  text-transform:uppercase;
  letter-spacing:1.2px;
  padding: 7px 15px;
  justify-content: center;
  font-size: 26px;
}
#productpage .cart-wrap .cart .cart-btn.disabled {
  background-color: #e05d5a;
  border-right: 1px solid #eee;
}

#productpage .cart-wrap .cart .cart-btn .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6CA3F;
  color: #000;
  font-size: 20px;
}

#productpage .cart-wrap {
  margin-top: 20px;
}

#productpage .product-content {
  padding-top: 40px;
}

/* .products .product a.product-icon{opacity:1 !important;} */
#header .main-header .header-icons > a.wishlist img {
  width: 60%;
}

.products .product .info {
  position: relative;
}

.products .product .info a.add-to-wishlist {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.products .product:hover .info a.add-to-wishlist {
  visibility: visible;
  opacity: 1;
}

.products .product .info a.add-to-wishlist i {
 font-size: 18px; 
}

.products .product .info a.add-to-wishlist i.fa-heart {
  color: red;
}

.products .product .info {
	padding-top: 25px;
}

#header .main-header .header-icons a.wishlist {
  position: relative;
}

#header .main-header .header-icons a.wishlist .amount {
      font-size: 12px;
    color: #fff;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: absolute;
    top: -5px;
    right: -10px;
  display: none;
}
#productpage .cart-wrap .add-to-wishlist {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e05d5a;
}

#productpage .cart-wrap .add-to-wishlist .fa {
 font-size: 18px; 
}

#productpage .cart-wrap .sm.icon-cart {
  color: #000;
  width: 51px;
  height: 51px;
  background: #F6CA3F;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
}
#productpage .cart-wrap .sm.icon-cart.disabled {
  background-color: #e05d5a;
  border-right: 1px solid #eee;
}

#productpage .product-info .add-to-wishlist i {
  font-weight: bold;
}

@media (min-width: 1200px) {
 .products .product .image-wrap {
    padding: 10px;
    height: 150px;
    -webkit-transition: padding .2s ease-in-out;
  }
  
  .products .product:hover .image-wrap {
  	padding: 0;
  }
  
}

.topbar .trustpilot-widget {
  width: 420px;
}
@media (max-width: 1199px) {
  .topbar .trustpilot-widget {
    width: unset;
  }
  .products .product .image-wrap {
    padding: 10px;
    height: 200px;
    -webkit-transition: padding .2s ease-in-out;
  } 
  
  .products .product:hover .image-wrap {
  	padding: 0;
  }
}

@media (max-width: 991px) {
  #header .topbar {
    flex-wrap: wrap;
    justify-content: center;
    height: 60px;
  }
  .products .product .image-wrap {
    padding: 0px;
    height: initial;
  } 
  
  .products .product .info a.add-to-wishlist {
    visibility: visible;
  	opacity: 1;
  }
}

@media (max-width: 767px) {
  #header .topbar {
    height: 30px;
  }
  #productpage .cart-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
  }
  
  .scroll-top.productpage {
    left: unset;
    bottom: 60px;
    right: 0;
  }
}
#gui-block-shipment-method {
  opacity: 1;
}
.cart-table .select-del .select .standard-input {
  width: 30px;
  padding: 0;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 0;
  margin-left: 10px;
  text-align: center;
  color: #000;
}
