/* line 1, ../scss/_footerOverrides.scss */
.dist-footer-section {
  background-color: #444444;
  display: flex;
  align-items: center;
  padding: 30px 5.8%;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
/* line 10, ../scss/_footerOverrides.scss */
.dist-footer-section::before {
  position: absolute;
  content: "";
  background-color: #444444;
  left: 0;
  height: 100%;
}
@media (min-width: 1024px) {
  /* line 10, ../scss/_footerOverrides.scss */
  .dist-footer-section::before {
    left: -100%;
    width: 100%;
  }
}
/* line 23, ../scss/_footerOverrides.scss */
.dist-footer-section::after {
  position: absolute;
  content: "";
  background-color: #444444;
  left: 100%;
  width: 100vw;
  height: 100%;
}
@media (max-width: 768px) {
  /* line 23, ../scss/_footerOverrides.scss */
  .dist-footer-section::after {
    width: 0;
  }
}
/* line 36, ../scss/_footerOverrides.scss */
.dist-footer-section .footer-contact-info {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
/* line 45, ../scss/_footerOverrides.scss */
.dist-footer-section ns-logo, .dist-footer-section .dist-info {
  display: inline-block;
}
/* line 49, ../scss/_footerOverrides.scss */
.dist-footer-section #footerLogoImage {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  border: 1px solid #272525;
}
@media (max-width: 767px) {
  /* line 56, ../scss/_footerOverrides.scss */
  .dist-footer-section ns-logo {
    width: 71px;
  }
}
/* line 62, ../scss/_footerOverrides.scss */
.dist-footer-section h3, .dist-footer-section p {
  color: #ffffff;
}
/* line 66, ../scss/_footerOverrides.scss */
.dist-footer-section p {
  line-height: 22px;
  font-size: 16px;
}
@media (max-width: 375px) {
  /* line 66, ../scss/_footerOverrides.scss */
  .dist-footer-section p {
    line-height: 25px;
  }
}
/* line 75, ../scss/_footerOverrides.scss */
.dist-footer-section .dist-info {
  padding-left: 15px;
}
/* line 78, ../scss/_footerOverrides.scss */
.dist-footer-section .dist-info h3 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: normal;
}
/* line 85, ../scss/_footerOverrides.scss */
.dist-footer-section .dist-data {
  display: flex;
  align-items: flex-start;
}
/* line 89, ../scss/_footerOverrides.scss */
.dist-footer-section .dist-data > div {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 425px) {
  /* line 89, ../scss/_footerOverrides.scss */
  .dist-footer-section .dist-data > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* line 99, ../scss/_footerOverrides.scss */
.dist-footer-section .dist-data a {
  color: #ffffff;
  text-decoration: none;
}
/* line 103, ../scss/_footerOverrides.scss */
.dist-footer-section .dist-data a iron-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  top: -2px;
  margin-right: 8px;
}
/* line 111, ../scss/_footerOverrides.scss */
.dist-footer-section .dist-data a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  /* line 85, ../scss/_footerOverrides.scss */
  .dist-footer-section .dist-data {
    align-items: flex-start;
  }
}
/* line 121, ../scss/_footerOverrides.scss */
.dist-footer-section #distSocialMedia {
  padding-left: 35px;
}
/* line 124, ../scss/_footerOverrides.scss */
.dist-footer-section #distSocialMedia .links {
  display: flex;
  width: 250px;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 130, ../scss/_footerOverrides.scss */
.dist-footer-section #distSocialMedia .links p {
  width: 40%;
}
@media (max-width: 375px) {
  /* line 130, ../scss/_footerOverrides.scss */
  .dist-footer-section #distSocialMedia .links p {
    padding: 3px 0;
  }
}
@media (max-width: 375px) {
  /* line 124, ../scss/_footerOverrides.scss */
  .dist-footer-section #distSocialMedia .links {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  /* line 121, ../scss/_footerOverrides.scss */
  .dist-footer-section #distSocialMedia {
    padding-left: 15px;
  }
}
/* line 148, ../scss/_footerOverrides.scss */
.dist-footer-section #distFacebook {
  background: url("../../../../content/dam/apps/storefront/socialFBLG-white.svg") no-repeat 0 50%;
  background-size: 20px 20px;
}
/* line 153, ../scss/_footerOverrides.scss */
.dist-footer-section #distInstagram {
  background: url("../../../../content/dam/apps/storefront/socialIGLG-white.svg") no-repeat 0 50%;
  background-size: 20px 20px;
}
/* line 158, ../scss/_footerOverrides.scss */
.dist-footer-section #distTwitter {
  background: url("../../../../content/dam/apps/storefront/socialTWLG-white.svg") no-repeat 0 50%;
  background-size: 20px 20px;
}
/* line 163, ../scss/_footerOverrides.scss */
.dist-footer-section #distPinterest {
  background: url("../../../../content/dam/apps/storefront/socialPTLG-white.svg") no-repeat 0 50%;
  background-size: 20px 20px;
}
/* line 168, ../scss/_footerOverrides.scss */
.dist-footer-section .footer-powered-container {
  align-self: flex-end;
  flex-grow: 1;
}
/* line 172, ../scss/_footerOverrides.scss */
.dist-footer-section .footer-powered-container .footer-powered-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/* line 177, ../scss/_footerOverrides.scss */
.dist-footer-section .footer-powered-container .footer-powered-inner .footer-powered-label {
  display: inline-block;
  margin: auto 10px auto 0;
  text-transform: uppercase;
  text-align: right;
  font-weight: 600;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  /* line 177, ../scss/_footerOverrides.scss */
  .dist-footer-section .footer-powered-container .footer-powered-inner .footer-powered-label {
    padding-bottom: 10px;
  }
}
@media (max-width: 375px) {
  /* line 177, ../scss/_footerOverrides.scss */
  .dist-footer-section .footer-powered-container .footer-powered-inner .footer-powered-label {
    padding-bottom: 0;
  }
}
@media (max-width: 375px) {
  /* line 194, ../scss/_footerOverrides.scss */
  .dist-footer-section .footer-powered-container .footer-powered-inner #footerPoweredLogo {
    width: auto;
  }
}
@media (max-width: 768px) {
  /* line 172, ../scss/_footerOverrides.scss */
  .dist-footer-section .footer-powered-container .footer-powered-inner {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 375px) {
  /* line 172, ../scss/_footerOverrides.scss */
  .dist-footer-section .footer-powered-container .footer-powered-inner {
    justify-content: center;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  /* line 168, ../scss/_footerOverrides.scss */
  .dist-footer-section .footer-powered-container {
    align-self: flex-start;
    margin-top: 35px;
  }
}
@media (max-width: 375px) {
  /* line 168, ../scss/_footerOverrides.scss */
  .dist-footer-section .footer-powered-container {
    margin-top: 30px;
    align-self: auto;
  }
}
@media (min-width: 1024px) {
  /* line 1, ../scss/_footerOverrides.scss */
  .dist-footer-section {
    padding: 30px 0;
    width: 994px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  /* line 1, ../scss/_footerOverrides.scss */
  .dist-footer-section {
    padding: 30px 0;
    width: 1410px;
  }
}
@media (max-width: 1023px) {
  /* line 1, ../scss/_footerOverrides.scss */
  .dist-footer-section {
    padding: 30px 21px;
  }
}
@media (max-width: 768px) {
  /* line 1, ../scss/_footerOverrides.scss */
  .dist-footer-section {
    padding: 30px 26px;
    flex-direction: column;
  }
  /* line 242, ../scss/_footerOverrides.scss */
  .dist-footer-section > div {
    width: 100%;
  }
}
@media (max-width: 375px) {
  /* line 1, ../scss/_footerOverrides.scss */
  .dist-footer-section {
    padding: 30px 15px;
    flex-direction: column;
  }
}

/* line 253, ../scss/_footerOverrides.scss */
slot[name="navigation-container"] {
  display: none;
}

/* line 1, ../scss/_main.scss */
body.mec-style {
  font-family: 'proxima-nova', 'OpenSans', 'Pridi', 'NotoSans', 'NotoSansSC', 'NotoSansHebrew', 'NotoSansJapanese', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', 'Yu Gothic', Meiryo, 'source-han-sans-japanese', 'source-han-sans-korean', 'source-han-sans-simplified-c', Helvetica, Arial, sans-serif;
  background-size: cover;
  color: #444444;
  overflow-x: hidden;
}
/* line 7, ../scss/_main.scss */
body.mec-style #chooseHeader {
  margin: auto;
  background: #ffffff;
}
/* line 12, ../scss/_main.scss */
body.mec-style .nsFooter {
  max-width: 1440px;
  margin: auto;
}
/* line 18, ../scss/_main.scss */
body.mec-style #headerSection .mec-mode {
  max-width: 1440px;
  margin: auto;
  background: #ffffff;
}
/* line 25, ../scss/_main.scss */
body.mec-style .dist-store {
  text-align: center;
}
/* line 1, ../scss/_productDetails.scss */
body.mec-style #content #content {
  background-color: #FFFFFF;
}
/* line 4, ../scss/_productDetails.scss */
body.mec-style #content .universal-back {
  padding: 1rem;
}
/* line 8, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .mecommerce-back {
  display: block;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  /* line 8, ../scss/_productDetails.scss */
  body.mec-style #content .details_wrapper .mecommerce-back {
    margin: 0;
    background: #fff;
    padding: 1.5rem 1rem;
  }
}
/* line 17, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .hide-mecommerce {
  display: none;
}
/* line 20, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details {
  width: 49%;
  margin-right: 0;
  padding-left: 1rem;
}
/* line 24, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details h2 {
  font-size: 38px;
  color: #444444;
  font-weight: 100;
  text-transform: none;
}
/* line 29, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details h2 sup {
  font-size: 24px;
}
/* line 34, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details #orderInfo .item_details {
  width: 100%;
}
/* line 37, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details #orderInfo .actions {
  display: none;
}
/* line 38, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details #orderInfo .qty {
  display: none;
}
/* line 39, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details #orderInfo .details {
  width: 100%;
}
/* line 41, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details #orderInfo .details #retailPricing {
  display: none;
}
/* line 44, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details #orderInfo .details table tr:not(:first-child) {
  display: none;
}
/* line 48, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details #orderInfo .details table tr:first-child .label {
  font-size: 13px !important;
  text-transform: uppercase;
}
/* line 52, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details #orderInfo .details table tr:first-child .detail {
  font-size: 16px !important;
}
/* line 60, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper .product_details .social-media-container {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 20, ../scss/_productDetails.scss */
  body.mec-style #content .details_wrapper .product_details {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 20, ../scss/_productDetails.scss */
  body.mec-style #content .details_wrapper .product_details {
    width: 100%;
    padding: 0;
  }
  /* line 69, ../scss/_productDetails.scss */
  body.mec-style #content .details_wrapper .product_details .item_actions {
    width: 100%;
    border: none;
    padding: 0 15px 15px 15px;
    margin-bottom: 0;
  }
  /* line 75, ../scss/_productDetails.scss */
  body.mec-style #content .details_wrapper .product_details h3.show_mobile {
    display: none;
  }
  /* line 76, ../scss/_productDetails.scss */
  body.mec-style #content .details_wrapper .product_details .snippet {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
/* line 83, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper #sideBar {
  display: none;
}
/* line 86, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper #details {
  width: 100%;
}
/* line 89, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper #details .contentSection > li {
  padding: 16px 0;
  border-top: 1px solid #a7a7a7;
  border-bottom: none;
}
/* line 93, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper #details .contentSection > li > a {
  background: none;
  width: 100%;
  display: block;
  font-size: 24px;
  color: #008ab0;
  font-weight: 100;
  padding-left: 0;
  line-height: 1.5;
  position: relative;
}
/* line 103, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper #details .contentSection > li > a:after {
  content: '';
  position: absolute;
  background: url(assets/icon-dropdown-circle-active.svg) no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  right: 0;
  top: 0;
  transform: rotate(180deg);
  animation: rollDown .3s ease;
}
/* line 116, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper #details .contentSection > li > a.selected:after {
  transform: rotate(0);
  animation: rollUp .3s ease;
}
/* line 121, ../scss/_productDetails.scss */
body.mec-style #content .details_wrapper #details .contentSection > li > a:focus {
  outline: none;
}
@media screen and (max-width: 480px) {
  /* line 86, ../scss/_productDetails.scss */
  body.mec-style #content .details_wrapper #details {
    border: none;
  }
}
@keyframes rollUp {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rollDown {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  /* line 29, ../scss/_main.scss */
  body.mec-style #content {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* line 40, ../scss/_main.scss */
body.mec-style #mainWrapper {
  overflow-x: hidden;
}
/* line 45, ../scss/_main.scss */
body.mec-style:not(.cq-wcm-edit) .author-content-info {
  display: none;
}
/* line 50, ../scss/_main.scss */
body.mec-style .cookieLawMessage {
  background: #1cd8d2;
}
/* line 54, ../scss/_main.scss */
body.mec-style .cookieLawMessage-wrap {
  padding: .5rem;
  max-width: 980px;
  margin: auto;
  background: transparent;
  font-size: 12px;
}
/* line 62, ../scss/_main.scss */
body.mec-style #agreeToCookies {
  background: transparent;
  border: none;
  font-size: 16px;
  display: block;
  text-align: right;
  padding-top: .5rem;
  font-weight: 100;
}

/* line 85, ../scss/_main.scss */
#postCartHook {
  font-size: 18px;
  text-align: center;
}

/* line 90, ../scss/_main.scss */
.storefront-header-logo {
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 90, ../scss/_main.scss */
  .storefront-header-logo {
    text-align: left;
  }
}
@media (max-width: 767px) {
  /* line 90, ../scss/_main.scss */
  .storefront-header-logo {
    text-align: center;
  }
}

/* line 101, ../scss/_main.scss */
#homeLink {
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  /* line 101, ../scss/_main.scss */
  #homeLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/* line 111, ../scss/_main.scss */
#homeLink #my-site {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #272525 !important;
  font-weight: 400;
}
@media (max-width: 1023px) {
  /* line 111, ../scss/_main.scss */
  #homeLink #my-site {
    display: none;
  }
}

/* line 125, ../scss/_main.scss */
.mec-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #272525;
}
/* line 131, ../scss/_main.scss */
.mec-avatar.is-square {
  border-radius: 0;
  width: auto;
  border: none;
}
@media (max-width: 1023px) {
  /* line 125, ../scss/_main.scss */
  .mec-avatar {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  /* line 125, ../scss/_main.scss */
  .mec-avatar {
    margin-left: 10px;
  }
}

/* line 149, ../scss/_main.scss */
ns-header header {
  box-sizing: border-box;
  background: #ffffff;
  margin: auto;
}
/* line 154, ../scss/_main.scss */
ns-header header #right-of-logo {
  flex-grow: 1;
  text-align: left;
  padding-left: 0;
}

/* line 162, ../scss/_main.scss */
.container-fluid {
  float: none;
  display: block;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
/* line 170, ../scss/_main.scss */
.container-fluid:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1440px) {
  /* line 162, ../scss/_main.scss */
  .container-fluid {
    max-width: 1440px;
  }
}

/* line 181, ../scss/_main.scss */
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

/* line 3, ../scss/_cartOverrides.scss */
#page-cart.mec-style #load-cart #cart_main .cart_list li .adr_qty_check .product_qty, #page-cart.mec-style body[page="cart"] #cart_main .cart_list li .adr_qty_check .product_qty, body[page="cart"].mec-style #load-cart #cart_main .cart_list li .adr_qty_check .product_qty, body[page="cart"].mec-style body[page="cart"] #cart_main .cart_list li .adr_qty_check .product_qty {
  left: 0;
}
/* line 9, ../scss/_cartOverrides.scss */
#page-cart.mec-style #load-cart .running-totals .cart_action .checkExistingAdr, #page-cart.mec-style #load-cart .running-totals .cart_action .num-adr, #page-cart.mec-style #load-cart .running-totals .cart_action .btn-secondary, #page-cart.mec-style #load-cart .running-totals .cart_action .adr-or-continue, #page-cart.mec-style body[page="cart"] .running-totals .cart_action .checkExistingAdr, #page-cart.mec-style body[page="cart"] .running-totals .cart_action .num-adr, #page-cart.mec-style body[page="cart"] .running-totals .cart_action .btn-secondary, #page-cart.mec-style body[page="cart"] .running-totals .cart_action .adr-or-continue, body[page="cart"].mec-style #load-cart .running-totals .cart_action .checkExistingAdr, body[page="cart"].mec-style #load-cart .running-totals .cart_action .num-adr, body[page="cart"].mec-style #load-cart .running-totals .cart_action .btn-secondary, body[page="cart"].mec-style #load-cart .running-totals .cart_action .adr-or-continue, body[page="cart"].mec-style body[page="cart"] .running-totals .cart_action .checkExistingAdr, body[page="cart"].mec-style body[page="cart"] .running-totals .cart_action .num-adr, body[page="cart"].mec-style body[page="cart"] .running-totals .cart_action .btn-secondary, body[page="cart"].mec-style body[page="cart"] .running-totals .cart_action .adr-or-continue {
  display: none;
}

/* line 2, ../scss/checkoutOverrides.scss */
#page-checkout.mec-style .container *, body[page="checkout"].mec-style .container * {
  font-family: 'proxima-nova', 'OpenSans', 'Pridi', 'NotoSans', 'NotoSansSC', 'NotoSansHebrew', 'NotoSansJapanese', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', 'Yu Gothic', Meiryo, 'source-han-sans-japanese', 'source-han-sans-korean', 'source-han-sans-simplified-c', Helvetica, Arial, sans-serif;
}
/* line 5, ../scss/checkoutOverrides.scss */
#page-checkout.mec-style .container .mec-header, body[page="checkout"].mec-style .container .mec-header {
  box-sizing: content-box;
}
/* line 6, ../scss/checkoutOverrides.scss */
#page-checkout.mec-style .container .newAddress, body[page="checkout"].mec-style .container .newAddress {
  padding-right: 0;
}
/* line 7, ../scss/checkoutOverrides.scss */
#page-checkout.mec-style .container h1, body[page="checkout"].mec-style .container h1 {
  color: #444444;
  text-transform: capitalize;
}
/* line 11, ../scss/checkoutOverrides.scss */
#page-checkout.mec-style .container input[type="text"], #page-checkout.mec-style .container input[type="password"], #page-checkout.mec-style .container input[type="tel"], #page-checkout.mec-style .container input[type="email"], #page-checkout.mec-style .container select, body[page="checkout"].mec-style .container input[type="text"], body[page="checkout"].mec-style .container input[type="password"], body[page="checkout"].mec-style .container input[type="tel"], body[page="checkout"].mec-style .container input[type="email"], body[page="checkout"].mec-style .container select {
  height: 45px;
  border: 1px solid #D1D1D1;
  line-height: 1.6;
  color: #444444;
  border-radius: 0;
  -webkit-appearance: none;
}
@media screen and (max-width: 480px) {
  /* line 11, ../scss/checkoutOverrides.scss */
  #page-checkout.mec-style .container input[type="text"], #page-checkout.mec-style .container input[type="password"], #page-checkout.mec-style .container input[type="tel"], #page-checkout.mec-style .container input[type="email"], #page-checkout.mec-style .container select, body[page="checkout"].mec-style .container input[type="text"], body[page="checkout"].mec-style .container input[type="password"], body[page="checkout"].mec-style .container input[type="tel"], body[page="checkout"].mec-style .container input[type="email"], body[page="checkout"].mec-style .container select {
    width: 100%;
  }
}
/* line 21, ../scss/checkoutOverrides.scss */
#page-checkout.mec-style .container input[type="text"]:active, #page-checkout.mec-style .container input[type="text"]:focus, #page-checkout.mec-style .container input[type="password"]:active, #page-checkout.mec-style .container input[type="password"]:focus, #page-checkout.mec-style .container input[type="tel"]:active, #page-checkout.mec-style .container input[type="tel"]:focus, #page-checkout.mec-style .container input[type="email"]:active, #page-checkout.mec-style .container input[type="email"]:focus, #page-checkout.mec-style .container select:active, #page-checkout.mec-style .container select:focus, body[page="checkout"].mec-style .container input[type="text"]:active, body[page="checkout"].mec-style .container input[type="text"]:focus, body[page="checkout"].mec-style .container input[type="password"]:active, body[page="checkout"].mec-style .container input[type="password"]:focus, body[page="checkout"].mec-style .container input[type="tel"]:active, body[page="checkout"].mec-style .container input[type="tel"]:focus, body[page="checkout"].mec-style .container input[type="email"]:active, body[page="checkout"].mec-style .container input[type="email"]:focus, body[page="checkout"].mec-style .container select:active, body[page="checkout"].mec-style .container select:focus {
  border-color: #37B0C9;
  outline: none;
  box-shadow: none;
}
/* line 27, ../scss/checkoutOverrides.scss */
#page-checkout.mec-style .container select, body[page="checkout"].mec-style .container select {
  background: url("../../../../content/dam/apps/checkout/ic-dropdown-arrow.svg") no-repeat 90% 50%;
  min-width: 150px;
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 480px) {
  /* line 27, ../scss/checkoutOverrides.scss */
  #page-checkout.mec-style .container select, body[page="checkout"].mec-style .container select {
    height: 52px;
  }
}
/* line 36, ../scss/checkoutOverrides.scss */
#page-checkout.mec-style .container h2.mec-only, body[page="checkout"].mec-style .container h2.mec-only {
  margin-bottom: 20px;
  background-color: #e1e1e1;
  padding: 1em;
  display: block !important;
}
/* line 43, ../scss/checkoutOverrides.scss */
#page-checkout.mec-style .container tr.psvTotal.no-mec, #page-checkout.mec-style .container div.no-mec, #page-checkout.mec-style .container span.no-mec, #page-checkout.mec-style .container tr.orderPSVTotal.no-mec, body[page="checkout"].mec-style .container tr.psvTotal.no-mec, body[page="checkout"].mec-style .container div.no-mec, body[page="checkout"].mec-style .container span.no-mec, body[page="checkout"].mec-style .container tr.orderPSVTotal.no-mec {
  display: none;
}
