/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
html {
  font-size: .875rem;
  scroll-behavior: smooth;
}
#amasty-shopby-product-list .toolbar.toolbar-products:first-child {
  display: none;
}
#amasty-shopby-product-list .toolbar.toolbar-products {
  display: flex;
  justify-content: center;
  align-items: center;
}
#amasty-shopby-product-list .toolbar.toolbar-products .pages .items.pages-items .action {
  border: none;
}
#amasty-shopby-product-list .toolbar.toolbar-products .field.limiter {
  display: none;
}
#category-navigation-sticky-wrapper {
  margin-left: -8px;
  margin-right: -8px;
}
/* Custom header */
.header.content {
  padding: 0;
}
.fieldset .field:not(.choice) > .label {
  text-align: left;
  padding-bottom: 5px;
  font-size: 1.2rem;
  color: #707070;
  font-weight: 400;
  width: 100%;
}
.panel.header.header-top {
  display: none;
}
.columns .column.main {
  padding-bottom: 0;
}
.footer.content {
  margin-top: 0;
}
.modals-overlay {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.modal-popup.confirm .modal-inner-wrap {
  transition: opacity 0.15s linear;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 3% 5%!important;
}
.modal-popup .modal-header {
  padding-top: 0 !important;
  margin: 5px 15px;
}
.modal-content {
  border-radius: 0 !important;
  border: 0 !important;
  padding: 0% !important;
}
.modal-content div {
  font-size: 1.1rem !important;
  text-align: center;
}
.modal-popup .modal-footer {
  border: 0 !important;
  padding: 0;
  justify-content: space-between !important;
}
.modal-popup .modal-footer button {
  background-color: #2f4858;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s ease-out;
  margin: 0;
  width: 45%;
  border: 0;
  outline: none;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}
.modal-popup .modal-footer button:hover {
  background-color: #1d2d37;
}
@media screen and (max-width: 500px) {
  .modal-popup .modal-footer button {
    width: 49%;
  }
}
.modal-popup .action-close:before {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #000 !important;
  text-shadow: 0 1px 0 #fff!important;
}
#home-google-autocomplete-form .modal-title {
  font-size: 1.3rem;
}
#home-google-autocomplete-form .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
#home-google-autocomplete-form .location-map,
#home-google-autocomplete-form #home-google-autocomplete-map-with-input {
  height: 100% !important;
}
.modal-footer {
  justify-content: center !important;
}
.modal-footer > .primary {
  width: 100%;
  max-width: 350px;
}
input[type="text"].input-with-icon,
input[type="password"].input-with-icon,
input[type="url"].input-with-icon,
input[type="tel"].input-with-icon,
input[type="search"].input-with-icon,
input[type="number"].input-with-icon,
input[type="datetime"].input-with-icon,
input[type="email"].input-with-icon {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 20px 22px;
  padding-left: 35px;
  background-position: 2% 50%;
  font-weight: 500;
  font-size: 16px !important;
}
input[type="radio"].round-radio-button {
  position: fixed;
  opacity: 0;
  width: 0;
}
input[type="radio"].round-radio-button + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  line-height: 22px;
}
input[type="radio"].round-radio-button + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #FFF;
  border: 2px solid #c2c2c2;
  border-radius: 50%;
}
input[type="radio"].round-radio-button:checked + label:after {
  border: 2px solid transparent;
  background-color: #c8ce2c;
}
input,
select,
textarea {
  font-size: 16px !important;
}
header.page-header {
  margin-bottom: 0;
}
header.page-header .sticky-fixed-height-container {
  height: 88px;
}
.header.content {
  padding: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
}
.header.content._sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s ease-out;
}
.header.content._sticky.scroll-up {
  top: -88px;
}
.header.content .header-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
}
.header.content .header-middle .nav-toggle {
  top: 18px;
}
.header.content .logo {
  margin: 0;
  max-width: 100%;
  z-index: 0;
}
.header.content .custom-links-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
}
.header.content .custom-links-wrapper .account-links {
  display: none;
  position: relative;
  padding: 15px;
  margin-right: 15px;
  transition: all 0.3s ease-out;
}
.header.content .custom-links-wrapper .account-links svg {
  width: 32px;
}
.header.content .custom-links-wrapper .account-links span {
  display: none;
}
.header.content .custom-links-wrapper .account-links ul.custom-links {
  display: none;
  position: absolute;
  left: -48px;
  top: 48px;
  width: 145px;
  padding: 5px;
  list-style-type: none;
  text-align: center;
  margin: 0;
  background-color: #2f4858;
  z-index: 2;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease-out;
}
.header.content .custom-links-wrapper .account-links ul.custom-links > li {
  padding: 5px;
  cursor: pointer;
}
.header.content .custom-links-wrapper .account-links ul.custom-links > li:hover a {
  color: white !important;
}
.header.content .custom-links-wrapper .account-links ul.custom-links > li a {
  text-decoration: none;
  color: #FFF;
}
.header.content .custom-links-wrapper .account-links:hover ul.custom-links {
  display: block;
}
.header.content .custom-links-wrapper .switcher {
  display: block;
  padding: 15px;
}
.header.content .custom-links-wrapper .switcher .switcher-option > a {
  color: #000000;
  font-weight: 700;
  text-decoration: underline;
}
.header.content .custom-links-wrapper .minicart-wrapper {
  display: block;
  background-color: #c5c62e;
  padding: 18px;
}
.header.content .custom-links-wrapper .minicart-wrapper .action.showcart .svg-icon {
  width: 36px;
  height: 36px;
  fill: #FFF;
}
.header.content .custom-links-wrapper .minicart-wrapper .action.showcart:before {
  content: none;
}
.header.content .custom-links-wrapper .minicart-wrapper .action.showcart:hover .svg-icon,
.header.content .custom-links-wrapper .minicart-wrapper .action.showcart:active .svg-icon {
  fill: #e6e6e6;
}
.category-products .footer.content,
.page-products .footer.content,
.customer-account-login .footer.content,
.customer-account-index .footer.content,
.customer-account-forgotpassword .footer.content,
.customer-account-create .footer.content,
.sales-order-history .footer.content,
.customer-address-index .footer.content,
.contact-index-index .footer.content,
.customer-account-logoutsuccess .footer.content {
  background-color: #f7f7f7;
}
/* Navigation */
.nav-toggle:hover::before,
.nav-toggle:active::before {
  background-color: #2f4858;
  color: #FFF;
}
.nav-toggle::before {
  font-size: 32px;
  font-weight: 700;
  background-color: #2f4858;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #FFF;
}
/* Mylaundry-hero Section */
.mylaundry-hero {
  min-height: calc(100vh - 85px);
  display: flex;
  justify-content: center;
  background-image: url("../images/MyLaundry_hero1600x500pxΒ.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  background-position: 50%;
}
.mylaundry-hero .action.primary {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 31px;
  background-color: #2f4858;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease-out;
}
.mylaundry-hero .action.primary:hover,
.mylaundry-hero .action.primary:focus {
  background-color: #416379;
}
.mylaundry-hero .action.primary > * {
  position: relative;
}
.mylaundry-hero .action.primary span {
  display: block;
  padding: 12px 24px;
}
.mylaundry-hero .action.primary:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mylaundry-hero .action.primary:active:before {
  width: 120%;
  padding-top: 120%;
  transition: all 0.3s ease-out;
}
.mylaundry-hero .content {
  max-width: 550px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
}
.mylaundry-hero .content .mobile-logo .logo {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}
.mylaundry-hero .content .mobile-logo .logo img {
  display: inline-block;
}
.mylaundry-hero .content .title {
  color: #2f4858;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.mylaundry-hero .content .title > span {
  color: #c5c62e;
}
.mylaundry-hero .content .description {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #6E6E6E;
}
.mylaundry-hero .content .tip {
  font-size: 1.1rem;
  font-weight: 700;
}
#modal-with-autocomplete .modal-footer > .primary {
  max-width: 100% !important;
  height: 58px !important;
}
#home-google-autocomplete-confirm-modal .modal-content,
#pick_up-google-autocomplete-confirm-modal .modal-content,
#drop_off-google-autocomplete-confirm-modal .modal-content,
#address-new-google-autocomplete-confirm-modal .modal-content,
.order-info-modal .modal-content {
  border: none;
}
#home-google-autocomplete-confirm-modal .modal-content .modal-header,
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-header,
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-header,
#address-new-google-autocomplete-confirm-modal .modal-content .modal-header,
.order-info-modal .modal-content .modal-header {
  position: relative;
  justify-content: center;
  border-radius: 0;
  background-color: #2f4858;
  color: #FFF;
}
#home-google-autocomplete-confirm-modal .modal-content .modal-header .close,
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-header .close,
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-header .close,
#address-new-google-autocomplete-confirm-modal .modal-content .modal-header .close,
.order-info-modal .modal-content .modal-header .close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #FFF;
  text-shadow: none;
  opacity: .8;
  transition: all 0.3s ease-out;
}
#home-google-autocomplete-confirm-modal .modal-content .modal-header .close:hover,
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-header .close:hover,
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-header .close:hover,
#address-new-google-autocomplete-confirm-modal .modal-content .modal-header .close:hover,
.order-info-modal .modal-content .modal-header .close:hover {
  opacity: 1;
}
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field,
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field,
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field,
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field,
.order-info-modal .modal-content .modal-body .fieldset .field {
  margin: 0;
}
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="text"],
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="text"],
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="text"],
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="text"],
.order-info-modal .modal-content .modal-body .fieldset .field input[type="text"],
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="password"],
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="password"],
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="password"],
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="password"],
.order-info-modal .modal-content .modal-body .fieldset .field input[type="password"],
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="url"],
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="url"],
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="url"],
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="url"],
.order-info-modal .modal-content .modal-body .fieldset .field input[type="url"],
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="tel"],
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="tel"],
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="tel"],
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="tel"],
.order-info-modal .modal-content .modal-body .fieldset .field input[type="tel"],
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="search"],
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="search"],
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="search"],
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="search"],
.order-info-modal .modal-content .modal-body .fieldset .field input[type="search"],
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="number"],
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="number"],
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="number"],
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="number"],
.order-info-modal .modal-content .modal-body .fieldset .field input[type="number"],
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="datetime"],
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="datetime"],
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="datetime"],
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="datetime"],
.order-info-modal .modal-content .modal-body .fieldset .field input[type="datetime"],
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="email"],
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="email"],
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="email"],
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field input[type="email"],
.order-info-modal .modal-content .modal-body .fieldset .field input[type="email"],
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field select,
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field select,
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field select,
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field select,
.order-info-modal .modal-content .modal-body .fieldset .field select {
  margin-bottom: 0.5rem;
  min-height: 40px !important;
  height: 50px !important;
}
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field > .label,
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field > .label,
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field > .label,
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field > .label,
.order-info-modal .modal-content .modal-body .fieldset .field > .label {
  font-size: 1rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
}
#home-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field.required > .label:after,
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field.required > .label:after,
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field.required > .label:after,
#address-new-google-autocomplete-confirm-modal .modal-content .modal-body .fieldset .field.required > .label:after,
.order-info-modal .modal-content .modal-body .fieldset .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1rem;
  margin: 0 0 0 5px;
}
#home-google-autocomplete-confirm-modal .modal-content .modal-footer .primary .action.primary,
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-footer .primary .action.primary,
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-footer .primary .action.primary,
#address-new-google-autocomplete-confirm-modal .modal-content .modal-footer .primary .action.primary,
.order-info-modal .modal-content .modal-footer .primary .action.primary {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 58px;
  background-color: #a9b046;
}
#home-google-autocomplete-confirm-modal .modal-content .modal-footer .primary .action.primary:hover,
#pick_up-google-autocomplete-confirm-modal .modal-content .modal-footer .primary .action.primary:hover,
#drop_off-google-autocomplete-confirm-modal .modal-content .modal-footer .primary .action.primary:hover,
#address-new-google-autocomplete-confirm-modal .modal-content .modal-footer .primary .action.primary:hover,
.order-info-modal .modal-content .modal-footer .primary .action.primary:hover {
  background-color: #c5c62e;
}
@media screen and (max-width: 768px) {
  .mylaundry-hero {
    background-image: url("../images/Mobile-Final-with-filter.jpg");
    background-size: 100%;
    background-position-y: 0;
  }
}
/* Mylauncry-info Section */
.mylaundry-info {
  padding-top: 30px;
  padding-bottom: 30px;
}
.mylaundry-info h2 {
  color: #636363;
}
.mylaundry-info p {
  font-size: 1.35rem;
  color: #AAAAAA;
}
/* Services Section */
.services {
  background-color: #ECEFB9;
  padding-bottom: 30px;
  padding-top: 30px;
}
.services img {
  height: 120px;
}
.services p {
  color: #6C6C6C;
  font-size: 1.35rem;
}
/* Product List */
.products.list .product-item {
  margin-left: 0 !important;
  display: flex;
  box-sizing: border-box;
}
.page-products .product-item-info {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.products.wrapper.grid {
  min-height: calc(100vh - 215px);
  background-color: #FFF;
  margin: 0;
}
.products.wrapper.grid .product-item-info {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.products.wrapper.grid .product-item-info .info-icon {
  position: absolute;
  right: 10px;
  top: 20px;
  height: 28px;
  width: 28px;
  border: 2px solid #000000;
  border-radius: 50%;
  line-height: 25px;
  background-color: #FFF;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: 0;
  outline: none;
}
.products.wrapper.grid .product-item-info .product-info-modal {
  background-color: rgba(0, 0, 0, 0.3);
  top: 85px;
  height: calc(100vh - 85px);
}
.products.wrapper.grid .product-item-info .product-info-modal .modal-content {
  border: none;
}
.products.wrapper.grid .product-item-info .product-info-modal .modal-content .product-info-description .product-image {
  max-width: 175px;
  width: auto;
  margin: 20px auto;
}
.products.wrapper.grid .product-item-info .product-info-modal .modal-content .product-info-description .product-name {
  color: #000000;
  font-size: 1.3rem;
  font-weight: 500;
}
.products.wrapper.grid .product-item-info .product-info-modal .modal-content .product-info-description .product-description {
  color: #ADADAD;
  font-size: 1.1rem !important;
}
.products.wrapper.grid .product-item-info .product-info-modal .modal-footer {
  background-color: #2f4858;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.products.wrapper.grid .product-item-info .product-info-modal .modal-footer:hover {
  background-color: #1d2d37;
}
.products.wrapper.grid .product-item-info .product-item-name {
  text-align: center;
  font-size: 1.1rem;
}
.products.wrapper.grid .product-item .price-box {
  text-align: center;
  margin-top: 0;
  color: #ADADAD;
}
.products.wrapper.grid .qty-changer {
  text-align: center;
  padding-bottom: 20px;
}
.products.wrapper.grid .qty-changer .minus-icon,
.products.wrapper.grid .qty-changer .plus-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  line-height: 25px;
  vertical-align: middle;
  border-radius: 50%;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}
.products.wrapper.grid .qty-changer input[type="number"].qty {
  max-width: 48px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  margin: 0 auto 15px auto;
  outline: none;
  border: none;
}
.products.wrapper.grid .actions-primary {
  width: 100%;
}
.products.wrapper.grid .actions-primary .action.primary {
  width: 100%;
}
.products.wrapper.grid .actions-primary .action.primary.tocart {
  background-color: #2f4858;
}
.products.wrapper.grid .actions-primary .action.primary.tocart:hover {
  background-color: #1d2d37;
}
.products.wrapper.grid #category-navigation .category-navigation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products.wrapper.grid #category-navigation .category-navigation-wrapper > a {
  text-decoration: none;
  font-size: 1.2rem;
}
.products.wrapper.grid #category-navigation .category-navigation-wrapper .category-section {
  text-align: center;
  border: 2px solid #F0EFEF;
  border-bottom: 0;
  background-color: #FFF;
  border-right: none;
  padding: 15px 0;
  color: #000000;
  font-weight: 700;
  font-size: .75rem;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
}
.products.wrapper.grid #category-navigation .category-navigation-wrapper .category-section.active {
  color: #FFF;
  background-color: #2f4858;
}
@media screen and (max-width: 375px) {
  .products.wrapper.grid #category-navigation .category-navigation-wrapper .category-section {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 5px;
    white-space: nowrap;
  }
}
/* Home Re-design Sections */
.section-wrapper {
  padding-bottom: 20px;
  padding-top: 20px;
}
.section-wrapper .expanded {
  max-width: 1320px !important;
}
.section-wrapper .elg-material-button {
  position: relative;
  display: inline-block;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 31px;
  background-color: #ffffff;
  color: #0b0b0b;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
  transition: all 0.3s ease-out;
}
.section-wrapper .elg-material-button:hover,
.section-wrapper .elg-material-button:focus {
  background-color: #c5c62e;
}
.section-wrapper .elg-material-button > * {
  position: relative;
}
.section-wrapper .elg-material-button span {
  display: block;
  padding: 12px 24px;
}
.section-wrapper .elg-material-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-wrapper .elg-material-button:active:before {
  width: 120%;
  padding-top: 120%;
  transition: all 0.3s ease-out;
}
.section-wrapper .elg-box {
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.19);
}
.section-wrapper .elg-box .box-title {
  background-color: #a9b046;
  padding: 1rem;
}
.section-wrapper .elg-box .box-title > h3 {
  color: #f9f6f6;
  font-size: 1.4rem;
}
.section-wrapper .elg-box .box-title .action > a {
  color: #f9f6f6;
  transition: all 0.3s ease-out;
}
.section-wrapper .elg-box .box-content {
  padding: 1rem;
}
.section-wrapper .elg-box .box-content .item {
  padding: 1rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-wrapper .elg-box .box-content .item .item-icon {
  margin-bottom: 1rem;
}
.section-wrapper .elg-box .box-content .item .item-icon svg {
  fill: #c5c62e;
  width: 64px;
}
.section-wrapper .elg-box .box-content .item .item-title {
  margin-bottom: 1rem;
}
.section-wrapper .title {
  margin-bottom: 15px;
}
.section-wrapper .content {
  padding: 35px 20px;
  margin-bottom: 15px;
}
.section-wrapper .intro .title {
  color: #2f4858;
  font-weight: 700;
  font-size: 1.6rem;
}
.section-wrapper .intro .title > em {
  color: #c5c62e;
  font-style: normal;
}
.section-wrapper .elg-card-green {
  background-color: #c5c62e;
}
.section-wrapper .elg-card-green .title {
  color: #2f4858;
  font-weight: 400;
  font-size: 1.3rem;
}
.section-wrapper .elg-card-green .description {
  color: #f9f6f6;
}
.section-wrapper .elg-card-blue {
  background-color: #2f4858;
}
.section-wrapper .elg-card-blue .title {
  color: #c5c62e;
  font-weight: 400;
  font-size: 1.3rem;
}
.section-wrapper .elg-card-blue .description {
  color: #f9f6f6;
}
/* Custom Footer */
.footer {
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.19);
}
.footer .footer-down {
  background-color: #e8e8e8;
  padding: 2vw;
}
.footer.content {
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 60px;
  height: auto;
  border-top: transparent;
  background-color: #FFF;
}
.footer.content .footer-logo {
  text-align: center;
}
.footer.content .footer-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer.content .footer-items .item {
  margin-bottom: 15px;
}
.footer.content .footer-items .item > a {
  font-weight: 700;
  font-size: 1.1rem;
  color: #000000;
  transition: all 0.3s ease-out;
}
.footer .terms-conditions {
  margin: 5px 15px;
  font-size: .9rem;
}
.footer .terms-conditions a {
  color: #000000;
  transition: all 0.3s ease-out;
}
.footer .copyright-elegento {
  text-align: center;
  font-size: .9rem;
}
.footer .copyright-elegento .credit {
  padding: 5px;
}
.footer .copyright-elegento .credit > a {
  vertical-align: bottom;
}
.footer-top {
  padding-bottom: 30px;
  padding-top: 30px;
}
.footer-top .footer-top-content h3 {
  color: #696969;
}
.footer-top .footer-top-content p {
  font-size: 1.75rem;
  color: #ADADAD;
}
/*Customer Login, edit & register pages */
/* Account Navigation Bar */
#account-navigation {
  background-color: #2f4858;
}
#account-navigation .account-navigation-container {
  display: flex;
  min-height: 115px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#account-navigation .account-navigation-container .account-navigation-icon {
  width: 23%;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  cursor: pointer;
}
#account-navigation .account-navigation-container .account-navigation-icon .svg-icon {
  fill: #FFF;
}
#account-navigation .account-navigation-container .account-navigation-icon.active .svg-icon {
  fill: #c8ce2c;
}
#account-navigation .account-navigation-container .account-navigation-icon.active > span {
  color: #c8ce2c;
}
#customer-login {
  min-height: calc(100vh - 85px);
  background-color: #FFF;
}
#customer-login .customer-login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  box-sizing: border-box;
  padding-top: 25px;
}
#customer-login .customer-login-wrapper .form-login {
  display: block;
  width: 450px;
  max-width: 100%;
}
#customer-login .customer-login-wrapper .form-login .field label {
  display: none;
}
#customer-login .customer-login-wrapper .form-login .field .control {
  float: none;
  display: block;
  width: 100%;
}
#customer-login .customer-login-wrapper .form-login .field .control > input {
  height: 58px;
}
#customer-login .customer-login-wrapper .form-login .actions-toolbar {
  margin: 0;
}
#customer-login .customer-login-wrapper .form-login .actions-toolbar > .primary {
  width: 100%;
}
#customer-login .customer-login-wrapper .form-login .actions-toolbar > .primary > .primary {
  display: block;
  background-color: #2f4858;
  height: 58px;
  width: 100%;
  transition: all 0.3s ease-out;
}
#customer-login .customer-login-wrapper .form-login .actions-toolbar > .primary > .primary:hover {
  background-color: #1d2d37;
}
#customer-login .customer-login-wrapper .form-login .actions-toolbar > .secondary {
  margin-top: 1rem;
  text-align: center;
  display: block;
  float: none;
}
#customer-login .customer-login-wrapper .form-login .actions-toolbar > .secondary > a.action {
  font-size: 1.2rem;
}
#customer-login .customer-login-wrapper .form-login .notice {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #707070;
}
#customer-login .customer-login-wrapper .fieldset:last-child {
  margin: 20px 0 0 0;
}
#customer-login .account-social-login {
  float: none;
  display: block;
  width: 100%;
}
body.customer-account-index .page-main,
body.customer-account-edit .page-main,
body.customer-address-index .page-main {
  min-height: calc(100vh - 200px);
}
body.customer-account-create .page-main {
  min-height: calc(100vh - 85px);
}
body.customer-account-create input[type="text"],
body.customer-account-index input[type="text"],
body.customer-account-edit input[type="text"],
body.customer-address-index input[type="text"],
body.customer-account-create input[type="password"],
body.customer-account-index input[type="password"],
body.customer-account-edit input[type="password"],
body.customer-address-index input[type="password"],
body.customer-account-create input[type="url"],
body.customer-account-index input[type="url"],
body.customer-account-edit input[type="url"],
body.customer-address-index input[type="url"],
body.customer-account-create input[type="tel"],
body.customer-account-index input[type="tel"],
body.customer-account-edit input[type="tel"],
body.customer-address-index input[type="tel"],
body.customer-account-create input[type="search"],
body.customer-account-index input[type="search"],
body.customer-account-edit input[type="search"],
body.customer-address-index input[type="search"],
body.customer-account-create input[type="number"],
body.customer-account-index input[type="number"],
body.customer-account-edit input[type="number"],
body.customer-address-index input[type="number"],
body.customer-account-create input[type="datetime"],
body.customer-account-index input[type="datetime"],
body.customer-account-edit input[type="datetime"],
body.customer-address-index input[type="datetime"],
body.customer-account-create input[type="email"],
body.customer-account-index input[type="email"],
body.customer-account-edit input[type="email"],
body.customer-address-index input[type="email"] {
  min-height: 58px;
  height: auto;
}
body.customer-account-create .page-main,
body.customer-account-index .page-main,
body.customer-account-edit .page-main,
body.customer-address-index .page-main {
  background-color: #FFF;
}
body.customer-account-create .page-main .title-block,
body.customer-account-index .page-main .title-block,
body.customer-account-edit .page-main .title-block,
body.customer-address-index .page-main .title-block {
  max-width: 525px;
  margin: 0 auto;
}
body.customer-account-create .page-main .title-block > h1,
body.customer-account-index .page-main .title-block > h1,
body.customer-account-edit .page-main .title-block > h1,
body.customer-address-index .page-main .title-block > h1 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
body.customer-account-create .fieldset,
body.customer-account-index .fieldset,
body.customer-account-edit .fieldset,
body.customer-address-index .fieldset {
  margin: 0;
}
body.customer-account-create .field,
body.customer-account-index .field,
body.customer-account-edit .field,
body.customer-address-index .field {
  margin: 0;
}
body.customer-account-create .field.choice:before,
body.customer-account-index .field.choice:before,
body.customer-account-edit .field.choice:before,
body.customer-address-index .field.choice:before {
  width: 100%;
  float: none;
}
body.customer-account-create .field.choice #change-email ~ label,
body.customer-account-index .field.choice #change-email ~ label,
body.customer-account-edit .field.choice #change-email ~ label,
body.customer-address-index .field.choice #change-email ~ label {
  margin-right: 50px;
}
body.customer-account-create input[type="text"],
body.customer-account-index input[type="text"],
body.customer-account-edit input[type="text"],
body.customer-address-index input[type="text"],
body.customer-account-create input[type="password"],
body.customer-account-index input[type="password"],
body.customer-account-edit input[type="password"],
body.customer-address-index input[type="password"],
body.customer-account-create input[type="url"],
body.customer-account-index input[type="url"],
body.customer-account-edit input[type="url"],
body.customer-address-index input[type="url"],
body.customer-account-create input[type="tel"],
body.customer-account-index input[type="tel"],
body.customer-account-edit input[type="tel"],
body.customer-address-index input[type="tel"],
body.customer-account-create input[type="search"],
body.customer-account-index input[type="search"],
body.customer-account-edit input[type="search"],
body.customer-address-index input[type="search"],
body.customer-account-create input[type="number"],
body.customer-account-index input[type="number"],
body.customer-account-edit input[type="number"],
body.customer-address-index input[type="number"],
body.customer-account-create input[type="datetime"],
body.customer-account-index input[type="datetime"],
body.customer-account-edit input[type="datetime"],
body.customer-address-index input[type="datetime"],
body.customer-account-create input[type="email"],
body.customer-account-index input[type="email"],
body.customer-account-edit input[type="email"],
body.customer-address-index input[type="email"],
body.customer-account-create textarea,
body.customer-account-index textarea,
body.customer-account-edit textarea,
body.customer-address-index textarea {
  margin-bottom: 20px;
}
body.customer-account-create .title-block,
body.customer-account-index .title-block,
body.customer-account-edit .title-block,
body.customer-address-index .title-block {
  margin-top: 25px;
  margin-bottom: 25px;
}
body.customer-account-create .title-block > h1,
body.customer-account-index .title-block > h1,
body.customer-account-edit .title-block > h1,
body.customer-address-index .title-block > h1 {
  font-size: 2rem;
}
body.customer-account-create .title-block > h2.title,
body.customer-account-index .title-block > h2.title,
body.customer-account-edit .title-block > h2.title,
body.customer-address-index .title-block > h2.title {
  font-size: 2rem;
}
body.customer-account-create .title-block > h4.subtitle,
body.customer-account-index .title-block > h4.subtitle,
body.customer-account-edit .title-block > h4.subtitle,
body.customer-address-index .title-block > h4.subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: #727171;
}
body.customer-account-create .actions-toolbar,
body.customer-account-index .actions-toolbar,
body.customer-account-edit .actions-toolbar,
body.customer-address-index .actions-toolbar {
  margin: 0 !important;
}
body.customer-account-create .actions-toolbar > .primary,
body.customer-account-index .actions-toolbar > .primary,
body.customer-account-edit .actions-toolbar > .primary,
body.customer-address-index .actions-toolbar > .primary {
  width: 100%;
  float: none;
  display: block;
}
body.customer-account-create .actions-toolbar > .primary > .primary,
body.customer-account-index .actions-toolbar > .primary > .primary,
body.customer-account-edit .actions-toolbar > .primary > .primary,
body.customer-address-index .actions-toolbar > .primary > .primary {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  min-height: 58px;
  height: auto;
  margin-top: 5px;
  padding: 7px 0;
  background-color: #2f4858;
  transition: all 0.3s ease-out;
}
body.customer-account-create .actions-toolbar > .primary > .primary:hover,
body.customer-account-index .actions-toolbar > .primary > .primary:hover,
body.customer-account-edit .actions-toolbar > .primary > .primary:hover,
body.customer-address-index .actions-toolbar > .primary > .primary:hover {
  background-color: #1d2d37;
}
body.customer-address-index .address-info-wrapper .title-block {
  max-width: 100%;
  width: auto;
}
body.customer-address-index .address-info-wrapper .title-block .title {
  font-size: 1.6rem;
}
body.customer-address-index .address-info-wrapper .title-block .action.primary {
  height: 58px;
}
body.customer-address-index .address-info-wrapper #customer-address-list .address-list {
  padding-top: 35px;
}
body.customer-address-index .address-info-wrapper #customer-address-list .address-list .address-card {
  padding: 25px 15px;
  height: auto;
  min-height: 125px;
  background-color: #F7F7F7;
  margin-bottom: 25px;
}
body.customer-address-index .address-info-wrapper #customer-address-list .address-list .address-card .address-icon {
  height: 48px;
}
body.customer-address-index .address-info-wrapper #customer-address-list .address-list .address-card .description {
  font-size: 1.2rem;
  font-weight: 500;
}
body.customer-address-index .address-info-wrapper #customer-address-list .address-list .address-card .action-icon {
  height: 28px;
  transition: all 0.3s ease-out;
}
body.customer-address-index .address-info-wrapper #customer-address-list .address-list .address-card .action-icon:hover {
  opacity: .8;
}
body.customer-address-index .address-info-wrapper #customer-address-list .no-address {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
body.customer-address-index .address-info-wrapper #customer-address-list .no-address .messages {
  width: 100%;
  max-width: 800px;
  min-height: 150px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.customer-address-index .address-info-wrapper #customer-address-list .no-address .messages > p {
  color: #2f4858;
}
body.customer-address-index #address-new-google-autocomplete-input {
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #c2c2c2;
}
body.customer-address-form .page-main {
  min-height: calc(100vh - 220px);
  background-color: #F7F7F7;
  border-bottom: 2px solid #b9b9b9;
}
body.customer-address-form .page-main .form-address-edit {
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
}
body.customer-address-form .page-main .form-address-edit .title-block {
  margin-top: 25px;
  margin-bottom: 25px;
}
body.customer-address-form .page-main .form-address-edit .title-block > h1 {
  font-size: 2rem;
}
body.customer-address-form .page-main .form-address-edit .title-block > h2.title {
  font-size: 2rem;
}
body.customer-address-form .page-main .form-address-edit .title-block > h4.subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  color: #727171;
}
body.customer-address-form .page-main .form-address-edit .fieldset {
  margin: 0;
}
body.customer-address-form .page-main .form-address-edit .field {
  margin: 0;
}
body.customer-address-form .page-main .form-address-edit input[type="text"],
body.customer-address-form .page-main .form-address-edit input[type="password"],
body.customer-address-form .page-main .form-address-edit input[type="url"],
body.customer-address-form .page-main .form-address-edit input[type="tel"],
body.customer-address-form .page-main .form-address-edit input[type="search"],
body.customer-address-form .page-main .form-address-edit input[type="number"],
body.customer-address-form .page-main .form-address-edit input[type="datetime"],
body.customer-address-form .page-main .form-address-edit input[type="email"],
body.customer-address-form .page-main .form-address-edit textarea {
  margin-bottom: 20px;
}
body.customer-address-form .page-main .form-address-edit .actions-toolbar {
  margin: 0 !important;
}
body.customer-address-form .page-main .form-address-edit .actions-toolbar > .primary {
  width: 100%;
  float: none;
  display: block;
}
body.customer-address-form .page-main .form-address-edit .actions-toolbar > .primary > .primary {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  padding: 7px 0;
}
body.sales-order-history .page-main {
  padding: 0;
}
body.sales-order-history .items.data.table {
  background-color: #FFF;
  border: 2px solid #CECECE;
  margin-bottom: 25px;
  text-align: left;
}
body.sales-order-history .items.data.table .item:before {
  content: none !important;
}
body.sales-order-history .items.data.table th,
body.sales-order-history .items.data.table td {
  border-bottom: 2px solid #CECECE;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  body.sales-order-history .items.data.table th .product-image-container,
  body.sales-order-history .items.data.table td .product-image-container {
    width: 50px !important;
  }
}
body.sales-order-history .items.data.table th .product-item-photo,
body.sales-order-history .items.data.table td .product-item-photo {
  position: inherit;
}
body.sales-order-history .items.data.table th .product-item-name,
body.sales-order-history .items.data.table td .product-item-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 0;
}
body.sales-order-history .items.data.table th.subtotal,
body.sales-order-history .items.data.table td.subtotal {
  font-size: 1rem;
  font-weight: 400;
  color: #A5A5A5;
}
body.sales-order-history .items.data.table .totals .title {
  color: #A5A5A5;
  font-size: 1rem;
}
body.sales-order-history .items.data.table .totals .amount {
  color: #A5A5A5;
  font-size: 1rem;
}
body.sales-order-history .items.data.table .totals .subtotal .title {
  border-bottom: 2px solid transparent;
}
body.sales-order-history .items.data.table .totals .subtotal .amount {
  border-bottom: 2px solid transparent;
}
body.sales-order-history .items.data.table .totals .grand-total .title {
  color: #000;
  font-weight: 700;
}
body.sales-order-history .items.data.table .totals .grand-total .amount {
  color: #000;
}
body.sales-order-history .order-details {
  margin-bottom: 25px;
}
body.sales-order-history .order-details .details-list {
  background-color: #FFF;
  border: 2px solid #CECECE;
  list-style-type: none;
  margin: 0;
  padding: 15px;
}
body.sales-order-history .order-details .details-list .details-list-item {
  display: flex;
  justify-content: flex-start;
}
body.sales-order-history .order-details .details-list .details-list-item span {
  font-size: 1rem;
  color: #8D8D8D;
  text-align: left;
  flex-basis: 50%;
}
body.sales-order-history .order-details .details-list .details-list-item span.title {
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  body.sales-order-history .order-details .details-list .details-list-item {
    flex-direction: column;
  }
  body.sales-order-history .order-details .details-list .details-list-item span {
    flex-basis: 100%;
  }
}
body.sales-order-history #order-history {
  min-height: calc(100vh - 200px);
  background-color: #FFF;
}
body.sales-order-history #order-history .title-block > h1 {
  font-size: 1.6rem;
}
body.sales-order-history #order-history .order-item {
  min-height: 120px;
  box-sizing: border-box;
  height: auto;
  margin-bottom: 25px;
  padding: 10px;
  background-color: #f7f7f7;
}
body.sales-order-history #order-history .order-item .item-pickup-details,
body.sales-order-history #order-history .order-item .item-delivery-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  min-height: 105px;
}
body.sales-order-history #order-history .order-item .item-pickup-details strong,
body.sales-order-history #order-history .order-item .item-delivery-details strong {
  margin-right: 5px;
}
body.sales-order-history #order-history .order-item .item-pickup-details span,
body.sales-order-history #order-history .order-item .item-delivery-details span {
  color: #8D8D8D;
}
body.sales-order-history #order-history .order-item .item-pickup-details .item-id {
  font-size: 1.2rem;
}
body.sales-order-history #order-history .order-item .item-pickup-details .item-date .date-icon {
  margin-right: 5px;
}
body.sales-order-history #order-history .order-item .item-pickup-details .item-track {
  text-align: right;
}
body.sales-order-history #order-history .order-item .item-pickup-details .item-track > a {
  color: #A9B046;
  font-size: 1.2rem;
}
body.sales-order-history #order-history .order-item .item-delivery-details strong {
  margin-right: 5px;
}
body.sales-order-history #order-history .order-item .item-delivery-details span {
  color: #8D8D8D;
}
body.sales-order-history #order-history .order-item .item-delivery-details .item-status {
  font-size: 1.2rem;
}
body.sales-order-history #order-history .order-item .item-delivery-details .item-status > span {
  color: #A9B046;
}
body.sales-order-history #order-history .order-item .item-delivery-details .item-date .date-icon {
  margin-right: 5px;
}
body.sales-order-history #order-history .order-item .item-delivery-details .item-more > a {
  color: #80862B;
  font-size: 1.2rem;
}
.footer-terms-conditions-wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 35px !important;
  font-weight: 700;
  font-size: 1.1rem;
  color: #000000;
  transition: all 0.3s ease-out;
}
.footer-down-logos img {
  max-height: 45px !important;
  padding: 10px 5px !important;
}
@media screen and (max-width: 768px) {
  .footer-down-logos img {
    width: 13vw;
  }
}
.row {
  justify-content: space-between;
}
body.customer-account-forgotpassword #forgot-password {
  padding: 0;
  min-height: calc(100vh - 85px);
  background-color: #FFF;
}
body.customer-account-forgotpassword #forgot-password .field.note {
  text-align: center;
}
body.customer-account-forgotpassword #forgot-password input[type="text"],
body.customer-account-forgotpassword #forgot-password input[type="password"],
body.customer-account-forgotpassword #forgot-password input[type="url"],
body.customer-account-forgotpassword #forgot-password input[type="tel"],
body.customer-account-forgotpassword #forgot-password input[type="search"],
body.customer-account-forgotpassword #forgot-password input[type="number"],
body.customer-account-forgotpassword #forgot-password input[type="datetime"],
body.customer-account-forgotpassword #forgot-password input[type="email"],
body.customer-account-forgotpassword #forgot-password textarea {
  min-height: 58px;
  height: auto;
  font-size: 16px !important;
}
body.customer-account-forgotpassword #forgot-password .title-block {
  max-width: 550px;
  min-width: 300px;
  margin: 45px auto 0 auto;
}
body.customer-account-forgotpassword #forgot-password .title-block > h1 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  text-align: center;
}
body.customer-account-forgotpassword #forgot-password .password.forget {
  max-width: 550px;
  min-width: 300px;
  width: 100%;
  margin: auto;
}
body.customer-account-forgotpassword #forgot-password .password.forget .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
body.customer-account-forgotpassword #forgot-password .password.forget .field.note {
  font-size: 1.3rem;
  color: #727171;
  font-weight: 500;
}
body.customer-account-forgotpassword #forgot-password .password.forget #email_address {
  background-image: url('../images/IconEmail.svg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 20px 22px;
  padding-left: 35px;
  background-position: 2% 50%;
  font-weight: 500;
  color: #727171;
}
body.customer-account-forgotpassword #forgot-password .password.forget .actions-toolbar {
  margin-left: 0;
}
body.customer-account-forgotpassword #forgot-password .password.forget .actions-toolbar .primary {
  float: none;
}
body.customer-account-forgotpassword #forgot-password .password.forget .actions-toolbar .primary > .primary {
  min-height: 58px;
  height: auto;
  background-color: #2f4858;
  transition: all 0.3s ease-out;
}
body.customer-account-forgotpassword #forgot-password .password.forget .actions-toolbar .primary > .primary:hover {
  background-color: #1d2d37;
}
body.customer-account-forgotpassword #forgot-password .password.forget .actions-toolbar .secondary .action.back {
  color: #000000;
  text-decoration: underline;
}
/*Contact page  */
.contact-index-index main {
  text-align: center;
  padding-top: 40px;
}
.contact-index-index main .contact-details {
  padding: 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  text-align: center;
}
.contact-index-index main .contact-details p > span {
  display: block;
  font-weight: 600;
  font-size: 17px;
  color: #c5c62e;
}
.contact-index-index main .contact-details svg {
  height: 35px;
}
.contact-index-index main .form.custom-contact {
  float: none;
  max-width: 525px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact-index-index main .form.custom-contact .legend {
  margin-left: 0;
  margin-bottom: 0;
}
.contact-index-index main .form.custom-contact .field.note.no-label:before {
  display: none;
}
.contact-index-index main .form.custom-contact .control {
  width: 100%;
  float: none;
}
.contact-index-index main .form.custom-contact .control input {
  min-height: 58px;
  height: auto;
}
.contact-index-index main .form.custom-contact .actions-toolbar {
  margin-left: 0;
  margin-bottom: 25px;
}
.contact-index-index main .form.custom-contact .actions-toolbar .primary {
  width: 100%;
}
.contact-index-index main .form.custom-contact .actions-toolbar .primary button.primary {
  width: 100%;
  height: 58px;
  transition: all 0.3s ease-out;
}
.contact-index-index main .mylaundry-form .legend span {
  color: #c5c62e;
  font-size: 17px;
  font-weight: 600;
}
body.customer-account-logoutsuccess .logout-success-wrapper {
  max-width: 525px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.customer-account-logoutsuccess .logout-success-wrapper p {
  font-weight: 500;
  text-align: center;
}
a:hover {
  color: #a9b046 !important;
}
.poi-info-window .view-link,
.poi-info-window a:visited,
.poi-info-window a:link {
  color: #a9b046 !important;
}
.poi-info-window .title {
  font-size: 1.5rem !important;
  width: 100%;
}
/*new fixes after client feedback*/
.message.global.cookie {
  bottom: 0;
  position: fixed;
  right: 0;
  left: auto;
  z-index: 3;
  max-width: 340px;
  padding: 25px;
  background-color: rgba(197, 198, 46, 0.9);
}
.message.global.cookie p {
  font-size: 13px;
}
.message.global.cookie p span {
  display: block;
  margin-bottom: 10px;
}
.message.global.cookie p a {
  color: #ffffff;
}
.message.global.cookie p:before {
  content: 'COOKIES';
  font-weight: normal;
  color: white;
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
.message.global.cookie .actions #btn-cookie-allow {
  background: white;
  color: black;
  font-size: 13px;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.message.global.cookie .actions #btn-cookie-allow:hover {
  background-color: #2f4858;
  color: white;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
@media screen and (max-width: 375px) {
  .message.global.cookie {
    max-width: 100%;
  }
}
#service-more .elg-material-button,
#service-advice .elg-material-button {
  background-color: #c5c62e;
  color: #fff;
}
#service-more .elg-material-button:hover,
#service-advice .elg-material-button:hover {
  background-color: #fff;
  color: #c5c62e;
}
#home-google-autocomplete-confirm-modal textarea,
#home-google-autocomplete-confirm-modal select,
#home-google-autocomplete-confirm-modal input {
  max-height: 80px;
  min-height: 50px;
}
.about-us {
  width: 85%;
  margin: 5% auto;
}
.about-us h2 {
  color: #2f4858;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.about-us h2 span {
  color: #c5c62e;
}
body.cms-pricelist .pricelist-tables {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
body.cms-pricelist .pricelist-tables .price-list-col {
  flex-basis: 50%;
  padding: 0px 20px;
  margin-top: 65px;
}
body.cms-pricelist .pricelist-tables .price-list-col table {
  width: 100% !important;
  border-width: 0px;
}
body.cms-pricelist .pricelist-tables .price-list-col table tr td {
  border-width: 0 !important;
}
body.cms-pricelist .pricelist-tables .price-list-col table tr td:nth-child(1) {
  width: 80% !important;
}
body.cms-pricelist .pricelist-tables .price-list-col table tr td:nth-child(2) {
  width: 20% !important;
  font-weight: bold;
  text-align: right;
}
body.cms-pricelist .pricelist-tables .price-list-col p {
  background: #cbcc42;
  color: white;
  text-align: center !important;
  padding: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  body.cms-pricelist .pricelist-tables .price-list-col {
    flex-basis: 100% !important;
  }
}
body.cms-pricelist .pricelist-actions {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
body.cms-pricelist .pricelist-actions p {
  text-align: center !important;
}
body.cms-pricelist .pricelist-actions a {
  border-radius: 50px;
  background: #2f4858;
  padding: 15px 25px;
  display: inline-block;
  font-weight: bold;
  color: white;
  transition: .3s all ease;
}
body.cms-pricelist .pricelist-actions a:hover {
  text-decoration: none;
  background-color: #416379;
}
body.cms-page-view h1 {
  text-align: left;
}
body.cms-page-view h2 {
  margin-bottom: 5px;
}
body.cms-page-view p {
  text-align: justify;
}
body.cms-page-view ul,
body.cms-page-view ol {
  padding-left: 20px;
  margin: 10px 0;
}
body.cms-page-view ul li,
body.cms-page-view ol li {
  margin: 5px 0;
}
body.cms-page-view ul li small,
body.cms-page-view ol li small {
  display: block;
  font-size: 12px;
  font-style: italic;
}
body.cms-page-view ul li p,
body.cms-page-view ol li p {
  margin-bottom: 0;
}
.footer-terms-conditions-wrap.terms-conditions {
  display: none;
}
.checkout-agreement-item p,
.checkout-agreement-item h2,
.checkout-agreement-item h3,
.checkout-agreement-item ul,
.checkout-agreement-item ol {
  text-align: left !important;
}
@media screen and (max-width: 479px) {
  body.catalog-category-view .page-footer {
    padding-bottom: 200px !important;
  }
}
div#vaultWrapper button {
  background: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 2px 0 0 !important;
  font-size: 12px !important;
  color: gray;
  line-height: 0 !important;
  margin-left: 10px;
  transition: .3s all ease;
}
div#vaultWrapper button:hover {
  background: #fff;
  color: black;
}
body.customer-account-createpassword main {
  padding: 15px;
}
body.customer-account-createpassword .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
body.customer-account-createpassword .page-title-wrapper h1 {
  font-size: 1.6rem !important;
}
body.customer-account-createpassword form#form-validate {
  max-width: 100%;
  margin: auto;
  width: 550px;
}
body.customer-account-createpassword form#form-validate .control {
  width: 100% !important;
  float: none;
}
body.customer-account-createpassword form#form-validate .control input {
  min-height: 58px;
}
body.customer-account-createpassword form#form-validate .password-strength-meter {
  height: auto;
  padding: 10px !important;
  position: relative;
  z-index: 1;
  line-height: 1.5 !important;
  font-size: 13px !important;
}
body.customer-account-createpassword form#form-validate .actions-toolbar {
  margin-left: 0 !important;
  margin-bottom: 50px;
}
body.customer-account-createpassword form#form-validate .actions-toolbar button {
  min-height: 58px;
  height: auto;
  background-color: #2f4858 !important;
  transition: all 0.3s ease-out;
}
div#customer-login h4.title {
  text-align: center;
}
textarea#hidden-order-comments {
  left: 0;
}
.catalog-category-view .modal-backdrop {
  display: none;
}
.header.content .custom-links-wrapper .account-links ul.custom-links > li:hover a {
  color: #fff;
}
ul.award-badges {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0 !important;
  margin-bottom: 40px !important;
  justify-content: center;
}
ul.award-badges img {
  width: 85px !important;
  padding: 5px;
}
@media only screen and (max-width: 1023px) {
  ul.award-badges {
    justify-content: center;
    margin-top: 40px !important;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
