.header .menu .menu-item {
  text-transform: uppercase;
}

.subscribe-form div.wpforms-container-full {
  margin: 0;
}
.subscribe-form div.wpforms-container-full form {
  display: inline-flex;
  align-items: center;
  height: 0.19792rem;
  box-sizing: content-box;
  position: relative;
  padding-bottom: 78px;
}
.subscribe-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-error-container,
.subscribe-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-container
  label.wpforms-error,
.subscribe-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-container
  em.wpforms-error {
  display: none !important;
}
.subscribe-form div.wpforms-container-full .wpforms-is-recaptcha {
  position: absolute;
  top: calc(100% - 65px);
  padding: 0;
  left: 0;
}
.subscribe-form .wpforms-container .wpforms-field {
  height: 100%;
  padding: 0;
}
.subscribe-form div.wpforms-container-full .wpforms-field-label {
  display: none;
}
.subscribe-form .wpforms-field-container {
  height: 100%;
}
.subscribe-form div.wpforms-container-full input {
  height: 100%;
  border-radius: 0 !important;
  font-size: 0.08333rem !important;
}
.subscribe-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}
.subscribe-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container
  button {
  height: 100%;
  vertical-align: top;
  border-radius: 0 !important;
  background-color: #d85904 !important;
  font-size: 0.08333rem !important;
}
.subscribe-form
  div.wpforms-container-full
  .wpforms-confirmation-container-full {
  margin-right: 0.5rem;
}
.subscribe-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container
  .wpforms-submit-spinner {
  filter: invert(1);
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: flex;
  flex-direction: column;
}

.contact-form .wpforms-form {
  width: 100%;
}

.warranty-form .wpforms-form {
  width: 80%;
  margin: 0 auto;
}

.contact-form .wpforms-field-container,
.warranty-form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
}
.contact-form .wpforms-field-container .wpforms-field,
.warranty-form .wpforms-field-container .wpforms-field {
  width: 50%;
  padding: 0 0.13021rem;
  box-sizing: border-box;
  margin-bottom: 0.10417rem;
}
.contact-form .wpforms-field-container .wpforms-field-textarea,
.warranty-form .wpforms-field-container .wpforms-field-textarea {
  width: 100%;
}
.contact-form .wpforms-field-container .wpforms-field-label {
  font-weight: normal;
  color: #737980;
  margin-bottom: 0.05208rem;
  font-size: 0.09375rem;
}
.warranty-form .wpforms-field-container .wpforms-field-label {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.05208rem;
  font-size: 0.09375rem;
}

div.wpforms-container-full input[type="date"]:focus,
div.wpforms-container-full input[type="datetime"]:focus,
div.wpforms-container-full input[type="datetime-local"]:focus,
div.wpforms-container-full input[type="email"]:focus,
div.wpforms-container-full input[type="month"]:focus,
div.wpforms-container-full input[type="number"]:focus,
div.wpforms-container-full input[type="password"]:focus,
div.wpforms-container-full input[type="range"]:focus,
div.wpforms-container-full input[type="search"]:focus,
div.wpforms-container-full input[type="tel"]:focus,
div.wpforms-container-full input[type="text"]:focus,
div.wpforms-container-full input[type="time"]:focus,
div.wpforms-container-full input[type="url"]:focus,
div.wpforms-container-full input[type="week"]:focus,
div.wpforms-container-full select:focus,
div.wpforms-container-full textarea:focus {
  border-color: #d85904 !important;
  box-shadow: 0 0 0 1px #d85904 !important;
}
.contact-form .wpforms-submit-container,
.warranty-form .wpforms-submit-container {
  text-align: center;
}

.warranty-form .wpforms-container input.wpforms-field-medium,
.warranty-form .wpforms-container select.wpforms-field-medium,
.warranty-form .wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

.contact-form .wpforms-submit,
.warranty-form .wpforms-submit {
  border: 0 !important;
  height: 0.3125rem !important;
  color: #fff !important;
  border-radius: 0.3125rem !important;
  padding: 0 0.3125rem !important;
  font-size: 0.10417rem !important;
  cursor: pointer !important;
  margin: 0 !important;
  outline: 0 !important;
  background-color: #d85904 !important;
}

.dealer-form .wpforms-form {
  width: 100%;
}
.dealer-form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
}
.dealer-form .wpforms-field-container .wpforms-field {
  width: 50%;
  padding: 0 0.13021rem;
  box-sizing: border-box;
  margin-bottom: 0.10417rem;
}
.dealer-form .wpforms-field-container .wpforms-field-textarea {
  width: 100%;
}
.dealer-form .wpforms-submit-container {
  text-align: center;
}
.dealer-form .wpforms-submit {
  border: 0 !important;
  height: 0.3125rem !important;
  color: #fff !important;
  border-radius: 0.3125rem !important;
  padding: 0 0.3125rem !important;
  font-size: 0.10417rem !important;
  cursor: pointer !important;
  margin: 0 !important;
  outline: 0 !important;
  background-color: #d85904 !important;
}

.common-page {
  width: var(--container-inner-width);
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 16px;
}

.search-list {
}
.search-list .search-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.search-list .search-item a {
  display: block;
  padding: 10px 0;
  color: #333;
  cursor: pointer;
}
.search-list .search-item a:hover {
  text-decoration: none;
}
.search-list .search-item a:hover .search-title {
  color: #d85904;
}
.search-list .search-item .search-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.search-list .search-item .search-intro {
  font-size: 14px;
  color: #999;
}
.search-list .search-item .search-time {
  font-size: 14px;
  color: #999;
}

@media screen and (max-width: 720px) {
  .subscribe-form div.wpforms-container-full form {
    display: flex;
    align-items: center;
    height: 30px;
    box-sizing: content-box;
    position: relative;
    padding-bottom: 78px;
    align-items: center;
    justify-content: center;
  }
  .subscribe-form div.wpforms-container-full input {
    font-size: 16px !important;
  }
  .subscribe-form
    div.wpforms-container-full
    .wpforms-form
    .wpforms-submit-container
    button {
    font-size: 16px !important;
  }
  .subscribe-form div.wpforms-container-full .wpforms-is-recaptcha {
    position: absolute;
    top: calc(100% - 65px);
    padding: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.product-spec-list {
  flex-direction: column;
  border-bottom: 0 !important;
  dl {
    margin: 0 0 10px;
    dt {
      display: block;
      margin-bottom: 5px;
      font-size: 18px;
      color: black;
    }
    dd {
      cursor: pointer;
      display: inline-block;
      margin: 0;
      padding: 2px 15px;
      border: 2px solid #f7f7f7;
      background-color: #f7f7f7;
      color: black;
      font-size: 16px;
    }
    dd:hover,
    dd.current {
      border-color: #d85904;
    }
  }
}
.product-variable-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}
.product-variable-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.product-detail-page
  .product-choose
  .choose-body
  .choose-item
  .meta
  .price
  .old {
  text-decoration: line-through;
  color: #999;
  font-weight: normal;
}

.cr-all-reviews-shortcode .cr-count-row {
  font-size: 18px;
  padding: 12px 16px;
  margin: 0 0 15px;
}
.cr-all-reviews-shortcode .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
  font-size: 18px;
}
.cr-all-reviews-shortcode
  ol.commentlist
  li
  .comment-text
  .meta
  .woocommerce-review__verified {
  display: none;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta time {
  font-size: 16px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text p {
  font-size: 16px;
  color: #282828;
}
.cr-all-reviews-shortcode .crstar-rating {
  margin: 5px 0;
}
.cr-all-reviews-shortcode ol.commentlist li {
  margin-bottom: 15px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text {
  padding-bottom: 15px;
}
.cr-all-reviews-shortcode .cr-show-more-button {
  font-size: 16px;
  border-radius: 20px;
  border: solid 1px #d85904;
  background-color: #d85904;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.cr-all-reviews-shortcode .cr-show-more-button:hover {
  border: solid 1px #d85904;
}
.cr-search-no-reviews {
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 30px 0;
}

.wc-block-cart__payment-options.wp-block-woocommerce-cart-express-payment-block {
  display: none !important;
}
.wp-block-woocommerce-checkout-express-payment-block {
  display: none !important;
}
.acfw-redeem-store-credit-form-field.acfw-checkout-form-button-field
  .wc_input_price {
  font-size: 16px;
}
.form-row.form-row-last.acfw-col-left-half.acfw_coupon_btn_wrap .button {
  font-size: 18px;
}
.wp-block-woocommerce-checkout-order-summary-block {
  position: sticky;
  top: var(--header-height);
}
.contact-page .banner .banner-text > h1 {
  text-shadow: 5px 5px black;
}
.contact-page .banner .banner-text > p {
  text-shadow: 2px 2px black;
}

#cart-payment-card .p-CardBrandIcons,
#footer-cart-payment-card .p-CardBrandIcons {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cart-payment-card .p-CardBrandIcons-item,
#footer-cart-payment-card .p-CardBrandIcons-item {
  padding-right: 0.2em;
}
#cart-payment-card .p-CardBrandIcons-item .p-CardBrandIcon,
#footer-cart-payment-card .p-CardBrandIcons-item .p-CardBrandIcon {
  display: block;
  height: auto;
  width: 1.95em;
}
#cart-payment-card .p-CardBrandIcons-more,
#footer-cart-payment-card .p-CardBrandIcons-more {
  height: 1.3em;
  padding-right: 0;
  position: relative;
  width: 1.95em;
}
#cart-payment-card .p-CardBrandIcons-more .p-CardBrandIcon,
#footer-cart-payment-card .p-CardBrandIcons-more .p-CardBrandIcon {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  will-change: transform;
}
#cart-payment-card .p-CardBrandIcons-more .p-CardBrandIcon,
#footer-cart-payment-card .p-CardBrandIcons-more .p-CardBrandIcon {
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1.2s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
#cart-payment-card .p-CardBrandIcons-more .p-CardBrandIcon--visible,
#footer-cart-payment-card .p-CardBrandIcons-more .p-CardBrandIcon--visible {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#footer-cart-payment-card {
  margin-top: 15px;
}
#footer-cart-payment-card .p-CardBrandIcons-item {
  padding-right: 0.3em;
}

.map-no-results:after {
  content: "NO RESULTS";
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0.19375rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1000;
}

.store-page .store-body .search-box {
  top: 0.34042rem;
  height: auto;
}
.store-page .store-body .search-box .input,
.store-page .store-body .search-box .button,
.store-page .store-body .search-box .radio {
  height: 0.3rem;
}
.store-page .store-body .search-box .radio {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 0.09375rem;
  line-height: 1;
  color: #333;
}
.store-page .store-body .search-box .radio .label {
  font-weight: 700;
}
.store-page .store-body .search-box .radio .radio-group {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.store-page .store-body .search-box .radio .radio-group .radio-item {
  margin-right: 10px;
  cursor: pointer;
}
.store-page .store-body .search-box .radio .radio-group .radio-item:last-child {
  margin-right: 0;
}
.store-page
  .store-body
  .search-box
  .radio
  .radio-group
  .radio-item
  > input[type="radio"] {
  margin-right: 5px;
  cursor: pointer;
}
.store-page .store-body .search-box .radio .radio-group .radio-item > label {
  cursor: pointer;
}
.store-page .store-body .store-list {
  top: 1.26771rem;
}
.store-page .store-body .store-list .list-body .store-item {
  cursor: pointer;
}
.store-page .store-body .store-list .list-body .store-item .links a {
  margin-right: 10px;
}
.store-page .store-body .map .map-info-window .store-item .links a:first-child {
  margin-right: 10px;
}
.store-page .store-body .map .map-info-window .store-item .links a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 720px) {
  .store-page .store-body .search-box {
    top: 0;
  }
  .store-page .store-body .search-box .input,
  .store-page .store-body .search-box .button,
  .store-page .store-body .search-box .radio {
    height: 50px;
  }
  .store-page .store-body .search-box .radio {
    font-size: 16px;
  }
  .store-page .store-body .map .map-info-window {
    width: 200px;
  }
}

.home-page
  .warranty
  .warranty-box
  .warranty-box-inner
  .warranty-box-section
  .desc {
  line-height: 1;
}
.special-page .storm-warranty-policy .warranty-policy .desc2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.19354rem;
}
.special-page
  .storm-features-content
  .content-item.content-0
  .content-item-inner
  .content-body {
  position: relative;
  width: 4.79167rem;
  margin: 0 auto;
  padding-top: 0.82083rem;
  text-align: center;
}
.special-page
  .pocket-features-content
  .content-item.content-0
  .content-item-inner
  .content-body {
  width: 3.54167rem;
  margin-top: -0.625rem;
}
.special-page
  .pocket-features-content
  .content-item.content-4
  .content-item-inner
  .content-body {
  width: 3.86458rem;
}
@media screen and (max-width: 720px) {
  .special-page .features-content .content-item.content-flex .content-img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .special-page
    .storm-features-content
    .content-item.content-0
    .content-item-inner
    .content-body {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .special-page
    .storm-features-content
    .content-item.content-0
    .content-item-inner
    .content-body
    .title {
    margin-bottom: 0;
  }
  .special-page
    .storm-features-content
    .content-item.content-0
    .content-item-inner
    .content-body
    .title:after {
    display: block;
    content: "";
    padding-top: 52%;
  }
  .special-page
    .storm-features-content
    .content-item.content-0
    .content-item-inner
    .content-body
    .intro {
    background-color: transparent;
  }
  .special-page .pocket-features-content .content-item.content-0 {
    padding: 50px 0;
  }
  .special-page
    .pocket-features-content
    .content-item.content-0
    .content-item-inner
    .content-body {
    margin-top: 0;
  }
  .special-page
    .pocket-features-content
    .content-item.content-0
    .content-item-inner
    .content-body
    .intro {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media screen and (max-width: 1024px) {
  .home-page .banner .swiper-slide {
    padding-bottom: calc(35vh - var(--header-height));
  }
  .header .menu > ul > .menu-item > a {
    font-weight: bold;
  }
}
