.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS */.woocommerce table.shop_attributes th{
    width: 200px;
}
.woocommerce table.shop_attributes td{
    padding-left: 20px;
    font-style: normal;
}
.cad_file_box {
  width: 23% !important;
  float: left;
  background-color: #000;
  margin: 20px 2%;
  display: flex;
  padding: 10px;
}
.download_cad_file {
  font-size: 16px;
  color: #fff;
  padding: 1px 15px;
  line-height: 24px;
}
.cad_file_box i {
  position: relative;
  float: left;
  margin-right: 5px;
  height: 24px;
  width: 24px;
}

.dwg-icon {
  background: url(/wp-content/uploads/2022/11/sprite.png) -189px -104px no-repeat;
}
.gsm-icon {
  background: url(/wp-content/uploads/2022/11/sprite.png) -270px -104px no-repeat;
}
.rfa-icon {
  background: url(/wp-content/uploads/2022/11/sprite.png) -243px -104px no-repeat;
}
.pdf-icon {
  background: url(/wp-content/uploads/2022/11/sprite.png) -108px -104px no-repeat;
}
.jpg-icon {
  background: url(/wp-content/uploads/2022/11/sprite.png) -54px -104px no-repeat;
}
@media screen and (min-width:768px) and (max-width: 1280px){
.cad_file_box {
  width: 33%;
  padding: 10px 10px;
  background-color: #000;
  float: left;
  margin: 20px 10px;
  display: flex;
}
}
@media screen and (max-width: 475px){
    .cad_file_box {
  width: 55%;
  padding: 10px 20px;
  background-color: #000;
  float: left;
  margin: 20px 0px;
  display: flex;
}
.download_cad_file {
  font-size: 16px;
  color: #fff;
  padding: 1px 15px;
  line-height: 24px;
}
.cad_file_box i {
  position: relative;
  float: left;
  margin-right: 5px;
  height: 24px;
  width: 24px;
}
}/* End custom CSS */