/* Custom Notice Styles */

.bernsport-custom-notice--pdp {
   color: #a9c546 !important;
   font-weight: bold;
   font-size: 1.6rem;
   margin: 0 0 15px;
}

@media only screen and (max-width: 768px) {
   .bernsport-custom-notice--pdp {
       font-weight: 500 !important;
       font-size: 18px !important;
   }
}

.bernsport-custom-notice--cart {
   order: 2;
}

.bernsport-custom-notice--checkout {
   margin: 15px 0;
}

.collect-from-depot-notice {
   background-color: #d4edda;
   border: 1px solid #c3e6cb;
   color: #155724;
   padding: 15px;
   margin: 15px 0;
   border-radius: 5px;
}

.collect-from-depot-notice h4 {
   color: #155724;
   margin: 0 0 10px 0;
   font-size: 16px;
}

.collect-from-depot-notice p {
   margin: 0;
   line-height: 1.4;
}

.collect-from-depot-notice a {
   color: #155724;
   text-decoration: underline;
   font-weight: bold;
}

.collect-from-depot-notice a:hover {
   color: #0d5132;
}
