/**
 * Theme-specific overrides
 */
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.556;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00acca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #006661;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 8px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.556;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #cccccc;
}
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}
p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#breadcrumbs {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.333;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.wv-flex-2-col {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .wv-flex-2-col.wv-flex-1-col-xs {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.wv-flex-2-col .wv-flex-child {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.wv-flex-2-col .wv-flex-child:not(:first-child) {
  margin-left: 40px;
}
.error-message {
  color: #e54f5e;
}
.wv-create-account-form-bottom-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.wv-create-account-form-bottom-row .wv-flex-child {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.wv-create-account__help-image {
  margin: 16px 0;
}
.wv-create-account__help-image img {
  width: 100%;
}
.wv-login-form-bottom-help,
.wv-create-account-form-bottom-help {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wv-login-form-bottom-help p,
.wv-create-account-form-bottom-help p {
  margin-bottom: 4px;
  text-align: right;
}
@media (max-width: 767px) {
  .wv-login-form-bottom-row {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #wv-login-form-submit {
    width: 100%;
  }
  .wv-login-form-bottom-help {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .wv-login-form-bottom-help p:nth-child(1) {
    -ms-flex-order: 1;
        order: 1;
  }
}
#create_account_root {
  min-height: 400px;
}
.wv-create-account-confirmation {
  margin-bottom: 200px;
}
.wv-create-account-confirmation .confirmation-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.wv-create-account-confirmation .confirmation-message span {
  margin-left: 16px;
}
.wv-create-account-error-message {
  width: 100%;
}
.wvus-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
  margin-bottom: 30px;
}
.wvus-form.wvus-form-skinny {
  max-width: 400px;
}
.wvus-form .form-group {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wvus-form .form-group.wvus-field-33 {
    -ms-flex-preferred-size: calc(33.33333333%);
        flex-basis: calc(33.33333333%);
    max-width: calc(33.33333333%);
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .wvus-form .form-group.wvus-field-50 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 16px;
  }
}
.wvus-form .form-group.wvus-field--end {
  padding-right: 0;
}
body.home .a2a_floating_style,
body.blog .a2a_floating_style,
body.page .a2a_floating_style {
  display: none;
}
.widget_a2a_share_save_widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.addtoany_content_top {
  text-align: center;
}
/**
 * This file contains styles for single posts and pages.
 */
.single .entry-content {
  background-color: #ffffff;
  padding: 15px 0 30px;
}
.single .entry-content a:hover {
  text-decoration: underline;
}
.error-404 .page-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
}
@keyframes swinging {
  0% {
    transform: rotate(55deg);
  }
  10% {
    transform: rotate(-55deg);
  }
  20% {
    transform: rotate(55deg);
  }
  30% {
    transform: rotate(-65deg);
  }
  40% {
    transform: rotate(65deg);
  }
  50% {
    transform: rotate(-85deg);
  }
  60% {
    transform: rotate(85deg);
  }
  70% {
    transform: rotate(-410deg);
  }
  80% {
    transform: rotate(-300deg);
  }
  90% {
    transform: rotate(-410deg);
  }
  100% {
    transform: rotate(-300deg);
  }
}
@keyframes swinging-head {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    transform: rotate(-25deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: rotate(8deg);
  }
}
@keyframes swinging-body {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes swinging-legs {
  0% {
    transform: rotate(8deg);
  }
  10% {
    transform: rotate(-70deg);
  }
  20% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-80deg);
  }
  40% {
    transform: rotate(12deg);
  }
  50% {
    transform: rotate(-85deg);
  }
  60% {
    transform: rotate(16deg);
  }
  70% {
    transform: rotate(-88deg);
  }
  80% {
    transform: rotate(20deg);
  }
  90% {
    transform: rotate(-92deg);
  }
  100% {
    transform: rotate(24deg);
  }
}
@keyframes swinging-ponytail {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    transform: rotate(-50deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: rotate(70deg);
  }
}
.error-404 #animated_swing .rectangle-background {
  margin-left: 300px;
  margin-top: 400px;
  z-index: 1;
}
.error-404 #animated_swing .full-animation {
  margin-left: 300px;
  margin-top: 400px;
  z-index: 5;
}
.error-404 #animated_swing .base {
  transition: transform 2s;
  -ms-transform-origin: 54px 1px;
      transform-origin: 54px 1px;
  animation: swinging 10s infinite;
}
.error-404 #animated_swing #head-full {
  -ms-transform-origin: 27px 116px;
      transform-origin: 27px 116px;
  animation: swinging-head 10s infinite;
}
.error-404 #animated_swing #legs {
  -ms-transform-origin: 88px 180px;
      transform-origin: 88px 180px;
  animation: swinging-legs 10s infinite;
}
.error-404 #animated_swing #ponytail {
  transition: transform 2s;
  -ms-transform-origin: 15px 96px;
      transform-origin: 15px 96px;
  animation: swinging-ponytail 10s infinite;
}
.error-404 #animated_swing #shadow {
  opacity: 0;
}
.error-404 .wrapper-404 {
  margin-left: 24px;
}
.error-404 .wrapper-404 form {
  margin-bottom: 15px;
}
.error-404 .wrapper-404 #search-form-1 input[type="text"] {
  width: 410px;
  box-shadow: 0 0 5px rgba(160, 160, 160, 0.35);
  margin: 5px 15px 3px 0;
  border: 1px solid #ccc;
  padding-left: 5px;
  height: 35px;
}
@media screen and (max-width: 1199px) {
  .error-404 #animated_swing {
    width: 30vw;
    height: 29vw;
  }
}
@media screen and (max-width: 991px) {
  .error-404 .page-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .error-404 .wrapper-404 {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .error-404 #animated_swing {
    width: 80vw;
    height: 78vw;
  }
  .error-404 .wrapper-404 #search-form-1 input[type="text"] {
    width: 100%;
  }
  .error-404 .wrapper-404 .btn-primary {
    margin-top: 6px;
  }
}
.wvus-ghf .wv-footer .div-title {
  font-weight: 500 !important;
}
.wvus-ghf .wv-footer.slim-footer {
  padding-top: 0;
}
.wvus-ghf .wv-footer-thriftiness__descriptors .slim-thrify-descriptor {
  font-weight: 500;
}
.wvus-ghf .wv-footer.slim-footer .wv-footer-accountability {
  padding-top: 44px;
}
@media (max-width: 767px) {
  .wv-footer.slim-footer .wv-footer-thriftiness {
    border-bottom: 1px solid #0077b3;
  }
}
.wvecomm_scroll_to_top {
  display: block;
  margin: 12px auto;
}
.input-group .ywcnp_amount,
.input-group .ywcnp_sugg_price {
  margin: 0;
  width: 100% !important;
}
p.ywcnp_suggest_price_single {
  margin-bottom: 0;
}
#ywcnp_form_name_your_price {
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .single_variation_wrap {
    width: 100%;
  }
}
.single-product .price,
.single-product .ywcnp_sugg_label,
.single-product .ywcnp_min_label,
.single-product .ywcnp_max_label,
.single-product .ywcnp_suggest_price_single label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.js-honor-card-alert {
  display: none;
}
.wvecomm_product_summary .cart {
  width: 100%;
}
.product__details--long,
.disclaimer {
  margin: 0 auto;
  max-width: 40em;
}
.disclaimer {
  font-family: Lora, Georgia, "Times New Roman", Times, serif;
  padding-bottom: 24px;
}
.disclaimer_title {
  text-align: center;
}
.product_sku {
  display: none;
}
#eventheader {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#eventheader td,
#eventheader th {
  border: 1px solid #ff6b00;
  padding: 8px;
}
#eventheader tr:nth-child(even) {
  background-color: #f2f2f2;
}
#eventheader th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ff6b00;
  color: white;
}
.wvecomm-category-page-header {
  margin-bottom: 36px;
}
.wvecomm-category-page-header img.img-responsive {
  width: 100vw;
}
img.wvecomm-category__icon {
  height: 48px;
  margin-bottom: 4px;
  width: 48px;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  img.wvecomm-category__icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  img.wvecomm-category__icon {
    height: 32px;
    width: 32px;
  }
}
.wvecomm-category__scroll a {
  color: #FFF;
}
.wvecomm-category-page-header-content {
  background-color: #00acca;
}
.wvecomm-category-page-header-content .container {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .wvecomm-category-page-header-content .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.wvecomm-category-title__wrapper {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .wvecomm-category-title__wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.woocommerce-products-header__title {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
}
.term-description {
  color: #ffffff;
}
.term-description p {
  margin-bottom: 0;
}
h2.wvecomm-category-header__btn-text {
  font-weight: 700;
  margin: 0;
}
.wvecomm-category-header__video-btn--desktop {
  cursor: pointer;
  margin-top: 12px;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .wvecomm-category-header__video-btn--desktop {
    margin-top: 0;
  }
}
.wvecomm-category-header__video-btn--mobile {
  margin-top: 12px;
}
@media screen and (min-width: 767px) {
  .wvecomm-category-header__video-btn--mobile {
    display: none;
  }
}
.woocommerce-loop-product__title {
  line-height: 1.333;
  margin: 8px 0 0;
}
.drawer-container {
  margin-bottom: 24px;
}
.wvecomm-products-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.wvecomm-products-list .product {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  -ms-flex-preferred-size: calc((100% - 24px ) / 2);
      flex-basis: calc((100% - 24px ) / 2);
  margin-right: 24px;
}
.wvecomm-products-list .product .woocommerce-loop-product__title {
  font-size: 14px;
  line-height: 1.25;
}
.wvecomm-products-list .product:nth-child(even) {
  margin-right: 0;
}
.wvecomm-products-list .product .price {
  color: #7d7d7d;
  margin-bottom: 24px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .wvecomm-products-list .product .price {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) {
  .wvecomm-products-list .product {
    -ms-flex-preferred-size: calc((100% - 72px ) / 4);
        flex-basis: calc((100% - 72px ) / 4);
  }
  .wvecomm-products-list .product .price {
    font-size: 16px;
  }
  .wvecomm-products-list .product:nth-of-type(even) {
    margin-right: 24px;
  }
  .wvecomm-products-list .product:nth-child(4n) {
    margin-right: 0 !important;
  }
  .wvecomm-products-list .product .woocommerce-loop-product__title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .wvecomm-products-list .product .woocommerce-loop-product__title {
    font-size: 22px;
  }
}
.woocommerce-loop-product__link {
  width: 100%;
}
.woocommerce-loop-product__link .zoom-hover__inner {
  -ms-transform-origin: bottom;
      transform-origin: bottom;
}
.wvecomm-category__video {
  margin-bottom: 24px;
}
.wvecomm-category__video hr {
  margin-top: 0;
}
.c-ribbon__wrapper {
  position: relative;
}
.c-ribbon--Array,
.c-ribbon__text--Array {
  display: none;
}
.c-ribbon {
  bottom: 16px;
  height: 28px;
  left: 8px;
  max-width: 150px;
  position: absolute;
  width: calc(100% - 16px);
  z-index: 1;
}
.c-ribbon--urgent {
  fill: rgba(0, 0, 0, 0.7);
}
.c-ribbon--multiplier {
  fill: rgba(144, 84, 161, 0.7);
}
.c-ribbon--new {
  fill: rgba(70, 187, 149, 0.7);
}
.c-ribbon__text {
  bottom: 18px;
  color: #ffffff;
  font-size: 16px;
  left: 24px;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 991px) {
  .c-ribbon__text {
    left: 8px;
  }
}
.c-badge__wrapper {
  position: relative;
}
.c-badge {
  top: 16px;
  height: 207px;
  right: 16px;
  max-width: 207px;
  position: absolute;
  width: calc(100% - 32px);
  z-index: 1;
}
@media (min-width: 480px) and (max-width: 1199px) {
  .c-badge {
    right: 8px;
    width: calc(100% - 16px);
  }
}
@media (max-width: 480px) {
  .c-badge {
    height: 101px;
    max-width: 101px;
    right: 8px;
    width: calc(100% - 16px);
  }
}
.up-sell .c-ribbon__text {
  bottom: 20px;
  font-size: 12px;
  left: 16px;
}
.c-banner--wmn {
  background-repeat: repeat-x;
  background-image: linear-gradient(45deg, #00acca, #46bb95);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #ffffff;
  padding: 24px;
}
@media (max-width: 1024px) {
  .visible-wmn {
    display: block!important;
  }
}
.product-category-nav-container {
  background-color: #f5f5f5;
  min-height: 90px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (max-width: 767px) {
  .product-category-nav-container {
    height: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-category-nav-container .container {
  padding-left: 0;
}
@media (max-width: 991px) {
  .product-category-nav-container .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.product-category-nav-container .product-category-nav a {
  display: block;
}
.product-category-nav-container .product-category-nav-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .product-category-nav-container .product-category-nav-title {
    height: 48px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
  }
}
.product-category-nav-container .nav-title-text {
  font-size: 14px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-bottom: 13px;
  max-width: 100px;
  min-height: 38px;
}
@media (max-width: 767px) {
  .product-category-nav-container .nav-title-text {
    padding-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .product-category-nav-container .nav-title-text {
    font-size: 12px;
    padding-bottom: 8px;
  }
}
.product-category-nav-container .product-category-gc-home,
.product-category-nav-container .product-category-search {
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-category-nav-container .product-category-gc-home,
  .product-category-nav-container .product-category-search {
    letter-spacing: 1px;
  }
}
.product-category-nav-container .item {
  padding-top: 12px;
}
.product-category-nav-container .item .product-category-nav-title {
  color: #666666;
}
.product-category-nav-container .item .product-category-nav-title .fa {
  display: block;
  height: 32px;
  font-size: 16px;
}
.product-category-nav-container .item.active .product-category-nav-title {
  color: #ff6b00;
}
.product-category-nav-container .item.active .product-category-nav-title .fa {
  color: currentColor;
}
.product-category-nav-container .item.active .product-category-nav-title .product-category-nav-underline-icon {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background-color: currentColor;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 4px;
  width: 100%;
}
.product-category-nav-container .owl-carousel {
  display: none;
}
.product-category-nav-container .owl-theme .owl-nav {
  height: 90px;
}
@media (max-width: 767px) {
  .product-category-nav-container .owl-theme .owl-nav {
    height: 48px;
  }
}
.product-category-nav-container .owl-item {
  transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product-category-nav-container .owl-item:hover {
  opacity: 0.65;
}
.product-category-nav-container .owl-theme .owl-nav .owl-prev {
  margin-left: -40px !important;
  transition: opacity 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .product-category-nav-container .owl-theme .owl-nav .owl-prev {
    opacity: 1;
  }
}
.product-category-nav-container .owl-theme .owl-nav .owl-prev:after {
  background-image: url(../img/angle-left-orange.svg);
}
.product-category-nav-container .owl-theme .owl-nav .owl-next {
  margin-right: -40px !important;
}
.product-category-nav-container .owl-theme .owl-nav .owl-next:after {
  background-image: url(../img/angle-right-orange.svg);
}
.product-category-nav-container .owl-theme .owl-nav [class*='owl-'] {
  background-color: #f5f5f5;
  color: #ff6b00;
  border-radius: 0;
  transition: background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .product-category-nav-container .owl-theme .owl-nav [class*='owl-'] {
    height: 48px;
    padding: 14px 10px;
  }
}
.product-category-nav-container .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #b8b8b8;
}
.product-category-nav-container .owl-nav {
  z-index: 0;
}
.product-category-nav-container .owl-stage-outer {
  z-index: 1;
}
.woocommerce-checkout,
.woocommerce-cart {
  min-height: 600px;
}
.woocommerce-checkout .btn-checkout,
.woocommerce-cart .btn-checkout {
  display: block;
  margin-left: auto;
}
.woocommerce-checkout .success-message,
.woocommerce-cart .success-message {
  color: #46bb95;
}
.woocommerce-checkout .alert-success .alert-link,
.woocommerce-cart .alert-success .alert-link {
  display: none;
}
.woocommerce-checkout .form-control:focus,
.woocommerce-cart .form-control:focus {
  outline: none;
}
.woocommerce-checkout .page,
.woocommerce-cart .page {
  background-color: #edf9fb;
}
.woocommerce-checkout .checkout-container,
.woocommerce-cart .checkout-container {
  width: 100%;
  min-height: 400px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 24px 24px;
}
.woocommerce-checkout .checkout-header,
.woocommerce-cart .checkout-header {
  background-image: linear-gradient(to right, #ff6b00 0%, #f09819 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6b00', endColorstr='#fff09819', GradientType=1);
  color: #ffffff;
}
.woocommerce-checkout .checkout-header .container,
.woocommerce-cart .checkout-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.woocommerce-checkout .checkout-header .container .column,
.woocommerce-cart .checkout-header .container .column {
  width: 100%;
}
.woocommerce-checkout .checkout-header .container .checkout-header-title,
.woocommerce-cart .checkout-header .container .checkout-header-title {
  text-align: center;
}
@media (max-width: 767px) {
  .woocommerce-checkout .checkout-header .container .checkout-header-title,
  .woocommerce-cart .checkout-header .container .checkout-header-title {
    text-align: center;
  }
}
.woocommerce-checkout .checkout-header .container .phone,
.woocommerce-cart .checkout-header .container .phone {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: auto;
  text-align: right;
}
.woocommerce-checkout .checkout-header .container .phone a,
.woocommerce-cart .checkout-header .container .phone a {
  color: #ffffff;
}
.woocommerce-checkout .checkout-header .container .phone .checkout-step-icon,
.woocommerce-cart .checkout-header .container .phone .checkout-step-icon {
  font-size: 1em;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .checkout-header .container .phone,
  .woocommerce-cart .checkout-header .container .phone {
    font-size: 0.9em;
  }
}
.woocommerce-checkout .checkout-header-title,
.woocommerce-cart .checkout-header-title {
  margin-top: 15px;
  margin-bottom: 15px;
}
.woocommerce-checkout .checkout-step-header,
.woocommerce-cart .checkout-step-header {
  background-color: #d9f3f7;
  border-bottom-color: #ffffff;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.woocommerce-checkout .checkout-step-header:hover,
.woocommerce-cart .checkout-step-header:hover {
  cursor: pointer;
  background-color: #c4ecf3;
}
.woocommerce-checkout .checkout-step-heading,
.woocommerce-cart .checkout-step-heading {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce-checkout .checkout-step-subheading,
.woocommerce-cart .checkout-step-subheading {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .wv-flex-child.guest-checkout,
  .woocommerce-cart .wv-flex-child.guest-checkout {
    -ms-flex-order: -1;
        order: -1;
    padding-bottom: 30px;
    border-bottom: #00acca 1px solid;
  }
}
.woocommerce-checkout .checkout-step-number,
.woocommerce-cart .checkout-step-number {
  margin-bottom: 3px;
}
.woocommerce-checkout .checkout-step-header-content,
.woocommerce-cart .checkout-step-header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 24px;
}
.woocommerce-checkout .checkout-step-icon,
.woocommerce-cart .checkout-step-icon {
  padding-right: 5px;
  font-size: 20px;
}
.woocommerce-checkout .step-collapsed,
.woocommerce-cart .step-collapsed {
  display: none;
}
@media (max-width: 767px) {
  .woocommerce-checkout .wv-flex-2-col .wv-flex-child:not(:first-child),
  .woocommerce-cart .wv-flex-2-col .wv-flex-child:not(:first-child) {
    margin-left: 0;
  }
}
.woocommerce-checkout .billing-fields,
.woocommerce-cart .billing-fields,
.woocommerce-checkout .honor-card-fields,
.woocommerce-cart .honor-card-fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.woocommerce-checkout .billing-fields .form-group,
.woocommerce-cart .billing-fields .form-group,
.woocommerce-checkout .honor-card-fields .form-group,
.woocommerce-cart .honor-card-fields .form-group {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-checkout .billing-fields .form-group.billing_city,
  .woocommerce-cart .billing-fields .form-group.billing_city,
  .woocommerce-checkout .billing-fields .form-group.billing_state,
  .woocommerce-cart .billing-fields .form-group.billing_state,
  .woocommerce-checkout .billing-fields .form-group.billing_postcode,
  .woocommerce-cart .billing-fields .form-group.billing_postcode {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .woocommerce-checkout .billing-fields .form-group.billing_first_name,
  .woocommerce-cart .billing-fields .form-group.billing_first_name,
  .woocommerce-checkout .billing-fields .form-group.billing_last_name,
  .woocommerce-cart .billing-fields .form-group.billing_last_name,
  .woocommerce-checkout .billing-fields .form-group.billing_email,
  .woocommerce-cart .billing-fields .form-group.billing_email,
  .woocommerce-checkout .billing-fields .form-group.billing_phone,
  .woocommerce-cart .billing-fields .form-group.billing_phone {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 16px;
  }
}
.woocommerce-checkout .billing-fields .form-group.billing_last_name,
.woocommerce-cart .billing-fields .form-group.billing_last_name,
.woocommerce-checkout .billing-fields .form-group.billing_postcode,
.woocommerce-cart .billing-fields .form-group.billing_postcode,
.woocommerce-checkout .billing-fields .form-group.billing_phone,
.woocommerce-cart .billing-fields .form-group.billing_phone {
  padding-right: 0;
}
.woocommerce-checkout .sms-options-fields,
.woocommerce-cart .sms-options-fields {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .honor-card-fields .form-group.hc_state,
  .woocommerce-cart .honor-card-fields .form-group.hc_state,
  .woocommerce-checkout .honor-card-fields .form-group.hc_city,
  .woocommerce-cart .honor-card-fields .form-group.hc_city,
  .woocommerce-checkout .honor-card-fields .form-group.hc_postcode,
  .woocommerce-cart .honor-card-fields .form-group.hc_postcode {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .woocommerce-checkout .honor-card-fields .form-group.hc_email,
  .woocommerce-cart .honor-card-fields .form-group.hc_email,
  .woocommerce-checkout .honor-card-fields .form-group.hc_first_name,
  .woocommerce-cart .honor-card-fields .form-group.hc_first_name,
  .woocommerce-checkout .honor-card-fields .form-group.hc_last_name,
  .woocommerce-cart .honor-card-fields .form-group.hc_last_name,
  .woocommerce-checkout .honor-card-fields .form-group.hc_phone,
  .woocommerce-cart .honor-card-fields .form-group.hc_phone {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 16px;
  }
}
.woocommerce-checkout .honor-card-fields .form-group.hc_last_name,
.woocommerce-cart .honor-card-fields .form-group.hc_last_name,
.woocommerce-checkout .honor-card-fields .form-group.hc_postcode,
.woocommerce-cart .honor-card-fields .form-group.hc_postcode {
  padding-right: 0;
}
.woocommerce-checkout .honor-card-container,
.woocommerce-cart .honor-card-container {
  border: solid #d9f3f7 2px;
  background: #ffffff;
  border-radius: 6px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.woocommerce-checkout .address-validation-layout #billing_first_name,
.woocommerce-cart .address-validation-layout #billing_first_name,
.woocommerce-checkout .address-validation-layout #billing_last_name,
.woocommerce-cart .address-validation-layout #billing_last_name,
.woocommerce-checkout .address-validation-layout #BillingFirstName,
.woocommerce-cart .address-validation-layout #BillingFirstName,
.woocommerce-checkout .address-validation-layout #BillingLastName,
.woocommerce-cart .address-validation-layout #BillingLastName {
  font-weight: 700;
}
.woocommerce-checkout .address-validation-layout #billing_last_name:after,
.woocommerce-cart .address-validation-layout #billing_last_name:after,
.woocommerce-checkout .address-validation-layout #billing_address_1:after,
.woocommerce-cart .address-validation-layout #billing_address_1:after,
.woocommerce-checkout .address-validation-layout #billing_address_2:after,
.woocommerce-cart .address-validation-layout #billing_address_2:after,
.woocommerce-checkout .address-validation-layout #billing_city:after,
.woocommerce-cart .address-validation-layout #billing_city:after,
.woocommerce-checkout .address-validation-layout #billing_state:after,
.woocommerce-cart .address-validation-layout #billing_state:after,
.woocommerce-checkout .address-validation-layout #BillingLastName:after,
.woocommerce-cart .address-validation-layout #BillingLastName:after,
.woocommerce-checkout .address-validation-layout #AddressLine1:after,
.woocommerce-cart .address-validation-layout #AddressLine1:after,
.woocommerce-checkout .address-validation-layout #AddressLine2:after,
.woocommerce-cart .address-validation-layout #AddressLine2:after,
.woocommerce-checkout .address-validation-layout #Locality:after,
.woocommerce-cart .address-validation-layout #Locality:after,
.woocommerce-checkout .address-validation-layout #AdministrativeArea:after,
.woocommerce-cart .address-validation-layout #AdministrativeArea:after {
  content: "\A";
  white-space: pre;
}
.woocommerce-checkout .address-validation-layout .address-validation-description,
.woocommerce-cart .address-validation-layout .address-validation-description,
.woocommerce-checkout .address-validation-layout .address-validation-options,
.woocommerce-cart .address-validation-layout .address-validation-options {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.woocommerce-checkout .address-validation-layout .address-validation-options,
.woocommerce-cart .address-validation-layout .address-validation-options {
  -ms-flex-direction: column;
      flex-direction: column;
}
.woocommerce-checkout .address-validation-layout .address-validation-options .address-validation-option:first-child,
.woocommerce-cart .address-validation-layout .address-validation-options .address-validation-option:first-child {
  margin-bottom: 13px;
}
.woocommerce-checkout .address-validation-layout .address-validation-panels,
.woocommerce-cart .address-validation-layout .address-validation-panels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .address-validation-layout .address-validation-panels,
  .woocommerce-cart .address-validation-layout .address-validation-panels {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.woocommerce-checkout .address-validation-layout .address-validation-panels .address-validation-panel,
.woocommerce-cart .address-validation-layout .address-validation-panels .address-validation-panel {
  border: solid #cccccc 2px;
  background: #ffffff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 30px;
}
.woocommerce-checkout .address-validation-layout .address-validation-panels .address-validation-panel .address-validation-panel-title,
.woocommerce-cart .address-validation-layout .address-validation-panels .address-validation-panel .address-validation-panel-title {
  color: #999999;
  font-weight: 400;
  padding-left: 20px;
}
.woocommerce-checkout .address-validation-layout .address-validation-panels .address-validation-panel.selected,
.woocommerce-cart .address-validation-layout .address-validation-panels .address-validation-panel.selected {
  border: solid #00acca 2px;
}
.woocommerce-checkout .address-validation-layout .address-validation-panels .address-validation-panel.selected .address-validation-panel-title,
.woocommerce-cart .address-validation-layout .address-validation-panels .address-validation-panel.selected .address-validation-panel-title {
  color: #333333;
  font-weight: 600;
}
.woocommerce-checkout .address-validation-layout .address-validation-panels .address-validation-panel:first-child,
.woocommerce-cart .address-validation-layout .address-validation-panels .address-validation-panel:first-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .address-validation-layout .address-validation-panels .address-validation-panel:first-child,
  .woocommerce-cart .address-validation-layout .address-validation-panels .address-validation-panel:first-child {
    margin-bottom: 0px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .woocommerce-checkout .address-validation-layout .address-validation-panels .address-validation-panel:last-child,
  .woocommerce-cart .address-validation-layout .address-validation-panels .address-validation-panel:last-child {
    margin-left: 30px;
  }
}
.woocommerce-checkout .honor-card-layout,
.woocommerce-cart .honor-card-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.woocommerce-checkout .honor-card-layout .column,
.woocommerce-cart .honor-card-layout .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .honor-card-layout .column,
  .woocommerce-cart .honor-card-layout .column {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.woocommerce-checkout .honor-card-layout .column-left,
.woocommerce-cart .honor-card-layout .column-left {
  -ms-flex-align: start;
      align-items: flex-start;
}
.woocommerce-checkout .honor-card-layout .column-right,
.woocommerce-cart .honor-card-layout .column-right {
  -ms-flex-align: end;
      align-items: flex-end;
}
.woocommerce-checkout .honor-card-layout.honor-card-layout--right,
.woocommerce-cart .honor-card-layout.honor-card-layout--right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.woocommerce-checkout .honor-card-layout.honor-card-layout--right button,
.woocommerce-cart .honor-card-layout.honor-card-layout--right button {
  margin-left: 12px;
}
.woocommerce-checkout .honor-card-form,
.woocommerce-cart .honor-card-form {
  padding: 0 30px 15px 30px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .honor-card-form,
  .woocommerce-cart .honor-card-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.woocommerce-checkout .checkbox-group,
.woocommerce-cart .checkbox-group {
  margin-bottom: 12px;
}
.woocommerce-checkout .text-area-wrapper,
.woocommerce-cart .text-area-wrapper,
.woocommerce-checkout .form-control-wrapper,
.woocommerce-cart .form-control-wrapper {
  position: relative;
}
.woocommerce-checkout .character-count,
.woocommerce-cart .character-count {
  position: absolute;
  bottom: 6px;
  right: 11px;
  background-color: #fff;
  opacity: 0.8;
}
.woocommerce-checkout .payment-gateway-options,
.woocommerce-cart .payment-gateway-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .woocommerce-checkout .payment-gateway-options,
  .woocommerce-cart .payment-gateway-options {
    -ms-flex-direction: column;
        flex-direction: column;
    border-bottom: #00acca 1px solid;
  }
}
.woocommerce-checkout .payment-panels,
.woocommerce-cart .payment-panels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .payment-panels,
  .woocommerce-cart .payment-panels {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.woocommerce-checkout .payment-panel.order-review,
.woocommerce-cart .payment-panel.order-review {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px 15px 20px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  background-color: #ffffff;
}
.woocommerce-checkout .payment-panel .order-review-table,
.woocommerce-cart .payment-panel .order-review-table {
  width: 100%;
}
.woocommerce-checkout .payment-panel .order-review-table .order-review-title,
.woocommerce-cart .payment-panel .order-review-table .order-review-title,
.woocommerce-checkout .payment-panel .order-review-table .order-review-price,
.woocommerce-cart .payment-panel .order-review-table .order-review-price {
  font-weight: 600;
}
.woocommerce-checkout .payment-panel .order-review-table .product-name,
.woocommerce-cart .payment-panel .order-review-table .product-name {
  padding-right: 16px;
}
.woocommerce-checkout .payment-panel .order-review-table .product-recurring,
.woocommerce-cart .payment-panel .order-review-table .product-recurring {
  padding-left: 8px;
}
.woocommerce-checkout .payment-panel .cover-the-fee-form,
.woocommerce-cart .payment-panel .cover-the-fee-form {
  padding-top: 15px;
  font-size: 14px;
}
.woocommerce-checkout .payment-panel,
.woocommerce-cart .payment-panel {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (min-width: 768px) {
  .woocommerce-checkout .payment-panel:first-child,
  .woocommerce-cart .payment-panel:first-child {
    margin-right: 30px;
  }
}
@media (min-width: 768px) {
  .woocommerce-checkout .payment-panel:last-child,
  .woocommerce-cart .payment-panel:last-child {
    margin-left: 30px;
  }
}
.woocommerce-checkout .payment-method-error,
.woocommerce-cart .payment-method-error {
  color: #e54f5e;
}
.woocommerce-checkout .payment-method-title,
.woocommerce-cart .payment-method-title {
  font-weight: 700;
  margin-bottom: 15px;
}
.woocommerce-checkout .wv-new-cc-form,
.woocommerce-cart .wv-new-cc-form {
  margin-bottom: 20px;
}
.woocommerce-checkout .wv-new-cc-form .cc-number .form-group,
.woocommerce-cart .wv-new-cc-form .cc-number .form-group {
  margin-bottom: 6px;
}
.woocommerce-checkout .wv-new-cc-form .cc-number .form-input-iframe,
.woocommerce-cart .wv-new-cc-form .cc-number .form-input-iframe {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.woocommerce-checkout .wv-new-cc-form .cc-number .form-input-iframe iframe,
.woocommerce-cart .wv-new-cc-form .cc-number .form-input-iframe iframe {
  height: 40px;
  width: 100%;
}
.woocommerce-checkout .wv-new-cc-form .cc-types,
.woocommerce-cart .wv-new-cc-form .cc-types {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.woocommerce-checkout .wv-new-cc-form .cc-type,
.woocommerce-cart .wv-new-cc-form .cc-type {
  margin-right: 16px;
}
.woocommerce-checkout .wv-new-cc-form .cc-expiration--fields,
.woocommerce-cart .wv-new-cc-form .cc-expiration--fields {
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-checkout .wv-new-cc-form .cc-expiration--field,
.woocommerce-cart .wv-new-cc-form .cc-expiration--field {
  -ms-flex: auto;
      flex: auto;
}
.woocommerce-checkout .wv-new-cc-form .cc-type,
.woocommerce-cart .wv-new-cc-form .cc-type {
  opacity: 0.25;
}
.woocommerce-checkout .wv-new-cc-form .cc-type.active,
.woocommerce-cart .wv-new-cc-form .cc-type.active {
  color: #46bb95;
  opacity: 1;
}
.woocommerce-checkout .wv-new-cc-form .token-ex-loading,
.woocommerce-cart .wv-new-cc-form .token-ex-loading {
  position: relative;
  z-index: 1;
}
.woocommerce-checkout .wv-new-cc-form .token-ex-loading:after,
.woocommerce-cart .wv-new-cc-form .token-ex-loading:after {
  position: absolute;
  display: block;
  content: "";
  top: 1px;
  left: 0;
  width: calc(97%);
  height: calc(97%);
  background: #fff;
  z-index: 9999;
  border-radius: 12px;
}
.woocommerce-checkout .wv-new-cc-form #wvus_new_expiration,
.woocommerce-cart .wv-new-cc-form #wvus_new_expiration {
  padding-left: 20px;
}
.woocommerce-checkout .wv-eft-form,
.woocommerce-cart .wv-eft-form,
.woocommerce-checkout .wvus-existing-cc-form,
.woocommerce-cart .wvus-existing-cc-form {
  margin-bottom: 20px;
}
.woocommerce-checkout .wv-eft-form-radio-group,
.woocommerce-cart .wv-eft-form-radio-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.woocommerce-checkout .wv-eft-form-account-type,
.woocommerce-cart .wv-eft-form-account-type {
  margin-bottom: 15px;
}
.woocommerce-checkout .wv-eft-form-account-type legend,
.woocommerce-cart .wv-eft-form-account-type legend {
  color: initial;
  width: initial;
  margin-bottom: initial;
  border-bottom: initial;
  font-size: initial;
  line-height: initial;
  font-weight: 700;
}
.woocommerce-checkout .wv-eft-replace-disclaimer,
.woocommerce-cart .wv-eft-replace-disclaimer {
  margin-bottom: 10px;
}
.woocommerce-checkout .wv-eft-helper,
.woocommerce-cart .wv-eft-helper {
  border-radius: 8px;
  border: 1px #ccc solid;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
  margin-top: 12px;
  background-color: #fff;
}
.woocommerce-checkout .radio-inline,
.woocommerce-cart .radio-inline {
  margin-right: 20px;
}
.woocommerce-checkout .radio-inline input,
.woocommerce-cart .radio-inline input {
  margin-right: 5px;
}
.woocommerce-checkout #how_hear_about,
.woocommerce-cart #how_hear_about {
  padding-left: 8px;
}
.woocommerce-checkout .l-flex-horizontal,
.woocommerce-cart .l-flex-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.woocommerce-checkout .alert-success {
  display: none;
}
.woocommerce-checkout .wvus-ghf #alertbar {
  display: none;
}
.woocommerce-checkout .recaptcha-disclaimer {
  text-align: center;
  margin-top: 48px;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.woocommerce-order-received {
  min-height: 0;
}
.woocommerce-order-received .page {
  background-color: #ffffff;
}
.wvecomm_thankyou_header .curve-hero__wrapper {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .wvecomm_thankyou_header .curve-hero__wrapper {
    margin-bottom: 48px;
  }
  .wvecomm_thankyou_header .curve-hero__wrapper .curve-hero__bkg picture {
    max-width: 1920px;
    margin: auto;
  }
}
.wvecomm-thankyou-hero-text {
  color: #9054a1;
  text-align: center;
}
.wvecomm-thankyou-hero__title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.333;
  margin-bottom: 0px;
  margin-top: 16px;
}
.wvecomm-thankyou-cobranded-logo {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  max-width: 200px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .wvecomm-thankyou-cobranded-logo {
    max-width: 300px;
  }
}
.wvecomm-thankyou-cobranded-header,
.wvecomm-thankyou-cobranded-logo {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  width: 100%;
}
.wvecomm-thankyou-cobranded-header svg {
  height: 42px;
  width: 205px;
}
.wvecomm-thankyou-summary {
  margin-left: auto;
  margin-right: auto;
  max-width: 25em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wvecomm-thankyou-section {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.wvecomm-column-right {
  padding-left: 24px;
}
.wvecomm-engagement-more-children {
  margin-top: 48px;
  max-height: 250px;
  width: calc(100% +  48px);
}
.wvecomm-engagement-more-children .engagement__inset--sponsor {
  width: 100%;
}
.experience-sponsor .media {
  margin-bottom: 24px;
}
@supports (display: grid) {
  .experience-sponsor .media {
    -ms-grid-columns: 48px 3fr;
        grid-template-columns: 48px 3fr;
  }
}
.experience-sponsor .media__content p {
  margin-bottom: 0;
}
.experience-sponsor .media__img {
  max-width: 48px;
}
.experience-sponsor .media__img img {
  height: 48px;
  max-height: 48px;
  width: 48px;
}
.wvecomm-honor-card-title {
  margin-top: 16px;
}
.dcs {
  margin-bottom: 24px;
}
.thankyou_type_slim .wvecomm_thankyou_header h1 {
  color: #666666;
}
.thankyou_type_slim .account-slim {
  width: 100%;
  text-align: center;
}
.thankyou_type_slim .thank-you-slim-feature-image {
  margin: 15px;
}
.thankyou_type_slim .thank-you-slim-content {
  margin: 15px;
}
.thankyou_type_slim .thank-you-slim-cta {
  margin: 15px;
}
.thankyou_type_chosen {
  /*
  background-image: url(https://wvusstatic.com/chosen/thank-you-chosen-bkg.jpg);
  background-size: cover;
  background-position: center bottom;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
  padding: @line-height-computed;
  text-align: center;
  @media screen and (orientation:landscape) {
    background-image: none;
  }
 */
  /*
  Adding some CSS from chosen plugin.  This needs to be here to fix a bug with custom css not loading in time for page render. 
 */
}
.thankyou_type_chosen .wvecomm_thankyou_header h1 {
  font-size: 34px;
  color: #333333;
  margin-bottom: 16px;
  font-weight: 400;
}
.thankyou_type_chosen .wvecomm_thankyou_header .curve-hero__wrapper {
  margin: 16px;
}
.thankyou_type_chosen .wvecomm_thankyou_header .wvecomm-thankyou-summary {
  padding-left: 13px;
  padding-right: 13px;
}
.thankyou_type_chosen .account-chosen {
  width: 100%;
  text-align: center;
}
.thankyou_type_chosen .container {
  padding-left: 0;
  padding-right: 0;
}
.thankyou_type_chosen .wvecomm-thankyou-cobranded-header img {
  display: none;
}
.wvecomm-gift-catalog-page-header {
  width: 100%;
}
.wvecomm-gift-catalog-page-header .wvecomm-giftcatalog-hero-image--container .img-responsive {
  width: 100%;
}
/* Commenting out the following code to turn of the video background */
.wvecomm-giftcatalog-hero-text {
  color: #ffffff;
  position: absolute;
  margin-left: 10vw;
  text-align: left;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wvecomm-giftcatalog-hero-text {
    margin-bottom: -3em;
    margin-left: 5vw;
    margin-right: 5vw;
    position: relative;
    text-align: center;
    top: -4em;
    -ms-transform: none;
        transform: none;
  }
}
.wvecomm-giftcatalog-hero__title {
  font-weight: 700;
  letter-spacing: 0.0625em;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wvecomm-giftcatalog-hero__title {
    letter-spacing: initial;
    margin-bottom: 1em;
    text-transform: capitalize;
  }
}
@media (max-width: 767px) {
  .wvecomm-giftcatalog-hero__subtitle,
  .wvecomm-giftcatalog-hero__copy {
    color: #333333;
  }
}
.wvecomm-giftcatalog-hero__subtitle p,
.wvecomm-giftcatalog-hero__copy p,
.wvecomm-giftcatalog-wmn__text p {
  margin-bottom: 0;
}
.wvecomm-giftcatalog-page-header-content-wrapper {
  background-color: #00acca;
  color: #ffffff;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  width: 100%;
}
.wvecomm-giftcatalog-page-header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 767px) {
  .wvecomm-giftcatalog-page-header-content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.wvecomm-giftcatalog-wmn__title {
  border-right: 1px solid #ffffff;
  margin-bottom: 0;
  margin-top: 0;
  padding-right: 48px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .wvecomm-giftcatalog-wmn__title {
    font-size: 26px;
    line-height: 1.333;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .wvecomm-giftcatalog-wmn__title {
    border-right: none;
    -ms-flex-order: 1;
        order: 1;
    padding-right: 0;
    padding-top: 15px;
  }
}
.wvecomm-giftcatalog-wmn__text {
  margin-left: 48px;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 992px) and (min-width: 768px) {
  .wvecomm-giftcatalog-wmn__text {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .wvecomm-giftcatalog-wmn__text {
    margin: 0;
    -ms-flex-order: 1;
        order: 1;
    text-align: center;
  }
}
.wvecomm-gift-catalog-page-buy-gift-catalogs {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .wvecomm-gift-catalog-page-buy-gift-catalogs {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.wvecomm-gift-catalog-page-buy-gift-catalogs > div {
  margin: 24px;
}
@media (max-width: 768px) {
  .wvecomm-gift-catalog-page-buy-gift-catalogs > div {
    margin: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
  }
}
.wvecomm-gift-catalog-page-buy-gift-catalogs .image-thumbnail {
  width: 150px;
}
.wvecomm-gift-catalog-page-honorcard {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .wvecomm-gift-catalog-page-honorcard {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.wvecomm-gift-catalog-page-honorcard > div {
  margin: 24px;
}
@media (max-width: 768px) {
  .wvecomm-gift-catalog-page-honorcard > div {
    margin: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
  }
}
.wvecomm-gift-catalog-page-honorcard .image-thumbnail {
  width: 150px;
}
@media (min-width: 768px) {
  .drawer .drawer__body .body__media img.body__image.body__image-350 {
    max-width: 350px;
  }
}
/** error messaging **/
.woocommerce .alert ul.woocommerce-error {
  list-style-type: none;
}
.woocommerce .checkout-header + .container .woocommerce-message {
  margin-top: 12px;
}
.woocommerce .checkout-header + .woocommerce-message {
  margin-top: 12px;
}
.woocommerce .woocommerce-cart-form .alert {
  margin-top: 12px;
}
.woocommerce .cart-back-button a {
  color: #ffffff;
}
.woocommerce-cart .woocommerce-message {
  display: none !important;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item {
  background: #ffffff;
  box-shadow: inset 0 150px 0 0 #00acca;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .sponsorship-line-item__child-info {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  #wvecomm-cart-container .wvecomm-sponsorship-line-item .sponsorship-line-item__child-info {
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .sponsorship-line-item__details {
  color: #ff6b00;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  font-size: 20px;
  font-weight: 700;
  margin-top: 150px;
  text-transform: uppercase;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .mobile-sponsorship-details {
  color: #ff6b00;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .sponsorship-line-item__gender-country {
  padding-right: 24px;
  text-align: right;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .sponsorship-line-item__age-birthdate {
  padding-left: 24px;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .sponsorship-line-item__product-thumbnail {
  width: 200px;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .cobranding-thumb {
  width: 170px;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .child__thumbnail-link {
  display: block;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .product-name {
  padding-left: 12px;
  padding-right: 12px;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .sponsorship-line-item__name {
  margin-top: 12px;
  margin-bottom: 0;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .sponsorship-line-item__emphasis {
  font-weight: 700;
  text-transform: uppercase;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .woocommerce-cart-form__cart-item {
  background: transparent;
  border: none;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .wvecomm-frequency {
  margin-left: 0;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .wvecomm-frequency label {
  font-weight: normal;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .wvecomm-frequency input[type="checkbox"] {
  margin: 4px 6px 0 0;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .product-price {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}
#wvecomm-cart-container .wvecomm-sponsorship-line-item .woocommerce-cart-form__cart-item .product-subtotal {
  font-weight: 700;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item {
  -ms-flex-align: stretch;
      align-items: stretch;
  background: #ffffff;
  border: 1px solid #00acca;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 12px;
  padding: 24px;
  width: 100%;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-order: 1;
      order: 1;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details .wvecomm-product-details-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details .wvecomm-product-details-wrapper .product-name {
  line-height: 1.333;
  padding: 8px 0 0 12px;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details .wvecomm-product-details-wrapper .product-name a {
  color: #333333;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details .wvecomm-product-details-wrapper .product-thumbnail {
  display: none;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-order: 2;
      order: 2;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  min-width: 250px;
  -ms-flex-order: 1;
      order: 1;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Hide up/down arrows for price in Chrome, Safari, Edge, Opera */
  /* Hide up/down arrows for price in FF */
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .product-quantity {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  margin-right: 5%;
  width: 45%;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .product-quantity input.qty {
  border: 1px solid #cccccc;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  height: 53px;
  padding: 6px 16px;
  width: 100%;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .wvecomm-frequency {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  font-weight: bold;
  margin-left: 5%;
  margin-top: 12px;
  width: 45%;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .wvecomm-frequency p {
  margin: 0px;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .product-price {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper input[type=number]#wvecomm-line-item-amount::-webkit-inner-spin-button,
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper input[type=number]#wvecomm-line-item-amount::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper input[type=number]#wvecomm-line-item-amount {
  -moz-appearance: textfield;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .wvecomm-line-item-honor-card {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 24px 0 0 0;
  width: 100%;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .wvecomm-line-item-honor-card label {
  font-weight: normal;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .wvecomm-line-item-honor-card input[type="checkbox"] {
  margin: 4px 6px 0 0;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .wvecomm-line-item-honor-card .hand-crafted-disclaimer {
  margin-left: 24px;
  max-width: 250px;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .input-group-addon {
  text-transform: uppercase;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-subtotal {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  font-weight: 700;
  -ms-flex-order: 2;
      order: 2;
  text-align: right;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-actions {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 12px;
  -ms-flex-order: 4;
      order: 4;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-actions .wvecomm-product-actions-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-actions .wvecomm-product-actions-wrapper .product-remove a.remove {
  position: static;
  text-indent: 0px;
  width: 100%;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-actions .wvecomm-product-actions-wrapper .product-remove a.remove:before {
  bottom: auto;
  display: none;
}
#wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-actions .wvecomm-product-actions-wrapper .product-update {
  margin-right: 10px;
}
#wvecomm-cart-container #wvecomm-cart-actions {
  display: none;
}
.cross-sells {
  margin-top: 8px;
  -ms-grid-row: span 2;
      grid-row: span 2;
}
@media screen and (max-width: 767px) {
  .cross-sells {
    margin-top: 24px;
    margin-right: 0;
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
  }
}
.cross-sells .product-thumbnail {
  padding-right: 24px;
}
.cross-sells .product-thumbnail img {
  max-height: 100px;
  max-width: 100px;
}
.cross-sells .cross-sell__title {
  color: #999999;
  font-style: italic;
  margin-bottom: 0;
}
.cross-sells .cross-sell-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #ffffff;
  padding: 15px 24px;
  margin-bottom: 20px;
}
.cross-sells .cross-sell-product-details__wrapper {
  display: -ms-flexbox;
  display: flex;
}
.cross-sells .product-desc p {
  padding-top: 8px;
}
.cart-empty-container {
  padding: 40px 0;
}
p.cart-empty {
  display: none;
}
.cart-empty-image {
  padding: 30px 0;
}
.cart-collaterals {
  margin-bottom: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 48px;
}
@media screen and (max-width: 767px) {
  .cart-collaterals {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .cart-collaterals .cart_totals {
    margin-right: 0;
    width: 100%;
  }
}
.cart-collaterals .cart_totals table {
  margin: 8px 0;
  width: 100%;
}
.cart-collaterals .cart_totals table td {
  padding-bottom: 8px;
  text-align: right;
}
.cart-collaterals .cart_totals table th {
  font-weight: normal;
  text-align: left;
  padding-right: 50px;
}
.cart-collaterals .cart_totals table tr.order-total th {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cart-collaterals .wc-proceed-to-checkout {
    width: 100%;
  }
}
.cart-collaterals .paypal-button-label-container {
  margin: 0 auto;
  max-width: 350px;
}
@media screen and (max-width: 600px) {
  .cart-collaterals .paypal-button-label-container {
    max-width: 100%;
  }
}
.checkout-header .cobranding-logo {
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #wvecomm-cart-container .woocommerce-cart-form__cart-item {
    padding: 10px;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details .wvecomm-product-details-wrapper .product-name {
    margin-bottom: 12px;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price {
    min-width: 200px;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .input-group-addon {
    padding: 6px;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-product-quantity-price-wrapper .wvecomm-frequency {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-top: 0;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-line-item-honor-card .hand-crafted-disclaimer {
    max-width: 201px;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-actions-wrapper {
    -ms-flex-align: center;
        align-items: center;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-subtotal {
    margin-top: 16px;
  }
  #wvecomm-cart-container .wvecomm-sponsorship-line-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #wvecomm-cart-container .wvecomm-sponsorship-line-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-actions {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  #wvecomm-cart-container .wvecomm-sponsorship-line-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-subtotal {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-flex-order: 4;
        order: 4;
  }
  .cross-sells .cross-sell-product {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 20px;
  }
  .checkout-header .container .column.phone,
  .checkout-header .container .column.cart-back-button {
    width: 66%;
  }
  .checkout-header .checkout-header-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }
}
.wcppec-checkout-buttons__separator,
.wvus-bt-checkout-buttons__separator {
  font-weight: bold;
  text-align: center;
  margin: 16px 0;
}
@media only screen and (max-width: 600px) {
  .wc-proceed-to-checkout .btn-checkout {
    width: 100%;
  }
  #woo_pp_ec_button_cart {
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .wc-proceed-to-checkout .btn-checkout {
    width: 350px;
    margin: 0 auto;
  }
  #woo_pp_ec_button_cart {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .wc-proceed-to-checkout .btn-checkout {
    max-width: 330px;
  }
  #woo_pp_ec_button_cart {
    max-width: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wc-proceed-to-checkout .btn-checkout {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .wc-proceed-to-checkout .btn-checkout {
    width: 350px;
    margin: 0 auto;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    -ms-flex-order: 1;
        order: 1;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details .wvecomm-product-details-wrapper .product-thumbnail {
    display: block;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details .wvecomm-product-details-wrapper .product-thumbnail img {
    max-height: 100px;
    max-width: 100px;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price {
    min-width: 310px;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .wvecomm-product-quantity-price .wvecomm-line-item-honor-card .hand-crafted-disclaimer {
    max-width: 300px;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-subtotal {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    -ms-flex-order: 5;
        order: 5;
    margin-top: 10px;
    text-align: right;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-actions {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 4;
        order: 4;
    margin-top: 0px;
    text-align: center;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-actions .wvecomm-product-actions-wrapper {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-actions .wvecomm-product-actions-wrapper .product-update,
  #wvecomm-cart-container .woocommerce-cart-form__cart-item .wvecomm-product-details-update .wvecomm-product-details-update-wrapper .product-actions .wvecomm-product-actions-wrapper .product-remove {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .cart-collaterals .cart_totals table th {
    padding-right: 150px;
  }
  .cart-collaterals.cobrand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 20px;
  }
  .cart-collaterals.cobrand .cart_totals {
    width: 80%;
  }
  .cart-collaterals.cobrand .wc-proceed-to-checkout {
    text-align: right;
    width: 20%;
  }
  .cart-collaterals.cobrand .wc-proceed-to-checkout .btn-checkout {
    width: 100%;
  }
}
.wvus-ehonor-card-app-failover-container {
  min-height: 400px;
}
.wvus-ehonor-card-app-container {
  min-height: 400px;
}
.wvus-ehonor-card-app {
  padding-bottom: 30px;
}
.wvus-ehonor-card-app .ehonor-card-product-detail {
  padding-bottom: 25px;
}
.wvus-ehonor-card-app .product-name,
.wvus-ehonor-card-app .product-image {
  float: left;
}
.wvus-ehonor-card-app .product-name {
  margin-left: 20px;
}
.wvus-ehonor-card-app .print-card {
  clear: both;
  padding-top: 10px;
}
.wvus-ehonor-card-app .preview-btn {
  margin-right: 20px;
}
.wvus-ehonor-card-app .honor-card-pdfs {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wvus-ehonor-card-app .honor-card-pdfs .honor-card-pdf {
  margin-bottom: 20px;
  margin-right: 20px;
}
.wvus-ehonor-card-app iframe {
  border: none;
  height: calc(110vh);
  min-width: 620px;
}
.wvus-ehonor-card-app .text-area-wrapper,
.wvus-ehonor-card-app .form-control-wrapper {
  position: relative;
}
.wvus-ehonor-card-app .character-count {
  position: absolute;
  bottom: 6px;
  right: 11px;
  background-color: #fff;
  opacity: 0.8;
}
.wvus-ehonor-card-app .ehonor-card-email-form {
  clear: both;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .wvus-ehonor-card-app .ehonor-card-form {
    width: 50%;
  }
  .wvus-ehonor-card-app .ehonor-card-form iframe {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wvus-ehonor-card-app .ehonor-card-form {
    width: 40%;
  }
  .wvus-ehonor-card-app .ehonor-card-form iframe {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .wvus-ehonor-card-app .ehonor-card-email-form button {
    width: 100%;
  }
  .wvus-ehonor-card-app .ehonor-card-email-form .send-btn {
    margin-top: 15px;
  }
  .wvus-ehonor-card-app .ehonor-card-email-form .preview-btn {
    display: none;
  }
  .wvus-ehonor-card-app .ehonor-card-select-form button {
    width: 100%;
  }
  .wvus-ehonor-card-app .email-review {
    display: none;
  }
  .wvus-ehonor-card-app iframe {
    width: 100%;
  }
}
#page .hustle-ui .hustle-optin .hustle-group-content,
#page .hustle-ui .hustle-optin .hustle-group-content p:not([class*="forminator-"]),
#page .hustle-ui .hustle-info .hustle-group-content,
#page .hustle-ui .hustle-info .hustle-group-content p:not([class*="forminator-"]) {
  font-family: Lato, Helvetica, Arial, sans-serif;
}
#page .hustle-ui .hustle-optin .hustle-group-content :not([class*="forminator-"]),
#page .hustle-ui .hustle-info .hustle-group-content :not([class*="forminator-"]) {
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#page .hustle-ui.hustle-slidein .hustle-slidein-content,
#page .hustle-ui.hustle-slidein.hustle-slidein-position--south .hustle-slidein-content > [class*="hustle-"] {
  max-width: 100%;
  width: 100%;
}
#page .hustle-ui.hustle-slidein .hustle-slidein-content .hustle-info.hustle-info--default .hustle-button-icon {
  top: 0;
}
#page .hustle-ui .hustle-info .hustle-group-content :not([class*="forminator-"]) .giving-form,
#page .hustle-ui .hustle-optin .hustle-group-content :not([class*="forminator-"]) .giving-form {
  color: #333333;
}
#page .hustle-ui .hustle-info .hustle-group-content :not([class*="forminator-"]) .giving-form .giving-form_wrapper-cta,
#page .hustle-ui .hustle-optin .hustle-group-content :not([class*="forminator-"]) .giving-form .giving-form_wrapper-cta {
  color: #ffffff;
}
.anon-gifts-engagement-container {
  margin-bottom: 30px;
  width: 100%;
}
.anon-gifts-engagement-container .drawer__heading {
  cursor: pointer;
}
.anon-gifts-engagement-container .drawer__heading:hover {
  opacity: 0.8;
}
.anon-gifts-engagement-container .drawer__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.anon-gifts-engagement-container .drawer__body .body__content {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.anon-gifts-engagement-container .drawer__body .body__content h3 {
  margin-top: 0;
}
.anon-gifts-engagement-container .content__text {
  max-width: 100%;
}
.anon-gifts-engagement-container .drawer__body-top,
.anon-gifts-engagement-container .drawer__body-bottom {
  padding-right: 20px;
  padding-left: 20px;
  border: solid #006661 1px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}
.anon-gifts-engagement-container .drawer__body-top,
.anon-gifts-engagement-container .drawer__heading {
  background-color: #006661;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
}
.anon-gifts-engagement-container .drawer__body-top {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .anon-gifts-engagement-container .drawer__body-top {
    display: block;
    float: left;
  }
}
.anon-gifts-engagement-container .drawer__body-bottom {
  background-color: #f5f5f5;
}
.anon-gifts-engagement-container .drawer .drawer__body .body__content {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}
.anon-gifts-engagement-container .wvus-anon-gifts {
  padding-top: 20px;
  width: 100%;
}
.anon-gifts-engagement-container .drawer__icon {
  border: 2px solid #ffffff;
}
.anon-gifts-engagement-container .wvus-anon-gifts-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.anon-gifts-engagement-container .wvus-anon-gifts-status {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.anon-gifts-engagement-container .wvus-anon-gifts-status-header {
  color: #ff6b00;
}
.anon-gifts-engagement-container .wvus-anon-gifts-form .form-group,
.anon-gifts-engagement-container .wvus-anon-gifts-form .checkbox-group {
  width: 100%;
}
@media (min-width: 768px) {
  .anon-gifts-engagement-container .wvus-anon-gifts-form .form-group.wvus-field-33 {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .anon-gifts-engagement-container .wvus-anon-gifts-form .form-group.wvus-field-50 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 16px;
  }
}
.anon-gifts-engagement-container .wvus-anon-gifts-form .form-group.wvus-field--end {
  padding-right: 0;
}
.anon-gifts-engagement-container .wvus-anon-gifts-form .wvus-field-optIn {
  margin-top: 15px;
  text-align: center;
}
/**
* This file contains styles for the chooseachild page.
*/
.chooseachild-donate #main {
  padding: 100px 20px;
}
.chooseachild-donate .spinner--wv-star {
  margin: 50px auto 100px;
}
.chooseachild-minidetail {
  max-width: 992px;
  margin: 0 auto;
}
.chooseachild-minidetail .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.chooseachild-minidetail .logo svg {
  height: 16.42vw;
  width: 80vw;
}
.chooseachild__child-tile {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.chooseachild__child-tile .child-tile__wrapper {
  width: 100%;
}
.chooseachild__child-tile .image-link {
  display: block;
  position: relative;
}
.chooseachild__child-tile .play {
  bottom: 24px;
  color: #ffffff;
  font-size: 30px;
  position: absolute;
  right: 24px;
}
.chooseachild__child-tile .child-tile {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.chooseachild__child-tile .child-name {
  color: #9054a1;
  font-style: italic;
  margin-top: 16px;
}
.chooseachild__child-tile .child-video__container {
  background-color: #e6f7fa;
  position: relative;
}
.chooseachild__child-tile video {
  width: 100%;
}
.chooseachild__child-tile .video-controls {
  background: rgba(51, 51, 51, 0.5);
  color: #ffffff;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 12px;
  padding-top: 12px;
  position: absolute;
  right: 84px;
  top: 12px;
  width: 96px;
}
@media (max-width: 767px) {
  .chooseachild__child-tile .video-controls {
    right: 20px;
    width: 72px;
  }
}
.chooseachild__child-tile .audio-toggle,
.chooseachild__child-tile .video-toggle {
  background: none;
  border: none;
  min-width: 36px;
}
.chooseachild__child-tile .video-toggle {
  font-size: 22px;
}
@media (max-width: 767px) {
  .chooseachild__child-tile .video-toggle {
    font-size: 16px;
  }
}
.chooseachild__child-tile .video-toggle.video-playing .video-pause {
  display: block;
}
.chooseachild__child-tile .video-toggle.video-paused .video-play {
  display: block;
}
.chooseachild__child-tile .audio-toggle {
  font-size: 26px;
}
@media (max-width: 767px) {
  .chooseachild__child-tile .audio-toggle {
    font-size: 20px;
  }
}
.chooseachild__child-tile .child-photo-thumb {
  width: 45vw;
}
.chooseachild__child-tile .child-details {
  width: 100%;
}
.chooseachild__child-tile .child-intro {
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}
.chooseachild__child-tile .icon-container {
  -ms-flex-align: center;
      align-items: center;
  background-color: #d9f3f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.chooseachild__child-tile .child-days-waiting,
.chooseachild__child-tile .child-birthday {
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
.chooseachild__child-tile .child-birthday > img {
  float: left;
  height: 16px;
  margin-right: 4px;
  vertical-align: baseline;
  width: 16px;
}
.chooseachild__child-tile .child-birth-date {
  display: block;
  margin-bottom: 12px;
  margin-left: 20px;
}
.chooseachild__child-tile .clock {
  color: #46bb95;
  float: left;
  margin-right: 6px;
  display: block;
}
.chooseachild__child-tile .child-days-waiting-text {
  display: block;
  margin-left: 20px;
}
.chooseachild__child-tile .button-container {
  -ms-flex-align: center;
      align-items: center;
  background-color: #d9f3f7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
#chooseachild-detail {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 500px;
  width: 100%;
}
#chooseachild-detail .chooseachild-container,
#chooseachild-detail .chooseachild-child-tile,
#chooseachild-detail .chooseachild-faq {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
#chooseachild-detail .chooseachild-container {
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
#chooseachild-detail .chooseachild-faq {
  padding: 35px 15px;
  background: #e6f7fa;
}
#chooseachild-detail .chooseachild-faq img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  margin-top: -40px;
  margin-bottom: 0px;
}
#chooseachild-detail .chooseachild-faq .chooseachild-faq-txt-element {
  margin-bottom: 0px;
}
#chooseachild-detail .chooseachild-faq .section-separator {
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
#chooseachild-detail .chooseachild-faq .section-separator .sep-holder {
  height: 1px;
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-width: 10%;
}
#chooseachild-detail .chooseachild-faq .section-separator .sep-line {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
}
#chooseachild-detail .chooseachild-faq .section-separator .chooseachild-faq-headline {
  font-size: 24px;
}
#chooseachild-detail .footer-button-container {
  background-color: #e6f7fa;
  padding-bottom: 16px;
  padding-top: 16px;
  text-align: center;
  width: 100%;
}
#bread-crumb-container {
  margin: 12px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
#bread-crumb-container .steps-container {
  display: inline-block;
  margin-left: 65px;
  position: relative;
}
#bread-crumb-container .steps-container:first-of-type {
  margin-left: 0px;
}
@media (max-width: 767px) {
  #bread-crumb-container .steps-container {
    margin-left: 45px;
  }
}
#bread-crumb-container .steps-container:after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: 2px 2px 0 0 #999999;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -60px;
}
@media (max-width: 767px) {
  #bread-crumb-container .steps-container:after {
    width: 30px;
    right: -40px;
  }
}
#bread-crumb-container .steps-container:last-child:after {
  display: none;
}
#bread-crumb-container .steps {
  color: #ffffff;
  background: #46bb95;
  border-radius: 50px;
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  opacity: 0.4
    ;
  font-weight: bold;
}
#bread-crumb-container .steps.active {
  opacity: 1;
}
@media (max-width: 767px) {
  #bread-crumb-container .steps {
    font-size: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
