.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 4rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
  background: #173444;
  border-color: #173444;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 3.5rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
}
.chiller_cb span {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1.5rem;
  left: 1.0rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.8rem;
  left: 0.8rem;
}

.white-bg
{
  box-shadow: 0 0 5px rgba(105, 105, 105, .5);
    padding: 15px;
    background: #fff;
    border-radius: 7px;
}

.btn-filter
{
  background: #173444;
    color: white;
    border-radius: 0;font-size: 16px;
}

.btn-filter i
{
  color: #fff!important;
}

ul.checklist {
  list-style-type: none;
}

li {
  display: inline-block;
}

input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

label.img-check {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 9px;
  cursor: pointer;
}

label.img-check:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

label.img-check img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + label.img-check {
  border-color: #ddd;
}

:checked + label.img-check:before {
  content: "✓";
  background-color: #173444;
  transform: scale(1);
}

:checked + label.img-check img {
  transform: scale(0.9);
  /* box-shadow: 0 0 5px #333; */
  z-index: -1;
}

.bg-asscher {
    width: 50px; height: 50px;
    background: url('../images/css_sprites_2.png') -10px -10px;
}

.bg-cushion {
    width: 50px; height: 50px;
    background: url('../images/css_sprites_2.png') -80px -10px;
}

.bg-emerald {
    width: 50px; height: 50px;
    background: url('../images/css_sprites_2.png') -10px -80px;
}

.bg-heart {
    width: 50px; height: 50px;
    background: url('../images/css_sprites_2.png') -80px -80px;
}

.bg-peal {
    width: 50px; height: 50px;
    background: url('../images/css_sprites_2.png') -150px -10px;
}

.bg-oval {
    width: 50px; height: 50px;
    background: url('../images/css_sprites_2.png') -150px -80px;
}

.bg-marquise {
    width: 50px; height: 50px;
    background: url('../images/css_sprites_2.png') -10px -150px;
}

.bg-princess {
    width: 50px; height: 50px;
    background: url('../images/css_sprites_2.png') -80px -150px;
}

.bg-radient {
    width: 50px; height: 50px;
    background: url('../images/css_sprites_2.png') -150px -150px;
}

.bg-round {
    width: 50px; height: 50px;
    background: url('../images/css_sprites_2.png') -220px -10px;
}

.weight-600
{
  font-weight: 600;
}

.bg-grey
{
  display: block;
    background: #f2f5fa;
    padding: 15px 0;
    box-shadow: 0 0 5px rgba(105, 105, 105, .5);
}

.dollar_range
{
  position: absolute;
    line-height: 34px;
    margin-left: 6px;
}

.slider-range .min, .slider-range .max, .slider-range_2 .min, .slider-range_2 .max
{
  width: 100px;
}

.noUi-handle
{
  background: url(../images/diamond_ranger.png);border:none;
}

.noUi-horizontal .noUi-handle
{
  width: 30px;
}

#hide_filter
{
  display: none;
}

.btn-less_more
{
  padding: 7px 14px;
    background: #173444;
    border-radius: 0;
    font-size: 16px;
}

.product-preview {
    background: #f2f5fa;
    border: 1px solid #cacaca;
    max-width: 100%;
}

.got-q
{
    background:#173444;
    padding:35px;
    margin-bottom:15px;
}

.mail-us
{
    background: #31627d;
    padding: 10px 20px 10px 10px;
    color: white;
    margin-top: 10px;
}

@media only screen and (max-width:480px)
{
  .stone-select
  {
    height: inherit!important;
  }

  #price_range, #carat_range
  {
    margin-bottom: 15px;width: 97%;
    margin-left: 10px;
  }

  .product-preview-outer
  {
    padding-left: 0!important;
  }
}