
body {
  font-size: 1em;
  font-family: "Satoshi";
  color: #202020;
  overflow-x: hidden;
}

@media (max-width: 1399px) {
  body {
    font-size: 0.938em;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 0.875em;
  }
}
body .container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 1.094em;
}

body #popup-content {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body #popup-content .popup-wrapper {
  width: 40.63em;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 6px;
}

body #popup-content .modal-close {
  text-align: right;
  padding: 0.427em 1em;
  border-bottom: 1px solid #CACACA;
  font-size: 1.2em;
}

body #popup-content .modal-close .coupon-close {
  cursor: pointer;
}

body #popup-content .coupon-head-wrap {
  background: #F2F2F2;
  align-items: center;
  padding: 1em 1.5em;
}

body #popup-content .store-logo {
  height: 4.938em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D8D8D8;
  background: #fff;
  padding: 1%;
}

body #popup-content .store-logo img {
  width: 100%;
  object-fit: contain;
}

body #popup-content .discount-description {
  text-align: left;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1em;
}

body #popup-content .middle-body {
  padding: 1.6em;
  border-bottom: 1px solid #CCC;
}

body #popup-content .coupon-code-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.8em;
}

body #popup-content .coupon-code-wrap .show-code {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px dashed #6418FF;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: 0;
  padding: 0.4em 1.6em;
}

body #popup-content .coupon-code-wrap .copy-btn button {
  background: #6418FF;
  color: #fff;
  font-size: 1.125em;
  outline: 0;
  border: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0.6em 1em;
}

body #popup-content .promo-apply-desc {
  font-weight: 500;
  color: #6418FF;
}

body #popup-content .promo-apply-desc a {
  font-weight: 700;
  color: #6418FF;
}

body #popup-content .no-code-req {
  color: #000;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.7em;
}

body #popup-content .go-to-store-btn button {
  padding: 0.56em 2.33em;
  border: 0;
  background: #6418FF !important;
  color: #fff !important;
  outline: 0;
}

body #popup-content .discount-expiration {
  color: #3F3F3F;
  border-bottom: 1px solid #E9E9E9;
  padding: 0.7em;
}

body #popup-content .popup-footer {
  padding: 1.2em;
}

body #popup-content .share-text {
  color: #000;
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0.3em;
}

body #popup-content .popup-upper {
  position: relative;
  background: url(../images/popup-bg.webp) no-repeat;
  background-size: 100% 100%;
  margin-left: -1px;
  margin-right: -1px;
}

body #popup-content .popup-upper .popup-upper-content {
  width: 74%;
  color: #fff;
  padding: 8.3% 0;
  margin: 0 auto;
}

body #popup-content .popup-upper .popup-site-logo {
  width: 62%;
  margin: 0 auto;
}

body #popup-content .popup-upper .popup-site-logo img {
  width: 100%;
}

body #popup-content .popup-upper .discount-description {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 1em;
  margin-bottom: 1em;
}

body #popup-content .popup-upper .promo-apply-desc {
  font-size: 0.875em;
}

body #popup-content .popup-upper .promo-apply-desc a {
  color: #fff;
}

body #popup-content .footer-bottom {
  background: #fff;
  padding: 0.9em;
}

body header#masthead {
  max-width: unset;
  display: block;
  padding: 0;
  position: relative;
  background: #F5F3F7;
}

body header#masthead .logo-sec {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 0.2em;
}

body header#masthead .site-main-logo img {
  width: 230px;
}

@media (max-width: 767px) {
  body header#masthead .site-main-logo {
    width: 60%;
    margin: 0 auto;
  }
  body header#masthead .site-main-logo img {
    width: 100%;
  }
}
body header#masthead .mh-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.469em 0;
}

body header#masthead .mh-wrap > * {
  margin-bottom: 0.3em;
}

body header#masthead form.search-form {
  max-width: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.0901960784);
}

body header#masthead form.search-form label[for=search-form-1] {
  display: none;
}

body header#masthead form.search-form input[type=text] {
  background: #fff;
  border: 0;
  outline: 0;
  padding: 0.5em 1em;
  width: 100%;
  margin: 0;
  max-width: unset;
  font-weight: 500;
}

body header#masthead form.search-form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  height: 100%;
  width: 9%;
  background: url(../images/search-icon.png) no-repeat center;
  transition: all 0.3s;
}

body header#masthead form.search-form input[type=submit]:before {
  content: "a";
}

body header#masthead form.search-form input[type=submit]:hover {
  background-color: #fff;
}

@media (max-width: 767px) {
  body header#masthead form.search-form input[type=submit] {
    width: 14%;
  }
}
@media (max-width: 1024px) {
  body header#masthead ul#left-menu-list, body header#masthead ul#right-menu-list {
    display: none;
  }
}
body header#masthead ul.menu-wrapper {
  display: flex;
  justify-content: space-evenly;
}

body header#masthead ul.menu-wrapper li {
  list-style: none;
  position: relative;
}

body header#masthead ul.menu-wrapper li a {
  color: #171717;
  font-family: "Satoshi";
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.2em 0.5em;
  text-decoration: none;
  transition: all 0.3s;
}

body header#masthead ul.menu-wrapper li a:hover {
  color: var(--primary_col);
}

body header#masthead ul.menu-wrapper li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s;
  background: #fff;
  border-radius: 4px 4px 16px 16px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 1.2em;
  left: 50%;
  width: 14.5em;
  transform: translateX(-50%);
  z-index: 99;
}

body header#masthead ul.menu-wrapper li .sub-menu li {
  margin-bottom: 0.3em;
}

body header#masthead ul.menu-wrapper li .sub-menu li:last-child {
  margin-bottom: 0;
}

body header#masthead ul.menu-wrapper li button.sub-menu-toggle {
  display: none;
}

body header#masthead ul.menu-wrapper li.menu-item-has-children > a:after {
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 0.6em;
  transition: all 0.3s;
  display: inline-block;
}

body header#masthead ul.menu-wrapper li.highlighted-menu > a {
  color: var(--primary_col);
  font-weight: 700;
}

body header#masthead ul.menu-wrapper > li {
  margin-right: 1em;
}

body header#masthead ul.menu-wrapper > li > a {
  line-height: 3;
  display: inline-block;
}

body header#masthead ul.menu-wrapper > li:last-child {
  margin-right: 0;
}

body header#masthead ul.menu-wrapper > li:hover > a:after {
  transform: rotate(180deg);
}

body header#masthead ul.menu-wrapper > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

body header#masthead .mobile-menu {
  display: none;
}

@media (max-width: 1024px) {
  body header#masthead .mobile-menu {
    display: block;
  }
}
body header#masthead .mobile-menu .mobile-menu-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: 5%;
  top: 27%;
  outline: 0;
}

body header#masthead .mobile-menu .mobile-menu-toggle > div:first-child {
  margin: 0 0.5em;
}

body header#masthead .mobile-menu .mobile-menu-toggle span {
  height: 2px;
  width: 1.3em;
  background: #6418FF;
  display: block;
  margin-bottom: 0.3em;
  margin-left: 0em;
  transform: rotate(0deg);
  transition: 0.4s;
}

body header#masthead .mobile-menu .mobile-menu-toggle span:last-child {
  margin-bottom: 0;
}

body header#masthead .mobile-menu .mobile-menu-toggle.close span:not(.label):nth-child(1) {
  transform: rotate(45deg);
  transition: 0.4s;
  position: relative;
  top: 6px;
}

body header#masthead .mobile-menu .mobile-menu-toggle.close span:not(.label):nth-child(2) {
  display: none;
}

body header#masthead .mobile-menu .mobile-menu-toggle.close span:not(.label):nth-child(3) {
  transform: rotate(-45deg);
  transition: 0.4s;
  position: relative;
  top: -2px;
}

body header#masthead .mobile-menu .mm-panel {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 2px 5px 10px rgba(182, 78, 65, 0.3019607843);
  width: 88%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

body header#masthead .mobile-menu .mm-panel .container {
  padding: 0;
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu {
  padding: 0;
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu li {
  list-style: none;
  border-bottom: 1px solid #cfcfcf;
  position: relative;
  display: block;
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu li:last-child {
  border-bottom: 0;
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu li a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  padding: 0.9em 0.7em;
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  transition: 0.3s;
  color: #202020;
  text-align: left;
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu li a:hover {
  background: #fc0;
  color: #fff;
  transition: 0.3s;
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu li .sub-menu-toggle {
  display: none;
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu li .chevron-child {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.9em;
  border-left: 1px solid #cfcfcf;
  font-size: 1.5em;
  background: #fff;
  transition: 0.3s;
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu li .chevron-child:hover {
  background: #fc0;
  transition: 0.3s;
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu li .chevron-child i {
  transform: rotate(-90deg);
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu li > .sub-menu {
  display: none;
  padding-left: 8px;
  box-shadow: none;
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu li.open-sub > .sub-menu {
  display: block;
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu li.open-sub .chevron-child i {
  transform: rotate(-180deg);
}

body header#masthead .mobile-menu .mm-panel ul.mobile_menu .sub-menu {
  width: 100%;
}

body header.page-header {
  border-bottom: 0;
  margin-bottom: 2em;
}

body header.page-header h1.page-title {
  font-size: 2.3em;
  font-weight: 700;
}

body .search-result-count {
  margin-bottom: 1em;
  font-weight: 500;
}

body .disclaimer {
  font-size: 0.65em;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1.5em;
}

body .disclaimer span {
  border-bottom: 1px solid;
  font-weight: 500;
}

@media (max-width: 767px) {
  body .desk-show {
    display: none;
  }
}
body .mob-show {
  display: none;
}

@media (max-width: 767px) {
  body .mob-show {
    display: block;
  }
}
body .row {
  display: flex;
  flex-wrap: wrap;
}

body .row > * {
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 1.5%;
}

@media (max-width: 767px) {
  body .row > * {
    margin-bottom: 4%;
  }
}
body .row .col-lg-1 {
  width: 8.333%;
}

body .row .col-lg-2 {
  width: 16.666%;
}

body .row .col-lg-3 {
  width: 25%;
}

body .row .col-lg-4 {
  width: 33.333%;
}

body .row .col-lg-5 {
  width: 41.666%;
}

body .row .col-lg-6 {
  width: 50%;
}

body .row .col-lg-7 {
  width: 58.333%;
}

body .row .col-lg-8 {
  width: 66.666%;
}

body .row .col-lg-9 {
  width: 75%;
}

body .row .col-lg-10 {
  width: 83.333%;
}

body .row .col-lg-11 {
  width: 91.666%;
}

body .row .col-lg-12 {
  width: 100%;
}

@media (max-width: 999px) {
  body .row .col-md-1 {
    width: 8.333%;
  }
  body .row .col-md-2 {
    width: 16.666%;
  }
  body .row .col-md-3 {
    width: 25%;
  }
  body .row .col-md-4 {
    width: 33.333%;
  }
  body .row .col-md-5 {
    width: 41.666%;
  }
  body .row .col-md-6 {
    width: 50%;
  }
  body .row .col-md-7 {
    width: 58.333%;
  }
  body .row .col-md-8 {
    width: 66.666%;
  }
  body .row .col-md-9 {
    width: 75%;
  }
  body .row .col-md-10 {
    width: 83.333%;
  }
  body .row .col-md-11 {
    width: 91.666%;
  }
  body .row .col-md-12 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .row .col-sm-1 {
    width: 8.333%;
  }
  body .row .col-sm-2 {
    width: 16.666%;
  }
  body .row .col-sm-3 {
    width: 25%;
  }
  body .row .col-sm-4 {
    width: 33.333%;
  }
  body .row .col-sm-5 {
    width: 41.666%;
  }
  body .row .col-sm-6 {
    width: 50%;
  }
  body .row .col-sm-7 {
    width: 58.333%;
  }
  body .row .col-sm-8 {
    width: 66.666%;
  }
  body .row .col-sm-9 {
    width: 75%;
  }
  body .row .col-sm-10 {
    width: 83.333%;
  }
  body .row .col-sm-11 {
    width: 91.666%;
  }
  body .row .col-sm-12 {
    width: 100%;
  }
}
body p {
  line-height: 1.4;
}

body #primary .entry-header {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 1em;
}

body .entry-content {
  font-family: "Satoshi";
}

body .entry-content .heading-sub {
  text-align: center;
  color: #282828;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

body .entry-content img.attachment-full {
  height: auto !important;
  max-width: unset !important;
}

body .entry-content .custom-btn {
  background: var(--primary_col);
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  padding: 0.6em 1.5em;
  line-height: 1.3;
  transition: all 0.3s;
  font-weight: 700;
  text-decoration: none !important;
}

body .entry-content .custom-btn:hover {
  background: #fc0;
  color: #171717;
}

body .entry-content .custom-heading {
  font-size: 2.75em;
  text-align: center;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 767px) {
  body .entry-content .custom-heading {
    font-size: 2em;
  }
}
body footer#colophon {
  background: var(--primary_col);
  color: #fff;
  padding-top: 3%;
  margin-top: 2em;
}

@media (max-width: 767px) {
  body footer#colophon {
    padding-top: 14.3%;
  }
}
body footer#colophon .footer-main {
  margin-bottom: 1em;
}

body footer#colophon a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

body footer#colophon #media_image-2 {
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  body footer#colophon #media_image-2 {
    text-align: center;
  }
}
body footer#colophon #media_image-2 img {
  width: auto !important;
}

body footer#colophon #text-2 {
  max-width: 90%;
  margin-bottom: 1em;
  font-size: 1em;
}

@media (max-width: 767px) {
  body footer#colophon #text-2 {
    max-width: 100%;
  }
}
body footer#colophon ul.footer-socials {
  display: flex;
}

body footer#colophon ul.footer-socials li {
  margin-right: 1em;
}

body footer#colophon ul.footer-socials li:last-child {
  margin-right: 0;
}

body footer#colophon ul.footer-socials li a {
  font-size: 1.1em;
}

body footer#colophon h2.widget-title {
  font-weight: 700;
  font-size: 1.125em;
  margin-bottom: 1em;
  margin-top: 1.9em;
}

@media (max-width: 767px) {
  body footer#colophon h2.widget-title {
    margin-bottom: 0.5em;
    margin-top: 1em;
  }
}
body footer#colophon nav {
  margin-top: 0;
}

body footer#colophon .menu li {
  margin-bottom: 0.3em;
}

@media (max-width: 767px) {
  body footer#colophon .menu li {
    margin-bottom: 0;
  }
}
body footer#colophon .menu li:last-child {
  margin-bottom: 0;
}

body footer#colophon .menu li a {
  font-size: 1em;
  transition: all 0.3s;
  outline: unset;
}

body footer#colophon .menu li a:hover {
  color: #fc0;
}

body footer#colophon .si-sec {
  text-align: center;
  font-size: 0.75em;
  border-top: 1px solid #d7d7d7;
  padding: 2% 0;
}

@media (max-width: 767px) {
  body footer#colophon .si-sec {
    padding: 6% 0;
  }
}
