.questions:not([data-questions]) .questions__block {
display: none;
}

.opinions_add_form {
  display: none;
}


.newproducts, 
.label.--new {
  color: #fff;
  background: #caa44d;
}

.product_name__name {
  font-size: 2rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Raleway','Open sans',"Arial",sans-serif;
  font-weight: bold;
}

.no-touch .breadcrumbs .list_wrapper {
  scrollbar-color: #bb7808 transparent;
  scrollbar-width: thin;
  border-radius: 0;
  display: none;
}



.header .nav-link {
  display: block;
  padding: 5px 18px 8px;
  text-decoration: none;
  font-weight: 600;
  text-transform: inherit;
  font-size: 16px;
}

.price {
  font-size: 1.4rem;
  display: block;
  color: #4d4d4d;
  text-align: center;
  font-weight: normal;
}

.product__name {
  display: block;
  margin-bottom: 1rem;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.product__prices .price.--phone {
  color: #535353;
  text-decoration: none;
}


.logo {
  height: 145px;
  margin-top: 0;
  padding: 0 10px;
    padding-left: 10px;
  padding-left: 0;
}

.btn.--large.--solid {
  background: #ae843fb8;
  border: 1px solid #bb7808;
  color: #fff;}
  
.projector_details 
.projector_info__link
.projector_details 
.projector_status
.--status-hide.--time-show, 
.projector_details 
.projector_status
.--status-hide
.--unknown-show {
  display: none;
}

.photoSwipe_name {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-weight: 100;
  display: none;
  text-align: center;
  width: calc(100% - 88px);
  height: 100%;
  padding-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 
}


.projector_details 
.projector_prices__contact span {
  font-size: 1.5rem;
}


.projector_details 
.projector_prices__contact span {
  font-size: 1.5rem;
  font-weight: 100;
  text-decoration: none;
}
  .product__name {
  display: block;
  margin-bottom: 1.5rem;
  font-weight:normal;
  color: #000;
  text-decoration: none;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.product__icon {
  height: 30rem;
  margin-bottom: 1rem;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.logo {
  width: 100%;
  height: 100px;
  padding: 10px;
    padding-left: 10px;
  text-align: left;
  grid-area: logo;
  padding-left: 1.5rem;
  position: relative;
}
#projector_dictionary {
    position: relative; 
    top: -120px;
}
@media screen and (max-width: 600px) {
  #search.products {
    flex-wrap: wrap;
  }
  #search.products .product {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .product__icon {
  height: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.product__icon img {
  max-height: 70rem;
}
}

.label.--disable {
display: none !important;;
}

#search .product[data-product_disable] .product__icon img {
  opacity: .5;
}

.projector_tell_availability__link {
  width: 100%;
  display: none;
}

.projector_info__item.--safe.projector_safe {
    display: none;
}

.projector_info__item.--returns.projector_returns {
    display: none;
}

.projector_shipping_dialog {
    display: none;
}