@charset "UTF-8";
/* CVS Text Styles */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

h1.cvs,
h2.cvs,
h3.cvs,
h4.cvs,
h5.cvs,
h6.cvs {
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h1.cvs {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}

h2.cvs {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}

h1.cvs + h2.cvs {
  margin: -2rem 0 2rem 0;
}

h3.cvs {
  font-size: 1.125rem;
  text-transform: uppercase;
}

h4.cvs {
  font-size: 1rem;
  font-weight: 600;
}

h5.cvs {
  font-size: 1rem;
  color: black;
  font-weight: 600;
}

h6.cvs {
  font-size: 1rem;
  color: black;
  font-weight: 600;
}

a {
  color: #4aa1a6;
}
a:hover, a:focus {
  color: #3a7f83;
}

p.cvs-notice, span.cvs-notice {
  font-size: 0.85em;
  color: #9b9b9b;
}
p.cvs-internal, span.cvs-internal {
  margin: 0;
  font-size: 9px;
  line-height: 11px;
  font-family: monospace;
  color: #e7e7e7;
}
p.cvs-internal::selection, span.cvs-internal::selection {
  background: none;
  color: #9b9b9b;
}

b, strong {
  font-weight: 700;
}

.cvs-legal-text {
  font-size: 0.85rem;
  text-align: justify;
}

.cvs-notice {
  font-size: 0.9em;
}
.cvs-notice p {
  margin-bottom: 0.5em;
}

.cvs-note-prefix-one::before {
  display: inline-block;
  width: 2em;
  content: "*";
}
.cvs-note-prefix-two::before {
  display: inline-block;
  width: 2em;
  content: "**";
}
.cvs-note-prefix-three::before {
  display: inline-block;
  width: 2em;
  content: "***";
}

.button {
  color: white;
  background-color: #4aa1a6;
  border: 1px solid #3a7f83;
}

.button:hover,
.button:focus,
.button.current,
.button.active {
  color: white;
  background-color: #3a7f83;
}

.button.secondary {
  color: white;
  background-color: #e7511e;
  border: 1px solid #be3f14;
}

.button.secondary:hover,
.button.secondary:focus,
.button.secondary.current,
.button.secondary.active {
  color: white;
  background-color: #be3f14;
}

.button.success {
  color: white;
  background-color: #5da423;
  border: 1px solid #457a1a;
}

.button.success:hover,
.button.success:focus,
.button.success.current,
.button.success.active {
  color: white;
  background-color: #457a1a;
}

.button.alert {
  color: white;
  background-color: #c60f13;
  border: 1px solid #970b0e;
}

.button.alert:hover,
.button.alert:focus,
.button.alert.current,
.button.alert.active {
  color: white;
  background-color: #970b0e;
}

.button {
  text-transform: uppercase;
  font-weight: 600;
}

.cvs-error {
  border-color: #c60f13;
  color: #c60f13;
}
.cvs-error + span.cvs-error {
  margin: -1rem 0 1rem 0;
}

span.cvs-error {
  display: block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  background: #c60f13;
  color: white;
}

#cvs-proto-participant #gender,
#cvs-proto-participant #firstName,
#cvs-proto-participant #dateOfBirth {
  border: 1px solid #68b7bb;
  background-color: #f5fafa;
}
#cvs-proto-participant #gender::placeholder,
#cvs-proto-participant #firstName::placeholder,
#cvs-proto-participant #dateOfBirth::placeholder {
  color: #68b7bb;
  opacity: 1;
}

.cvs-switch-panel {
  display: none;
}

#cvs-content fieldset {
  margin: 1rem 0;
  padding: 2rem 1rem;
  border: 1px solid #cccccc;
}
#cvs-content fieldset .switch {
  margin-bottom: 0;
}
#cvs-content .form-group label {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
#cvs-content input, #cvs-content select {
  border: 1px solid silver;
}
#cvs-content legend {
  display: inline-block;
  padding: 0 0.5rem;
  width: auto;
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
}

/* CVS Menu Styles */
#cvs-main-menu .collapsing {
  transition: none;
}
#cvs-main-menu .dropdown-toggle::after {
  content: none;
}
#cvs-main-menu .navbar-nav > li > a {
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 600;
  transition: all 333ms;
  color: #e7511e;
  background: white;
}
#cvs-main-menu .navbar-nav > li > a:hover, #cvs-main-menu .navbar-nav > li > a:focus, #cvs-main-menu .navbar-nav > li > a.active, #cvs-main-menu .navbar-nav > li > a[aria-expanded=true] {
  color: white;
  background: #e7511e;
}
#cvs-main-menu .menu-large {
  position: static !important;
}
#cvs-main-menu .megamenu {
  position: static;
  background-color: rgba(74, 161, 166, 0.1);
}
#cvs-main-menu .megamenu .dropdown-menu {
  width: 100%;
  background: white;
  border: none;
  border-bottom: 1px solid #999999;
}
#cvs-main-menu .megamenu .cvs-main-menu-section-tab {
  color: #e7511e;
  background: white;
}
#cvs-main-menu .megamenu .cvs-main-menu-section-tab:hover, #cvs-main-menu .megamenu .cvs-main-menu-section-tab:focus, #cvs-main-menu .megamenu .cvs-main-menu-section-tab.active, #cvs-main-menu .megamenu .cvs-main-menu-section-tab[aria-expanded=true] {
  color: white;
  background: #e7511e;
}
#cvs-main-menu .megamenu .cvs-main-menu-subsection {
  padding-top: 1rem;
}
#cvs-main-menu .megamenu.disabled > a, #cvs-main-menu .megamenu.disabled > a:hover, #cvs-main-menu .megamenu.disabled > a:focus {
  color: #999999;
}
#cvs-main-menu .megamenu.disabled > a:hover, #cvs-main-menu .megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
#cvs-main-menu .megamenu div.cvs-main-menu-pills a {
  position: relative;
  padding: 0.5rem !important;
  color: #4d4d4d;
  background: transparent;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  border-bottom: 1px solid #4d4d4d;
}
#cvs-main-menu .megamenu div.cvs-main-menu-pills a:last-child {
  margin-bottom: 1rem;
}
#cvs-main-menu .megamenu div.cvs-main-menu-pills a:hover, #cvs-main-menu .megamenu div.cvs-main-menu-pills a:focus, #cvs-main-menu .megamenu div.cvs-main-menu-pills a.active, #cvs-main-menu .megamenu div.cvs-main-menu-pills a[aria-expanded=true] {
  color: #e7511e;
  background: transparent;
}
#cvs-main-menu .megamenu ul.cvs-sub-menu {
  list-style-type: none;
  padding: 0;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.1;
}
#cvs-main-menu .megamenu ul.cvs-sub-menu .cvs-sub-menu-title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.35em;
}
#cvs-main-menu .megamenu ul.cvs-sub-menu .cvs-sub-menu-title::before {
  color: #68b7bb;
  content: " ";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
}
#cvs-main-menu .megamenu ul.cvs-sub-menu a {
  display: inline-block;
  margin-bottom: 0.35em;
  color: #4d4d4d;
}
#cvs-main-menu .megamenu ul.cvs-sub-menu a:hover, #cvs-main-menu .megamenu ul.cvs-sub-menu a:focus {
  color: black;
}
@media (min-width: 576px) {
  #cvs-main-menu .megamenu ul.cvs-sub-menu {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  #cvs-main-menu .fixed-top-md {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  #cvs-main-menu .megamenu ul.cvs-sub-menu.menu-content-cols-1 {
    column-count: 1;
    width: 33.333%;
  }
  #cvs-main-menu .megamenu ul.cvs-sub-menu.menu-content-cols-2 {
    column-count: 2;
    width: 66.667%;
  }
  #cvs-main-menu .megamenu ul.cvs-sub-menu.menu-content-cols-3, #cvs-main-menu .megamenu ul.cvs-sub-menu.menu-content-cols-4 {
    column-count: 3;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #cvs-main-menu .navbar-nav > li > a {
    font-size: 1.5rem;
    line-height: 5rem;
  }
  #cvs-main-menu .megamenu {
    background-color: rgba(255, 255, 255, 0.9);
  }
  #cvs-main-menu .megamenu div.cvs-main-menu-pills a {
    position: relative;
    padding: 0.5rem !important;
    color: #4d4d4d;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
  }
  #cvs-main-menu .megamenu div.cvs-main-menu-pills a:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  #cvs-main-menu .megamenu div.cvs-main-menu-pills a::after {
    position: absolute;
    right: 0.5rem;
    content: "";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 600;
  }
  #cvs-main-menu .megamenu div.cvs-main-menu-pills a:hover, #cvs-main-menu .megamenu div.cvs-main-menu-pills a:focus, #cvs-main-menu .megamenu div.cvs-main-menu-pills a.active, #cvs-main-menu .megamenu div.cvs-main-menu-pills a[aria-expanded=true] {
    color: black;
    background: transparent;
  }
  #cvs-main-menu .megamenu ul.cvs-sub-menu.menu-content-cols-1 {
    column-count: 1;
    width: 25%;
  }
  #cvs-main-menu .megamenu ul.cvs-sub-menu.menu-content-cols-2 {
    column-count: 2;
    width: 50%;
  }
  #cvs-main-menu .megamenu ul.cvs-sub-menu.menu-content-cols-3 {
    column-count: 3;
    width: 75%;
  }
  #cvs-main-menu .megamenu ul.cvs-sub-menu.menu-content-cols-4 {
    column-count: 4;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #cvs-main-menu .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  #cvs-main-menu .megamenu > li {
    margin-bottom: 30px;
  }
  #cvs-main-menu .megamenu > li:last-child {
    margin-bottom: 0;
  }
  #cvs-main-menu .megamenu .dropdown-header {
    padding: 3px 15px !important;
  }
  #cvs-main-menu .megamenu .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

.cvs-content-menu > .title-bar {
  color: white;
  background: #4aa1a6;
}
.cvs-content-menu > div {
  width: 100%;
}
.cvs-content-menu > div > ul,
.cvs-content-menu > ul {
  padding: 0.5rem;
  font-size: 1rem;
  background-color: transparent;
}
.cvs-content-menu > div > ul > li:not(:last-child),
.cvs-content-menu > ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.cvs-content-menu > div > ul > li a,
.cvs-content-menu > ul > li a {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: white;
  background: #4aa1a6;
}
.cvs-content-menu > div > ul > li > a:hover,
.cvs-content-menu > div > ul > li > a:focus,
.cvs-content-menu > div > ul > li > a.active, .cvs-content-menu > div > ul > li.item-is-active > a,
.cvs-content-menu > ul > li > a:hover,
.cvs-content-menu > ul > li > a:focus,
.cvs-content-menu > ul > li > a.active,
.cvs-content-menu > ul > li.item-is-active > a {
  background: #3a7f83;
}
.cvs-content-menu > div > ul > li li,
.cvs-content-menu > ul > li li {
  border-top: 1px solid #f2f2f2;
  background: white;
}
.cvs-content-menu > div > ul > li li:not(.is-accordion-submenu-parent) a,
.cvs-content-menu > ul > li li:not(.is-accordion-submenu-parent) a {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 0.9em;
}
.cvs-content-menu > div > ul > li li a,
.cvs-content-menu > div > ul > li li a.active, .cvs-content-menu > div > ul > li li.item-is-active > a,
.cvs-content-menu > ul > li li a,
.cvs-content-menu > ul > li li a.active,
.cvs-content-menu > ul > li li.item-is-active > a {
  background: transparent;
}
.cvs-content-menu > div > ul > li li a:hover,
.cvs-content-menu > div > ul > li li a:focus,
.cvs-content-menu > div > ul > li li a.active:hover,
.cvs-content-menu > div > ul > li li a.active:focus, .cvs-content-menu > div > ul > li li.item-is-active > a:hover, .cvs-content-menu > div > ul > li li.item-is-active > a:focus,
.cvs-content-menu > ul > li li a:hover,
.cvs-content-menu > ul > li li a:focus,
.cvs-content-menu > ul > li li a.active:hover,
.cvs-content-menu > ul > li li a.active:focus,
.cvs-content-menu > ul > li li.item-is-active > a:hover,
.cvs-content-menu > ul > li li.item-is-active > a:focus {
  background: #e3f2f3;
}
.cvs-content-menu > div > ul > li li a.active, .cvs-content-menu > div > ul > li li.item-is-active > a,
.cvs-content-menu > ul > li li a.active,
.cvs-content-menu > ul > li li.item-is-active > a {
  color: #4aa1a6;
}
.cvs-content-menu > div > ul li.is-accordion-submenu-parent a:after,
.cvs-content-menu > ul li.is-accordion-submenu-parent a:after {
  border-top-color: white !important;
}
.cvs-content-menu > div > ul li li:first-child,
.cvs-content-menu > div > ul li li li,
.cvs-content-menu > ul li li:first-child,
.cvs-content-menu > ul li li li {
  border-top: none;
}
.cvs-content-menu > div > ul li li.is-accordion-submenu-parent a:after,
.cvs-content-menu > ul li li.is-accordion-submenu-parent a:after {
  border-top-color: #4d4d4d !important;
}
.cvs-content-menu > div > ul li li a,
.cvs-content-menu > ul li li a {
  color: #4d4d4d;
  padding-left: 0.5em;
  text-transform: none;
}
.cvs-content-menu > div > ul li li li a,
.cvs-content-menu > ul li li li a {
  padding-left: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: transparent;
}
.cvs-content-menu > div > ul li li li li a,
.cvs-content-menu > ul li li li li a {
  padding-left: 1.5em;
}
.cvs-content-menu > div > ul li li li li li a,
.cvs-content-menu > ul li li li li li a {
  padding-left: 2em;
}

/* CVS Function-Bar Styles */
#cvs-functions-bar {
  background-color: #68b7bb;
}
#cvs-functions-bar #cvs-search-hint-trigger.btn {
  padding: 0 !important;
  margin-bottom: 0.5rem;
  font-size: inherit;
}
#cvs-functions-bar a.cvs-function-trigger {
  display: inline-block;
  color: white;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #68b7bb;
  cursor: pointer;
}
#cvs-functions-bar a.cvs-function-trigger:hover, #cvs-functions-bar a.cvs-function-trigger:focus, #cvs-functions-bar a.cvs-function-trigger.hover {
  color: white;
  background-color: #aed8db;
}
#cvs-functions-bar a.cvs-function-trigger i {
  color: inherit;
  font-size: 1.25em;
  line-height: inherit;
  vertical-align: middle;
}
#cvs-functions-bar .cvs-function-dropdown {
  padding: 0.5rem;
  width: 25rem;
  border: solid #68b7bb;
  border-width: 1px;
  background-color: #aed8db;
  font-size: 0.85em;
}
#cvs-functions-bar .cvs-function-dropdown a.cvs-cart-item {
  color: #5c5c5c;
}
#cvs-functions-bar .cvs-function-dropdown a.cvs-cart-item:hover, #cvs-functions-bar .cvs-function-dropdown a.cvs-cart-item:focus {
  color: #292929;
  text-decoration: none;
}

/* CVS Styles */
figure.cvs-head-image {
  position: relative;
  margin: 0 !important;
}
figure.cvs-head-image img {
  max-width: 100%;
  height: auto;
}
figure.cvs-head-image figcaption.cvs-caption {
  display: block;
  position: relative;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.2);
}
figure.cvs-head-image figcaption.cvs-caption .cvs-caption-content {
  padding: 0.5rem;
}
figure.cvs-head-image figcaption.cvs-caption .cvs-caption-content h2.cvs-caption-header {
  margin-top: 0;
  margin-bottom: 0.25em;
  color: black;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}
figure.cvs-head-image figcaption.cvs-caption .cvs-caption-content .cvs-caption-body {
  font-weight: 400;
}
figure.cvs-head-image figcaption.cvs-caption .cvs-caption-content .cvs-caption-body p:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 769px) {
  figure.cvs-head-image figcaption.cvs-caption {
    position: absolute;
    bottom: 2rem;
    font-size: 0.9em;
    background: none;
  }
  figure.cvs-head-image figcaption.cvs-caption .cvs-caption-content {
    padding: 0.75rem;
    width: 58.333%;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid white;
  }
}
@media (min-width: 1025px) {
  figure.cvs-head-image figcaption.cvs-caption {
    font-size: 1em;
  }
  figure.cvs-head-image figcaption.cvs-caption .cvs-caption-content {
    padding: 1rem;
    width: 41.667%;
  }
}
.cvs-logo img {
  max-width: 175px;
}

#cvs-content {
  padding: 0;
}

#cvs-checkout-container {
  padding-top: 2rem;
}

.cvs-bg-light {
  background: #ebebeb;
}

#cvs-breadcrumbs {
  margin: 2rem 0;
}
#cvs-breadcrumbs span:first-of-type {
  padding-left: 0;
  text-transform: uppercase;
}
#cvs-breadcrumbs span::after {
  display: inline-block;
  margin: 0 0.5rem;
  position: relative;
  content: "»";
}

.cvs-panel {
  margin: 1rem 0;
  padding: 1rem;
  background-color: #f3f3f3;
}
.cvs-panel-transparent {
  margin-top: 1rem;
  padding: 1rem;
  background-color: transparent;
}

.cvs-spinner {
  position: relative;
}
.cvs-spinner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
  content: "0";
  color: #e7511e;
  background-color: rgba(255, 255, 255, 0.6);
}

.cvs-hidden {
  display: none;
}

.cvs-loading {
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  z-index: 9999;
}

.cvs-content-slider {
  position: relative;
  margin-bottom: 2rem;
}
.cvs-content-slider .slick-next,
.cvs-content-slider .slick-prev {
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2rem;
}
.cvs-content-slider .slick-next {
  right: 1rem;
  z-index: 10;
}
.cvs-content-slider .slick-next::before {
  content: "";
  font-weight: 600;
  font-size: 2rem;
  opacity: 1;
}
.cvs-content-slider .slick-prev {
  left: 1rem;
  z-index: 11;
}
.cvs-content-slider .slick-prev::before {
  content: "";
  font-weight: 600;
  font-size: 2rem;
  opacity: 1;
}

#cvs-list-view {
  position: relative;
}

#cvs-checkout-cart, #cvs-checkout-participants, #cvs-checkout-participant, #cvs-checkout-payer, #cvs-checkout-payment, #cvs-checkout-check {
  position: relative;
}

.cvs-prev::before {
  content: " ";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
}

.cvs-next::after {
  content: " ";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
}

.cvs-availability-info {
  display: inline-block;
}
.cvs-availability-info.cvs-l1 {
  color: #b8e600;
  background-color: #b8e600;
}
.cvs-availability-info.cvs-l2 {
  color: #b8e600;
  background-color: #b8e600;
}
.cvs-availability-info.cvs-l3 {
  color: #e68a00;
  background-color: #e68a00;
}
.cvs-availability-info.cvs-l4 {
  color: #c60f13;
  background-color: #c60f13;
}

#csv-article-info .tabs {
  border: 1px solid #68b7bb;
  background-color: #8bc8cb;
  overflow: hidden;
}
#csv-article-info .tabs .tabs-title > a {
  color: white;
  font-size: 0.75rem;
  padding: 0.85em 1rem;
  border: 0 1px solid #8bc8cb;
}
#csv-article-info .tabs .tabs-title > a:hover, #csv-article-info .tabs .tabs-title > a:focus, #csv-article-info .tabs .tabs-title > a[aria-selected=true] {
  background-color: #68b7bb;
  border: 0 1px solid #68b7bb;
}
#csv-article-info .tabs-content {
  border: none;
  background: none;
}
#csv-article-info .tabs-content .tabs-panel {
  padding: 0;
}

#cvs-appointments .cvs-accordion-header {
  font-weight: 600;
}

table {
  width: 100%;
}
table thead th {
  background-color: #68b7bb;
  color: white;
}
table thead th.sorting_asc, table thead th.sorting_desc {
  background-color: #4aa1a6;
}

table#cvs-article-list-preferred,
table#cvs-article-list {
  width: 100% !important;
}
table#cvs-article-list-preferred .cvs-article-list-title,
table#cvs-article-list .cvs-article-list-title {
  text-transform: uppercase;
  font-weight: 600;
}
table#cvs-article-list-preferred .cvs-article-list-title .cvs-availability-info,
table#cvs-article-list .cvs-article-list-title .cvs-availability-info {
  display: block;
  float: left;
}
table#cvs-article-list-preferred .cvs-article-list-title div,
table#cvs-article-list .cvs-article-list-title div {
  margin-left: 2em;
}

table.cvs-article-fees tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
table.cvs-article-fees th {
  font-weight: 400;
  padding: 1em 0 0.5em 0;
  vertical-align: top;
  text-align: left;
}
table.cvs-article-fees td {
  padding: 0.5em 0;
  text-align: right;
}
table.cvs-article-fees td .cvs-fee {
  white-space: nowrap;
  font-size: 1.5em;
  font-weight: 600;
}

.no-touch .cvs-open-whatsapp,
.no-touchevents .cvs-open-whatsapp {
  display: none;
}

.cvs-share-buttons li {
  line-height: 2em;
  vertical-align: bottom;
}
.cvs-share-buttons li.menu-text {
  padding-top: 0.9rem;
  padding-left: 0;
  padding-right: 0;
  font-weight: normal;
  line-height: inherit;
  vertical-align: inherit;
}
.cvs-share-buttons li a {
  padding: 0.7rem 0 0.7rem 1rem;
  line-height: inherit;
  vertical-align: inherit;
}
.cvs-share-buttons li a.copied-to-clipboard {
  color: #5da423 !important;
}
.cvs-share-buttons li a i {
  font-size: 1.25em;
  line-height: inherit;
  vertical-align: inherit;
}

#cvs-cart .cvs-cart-item {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px solid;
}

.cvs-linked-title {
  margin-bottom: 0;
}
.cvs-linked-title span {
  font-weight: 400;
}

.cvs-digital-offer {
  color: white;
  background: #c8400b;
}

.btn-group {
  margin: -2px 0;
}
.btn-group .btn {
  margin: 2px 0;
}

@media (min-width: 769px) {
  .btn-group {
    margin: 0 -2px;
  }
  .btn-group .btn {
    margin: 0 2px;
  }
}
@media (max-width: 768px) {
  .btn-group {
    display: flex;
    flex-direction: column;
  }
}
/* _cvs-additional-styles-2.7.0.scss */
.cvs-teaser-view {
  background-color: #ebebeb;
}

.cvs-down::after {
  content: " ";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
}

.cvs-up::after {
  content: " ";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
}

#cvs-list-view .card {
  transition: border-color 250ms;
}
#cvs-list-view .card:hover {
  border-color: gray;
}
#cvs-list-view .card h5.cvs {
  font-weight: 700;
}
#cvs-list-view .card h5.cvs span {
  font-weight: 400;
}
#cvs-list-view .card .cvs-teaser-image-col {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #cvs-list-view .card .cvs-teaser-image-col {
    max-width: 360px;
  }
}
@media screen and (min-width: 992px) {
  #cvs-list-view .card .cvs-teaser-image-col {
    max-width: 270px;
  }
}
#cvs-list-view .card .cvs-teaser-image {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#cvs-list-view .card .cvs-teaser-image img {
  position: relative;
  max-width: 100%;
  height: auto;
}
#cvs-list-view .card .cvs-teaser-image .cvs-teaser-banner {
  position: absolute;
  z-index: 1;
  padding: 0.5rem;
  left: 0;
  bottom: 1rem;
  height: auto;
  width: calc(100% - 3rem);
  background: #f5a032;
  color: black;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.1;
}
#cvs-list-view .card .cvs-teaser-image .cvs-teaser-banner p {
  margin: 0;
}

.cvs-badge {
  margin-bottom: 0.25rem;
  padding: 0.5rem;
  background: #4aa1a6;
  color: white;
}

.cvs-icon-box {
  margin: 0 -3px;
}

.cvs-icon {
  display: inline-block;
  width: 60px;
  height: 46px;
  margin: 3px;
  background: #ebebeb;
}
.cvs-icon .cvs-icon-svg {
  display: block;
  width: 60px;
  height: 46px;
  background: #ebebeb;
}
.cvs-icon .cvs-icon-placeholder {
  display: block;
  width: 60px;
  height: 46px;
  background: #c7c7c7;
}
.cvs-icon .cvs-icon-dummy {
  display: block;
  width: 60px;
  height: 46px;
  background: #ebebeb;
}
.cvs-icon .cvs-icon-colorbar {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 6px;
  background: #c7c7c7;
}
.cvs-icon .cvs-icon-colorbar::after {
  display: block;
  content: "";
  clear: both;
}
.cvs-icon .cvs-icon-colorbar .cvs-icon-colorbar-item {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
}
.cvs-icon .cvs-icon-colorbar .cvs-icon-colorbar-item.red {
  background: #f03246;
}
.cvs-icon .cvs-icon-colorbar .cvs-icon-colorbar-item.green {
  background: #b4d25a;
}
.cvs-icon .cvs-icon-colorbar .cvs-icon-colorbar-item.blue {
  background: #6ec8dc;
}
.cvs-icon .cvs-icon-colorbar .cvs-icon-colorbar-item.black {
  background: black;
}

.cvs-interactive {
  color: #4aa1a6;
}

.cvs-popover {
  padding: 0.5rem;
  background-color: #4aa1a6 !important;
  max-width: 25rem;
}
.cvs-popover.bs-popover-bottom > .arrow::after {
  border-bottom-color: #4aa1a6;
}
.cvs-popover.bs-popover-bottom > .popover-header::before {
  border-bottom-color: #4aa1a6;
}
.cvs-popover.bs-popover-top > .arrow::after {
  border-top-color: #4aa1a6;
}
.cvs-popover .popover-header {
  color: white;
  background-color: transparent;
  border-bottom: none;
  padding: 0 0 0.5rem 0;
  font-weight: 600;
}
.cvs-popover .popover-body {
  background-color: #aed8db;
}
.cvs-popover .popover-body ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.cvs-popover .popover-body ul li {
  margin-left: 20px;
}
.cvs-popover .popover-body ul li::before {
  display: inline-block;
  content: "- ";
  margin-left: -25px;
}

.cvs-foldable {
  margin-bottom: 1rem;
}
.cvs-foldable .cvs-unfolded {
  display: none;
}
.cvs-foldable .cvs-folded {
  display: block;
}
.cvs-foldable .cvs-trigger-folding {
  display: block;
  font-weight: 600;
}
.cvs-foldable p + .cvs-trigger-folding {
  margin-top: -1rem;
}

/*# sourceMappingURL=cvs.css.map */
