div[class^="Accordion_root"] {
	/*display:none!important;*/
}

.brand-short-description {
    font-weight: normal;
    font-size: 2rem;
    line-height: 3rem;
    max-width: 1400px;
    margin: 3.5rem auto;
}

.category-description {
    border-top: 1px solid #cccc;
    background-color: #f4f4f4;
    padding: 5rem 10rem 8rem;
    width: 100%;
    margin: 5rem 0 0 !important;
    min-width: 100%;
    font-size: 2rem;
    line-height: 3rem;
    text-align: justify;
}
.featured-product {
    /* border-radius: 16px;
    padding: 6px;
    border: 1px solid #00338d7a;
    background-color: #00338d08;
    box-shadow: 0 5px 4px 0 #636363; */
}
.featured-product .product-image-container {
    /*border: none !important;*/
}

.dont_forget {
 		background-color: #ebe9da;
    padding: 15px 20px;
    border-radius: 6px; 
}
.needles_and_syringes_notice {
    padding: 10px 20px;
    background-color: #dae8e9;
    border-radius: 6px;
}

.needles_and_syringes_notice > p {
  margin: 20px 0;
}

/* colors */
.yellow {
  background: #ffd749;
  color: #00338d;
}
.blue {
  background-color: #00338d;
}
/* end colors */

/* buttons */
.button-primary-cta {
  border:1px solid #ffd749;
  font-size: 1.8rem;
  line-height: 2.3rem;
  padding: 1.25rem 4rem;
  border-radius: 3rem;
  background: #ffd749;
  color: #00338d;
	font-weight: bold;
}
.button-primary-cta:hover {
  border:1px solid #00338d!important;
}
.button-secondary-cta {
  border:1px solid #00338d;
  font-size: 1.8rem;
  line-height: 2.3rem;
  padding: 1.25rem 4rem;
  border-radius: 3rem;
  background: #fff;
  color: #00338d;
	font-weight: bold;
}
.button-secondary-cta:hover {
	background: #00338d!important;
	color:#fff!important;
}
/* end buttons */

/* temporary - should be removed as soon as possible */
div[class^='PolarBox_priceColumn'] {
  display:none;
}


#attentive_overlay iframe {
  top: unset !important;
}

    #shipping-notice {
    font-size: 18px;
    }
    @media (max-width: 768px) {
    #shipping-notice {
    font-size: 14px;
    }
    }
