/* Content Views filters custom styling */
div.cvp-live-filter.cvp-checkbox {
  display: none;
}

div.cvp-live-filter .cvp-label {
  margin-right: 10px;
}

.filter_item_new {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  vertical-align: top;
  cursor: pointer;
  text-align: left;
}

/* .filter_item_new.Ringbystoneshape {
  width: 15%;
}

.filter_item_new.Metaltype {
  width: 15%;
}

.filter_item_new.Stonetype {
  width: 15%;
}

.filter_item_new.Stonebycolour {
  width: 15%;
}

.filter_item_new.Ringbyoccasion {
  width: 15%;
} */

.chosen_one {
  position: relative;
  padding-right: 15px;
  font-size: 14px;
}

.chosen_one:after {
  font-family: 'etmodules';
  content: "3";
  color: black;
  font-size: 14px;
  float: right;
}

.chosen_one.active:after {
  font-family: 'etmodules';
  content: "\4d";
  color: black;
  font-size: 14px;
  float: right;
}

.menu_items {
  display: none;
  position: absolute;
  top: 25px;
  width: 245px;
  padding: 10px;
  background-color: #fff;
  border-top: 1px solid #714073;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.cvp-live-filter {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

input[type=checkbox], input[type=radio] {
  border: 1px solid #ccc;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: .05s border-color ease-in-out;
  border-radius: 6px;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: normal 21px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked:before {
  content: "\f147";
  margin: -3px 0 0 -5px;
  color: #714073;
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font: normal 21px/1 dashicons;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.checkbox[type=checkbox]:checked {
  border: 1px solid #714073;
}

.checkbox {
  padding-bottom: 10px;
}

.checkbox:hover {
  /* background-color: #D3D3D3; */
  font-weight: bold;
}

.chosen_filters {
  position: relative;
  display: inline-block;
  padding: 0px 30px 0px 10px;
  margin-right: 13px;
  background-color: #714073;
  font-size: 14px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  vertical-align: middle;
}

.reset_filters {
  position: relative;
  display: inline-block;
  padding: 0px 30px 0px 10px;
  margin-right: 13px;
  background-color: #ddd;
  font-size: 14px;
  text-align: left;
  color: #999;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
}

.reset_filters:after {
  font-family: 'etmodules';
  content: "\4d";
  color: #999;
  font-size: 20px;
  padding-left: 5px;
  position: absolute;
}

.iks_filter {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.iks_filter:after {
  font-family: 'etmodules';
  content: "\4d";
  color: white;
  font-size: 20px;
  padding-left: 5px;
}

.width25 {
  display: inline-block;
  width: 39%;
  text-align: center;
  vertical-align: top;
}

.hidden {
  display: none;
}

.filter_color {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  margin-right: 2px;
  position: absolute;
  top: 0;
  left: 22px;
}

.filter_color:hover {
  font-weight: bold;
}

.yellow-stone-colour {
  background-color: #ffc801;
}

.black-stone-colour {
  background-color: #000000;
}

.blue-stone-colour {
  background-color: #5eaab0;
}

.champagne-stone-colour {
  background-color: #d0af7c;
}

.cornflour-blue-stone-colour {
  background-color: #0709bc;
}

.green-stone-colour {
  background-color: #98f48f;
}

.peach-stone-colour {
  background-color: #FFE5B4;
}

.pink-stone-colour {
  background-color: #feceee;
}

.purple {
  background-color: #4768db;
}

.red-stone-colour {
  background-color: #5c0005;
}

.teal-stone-colour {
  background-color: #008080;
}

.clear-stone-colour {
  background-color: #FFF8DC;
}

.colornm {
  position: absolute;
  bottom: -25px;
  left: 0px;
  font-size: 11px;
  display: none;
}

.fiftyperdiv {
  display: block;
  width: auto;
  vertical-align: top;
  text-align: right;
}

.cvp-count {
  color: #b1a9a9;
}

.relativecbx {
  position: relative;
  padding-left: 45px;
  z-index: 10;
}

.relativecbx input[type=checkbox] {
  position: absolute;
  top: 8px;
  left: 0px;
}

.stone_img {
  position: absolute;
  top: -1px;
  left: 21px;
  width: 30px;
  height: 26px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.marquise-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-marquise.png);
}

.oval-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-oval.png);
}

.cushion-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-cushion.png);
}

.pear-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-pear.png);
}

.round-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-round.png);
}

.emerald-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-emerald.png);
}

.princess-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-princess.png);
}

.asscher-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-asscher.png);
}

.baguette-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-baguette.png);
}

.brilliant-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-brilliant.png);
}

.heart-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-heart.png);
}

.radiant-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-radiant.png);
}

.cabachon-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-cabachon.png);
}

.triangle-cut-stone {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-triangle.png);
}

.rose-cut {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-rose.png);
}

.square {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-square.png);
}

.pentagon {
  background-image:url(/wp-content/plugins/content-views-filters/images/icon-pentagon.png);
}

.champagne-stone-colour .colornm {
  left:-18px;
}

.red-stone-colour .colornm {
  left:5px;
}

.pink-stone-colour .colornm {
  left:3px;
}

label {
  cursor: pointer;
}

.menu_items.Stonetype {
  width: 195px;
}

@media screen and (max-width: 1250px) {
  .width25 {
    width: 100%;
  }
  .filter_color {
    width: 30px;
    height: 30px;
  }
  .filter_item_new {
    width: 85%;
  }
  .fiftyperdiv {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
  }
  .filter_item_new.Ringbyoccasion {
    width: 15%;
  }
  .filter_item_new.Metaltype {
    width: 11%;
  }
  .filter_item_new.Ringbystoneshape {
    width: 17%;
  }
  .filter_item_new.Stonetype {
    width: 11%;
  }
}

@media screen and (max-width: 1000px) {
  .filter_item_new.Ringbyoccasion {
    width: 19%;
  }
  .filter_item_new.Metaltype {
    width: 15%;
  }
  .filter_item_new.Ringbystoneshape {
    width: 22%;
  }
  .filter_item_new.Stonetype {
    width: 15%;
  }
}

@media screen and (max-width: 910px) {
  .filter_item_new.Ringbyoccasion {
    width: 100%;
  }
  .filter_item_new.Metaltype {
    width: 100%;
  }
  .filter_item_new.Ringbystoneshape {
    width: 100%;
  }
  .filter_item_new.Stonetype {
    width: 100%;
  }
  .filter_item_new.Stonebycolour {
    width: 100%;
  }
  .menu_items {
    width: 100%;
  }
  .menu_items.Stonetype {
    width: 100%;
  }
  .chosen_one.active {
    background-position: 100% 11px;
  }
}
/* @media screen and (max-width: 410px){
  .cvp-live-filter .menu_items {
   display: grid ;
    grid-template-columns: 1fr 1fr; 
  }
} */



