/* -*- coding: utf-8 -*- */

:root {
  --theme-color: #343434;
}

.header-support-right {
  justify-content: center;
  align-items: center;
  margin: 0;
}

.header-support-center {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 0 10px;
}

.header-support-center-top {
  font-size: 20px;
  color: #999;
}

.header-support-center-middle {
  font-size: 22px;
  font-weight: 700;
}

.header-support-center-bottom {
  display: none;
}

.header-support-left {
  border-style: none;
  font-size: 22px;
  color: #999;
  margin-top: 28px;
  padding: 0;
}

.main-cart-mobile-title-rmm {
  display: none;
}

.main-cart-mobile-title-rmm .payment-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.main-cart-mobile-title-rmm .payment-title img.padlock {
  margin-top: -3px;
  margin-left: 6px;
  height: 1.2em;
}

.main-cart-wrapper {
  background-color: #fff;
}

.main-cart-left {
  flex-basis: 560px;
}

.main-cart-right {
  background-color: #fff;
}

.main-cart-wrapper .main-cart-left-head {
  justify-content: space-between;
}

.main-cart-left-head .header-store {
  display: flex;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  padding-bottom: 10px;
}

.main-cart-left-head .header-store img.padlock {
  margin-top: -3px;
  margin-left: 6px;
}

.payment-title {
  color: #999;
}

.payment-menu {
  justify-content: space-around;
}

.payment-menu .paypal-button-cropper {
  position: relative;
  width: 100%;
  min-width: 200px;
}

.payment-menu #paypal-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 310px;
}

.payment-menu .credit-button,
.payment-menu .scan2pay-button {
  font-weight: 400;
}

.basket-section {
  margin-top: 2px;
}

.basket-section-items {
  padding-bottom: 8px;
}

.basket-section-price {
  padding: 10px 0 5px 0;
}

.basket-section.basket-section-renewal {
  border: none;
}

.basket-section-rmm {
  border-top: 1px solid #E5E5E5;
}

.basket-section-rmm-title {
  font-size: 15px;
  font-weight: 700;
}

.basket-section-rmm-list {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
}

.basket-section-rmm-list li {
  padding: 2px 2px 2px 20px;
  background: url('../images/green-check.png') no-repeat left center;
  background-size: 16px 12px;
}

.basket-section-money-back {
  border: none;
}

.basket-section-money-back .guarantee {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
}

.basket-section-money-back .guarantee-logo {
  margin-right: 8px;
}

.renewal-detail .detail {
  border-radius: 4px;
  border: 1px solid #C1C1C1;
  background: #F6F6F6;
  padding: 17px 30px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.main-cart-right-content {
  max-width: 396px;
  margin-top: 10px;
}

.main-cart-right-head {
  margin-top: 23px;
}

.main-after .section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  background-color: #fff;
}

.main-after .section.gray {
  background-color: #f6f6f6;
}

.main-after .section .section-title {
  padding: 40px 0 30px;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.main-after .section.testimonial .section-title {
  padding: 18px 0 20px;
  color: #999;
  line-height: 30px;
}

.main-after .section .section-description {
  color: #666;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.main-after .section .section-body {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1240px;
}

.main-after .section.testimonial .section-body {
  max-width: 1040px;
}

.main-after .section .section-body .section-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  flex-basis: 0;
  gap: 12px;
  margin: 0 12px;
}

.main-after .section .section-body .section-item .section-icon {
  display: flex;
  justify-content: center;
}

.main-after .section.testimonial .section-body .section-item .section-icon img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 5px solid #E7E7E7;
  margin-right: 14px;
}

.main-after .section .section-body .section-item .section-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  border-radius: 10px;
  /* background: #EBF3FA; */
  background: #fff;
  margin: 0 0;
  padding: 25px;
}

.main-after .section .section-body .section-item .section-item-wrapper.bluey {
  background: #EBF3FA;
}

.main-after .section .section-body .section-item .section-item-wrapper.shadow {
  box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.05);
}

.main-after .section.testimonial .section-body .section-item .section-item-wrapper {
  flex-direction: row;
  align-items: flex-start;
}

.main-after .section.testimonial .section-body .section-item .section-item-wrapper .testimonial-box {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.main-after .section.testimonial .section-body .section-item .section-item-wrapper .testimonial-box .quote-mark {
  font-size: 56px;
  line-height: 23px;
  font-weight: 700;
  color: #cd3432;
  margin-bottom: -16px;
}

.main-after .section.testimonial .section-body .section-item .section-item-wrapper .testimonial-box .quote-text {
  text-align: left;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.main-after .section .section-body .section-item .section-item-title {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  max-width: 180px;
  margin: 0 0 12px;
}

.main-after .section#one .section-body .section-item .section-item-title {
  max-width: 130px;
}

.main-after .section#two .section-body .section-item .section-item-title {
  margin: 16px 0 12px;
}

.main-after .section#three .section-body .section-item .section-item-title {
  font-size: 32px;
}

.main-after .section .section-body .section-item .section-item-text {
  color: #666;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.main-after .section .section-dots {
  display: none;
}

.payment-form-fields.email-tab {
  display: flex;
  flex-direction: column;
}

.payment-form-fields.email-tab .email-label {
  flex-basis: 75%;
  flex-grow: 3;
}
.payment-form-fields.email-tab .address-label {
  flex-basis: 25%;
  flex-grow: 1;
}
.payment-address-line {
  flex-direction: row !important;
}

.payment-form-subscript {
  padding: 8px 2px;
  color: #bbb;
}

.payment-form-fields .cc-account-label input {
  padding-left: 10px;
}

.payment-form-fields .country-label {
  display: none;
}

.payment-form-bottom {
  display: flex;
  justify-content: center;
  margin: 0;
}

.payment-form-bottom-cta {
  width: 100%;
}

.payment-form-submit {
  align-items: center;
  gap: 25px;
}

.payment-form-submit .your-info-sec-card {
  gap: 28px;
}

.payment-submit-button {
  background: #08AE4C;
  border-radius: 6px;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
}

.payment-form-submit .your-info-sec-card span,
.payment-form-submit .your-info-sec-paypal span {
  color: #000;
}

.agree {
  font-size: 13px;
  color: #333;
}

.agree a {
  color: #333;
}

.agree a.down-arrow-head {
  width: 11px;
  height: 8px;
  cursor: pointer;
  background-image: url("../images/down-arrow-head.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.agree a.up-arrow-head {
  width: 11px;
  height: 8px;
  cursor: pointer;
  background-image: url("../images/up-arrow-head.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.agree a.down-arrow-head { display: inline-block; }
.agree a.up-arrow-head { display: none; }
.agree .agree-long { visibility: hidden; }
.agree.open a.down-arrow-head { display: none; }
.agree.open a.up-arrow-head { display: inline-block; }
.agree.open .agree-long { visibility: visible; }

.coupon-form .new-coupon {
  color: #000;
}

.trustpilot-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  height: 75px;
  justify-content: space-between;
}

.trustpilot-container .trustpilot-score {
  font-weight: 700;
}

.trustpilot-container .trustpilot-info a {
  font-weight: 700;
  text-decoration: underline;
}

.prepopup .dismiss-button {
  background: rgba(188, 35, 38, 1);
}

#footer {
  background-color: #fff;
  color: #000;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.footer-section1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: unset;
  padding: 50px 0;
  border-bottom: 1px solid #E5E5E5;
  background-color: #f6f6f6;
}

.footer-section1 .text-line1 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.footer-section1 .text-line2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.footer-section1 .badges {
  display: flex;
  gap: 30px;
  padding: 10px 0;
}

.footer-section1 .badges .badge1,
.footer-section1 .badges .badge2,
.footer-section1 .badges .badge3 {
  display: flex;
  align-items: center;
}

.footer-section1 .pc-magazine {
  padding: 10px 0;
}

.footer-section2 {
  display: flex;
  flex-direction: column;
  max-width: unset;
  padding-top: 25px;
}

.footer-section2 .footer-links {
  text-align: center;
}

.footer-section2 .copyright {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .main-cart-mobile-title-rmm {
    display: flex;
    justify-content: space-around;
    margin: 18px 0;
  }

  .main-cart-wrapper {
    background-color: #fff;
    flex-direction: column-reverse;
  }

  .main-cart-wrapper .main-cart-left-head {
    display: none;
  }

  .main-cart-left-top .basket-top-sections {
    display: none;
  }
  .main-cart-right-body .basket-top-sections {
    display: block;
  }

  .credit-account-line {
    flex-direction: row;
  }

  .payment-menu #paypal-button {
    width: 102%;
  }

  .payment-form-submit .your-info-sec-card {
    justify-content: center;
    gap: 10px;
    width: 100%;
  }

  .payment-form-submit .your-info-sec-card .img-wrapper {
    flex-shrink: 1;
  }

  .payment-form-submit .your-info-sec-card .img-wrapper img {
    width: 100%;
  }

  .payment-form-bottom-cta {
    width: 100%;
  }

  .main-after .section {
    align-items: stretch;
  }

  .main-after .section .section-body {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .main-after .section .section-body::-webkit-scrollbar {
    display: none;
  }

  .main-after .section .section-body .section-item {
    flex: 0 0 100%;
    scroll-snap-align: start;
    padding: 0 10px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: flex-start;
  }

  .main-after .section .section-body .section-item .section-item-wrapper {
    align-self: stretch;
  }

  .main-after .section.testimonial .section-body .section-item .section-icon img {
    width: 75px;
    height: 75px;
  }

  .main-after .section .section-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
  }

  .main-after .section .section-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d9d9d9;
    transition: background-color 0.4s;
    cursor: pointer;
  }

  .main-after .section .section-dots .dot.active {
    background-color: #333;
  }

  .footer-section1 .badges {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

/* Add hover effect for dots on devices that support hover */
/* This will not affect touch devices */
@media only screen and (max-width: 767px) and (hover: hover) {
  .main-after .section .section-dots .dot:hover {
    background-color: #888;
  }
}
