#footer a {
    text-decoration: none;
}
/*.holiday-image {*/
/*    margin: 0 !important;*/
/*}*/
@font-face {
    font-family: 'HandelSans'; /*a name to be used later*/
    src: url('https://bardac.com/fonts/HandelSansEFCEOP-BoldObl.otf'); /*URL to font*/
}

p.driveweb {
    font-family: 'HandelSans' !important;
    font-weight: 100;
    font-size: 103%;
    color: #F9423A;
}

.holiday-image img {
    padding: 0;
    margin: 0 0 0 -50px;
    max-width: 110%;
    transition: none !important;
}
.main_color .product-table tr:nth-child(even) {
  color: inherit;
}
@media only screen and (max-width: 990px) {
    .holiday-image img {
      margin-left: calc(50% - 50vw);
      /* margin-right: calc(50% - 50vw);*/
      max-width: 1000%;
      width: auto;
    }
 } 