.spnArrow svg {
  fill: #adadad;
}
.show_price_n_discount .show_price_n_item span.spnAmount {
  color: #446084;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.show_price_n_discount .show_price_n_item span.spntitle {
  display: block;
  font-size: 16px;
  color: #555;
}

.show_price_n_discount .show_price_n_item span.spnAmount {
  display: block;
}
.show_price_n_discount {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 10%;
  position: relative;
}
span.spnArrow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
}

.show_price_n_discount .show_price_n_item {
  float: left;
  width: 50%;
}
.ui-slider-horizontal .ui-slider-handle {
  border-radius: 100%;
  width: 1.8em;
  height: 1.8em;
  top: -0.7em;
  margin-left: -0.7em;
  background: #446084;
  border: 0 none;
  cursor: pointer;
}
.coinRangeSlider .ui-widget-content {
  height: 5px;
  border: 0 none;
  background: #d6d6d6;
}
.coinRangeSlider {
  width: 600px;
  margin: 0 auto;
}
.coin_quantity_show {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #555;
  font-size: 20px;
  font-weight: 700;
  position: relative;
    top: 4px;
    height: 53px;
}
span.tick:last-child {
    /*margin-left: -25px !important;*/
    margin-left: -20px !important;
}

.coinRangeSlider,
* {
  box-sizing: border-box;
}
.add_to_cart_section {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.add_to_cart_section a.add_to_cart_btn {
  background: #d26e4b;
  position: relative;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.03em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  border: 0 none;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 2.2em;
  max-width: 100%;
  font-weight: 700;
}
.steps-2 {
  border: 1px solid transparent; /*follows #slider2 style for sizing purposes */
  width: 100%;
  position: relative;
  height: 30px;
}
.tick {
  border: 1px solid transparent;
  position: absolute;
  width: 2em;
  margin-left: -0.7em;
  text-align: center;
  left: 0px;
  font-size:11px;
}
span.tick:first-child {
  /*left: 5px;*/
  left:8px;
}
/*---- Mobile All Portrait + Landscape ----*/
@media only screen and (max-width: 767px) {
  .coinRangeSlider {
    width: 100%;
    padding: 0 15px;
  }
  .show_price_n_discount {
    padding: 10px 0;
  }
  .show_price_n_discount .show_price_n_item span.spnAmount {
    font-size: 22px;
  }
  .show_price_n_discount .show_price_n_item span.spntitle {
    font-size: 14px;
  }
  .add_to_cart_section {
    margin-top: 15px;
  }
}

/*
.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -17px;
  font-size: 8px;
  background: white;
  white-space: nowrap;
  line-height: 1;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
}
.slider-container .scale span {
  position: absolute;
  height: 15px;
  border-left: 1px solid #999;
  font-size: 0;
  top: 5px;
}
.slider-container .scale ins {
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  left: -5px;
  top: 15px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-green .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#eeeeee),
    to(#dddddd)
  );
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-green .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #446084;
  background-image: -moz-linear-gradient(top, #446084, #446084);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#446084),
    to(#446084)
  );
  background-image: -webkit-linear-gradient(top, #446084, #446084);
  background-image: -o-linear-gradient(top, #446084, #446084);
  background-image: linear-gradient(to bottom, #446084, #446084);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#446084', endColorstr='#446084', GradientType=0);
}
.theme-green .back-bar .pointer {
  border-radius: 100%;
  width: 1.8em;
  height: 1.8em;
  top: -0.7em;
  margin-left: -0.7em;
  background: #446084;
  border: 0 none;
  cursor: pointer;
}
.theme-green .back-bar .pointer-label {
  color: #999;
}
.theme-green .back-bar .focused {
  color: #333;
}
.theme-green .scale span {
}
.theme-green .scale ins {
  color: #999;
}
.theme-blue .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#eeeeee),
    to(#dddddd)
  );
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#b1d1f9),
    to(#64a8f9)
  );
  background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
  background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}
.theme-blue .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #aaa;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#eeeeee),
    to(#dddddd)
  );
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-blue .back-bar .pointer-label {
  color: #999;
}
.theme-blue .back-bar .focused {
  color: #333;
}
.theme-blue .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-blue .scale ins {
  color: #999;
}
*/