.where-buy-header {
     margin-bottom: 125px;
}
 #carouselExampleSlidesOnly {
     margin-bottom: 165px;
}
 .carousel-inner {
     overflow: visible;
}
 .about-header .carousel-inner {
     overflow: initial;
}
 .about-header .carousel-caption {
     top: calc(165px - 1.25rem);
     width: 490px;
     text-align: left;
     text-transform: uppercase;
     right: 118px;
     left: auto;
     color: var(--primary) !important;
}
 .about-hero {
     background: #f2f0ed;
     border-radius: 0px 0px 140px 0px;
     max-height: 480px;
}
/* .promo-banner{
     background-color: #F2F0ED;
     border-radius: 0 0 140px 0;
     height: 480px;
}
 */
/* .promo-banner img {
     padding-top: 59px;
     padding-left: 71px;
     width: 100%;
     max-width: 587px;
     max-height: 506px;
     display: inline-block;
}
 */
/* .promo-banner-description {
     display: inline-block;
     padding-left: 71px;
}
 */
 .online-section h1 {
     text-transform: uppercase;
}
 .where-buy-description, .partner-description {
     font-size: 16.5px;
     font-weight: 400;
     line-height: 160%;
}
 .online-info-img-logo-1 {
     padding: 34px 26px 29px;
     border: 1px solid #d4cec9;
     margin-right: 16px;
}
 .online-info-img-logo-2 {
     padding: 25px 44px;
     border: 1px solid #d4cec9;
}
 .partners-section .top-container{
     text-align: center;
}
 .search-inner-container {
     text-align: center;
     max-width: 683px;
     margin: 0 auto;
     position: relative;
}
 .search-input-box {
     min-width: 683px;
     padding: 15px 40px 15px 50px;
     background-color: #F2F0ED;
     border-radius: 8px;
     border: none;
     min-height: 55px;
     background-image: url('../img/Icons/icon-search.png');
     background-repeat: no-repeat;
     background-position: 15px 18px;
}
 .current-location-icon {
     position: absolute;
     right: 18px;
     top: 18px;
}
 .map-card-container {
     max-height: 640px;
     overflow: hidden;
}
 .card-list-container {
     max-height: 640px;
     overflow: auto;
     padding-right: 21px;
}
 .map-cards-container {
     padding: 24px 0;
     border: 1px solid #D4CEC9;
     margin-bottom: 16px;
     border-radius: 8px;
}
 .map-top-container {
     padding: 0 32px 16px;
     border-bottom: 1px solid #D4CEC9;
}
 .map-top-container h5 {
     margin-bottom: 0;
}
 .map-bottom-container {
     padding: 16px 32px 0;
}
 span.km-container {
     font-size: 16px;
     color: #240D0A;
     padding-right: 7px;
     border-right: 1px solid #D4CEC9;
     margin-right: 7px;
}
 .status-container.open {
     color: #288012;
}
 .status-container {
     font-weight: 600;
     font-size: 11px;
     line-height: 15px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
}
 .status-container.closed {
     color: red;
}
 .km-status-container {
     margin-bottom: 2px;
}
 .clock-icon-img {
     display: inline-block;
     vertical-align: middle;
}
 .time-container {
     display: inline-block;
     vertical-align: middle;
     padding-right: 7px;
     border-right: 1px solid #D4CEC9;
     margin-right: 7px;
     font-weight: 400;
     line-height: 160%;
}
 .time-week-container {
     color: #260B08;
     margin-bottom: 4px;
}
 .get-directions-btn {
     font-weight: 400;
     font-size: 16.5px;
     line-height: 160%;
     margin-right: 20px;
}
 .msg-btn {
     text-decoration: none;
     margin-right: 8px;
}
 .call-btn {
     text-decoration: none;
}
 .map-iframe-container iframe{
     height: 640px;
}
 .map-iframe-container button.gm-ui-hover-effect {
	 top: 0px !important;
	 right: 0px !important;
}	 
 .dropdown-container label{
     font-weight: 600;
     font-size: 11px;
     line-height: 140%;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     color: #240D0A;
     opacity: 0.4;
     padding-top: 4px;
     padding-right: 16px;
}
 .dropdown-container{
     display: flex;
     margin-top: 18px;
}
 .dropdown-container select{
     width: 100%;
     border: none;
     font-weight: 600;
     font-size: 14px;
     line-height: 140%;
     color: #240D0A;
}
 @media only screen and (max-width: 768px) {
     .about-hero-img {
         top: 100px;
    }
     .mission-text-container {
         position: absolute;
         background-color: #fff;
         border-radius: 0 0 40px 0;
         padding: 32px;
        /* top: 30px;
         */
         left: 34px;
         width: 76%;
         bottom: 0px;
         height: min-content;
         top: 30%;
    }
}