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

.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: #000000;
}

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

.gui a {
  color: #b27a44;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #ffffff;
  color: #f7f2f2;
  background-color: #630eff;
}

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

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

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

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

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

.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: #61959e;
}

/* custom */
body > div > div > div.main-container.brands > div > div {display:none;}
body > div > div > div:nth-child(2) > div > div {xdisplay:none;}
.container.topbar { 
  background: transparent;
}

.topbar ul {
  background-color: white;
}

.ul-reset{
  list-style: none;
  padding: 0;
  margin: 0;
}
.products .product .variants-wrap{
	margin: -2px;
  width: 100%;
  padding: 15px 30px;
  height:69px;
}
.products .product .variants-wrap ul.no-carousel{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products .product .variants-wrap .variants li{
	padding: 2px;
}
.products .product .variants-wrap .variants li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 35px;
  min-height: 35px;
  max-height: 35px;
  padding: 0 10px;
  border: 1px solid #eee;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
text-transform: uppercase; 
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.products .product .variants-wrap .variants li.disabled a{
	pointer-events: none;
  opacity: 0.4;
}
.products .product .variants-wrap .variants .owl-nav .owl-prev, 
.products .product .variants-wrap .variants .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  left: -20px;
  height: 100%;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 5px;
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.products .product .variants-wrap .variants .owl-nav .owl-next{
  left: auto;
  right: -20px;
}
.products .product .variants-wrap .variants .owl-nav .owl-prev.disabled, 
.products .product .variants-wrap .variants .owl-nav .owl-next.disabled{
  opacity: 0;
  visibility: hidden;
}
/* @media(min-width: 1500px){
  .products .product .variants-wrap .variants.low-count .owl-stage-outer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
} */
@media(max-width: 1199px){
	.products .product .variants-wrap{
  	padding: 10px 30px;
  }
}
@media(max-width: 767px){
	.products .product .variants-wrap{
  	padding: 10px;
  }
}

#productpage .product-info .variant-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
}

#productpage .product-info .variant-blocks .variant-option {
	padding: 5px;
}

#productpage .product-info .variant-blocks .variant-option.disabled {
	pointer-events: none;
  text-decoration: line-through;
  opacity: 0.7;
}

#productpage .product-info .variant-blocks .variant-option input {
	display: none;
}

#productpage .product-info .variant-blocks .variant-option label {
	min-width: 50px;
  min-height: 50px;
  max-height: 50px;
  padding: 0 10px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin: 0;
  cursor: pointer;
  border-radius: 4px;
}

#productpage .product-info .variant-blocks .variant-option input:checked ~ label {
	background: #fff;
  border: 1px solid #2a4849;
  color: #2a4849;
}
#productpage .product-info .variant-blocks .variant-option.disabled input:checked ~ label{
  text-decoration: line-through;
}

#productpage .product-info .variant-blocks .variant-option label:hover {
  background: rgba(0,0,0,0.03);
}

.products .product .info .description {
	display:none;
}
.products .product .info .product-brand {
	height:18px;
}

@media(max-width: 767px){
  .products .product .variants-wrap .variants .owl-nav .owl-next {
    right: -10px;
  }
  .products .product .variants-wrap{
    height: 59px;
  }
}
