.slick-vertical .slider_kayam {
  min-height: 46.19px;
}

.empty-cart-search .search-bar {
  position: static;
  transform: none;
  background: #fff;
  margin-top: 0;
}
.empty-cart-search .main {
  width: 270% !important;
  z-index: 2;
}

@media only screen and (max-width: 1280px) {
  .woocommerce-info .empty-cart a.purple-text {
    font-size: 1.4rem;
  }
}
.modal-body .search-bar {
  background: transparent;
  box-shadow: none;
  margin-top: 0;
  position: static;
  transform: none;
  padding: 0;
}

.coupon-display .slick-prev {
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -14px;
  z-index: 1;
  transform: translate(0px, 0px);
  background: url(https://asapmarketplace.com/wp-content/uploads/2023/06/left-arrow.svg) !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  width: 25px;
  height: 25px;
  padding: 0 !important;
  border: 0;
  box-shadow: none !important;
  font-size: 0;
}
.coupon-display .slick-next {
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -14px;
  z-index: 1;
  transform: translate(0px, 0px) rotate(-180deg);
  background: url(https://asapmarketplace.com/wp-content/uploads/2023/06/left-arrow.svg) !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  width: 25px;
  height: 25px;
  padding: 0 !important;
  border: 0;
  box-shadow: none !important;
  font-size: 0;
}

.nav-pills {
  --bs-nav-pills-link-active-bg: #6c00b7;
}

.nav {
  --bs-nav-link-color: #000;
  --bs-nav-link-hover-color: #000;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  --bs-nav-tabs-link-hover-border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  --bs-nav-tabs-link-active-border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  --bs-nav-tabs-link-active-bg: #e2ccf1;
  --bs-nav-tabs-link-active-color: #6c00b7;
}

.nav-tabs {
  --bs-nav-tabs-border-color: transparent;
}

a {
  --bs-link-color: #e04500;
}

.gfield input.large {
  border-radius: 8px;
  /* border-color: #000; */
  outline-color: #6c00b7;
  -webkit-box-shadow: 0px 3px 20px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 20px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 20px -12px rgba(0, 0, 0, 0.75);
}

.gfield select.large {
  border-radius: 8px;
  outline-color: #6c00b7;
  -webkit-box-shadow: 0px 3px 20px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 20px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 20px -12px rgba(0, 0, 0, 0.75);
}

/* ---------------- start here ------------ */
.gform_wrapper.gravity-theme .gform_save_link.button {
  border-radius: 8px;
  padding: 20px 31px;
  background-color: #6c00b7 !important;
  color: #fff !important;
  border: 1px solid #6c00b7 !important;
  transition: all 0.48s linear;
}

.gform_wrapper.gravity-theme .gform_save_link.button:hover {
  background-color: transparent !important;
  color: #6c00b7 !important;
}

/* .bg_design_get {
    background-image: url('./images/bg\ design.png');
    background-repeat: no-repeat;
} */
.gform_save_link.button svg path {
  fill: #fff !important;
}

.gform_save_link.button:hover svg path {
  fill: #6c00b7 !important;
}

/* Start Cart Page */
#cart_page ul {
  list-style-type: none;
  padding: 0px 15px !important;
  margin: 0px !important;
  background: #f7f6f8;
}

#checkout_page .shopping-cart-summary-content ul {
  list-style-type: none;
  padding: 0px !important;
  margin: 0px !important;
  padding-left: 15px !important;
}

#cart_page a:hover {
  text-decoration: none;
}

#cart_page .row,
#checkout_page .checkout-content .row {
  /*box-shadow: 0 1px 0 #e1e5e8;*/
  /*background-color: #ffffff;*/
  /*margin-bottom: 11px;*/
  /* padding: 15px 15px; */
}

#cart_page .d-flex.cart-items-wrapper {
  padding: 5px 0px 25px;
  border-bottom: 1px solid #bfbfbf;
}
#cart_page .d-flex.cart-items-wrapper:last-child {
  border-bottom: 0;
}

#cart_page .d-flex.columnCaptions {
  background-color: #f7f6f8;
  padding: 15px 0px;
}

#cart_page .itemName .item-name a,
#checkout_page .itemName .item-name a {
  text-decoration: none;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  color: #1d1d1d;
  font-size: 1.125rem;
  font-weight: 500;
}

#cart_page .columnCaptions div.header-items:first-child,
#checkout_page .columnCaptions div.header-items:first-child {
  padding-left: 10px;
}

#cart_page .columnCaptions span,
#checkout_page .columnCaptions span {
  padding: 0 21px 0 0;
}

#cart_page .columnCaptions span:last-child,
#checkout_page .columnCaptions span:last-child {
  float: right;
  padding-right: 72px;
}

#cart_page .itemName,
#checkout_page .itemName {
  color: #222222;
  font-size: 13px;
  font-weight: bold;
  padding-left: 0px;
  vertical-align: middle;
}

#cart_page .popbtn,
#checkout_page .popbtn {
  cursor: pointer;
}

#cart_page .arrow,
#checkout_page .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #858e97;
}

#cart_page .price {
  color: #2b558d;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  width: 90px;
}

#cart_page .cart-total-main .value,
#checkout_page .price,
#checkout_page .cart-total-main .value {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  width: 90px;
  float: right;
  text-align: right;
}

#checkout_page .cart-grand-total .value,
#cart_page .cart-grand-total .value {
  color: #f30;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

#cart_page .totals,
#checkout_page .totals {
  background-color: #f2f6f9;
}

#cart_page .totals span,
#checkout_page .totals span {
  padding: 40px 15px 40px 0;
}

#cart_page .totals .price,
#checkout_page .totals .price {
  float: left;
}

#cart_page .totals .itemName,
#checkout_page .totals .itemName {
  margin-top: 1px;
}

#cart_page .totals .order,
#checkout_page .totals .order {
  float: right;
  padding: 0;
  margin-top: 40px;
  padding-left: 5px;
  cursor: pointer;
}

#cart_page .order a,
#checkout_page .order a {
  background-color: #f08573;
  color: #fbfffa;
  font-weight: bold;
  border-radius: 2px;
  padding: 20px 30px;
}

#cart_page .popover,
#checkout_page .popover {
  border-radius: 3px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  border: 0;
  background-color: #ffffff;
}

#cart_page .popover.bottom,
#checkout_page .popover.bottom {
  margin-top: -9px;
}

#cart_page .glyphicon,
#checkout_page .glyphicon {
  width: 24px;
  font-size: 24px;
  padding: 0;
}

#cart_page .glyphicon-pencil,
#checkout_page .glyphicon-pencil {
  color: #858e97;
  margin: 7px 12px 7px 10px;
}

#cart_page .glyphicon-remove,
#checkout_page .glyphicon-remove {
  color: #2b558d;
  margin-right: 10px;
}

/* #cart_page .col-centered, #checkout_page .col-centered{
        float: none !important;
        margin: 0 auto !important;
      } */
/* End Cart Page */
#checkout_page .progress {
  margin: 20px 0px 50px 0px;
}

#cart_page .columnCaptions .header-items,
#cart_page .itemName,
#checkout_page .columnCaptions .header-items,
#checkout_page .itemName {
  width: 50%;
  display: inline-block;
}

#cart_page .columnCaptions .header-items,
#cart_page .columnCaptions .header-price,
#cart_page .columnCaptions .header-qty,
#cart_page .columnCaptions .header-line-total,
#checkout_page .columnCaptions .header-items,
#checkout_page .columnCaptions .header-price,
#checkout_page .columnCaptions .header-qty,
#checkout_page .columnCaptions .header-line-total {
  font-weight: bold;
}

#cart_page .columnCaptions .header-price,
#cart_page .columnCaptions .header-qty,
#cart_page .columnCaptions .header-line-total,
#cart_page .price,
#cart_page .quantity,
#cart_page .line-total,
#checkout_page .columnCaptions .header-price,
#checkout_page .columnCaptions .header-qty,
#checkout_page .columnCaptions .header-line-total,
#checkout_page .price,
#checkout_page .quantity,
#checkout_page .line-total {
  flex: 1 1 12.5%;
  display: inline-block;
  vertical-align: middle;
}

#cart_page .popbtn,
#checkout_page .popbtn {
  width: 10%;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

#cart_page .popbtn a,
#checkout_page .popbtn a {
  text-decoration: none;
  color: #c2c2c2;
}
#cart_page .popbtn a:hover,
#checkout_page .popbtn a:hover {
  color: #6c00b7;
}

#cart_page .line-total,
#cart_page .popbtn,
#cart_page .columnCaptions .header-line-total,
#checkout_page .line-total,
#checkout_page .popbtn,
#checkout_page .columnCaptions .header-line-total {
  text-align: right;
  padding-right: 10px;
}

#cart_page .popbtn .fa,
#checkout_page .popbtn .fa {
  font-size: 18px;
}

#cart_page .quantity input[type=number],
#checkout_page .quantity input[type=number] {
  width: 80px;
  color: #222222;
  border-radius: 0 !important;
}

#cart_page .cart-button-main .apply-coupon input[type=text],
#checkout_page .cart-button-main .apply-coupon input[type=text] {
  width: 190px;
  float: left;
}

#cart_page .cart-button-main .apply-coupon button,
#checkout_page .cart-button-main .apply-coupon button {
  float: left;
  margin-left: 10px;
}

#cart_page .cart-button-main .btn-cart-action,
#checkout_page .cart-button-main .btn-cart-action {
  text-align: right;
}

#cart_page .cart-button-main .btn-cart-action button:last-child,
#checkout_page .cart-button-main .btn-cart-action button:last-child {
  margin-right: 0px;
}

#cart_page .cart-button-main,
#cart_page .cart-total-main,
#checkout_page .cart-button-main,
#checkout_page .cart-total-main {
  padding: 0px;
  /* background: #f2f6f9;   */
}

#cart_page .cart-total-main .cart-total-content,
#checkout_page .cart-total-main .cart-total-content {
  width: 100%;
  /* text-align: right; */
  background: #f7f6f8;
  padding: 0px 15px 0;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
}

#cart_page .cart-total-main .label,
#checkout_page .cart-total-main .label {
  color: #222222;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  font-weight: 400;
}

#checkout_page .cart-grand-total .label,
#cart_page .cart-grand-total .label {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
}

#cart_page .cart-sub-total,
.cart-tax,
.cart-shipping-total,
#checkout_page .cart-sub-total,
.cart-tax,
.cart-shipping-total,
#cart_page .cart-coupon,
#checkout_page .cart-coupon {
  margin-bottom: 0px;
  border-bottom: 1px solid #bfbfbf;
  padding: 15px 0;
}

#cart_page .cart-grand-total,
#checkout_page .cart-grand-total {
  margin-bottom: 0px;
  /* margin-bottom: 0px;   */
  /* border-bottom: 1px solid #bfbfbf; */
  padding: 10px 0;
}

#checkout_page .cart-grand-total p {
  margin-bottom: 0;
}

#cart_page .itemName .product-img,
#cart_page .itemName .item-name,
#checkout_page .itemName .product-img,
#checkout_page .itemName .item-name {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}

#cart_page .itemName img,
#checkout_page .itemName img {
  width: 120px;
  height: auto;
  box-shadow: 0px 4px 20px rgba(108, 0, 183, 0.1);
  padding: 5px;
  background: #fff;
}

#cart_page h2.cart-shopping-label,
#cart_page h2.cart-shopping-label2,
#checkout_page h2.cart-shopping-label,
#checkout_page h2.cart-shopping-label,
#checkout_page h2.cart-shopping-label2,
#checkout_page h2.cart-shopping-label {
  font-size: 17px;
  color: #222222;
  /* margin-left: -15px; */
  font-weight: bold;
}

#cart_page h2.cart-shopping-label2,
#checkout_page h2.cart-shopping-label {
  margin-left: 0px;
}

#cart_page .empty-cart-msg,
#checkout_page .empty-cart-msg {
  font-size: 14px;
  color: #222222;
}

#cart_page .items-inline,
#checkout_page .items-inline {
  display: block;
}

#cart_page .cart-return-shop,
#checkout_page .cart-return-shop {
  margin-top: 20px;
}

#cart_page .item-name p,
#checkout_page .item-name p {
  color: #222222;
  font-size: 11px;
  padding-top: 5px;
}

#cart_page .item-name .view-customize-images,
#checkout_page .item-name .view-customize-images {
  margin-top: 10px;
}

#cart_page .itemName .product-img,
#checkout_page .itemName .product-img {
  width: 120px;
  vertical-align: top;
  margin-right: 15px;
}

/* #cart_page .cart-total-main, #checkout_page .cart-total-main{
        display: block;    
      } */
#cart_page .cart-total-area-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: none;
}

#checkout_page .cart-total-area-overlay {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  display: none;
}

#checkout_page #loader-1-cart {
  z-index: 5;
}

/* #cart_page .cart-total-main, #checkout_page .cart-total-main{
        position: relative;    
      } */
#checkout_page .checkout-content {
  padding: 20px;
  color: #222222;
}

#checkout_page .user-login-content {
  width: 100%;
}

#checkout_page .checkout-content h2.step-title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

#checkout_page .checkout-process-user-mode ul {
  list-style: none;
}

#checkout_page .checkout-process-user-mode ul li {
  display: inline-block;
}

#checkout_page .checkout-process-user-mode ul li:last-child {
  padding-left: 20px;
}

#checkout_page .user-login-content .login-information .login-content-sub,
#checkout_page .user-address-content .address-information .address-content-sub {
  float: left;
  width: 50%;
  padding: 15px;
}

#checkout_page .user-login-content .login-information,
#checkout_page .address-information {
  background: #ffffff;
}

#checkout_page .checkout-process-user-mode {
  margin: 25px 0px;
  background-color: #ffffff;
  padding: 20px 10px;
}

#checkout_page #bacsPopover,
#checkout_page #codPopover,
#checkout_page #paypalPopover,
#checkout_page #stripePopover,
#checkout_page #twocheckoutPopover {
  display: none;
}

#checkout_page hr {
  border: 2px solid #e1e1e1 !important;
}

#checkout_page .payment-options span {
  padding-right: 20px;
}

#checkout_page #bacsPopover,
#checkout_page #codPopover,
#checkout_page #paypalPopover,
#checkout_page #stripePopover,
#checkout_page #twocheckoutPopover {
  padding-top: 30px;
}

#checkout_page .checkout-content .error {
  color: #d00;
}

.toggle {
  position: relative;
  box-sizing: border-box;
}

.toggle input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.toggle label {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.toggle label:before {
  content: "";
  width: 55px;
  height: 29px;
  background: #e2ccf1;
  border: 1px solid #6c00b7;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
@media (max-width: 1600px) {
  .toggle label:before {
    height: 22px;
  }
}

.toggle label:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: #e2ccf1;
  border: 1px solid #6c00b7;
  box-sizing: border-box;
  transition: 0.2s ease-in;
}
@media (max-width: 1600px) {
  .toggle label:after {
    width: 22px;
    height: 22px;
  }
}

.toggle input[type=checkbox]:checked + label:before {
  background: #6c00b7;
}

.toggle input[type=checkbox]:checked + label:after {
  left: 26px;
}
@media (max-width: 1600px) {
  .toggle input[type=checkbox]:checked + label:after {
    left: 32px;
  }
}

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 300;
}
body.mobile-menu-active,
html.mobile-menu-active {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body,
  html {
    font-size: 12px;
  }
}

body,
html,
button,
input,
select {
  font-family: "Nunito", sans-serif;
}

body {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 93px;
  }
}

.gray02-text p {
  margin-bottom: 0;
}

.modal-addons-main .gray02-bb-full:last-child {
  border: 0 !important;
}

strong {
  font-weight: 700;
}

/****** Text Styles ******/
.body-text {
  color: #626262;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
  margin: 24px 0;
  word-break: break-word;
}
.body-text.small {
  font-size: 1rem;
  line-height: 1.375rem;
}
.body-text.white {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .body-text {
    font-size: 1.125rem;
    letter-spacing: 0;
  }
}

.pac-logo:after {
  display: none !important;
}

.input-text.error {
  border: 1px solid red !important;
}

.list-disc::before {
  content: "";
  position: absolute;
  left: -15px;
  width: 5px;
  height: 5px;
  background: #626262;
  border-radius: 50px;
  top: 50%;
  margin-top: -2px;
}

@media only screen and (max-width: 991px) {
  .experts-help-wrapper img {
    max-width: 100% !important;
  }
}
.experts-help-wrapper ul {
  max-width: 588px;
  margin: 0 auto;
}

.form-label {
  font-weight: 500;
}

.four-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-wrapper a {
  text-decoration: none;
  color: #e04500;
}

.site-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .site-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 100% !important;
}

.short-container {
  max-width: 1117px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .short-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.select2-container--classic .select2-selection--multiple {
  border: 1px solid #ced4da !important;
}

.line-heading-full {
  position: relative;
}

.line-heading-full span {
  background: #fff;
  padding: 0 1rem;
  display: inline-block;
}

.line-heading-full::after {
  content: "";
  height: 3px;
  background: #6c00b7;
  width: 100%;
  display: inherit;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
}

.primary-card .js--service-search h3 {
  display: none;
}
.primary-card .js--service-search .search-bar {
  margin-top: 0;
  position: static;
  transform: none;
  width: auto;
}

.item .item-number {
  width: 62px;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .item .item-number {
    width: 40px;
  }
}

.overlay-img .img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.overlay-img .img-wrapper img {
  box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
  border: 0.5px solid #6c00b7;
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  height: 386px;
}
.overlay-img .img-wrapper .overlay-img-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -40px;
  z-index: 2;
}
.overlay-img .img-wrapper::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(107, 0, 184, 0.19);
  display: inherit;
  position: absolute;
  border-radius: 15px;
  left: 0;
  right: 0;
  top: 0%;
  z-index: 1;
}

.image-background {
  margin-top: -20px;
  min-height: 100%;
  background: url(https://sonorangirl.github.io/Earth-Quotes/img/google-earth-view-mauritania.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transition: background-image 2s ease-in-out;
}

.form-control:focus,
.form-select:focus {
  border-color: #e2ccf1 !important;
  box-shadow: 0 0 0 0.25rem rgba(58, 61, 250, 0.25) !important;
}

.modal-backdrop {
  z-index: 999999;
}

.modal {
  z-index: 9999999;
  padding: 0 !important;
}

.form-check .form-check-input {
  padding: 0 !important;
}
.form-check .form-check-input:checked {
  background-color: #6c00b7;
  border-color: #6c00b7;
}
.form-check .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 61, 250, 0.25) !important;
}

.jost {
  font-family: "Jost", sans-serif !important;
}

.purple-bb-full {
  border-bottom: 1px solid #6c00b7 !important;
}

.purple20-bb-full {
  border-bottom: 1px solid #e2ccf1 !important;
}

.gray02-bb-full {
  border-bottom: 1px solid #626262 !important;
}

.purple-border {
  border: 1px solid #6c00b7 !important;
}

.purple20-border {
  border: 1px solid #e2ccf1 !important;
}

.by-black {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.gray03-border {
  border: 1px solid #bebebe;
}

.gray03-bb {
  border-bottom: 1px solid #bebebe;
}

.purple-text {
  color: #6c00b7 !important;
}

.purple20-text {
  color: #e2ccf1 !important;
}

.purple60-text {
  color: #a766d4 !important;
}

.white-text {
  color: #fff !important;
}

.black-text {
  color: #000 !important;
}

.gray01-text {
  color: #303030 !important;
}

.gray02-text {
  color: #626262 !important;
}

.gray03-text {
  color: #bebebe !important;
}

.gray04-text {
  color: #dadada !important;
}

.monoBlack-text {
  color: #1d1d1d !important;
}

.monoWhite-text {
  color: #fcfcfc !important;
}

.orange-text {
  color: #e04500 !important;
}

.gull-text {
  color: #f7f6f8 !important;
}

.purple-bg {
  background-color: #6c00b7 !important;
}

.purple20-bg {
  background-color: #e2ccf1 !important;
}

.purple60-bg {
  background-color: #a766d4 !important;
}

.white-bg {
  background-color: #fff !important;
}

.black-bg {
  background-color: #000 !important;
}

.gray01-bg {
  background-color: #303030 !important;
}

.gray02-bg {
  background-color: #626262 !important;
}

.gray03-bg {
  background-color: #bebebe !important;
}

.gray04-bg {
  background-color: #dadada !important;
}

.monoBlack-bg {
  background-color: #1d1d1d !important;
}

.monoWhite-bg {
  background-color: #fcfcfc !important;
}

.orange-bg {
  background-color: #e04500 !important;
}

.orange20-bg {
  background-color: #F6CDBB !important;
}

.gull-bg {
  background-color: #f7f6f8 !important;
}

.purple20-bb {
  border-bottom: 1px solid rgba(108, 0, 183, 0.2);
}

.fw-lb {
  font-weight: 500 !important;
}

.fw-sb {
  font-weight: 600 !important;
}

.fs-2 {
  font-size: 0.125rem !important;
}

.fs-4 {
  font-size: 0.25rem !important;
}

.fs-6 {
  font-size: 0.375rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-30 {
  font-size: 1.875rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-36 {
  font-size: 2.25rem !important;
}

.fs-38 {
  font-size: 2.375rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-42 {
  font-size: 2.625rem !important;
}

.fs-44 {
  font-size: 2.75rem !important;
}

.fs-46 {
  font-size: 2.875rem !important;
}

.fs-48 {
  font-size: 3rem !important;
}

.fs-50 {
  font-size: 3.125rem !important;
}

.fs-52 {
  font-size: 3.25rem !important;
}

.fs-54 {
  font-size: 3.375rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-58 {
  font-size: 3.625rem !important;
}

.fs-60 {
  font-size: 3.75rem !important;
}

.fs-62 {
  font-size: 3.875rem !important;
}

.fs-64 {
  font-size: 4rem !important;
}

.fs-66 {
  font-size: 4.125rem !important;
}

.fs-68 {
  font-size: 4.25rem !important;
}

.fs-70 {
  font-size: 4.375rem !important;
}

.fs-72 {
  font-size: 4.5rem !important;
}

.fs-74 {
  font-size: 4.625rem !important;
}

.fs-76 {
  font-size: 4.75rem !important;
}

.fs-78 {
  font-size: 4.875rem !important;
}

.fs-80 {
  font-size: 5rem !important;
}

.fs-100 {
  font-size: 6.25rem !important;
}

.glw {
  transform: translateX(-50%) translateY(-50%);
  font-size: 1rem;
  font-weight: bold;
  color: red;
  animation: glow 0.3s ease infinite;
}

@-webkit-keyframes glow {
  0% {
    color: #000;
  }
  100% {
    color: red;
  }
}
@keyframes glow {
  0% {
    color: #000;
  }
  100% {
    color: red;
  }
}
.active .dropdown-item,
.active .dropdown-item {
  background: #e2ccf1;
}

.additional-addons[aria-expanded=true] {
  transition: all 0.3s ease;
}
.additional-addons[aria-expanded=true] .toggle-down {
  transform: rotate(180deg);
}

.secondary-radius {
  border-radius: 4px !important;
}

.secondary-shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.primary-shadow {
  box-shadow: 0px 4px 20px rgba(108, 0, 183, 0.1);
}

.primary-radius {
  border-radius: 22px;
}

.primary-card {
  padding: 45px 100px;
  background: #f7f6f8;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 991px) {
  .primary-card {
    padding: 20px;
  }
}

.purple-separator {
  border-bottom: 1px solid rgba(107, 0, 184, 0.2);
  margin: 30px 0;
}
@media only screen and (max-width: 991px) {
  .purple-separator {
    margin: 10px 0;
  }
}

.al-hdng span {
  background: #e2ccf1;
  display: inline-block;
  z-index: 1;
  position: relative;
  padding-right: 15px;
}
@media only screen and (max-width: 1280px) {
  .al-hdng span {
    top: 4px;
  }
}
.al-hdng::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
}

.purple-small-btn {
  background: #6c00b7;
  border-radius: 4px;
  color: #fff;
}
.purple-small-btn:hover {
  border: 1px solid #6c00b7;
  color: #6c00b7;
}

.purple20-small-btn {
  background: #e2ccf1;
  color: #6c00b7;
  border-radius: 4px;
}
.purple20-small-btn:hover {
  border: 1px solid #6c00b7;
  color: #6c00b7;
}

.orange-text.underline-text {
  position: relative;
  cursor: pointer;
}
.orange-text.underline-text::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e04500;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.orange-text.underline-text:hover {
  font-weight: 500 !important;
}

.v-sep {
  height: 80px;
  width: 1px;
  background: #bebebe;
  margin: auto;
}

.h-sep {
  width: 95%;
  height: 1px;
  background: #e2ccf1;
  margin: 1rem auto;
}

.heading-xxlarge {
  font-size: 100px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 90px;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .heading-xxlarge {
    font-size: 3.75rem;
    line-height: 4.375rem;
    letter-spacing: 0;
  }
}

.heading-xlarge {
  font-size: 5rem;
  font-weight: 600;
  line-height: 97px;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .heading-xlarge {
    font-size: 3.125rem;
    line-height: 3.375rem;
    letter-spacing: 0;
  }
}

.heading-large {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4rem;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .heading-large {
    font-size: 2.625rem;
    line-height: 2.875rem;
    letter-spacing: 0;
  }
}

.heading-medium {
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 3.125rem;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .heading-medium {
    font-size: 2rem;
    line-height: 35px;
    letter-spacing: 0;
  }
}

.heading-small {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .heading-small {
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}

.loader-wrapper {
  display: none;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 10px;
  background: #000;
  border-radius: 5px;
  -webkit-animation: load 1.8s ease-in-out infinite;
  animation: load 1.8s ease-in-out infinite;
}

.loader:before,
.loader:after {
  position: absolute;
  display: block;
  content: "";
  -webkit-animation: load 1.8s ease-in-out infinite;
  animation: load 1.8s ease-in-out infinite;
  height: 10px;
  border-radius: 5px;
}

.loader:before {
  top: -20px;
  left: 10px;
  width: 40px;
  background: #e04500;
}

.loader:after {
  bottom: -20px;
  width: 35px;
  background: #6c00b7;
}

@-webkit-keyframes load {
  0% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(40px);
  }
}
@keyframes load {
  0% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(40px);
  }
}
.loading .loader-wrapper {
  display: block;
  background: #eee;
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 999999;
  top: 0;
}

/****** Button Styles ******/
.update-btn {
  background: #6c00b7 !important;
  border: 1px solid #6c00b7 !important;
  border-radius: 2px !important;
  box-sizing: border-box !important;
  color: #fcfcfc !important;
  display: inline-block !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.25rem !important;
  min-width: 240px !important;
  padding: 13px 15px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: 0.2s ease-in-out !important;
}
@media (hover: hover) {
  .update-btn:hover {
    background: white !important;
    color: #6c00b7 !important;
  }
}
.update-btn .update-btn:disabled,
.update-btn .update-btn:disabled[disabled],
.update-btn .update-btn[aria-disabled=true] {
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.primary-small-btn {
  background: #6c00b7;
  border: 1px solid #6c00b7;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fcfcfc;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 13px 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
@media (hover: hover) {
  .primary-small-btn:hover {
    background: white;
    color: #6c00b7;
  }
}

.primary-btn {
  background: #6c00b7;
  border: 1px solid #6c00b7;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fcfcfc;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.primary-btn.disabled {
  background: #bebebe !important;
  color: #626262 !important;
  border: 1px solid #bebebe !important;
}
@media (hover: hover) {
  .primary-btn:hover {
    background: white;
    color: #6c00b7;
  }
}

.secondary-btn {
  background: none;
  border: 1px solid #6c00b7;
  border-radius: 2px;
  box-sizing: border-box;
  color: #6c00b7;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  min-width: 240px;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.secondary-btn.white {
  border: 1px solid #fff;
  color: #fff;
}
.secondary-btn:hover {
  background: #6c00b7;
  color: #fff;
}

.tertiary-btn {
  background: #e2ccf1;
  border: 1px solid #e2ccf1;
  border-radius: 2px;
  box-sizing: border-box;
  color: #6c00b7;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  min-width: 240px;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.tertiary-btn:hover {
  background: #6c00b7;
  color: #fff;
}

.inline-btn {
  align-content: center;
  background: none;
  border: none;
  color: #e04500;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  padding: 0;
  text-decoration: none;
}
.inline-btn img {
  margin-left: 5px;
  transition: 0.2s ease-in-out;
}
.inline-btn:hover img {
  transform: translateX(5px);
}

.phone-number {
  align-items: center;
  display: flex;
  position: relative;
  text-decoration: none;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .phone-number {
    display: initial;
  }
}
.phone-number img {
  margin-right: 10px;
}

/****** Container Styles *******/
.container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/****** Background Image Styles *******/
.center-bg {
  background-position: center center;
  background-size: cover;
}

/****** Menu Styling ******/
.menu-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-list .menu-item {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  position: relative;
}
.menu-list .menu-item .menu-item-link {
  display: block;
  text-align: center;
  text-decoration: none;
}

/****** Drop Shadows *******/
.asap-drop-shadow {
  filter: drop-shadow(0px 4px 20px rgba(108, 0, 183, 0.1));
}

/****** Contact Info Styling *******/
.need-assistance-wrapper .need-assistance-contact h2 {
  border-bottom: 0;
}
.need-assistance-wrapper .need-assistance-contact .contact-info-block .contact-tagline,
.need-assistance-wrapper .need-assistance-contact .contact-info-block .contact-prompt {
  line-height: normal;
}
.need-assistance-wrapper .need-assistance-contact .contact-info-block .contact-info-link-wrapper {
  display: inline-block;
}
.need-assistance-wrapper .need-assistance-contact .contact-info-block .contact-info-link-wrapper img {
  margin-right: 10px;
  margin-left: 10px;
}
.need-assistance-wrapper .need-assistance-contact .contact-info-block .contact-info-link-wrapper .contact-info-link {
  color: #303030;
  display: flex;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .need-assistance-wrapper {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.625rem;
    margin-bottom: 34px;
  }
  .need-assistance-wrapper:last-of-type {
    margin-bottom: 0;
  }
}

.contact-info-block .contact-info-link-wrapper {
  display: inline-block;
}
.contact-info-block .contact-info-link-wrapper img {
  margin-right: 10px;
  margin-left: 10px;
}
.contact-info-block .contact-info-link-wrapper .contact-info-link {
  color: #303030;
  display: flex;
  font-weight: 400;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .contact-info-block {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.625rem;
    margin-bottom: 0px;
  }
  .contact-info-block:last-of-type {
    margin-bottom: 0;
  }
}

/******* Form Elements *******/
input,
option,
select {
  border: 1px solid #dadada;
  border-radius: 2px;
  box-sizing: border-box;
  color: #626262;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
  padding: 17px 20px;
  width: 100%;
}
input:placeholder,
option:placeholder,
select:placeholder {
  color: #626262;
}

button,
select {
  cursor: pointer;
}

.input-wrapper,
.select-wrapper,
.ginput_container_select,
.ginput_address_country {
  position: relative;
  width: 100%;
}

.select-wrapper select,
.ginput_container_select select,
.ginput_address_country select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrapper select::-ms-expand,
.ginput_container_select select::-ms-expand,
.ginput_address_country select::-ms-expand {
  display: none;
}
.select-wrapper:after,
.ginput_container_select:after,
.ginput_address_country:after {
  background-image: url(/wp-content/uploads/2022/05/fi_chevron-down.svg);
  background-position: center center;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

.ginput_address_state {
  position: relative;
}
.ginput_address_state select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ginput_address_state select::-ms-expand {
  display: none;
}
.ginput_address_state:after {
  background-image: url(/wp-content/uploads/2022/05/fi_chevron-down.svg);
  background-position: center center;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 28px;
  transform: translateY(-50%);
  width: 12px;
}

.ginput_address_country:after {
  top: 29px;
}

/******* Gravity Forms Styling *******/
.gform_wrapper .gform_button {
  width: auto;
}
@media only screen and (max-width: 991px) {
  .gform_wrapper .gform_button {
    width: 100%;
  }
}
.gform_wrapper .gfield_label {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px;
}
.gform_wrapper .gfield_label .gfield_required_asterisk {
  color: #1d1d1d;
  vertical-align: top;
}
.gform_wrapper .gform_footer .gform_button {
  background: none;
  border: 1px solid #6c00b7;
  box-sizing: border-box;
  color: #6c00b7;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem !important;
  margin-bottom: 0 !important;
  min-width: 240px;
  padding: 15px !important;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.gform_wrapper .gform_footer .gform_button:hover {
  transform: scale(1.025);
}
@media only screen and (max-width: 991px) {
  .gform_wrapper .gform_footer .gform_button {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .gform_wrapper .gform_footer {
    margin-top: 16px;
  }
}
.gform_wrapper .gform_fields {
  grid-row-gap: 23px !important;
}
.gform_wrapper .gform_fields .gfield.hidden_label {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  border: 1px solid #dadada;
  border-radius: 2px;
  padding: 17px 20px !important;
}

#ct-loadding {
  height: 100%;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background: rgb(108, 0, 183);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6c00b7",endColorstr="#e04500",GradientType=1);
}

.loading #ct-loadding {
  display: block;
}

#ct-loadding .loading-spin {
  display: block;
  height: 65px;
  margin: -32px auto 0;
  position: relative;
  top: 50%;
  width: 65px;
}

#ct-loadding .loading-spin .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: spin-rotate-all 1s linear infinite;
  animation: spin-rotate-all 1s linear infinite;
}

#ct-loadding .loading-spin .spinner .right-side,
#ct-loadding .loading-spin .spinner .left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-animation: spin-fade-in-first 1.2s linear infinite alternate;
  animation: spin-fade-in-first 1.2s linear infinite alternate;
}

#ct-loadding .loading-spin .spinner .left-side {
  left: 0;
}

#ct-loadding .loading-spin .spinner .right-side {
  right: 0;
}

#ct-loadding .loading-spin .spinner.color-2 .right-side,
#ct-loadding .loading-spin .spinner.color-2 .left-side {
  -webkit-animation: spin-fade-in-second 1.2s linear infinite alternate;
  animation: spin-fade-in-second 1.2s linear infinite alternate;
}

#ct-loadding .loading-spin .spinner .bar {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 200px 0 0 200px;
  -khtml-border-radius: 200px 0 0 200px;
  -moz-border-radius: 200px 0 0 200px;
  -ms-border-radius: 200px 0 0 200px;
  -o-border-radius: 200px 0 0 200px;
  border-radius: 200px 0 0 200px;
  border: 6px solid #fff;
  position: relative;
}

#ct-loadding .loading-spin .spinner .bar:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #e04500;
  position: absolute;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

#ct-loadding .loading-spin .spinner .right-side .bar {
  -webkit-border-radius: 0 200px 200px 0;
  -khtml-border-radius: 0 200px 200px 0;
  -moz-border-radius: 0 200px 200px 0;
  -ms-border-radius: 0 200px 200px 0;
  -o-border-radius: 0 200px 200px 0;
  border-radius: 0 200px 200px 0;
  border-left: none;
  -webkit-transform: rotate(-10deg);
  -webkit-transform-origin: left center;
  transform: rotate(-10deg);
  transform-origin: left center;
  -webkit-animation: spin-rotate-right 0.75s linear infinite alternate;
  animation: spin-rotate-right 0.75s linear infinite alternate;
}

#ct-loadding .loading-spin .spinner .right-side .bar:after {
  bottom: -6px;
  left: -3px;
}

#ct-loadding .loading-spin .spinner .left-side .bar {
  border-right: none;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-animation: spin-rotate-left 0.75s linear infinite alternate;
  animation: spin-rotate-left 0.75s linear infinite alternate;
}

#ct-loadding .loading-spin .spinner .left-side .bar:after {
  bottom: -6px;
  right: -3px;
}

.ct-spinner2 {
  width: 45px;
  height: 45px;
  background-color: #fff;
  margin: 100px auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.ct-spinner3 {
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.ct-spinner3 .double-bounce1,
.ct-spinner3 .double-bounce2 {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: ct-bounce 2s infinite ease-in-out;
  animation: ct-bounce 2s infinite ease-in-out;
}

.ct-spinner3 .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.ct-spinner4 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.ct-spinner4 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: ct-stretchdelay 1.2s infinite ease-in-out;
  animation: ct-stretchdelay 1.2s infinite ease-in-out;
}

.ct-spinner4 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.ct-spinner4 .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.ct-spinner4 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.ct-spinner4 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ct-spinner5 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 70px;
  text-align: center;
}

.ct-spinner5 > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: ct-bouncedelay 1.4s infinite ease-in-out both;
  animation: ct-bouncedelay 1.4s infinite ease-in-out both;
}

.ct-spinner5 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.ct-spinner5 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.addi-fee {
  padding-left: 8px;
  margin-top: 1rem;
  position: relative;
}
.addi-fee::after {
  content: "";
  background: #000;
  width: 1px;
  height: calc(100% - 45px);
  position: absolute;
  margin: auto;
  top: 15px;
  left: 4px;
}
@media screen and (max-width: 1280px) {
  .addi-fee::after {
    height: calc(100% - 41px);
  }
}
.addi-fee li:nth-child(odd) {
  position: relative;
}
.addi-fee li:nth-child(odd)::before {
  content: "";
  background: url(../../../wp-content/uploads/2023/02/filled-circle.svg);
  width: 14px;
  height: 14px;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 2px;
  z-index: 2;
}

.woocommerce-checkout .addi-fee::after {
  height: calc(100% - 30px);
}
@media screen and (max-width: 1280px) {
  .woocommerce-checkout .addi-fee::after {
    height: calc(100% - 30px);
  }
}

.numbering-text {
  background: #6c00b7;
  width: 31px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 12px;
  }
  .slick-vertical .slider_kayam {
    min-height: 37.19px;
  }
}
@media only screen and (max-width: 479px) {
  .slick-vertical .slider_kayam {
    min-height: 64px;
  }
}
.select-main-product {
  text-align: left;
  line-height: 1.375rem;
  font-size: 1rem;
  border: 1px solid #dadada;
  border-radius: 2px;
  color: #626262;
  padding: 17px 20px;
  width: 100%;
  background: none;
}

.home-dropdown-select ul {
  padding: 0;
  width: auto;
}

.home-dropdown-select ul li a {
  border-top: 0;
  padding: 10px 15px;
  border: 1px solid #dadada;
}

.select-secondry-product {
  text-align: left;
  line-height: 1.375rem;
  font-size: 1rem;
  border: 1px solid #dadada;
  border-radius: 2px;
  color: #626262;
  padding: 17px 20px;
  width: 100%;
  background: none;
}

.home-secondry-dropdown-select {
  margin-right: 12px;
}
@media only screen and (max-width: 991px) {
  .home-secondry-dropdown-select {
    margin: 6px 0;
  }
}

.home-secondry-dropdown-select ul {
  padding: 0;
  width: auto;
}

.home-secondry-dropdown-select ul li a {
  border-top: 0;
  padding: 17px 20px;
  border: 1px solid #dadada;
}

a.btn.btn-secondary.dropdown-toggle.select-main-product:hover {
  background: none;
  color: #626262;
  border: 1px solid #dadada;
}

.metro {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.metro li {
  flex: 0 0 14.33%;
  margin: 1% 1%;
  background: #f6f7f8;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 10px;
}
.metro li a {
  text-decoration: none;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .metro li {
    flex: 0 0 45.33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .metro li {
    flex: 0 0 25.33%;
  }
}

.search-icon .findyour {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  padding: 10px;
  position: fixed;
  z-index: 12;
  bottom: -100px;
  background: #e04500;
  border-radius: 8px;
  left: calc(50% - 348.28px);
  transform: translateX(50%);
  transition: all 0.3s linear;
}
.search-icon .findyour:hover {
  background: #6c00b7;
}
.search-icon .callyour {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  padding: 10px;
  position: fixed;
  z-index: 12;
  bottom: -100px;
  background: #e2ccf1;
  color: #6c00b7;
  border-radius: 8px;
  left: calc(50% - 56.28px);
  transform: translateX(50%);
  transition: all 0.3s linear;
}
.search-icon .callyour:hover {
  background: #fff;
}
.search-icon.scrolled a {
  bottom: 45px;
}

.breadcrumb {
  color: #fcfcfc;
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  position: absolute;
  z-index: 8;
}
.breadcrumb a {
  align-items: center;
  color: #fcfcfc;
  display: flex;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: none;
}
.breadcrumb a img {
  margin-right: 9px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.woocommerce-cart .breadcrumb,
.woocommerce-checkout .breadcrumb {
  margin-top: 45px;
  margin-bottom: 25px;
  position: static;
}
.woocommerce-cart .breadcrumb a,
.woocommerce-checkout .breadcrumb a {
  color: #626262;
}
.woocommerce-cart .breadcrumb .current-breadcrumb,
.woocommerce-checkout .breadcrumb .current-breadcrumb {
  color: #6c00b7;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
}
.custom-select:after {
  content: none;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fcfcfc;
  border-radius: 2px;
  padding: 17px 50px 17px 20px;
}
.select-selected:after {
  background-image: url(/wp-content/uploads/2022/05/fi_chevron-down.svg);
  background-position: center center;
  content: "";
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
  width: 12px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  transform: translateY(-50%) rotate(180deg);
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  border: 1px solid #dadada;
  box-sizing: border-box;
  color: #626262;
  height: 56px;
  margin: 0;
  cursor: pointer;
}

.select-items div {
  border-top: 0;
  padding: 17px 20px;
}
.select-items div:last-of-type {
  border-radius: 0 2px 2px 0;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fcfcfc;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.gform_legacy_markup_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
  border-radius: 4px;
}

.gform_legacy_markup_wrapper input.datepicker {
  width: 100%;
}

.gform_legacy_markup_wrapper .ginput_complex .ginput_full, .gform_legacy_markup_wrapper .ginput_complex .ginput_left, .gform_legacy_markup_wrapper .ginput_complex .ginput_right {
  width: 100% !important;
  display: inline-block !important;
}

.gform_legacy_markup_wrapper .gform_footer {
  display: inline-block !important;
}

.gfield.tight .ginput_product_price, .gfield.tight .ginput_product_price {
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.ginput_container_consent p {
  float: right !important;
}

.gform_legacy_markup_wrapper ul.gform_fields li.creditcard-wrap {
  background: #0f2b65 url(https://www.asapsiteservices.com/wp-content/uploads/2022/10/card-bg-3.png);
  border-radius: 10px;
  margin: 15px !important;
  position: relative;
  background-position: 0px -20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-blend-mode: soft-light;
}

.creditcard-wrap label {
  color: #fff !important;
}

.creditcard-wrap .gfield-custom-error + p, .creditcard-wrap .p-error p {
  color: #ffe000 !important;
}

.gform_confirmation_message {
  background: #fff;
  border-radius: 8px;
  padding: 30px !important;
  box-sizing: border-box;
  text-align: center !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.gform_confirmation_message h3 span {
  background: #f7f7f7;
  padding: 15px;
  margin: 45px 0 30px;
  border: 3px dashed #800000;
  display: inline-block !important;
  font-weight: 600;
}

.gform_confirmation_message br {
  display: none !important;
}

.gform_confirmation_message h3, .gform_confirmation_message h2 {
  font-weight: 600;
}

.gform_confirmation_message iframe {
  margin: 0 auto !important;
  height: 295px !important;
  overflow-y: auto !important;
}

.gform_validation_errors.validation_error .validation_error {
  padding: 0 !important;
  border: 0 !important;
  margin-bottom: 0 !important;
}

.fl-widget .gfmc-column {
  display: inline-block !important;
  vertical-align: text-top !important;
  text-align: center;
  padding: 15px 0 !important;
}

img.product-image {
  max-width: 80%;
  max-height: 145px;
}

.gform_validation_errors.validation_error .validation_error {
  padding: 0 !important;
  border: 0 !important;
  margin-bottom: 0 !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

body .gform_wrapper ul li.gfield {
  margin-top: 0px !important;
  padding: 15px !important;
}

body .gform_wrapper ul li.gfield.no-padd {
  padding: 0 15px !important;
}

body .gform_wrapper ul li.termAndConditionMsg1, body .gform_wrapper ul li.termAndConditionMsg2 {
  ppadding: 0 15px !important;
}

body .gform_wrapper ul li.gfield.gfield_quantity {
  margin-top: -15px !important;
  padding-top: 0 !important;
}

.gform_wrapper .gf_step {
  font-weight: 700;
  color: #0f2b65;
}

.gfmc-column .ginput_container_number input {
  margin: 0 auto;
  background-color: #ededed;
  width: 50px !important;
}

.gform_legacy_markup_wrapper .field_description_below .gfield_consent_description, .gform_legacy_markup_wrapper .gfield_consent_description {
  overflow-y: auto !important;
}

.gfield.gfield_price {
  background: #fff;
  margin: 0 0px;
  border-radius: 5px;
}

.gform_previous_button {
  float: left;
  background: #428bca !important;
  border-radius: 4px !important;
}

.gform_previous_button:hover {
  opacity: 0.8 !important;
}

.ginput_container_date {
  position: relative;
}

.ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  top: 15px;
  right: 15px;
}

#gf_coupon_button {
  background: #011e70 !important;
  color: #fff;
  height: 50px;
  margin: 0 0 0 12px !important;
  border-radius: 4px;
  cursor: pointer;
}

#gf_coupon_button:hover {
  background: #428bca !important;
  color: #fff;
}

.gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_legacy_markup_wrapper select {
  height: 50px;
  font-weight: 400;
  line-height: normal;
}

.gform_legacy_markup_wrapper input:not([type=button]) input:not([type=submit]), .gform_legacy_markup_wrapper select, .ginput_container_creditcard input, .ginput_container_email input, .ginput_container input {
  border: 1px solid #b5b5b5;
  background: #f4f7f9 !important;
}

.gform_legacy_markup_wrapper input.ginput_product_price {
  background-color: transparent !important;
}

select:focus-within {
  outline: 0;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select {
  height: 50px;
  border-color: #e6e6e6;
  margin-top: 0 !important;
  border-radius: 4px;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex .ginput_right select:focus, .gform_legacy_markup_wrapper.gf_browser_chrome .ginput_complex select:focus {
  border-color: #ccc !important;
}

.gf_coupon_code {
  float: left;
  margin-right: 10px !important;
}

.gform_save_link {
  color: #0f2b65 !important;
  text-decoration: underline !important;
  margin-right: 10px !important;
  font-weight: 600 !important;
  /*color: #fff !important;*/
  /*line-height: 1.2;*/
  /*padding: 6px 12px;*/
  /*border-radius: 4px;*/
  /*border: 1px solid #0f2b65;*/
  /*font-weight: 400;*/
  /*margin-left: 0 !important;*/
}

.gform_next_button, .gform_button.button {
  margin-right: 0 !important;
  background: #bf212f !important;
  border-color: #bf212f !important;
  border-radius: 4px !important;
}

.gform_next_button:hover, .gform_save_link:hover, .gform_button.button:hover, .gform_previous_button:hover {
  opacity: 0.8 !important;
}

/*.gfield.gfield_contains_required{*/
/*    border-bottom: 1px dotted #ccc;*/
/*}*/
.gform-body .gfmc-column ul {
  border-right: 1px dotted #ccc;
  /*border-bottom: 1px dotted #ccc;*/
}

.gform-body .gfmc-column.gfmc-row-1-col-3-of-3 ul, .gform-body .gfmc-column.gfmc-row-2-col-3-of-3 ul, .gform-body .gfmc-column.gfmc-row-3-col-3-of-3 ul, .gform-body .gfmc-column.gfmc-row-4-col-3-of-3 ul, .gform-body .gfmc-column.gfmc-row-5-col-3-of-3 ul {
  border-right: 0;
}

.ginput_product_price {
  text-align: center;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 3px !important;
}

.gform_legacy_markup_wrapper .description_above .gfield_description {
  padding: 0 !important;
}

.gform_legacy_markup_wrapper .description_above .gfield_description.gfield_consent_description {
  padding: 15px !important;
}

table.gpecf-order-summary ul li {
  padding: 2px 15px !important;
}

table.gpecf-order-summary th {
  font-weight: bold !important;
  color: #000;
}

.gform_legacy_markup_wrapper {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.gform_legacy_markup_wrapper .gform_page_footer {
  display: inline-block;
  margin: 0 !important;
}

.gform_legacy_markup_wrapper .gf_step span.gf_step_number {
  font-size: inherit !important;
}

.ginput_container_singleproduct {
  display: inline-block;
}

.ginput_container_singleproduct .ginput_product_price_label {
  float: left;
}

.gfield.gfield_quantity {
  display: inline-block;
}

.gfield.gfield_quantity .gfield_label {
  float: left;
  vertical-align: middle;
  margin: 6px 10px 0 0 !important;
}

.gfield.gfield_quantity .ginput_container_number {
  float: left;
  margin: 0 !important;
  vertical-align: middle;
}

.gfield_description {
  font-style: italic;
  /*color: #bf212f !important;*/
}

.gfield_description p {
  margin: 0 !important;
}

.gfield_html_formatted {
  padding: 5px 0 !important;
}

.gfield_html_formatted .notice {
  font-size: 16px;
  font-style: italic;
  color: #bf212f;
  font-weight: bold !important;
  margin-bottom: 0;
}

.gfield_description b {
  font-weight: 500;
}

.gfield.tight {
  background: #0f2b65;
  color: #fff;
  border-radius: 0 !important;
  border-bottom: 1px dashed #fff !important;
}

.ginput_product_price {
  float: left;
  width: 65px;
  padding: 0 !important;
  height: auto;
}

.gfield.tight .ginput_container_select {
  color: #000;
  font-size: 12px;
}

.gfield.gfield_quantity .ginput_container_number input {
  background-color: #ededed;
  width: 50px !important;
  height: auto !important;
}

.gform_legacy_markup_wrapper .gf_step {
  opacity: 0.5 !important;
}

.gform_legacy_markup_wrapper .gf_step.gf_step_active {
  opacity: 1 !important;
}

.ginput_container_singleproduct .ginput_product_price {
  float: left;
  width: 75px;
  padding: 0 !important;
  height: auto !important;
}

.gform_legacy_markup_wrapper li.hidden_label input {
  margin-top: 2px !important;
}

@media (max-width: 600px) {
  li.gfmc-column {
    width: 100% !important;
  }
  .gform_save_link {
    line-height: 2;
    min-height: 2rem;
    width: 100%;
  }
  .gfield.gfield_price {
    margin: 0 !important;
  }
  .gform-body .gfmc-column ul {
    border-right: 0 !important;
    border-bottom: 1px dotted #ccc;
  }
  .gpecf-order-summary {
    width: 1050px !important;
  }
  .gfield.gfield_html.gfield_html_formatted {
    overflow: scroll;
  }
  .gform_fields {
    overflow-x: hidden;
  }
  .gform_wrapper input.gf_coupon_code {
    width: 100% !important;
  }
  #gf_coupon_button {
    width: 100%;
    margin: 10px 0 0 !important;
  }
  .gform_previous_button.button, .gform_button.button {
    width: 100% !important;
    margin: 0 0 16px 0 !important;
    min-height: 2rem !important;
    line-height: 2 !important;
  }
  .ginput_container_consent {
    display: flex;
  }
  .ginput_container_consent input {
    margin-right: 10px;
  }
}
@media (min-width: 601px) and (max-width: 968px) {
  li.gfmc-column {
    width: 50% !important;
  }
  .gform_save_link {
    line-height: 2;
    min-height: 2rem;
    width: 100%;
  }
  .gfield.gfield_price {
    margin: 0 !important;
  }
  .gform_next_button, .gform_button[value="Complete Order"] {
    width: 100% !important;
    line-height: 2 !important;
    min-height: 2rem;
    margin-bottom: 16px !important;
  }
  .gform-body .gfmc-column.gfmc-row-1-col-3-of-3 ul, .gform-body .gfmc-column.gfmc-row-2-col-3-of-3 ul, .gform-body .gfmc-column.gfmc-row-3-col-3-of-3 ul, .gform-body .gfmc-column.gfmc-row-4-col-3-of-3 ul, .gform-body .gfmc-column.gfmc-row-5-col-3-of-3 ul {
    border-right: 1px dotted #ccc;
  }
  .gform-body .gfmc-column.gfmc-row-1-col-2-of-3 ul, .gform-body .gfmc-column.gfmc-row-2-col-2-of-3 ul, .gform-body .gfmc-column.gfmc-row-3-col-2-of-3 ul, .gform-body .gfmc-column.gfmc-row-4-col-2-of-3 ul, .gform-body .gfmc-column.gfmc-row-5-col-2-of-3 ul {
    border-right: 0;
  }
  .gform_previous_button.button, .gform_button.button {
    width: 100% !important;
    margin: 0 0 16px 0 !important;
    min-height: 2rem !important;
    line-height: 2 !important;
  }
  .gpecf-order-summary {
    width: 1050px !important;
  }
  .gfield.gfield_html.gfield_html_formatted {
    overflow: scroll;
  }
  .gform_fields {
    overflow-x: hidden;
  }
}
.gform_wrapper {
  /*border: 2px solid #ccc;*/
  padding: 20px;
}

/** Import layout styles */
@media (max-width: 991px) {
  .woocommerce-cart {
    padding-top: 69px;
  }
}
@media only screen and (max-width: 1280px) {
  .woocommerce-cart .cart-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 1280px) {
  .woocommerce-cart .cart-responsive {
    width: 1262px;
  }
}
.woocommerce-cart .add-ons-shelf {
  background: #fff;
  position: fixed;
  right: -100vw;
  transition: 0.5s ease-out;
  top: 0px;
  width: 66.5%;
  z-index: 999999;
}
.woocommerce-cart .add-ons-shelf.asap-drop-shadow {
  filter: drop-shadow(0px 4px 20px rgba(108, 0, 183, 0));
}
.woocommerce-cart .add-ons-shelf.active.asap-drop-shadow {
  filter: drop-shadow(0px 4px 20px rgba(108, 0, 183, 0.1));
  right: 0;
}
.woocommerce-cart .add-ons-shelf .add-ons-header {
  background: #6c00b7;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
  padding: 12px;
  position: relative;
}
.woocommerce-cart .add-ons-shelf .add-ons-header .add-ons-close-btn {
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 26px;
  line-height: 12px;
}
.woocommerce-cart .add-ons-shelf .add-ons-header h2 {
  margin: 0;
  text-align: center;
}
.woocommerce-cart .add-ons-shelf .add-ons-content {
  background: #f7f6f8;
  height: 100vh;
  overflow: auto;
  padding: 20px 0 20px 20px;
  scrollbar-width: auto;
  scrollbar-color: #6c00b7 #ffffff;
  /* Chrome, Edge, and Safari */
}
.woocommerce-cart .add-ons-shelf .add-ons-content::-webkit-scrollbar {
  width: 16px;
}
.woocommerce-cart .add-ons-shelf .add-ons-content::-webkit-scrollbar-track {
  background: #f7f6f8;
}
.woocommerce-cart .add-ons-shelf .add-ons-content::-webkit-scrollbar-thumb {
  background-color: #6c00b7;
  border-radius: 10px;
  border: 3px solid #fff;
}
.woocommerce-cart .add-ons-shelf .add-ons-content .nav-tabs .nav-link {
  font-weight: bold;
  text-transform: uppercase;
  color: #1d1d1d;
}
.woocommerce-cart .add-ons-shelf .add-ons-content .add-ons-btn {
  width: 100%;
}
.woocommerce-cart .add-ons-shelf .add-ons-content .add-on-item {
  margin-bottom: 37px;
}
.woocommerce-cart .add-ons-shelf .add-ons-content .add-on-item .add-on-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.woocommerce-cart .add-ons-shelf .add-ons-content .add-on-item .add-on-info .add-on-index {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
}
.woocommerce-cart .add-ons-shelf .add-ons-content .add-on-item .add-on-info .add-on-price {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.625rem;
}
.woocommerce-cart .add-ons-shelf .add-ons-content .add-on-item .add-on-thumbnail {
  background: #fff;
  height: 215px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.woocommerce-cart .add-ons-shelf .add-ons-content .add-on-item .add-on-thumbnail img {
  left: 50%;
  height: calc(100% - 40px) !important;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.woocommerce-cart .add-ons-shelf .add-ons-content .add-on-item .add-on-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
  margin: 0 0 16px;
  text-align: left;
}
.woocommerce-cart .add-ons-shelf .add-ons-content .add-on-item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .add-ons-shelf .add-ons-content {
    height: calc(100% - 260px);
  }
}
.woocommerce-cart .add-ons-shelf .add-ons-content .tab-content {
  padding: 20px 0;
  margin-bottom: 20px;
}
.woocommerce-cart .add-ons-shelf .add-ons-btn-wrapper {
  background: #fff;
  padding: 40px 20px;
}
.woocommerce-cart .add-ons-shelf .add-ons-btn-wrapper button {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .add-ons-shelf {
    right: -100%;
    width: 100%;
    right: -100%;
  }
}
.woocommerce-cart .cart-contents {
  display: flex;
  margin-bottom: 60px;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form {
  max-width: 66.666666%;
  width: 100%;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form.woocommerce-cart-coupon-form {
  max-width: 100%;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart {
  background: #f7f6f8;
  border: none;
  padding: 32px 25px;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .actions {
  border-top: 1px solid #e2ccf1;
  padding: 40px 0 0;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart-contents-btns {
  align-items: center;
  display: flex;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart-contents-btns .wc-continue-shopping,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart-contents-btns .wc-proceed-to-checkout {
  padding: 0;
  max-width: 300px;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart-contents-btns .wc-continue-shopping a,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart-contents-btns .wc-proceed-to-checkout a {
  font-weight: 500;
  width: 100%;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart-contents-btns .wc-continue-shopping {
  margin-right: 20px;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item {
  position: relative;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item td {
  vertical-align: top;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .add-ons-open-btn {
  cursor: pointer;
  margin-top: 27px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .add-ons-open-btn {
    margin-bottom: 27px;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name {
  background: none;
  padding: 40px 32px;
  color: #1d1d1d;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375rem;
  text-decoration: none;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-vendor-name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-vendor-name {
    text-align: left;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-delivery-dates {
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  justify-content: space-between;
  padding: 5px 0;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-delivery-dates span {
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-delivery-dates {
    flex-direction: column;
  }
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-delivery-dates .product-delivery-date {
    text-align: left;
  }
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-delivery-dates:last-of-type .change-date-btn {
    margin-bottom: 0;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-quantity,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .add-on-quantity {
  align-items: center;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 27px;
  max-width: 100%;
  padding: 17px 0;
  text-align: left;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-quantity .product-quantity-header,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-quantity .add-on-quantity-header,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .add-on-quantity .product-quantity-header,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .add-on-quantity .add-on-quantity-header {
  flex-grow: 1;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-quantity input,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .add-on-quantity input {
  background: none;
  border: 0;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  height: 40px;
  width: 50px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .product-quantity input,
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .add-on-quantity input {
    border: 1px solid #dadada;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name .add-on-quantity {
  max-width: none;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-name {
    padding: 0;
    padding-top: 27px;
    width: 100%;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-price {
  padding: 40px 0;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-price span {
  color: #1d1d1d;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375rem;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-price {
    background: #fff;
    padding: 30px 0;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-remove {
  padding: 0;
  vertical-align: middle;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-remove .remove {
  display: block;
  color: #6c00b7 !important;
  height: auto;
  margin-top: 20px;
  text-align: left;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-remove .remove span {
  display: block;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-remove .remove span.remove-text {
  background: #e2ccf1;
  border-radius: 2px;
  box-sizing: border-box;
  color: #303030;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 43px auto;
  max-width: 80px;
  padding: 8px 12px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-remove .remove span.remove-text:hover {
  background: rgba(226, 204, 241, 0.5);
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-remove .remove span.remove-text {
    margin-top: 0;
    max-width: none;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-remove .remove:hover {
  background: none;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .change-date-btn {
  position: relative;
  width: 100%;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .change-date-btn label {
  color: #e04500;
  font-size: 0.875rem;
  font-weight: 400;
  right: 0;
  line-height: 1.25rem;
  position: absolute;
  pointer-events: none;
  text-decoration: underline;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .change-date-btn label {
    right: unset;
    left: 0;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .change-date-btn .js-change-date {
  background: none;
  border: 0;
  color: #f7f6f8;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
  text-decoration: underline;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .change-date-btn .js-change-date:focus {
  outline: none;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .change-date-btn {
    margin-bottom: 20px;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-thumbnail {
  padding: 0;
  width: 200px;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-thumbnail .product-thumbnail-content {
  height: 239px;
  filter: drop-shadow(0px 4px 20px rgba(108, 0, 183, 0.1));
  margin: 40px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  background: #fff;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-thumbnail .product-thumbnail-content a,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-thumbnail .product-thumbnail-content img {
  width: 100%;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-thumbnail .product-thumbnail-content img {
  border-radius: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 327px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-thumbnail .product-thumbnail-content img {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-thumbnail .product-thumbnail-content img {
    height: 100% !important;
    width: auto;
    left: 50%;
    transform: translate(-50%);
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-thumbnail .product-thumbnail-content {
    filter: none;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-thumbnail .product-thumbnail-content {
    height: 160px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-thumbnail {
    background: #fff;
    border-top: 0;
    display: block !important;
    width: 100%;
  }
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-thumbnail::before {
    content: none;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-quantity .qty::-webkit-outer-spin-button,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .add-on-quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .add-on-quantity .qty::-webkit-outer-spin-button {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .product-quantity,
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .add-on-quantity {
    max-width: 100% !important;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .update-cart {
  background: none;
  border: 0;
  color: #626262;
  margin-left: 30px;
  padding: 0;
  text-decoration: underline;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart .cart_item .update-cart {
    margin-left: 25px;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart thead .product-thumbnail,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart thead .product-price,
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart thead .product-name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem;
  padding: 0 0 27px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart thead .product-thumbnail {
    width: 100%;
  }
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart thead .product-thumbnail tr,
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart thead .product-thumbnail td {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart {
    background: none;
    display: block;
    padding: 0;
  }
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart tbody {
    display: block;
  }
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart tbody tr {
    display: none;
  }
  .woocommerce-cart .cart-contents .woocommerce-cart-form .cart tbody tr.woocommerce-cart-form__cart-item, .woocommerce-cart .cart-contents .woocommerce-cart-form .cart tbody tr.product-questions-row {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .woocommerce-cart-form {
    max-width: 100%;
  }
}
.woocommerce-cart .cart-contents .cart-collaterals {
  max-width: 33.333333%;
  padding-left: 25px;
  width: 100%;
}
.woocommerce-cart .cart-contents .cart-collaterals .wc-proceed-to-checkout.mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .cart-collaterals .wc-proceed-to-checkout.mobile {
    display: block;
    margin-top: 35px;
    padding: 0;
  }
  .woocommerce-cart .cart-contents .cart-collaterals .wc-proceed-to-checkout.mobile a {
    width: 100%;
  }
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .coupon {
  display: flex;
  margin-top: 36px;
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .coupon button {
  border: 1px solid #626262;
  border-radius: 2px;
  background: #626262;
  color: #fcfcfc;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  min-width: 140px;
  transition: 0.2s ease-in-out;
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .coupon button:hover {
  background: #fcfcfc;
  color: #626262;
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .coupon input {
  max-width: 350px;
  margin-right: 10px;
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table th,
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table td {
  font-size: 1.25rem;
  line-height: 1.625rem;
  padding: 25px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table th,
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table td {
    display: table-cell;
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
    padding: 18px 15px;
  }
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table th.product-name,
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table td.product-name {
    text-align: left !important;
    width: 56.5%;
  }
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table th a,
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table td a {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table th:before,
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table td:before {
    display: none;
  }
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table thead {
  background: #e2ccf1;
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table thead th,
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table thead td {
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table thead th,
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table thead td {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
  }
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table thead th.product-name,
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table thead td.product-name {
    width: 56.5%;
  }
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table thead th.product-quantity,
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table thead td.product-quantity {
    text-align: right;
  }
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table tbody th,
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table tbody td {
  font-weight: 400;
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table tbody .product-price,
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table tbody .product-quantity {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table tbody .product-name a {
  color: #1d1d1d;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table tbody .cart-subtotal th {
    background: #fff;
    width: 56.5%;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table tbody .cart-subtotal td {
    background: #fff;
    min-width: 80px;
  }
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table tbody .cart-subtotal td.product-price {
    min-width: none;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table tbody .product-quantity {
    text-align: right;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .shop_table tr {
    display: table-row;
  }
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table {
  margin-top: 36px;
  width: 100%;
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table th,
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table td {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
  padding: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table th,
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table td {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table th:before,
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table td:before {
    font-weight: 500;
  }
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table th {
  text-align: left;
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table td {
  text-align: right;
}
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table .order-total th,
.woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table .order-total td {
  background: none;
  border-top: 1px solid #dadada;
  padding: 24px 0 0;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .cart-collaterals .cart_totals .total_table .tax-total .amount {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents .cart-collaterals {
    max-width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-contents {
    flex-direction: column;
  }
}
.woocommerce-cart .product-questions-row td {
  background: none !important;
  padding: 0 !important;
}
.woocommerce-cart .product-questions-row td::before {
  content: none !important;
}
.woocommerce-cart .product-questions-row td .product-questions {
  text-align: left;
}
.woocommerce-cart .product-questions-row td .product-questions .product-question {
  margin: 40px 0;
}
.woocommerce-cart .product-questions-row td .product-questions .product-question .question-text {
  color: #1d1d1d;
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.woocommerce-cart .product-questions-row td .product-questions .product-question label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 75px;
}
.woocommerce-cart .product-questions-row td .product-questions .product-question label input[type=checkbox],
.woocommerce-cart .product-questions-row td .product-questions .product-question label input[type=radio] {
  margin-right: 14px;
  height: 16px;
  width: 16px;
}
.woocommerce-cart .product-questions-row td .product-questions .product-question label:last-of-type {
  margin-bottom: 0;
}
.woocommerce-cart .product-questions-row td .product-questions .product-question input[type=text] {
  max-width: 398px;
}
.woocommerce-cart .product-questions-row td .product-questions .product-question input[type=number] {
  max-width: 75px;
}
.woocommerce-cart .product-questions-row td .product-questions .product-question textarea {
  border: 1px solid #dadada;
  border-radius: 2px;
  box-sizing: border-box;
  color: #626262;
  font-size: 1rem;
  font-family: "Jost", sans-serif;
  line-height: 1.375rem;
  height: 168px;
  margin: 0;
  max-width: 100%;
  padding: 17px 20px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .product-questions-row td {
    display: block;
    width: 100%;
  }
}
.woocommerce-cart .cart-empty {
  background: rgba(227, 227, 227, 0.568627451);
  border-top: none;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 0px;
  max-width: 100%;
  padding: 40px;
  text-align: center;
  width: 100%;
}
.woocommerce-cart .cart-empty h1 {
  color: #1d1d1d;
  margin-top: 0;
  text-align: center;
}
.woocommerce-cart .cart-empty .body-text {
  margin: 0 auto 36px;
  max-width: 479px;
}
.woocommerce-cart .cart-empty .cart-empty-btn {
  margin: 0 auto;
}
.woocommerce-cart .cart-empty::before {
  content: none;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-empty {
    margin: 60px 20px;
    width: calc(100% - 40px);
  }
}
.woocommerce-cart .cart-empty .empty-cart-search .white-text {
  color: #000 !important;
}
.woocommerce-cart .cart-empty .empty-cart-search .search-bar {
  max-width: 66% !important;
  margin: 25px auto !important;
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-empty .empty-cart-search .search-bar {
    max-width: 100%;
  }
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .product-type-addon .product-name {
  padding: 32px 0;
}

.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .product-type-addon .product-price {
  padding: 32px 0;
}
.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .product-type-addon .product-price .product-remove .remove span.remove-text {
  margin-top: 20px;
}

.woocommerce-cart .cart-contents .woocommerce-cart-form .cart .product-type-addon .product-thumbnail-content {
  display: none;
}

.product-vendor-name {
  padding: 20px 0;
}

.product-price .product-vendor-name {
  padding: 30px 0px 28px;
}
.product-price .product-delivery-dates {
  margin: 5px 0;
}
.product-price .additional-service select {
  height: 32px;
  padding: 0 10px;
  max-width: 70px;
}

@media (max-width: 414px) {
  .table-xs tr,
  .table-xs td,
  .table-xs tbody,
  .table-xs thead,
  .table-xs tfoot,
  .table-xs th {
    display: table;
    width: 100%;
    border-collapse: separate;
  }
  .table-xs > tbody tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-xs td[title]:before {
    content: attr(title) ": ";
  }
  .table-xs td:before {
    white-space: nowrap;
    width: 50%;
    display: table-cell;
    text-align: left;
    font-weight: bold;
  }
  .table-xs .item-row td:first-child,
  .table-xs .item-row td:nth-child(2) {
    border: 0 none;
  }
  .table-xs .item-row td:first-child {
    border: 0 none;
  }
  .table-xs .item-row td:last-child {
    background: #eee;
    border-bottom: 2px solid #a2a2a2;
    font-weight: bold;
  }
  .table-xs .item-row img {
    margin-bottom: 1em;
  }
  .table-xs .total-row td {
    display: table-cell;
    width: 1%;
    border-top: 0 none;
    border-bottom: 3px double #a2a2a2;
    font-weight: bold;
    font-size: 1.5em;
  }
  .table-xs .total-row td:first-child {
    width: 99%;
  }
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100% !important;
}

.wcssc-content .article-h1 {
  text-align: center;
}
.wcssc-content table {
  min-width: 40%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.wcssc-content table td {
  font-size: 1.2em;
  padding: 10px;
}
.wcssc-content table .product-quantity {
  text-align: center;
}
.wcssc-content .load-cart {
  padding: 20px;
  text-align: center;
}

.product-full-row {
  min-height: 142.97px;
}

.qty-box {
  width: 55px;
  padding: 0 0rem;
  position: relative;
}
.qty-box input {
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  height: 30px;
}
.qty-box input:focus {
  outline: 0 !important;
}
.qty-box .plus {
  background: url(../../../wp-content/uploads/2023/02/up-arrow.svg);
  width: 20px;
  height: 12px;
  background-size: 100%;
  background-position: 0 0px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 8px;
  cursor: pointer;
}
.qty-box .minus {
  background: url(../../../wp-content/uploads/2023/02/down-arrow.svg);
  width: 20px;
  height: 12px;
  background-size: 100%;
  background-position: 0 -6px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 8px;
  cursor: pointer;
}
.qty-box.white-box {
  background: #fff;
  border-radius: 4px;
  padding: 0px 0.5rem 0 0.2rem;
  margin: 0 auto 10px;
}
.qty-box.white-box .plus {
  right: 0px;
}
.qty-box.white-box .minus {
  right: 0px;
}

.cart-page-wrapper .purple-small-btn {
  margin-left: 1rem;
}

.toggle-down {
  background: url(../../../wp-content/uploads/2023/02/down-fill.svg);
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: inline-block;
  margin-left: 0rem;
  position: relative;
  top: 7px;
}

.additional-service {
  padding: 0;
  height: auto;
  color: #6c00b7 !important;
  font-weight: bold;
  border: 0;
  background: transparent !important;
  font-size: 12px;
}
.additional-service:hover {
  color: #e04500 !important;
  background: transparent !important;
}

.summary-wrapper {
  position: relative;
  cursor: pointer;
}
.summary-wrapper .summary-popover {
  width: 240px;
  background: #fff;
  position: absolute;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  top: 30px;
  font-size: 12px;
}
.summary-wrapper .summary-popover li {
  flex: 1 1 50%;
  margin-bottom: 8px;
  color: #626262;
  font-weight: 600;
}
.summary-wrapper .summary-popover li:nth-child(even) {
  text-align: right;
}
.summary-wrapper .summary-popover li:nth-child(odd) {
  text-align: left;
}
.summary-wrapper .summary-popover li:nth-last-child(2), .summary-wrapper .summary-popover li:last-child {
  margin-bottom: 0;
}
.summary-wrapper .summary-popover::before {
  content: "";
  right: 55px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  position: absolute;
  top: -20px;
  border-right: 10px solid transparent;
}
.summary-wrapper:hover .summary-popover {
  visibility: visible;
  opacity: 1;
  top: 28px;
}

h2 .summary-wrapper {
  top: -2px;
}
h2 .summary-wrapper:hover .summary-popover {
  top: 32px;
}
h2 .summary-wrapper:hover .summary-popover::before {
  right: 2px;
}

.added {
  position: relative;
}
.added::before {
  content: "";
  position: absolute;
  border-bottom: 0.5em solid #505050;
  transition: background-color 0.2s ease-in-out;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate(-22px, 11px);
  border-top: 0px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 12px solid transparent;
  border-right: 10px solid #4a4a4a;
}
.added::after {
  content: "Added";
  background: #000;
  color: #fff;
  position: absolute;
  left: 0;
  z-index: 2;
  width: calc(100% - 68px);
  height: 13px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  transform: rotate(0deg) translate(2px, -1.8px);
  text-transform: uppercase;
}

.cart-mobile .added::after {
  width: 75%;
}
.cart-mobile .added::before {
  border-top: 0px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 15px solid transparent;
  border-right: 7px solid #4a4a4a;
}

.btn.purple-bg {
  border: 1px solid #6c00b7 !important;
}
.btn.purple-bg:hover {
  background: #fff !important;
  border: 1px solid #6c00b7 !important;
  color: #6c00b7 !important;
}

.btn.orange20-bg {
  border: 1px solid #e04500 !important;
}
.btn.orange20-bg:hover {
  background: #fff !important;
  border: 1px solid #e04500 !important;
  color: #e04500 !important;
}

.apply-coupon {
  padding: 0.618em 5em !important;
}

.share-cart-btn .button-primary {
  width: 100%;
  height: 100%;
  padding: 0.9rem !important;
  font-size: 1.25rem !important;
  line-height: 1.625rem !important;
  font-weight: 400 !important;
}

@media screen and (min-width: 479px) {
  .product-img img {
    max-width: 100px !important;
  }
}

.mobile-cart .share-cart-btn .button.button-primary {
  font-size: 0 !important;
  line-height: normal !important;
  border: 1px solid #e04500;
  background: transparent;
}
.mobile-cart .share-cart-btn .button.button-primary::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../../uploads/2023/02/share.png);
  display: inline-block;
  background-position: center;
  background-size: 100%;
}

.cart-mobile .white-box {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.cart-mobile .qty-box {
  width: 75px;
}
.cart-mobile .qty-box input {
  text-align: center;
}
.cart-mobile .qty-box .minus {
  left: 0;
  right: auto;
  bottom: 7px;
}
.cart-mobile .qty-box .plus {
  top: 7px;
  right: 0;
}
.cart-mobile .summary-wrapper:hover .summary-popover {
  top: 32px;
  right: -52px;
}
.cart-mobile .mp-addon {
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .woocommerce-info .empty-cart .empty-cart-search {
    margin-top: 1rem !important;
    margin-bottom: 0px !important;
  }
  .woocommerce-cart .cart-empty .body-text {
    margin: 0 auto 7px !important;
  }
  .woocommerce-cart .cart-empty .empty-cart-search .search-bar {
    margin: 14px auto !important;
    max-width: 88% !important;
  }
  .woocommerce-cart .cart-empty h1 {
    margin-bottom: 1.4rem;
    font-size: 2.1rem;
  }
  .woocommerce-cart .cart-empty p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-cart .cart-empty {
    margin-bottom: 20px;
  }
  .no-container .js--service-search .primary-btn {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 753px) {
  .woocommerce-cart .cart-empty {
    padding-inline: 0px;
  }
}
@media screen and (max-width: 541px) {
  .woocommerce-info .empty-cart .empty-cart-search {
    padding-inline: 0px !important;
  }
}
.header {
  background: #fcfcfc;
  box-sizing: border-box;
  height: 100px;
  padding: 0 1.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 991px) and (max-width: 1280px) {
  .header {
    padding: 0 1.5rem;
  }
}
.header .wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.header .wrapper .menu-item {
  height: 100px;
  margin-right: 38px;
  position: relative;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .header .wrapper .menu-item {
    margin-right: 33px;
  }
}
.header .wrapper .menu-item .menu-item-link {
  color: #303030;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .header .wrapper .menu-item .menu-item-link {
    font-size: 1rem;
  }
}
.header .wrapper .menu-item .menu-list {
  background: #f7f6f8;
  display: none;
  flex-direction: column;
  min-width: 300px;
  position: absolute;
  top: 100px;
  z-index: 2;
}
.header .wrapper .menu-item .menu-list .menu-item {
  height: auto;
  margin-bottom: 20px;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}
.header .wrapper .menu-item .menu-list .menu-item:first-of-type {
  margin-top: 20px;
}
.header .wrapper .menu-item .menu-list .menu-item:last-of-type {
  margin-bottom: 20px;
}
.header .wrapper .menu-item .menu-list .menu-item .menu-item-link:after {
  background-image: url("/wp-content/uploads/2022/05/fi_arrow-right-purple.svg");
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.header .wrapper .menu-item .menu-list .menu-item .menu-item-link:hover {
  color: #6c00b7;
}
.header .wrapper .menu-item .menu-list .menu-item .menu-item-link:hover:after {
  opacity: 1;
}
.header .wrapper .menu-item:hover:after, .header .wrapper .menu-item.current-menu-item:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #e04500;
}
.header .wrapper .menu-item:hover .menu-item-link, .header .wrapper .menu-item.current-menu-item .menu-item-link {
  color: #6c00b7;
}
.header .wrapper .menu-item:hover .menu-item .menu-item-link, .header .wrapper .menu-item.current-menu-item .menu-item .menu-item-link {
  color: #303030;
  font-weight: 400;
}
.header .wrapper .menu-item:hover .menu-item:after, .header .wrapper .menu-item.current-menu-item .menu-item:after {
  content: none;
}
.header .wrapper .menu-item:hover .menu-list {
  display: flex;
}
.header .wrapper .menu-item-has-children::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../uploads/2023/02/sort-down.svg);
  background-size: 100%;
  position: absolute;
  right: -20px;
}
.header .wrapper .submenu {
  display: flex;
}
.header .wrapper .submenu .cart {
  margin-left: 25px;
}
.header .wrapper .submenu .cart a {
  align-items: center;
  display: flex;
  position: relative;
}
.header .wrapper .submenu .cart a .cart-count-wrapper {
  background: #e04500;
  border-radius: 50%;
  color: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  position: absolute;
  right: -6px;
  top: -6px;
  transition: 0.2s ease-in-out;
  width: 16px;
  z-index: 1;
}
.header .wrapper .submenu .cart a .cart-count-wrapper .cart-count {
  font-size: 10px;
  font-weight: 600;
  line-height: 8px;
}
.header .wrapper .submenu .cart a:hover .cart-count-wrapper {
  transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
  .header .wrapper .submenu .cart {
    margin-left: 14px;
  }
}
.header .wrapper .submenu .mobile-hamburger-menu {
  display: none;
}
.header .wrapper .submenu .phone-number {
  align-items: center;
  display: flex;
  color: #6c00b7;
  font-size: 1.25rem;
  line-height: 1.625rem;
  padding-right: 11px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .header .wrapper .submenu .phone-number {
    font-size: 1rem;
  }
}
.header .wrapper .submenu .phone-number:after {
  background: #1d1d1d;
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .wrapper .submenu .phone-number img {
  margin-right: 10px;
}
.header .wrapper .submenu .phone-number .mobile-icon {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header .wrapper .submenu .phone-number {
    padding-right: 0;
  }
  .header .wrapper .submenu .phone-number:after {
    content: none;
  }
  .header .wrapper .submenu .phone-number .mobile-icon {
    display: block;
  }
  .header .wrapper .submenu .phone-number .desktop-icon,
  .header .wrapper .submenu .phone-number span {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header .wrapper .submenu .mobile-hamburger-menu {
    display: flex;
    justify-content: center;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header .wrapper nav {
    display: none;
  }
  .header .wrapper .logo img {
    max-width: 100px;
  }
}
.header .mobile-menu {
  background: #fcfcfc;
  height: 100%;
  max-height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header .mobile-menu.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .mobile-menu .mobile-menu-header {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 1.5rem 0;
}
.header .mobile-menu .mobile-menu-header .logo img {
  max-width: 100px;
}
.header .mobile-menu .mobile-menu-nav {
  overflow-y: scroll;
}
.header .mobile-menu .nav-main {
  margin: 18px 20px 0;
  overflow-y: scroll;
}
.header .mobile-menu .nav-main .menu-list {
  display: flex;
  flex-direction: column;
}
.header .mobile-menu .nav-main .menu-list .menu-item {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.header .mobile-menu .nav-main .menu-list .menu-item .menu-item-link {
  color: #1d1d1d;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin: 0 0px;
}
.header .mobile-menu .nav-main .menu-list .menu-item .menu-list {
  box-sizing: border-box;
  background: #f7f6f8;
  display: none;
  width: 100%;
}
.header .mobile-menu .nav-main .menu-list .menu-item .menu-list .menu-item {
  margin-bottom: 15px;
  padding: 0 20px;
}
.header .mobile-menu .nav-main .menu-list .menu-item .menu-list .menu-item .menu-item-link {
  color: #626262;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0;
}
.header .mobile-menu .nav-main .menu-list .menu-item .menu-list .menu-item .menu-item-link:after {
  background-image: url("/wp-content/uploads/2022/05/fi_arrow-right-purple.svg");
  content: "";
  display: inline-block;
  height: 24px;
  margin-left: 8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.header .mobile-menu .nav-main .menu-list .menu-item .menu-list .menu-item .menu-item-link:hover {
  color: #6c00b7;
}
.header .mobile-menu .nav-main .menu-list .menu-item .menu-list .menu-item .menu-item-link:hover:after {
  opacity: 1;
}
.header .mobile-menu .nav-main .menu-list .menu-item .menu-list .menu-item:first-of-type {
  margin-top: 36px;
}
.header .mobile-menu .nav-main .menu-list .menu-item .menu-list .menu-item:last-of-type {
  margin-bottom: 36px;
}
.header .mobile-menu .nav-main .menu-list .menu-item:after {
  margin-bottom: 0;
}
.header .mobile-menu .nav-main .menu-list .menu-item.active > .menu-item-link {
  border-bottom: 2px solid #e04500;
  color: #6c00b7;
}
.header .mobile-menu .nav-main .menu-list .menu-item.active .menu-list {
  display: flex;
}
.header .mobile-menu .nav-main .menu-list .menu-item.menu-item-has-children::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../uploads/2023/02/sort-down.svg);
  background-size: 100%;
  position: absolute;
  right: 0px;
}
.header .mobile-menu .mobile-menu-footer .social-media {
  border-top: 1px solid #e2ccf1;
  display: flex;
  margin: 0 auto;
  padding: 24px 0;
  width: calc(100% - 60px);
  display: none;
}
.header .mobile-menu .mobile-menu-footer .social-media .social-media-link {
  display: block;
  margin-right: 24px;
}
.header .mobile-menu .mobile-menu-footer .social-media .social-media-link:last-of-type {
  margin-right: 0;
}
.header .mobile-menu .mobile-menu-footer .contact-callout {
  background: #e2ccf1;
  box-sizing: border-box;
  padding: 15px 15px;
  text-align: center;
  width: 100%;
}
.header .mobile-menu .mobile-menu-footer .contact-callout span {
  color: #6c00b7;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: 8px;
}
.header .mobile-menu .mobile-menu-footer .contact-callout a {
  display: flex;
  justify-content: center;
  text-decoration: none;
}
.header .mobile-menu .mobile-menu-footer .contact-callout a img {
  display: inline-block;
  margin-right: 5px;
}
.header .mobile-menu .mobile-menu-footer .contact-callout a span {
  margin-bottom: 0;
}
.header .mobile-menu .mobile-menu-footer .contact-callout a span.phone-number {
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .header {
    height: auto;
    padding: 8px 1.5rem 0;
  }
}

.pre-footer {
  background-color: #e04500;
  display: flex;
  justify-content: center;
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .pre-footer {
    padding: 1.5rem;
  }
}
.pre-footer .heading-medium {
  color: #fff;
  text-align: center;
}
.pre-footer .serviced-locations {
  column-count: 5;
  margin: 0;
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
@media only screen and (max-width: 479px) {
  .pre-footer .serviced-locations {
    column-count: 2;
    margin-top: 1rem;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  .pre-footer .serviced-locations {
    column-count: 3;
    margin-top: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .pre-footer .serviced-locations {
    column-count: 4;
    margin-top: 1rem;
  }
}
.pre-footer .serviced-locations li {
  transition: 0.2s ease-in-out;
}
.pre-footer .serviced-locations li a {
  color: #fcfcfc;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
  transition: 0.2s ease-in-out;
  text-align: center;
}
.pre-footer .serviced-locations li a:hover {
  transform: scale(1.1);
}

.footer {
  background: #6c00b7;
  display: flex;
  justify-content: center;
  padding: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 1.5rem;
  }
}

.nav-footer {
  padding-bottom: 36px;
}
@media only screen and (max-width: 991px) {
  .nav-footer {
    flex-direction: column;
  }
}
.nav-footer .nav-footer-content {
  display: flex;
  justify-content: space-between;
}
.nav-footer .nav-footer-title {
  color: #fcfcfc;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 12px;
}
.nav-footer .menu-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.nav-footer .menu-list .menu-item {
  align-items: baseline;
  display: flex;
  flex-direction: column;
}
.nav-footer .menu-list .menu-item > .menu-item-link {
  color: #fcfcfc;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 12px;
  transition: 0.2s ease-in-out;
}
.nav-footer .menu-list .menu-item > .menu-item-link:hover {
  transform: scale(1.1);
}
.nav-footer .menu-list .menu-item .menu-list {
  align-items: baseline;
  display: flex;
  flex-direction: column;
}
.nav-footer .menu-list .menu-item .menu-list .menu-item .menu-item-link {
  color: #fcfcfc;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.nav-footer .menu-list .menu-item .menu-list .menu-item:last-of-type {
  margin-bottom: 0;
}
.nav-footer .menu-list .menu-item.unclickable > .menu-item-link {
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .nav-footer .menu-list .menu-item.menu-item-has-children {
    margin-bottom: 24px;
    padding: 0 1rem 0 0rem;
  }
  .nav-footer .menu-list .menu-item.menu-item-has-children:last-of-type {
    margin-bottom: 0;
  }
  .nav-footer .menu-list .menu-item.menu-item-has-children .menu-list .menu-item-link:after {
    background: url("/wp-content/uploads/2022/08/fi_arrow-right-white.svg") center center no-repeat;
    content: "";
    height: 12px;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .nav-footer .menu-list .menu-item > .menu-item-link {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 16px;
    position: relative;
  }
}

.footer-content {
  width: 100%;
}
.footer-content .contact-info {
  border-top: 1px solid #fcfcfc;
  color: #fcfcfc;
  display: flex;
  line-height: 1.625rem;
  font-size: 1.25rem;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid #fcfcfc;
  margin-bottom: 1.5rem;
}
.footer-content .contact-info .contact-info-link {
  color: #fcfcfc;
  transition: 0.2s ease-in-out;
}
.footer-content .contact-info .contact-info-link:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
  .footer-content .contact-info {
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content .contact-info {
    flex-direction: column;
  }
}
.footer-content .contact-info-block {
  flex: 1 1 50%;
  text-align: center;
}
.footer-content .contact-info-block:nth-child(1) {
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .footer-content .contact-info-block:nth-child(1) {
    border-right: 0;
    margin-bottom: 36px;
  }
}
.footer-content .social-media {
  border-bottom: 1px solid #fcfcfc;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.footer-content .social-media .social-media-link {
  display: inline-block;
  margin-right: 25px;
  transition: 0.2s ease-in-out;
}
.footer-content .social-media .social-media-link:last-of-type {
  margin-right: 0;
}
.footer-content .social-media .social-media-link:hover {
  transform: scale(1.1);
}
.footer-content .footer-logo {
  margin-bottom: 40px;
}
.footer-content .footer-bar {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-content .footer-bar {
    flex-direction: column;
  }
}
.footer-content .footer-bar .copyright {
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .footer-content .footer-bar .copyright {
    margin-top: 12px;
  }
}
.footer-content .footer-bar .copyright,
.footer-content .footer-bar .menu-item-link {
  color: #fcfcfc;
  font-size: 1rem;
  line-height: 1.375rem;
}
@media only screen and (max-width: 991px) {
  .footer-content .footer-bar .copyright,
  .footer-content .footer-bar .menu-item-link {
    font-size: 0.75rem;
    line-height: 1.125rem;
    text-align: center;
  }
}
.footer-content .footer-bar .menu-item-link {
  transition: 0.2s ease-in-out;
}
.footer-content .footer-bar .menu-item-link:hover {
  transform: scale(1.1);
}
.footer-content .footer-bar .menu-item {
  margin-right: 24px;
  padding-right: 24px;
  position: relative;
}
.footer-content .footer-bar .menu-item:after {
  content: "";
  width: 0.5px;
  height: 18px;
  background: #fcfcfc;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-content .footer-bar .menu-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.footer-content .footer-bar .menu-item:last-of-type:after {
  content: none;
}
.footer-content .footer-bar .menu-item.current-menu-item:before {
  content: "";
  height: 2px;
  width: calc(100% - 24px);
  position: absolute;
  bottom: -8px;
  background-color: #e04500;
}
.footer-content .footer-bar .menu-item.current-menu-item .menu-item-link {
  color: #fff;
  font-weight: 600;
}
.footer-content .footer-bar .menu-item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .footer-content .footer-bar .menu-item {
    margin-right: 12px;
    padding-right: 12px;
  }
}

.page-search .search-results-container {
  background-image: url("/wp-content/uploads/2022/06/search-results-pattern.png");
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container {
    padding: 30px 0;
  }
}
.page-search .search-results-container .container {
  justify-content: left;
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .container {
    flex-direction: column;
  }
}
.page-search .search-results-container .filter-panel {
  max-width: 384px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .filter-panel {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .filter-panel .product-image-wrapper img {
    width: 50%;
  }
}
.page-search .search-results-container .search-results-content {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-left: 0px;
  width: 100%;
}
.page-search .search-results-container .search-results-content .product-image-wrapper {
  background: white;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0 12px 24px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.page-search .search-results-container .search-results-content .product-image-wrapper .product-image {
  height: 310px;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .search-results-content .product-image-wrapper .product-image {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .search-results-content .product-image-wrapper {
    margin: 0 0 24px;
  }
}
.page-search .search-results-container .search-results-content .tease-asap_product,
.page-search .search-results-container .search-results-content .tease-service {
  margin-bottom: 24px;
  max-width: 33.333333%;
  width: 100%;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item,
.page-search .search-results-container .search-results-content .tease-service .item {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(108, 0, 183, 0.1);
  border-radius: 4px;
  height: 100%;
  margin: 0 0 0 12px;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-header,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-header {
  padding: 20px 20px 0;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-header .thumbnail,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-header .thumbnail {
  width: 100%;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-header .product-name,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-header .product-name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin: 0 0 3px;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-header .vendor,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-header .vendor {
  color: #626262;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin: 0 0 12px;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .price-wrapper,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .price-wrapper {
  background: #f7f6f8;
  padding: 7px 20px;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .price-wrapper .price,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .price-wrapper .price {
  color: #e04500;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625rem;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .price-wrapper .price-subheader,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .price-wrapper .price-subheader {
  color: #808080;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin: 0;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .js-add-to-cart,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .js-add-to-cart {
  flex: 1 1 75%;
  width: auto;
  min-width: auto;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .asap-employee,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .asap-employee {
  width: auto;
  flex: 0 0 20%;
  min-width: auto;
  height: 54px;
  margin-left: 5%;
  padding-top: 0;
  padding-bottom: 0;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .asap-employee svg,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .asap-employee svg {
  fill: #6c00b7;
  width: 100%;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .asap-employee:hover svg,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .asap-employee:hover svg {
  fill: #fff;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .additional-fees,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .additional-fees {
  margin-bottom: 2px;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .additional-fees .additional-fee,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .additional-fees .additional-fee {
  margin-bottom: 5px;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .additional-fees .additional-fee .fee-label,
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .additional-fees .additional-fee .fee-price,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .additional-fees .additional-fee .fee-label,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .additional-fees .additional-fee .fee-price {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .additional-fees .additional-fee .fee-price,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .additional-fees .additional-fee .fee-price {
  color: #626262;
  font-weight: 400;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .additional-fees .additional-fee:last-of-type,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .additional-fees .additional-fee:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .additional-fees,
  .page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .additional-fees {
    margin-bottom: 24px;
  }
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .product-description,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .product-description {
  color: #626262;
  margin: 0 0 16px;
  flex-grow: 1;
}
.page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .product-description blockquote,
.page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .product-description blockquote {
  color: #303030;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper .item-content .product-description,
  .page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper .item-content .product-description {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .search-results-content .tease-asap_product .item .item-content-wrapper,
  .page-search .search-results-container .search-results-content .tease-service .item .item-content-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .search-results-content .tease-asap_product .item,
  .page-search .search-results-container .search-results-content .tease-service .item {
    margin: 0;
    max-width: none;
    height: auto;
  }
}
.page-search .search-results-container .search-results-content .tease-asap_product .cta,
.page-search .search-results-container .search-results-content .tease-service .cta {
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .search-results-content .tease-asap_product,
  .page-search .search-results-container .search-results-content .tease-service {
    max-width: 100%;
    width: 100%;
  }
}
.page-search .search-results-container .search-results-content .no-results {
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.page-search .search-results-container .search-results-content .no-results .no-results-tips {
  background: #f7f6f8;
  margin-top: 120px;
  padding: 81px;
}
.page-search .search-results-container .search-results-content .no-results .no-results-tips h2 {
  color: #626262;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 36px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .search-results-content .no-results .no-results-tips h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .search-results-content .no-results .no-results-tips {
    margin-top: 60px;
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .page-search .search-results-container .search-results-content {
    margin-left: 0;
  }
}
.page-search .search-results-container .container {
  position: relative;
}
.page-search .search-loading-overlay {
  display: none;
}
.page-search .search-loading-bg {
  position: fixed;
  top: -30px;
  left: 0;
  width: 100%;
  height: 200vh;
  background: #0c0c0c;
  opacity: 0.3;
  z-index: 999;
}
.page-search .search-loading {
  z-index: 1000;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  background: #f1f2f3;
}
@keyframes search-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.page-search .search-animation div {
  position: absolute;
  width: 20px;
  height: 80px;
  top: 60px;
  animation: search-animation 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.page-search .search-animation div:nth-child(1) {
  transform: translate(30px, 0);
  background: #6c00b7;
  animation-delay: -0.6s;
}
.page-search .search-animation div:nth-child(2) {
  transform: translate(70px, 0);
  background: #6c00b7;
  animation-delay: -0.4s;
}
.page-search .search-animation div:nth-child(3) {
  transform: translate(110px, 0);
  background: #6c00b7;
  animation-delay: -0.2s;
}
.page-search .search-animation div:nth-child(4) {
  transform: translate(150px, 0);
  background: #6c00b7;
  animation-delay: -1s;
}
.page-search .search-animation {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.page-search .search-animation div {
  box-sizing: content-box;
}

.checkout {
  margin-bottom: 0px;
}
.checkout h1 {
  color: #1d1d1d;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .checkout h1 {
    display: none;
  }
}
.checkout label.error {
  color: #b81c23;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
}
.checkout .buttons-container {
  display: flex;
}
.checkout .buttons-container #checkout_prev {
  margin-right: 20px;
}
.checkout .buttons-container #place_order {
  display: none;
  height: 54px;
  min-width: 240px;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .checkout .buttons-container {
    flex-direction: column;
  }
  .checkout .buttons-container div,
  .checkout .buttons-container input,
  .checkout .buttons-container #checkout_prev {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
.checkout .col2-set {
  display: flex;
}
.checkout .col2-set .col-1 {
  float: none !important;
  flex-grow: 1;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper {
  background: #f7f6f8;
  border-radius: 4px;
  margin-bottom: 36px;
  padding: 60px 24px;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper h3 {
  margin-top: 0;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .form-row {
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .checkout .col2-set .col-1 .checkout-billing-wrapper .form-row.form-row-first, .checkout .col2-set .col-1 .checkout-billing-wrapper .form-row.form-row-last {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
}
.checkout .col2-set .col-1 .checkout-billing-wrapper input[type=radio],
.checkout .col2-set .col-1 .checkout-billing-wrapper input[type=checkbox] {
  display: block;
  float: left;
  height: 16px;
  margin: 8px 10px 8px 0;
  width: 16px;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .rush-fee {
  clear: both;
  float: left;
  margin-bottom: 24px;
  width: 47%;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .rush-fee h2 {
  margin-bottom: 20px;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .rush-fee .rush-price {
  color: #e04500;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .checkout .col2-set .col-1 .checkout-billing-wrapper .rush-fee {
    width: 100%;
  }
}
.checkout .col2-set .col-1 .checkout-billing-wrapper #materials_field {
  width: 47%;
}
@media only screen and (max-width: 991px) {
  .checkout .col2-set .col-1 .checkout-billing-wrapper #materials_field {
    width: 100%;
  }
}
.checkout .col2-set .col-1 .checkout-billing-wrapper #late_delivery_field {
  margin-bottom: 60px;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper #late_delivery_field label,
.checkout .col2-set .col-1 .checkout-billing-wrapper #late_delivery_field input {
  cursor: pointer;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .delivery-address-wrapper,
.checkout .col2-set .col-1 .checkout-billing-wrapper .delivery-coordinates-wrapper {
  display: inline-block;
  width: 100%;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .termsbox {
  background: #fcfcfc;
  box-shadow: inset 0px 0px 11px rgba(108, 0, 183, 0.1);
  box-sizing: border-box;
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.5rem;
  height: 200px;
  margin-bottom: 10px;
  overflow: scroll;
  padding: 28px 32px;
  width: 100%;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 24px;
  max-width: 170px;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .purple-arrow {
  display: none;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .gray-arrow {
  display: block;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .number {
  align-items: center;
  border: 1px solid #bebebe;
  border-radius: 50%;
  color: #bebebe;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.625rem;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps-header {
  color: #6c00b7;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 60px;
  margin-top: 0;
  text-align: center;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .billing-details-header {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: capitalize;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .woocommerce-billing-fields {
  margin-bottom: 20px;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper .woocommerce-billing-fields h3 {
  display: none;
}
.checkout .col2-set .col-1 .checkout-billing-wrapper #billing_address_1_field {
  clear: none !important;
  float: left;
  width: 47%;
}
@media only screen and (max-width: 991px) {
  .checkout .col2-set .col-1 .checkout-billing-wrapper #billing_address_1_field {
    float: none;
    width: 100%;
  }
}
.checkout .col2-set .col-1 .checkout-billing-wrapper #billing_address_2_field {
  clear: none !important;
  float: right;
  margin-top: 32px;
  width: 47%;
}
@media only screen and (max-width: 991px) {
  .checkout .col2-set .col-1 .checkout-billing-wrapper #billing_address_2_field {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .checkout .col2-set .col-1 .checkout-billing-wrapper {
    padding: 0;
    background: none;
  }
}
.checkout .col2-set .col-2 {
  float: none !important;
  margin-left: 25px;
  max-width: 439px;
  width: 100% !important;
}
.checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table {
  border-spacing: 0 !important;
}
.checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table thead {
  background: #e2ccf1;
}
.checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table thead th,
.checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table thead td {
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table thead th,
  .checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table thead td {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
  }
  .checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table thead th.product-name,
  .checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table thead td.product-name {
    width: 56.5%;
  }
  .checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table thead th.product-quantity,
  .checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table thead td.product-quantity {
    text-align: right;
  }
}
@media only screen and (max-width: 991px) {
  .checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table thead {
    display: block;
  }
}
.checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table th,
.checkout .col2-set .col-2 .woocommerce-checkout-review-order .shop_table td {
  padding: 25px;
}
@media only screen and (max-width: 991px) {
  .checkout .col2-set .col-2 {
    display: none;
  }
}
.checkout .col2-set .secondary-btn {
  margin-right: 20px;
}
.checkout .disabled-input label {
  color: #000 !important;
}
.checkout .disabled-input label abbr {
  display: none;
}
.checkout .disabled-input input.input-text:disabled,
.checkout .disabled-input select.state_select:disabled {
  border-color: #dadada !important;
}
.checkout .optional {
  display: none;
}
.checkout #delivery_information_wrapper,
.checkout #payment-information-wrapper,
.checkout #terms-and-conditions-wrapper {
  display: none;
}
.checkout.current-step-delivery #delivery_information_wrapper {
  display: block;
}
.checkout.current-step-delivery #checkout_prev {
  display: none;
}
.checkout.current-step-delivery .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .number.delivery {
  border: 1px solid #a766d4;
  color: #a766d4;
}
.checkout.current-step-payment #payment-information-wrapper {
  display: block;
}
.checkout.current-step-payment .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .purple-arrow.step-one-to-two {
  display: block;
}
.checkout.current-step-payment .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .gray-arrow.step-one-to-two {
  display: none;
}
.checkout.current-step-payment .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .number.delivery {
  border: 1px solid #6c00b7;
  background: #6c00b7;
  color: #fff;
}
.checkout.current-step-payment .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .number.payment {
  border: 1px solid #a766d4;
  color: #a766d4;
}
.checkout.current-step-terms #terms-and-conditions-wrapper {
  display: block;
}
.checkout.current-step-terms #checkout_next {
  display: none;
}
.checkout.current-step-terms #place_order {
  display: block;
}
.checkout.current-step-terms #place_order:disabled {
  background: #626262;
}
.checkout.current-step-terms #place_order:disabled:hover {
  color: #fcfcfc;
}
.checkout.current-step-terms .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .purple-arrow.step-one-to-two, .checkout.current-step-terms .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .purple-arrow.step-two-to-three {
  display: block;
}
.checkout.current-step-terms .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .gray-arrow.step-one-to-two, .checkout.current-step-terms .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .gray-arrow.step-two-to-three {
  display: none;
}
.checkout.current-step-terms .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .number.delivery, .checkout.current-step-terms .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .number.payment {
  border: 1px solid #6c00b7;
  background: #6c00b7;
  color: #fff;
}
.checkout.current-step-terms .col2-set .col-1 .checkout-billing-wrapper .checkout-steps-wrapper .checkout-steps .number.terms {
  border: 1px solid #a766d4;
  color: #a766d4;
}
@media only screen and (max-width: 991px) {
  .checkout {
    margin-bottom: 66px;
  }
}

.termandcondition {
  position: relative;
}
.termandcondition #marketplace_terms_and_conditions-error {
  position: absolute;
  bottom: -15px;
}

.woocommerce-order {
  background: #f7f6f8;
  border-radius: 4px;
  padding: 60px;
  margin-bottom: 70px;
}
.woocommerce-order .checkout-steps-wrapper .checkout-steps {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 24px;
  max-width: 170px;
}
.woocommerce-order .checkout-steps-wrapper .checkout-steps .number {
  align-items: center;
  background: #6c00b7;
  border: 1px solid #6c00b7;
  border-radius: 50%;
  color: #fcfcfc;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.625rem;
  height: 30px;
  justify-content: center;
  width: 30px;
}
.woocommerce-order .checkout-steps-wrapper .checkout-steps-header {
  color: #6c00b7;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 60px;
  margin-top: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .woocommerce-order .checkout-steps-wrapper .checkout-steps-header {
    margin-bottom: 32px;
  }
}
.woocommerce-order .thank-you-message {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
  max-width: 479px;
  margin: 0 auto;
  text-align: center;
}
.woocommerce-order .thank-you-message strong {
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .woocommerce-order .thank-you-message {
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0;
    text-align: left;
  }
}
.woocommerce-order .woocommerce-notice {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .woocommerce-order .woocommerce-notice {
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: left;
  }
}
.woocommerce-order .woocommerce-order-overview {
  margin: 0 !important;
  padding: 0;
}
.woocommerce-order .woocommerce-order-overview .woocommerce-order-overview__order {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  float: none;
  line-height: 2.125rem;
  margin: 0;
  margin-bottom: 60px;
  padding: 0;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
}
.woocommerce-order .woocommerce-order-overview .woocommerce-order-overview__order strong {
  display: inline !important;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
}
@media only screen and (max-width: 991px) {
  .woocommerce-order .woocommerce-order-overview .woocommerce-order-overview__order strong {
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-order .woocommerce-order-overview .woocommerce-order-overview__order {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 36px;
    text-align: left;
  }
}
.woocommerce-order .thank-you-home {
  display: block;
  margin: 0 auto;
  max-width: 327px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .woocommerce-order .thank-you-home {
    max-width: none;
  }
}
@media only screen and (max-width: 991px) {
  .woocommerce-order {
    background: none;
    padding: 0;
  }
}

.woocommerce form .form-row {
  padding: 0 !important;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  line-height: normal !important;
  display: inline-block !important;
}

.four-oh-four-page-wrapper .container {
  display: flex;
}
.four-oh-four-page-wrapper .container .four-oh-four-content {
  padding: 80px 0 108px;
  width: 44%;
}
.four-oh-four-page-wrapper .container .four-oh-four-content .asap-logo {
  margin-bottom: 80px;
  width: 395px;
}
.four-oh-four-page-wrapper .container .four-oh-four-content .asap-logo img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .four-oh-four-page-wrapper .container .four-oh-four-content .asap-logo {
    display: none;
  }
}
.four-oh-four-page-wrapper .container .four-oh-four-content h1 {
  color: #6c00b7;
  font-size: 230px;
  line-height: 190px;
  margin: 0 0 50px;
}
@media only screen and (max-width: 991px) {
  .four-oh-four-page-wrapper .container .four-oh-four-content h1 {
    font-size: 100px;
    line-height: 70px;
    text-align: center;
  }
}
.four-oh-four-page-wrapper .container .four-oh-four-content h2 {
  color: #303030;
}
@media only screen and (max-width: 991px) {
  .four-oh-four-page-wrapper .container .four-oh-four-content h2 {
    color: #6c00b7;
    text-align: center;
  }
}
.four-oh-four-page-wrapper .container .four-oh-four-content .body-text {
  margin-bottom: 44px;
  max-width: 537px;
}
@media only screen and (max-width: 991px) {
  .four-oh-four-page-wrapper .container .four-oh-four-content .body-text {
    text-align: center;
    margin: 0 auto 44px;
  }
}
.four-oh-four-page-wrapper .container .four-oh-four-content .primary-btn {
  margin-right: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .four-oh-four-page-wrapper .container .four-oh-four-content .primary-btn {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.four-oh-four-page-wrapper .container .four-oh-four-content .primary-btn,
.four-oh-four-page-wrapper .container .four-oh-four-content .secondary-btn {
  min-width: 300px;
}
@media only screen and (max-width: 991px) {
  .four-oh-four-page-wrapper .container .four-oh-four-content .primary-btn,
  .four-oh-four-page-wrapper .container .four-oh-four-content .secondary-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .four-oh-four-page-wrapper .container .four-oh-four-content {
    box-sizing: border-box;
    padding: 0 24px;
    width: 100%;
  }
}
.four-oh-four-page-wrapper .container .four-oh-four-image {
  align-self: end;
  width: 56%;
}
.four-oh-four-page-wrapper .container .four-oh-four-image img {
  max-height: 851px;
}
@media only screen and (max-width: 991px) {
  .four-oh-four-page-wrapper .container .four-oh-four-image img {
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-63%);
    width: 715px;
  }
}
@media only screen and (max-width: 991px) {
  .four-oh-four-page-wrapper .container .four-oh-four-image {
    width: 100%;
    overflow: hidden;
    height: 560px;
    margin-bottom: -100px;
    position: relative;
    z-index: -1;
  }
}
@media only screen and (max-width: 991px) {
  .four-oh-four-page-wrapper .container {
    flex-direction: column-reverse;
    padding: 0 0 48px;
  }
}

/** Import component styles */
.fullwidth-block {
  background: #f7f6f8;
  padding: 81px;
  text-align: center;
  margin-bottom: 96px;
}
.fullwidth-block span {
  color: #626262;
  display: block;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.625rem;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .fullwidth-block span {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 8px;
  }
  .fullwidth-block span:last-of-type {
    margin-bottom: 0;
  }
}
.fullwidth-block .product-name {
  font-weight: 300;
}
.fullwidth-block .phone-number-wrapper {
  display: flex;
  justify-content: center;
}
.fullwidth-block .phone-number-wrapper .phone-number {
  color: #626262;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .fullwidth-block .phone-number-wrapper .phone-number {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-top: 8px;
  }
  .fullwidth-block .phone-number-wrapper .phone-number .phone-icon {
    height: 16px;
    margin-right: 5px;
    width: 16px;
  }
}
.fullwidth-block .primary-btn {
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .fullwidth-block {
    margin-bottom: 60px;
    padding: 30px 10px;
  }
  .fullwidth-block .primary-btn {
    margin-top: 16px;
    margin-bottom: 24px;
  }
}

.home-page .fullwidth-block {
  background: #e2ccf1;
}
.home-page .fullwidth-block span {
  color: #6c00b7;
}
.home-page .fullwidth-block .phone-number-wrapper .phone-number {
  color: #6c00b7;
}

.faqs-list li {
  flex: 0 0 50%;
}
.faqs-list li a {
  text-decoration: none;
}
.faqs-list li .img-wrapper img {
  box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
  border: 0.5px solid #6c00b7;
  border-radius: 15px;
}

.faq-grid-wrapper .faqs-list li {
  margin: 4%;
  flex: 0 0 42%;
}
@media only screen and (max-width: 991px) {
  .faq-grid-wrapper .faqs-list li {
    flex: 0 0 100%;
  }
}

.our-blog .faqs-list li {
  margin: 0 2%;
  flex: 0 0 42%;
}

.state-wrapper ul li {
  flex: 0 1 32%;
}
@media only screen and (max-width: 991px) {
  .state-wrapper ul li {
    flex: 1 1 48%;
  }
}
@media only screen and (max-width: 767px) {
  .state-wrapper ul li {
    flex: 1 1 100%;
  }
}

.template-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 450px;
  padding: 55px 99px;
  position: relative;
}
.template-hero .template-hero-overlay {
  background: linear-gradient(180deg, rgba(108, 0, 183, 0.8) 28.6%, rgba(226, 204, 241, 0.8) 140.07%);
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .template-hero .breadcrumb .current-breadcrumb {
    display: none;
  }
}
.template-hero .template-hero-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  position: relative;
}
.template-hero .template-hero-heading h1,
.template-hero .template-hero-heading h2 {
  color: #fcfcfc;
  margin: 0;
}
.template-hero .template-hero-heading h1 {
  margin-bottom: 12px;
  max-width: 670px;
}
@media only screen and (max-width: 991px) {
  .template-hero .template-hero-heading h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    max-width: none;
  }
}
.template-hero .template-hero-heading h2 {
  margin-bottom: 0;
  max-width: 670px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .template-hero .template-hero-heading h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
    max-width: none;
  }
}
.template-hero .template-hero-heading ul {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
  max-width: 670px;
  padding-left: 20px;
}
.template-hero .template-hero-heading ul li {
  color: white;
  font-size: 20px;
  line-height: 26px;
  max-width: 33.3333%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .template-hero .template-hero-heading ul li {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .template-hero .template-hero-heading {
    justify-content: normal;
    padding: 80px 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  .template-hero {
    min-height: 447px;
    padding: 20px 24px;
  }
}

.search-results .template-hero {
  height: 454px;
}

.home-page .template-hero {
  padding: 55px 99px 340px;
}
.home-page .template-hero h2 {
  max-width: 670px;
}
.home-page .template-hero h1 {
  max-width: 670px;
}
@media only screen and (max-width: 991px) {
  .home-page .template-hero {
    min-height: 0;
    padding: 20px 24px 390px;
  }
  .home-page .template-hero .template-hero-heading {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .about-page .template-hero {
    min-height: 300px;
  }
}

.contact-us-page .template-hero .breadcrumb {
  display: none;
}
.contact-us-page .template-hero .secondary-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  max-width: 327px;
  text-align: center;
}
.contact-us-page .template-hero .secondary-btn img {
  margin-right: 20px;
  width: 20px;
}
@media only screen and (max-width: 991px) {
  .contact-us-page .template-hero .template-hero-heading {
    max-width: 275px;
    padding: 100px 0 0;
  }
  .contact-us-page .template-hero .template-hero-heading .secondary-btn {
    margin-top: 40px;
  }
}

.page-search .template-hero,
.single-productdetailspage .template-hero,
.single-locationpage .template-hero {
  min-height: 425px;
}
@media only screen and (max-width: 991px) {
  .page-search .template-hero,
  .single-productdetailspage .template-hero,
  .single-locationpage .template-hero {
    min-height: 515px;
  }
}

.single-formpages .template-hero {
  min-height: 375px;
}
.single-formpages .template-hero .template-hero-heading {
  margin-top: 26px;
}
.single-formpages .template-hero .template-hero-heading h1 {
  margin-bottom: 0;
}

.customers-range-list-wrapper li {
  flex: 0 0 33.333%;
}
@media only screen and (max-width: 767px) {
  .customers-range-list-wrapper li img {
    width: 80px;
  }
}

.products-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -30px;
}
.products-wrapper li {
  padding: 20.5px;
  flex: 0 0 30.333%;
  margin: 15px 15px;
  box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
  border-radius: 15px;
  border: 1px solid #6c00b7;
}
@media (max-width: 767px) {
  .products-wrapper li::after {
    flex: 0 0 100%;
  }
}
.products-wrapper li .primary-btn {
  box-shadow: 0px -3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 15px;
}
.products-wrapper li:hover {
  background: #fcfcfc;
  border-color: #e04500;
}
.products-wrapper li a {
  font-size: 20px;
}
.products-wrapper li a:hover {
  color: #e04500 !important;
}
@media only screen and (max-width: 479px) {
  .products-wrapper li {
    flex: 1 1 100% !important;
    margin: 1rem 30px;
  }
}
@media (min-width: 479px) and (max-width: 991px) {
  .products-wrapper li {
    flex: 0 0 44.333%;
    margin: 15px 10px;
  }
}
.products-wrapper .two-product li {
  flex: 0 0 35%;
}
.products-wrapper .two-product li ul {
  justify-content: flex-start;
  max-width: 330px;
  margin: auto;
  padding: 0;
  min-height: 378px;
}
.products-wrapper .two-product li ul li {
  padding: 0;
  margin: 15px 0;
  border: 0;
  box-shadow: none;
  flex: 0 0 50%;
}
.products-wrapper .four-product li {
  flex: 0 0 22.333%;
}
@media only screen and (max-width: 479px) {
  .products-wrapper .four-product li {
    flex: 1 1 100% !important;
    margin: 1rem 30px;
  }
}
@media (min-width: 479px) and (max-width: 991px) {
  .products-wrapper .four-product li {
    flex: 0 0 44.333%;
    margin: 15px 10px;
  }
}
.products-wrapper .four-product li h4 {
  min-height: 62.38px;
}
.products-wrapper .six-product li {
  flex: 0 0 14.333%;
}
@media only screen and (max-width: 479px) {
  .products-wrapper .six-product li {
    flex: 1 1 100% !important;
    margin: 1rem 30px;
  }
}
@media (min-width: 479px) and (max-width: 991px) {
  .products-wrapper .six-product li {
    flex: 0 0 44.333%;
    margin: 15px 10px;
  }
}
@media (min-width: 991px) and (max-width: 1572px) {
  .products-wrapper .six-product li {
    flex: 0 0 21.333%;
    margin: 15px 10px;
  }
}
.products-wrapper .six-product li h4 {
  min-height: 62.38px;
}

.content-rows {
  padding-top: 164px;
}
.content-rows .content-rows-header {
  margin: 0 0 40px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .content-rows .content-rows-header {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin: 0 0 20px;
    text-align: left;
  }
}
.content-rows .item {
  align-items: center;
  display: flex;
  margin-bottom: 100px;
}
.content-rows .item .item-image {
  flex-shrink: 0;
  height: 435px;
  max-width: 53%;
  width: 100%;
  border-radius: 2px;
}
@media only screen and (max-width: 991px) {
  .content-rows .item .item-image {
    height: 184px;
    margin-bottom: 24px;
    max-width: none;
    width: 100%;
  }
}
.content-rows .item .item-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
}
.content-rows .item .item-content-wrapper .item-content h2 {
  margin-bottom: 16px;
}
.content-rows .item .item-content-wrapper .item-content .body-text {
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .content-rows .item .item-content-wrapper .item-content .body-text {
    margin-top: 12px;
  }
}
.content-rows .item .item-content-wrapper .item-content .inline-btn {
  margin-top: 16px;
}
@media only screen and (max-width: 991px) {
  .content-rows .item .item-content-wrapper .item-content .inline-btn:first-of-type {
    margin-top: 24px;
  }
}
.content-rows .item .item-content-wrapper .item-content p {
  color: #626262;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
  margin: 16px 0;
}
@media only screen and (max-width: 991px) {
  .content-rows .item .item-content-wrapper .item-content p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.content-rows .item .item-content-wrapper .item-content p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .content-rows .item .item-content-wrapper {
    margin-left: 0;
    width: 100%;
  }
}
.content-rows .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.content-rows .item:nth-of-type(even) .item-content-wrapper {
  margin-right: 50px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .content-rows .item:nth-of-type(even) .item-content-wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .content-rows .item:nth-of-type(even) {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .content-rows .item {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .content-rows {
    padding-top: 206px;
  }
}

.single-productdetailspage .how-many-wrapper .content-rows .item {
  flex-direction: row-reverse;
}
.single-productdetailspage .how-many-wrapper .content-rows .item .item-content-wrapper {
  margin-right: 50px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .single-productdetailspage .how-many-wrapper .content-rows .item .item-content-wrapper {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .single-productdetailspage .how-many-wrapper .content-rows .item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .single-productdetailspage .how-many-wrapper .content-rows {
    padding-top: 60px;
  }
}

.home-page .content-rows {
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .home-page .content-rows .row-header {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 12px;
  }
}
.home-page .content-rows .item .item-image {
  border-radius: 6px;
}

.about-page .content-rows {
  padding-top: 0;
}

.product-tabs-wrapper {
  background: #f7f6f8;
  padding: 90px 0;
}
.product-tabs-wrapper h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper h2 {
    text-align: left;
  }
}
.product-tabs-wrapper .product-tabs {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.product-tabs-wrapper .product-tabs .tabs {
  height: 600px;
  width: 100%;
}
.product-tabs-wrapper .product-tabs .tabs .tab-nav-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 50px;
}
.product-tabs-wrapper .product-tabs .tabs .tab-nav-wrapper .tab-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-tabs-wrapper .product-tabs .tabs .tab-nav-wrapper .tab-nav .tab-name {
  border-radius: 4px 4px 0px 0px;
  color: #626262;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 12px 24px;
  pointer-events: auto;
  border-bottom: 1px solid rgba(108, 0, 183, 0.2);
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-nav-wrapper .tab-nav .tab-name {
    font-size: 1.25rem;
    line-height: 1.625rem;
    white-space: nowrap;
  }
}
.product-tabs-wrapper .product-tabs .tabs .tab-nav-wrapper .tab-nav .tab-name.tab-active {
  background: rgba(108, 0, 183, 0.2);
  color: #1d1d1d;
  font-weight: 600;
  border-bottom: none;
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-nav-wrapper .tab-nav .tab-name {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-nav-wrapper .tab-nav {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-nav-wrapper {
    margin-bottom: 10px;
  }
}
.product-tabs-wrapper .product-tabs .tabs .tab-content {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .product-details {
  margin-top: 50px;
  margin-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 457px;
  width: 100%;
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .product-details .average-price {
  color: #626262;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.125rem;
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .product-details .average-price span {
  color: #e04500;
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-content .product-details .average-price {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .product-details .dimensions .dimension .dimension-text {
  display: block;
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-content .product-details .dimensions .dimension .dimension-text {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .product-details .dimensions:last-of-type .dimension .dimension-text {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-content .product-details {
    margin-left: 0;
  }
  .product-tabs-wrapper .product-tabs .tabs .tab-content .product-details h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .tab-content-half {
  width: 50%;
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .tab-content-half:first-of-type {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-content .tab-content-half {
    width: 100%;
  }
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .product-image-wrapper {
  background: #fcfcfc;
  box-shadow: 0px 4px 20px rgba(108, 0, 183, 0.1);
  box-sizing: border-box;
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: right;
  padding: 20px;
  position: relative;
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .product-image-wrapper.landscape {
  height: 436px;
  max-width: 773px;
  width: 100%;
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .product-image-wrapper.landscape .product-image {
  height: auto;
  width: calc(100% - 40px);
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-content .product-image-wrapper.landscape {
    height: 250px;
    max-width: 100%;
    width: 100%;
  }
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .product-image-wrapper.portrait {
  height: 475px;
  width: 420px;
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .product-image-wrapper.portrait .product-image {
  height: calc(100% - 40px);
  width: auto;
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-content .product-image-wrapper.portrait {
    height: 372px;
    max-width: 100%;
    width: 100%;
  }
}
.product-tabs-wrapper .product-tabs .tabs .tab-content .product-image-wrapper .product-image {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-tabs-wrapper .product-tabs .tabs .tab-content.tab-active {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-content.tab-active {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs .tab-content {
    position: static;
    transform: none;
  }
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper .product-tabs .tabs {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .product-tabs-wrapper {
    padding: 40px 0;
  }
}

.search-bar {
  background: #fcfcfc;
  border-radius: 4px;
  margin-top: -68px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-grow: 0;
  left: 50%;
  padding: 15px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
}
.search-bar button {
  margin: 0 0 0 0px;
}
.search-bar .input-wrapper,
.search-bar .select-wrapper {
  margin: 0 15px 0 0;
}
.search-bar .input-wrapper:last-child,
.search-bar .select-wrapper:last-child {
  margin-right: 0;
}
.search-bar .input-wrapper .select-selected,
.search-bar .select-wrapper .select-selected {
  overflow: hidden;
  white-space: nowrap;
}
.search-bar .input-wrapper .select-items div,
.search-bar .select-wrapper .select-items div {
  height: auto;
}
@media only screen and (max-width: 991px) {
  .search-bar .input-wrapper,
  .search-bar .select-wrapper {
    margin: 6px 0;
  }
}
.search-bar .select-wrapper.select-wrapper-disabled {
  display: none;
}
@media only screen and (max-width: 991px) {
  .search-bar {
    margin-top: -156px;
    flex-direction: column;
    padding: 16px 20px;
    width: calc(100% - 48px);
  }
}

.page-search .js--service-search h3 {
  display: none;
}
.page-search .search-bar {
  background: #fcfcfc;
  border-radius: 4px;
  margin-top: 0px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-grow: 0;
  left: 50%;
  padding: 15px;
  position: static;
  transform: none;
  z-index: 100;
  width: auto;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .page-search .search-bar {
    margin-bottom: 30px;
  }
}

.home-page .search-bar {
  margin-top: -268px;
}
@media only screen and (max-width: 991px) {
  .single-productdetailspage .search-bar,
  .single-locationpage .search-bar {
    margin-top: -210px;
  }
}

.page-home .daterangepicker td.active,
.page-search .daterangepicker td.active,
.single-productdetailspage .daterangepicker td.active,
.single-locationpage .daterangepicker td.active {
  background-color: #6c00b7 !important;
}
.page-home .daterangepicker td.active.disabled,
.page-search .daterangepicker td.active.disabled,
.single-productdetailspage .daterangepicker td.active.disabled,
.single-locationpage .daterangepicker td.active.disabled {
  background-color: #fff !important;
}
@media only screen and (max-width: 991px) {
  .page-home .daterangepicker,
  .page-search .daterangepicker,
  .single-productdetailspage .daterangepicker,
  .single-locationpage .daterangepicker {
    border: none;
    position: fixed;
    z-index: 100;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1000000;
  }
  .page-home .daterangepicker .drp-calendar.left,
  .page-search .daterangepicker .drp-calendar.left,
  .single-productdetailspage .daterangepicker .drp-calendar.left,
  .single-locationpage .daterangepicker .drp-calendar.left {
    max-width: none;
  }
  .page-home .daterangepicker .calendar-table td,
  .page-search .daterangepicker .calendar-table td,
  .single-productdetailspage .daterangepicker .calendar-table td,
  .single-locationpage .daterangepicker .calendar-table td {
    min-width: 11vw;
    height: 9vh;
    font-size: 1rem;
  }
  .page-home .daterangepicker .calendar-table th,
  .page-search .daterangepicker .calendar-table th,
  .single-productdetailspage .daterangepicker .calendar-table th,
  .single-locationpage .daterangepicker .calendar-table th {
    font-size: 1rem;
    height: 60px;
  }
  .page-home .daterangepicker .drp-buttons,
  .page-search .daterangepicker .drp-buttons,
  .single-productdetailspage .daterangepicker .drp-buttons,
  .single-locationpage .daterangepicker .drp-buttons {
    border: none;
    display: block !important;
  }
  .page-home .daterangepicker .drp-buttons .applyBtn,
  .page-search .daterangepicker .drp-buttons .applyBtn,
  .single-productdetailspage .daterangepicker .drp-buttons .applyBtn,
  .single-locationpage .daterangepicker .drp-buttons .applyBtn {
    display: none;
  }
  .page-home .daterangepicker .drp-buttons .cancelBtn,
  .page-search .daterangepicker .drp-buttons .cancelBtn,
  .single-productdetailspage .daterangepicker .drp-buttons .cancelBtn,
  .single-locationpage .daterangepicker .drp-buttons .cancelBtn {
    background: #6c00b7;
    border: 1px solid #6c00b7;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fcfcfc;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.625rem;
    margin: 0;
    min-width: 240px;
    padding: 13px 15px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) and (hover: hover) {
  .page-home .daterangepicker .drp-buttons .cancelBtn:hover,
  .page-search .daterangepicker .drp-buttons .cancelBtn:hover,
  .single-productdetailspage .daterangepicker .drp-buttons .cancelBtn:hover,
  .single-locationpage .daterangepicker .drp-buttons .cancelBtn:hover {
    background: white;
    color: #6c00b7;
  }
}

.template-summary-wrapper {
  background: #f7f6f8;
  margin-bottom: 96px;
  padding-bottom: 60px;
}
.template-summary-wrapper .template-summary .template-summary-content {
  margin: 0 auto;
  max-width: 1024px;
}
.template-summary-wrapper .template-summary .template-summary-content .template-summary-text p {
  color: #626262;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
  margin: 24px 0;
}
@media only screen and (max-width: 991px) {
  .template-summary-wrapper .template-summary .template-summary-content .template-summary-text p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.template-summary-wrapper .template-summary .template-summary-content .template-summary-text h2 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4rem;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .template-summary-wrapper .template-summary .template-summary-content .template-summary-text h2 {
    font-size: 2.625rem;
    line-height: 2.875rem;
    letter-spacing: 0;
  }
}
.template-summary-wrapper .template-summary .template-summary-content .template-summary-text h3 {
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 3.125rem;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .template-summary-wrapper .template-summary .template-summary-content .template-summary-text h3 {
    font-size: 2rem;
    line-height: 35px;
    letter-spacing: 0;
  }
}
.template-summary-wrapper .template-summary .template-summary-content .template-summary-text h4 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .template-summary-wrapper .template-summary .template-summary-content .template-summary-text h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 991px) {
  .template-summary-wrapper .template-summary .template-summary-content .template-summary-header {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.template-summary-wrapper .template-summary .template-summary-columns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 80px -11.5px 0;
}
.template-summary-wrapper .template-summary .template-summary-columns .template-summary-column {
  max-width: 33.33333%;
  width: 100%;
}
.template-summary-wrapper .template-summary .template-summary-columns .template-summary-column .item {
  background: #fff;
  box-sizing: border-box;
  margin: 0 11.5px;
  padding: 64px 28px 41px;
  position: relative;
  height: 100%;
  text-align: center;
  border-radius: 4px;
}
.template-summary-wrapper .template-summary .template-summary-columns .template-summary-column .item .item-number {
  background: #e2ccf1;
  color: #6c00b7;
  font-size: 2.625rem;
  font-weight: 500;
  left: 50%;
  line-height: 80px;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}
.template-summary-wrapper .template-summary .template-summary-columns .template-summary-column .item p {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .template-summary-wrapper .template-summary .template-summary-columns .template-summary-column {
    margin: 0 0 64px;
    max-width: none;
  }
  .template-summary-wrapper .template-summary .template-summary-columns .template-summary-column:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .template-summary-wrapper .template-summary .template-summary-columns {
    flex-direction: column;
  }
}
.template-summary-wrapper .template-summary .template-summary-image-wrapper {
  margin-bottom: 60px;
  margin-top: -50px;
  height: 620px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .template-summary-wrapper .template-summary .template-summary-image-wrapper {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .template-summary-wrapper .template-summary .template-summary-image-wrapper {
    margin-bottom: 24px;
    margin-top: -20px;
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .template-summary-wrapper .template-summary .template-summary-image-wrapper {
    height: 184px;
  }
}
.template-summary-wrapper .template-summary .template-summary-image-wrapper .template-summary-image {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .template-summary-wrapper {
    margin-bottom: 36px;
    padding-bottom: 37px;
  }
}

.home-page .template-summary-wrapper .template-summary .template-summary-columns-header {
  color: #6c00b7;
}

.locations-content .serviced-locations {
  column-count: 5;
  margin: 30px 0;
}
@media only screen and (max-width: 479px) {
  .locations-content .serviced-locations {
    column-count: 2;
    margin-top: 1rem;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  .locations-content .serviced-locations {
    column-count: 3;
    margin-top: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .locations-content .serviced-locations {
    column-count: 4;
    margin-top: 1rem;
  }
}
.locations-content .serviced-locations li a {
  color: #6c00b7;
  margin: 5px 0;
  display: inline-block;
}
.locations-content .serviced-locations li a:hover {
  color: #a766d4;
}

.considerations .item {
  align-items: initial;
  display: flex;
  margin-bottom: 100px;
}
.considerations .item:nth-child(even) {
  flex-direction: row-reverse;
}
.considerations .item:nth-child(even) .item-image {
  margin-right: 0;
  margin-left: 50px;
}
.considerations .item .item-image {
  flex-shrink: 0;
  height: 660px;
  margin-right: 50px;
  width: 660px;
}
@media only screen and (max-width: 991px) {
  .considerations .item .item-image {
    margin-bottom: 24px;
    margin-right: 0;
    height: 327px;
    width: 100%;
  }
}
.considerations .item .item-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.considerations .item .item-content-wrapper .item-content a {
  align-content: center;
  color: #e04500;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  text-decoration: none;
}
.considerations .item .item-content-wrapper .item-content a img {
  margin-left: 5px;
}
.considerations .item .item-content-wrapper .item-content .body-text {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .considerations .item {
    flex-direction: column;
    margin-bottom: 60px;
  }
}

.single-productdetailspage .considerations .item {
  margin-bottom: 0;
}

.product-types-wrapper h2 {
  margin-bottom: 40px;
  text-align: center;
}
.product-types-wrapper .product-types {
  display: flex;
  justify-content: left;
  margin-bottom: 96px;
  flex-wrap: wrap;
  max-width: 1368px;
  margin: 0 auto 100px;
}
.product-types-wrapper .product-types .item {
  background: #f7f6f8;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 12px 24px;
  max-width: 660px;
  padding: 40px;
}
.product-types-wrapper .product-types .item:last-of-type {
  margin-bottom: 0;
}
.product-types-wrapper .product-types .item .item-image {
  height: 326px;
  margin-bottom: 40px;
  width: 582px;
}
@media only screen and (max-width: 991px) {
  .product-types-wrapper .product-types .item .item-image {
    margin-bottom: 24px;
    height: 184px;
    width: 100%;
  }
}
.product-types-wrapper .product-types .item h3 {
  font-size: 2.625rem;
}
@media only screen and (max-width: 991px) {
  .product-types-wrapper .product-types .item h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 8px;
  }
}
.product-types-wrapper .product-types .item .body-text {
  margin: 0px;
}
@media only screen and (max-width: 991px) {
  .product-types-wrapper .product-types .item {
    margin: 0 0 36px;
    max-width: 100%;
    padding: 24px;
    width: 100%;
  }
  .product-types-wrapper .product-types .item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-types-wrapper .product-types {
    flex-direction: column;
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 991px) {
  .product-types-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  .product-types-wrapper h2 {
    padding: 0 24px;
    text-align: left;
  }
}

.most-popular-wrapper {
  padding: 96px 0;
}
.most-popular-wrapper h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .most-popular-wrapper h2 {
    text-align: left;
  }
}
.most-popular-wrapper .most-popular {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1368px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .most-popular-wrapper .most-popular {
    flex-direction: column;
  }
}
.most-popular-wrapper .most-popular .tease-service {
  margin-bottom: 24px;
  max-width: 25%;
  width: 100%;
}
.most-popular-wrapper .most-popular .tease-service .item {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(108, 0, 183, 0.1);
  border-radius: 4px;
  height: 100%;
  margin: 0 12px;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-header {
  padding: 20px 20px 0;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-header .thumbnail {
  width: 100%;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-header .product-name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin: 0 0 3px;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-header .vendor {
  color: #626262;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin: 0 0 12px;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .price-wrapper {
  background: #f7f6f8;
  padding: 7px 20px;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .price-wrapper .price {
  color: #e04500;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.625rem;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .price-wrapper .price-subheader {
  color: #808080;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin: 0;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-content .additional-fees {
  margin-bottom: 2px;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-content .additional-fees .additional-fee {
  margin-bottom: 5px;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-content .additional-fees .additional-fee .fee-label,
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-content .additional-fees .additional-fee .fee-price {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-content .additional-fees .additional-fee .fee-price {
  color: #626262;
  font-weight: 400;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-content .additional-fees .additional-fee:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-content .additional-fees {
    margin-bottom: 24px;
  }
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-content .product-description {
  color: #626262;
  margin: 0 0 16px;
  flex-grow: 1;
}
.most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-content .product-description blockquote {
  color: #303030;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper .item-content .product-description {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .most-popular-wrapper .most-popular .tease-service .item .item-content-wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .most-popular-wrapper .most-popular .tease-service .item {
    margin: 0;
    max-width: none;
    height: auto;
  }
}
.most-popular-wrapper .most-popular .tease-service .cta {
  box-sizing: border-box;
  width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 991px) {
  .most-popular-wrapper .most-popular .tease-service {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .most-popular-wrapper {
    padding: 60px 0;
  }
}

.additional-information-wrapper {
  background: #f7f6f8;
  padding: 60px 0;
}
.additional-information-wrapper h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .additional-information-wrapper h2 {
    margin-bottom: 32px;
    text-align: left;
  }
}
.additional-information-wrapper .additional-information {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1344px;
}
@media only screen and (max-width: 991px) {
  .additional-information-wrapper .additional-information {
    flex-direction: column;
    align-content: center;
  }
}
.additional-information-wrapper .additional-information .item {
  max-width: 626px;
}
.additional-information-wrapper .additional-information .item .item-content-wrapper {
  height: 100%;
}
.additional-information-wrapper .additional-information .item .item-content-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.additional-information-wrapper .additional-information .item .item-content-wrapper .item-content h3 {
  margin-bottom: 0;
}
.additional-information-wrapper .additional-information .item .item-content-wrapper .item-content .body-text {
  flex-grow: 1;
}
.additional-information-wrapper .additional-information .item .item-content-wrapper .item-content .secondary-btn {
  align-self: baseline;
  min-width: 342px;
}
@media only screen and (max-width: 991px) {
  .additional-information-wrapper .additional-information .item {
    max-width: none;
  }
  .additional-information-wrapper .additional-information .item .item-content {
    margin-bottom: 40px;
  }
  .additional-information-wrapper .additional-information .item .secondary-btn {
    width: 100%;
  }
  .additional-information-wrapper .additional-information .item:last-of-type .item-content {
    margin-bottom: 0;
  }
}

.tips-wrapper h2 {
  margin-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .tips-wrapper h2 {
    padding: 0 24px;
    text-align: left;
  }
}
.tips-wrapper .tips {
  display: flex;
  justify-content: center;
}
.tips-wrapper .tips .item {
  background: #f7f6f8;
  margin: 0 11.5px 96px;
  max-width: 415px;
  padding: 64px 28px 41px;
  position: relative;
  width: 100%;
}
.tips-wrapper .tips .item .item-header {
  text-align: center;
}
.tips-wrapper .tips .item .item-number {
  background: #e2ccf1;
  color: #6c00b7;
  font-size: 2.625rem;
  font-weight: 500;
  left: 50%;
  line-height: 80px;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}
.tips-wrapper .tips .item p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .tips-wrapper .tips .item {
    margin: 0 0 64px;
  }
  .tips-wrapper .tips .item:last-of-type {
    margin-bottom: 0;
  }
  .tips-wrapper .tips .item .item-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .tips-wrapper .tips {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .tips-wrapper {
    padding: 0 0 60px;
  }
  .tips-wrapper .container {
    padding: 0;
  }
}

.faqs-wrapper {
  padding: 0px 0 30px;
}
.faqs-wrapper h2,
.faqs-wrapper h3 {
  margin-bottom: 16px;
}
.faqs-wrapper .body-text {
  margin: 0;
}
.faqs-wrapper .faqs-header {
  border-bottom: 1px solid rgba(108, 0, 183, 0.2);
  padding-bottom: 35px;
}
.faqs-wrapper .faqs-header p {
  margin-bottom: 0;
  max-width: 1070px;
}
.faqs-wrapper .accordion {
  border-bottom: 1px solid rgba(108, 0, 183, 0.2);
  overflow: hidden;
}
.faqs-wrapper .accordion .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
  padding-top: 36px;
  position: relative;
}
.faqs-wrapper .accordion .accordion-header h3 {
  margin-right: 25px;
}
.faqs-wrapper .accordion .accordion-header h4 {
  margin-bottom: 0;
  margin-right: 25px;
}
@media only screen and (max-width: 991px) {
  .faqs-wrapper .accordion .accordion-header h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.faqs-wrapper .accordion .accordion-header .accordion-icon {
  transition: 0.2s ease-in-out;
  position: absolute;
  right: 0;
  top: 46px;
}
.faqs-wrapper .accordion .accordion-header .accordion-icon.minus {
  visibility: hidden;
  opacity: 0;
  display: block;
  width: 22px;
  height: 22px;
}
.faqs-wrapper .accordion .accordion-header .accordion-icon.plus {
  display: block;
  width: 22px;
  height: 22px;
}
.faqs-wrapper .accordion .panel {
  height: 0;
  overflow: hidden;
}
.faqs-wrapper .accordion .panel .accordion-content {
  margin-bottom: 34px;
  max-width: 1070px;
}
.faqs-wrapper .accordion .panel .accordion-content p {
  color: #626262;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
  margin: 24px 0;
}
.faqs-wrapper .accordion .panel .accordion-content p:first-of-type {
  margin-top: 0;
}
.faqs-wrapper .accordion .panel .accordion-content p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .faqs-wrapper .accordion .panel .accordion-content p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.faqs-wrapper .accordion .panel .accordion-content h2 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4rem;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .faqs-wrapper .accordion .panel .accordion-content h2 {
    font-size: 2.625rem;
    line-height: 2.875rem;
    letter-spacing: 0;
  }
}
.faqs-wrapper .accordion .panel .accordion-content h3 {
  font-size: 2.625rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 3.125rem;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .faqs-wrapper .accordion .panel .accordion-content h3 {
    font-size: 2rem;
    line-height: 35px;
    letter-spacing: 0;
  }
}
.faqs-wrapper .accordion .panel .accordion-content h4 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  .faqs-wrapper .accordion .panel .accordion-content h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0;
  }
}
.faqs-wrapper .accordion .panel .accordion-content ul li {
  color: #626262;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
  margin: 12px 0;
}
@media only screen and (max-width: 991px) {
  .faqs-wrapper .accordion .panel .accordion-content ul li {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.faqs-wrapper .accordion.acc-active .accordion-icon {
  transition: all 0.5s ease;
}
.faqs-wrapper .accordion.acc-active .accordion-icon.minus {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
.faqs-wrapper .accordion.acc-active .accordion-icon.plus {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.faqs-wrapper .accordion.acc-active .panel {
  height: auto;
}
.faqs-wrapper .accordion:hover .accordion-icon {
  transform: scale(1.25);
}
@media only screen and (max-width: 991px) {
  .faqs-wrapper .accordion:hover .accordion-icon {
    transform: scale(1);
  }
}
@media only screen and (max-width: 991px) {
  .faqs-wrapper {
    padding: 0px 0;
  }
}

.need-assistance-wrapper {
  margin: 0 auto 72px;
  max-width: 872px;
}
.need-assistance-wrapper.full-width {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .need-assistance-wrapper {
    padding: 0 0px 20px;
  }
}
.need-assistance-wrapper h2 {
  border-bottom: 1px solid rgba(107, 0, 184, 0.2);
}
.need-assistance-wrapper .contact-info-block {
  font-weight: 300;
}
.need-assistance-wrapper .phone img {
  margin-right: 3px;
}
.need-assistance-wrapper .phone .phone-number {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.need-assistance-wrapper .phone .phone-number span {
  color: #6c00b7;
}
.need-assistance-wrapper .primary-btn {
  font-weight: 400;
}
.hero-wrapper {
  position: relative;
  z-index: 9;
}
.hero-wrapper .hero-slider .slick-slide {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 538px;
  height: auto !important;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .hero-wrapper .hero-slider .slick-slide {
    min-height: 470px;
    background-position: 0 0 !important;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .hero-slider .slick-slide {
    background-position: 0 0 !important;
    min-height: 435px;
    background-size: cover;
  }
}
.hero-wrapper .hero-slider .slick-slide:after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  background: rgba(107, 0, 184, 0.34);
}
.hero-wrapper .search-bar-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1.5rem;
}
.hero-wrapper .search-bar-wrapper h3 {
  width: calc(100% - 198px);
  margin: 0 auto 12px;
}
@media only screen and (max-width: 1280px) {
  .hero-wrapper .search-bar-wrapper h3 {
    width: calc(100% - 0px);
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrapper .search-bar-wrapper h3 {
    font-size: 1.5rem !important;
  }
}
.hero-wrapper .search-bar-wrapper h1 {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.hero-wrapper .search-bar-wrapper ul a {
  text-decoration-color: #e04500;
}
.hero-wrapper .search-bar-wrapper ul a:hover {
  color: #e04500;
}
.hero-wrapper .search-bar-wrapper form {
  margin: 16vh auto 3vh;
  max-width: 1250px;
}
@media (max-width: 767px) {
  .hero-wrapper .search-bar-wrapper form {
    margin: 2vh auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hero-wrapper .search-bar-wrapper form {
    margin: 2vh auto;
  }
}
.hero-wrapper .search-bar-wrapper .upper-list {
  margin-left: 100px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .hero-wrapper .search-bar-wrapper .upper-list {
    margin-left: 0;
  }
}
.hero-wrapper .search-bar-wrapper .upper-list li {
  margin: 0 70px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .hero-wrapper .search-bar-wrapper .upper-list li {
    margin: 0 20px;
  }
}
.hero-wrapper .search-bar-wrapper .bottom-list {
  margin: 0px;
  padding: 0px 0;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .hero-wrapper .search-bar-wrapper .bottom-list {
    margin-left: 0;
  }
}
.hero-wrapper .search-bar-wrapper .bottom-list li {
  margin: 0 33px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .hero-wrapper .search-bar-wrapper .bottom-list li {
    margin: 0 20px;
  }
}
.hero-wrapper #search_bar {
  margin-top: 0;
  transform: none;
  margin: auto;
  left: 0;
  right: 0;
  position: static;
}

.hero-wrapper.innerhero {
  position: relative;
}
.hero-wrapper.innerhero .hero-slider {
  background-repeat: no-repeat;
  min-height: 538px;
  background-size: cover;
  height: auto !important;
}
@media (max-width: 1280px) {
  .hero-wrapper.innerhero .hero-slider {
    background-position: 0 0 !important;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .hero-wrapper.innerhero .hero-slider {
    min-height: 515px;
    background-size: cover;
  }
}
@media (min-width: 767px) and (max-width: 1280px) {
  .hero-wrapper.innerhero .hero-slider {
    min-height: 500px;
    background-size: cover;
  }
}
.hero-wrapper.innerhero .hero-slider::before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  background-color: rgba(107, 0, 184, 0.25);
}

.msa-page .hero-wrapper .search-bar-wrapper {
  bottom: 0;
  top: auto;
}

.features-wrapper h2 {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .features-wrapper h2 {
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
  }
}
.features-wrapper .features {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  max-width: 1368px;
  margin: 0 auto;
}
.features-wrapper .features .item {
  box-sizing: border-box;
  margin: 0 12px 40px;
  max-width: calc(33.33333% - 24px);
  padding-top: 40px;
  border-top: 1px solid #e2ccf1;
}
.features-wrapper .features .item:nth-child(1), .features-wrapper .features .item:nth-child(2), .features-wrapper .features .item:nth-child(3) {
  border: none;
  padding-top: 0;
}
.features-wrapper .features .item h2 {
  text-align: left;
}
@media only screen and (max-width: 1280px) {
  .features-wrapper .features .item h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.features-wrapper .features .item .item-image {
  height: 326px;
  margin-bottom: 24px;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .features-wrapper .features .item .item-image {
    margin-bottom: 24px;
    height: 184px;
    width: 100%;
  }
}
.features-wrapper .features .item h3 {
  font-size: 2.625rem;
}
@media only screen and (max-width: 1280px) {
  .features-wrapper .features .item h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 8px;
  }
}
.features-wrapper .features .item .body-text {
  margin: 0px;
}
@media only screen and (max-width: 1280px) {
  .features-wrapper .features .item {
    margin: 0 0 36px;
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    width: 100%;
  }
  .features-wrapper .features .item:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .features-wrapper .features {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .features-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.why-rent-wrapper {
  background: #f7f6f8;
  margin-top: 96px;
  padding-bottom: 96px;
  padding-top: 96px;
}
.why-rent-wrapper .why-rent .why-rent-image-wrapper {
  height: 755px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.why-rent-wrapper .why-rent .why-rent-image-wrapper .why-rent-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .why-rent-wrapper .why-rent .why-rent-image-wrapper {
    height: 184px;
    margin-bottom: 24px;
  }
}
.why-rent-wrapper .why-rent h2 {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .why-rent-wrapper .why-rent h2 {
    text-align: left;
  }
}
.why-rent-wrapper .why-rent .why-rent-body-text {
  margin: 0 auto;
  max-width: 1024px;
  margin-bottom: 80px;
}
.why-rent-wrapper .why-rent .why-rent-body-text .body-text {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .why-rent-wrapper .why-rent .why-rent-body-text {
    margin-bottom: 30px;
  }
}
.why-rent-wrapper .why-rent .why-rent-list {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.why-rent-wrapper .why-rent .why-rent-list h2 {
  margin-bottom: 60px;
}
.why-rent-wrapper .why-rent .why-rent-list .item {
  display: flex;
  margin-bottom: 40px;
  max-width: 940px;
}
.why-rent-wrapper .why-rent .why-rent-list .item .item-number {
  color: #6c00b7;
  flex-shrink: 0;
  width: 62px;
}
@media only screen and (max-width: 991px) {
  .why-rent-wrapper .why-rent .why-rent-list .item .item-number {
    width: 40px;
  }
}
.why-rent-wrapper .why-rent .why-rent-list .item .body-text {
  margin: 0;
}
.why-rent-wrapper .why-rent .why-rent-list .item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .why-rent-wrapper .why-rent .why-rent-list .item {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .why-rent-wrapper {
    margin-top: 60px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.home-reviews-wrapper {
  align-content: center;
  background: #f5f7f9;
  display: flex;
  flex-direction: column;
  margin-bottom: 71px;
  padding: 60px 26px;
}
.home-reviews-wrapper .reviews-header {
  color: #1d1d1d;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.875rem;
  margin-top: 0;
  text-align: center;
}
.home-reviews-wrapper img {
  align-self: center;
}
.home-reviews-wrapper .trustpilot-logo {
  margin-bottom: 32px;
}
.home-reviews-wrapper .trustpilot-widget {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}

.contact-info-wrapper {
  padding: 96px 0;
}
.contact-info-wrapper .contact-info-section {
  display: flex;
}
.contact-info-wrapper .contact-info-section .contact-info-blocks {
  max-width: 50%;
  width: 100%;
  padding-right: 40px;
}
.contact-info-wrapper .contact-info-section .contact-info-blocks .contact-info-block {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 40px;
}
.contact-info-wrapper .contact-info-section .contact-info-blocks .contact-info-block h3 {
  color: #6c00b7;
}
.contact-info-wrapper .contact-info-section .contact-info-blocks .contact-info-block .contact-tagline,
.contact-info-wrapper .contact-info-section .contact-info-blocks .contact-info-block .contact-prompt {
  font-weight: 300;
}
.contact-info-wrapper .contact-info-section .contact-info-blocks .contact-info-block:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .contact-info-wrapper .contact-info-section .contact-info-blocks .contact-info-block {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-wrapper .contact-info-section .contact-info-blocks {
    margin-bottom: 36px;
    max-width: 100%;
    padding-right: 0;
  }
}
.contact-info-wrapper .contact-info-section .contact-info-form {
  max-width: 50%;
  width: 100%;
}
.contact-info-wrapper .contact-info-section .contact-info-form h2 {
  font-weight: 500;
  margin: 0 0 36px;
  max-width: 535px;
  color: #303030;
}
.contact-info-wrapper .contact-info-section .contact-info-form .gform_heading {
  display: none;
}
@media only screen and (max-width: 991px) {
  .contact-info-wrapper .contact-info-section .contact-info-form {
    max-width: none;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-wrapper .contact-info-section {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-wrapper {
    padding: 36px 0;
  }
}

.contact-us-assistance-wrapper {
  margin: 0 auto;
  max-width: 889px;
}
.contact-us-assistance-wrapper .customer-assistance,
.contact-us-assistance-wrapper .vendor-assistance {
  border-top: 1px solid #e2ccf1;
  padding: 70px 0 84px;
}
.contact-us-assistance-wrapper .customer-assistance h2,
.contact-us-assistance-wrapper .vendor-assistance h2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .contact-us-assistance-wrapper .customer-assistance h2,
  .contact-us-assistance-wrapper .vendor-assistance h2 {
    margin-bottom: 40px;
    text-align: center;
  }
}
.contact-us-assistance-wrapper .customer-assistance .options .option,
.contact-us-assistance-wrapper .vendor-assistance .options .option {
  margin-bottom: 60px;
}
.contact-us-assistance-wrapper .customer-assistance .options .option h3,
.contact-us-assistance-wrapper .vendor-assistance .options .option h3 {
  margin-bottom: 8px;
}
.contact-us-assistance-wrapper .customer-assistance .options .option p,
.contact-us-assistance-wrapper .vendor-assistance .options .option p {
  margin-top: 0;
  max-width: 492px;
}
@media only screen and (max-width: 991px) {
  .contact-us-assistance-wrapper .customer-assistance .options .option p,
  .contact-us-assistance-wrapper .vendor-assistance .options .option p {
    margin-bottom: 12px;
  }
}
.contact-us-assistance-wrapper .customer-assistance .options .option a,
.contact-us-assistance-wrapper .vendor-assistance .options .option a {
  margin-bottom: 12px;
}
.contact-us-assistance-wrapper .customer-assistance .options .option:last-of-type,
.contact-us-assistance-wrapper .vendor-assistance .options .option:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .contact-us-assistance-wrapper .customer-assistance .options .option,
  .contact-us-assistance-wrapper .vendor-assistance .options .option {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-assistance-wrapper .customer-assistance,
  .contact-us-assistance-wrapper .vendor-assistance {
    padding: 40px 0 60px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-assistance-wrapper {
    padding: 0 24px;
  }
}

.about-locations-wrapper {
  margin-bottom: 96px;
}
.about-locations-wrapper .about-locations-header-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  max-width: 884px;
  margin: 0 auto 35px;
}
.about-locations-wrapper .about-locations-header-wrapper .about-locations-header {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .about-locations-wrapper .about-locations-header-wrapper .about-locations-header {
    text-align: left;
  }
}
.about-locations-wrapper .about-locations-header-wrapper .body-text {
  margin: 0;
}
.about-locations-wrapper .about-locations-header-wrapper .location-select-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 48px auto 0;
  max-width: 664px;
  width: 100%;
}
.about-locations-wrapper .about-locations-header-wrapper .location-select-wrapper .select-wrapper {
  max-width: 314px;
}
@media only screen and (max-width: 991px) {
  .about-locations-wrapper .about-locations-header-wrapper .location-select-wrapper .select-wrapper {
    max-width: calc(50% - 4px);
  }
}
@media only screen and (max-width: 991px) {
  .about-locations-wrapper .about-locations-header-wrapper .location-select-wrapper {
    margin: 24px auto 0;
  }
}
.about-locations-wrapper .about-all-locations {
  background: #f7f6f8;
  padding: 60px 0 0;
  margin: 0 auto;
}
.about-locations-wrapper .about-all-locations .about-all-locations-header {
  margin: 0 auto 60px;
  max-width: 1344px;
}
@media only screen and (max-width: 991px) {
  .about-locations-wrapper .about-all-locations .about-all-locations-header {
    margin: 0 auto 24px;
  }
}
.about-locations-wrapper .about-all-locations .locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about-locations-wrapper .about-all-locations .locations .location {
  margin: 0 12px 60px;
  max-width: 432px;
  width: 100%;
}
.about-locations-wrapper .about-all-locations .locations .location .location-image {
  margin-bottom: 34px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-locations-wrapper .about-all-locations .locations .location .location-image {
    margin-bottom: 24px;
  }
}
.about-locations-wrapper .about-all-locations .locations .location div {
  display: flex;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 36px;
}
.about-locations-wrapper .about-all-locations .locations .location div a {
  color: #1d1d1d;
  display: flex;
  text-decoration: none;
}
.about-locations-wrapper .about-all-locations .locations .location div img {
  margin-right: 35px;
}
@media only screen and (max-width: 991px) {
  .about-locations-wrapper .about-all-locations .locations .location div img {
    margin-right: 30px;
    max-height: 24px;
    max-width: 24px;
  }
}
.about-locations-wrapper .about-all-locations .locations .location div:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .about-locations-wrapper .about-all-locations .locations .location div {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.about-locations-wrapper .about-all-locations .locations .location .address a {
  text-decoration: underline;
  font-weight: 500;
}
.about-locations-wrapper .about-all-locations .locations .location .phone-number,
.about-locations-wrapper .about-all-locations .locations .location .email,
.about-locations-wrapper .about-all-locations .locations .location .postal-code {
  color: #626262;
}
.about-locations-wrapper .about-all-locations .locations .location .phone-number a,
.about-locations-wrapper .about-all-locations .locations .location .email a,
.about-locations-wrapper .about-all-locations .locations .location .postal-code a {
  color: #626262;
}
.about-locations-wrapper .about-all-locations .locations .location .address img,
.about-locations-wrapper .about-all-locations .locations .location .postal-code img {
  align-self: start;
}
@media only screen and (max-width: 991px) {
  .about-locations-wrapper .about-all-locations .locations .location {
    margin: 0 0 36px;
    max-width: 100%;
  }
  .about-locations-wrapper .about-all-locations .locations .location:last-of-type {
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-locations-wrapper .about-all-locations .locations {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .about-locations-wrapper .about-all-locations {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-locations-wrapper {
    margin-bottom: 72px;
  }
}

.form-page-wrapper {
  margin: 55px 0 96px;
}
.form-page-wrapper .gform_confirmation_message {
  margin: 0 auto;
  max-width: 662px;
}
.form-page-wrapper .gform_confirmation_message p {
  color: #303030;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
  max-width: 537px;
}
@media only screen and (max-width: 991px) {
  .form-page-wrapper .gform_confirmation_message p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.form-page-wrapper .gform_confirmation_message h2 {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 3.125rem;
  margin-top: 0;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .form-page-wrapper .gform_confirmation_message h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin-bottom: 16px;
  }
}
.form-page-wrapper .gform_confirmation_message .confirmation-btns {
  margin: 0 -12px;
}
.form-page-wrapper .gform_confirmation_message .confirmation-btns a {
  font-weight: 300;
  margin: 0 12px;
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .form-page-wrapper .gform_confirmation_message .confirmation-btns a {
    margin: 0 0 16px;
    max-width: 100%;
  }
  .form-page-wrapper .gform_confirmation_message .confirmation-btns a:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .form-page-wrapper .gform_confirmation_message .confirmation-btns {
    margin: 60px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .form-page-wrapper .gform_confirmation_message {
    box-sizing: border-box;
    padding: 40px 20px;
    width: 100%;
  }
}
.form-page-wrapper .gform_wrapper {
  margin: 0 auto;
  max-width: 992px;
  width: 100%;
}
.form-page-wrapper .gform_wrapper .gform_heading {
  margin-bottom: 64px;
}
.form-page-wrapper .gform_wrapper .gform_heading .gform_title {
  line-height: 2.5rem;
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .form-page-wrapper .gform_wrapper .gform_heading .gform_title {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
    margin-bottom: 40px;
  }
}
.form-page-wrapper .gform_wrapper .gform_heading .gform_description {
  color: #626262;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
  margin: 24px 0;
  word-break: break-word;
}
@media only screen and (max-width: 991px) {
  .form-page-wrapper .gform_wrapper .gform_heading .gform_description {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0;
  }
}
.form-page-wrapper .gform_wrapper .gform_fields {
  grid-row-gap: 19px !important;
}
.form-page-wrapper .gform_wrapper .gform_fields .gfield.large-label .gfield_label {
  color: #6c00b7;
  font-size: 1.625rem !important;
  line-height: 2rem !important;
  margin-top: 11px;
  margin-bottom: 20px;
}
.form-page-wrapper .gform_wrapper .gform_fields .gfield.large-label .gfield_label .gfield_required_asterisk {
  color: #6c00b7;
  font-size: 1.625rem !important;
  line-height: 2rem !important;
}
@media only screen and (max-width: 991px) {
  .form-page-wrapper .gform_wrapper .gform_fields .gfield.large-label .gfield_label .gfield_required_asterisk {
    font-size: 1.25rem !important;
    line-height: 1.625rem !important;
  }
}
@media only screen and (max-width: 991px) {
  .form-page-wrapper .gform_wrapper .gform_fields .gfield.large-label .gfield_label {
    font-size: 1.25rem !important;
    line-height: 1.625rem !important;
  }
}
.form-page-wrapper .gform_wrapper .gform_fields .gfield .gfield_description {
  color: #626262;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 16px;
  padding-top: 13px;
}
.form-page-wrapper .gform_wrapper .gform_fields .gfield .ginput_complex span label {
  color: #626262;
  font-style: italic;
  font-size: 0.75rem;
}
.form-page-wrapper .gform_wrapper .gform_fields .gfield .gchoice {
  display: flex;
}
.form-page-wrapper .gform_wrapper .gform_fields .gfield .gchoice input {
  height: 20px;
  width: 20px;
  margin-bottom: 12px;
  margin-right: 8px;
}
.form-page-wrapper .gform_wrapper .gform_button {
  background: #6c00b7;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .form-page-wrapper .gform_wrapper .gform_footer.left_label {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .form-page-wrapper {
    margin: 55px 0 75px;
  }
}

.filter-panel .filters-header {
  border-bottom: 1px solid rgba(108, 0, 183, 0.2);
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 3px 0 27px;
}
.filter-panel .filters-header .filters-icon-wrapper {
  display: flex;
  align-content: center;
}
.filter-panel .filters-header .filters-icon-wrapper .filter-icon-label {
  color: #6c00b7;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-left: 10px;
}
.filter-panel .filters-header .mobile-close {
  display: none;
  height: 26px;
}
.filter-panel .filters-header .mobile-close img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .filter-panel .filters-header .mobile-close {
    display: block;
  }
}
.filter-panel .filters-header .filter-count {
  color: #6c00b7;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
}
.filter-panel .filter-buttons .mobile-filter-btn {
  background: #fff;
  border: 1px solid #dadada;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  height: 56px;
  justify-content: center;
  margin-right: 8px;
  max-width: 105px;
  padding: 18px 15px;
}
.filter-panel .filter-buttons .mobile-filter-btn .filters-header {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.filter-panel .filter-buttons .mobile-filter-btn .filter-icon-label {
  color: #1d1d1d;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .filter-panel .filter-buttons .mobile-filter-btn {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  .filter-panel .filter-buttons {
    display: flex;
  }
}
.filter-panel .sort-by-wrapper {
  margin-bottom: 24px;
}
.filter-panel .sort-by-wrapper select {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media only screen and (max-width: 991px) {
  .filter-panel .sort-by-wrapper select {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .filter-panel .sort-by-wrapper {
    flex-grow: 1;
  }
}
.filter-panel .filters-wrapper {
  background: #fff;
  padding: 24px 16px;
}
.filter-panel .filters-wrapper .accordion {
  border-bottom: 1px solid #e2ccf1;
  overflow: hidden;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.filter-panel .filters-wrapper .accordion .accordion-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.filter-panel .filters-wrapper .accordion .accordion-header h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .filter-panel .filters-wrapper .accordion .accordion-header h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.filter-panel .filters-wrapper .accordion .accordion-header .accordion-icon {
  transition: 0.2s ease-in-out;
}
.filter-panel .filters-wrapper .accordion .accordion-header .accordion-icon.minus {
  display: none;
}
.filter-panel .filters-wrapper .accordion .accordion-header.acc-active .accordion-icon.minus {
  display: block;
}
.filter-panel .filters-wrapper .accordion .accordion-header.acc-active .accordion-icon.plus {
  display: none;
}
.filter-panel .filters-wrapper .accordion .accordion-header.acc-active .panel {
  height: auto;
}
.filter-panel .filters-wrapper .accordion .accordion-header:hover .accordion-icon {
  transform: scale(1.25);
}
@media only screen and (max-width: 991px) {
  .filter-panel .filters-wrapper .accordion .accordion-header:hover .accordion-icon {
    transform: scale(1);
  }
}
.filter-panel .filters-wrapper .accordion .panel {
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.filter-panel .filters-wrapper .accordion .panel .accordion-content {
  padding-top: 14px;
  position: relative;
}
.filter-panel .filters-wrapper .accordion .panel .accordion-content .input-button-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
}
.filter-panel .filters-wrapper .accordion .panel .accordion-content .input-button-wrapper input[type=radio],
.filter-panel .filters-wrapper .accordion .panel .accordion-content .input-button-wrapper input[type=checkbox] {
  margin-right: 8px;
  height: 20px;
  width: 20px;
}
.filter-panel .filters-wrapper .accordion .panel .accordion-content .input-button-wrapper label {
  color: #626262;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.625rem;
  cursor: pointer;
}
.filter-panel .filters-wrapper .accordion .panel .accordion-content .input-button-wrapper:last-of-type {
  margin-bottom: 0;
}
.filter-panel .filters-wrapper .accordion .panel.acc-active {
  height: auto;
}
.filter-panel .filters-wrapper .accordion:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.filter-panel .filters-wrapper .apply-filters {
  border-top: 1px solid #e2ccf1;
  display: none;
  margin-top: 24px;
  padding-top: 24px;
}
.filter-panel .filters-wrapper .apply-filters button {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .filter-panel .filters-wrapper .apply-filters {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .filter-panel .filters-wrapper {
    box-sizing: border-box;
    display: none;
    left: 0;
    height: 100%;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
  }
  .filter-panel .filters-wrapper.active {
    display: flex;
    flex-direction: column;
  }
  .filter-panel .filters-wrapper.active .filter-accordions {
    flex-grow: 1;
  }
}

.sitemap-tabs-wrapper {
  padding: 90px 0;
}
.sitemap-tabs-wrapper h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .sitemap-tabs-wrapper h2 {
    text-align: left;
  }
}
.sitemap-tabs-wrapper .sitemap-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs {
  width: 100%;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-nav-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 50px;
  position: relative;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-nav-wrapper .tab-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -36px 0;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-nav-wrapper .tab-nav .tab-name {
  border-bottom: 4px solid #fff;
  border-radius: 4px 4px 0px 0px;
  color: #1d1d1d;
  cursor: pointer;
  font-size: 1.625rem;
  font-weight: 600;
  flex-shrink: 0;
  line-height: 2rem;
  margin: 0 36px 60px;
  pointer-events: auto;
  transition: 0.2s ease-in-out;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-nav-wrapper .tab-nav .tab-name.tab-active {
  border-bottom: 4px solid #e04500;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-nav-wrapper .tab-nav .tab-name:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 991px) {
  .sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-nav-wrapper .tab-nav .tab-name {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin: 0 0 24px;
  }
}
@media only screen and (max-width: 991px) {
  .sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-nav-wrapper .tab-nav {
    align-items: self-start;
    flex-direction: column;
    margin: 0;
  }
}
@media only screen and (max-width: 991px) {
  .sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-nav-wrapper {
    margin-bottom: 10px;
  }
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-nav-wrapper:after {
  background: rgba(108, 0, 183, 0.2);
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content {
  display: none;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details .sitemap-category {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  max-width: 25%;
  width: 100%;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details .sitemap-category .category-header {
  color: #1d1d1d;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 32px;
  text-decoration: none;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details .sitemap-category .subcategory-header {
  color: #1d1d1d;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.125rem;
  margin-bottom: 32px;
  text-decoration: none;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details .sitemap-category .category-header,
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details .sitemap-category .subcategory-header {
  transition: 0.2s ease-in-out;
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details .sitemap-category .category-header:hover,
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details .sitemap-category .subcategory-header:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 991px) {
  .sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details .sitemap-category .category-header,
  .sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details .sitemap-category .subcategory-header {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details .sitemap-category a:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details .sitemap-category {
    max-width: none;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content .sitemap-details {
    flex-direction: column;
    margin-top: 24px;
  }
}
.sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content.tab-active {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .sitemap-tabs-wrapper .sitemap-tabs .tabs .tab-content.tab-active {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .sitemap-tabs-wrapper .sitemap-tabs .tabs {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .sitemap-tabs-wrapper {
    padding: 40px 0;
  }
}

.general-content-wrapper {
  margin: 96px 0;
}
.general-content-wrapper .general-content-header {
  margin: 0 auto 60px;
  max-width: 479px;
  text-align: center;
}
.general-content-wrapper .general-content {
  display: flex;
}
.general-content-wrapper .general-content .general-content-body {
  max-width: 907px;
}
.general-content-wrapper .general-content .general-content-body p:first-of-type {
  margin-top: 0;
}
.general-content-wrapper .general-content .general-content-body ul {
  list-style: none;
}
.general-content-wrapper .general-content .general-content-body ul li {
  color: #626262;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 300;
  margin-bottom: 24px;
  position: relative;
}
.general-content-wrapper .general-content .general-content-body ul li:last-of-type {
  margin-bottom: 0;
}
.general-content-wrapper .general-content .general-content-body ul li:after {
  background: #303030;
  border-radius: 50%;
  content: "";
  height: 2px;
  left: -15px;
  position: absolute;
  top: 10px;
  width: 2px;
}
@media only screen and (max-width: 991px) {
  .general-content-wrapper .general-content .general-content-body ul li:after {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .general-content-wrapper .general-content .general-content-body ul li {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .general-content-wrapper .general-content .general-content-body ul {
    padding-left: 30px;
  }
}
.general-content-wrapper .general-content .general-content-body .subsection-header {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .general-content-wrapper .general-content .general-content-body .subsection-header {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .general-content-wrapper .general-content {
    flex-direction: column-reverse;
  }
}
.general-content-wrapper .table-of-contents {
  display: flex;
  flex-direction: column;
  margin-left: 60px;
}
.general-content-wrapper .table-of-contents .table-of-contents-header {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: 0 0 36px;
}
@media only screen and (max-width: 991px) {
  .general-content-wrapper .table-of-contents .table-of-contents-header {
    margin: 0 0 24px;
    font-weight: 500;
  }
}
.general-content-wrapper .table-of-contents .section-anchor {
  color: #e04500;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin-bottom: 36px;
}
.general-content-wrapper .table-of-contents .section-anchor:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .general-content-wrapper .table-of-contents .section-anchor {
    line-height: 1.5rem;
    font-weight: 400;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .general-content-wrapper .table-of-contents {
    margin-bottom: 60px;
    margin-left: 0;
  }
}

.leadership-team-list li {
  box-shadow: 0px 2px 4px #E04500;
  background: #FCFCFC;
  border-radius: 15px;
  text-align: center;
  flex: 0 0 30%;
  padding: 15px;
  margin: 20px 1%;
}
@media only screen and (max-width: 991px) {
  .leadership-team-list li {
    flex: 0 0 48%;
  }
}
@media only screen and (max-width: 479px) {
  .leadership-team-list li {
    flex: 0 0 100%;
  }
}

.customer-list li {
  margin: 20px 0;
  flex: 0 0 30%;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .customer-list li {
    flex: 0 0 43%;
    margin-bottom: 10px !important;
  }
}/*# sourceMappingURL=custom-styles.css.map */