body.modal-open {
  overflow: hidden;
  height: 100vh;
}
body.modal-open  header { display: none; }
.product-grid {
  position: relative;
  overflow: visible !important;
  padding: 0px;
  margin: 0px;
}

.product-item {
  margin-bottom: 1px;
}

.product-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px; 
  position: relative;
}

#productModal .product-image{
  background-size: contain;
  background-position: center center;
}

.product-item .product-image { bottom: -25px; }

.product-item {
  outline: 1px solid #E6E6E6;
  padding: 25px 0px 0px;
  overflow: hidden;
  cursor: pointer;
}

.product-item:hover * {
  opacity: .75;
}

.product-item:hover {
  outline: 1px solid #F9423A;
  z-index: 9;
}
.cellairis-hq .product-item:hover {
  outline: 1px solid #009ABE;
}
.product-title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #454545;
  min-height: 75px;
  margin-bottom: -25px;
}

.product-filter-wrapper {
  background: linear-gradient(90deg, #F9423A 50%, #F6F6F6 50%);
  margin-bottom: 0px;
}
.cellairis-hq .product-filter-wrapper {
  background: linear-gradient(90deg, #009ABE 50%, #F6F6F6 50%);
}
.product-filter-wrapper .container-fluid {
  background-color: #f6f6f6;
}
.show-me-col {
  background-color: #F9423A;
  color: #FFF;
  max-width: 200px !important;
  text-align: right;
  line-height: 50px;
  font-size: 24px;
  text-transform: uppercase;
}
.product-grid-wrapper .show-me-labels {
  background-color: #F6F6F6;
}
.cellairis-hq .show-me-col {
  background-color: #009ABE;
}


.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 12px;
  left: 0;
  height: 24px;
  width: 24px;
  background: #ffffff;
  border: 2px solid #757575;
  border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cccccc;
}

.control input:checked ~ .control_indicator {
  background: #ffffff;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #DDD;
}
.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator:after {
  left: 7px;
  top: 1px;
  width: 4px;
  height: 11px;
  border: solid #F9423A;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cellairis-hq .control-checkbox .control_indicator:after {
  border: solid #009ABE;
  border-width: 0 2px 2px 0;
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.product-filter-wrapper label {
  font-size: 18px;
  text-transform: uppercase;
  color: #454545;
  line-height: 50px;
  margin-bottom: 0px;
  margin-right: 25px;
  position: relative;
  padding-left: 35px;
}

.product-filter-wrapper label input {
  margin-right: 5px;
}

.product-image img { max-height: 80vh; }
.product-grid-wrapper { font-family: proxima-nova, sans-serif; }

#productModal .close {
  padding: 10px 15px;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 16px;
    background-color: #F9423A;
    color: #FFF;
    top: 16px;
    opacity: 1;
}
div.fusion-row #productModal .close {
  height: 50px;
  right: 29px;
  top: 66px;
}

div.fusion-row .product-filter-wrapper {
  margin-bottom: 0px !important;
}

div.fusion-row .product-grid-wrapper {
  margin-left: -30px;
  margin-right: -30px;
}

div.fusion-row .product-grid { margin-bottom: 25px; }

div.fusion-row .container {
  overflow: visible;
  max-width: 100%;
}

div.fusion-row .modal-body {
  padding: 100px 0 !important;
}

div.fusion-row #productModal:after {
  box-sizing: border-box;
  content: ' ';
  position: absolute;
  background: #FFF;
  z-index: 999999;
  width: 100vw;
  height: 100px;
  bottom: 0;
}

#productModal.modal.fade.in {
  display: block;
  opacity: 1;
  z-index: 999999;
  z-index: 10011;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
}

.modal-backdrop.fade.in { display: none !important; }

.cellairis-hq #productModal .close {
  background-color: #009ABE;
}

#productModal .close:hover {
    opacity: .8;
}

#productModal .modal-body .content { display: none }

#productModal .modal-next.active,
#productModal .modal-prev.active {
  color: #F9423A;
  font-weight: bold;
  cursor: pointer;
}
.cellairis-hq #productModal .modal-next.active,
.cellairis-hq #productModal .modal-prev.active {
  color: #009ABE;
}

#productModal .modal-next,
#productModal .modal-prev {
  color: #666;
  display: inline-block;
  position: absolute;
  top: 45%;
}

#productModal .modal-next { right: 15px; }
#productModal .modal-prev { left: 15px; }

#productModal .modal-header {
  padding: 0;
  z-index: 2;
  border: 0;
}

#productModal .modal-body {
  max-width: 1000px;
  flex: 0 1 auto;
  padding: 25px 0;
  align-self: center;
  justify-self: center;
  width: 80%;
}

#productModal .modal-content {
  border: 0px;
  border-radius: 0px;
  margin: 0 auto;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

#productModal .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 0;
  max-width: 100%;
}

#productModal .product-colors,
#productModal .product-included,
#productModal .product-specifications,
#productModal .product-available-for { 
  padding: 15px 0px;
 }
#productModal .product-colors,
#productModal .product-included,
#productModal .product-specifications,
#productModal .product-overview,
#productModal .product-available-for {
  border-bottom: 1px solid #E6E6E6;
}
#productModal .product-overview {
  padding-bottom: 15px;
}
 #productModal .product-colors .col-md-3,
 #productModal .product-included .col-md-3,
 #productModal .product-specifications .col-md-3,
 #productModal .product-available-for .col-md-3{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
} 


.product-color-swatch { 
  border: 5px solid #E6E6E6;
  padding: 1px;
  background-clip: content-box;
  width: 45px; 
  height: 45px; 
  display: inline-block; 
  margin-right: 10px; 
  border-radius: 50%; 
  text-indent: -999px;
}

.product-included-detail,
.product-spec-detail {
  line-height: 14px;
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 120px;
}
.product-spec-detail { padding-left: 0px; }

.product-specifications ul {
  margin-left: 0px;
  padding-left: 15px;
}

.product-spec-detail span, 
.product-included-detail span { 
  font-weight: bold;
  width: 120px;
  display: inline-block;
  position: relative;
  float: left;
  left: 0;
  margin-left: -120px;
 }
 .product-grid .clear:after {
  content: "";
  clear: both;
  display: table;
}
.product-overview h2 { font-weight: 100; font-size: 44px; margin-bottom: 20px; }
.product-overview p { font-weight: 300; font-size: 18px; line-height: 28px; }
.product-overview a.btn {
  background-color: #F9423A;
  border: 3px solid #F9423A;
  color: #FFF;
  border-radius: 25px;
  padding: 10px 25px;
  margin-right: 25px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.cellairis-hq .product-overview a.btn {
  background-color: #009ABE;
  border: 3px solid #009ABE;
}
.product-overview a.store-btn {
  background-color: #FFF;
  border: 3px solid #F9423A;
  color: #F9423A; 
}

.product-overview a.btn.become-a-reseller-btn {
  background-color: #FFF;
  border: 3px solid #009ABE;
  color: #009ABE; 
}

.product-grid-wrapper a.buy-btn,
.product-grid-wrapper a.store-btn {
  display: inline-block;
}

.product-grid-wrapper a.where-to-buy-btn,
.product-grid-wrapper a.become-a-reseller-btn {
  display: none;
}

.product-grid-wrapper.cellairis-hq a.buy-btn,
.product-grid-wrapper.cellairis-hq a.store-btn {
  display: none;
}

.product-grid-wrapper.cellairis-hq a.where-to-buy-btn,
.product-grid-wrapper.cellairis-hq a.become-a-reseller-btn {
  display: inline-block;
}

.product-grid-wrapper a:hover { opacity: .75; }

#loadMoreProducts { display: none; }

@media (max-width: 767px) {
  .product-grid-wrapper .container { padding: 0px; width: calc(100% + 3px); }
  .product-grid-wrapper .show-me-labels { white-space: nowrap; max-width: 60%; overflow-x: scroll; }
  #loadMoreProducts {
    background-color: #F6F6F6;
    line-height: 65px;
    width: 90%;
    margin: 25px auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #009ABE;
    border-radius: 30px;
  }
  #productModal .close {
    right: 16px;
  }
  .product-overview h2 { 
    font-size: 34px;
    margin-top: 25px;
   }
   .product-overview a.btn { width: 100%; margin-bottom: 15px; }
   .product-color-swatch {
    border: 1px solid #E6E6E6;
    padding: 1px;
    background-clip: content-box;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 5px; 
    margin-right: 10px;
    border-radius: 50%;
    text-indent: -999px;
  }
  #productModal { width:100vw; }
  .product-grid-wrapper { overflow: hidden; }
  #productModal .product-colors .col-md-3 br,
  #productModal .product-included .col-md-3 br,
  #productModal .product-specifications .col-md-3 br,
  #productModal .product-available-for .col-md-3 br {
    display: none;
  }
  #productModal .product-included .col-md-3,
  #productModal .product-specifications .col-md-3 {
    margin-bottom: 25px;
  }
  #productModal .product-colors .col-md-3,
  #productModal .product-available-for .col-md-3 {
    margin-bottom: 15px;
  }

  #productModal .modal-next,
  #productModal .modal-prev {
    opacity: 0;
  }
  div.fusion-row #productModal:after {
    display: none;
  }

}