.nomensa__template-9-grouping-wrapper__child {
    max-width: 100%;
}

@media (min-width: 992px) {
	.nomensa__template-9-grouping-wrapper__child {
    	max-width: 619px;
	}
}

/* Phone gallery styles */

.vm-box-grid div[id*='fullwidth_templatesection'] {
    font-size: 0;
    display: inline!important;
    position: relative;
    right: 0px;
    flex-basis: min-content;
}

.vm-phone-gallery div#refine {
    font-size: initial;
}

.vm-phone-gallery-item {
    text-align: center;
    max-width: 353px;
    max-height: 414px;
    padding: 0;
    background-color: #fff;
    margin-bottom: 32px;
    box-shadow: 0 12px 24px -10px rgb(0 0 0 / 34%);
    width: 280px;
    margin: 10px;
}

.vm-phone-gallery-item .button {
  margin-bottom: 20px;
}

.vm-phone-gallery-item .button a {
  border: none;
}

.vm-phone-gallery-item .button a:hover {
  background-color: transparent;
}

.vm-phone-gallery-item .button a span:after {
  position: relative;
  display: inline-block;
  font-family: FontAwsome;
  content: "\f054";
  line-height: 0;
  font-size: .875rem;
  width: 0.8125rem;
  height: 0.9375rem;
  top: 0.0625rem;
  left: 0.625rem;
  text-decoration: none;
}

.vm-phone-gallery-item.hidden {
	display: none!important;
	width: 0;
}

.ext-gecko .vm-phone-gallery-item.hidden,
.ext-strict .vm-phone-gallery-item.hidden {
	display: block !important;
	border: 2px red dashed;
	visibility: visible;
}

.no-phones{
	display: none;
}

.ext-gecko .no-phones,
.ext-strict .no-phones {
	display: block;
}

.vm-pgi-head {
    height: 30px;
    display: block;
}

.vm-pgi-head h3 {
    font-size: 22px;
    background: yellow;
    width: 100%;
    display: block;
}

.vm-pgi-img {
    height: 200px;
    padding-bottom: 10px;
    text-align: center;
}

.vm-pgi-img img {
    max-width: 100%;
    max-height: 100%;
}

.vm-pgi-details h3 {
    font-size: 19px;
    color: #3e364a;
    line-height: 25px;
    min-height: 40px;
}

.vm-pgi-body {
    padding: 0 15px 20px 15px;
}

.vm-pgi-body ul.colors {
    display: none;
}
.vm-pgi-body ul.colors li {
    margin-bottom: 5px;
}
.vm-pgi-body ul.colors li p {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 1px solid #000000;
}

.storage {
    display: none;
}


@media screen and (min-width: 1145px) {

	.vm-phone-gallery .lgi_col_20_80-c0 {
	    width: 15%;
	}
	.vm-phone-gallery .lgi_col_20_80-c1 {
	    width: 85%;
	}

}

.custom-check input[type="checkbox"],.custom-check input[type="radio"]{display:none}
.custom-check input[type="checkbox"]+label,.custom-check input[type="radio"]+label{display:inline-block; font-size: 16px;}
.custom-check input[type="checkbox"]:checked+label:before{content:"\f00c";font:normal normal normal 14px/1 FontAwsome;line-height:23px;text-align:center;color:red}
.custom-check input[type="checkbox"]+label:before{background-color:white;border:1px solid #d6d8d9;content:"";display:inline-block;height:23px;margin:-2px 12px 0 0;vertical-align:middle;width:23px;border-radius:2px}

.filters-group {
    display: block;
    padding-bottom: 15px;
}
.filter-header {
    margin-bottom: 10px;
    margin-top: 25px;
}
.no-phones {
    font-size: inherit!important;
}

.nomensa-refine-handsets__brands-container {
  display: grid;
  padding: 10px;
}

.nomensa-refine-handsets__brands-container > h6 {
  margin-bottom: 20px;
}

@media (min-width: 679px) {
  .nomensa-refine-handsets__brands-container > h6 {
    grid-area: 1 / 1 / span 2 / span 3;
  }

  .nomensa-refine-handsets__brands-container {
    grid-template-columns: 170px 170px;
  }
}

.vm-box-grid > .lgi-grouping-desktop > .lgi-grouping-responsive > .parsys {
  display: flex;
  flex-wrap: wrap;
}

.nomensa-refine-handsets__brands-container,
.vm-box-grid > .lgi-grouping-desktop > .lgi-grouping-responsive > .parsys {
  width: 300px;
  margin: -10px auto;
}

@media (min-width: 679px) {
  .nomensa-refine-handsets__brands-container,
  .vm-box-grid > .lgi-grouping-desktop > .lgi-grouping-responsive > .parsys {
    width: 600px;
  }
}

@media (min-width: 1019px) {
  .nomensa-refine-handsets__brands-container,
  .vm-box-grid > .lgi-grouping-desktop > .lgi-grouping-responsive > .parsys {
    width: 900px;
  }
}

