form .error {
  color: #b88753;
}

.mt-product1 .links li.selected {
	border: 1px solid #b88753;
    background: #b88753;
    color: #ffffff !important;
}
.mt-product1 .links li.selected a{
    color: #ffffff !important;
}

/* wishlist start */
.ctm-hrt-fill {
  z-index: 1;
  position: absolute;
  margin-left: -25px;
}
.ctm-hrt-fill:hover, .ctm-hrt-fill:focus {
  color: #606060;
}
.heart_icon .fa-heart-o {
  display: block;
}
.heart_icon .fa-heart {
  display: none;
  color: #b88753;
}
/* wishlist end */
.mt-10{
  margin-top: 10px;
}
.product-3 .color-box li.active img, .cart-pattern-box {
  border: 1px solid transparent;
    border-color: #b88753;
    width: 15px;
    height: 15px;
    /* display: block; */
    position: relative;
    border-radius: 100%;
    /* margin-left: 5px; */
    /* float: right; */
    display: inline-block;
    top: -1px;
}


.loading::after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/svg/rings.svg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  top: 50%;
  width: 100%;
}
.ajax-loader {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  position: absolute;
  /*background-image: url(../images/loading-icon.gif);
  background-repeat: no-repeat;*/
}
/* loader */
.loader-container {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.loader {
  display: block;
  position: absolute;
  font-size: 0;
  color: #f36b21;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/*.mt-drop-sub {
    overflow-y: auto;
    height: 300px;
}*/
.cart-qty-upd{
  display: flex;
}
.cart-qty-upd .qty-center{
  width: 85px;
  text-align: center;
  margin: 0px 8px;
  background: #fff;
}
.cart-qty-upd button {
    background-color: #b88753;
    color: #ffffff;
}
.cart-color-box{
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #ccc;
  /* float: right; */
  display: inline-block;
  vertical-align: middle;
}
.color-name {
  vertical-align: middle;
}
.wishlist-cart .ctm-hrt-fill {
  margin-left: 0;
  margin-top: 4px;
}
.wishlist-cart span {
  margin-left: 18px;
  color: #b88753;
}

/*#################   Range Slider Open  #################*/
  .slider-labels {
    margin-top: 10px;
  }
  
  /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
  .noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .noUi-target {
    position: relative;
    direction: ltr;
  }
  
  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  /* Fix 401 */
  }
  
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .noUi-handle {
    position: relative;
    z-index: 1;
  }
  
  .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
  }
  
  .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
  }
  
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
  .noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  /* Slider size and handle placement;
   */
  .noUi-horizontal {
    height: 4px;
  }
  
  .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #b88753;
  }
  
  /* Styling;
   */
  .noUi-background {
    background: #D6D7D9;
  }
  
  .noUi-connect {
    background: #333333;
    -webkit-transition: background 450ms;
    transition: background 450ms;
  }
  
  .noUi-origin {
    border-radius: 2px;
  }
  
  .noUi-target {
    border-radius: 2px;
  }
  
  .noUi-target.noUi-connect {
  }
  
  /* Handles and cursors;
   */
  .noUi-draggable {
    cursor: w-resize;
  }
  
  .noUi-vertical .noUi-draggable {
    cursor: n-resize;
  }
  
  .noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  
  .noUi-handle:active {
    border: 8px solid #333333;
    border: 8px solid rgba(53,93,187,0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
  }
  
  /* Disabled state;
   */
  [disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
  }
  
  [disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
  }

  .prod-det-smenu a{
    float: left;
    margin-left: 20px;
    padding-top: 0;
  }
.product-info-main .cf-swatch-option:hover, .product-info-main .cf-swatch-option.selected{
  border: 1px solid #b88753;
  background: #b88753;
  color: #ffffff;
}

.PenEditorFooterAd_text-2mho2 {
    padding: .6rem .7rem;
    line-height: 1.25;
    color: #aaaebc;
    display: grid;
    place-items: center;
    flex: auto;
    background: #b88753;
    width: fit-content;
    margin: 15px 0px;
    position: absolute;
    border-radius: 5px;
    top: -16px;
    display: none !important;
}
.PenEditorFooterAd_company-2bAwg {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 5px;
}
.selectSizeValid-2mho2 {
  position: absolute;
  font-size: 11px;
  background: #b88753;
  top: -30px;
  border-radius: 5px;
  color: #fff !important;
  padding: 2px 10px;
  opacity: 0.9;
}
.selectSizeValid-2mho2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 6%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #b88753 transparent transparent transparent;
}
.selectSizeValid-2bAwg {
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    font-weight: 700;
    color: #fff;
    padding: 5px;*/
    font-size: 14px;
}
.pos-relative{
  position: relative;
}
#global_search_elements ul{
  position: relative;
  background: none;
}
#global_search_elements ul .ui-state-active{
  background: none;
}