@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
}

html,
body {
  font-size: 1rem;
  color: #212121;
  font-family: canada-type-gibson, Roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  -webkit-text-size-adjust: none;
  background-color: #f5f5f5;
  position: relative;
}

@font-face {
  font-family: "canada-type-gibson";
  src: url("../fonts/tk-gibson-400.woff2") format("woff2");
  font-display: optional;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "canada-type-gibson";
  src: url("../fonts/tk-gibson-600.woff2") format("woff2");
  font-display: optional;
  font-style: normal;
  font-weight: 600;
}
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 600;
}

input[type=password],
input[type=email],
input[type=tel],
input[type=text],
input[type=search],
select,
textarea {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px;
  font-family: canada-type-gibson, Roboto, sans-serif;
  border-radius: 3px;
}

button,
.btn,
.btn-submit,
a.btn {
  width: 100%;
  padding: 0.5em;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: #212121;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  font-family: canada-type-gibson, Roboto, sans-serif;
  text-align: center;
  transition: opacity 0.3s, background-color 0.3s;
}

.secheading {
  color: #212121;
  display: block;
  font-size: 1.25em;
  font-weight: 600;
}

section {
  padding: 20px 0;
}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  position: absolute;
  top: 103px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: opacity 0.25s;
}
.overlay.active {
  opacity: 1;
  z-index: 11;
}

.topbar {
  padding: 5px 0;
  background-color: #f5f5f5;
}
.topbar ul {
  display: flex;
  justify-content: end;
  gap: 31px;
}
.topbar ul li {
  list-style: none;
}
.topbar ul li a {
  color: #212121;
  font-size: 0.875rem;
  font-weight: bold;
}

.header-area {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 14px 0;
}
.header-area .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner .mobile-icon {
  display: none;
}
.header-area .header-inner .menu {
  position: relative;
}
.header-area .header-inner .menu nav {
  margin-right: 0;
}
.header-area .header-inner .menu nav ul {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.header-area .header-inner .menu nav ul .dropdown-title {
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 16px;
}
.header-area .header-inner .menu nav ul.dropdown {
  position: absolute;
  display: none;
  background-color: rgba(247, 247, 247, 0.968627451);
  border-radius: 3px;
  padding: 0 0 0 11px;
  padding: 20px 20px;
  width: 690px;
  left: -46%;
  top: 36px;
  z-index: 11;
}
.header-area .header-inner .menu nav ul.dropdown .brand {
  display: block;
  text-decoration: underline;
  color: #0e4377;
  font-size: 14px;
}
.header-area .header-inner .menu nav ul.dropdown li {
  display: inline-block;
  margin-bottom: 18px;
}
.header-area .header-inner .menu nav ul.dropdown li a {
  color: #212121;
  border: 1px solid #212121;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}
.header-area .header-inner .menu nav ul.dropdown li a:hover {
  background: rgba(247, 247, 247, 0.968627451);
}
.header-area .header-inner .menu nav ul.dropdown li a i {
  font-size: 1rem !important;
}
.header-area .header-inner .menu nav ul.dropdown li .brand {
  display: block;
  text-decoration: underline;
  color: #0e4377;
  font-size: 14px;
}
.header-area .header-inner .menu nav ul.dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(247, 247, 247, 0.968627451);
  position: absolute;
  top: -10px;
  left: 0;
  transition: all 0.25s ease-in-out;
  right: 0;
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
}
.header-area .header-inner .menu nav ul.dropdown2 {
  position: absolute;
  display: none;
  background-color: rgba(247, 247, 247, 0.968627451);
  border-radius: 3px;
  padding: 0 0 0 11px;
  padding: 20px 20px;
  width: 690px;
  left: -33%;
  top: 36px;
  z-index: 11;
}
.header-area .header-inner .menu nav ul.dropdown2 .brand {
  display: block;
  text-decoration: underline;
  color: #0e4377;
  font-size: 14px;
}
.header-area .header-inner .menu nav ul.dropdown2 li {
  display: inline-block;
  margin-bottom: 18px;
}
.header-area .header-inner .menu nav ul.dropdown2 li a {
  line-height: normal;
  text-align: center;
  display: block;
  color: #212121;
  border: 1px solid #212121;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}
.header-area .header-inner .menu nav ul.dropdown2 li a:hover {
  background: rgba(247, 247, 247, 0.968627451);
}
.header-area .header-inner .menu nav ul.dropdown2 li a.brand {
  display: block;
  text-decoration: underline;
  color: #0e4377;
  font-size: 14px;
}
.header-area .header-inner .menu nav ul.dropdown2::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(247, 247, 247, 0.968627451);
  position: absolute;
  top: -10px;
  left: 0;
  transition: all 0.25s ease-in-out;
  right: 0;
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
}
.header-area .header-inner .menu nav ul li .navDropdownWrp:hover > .dropdown, .header-area .header-inner .menu nav ul li .navDropdownWrp:hover > .dropdown2 {
  display: block;
}
.header-area .header-inner .menu nav ul a {
  color: #212121;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 0 28px 0;
}
.header-area .header-inner .menu nav ul a i {
  font-size: 8px;
}
.header-area .header-inner .logo {
  display: flex;
}
.header-area .header-inner .logo a {
  display: block;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.header-area .header-inner .logo a img {
  max-width: 250px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  vertical-align: middle;
}
.header-area .header-inner .headerserch {
  display: flex;
  width: 320px;
  position: relative;
}
.header-area .header-inner .headerserch #navbarSearch {
  position: static;
  width: 100%;
}
.header-area .header-inner .headerserch .searchbtn {
  position: absolute;
  top: 10px;
  right: 0px;
  font-size: 16px;
}
.header-area .header-inner .headerserch .searchbtn:hover {
  cursor: pointer;
}
.header-area .header-inner .headerserch .searchbtn .search-close {
  display: none;
}
@media (max-width: 1024px) {
  .header-area .header-inner .logo {
    display: flex;
  }
  .header-area .header-inner .logo img {
    max-width: 180px;
  }
  .header-area .header-inner .mobile-icon {
    display: none;
  }
  .header-area .header-inner .headerserch {
    display: flex;
    width: 250px;
    position: relative;
  }
  .header-area .header-inner .headerserch #navbarSearch {
    position: static;
    width: 100%;
  }
  .header-area .header-inner .headerserch .searchbtn {
    position: absolute;
    top: 10px;
    right: 2px;
    font-size: 16px;
  }
  .header-area .header-inner .headerserch .searchbtn:hover {
    cursor: pointer;
  }
  .header-area .header-inner .headerserch .searchbtn .search-close {
    display: none;
  }
}
@media (max-width: 850px) {
  .header-area .header-inner .headerserch {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner {
    justify-content: space-between;
  }
  .header-area .header-inner .mobile-icon {
    display: flex;
  }
  .header-area .header-inner .mobile-icon .mobile-nav-btn {
    display: block;
    position: static;
    top: 15px;
    height: auto;
    padding: 6px 7px;
    border-radius: 4px;
    left: 2%;
    z-index: 100;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
    z-index: 84;
  }
  .header-area .header-inner .mobile-icon .mobile-nav-btn span {
    top: 0;
  }
  .header-area .header-inner .logo {
    display: flex;
    max-width: auto;
  }
  .header-area .header-inner .logo img {
    max-width: 180px;
  }
  .header-area .header-inner .headerserch {
    display: flex;
    width: auto;
    position: static;
  }
  .header-area .header-inner .headerserch #serachResult {
    width: 96%;
    padding: 30px 0px;
    box-shadow: none;
  }
  .header-area .header-inner .headerserch #serachResult .promoCodeBtns {
    padding: 10px 15px;
  }
  .header-area .header-inner .headerserch #navbarSearch {
    display: none;
    position: absolute;
    width: 96%;
    z-index: 99;
  }
  .header-area .header-inner .headerserch .searchbtn {
    font-size: 22px;
    position: static;
  }
  .header-area .header-inner .headerserch .searchbtn:hover {
    cursor: pointer;
  }
  .header-area .header-inner .headerserch .searchbtn .search-close {
    top: 20px;
  }
  .header-area .header-inner .menu {
    display: none;
  }
}

.breadcrumb ul {
  display: flex;
  padding: 10px 0;
  flex-wrap: wrap;
  font-size: 14px;
  color: #5F5F5F;
}
.breadcrumb ul li a {
  color: #f1514c;
  text-decoration: underline;
}
.breadcrumb ul li .sep {
  display: inline-block;
  padding: 0 6px;
  margin: 0;
  color: #ccc;
  font-size: 0.8em;
  min-width: 24px;
  text-align: center;
}

.page-title h1 {
  font-size: 2rem;
  font-weight: 600;
}

.faqSec .sectionHeading h2 {
  font-size: 1.5em;
}

.accordain .question {
  border-top: #e0e0e0 1px solid;
  position: relative;
}
.accordain .question a {
  font-size: 1rem;
  color: #212121;
  padding: 10px 40px 10px 10px;
  background-color: #ededed;
  display: block;
  font-weight: 600;
}
.accordain .question::after {
  font-family: "Font Awesome 6 Free";
  content: "\f067";
  position: absolute;
  right: 10px;
  top: 50%;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  font-size: 14px;
}
.accordain .question.active::after {
  content: "-";
  font-size: 30px;
}
.accordain .answer {
  padding: 10px;
  display: none;
}
.accordain .answer p {
  color: #212121;
  margin-bottom: 1em;
  font-size: 14px;
}
.accordain .answer p a {
  text-decoration: underline;
  color: #f1514c;
}
.accordain .answer ol {
  padding: 0 15px;
}
.accordain .answer ol li {
  list-style: decimal;
  padding-bottom: 10px;
}

footer {
  padding-top: 30px;
}
footer .footerWrp {
  flex-wrap: wrap;
  display: flex;
  border-top: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
footer .footerWrp .footerLinks {
  margin-top: 30px;
  flex: 1 24%;
}
footer .footerWrp .footerLinks h3 {
  font-size: 15px;
  color: #212121;
}
footer .footerWrp .footerLinks .ftr__title {
  font-size: 15px;
  display: block;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #212121;
}
footer .footerWrp .footerLinks ul li a {
  color: #212121;
  font-size: 14px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer-bottom .footer-one {
  width: 30%;
}
footer .footer-bottom .footer-one img {
  width: 150px;
}
footer .footer-bottom .footer-one ul {
  display: flex;
  gap: 5px;
}
footer .footer-bottom .footer-one ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-bottom .footer-one ul li a {
  border: 2px solid #212121;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  color: #000;
  font-size: 18px;
}
footer .footer-bottom .footer-two {
  width: 50%;
}
footer .footer-bottom .footer-two p {
  font-size: 0.875rem;
  font-weight: 600;
}
footer .footer-bottom .footer-two input.subc {
  min-width: 250px;
  font-size: 0.875rem;
  margin: 10px 0;
}
footer .footer-bottom .footer-two label {
  font-size: 0.875rem;
  font-weight: 600;
  display: flex;
  gap: 5px;
}
footer .footer-bottom .footer-two label span {
  color: #c13c3c;
}
footer .footer-bottom .footer-two label a {
  text-decoration: underline;
  color: #000;
}
footer .footer-bottom .footer-two .blue {
  font-size: 12px;
  padding: 11px;
  border-radius: 0 3px 3px 0;
  margin: 0;
  background-color: #f1514c;
  width: auto;
  margin: 0 0 0 -11px;
}
footer .footer-bottom .footer-three {
  width: 20%;
}
footer .footer-bottom .footer-three p {
  font-size: 0.875rem;
  font-weight: 600;
}
footer .footer-bottom .footer-three ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
  width: 100%;
}
footer .footer-bottom .footer-three ul li {
  width: 40px;
  height: 22px;
}
footer .footer-bottom .footer-three ul li a {
  color: #212121;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
footer .footer-bottom .footer-three ul li a img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  footer .footer-bottom .footer-three {
    padding-top: 25px;
  }
  footer .footer-bottom .footer-three p {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
  }
}
footer #copyright {
  background-color: #f1514c;
  text-align: center;
  padding: 10px;
  margin-top: 30px;
}
footer #copyright p {
  font-size: 0.875rem;
  color: #fff;
}
footer #copyright p a {
  font-size: 0.875rem;
  color: #fff;
  text-decoration: underline;
}
footer #back-to-top {
  position: fixed;
  background-color: rgba(38, 160, 245, 0.8);
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  z-index: 1;
  display: none;
}
footer #back-to-top i {
  font-size: 1.5rem;
}

.modal {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 3px;
  margin: 0 auto;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 11;
  box-shadow: 0 -2px 5px 2px rgba(0, 0, 0, 0.2705882353);
  text-align: left;
}
.modal.active {
  display: block;
}
.modal h3 {
  font-size: 14px;
}
.modal .main-coupen {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal .main-coupen .coupen-cont {
  border: 1px solid #e0e0e0;
  box-shadow: none;
  padding: 12px 20px;
  flex: 0 1 26%;
}
.modal h4 {
  font-size: 1rem;
}
.modal .promoCodeBtns ul li a {
  color: #212121;
  border: 1px solid #212121;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.875rem;
  text-decoration: none;
}

.row {
  display: flex;
  justify-content: space-between;
}

.column-left {
  width: 65%;
}

.column-right {
  width: 30%;
}

.module {
  background-color: #fff;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 20px;
}

iframe {
  width: 100%;
}

.headerserch input {
  border-width: 1px;
  border-color: #e0e0e0;
  width: 100%;
  border-radius: 3px;
  padding: 8px 42px 8px 12px;
  font-size: 1rem;
  right: 2%;
  padding: 10px 15px;
  top: 15px;
}
.headerserch .searchbtn {
  width: 28px;
  background: transparent;
  position: static;
  top: 7px;
  right: 0;
}
.headerserch .searchbtn i {
  color: #f1514c;
}
.headerserch .searchbtn .search-close {
  position: absolute;
  right: 3%;
  z-index: 999;
  top: 0px;
  display: none;
  padding: 2px 10px 0px 10px;
  font-weight: 800;
}

.headerserch.active {
  width: 100%;
}

.flg {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  margin-left: 15px;
}

.close {
  cursor: pointer;
}

.allcountry {
  position: fixed;
  background: #fff;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transition: left 0.8s;
}
.allcountry .topheader {
  padding: 28px 0;
  border-bottom: 1px solid #e5e5e5;
}
.allcountry .topheader h4 {
  font-size: 1rem;
  line-height: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #000;
}
.allcountry .topheader .topCountrybar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.allcountry .countryState .flag img {
  margin-right: 20px;
  height: 100%;
  display: inline-block;
  max-width: 35px;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.allcountry .countryState .cuntrySelected {
  display: flex;
}
.allcountry .countryState .cuntrySelected p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 22px;
  color: #515151;
}
.allcountry .countryList {
  padding: 28px 0;
}
.allcountry .countryList .countrymain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
}
.allcountry .countryList .countrymain .countryflg {
  padding: 15px 0 15px 0;
  flex: 0 1 16%;
}
.allcountry .countryList .countrymain .countryflg a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.allcountry .countryList .countrymain .countryflg span {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 22px;
  color: #515151;
}
.allcountry .countryList .countrymain .countryflg img {
  height: 100%;
  display: inline-block;
  max-width: 35px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
@media (max-width: 1024px) {
  .allcountry .countryList .countrymain .countryflg {
    flex: 0 1 18%;
  }
}
@media (max-width: 767px) {
  .allcountry .countryList .countrymain .countryflg {
    flex: 0 1 23%;
  }
}
@media (max-width: 560px) {
  .allcountry .countryList .countrymain .countryflg {
    flex: 0 1 32%;
  }
}
@media (max-width: 480px) {
  .allcountry .countryList .countrymain .countryflg {
    flex: 0 1 46%;
  }
}

.allcountry.active {
  left: 0;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1;
  flex-direction: column;
}
.popup-container .main-coupen {
  position: relative;
}
.popup-container .close-btn {
  cursor: pointer;
  color: #000;
  font-size: 35px;
  position: absolute;
  top: 3%;
  right: 1%;
  font-weight: 800;
}
.popup-container .popup1 {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 580px;
  height: -moz-fit-content;
  height: fit-content;
}
.popup-container .popup1 .popupContent {
  margin: 0 auto;
}
.popup-container .popup1 .popupContent .promoWrp {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.popup-container .popup1 .popupContent .promoWrp .left {
  width: 20%;
  margin-right: 15px;
}
.popup-container .popup1 .popupContent .promoWrp .left .store__logo {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  outline: 0;
  border-radius: 3px;
  padding: 5px;
  display: flex;
  align-items: center;
}
.popup-container .popup1 .popupContent .promoWrp .left .store__logo img {
  max-width: 100px;
  height: auto;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .popup-container .popup1 .popupContent .promoWrp .left .store__logo {
    width: 80px;
    height: 80px;
  }
}
.popup-container .popup1 .popupContent .promoWrp .right {
  width: 80%;
}
.popup-container .popup1 .popupContent .promoWrp .right h3 {
  font-size: 22px;
}
.popup-container .popup1 .popupContent .promoWrp .right .copyBtn {
  display: flex;
  margin-bottom: 10px;
}
.popup-container .popup1 .popupContent .promoWrp .right .copyBtn input {
  width: 70%;
  border: 2px dashed #f1514c;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
}
.popup-container .popup1 .popupContent .promoWrp .right .copyBtn button {
  width: 30%;
  background-color: #f1514c;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 16px !important;
  padding: 5px 10px;
}
.popup-container .popup1 .popupContent .promoWrp .right .popup-content {
  max-height: 100px;
  overflow: hidden;
}
.popup-container .popup1 .popupContent .promoWrp .right .popup-content p {
  line-height: 1.5em;
  font-weight: 500;
  color: #212121;
}
.popup-container .popup1 .popupContent .routeBtn {
  margin-top: 20px;
  display: block;
  overflow: hidden;
}
.popup-container .popup1 .popupContent .routeBtn a {
  width: 100%;
  display: block;
  border-radius: 3px;
  background: linear-gradient(315deg, #f1514c, #f1514c);
  color: #fff;
  font-size: 1em;
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
}
.popup-container .popup2 {
  background: #d5ecfc;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 680px;
  height: 170px;
  margin-top: 20px;
}
.popup-container .popup2 .popupWrapper {
  max-width: 530px;
  margin: 0 auto;
}
.popup-container .popup2 .popupWrapper .txtwrp {
  text-align: center;
}
.popup-container .popup2 .popupWrapper .txtwrp h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}
.popup-container .popup2 .popupWrapper .txtwrp h3 span {
  font-weight: bold;
}
.popup-container .popup2 .popupWrapper form .formwrp {
  display: flex;
  align-items: center;
}
.popup-container .popup2 .popupWrapper form .formwrp input {
  width: 70%;
  border-radius: 3px 0 0 3px;
}
.popup-container .popup2 .popupWrapper form .formwrp input::-moz-placeholder {
  color: #cdcdcd;
}
.popup-container .popup2 .popupWrapper form .formwrp input::placeholder {
  color: #cdcdcd;
}
.popup-container .popup2 .popupWrapper form .formwrp button {
  width: 30%;
  border-radius: 0 3px 3px 0;
  padding: 10px 30px;
  background-color: #f1514c;
  font-size: 12px;
  height: 37px;
}
.popup-container .popup2 .popupWrapper form .checkboxwrp {
  margin-top: 10px;
}
.popup-container .popup2 .popupWrapper form .checkboxwrp label {
  font-size: 14px;
  color: #212121;
  font-weight: 500;
  display: block;
}
.popup-container .popup2 .popupWrapper form .checkboxwrp label span {
  color: #c13c3c;
}
.popup-container .popup2 .popupWrapper form .checkboxwrp label a {
  color: #f1514c;
  text-decoration: underline;
}
.popup-container .popup3 {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 680px;
  height: 52px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-container .popup3 .btnwrp {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
}
.popup-container .popup3 .btnwrp span {
  margin-right: 10px;
}
.popup-container .popup3 .btnwrp button {
  background-color: transparent;
  padding: 0;
  width: auto;
  margin: 0 10px;
}
.popup-container .popup3 .btnwrp button i {
  color: #000;
  font-size: 20px;
}

@media (max-width: 767px) {
  .plr-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  section {
    padding: 0px 0px 20px 0px;
  }
  footer .footerWrp .footerLinks h3 {
    font-size: 1.5rem;
  }
  footer .footerWrp .footerLinks ul li a {
    font-size: 1.45rem;
    line-height: 1.3;
  }
  .accordain .question a {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .merchant-info h2, .short_desc h2 {
    font-size: 2rem;
  }
  .merchant-info h3, .short_desc h3 {
    font-size: 1.75rem;
  }
  .merchant-info p, .short_desc p {
    font-size: 1.35rem;
  }
  .merchant-info a, .short_desc a {
    font-size: 1.35rem;
  }
  .module .promoList li p {
    font-size: 1.35rem;
  }
  .module .infoCas li a {
    font-size: 1.35rem;
  }
}/*# sourceMappingURL=common.css.map */