/* PWC page system v2 — presentation only; compatible with the theme's Bootstrap 3 structure. */
body:not(.everop-home) {
  background: #F3F5F7;
  color: #002752;
  font-family: OpenSans, Arial, sans-serif;
}

.support-chat { bottom: 44px; position: fixed; right: 24px; z-index: 9999; }
.support-chat-toggle { align-items: center; background: #ffd400; border: 2px solid #fff; border-radius: 29px; box-shadow: 0 0 0 2px #1877d2, 0 4px 14px rgba(0,0,0,.2); color: #111; display: flex; font-size: 16px; font-weight: 700; gap: 8px; height: 52px; justify-content: center; min-width: 158px; padding: 0 22px; }
.support-chat-panel { align-items: flex-end; bottom: 69px; display: flex; flex-direction: column; gap: 12px; opacity: 0; pointer-events: none; position: absolute; right: 3px; transform: translateY(12px); transition: opacity .22s, transform .22s; visibility: hidden; }
.support-chat.is-open .support-chat-panel { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
.support-chat-channel { align-items: center; border-radius: 50%; box-shadow: 0 3px 10px rgba(0,0,0,.16); color: #fff !important; display: flex; height: 52px; justify-content: center; width: 52px; }
.support-chat-channel:hover { transform: scale(1.07); }
.support-chat-channel.is-phone { background: #ff2855; }
.support-chat-channel.is-zalo, .support-chat-channel.is-messenger { background: #fff; }
.support-chat-channel img { display: block; height: 36px; width: 36px; }
.pwc-contact-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pwc-contact-social a { align-items: center; background: rgba(255,255,255,.12); border-radius: 50%; color: #fff; display: flex; height: 44px; justify-content: center; width: 44px; }
.pwc-contact-social a:hover { background: #b7f000; color: #002752; transform: translateY(-2px); }
.pwc-contact-social img { height: 30px; width: 30px; }
@media (max-width: 480px) {
  .support-chat { bottom: 28px; right: 14px; }
  .support-chat-toggle { font-size: 15px; height: 48px; min-width: 142px; padding: 0 18px; }
  .support-chat-panel { bottom: 64px; gap: 10px; }
}
body:not(.everop-home) .wrapper {
  min-height: 100vh;
  background: #F3F5F7;
}
body:not(.everop-home) header.container {
  min-height: 102px;
  padding-top: 18px;
  padding-bottom: 18px;
}
body:not(.everop-home) header .logo img {
  width: auto;
  max-height: 66px;
}
body:not(.everop-home) header .banner {
  overflow: hidden;
  border-radius: 14px;
}
body:not(.everop-home) .navbar-main {
  margin-bottom: 30px;
  border: 0;
  border-radius: 0;
  background: #53a1cc;
  box-shadow: 0 5px 18px rgba(0,39,82,.12);
}
body:not(.everop-home) .navbar-main .navbar-nav > li > a {
  color: #fff;
  font-weight: 700;
  letter-spacing: .15px;
}
body:not(.everop-home) .navbar-main .navbar-nav > li > a:hover,
body:not(.everop-home) .navbar-main .navbar-nav > li > a:focus,
body:not(.everop-home) .navbar-main .navbar-nav > li.active > a {
  background: #66a9d6;
  color: #fff;
}
body:not(.everop-home) #content {
  padding-bottom: 60px;
}
body:not(.everop-home) #content > aside {
  padding-left: 0;
}
body:not(.everop-home) #content > aside .list-group,
body:not(.everop-home) #content > aside .news-menu,
body:not(.everop-home) #content > aside .sidebar {
  overflow: hidden;
  border: 1px solid #dce4ec;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(0,39,82,.06);
}
body:not(.everop-home) .breadcrumb {
  margin: 0 0 22px;
  padding: 12px 16px;
  border: 1px solid #e0e7ee;
  border-radius: 12px;
  background: #fff;
}
body:not(.everop-home) .breadcrumb a {
  color: #53a1cc;
}
body:not(.everop-home) .main-content,
body:not(.everop-home) #wrapper-detail,
body:not(.everop-home) #layout-page,
body:not(.everop-home) #page .content-page,
body:not(.everop-home) .article {
  color: #002752;
}
body:not(.everop-home) h1,
body:not(.everop-home) h2,
body:not(.everop-home) h3 {
  color: #002752;
  font-weight: 700;
}
body:not(.everop-home) a {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

/* Collection and reusable product cards */
.template-collection #collection > .col-md-9,
.template-search #search > .col-md-9 {
  padding-right: 0;
}
.template-collection #collection .main-content,
.template-search .main-content {
  overflow: hidden;
  padding: 24px;
  border: 1px solid #dfe7ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,39,82,.07);
}
.template-collection #collection h1 {
  margin: 8px 0 25px;
  color: #002752;
  font-size: 28px;
  font-weight: 800;
  text-transform: none;
}
.template-collection .browse-tags {
  margin-top: 4px;
  color: #52677d;
}
.template-collection .custom-dropdown__select {
  min-width: 205px;
  height: 42px;
  padding: 0 34px 0 14px;
  border: 1px solid #ccd8e3;
  border-radius: 10px;
  background-color: #F3F5F7;
  color: #002752;
}
body:not(.everop-home) .product-block {
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #e0e7ee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(0,39,82,.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body:not(.everop-home) .product-block:hover {
  transform: translateY(-4px);
  border-color: #53a1cc;
  box-shadow: 0 15px 30px rgba(0,62,147,.13);
}
body:not(.everop-home) .product-img {
  height: 255px;
  overflow: hidden;
  background: #F3F5F7;
}
body:not(.everop-home) .product-img > a > img {
  width: 100%;
  height: 255px;
  margin: 0;
  object-fit: contain;
  opacity: 1;
}
body:not(.everop-home) .product-detail {
  padding: 16px 17px 20px;
}
body:not(.everop-home) .pro-name {
  min-height: 42px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.4;
}
body:not(.everop-home) .pro-name a {
  color: #002752;
}
body:not(.everop-home) .pro-name a:hover {
  color: #53a1cc;
}
body:not(.everop-home) .pro-price {
  display: inline-block;
  margin: 0;
  color: #53a1cc;
  font-size: 18px;
  font-weight: 800;
}
body:not(.everop-home) .pro-price-del {
  display: inline-block;
  margin: 0 0 0 7px;
  color: #8b9bac;
  font-size: 13px;
}
body:not(.everop-home) .product-sale span,
body:not(.everop-home) .sold-out {
  border-radius: 0 0 10px 0;
}
body:not(.everop-home) .product-sale span {
  background: #FF8D6D;
  color: #002752;
}
body:not(.everop-home) .sold-out {
  background: #FF8D6D;
  color: #002752;
}
/* Modern Centered Pagination Override */
body div#pagination.pwc-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 12px 24px !important;
  box-shadow: 0 4px 15px rgba(0, 39, 82, 0.03) !important;
  margin: 30px 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  float: none !important;
  height: auto !important;
}

body div#pagination.pwc-pagination .prev,
body div#pagination.pwc-pagination .next {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #475569 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  float: none !important;
  padding: 0 !important;
  height: auto !important;
  line-height: normal !important;
}

body div#pagination.pwc-pagination .prev i,
body div#pagination.pwc-pagination .next i {
  font-size: 18px !important;
  position: static !important;
}

body div#pagination.pwc-pagination .prev i::before,
body div#pagination.pwc-pagination .next i::before {
  font-size: 18px !important;
  position: static !important;
}

body div#pagination.pwc-pagination .prev:hover,
body div#pagination.pwc-pagination .next:hover {
  color: #53a1cc !important;
}

body div#pagination.pwc-pagination .page-numbers {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}

body div#pagination.pwc-pagination a.page-node,
body div#pagination.pwc-pagination span.page-node {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px !important;
  height: 38px !important;
  padding: 0 6px !important;
  margin: 0 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 9px !important;
  color: #475569 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  float: none !important;
}

body div#pagination.pwc-pagination span.page-node-dots {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 38px !important;
  height: 38px !important;
  color: #94a3b8 !important;
  font-size: 14px !important;
}

body div#pagination.pwc-pagination a.page-node:hover,
body div#pagination.pwc-pagination span.page-node.current {
  border-color: #53a1cc !important;
  background: #53a1cc !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* Responsive styles */
@media (max-width: 767px) {
  body div#pagination.pwc-pagination {
    padding: 10px 16px !important;
  }
  body div#pagination.pwc-pagination .prev span,
  body div#pagination.pwc-pagination .next span {
    display: none !important;
  }
  body div#pagination.pwc-pagination .prev,
  body div#pagination.pwc-pagination .next {
    padding: 8px !important;
  }
}

/* Product detail */
.template-product #content > aside {
  display: none;
}
.template-product #content > .col-lg-9,
.template-product #content > .col-md-9 {
  width: 100%;
}
.template-product #wrapper-detail {
  padding: 28px;
  border: 1px solid #dde6ee;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(0,39,82,.08);
}
.template-product #surround {
  overflow: hidden;
  padding: 18px;
  border-radius: 17px;
  background: #F3F5F7;
}
.template-product .product-image-feature {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}
.template-product #sliderproduct {
  margin-top: 16px;
}
.template-product .product-thumb {
  overflow: hidden;
  border: 1px solid #d8e2eb;
  border-radius: 10px;
  background: #fff;
}
.template-product .product-title h1 {
  margin: 5px 0 14px;
  color: #002752;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
}
.template-product .product-price {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e8ef;
}
.template-product .product-price span {
  color: #53a1cc;
  font-size: 30px;
  font-weight: 800;
}
.template-product .product-price del {
  margin-left: 10px;
  color: #8c9baa;
  font-size: 17px;
}
.template-product .selector-wrapper label,
.template-product .select-wrapper label {
  display: block;
  margin: 12px 0 7px;
  color: #002752;
  font-weight: 700;
}
.template-product .selector-wrapper select,
.template-product #quantity {
  height: 44px;
  border: 1px solid #ccd8e2;
  border-radius: 10px;
  background: #fff;
}
.template-product .btn-detail {
  height: 52px;
  border: 0;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
.template-product #add-to-cart {
  background: #ff6517;
  color: #002752;
}
.template-product #add-to-cart:hover {
  background: #66a9d6;
  color: #fff;
}
.template-product #buy-now {
  background: #53a1cc;
  color: #fff;
}
.template-product #buy-now:hover {
  background: #66a9d6;
}
.template-product .product-comment {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e2e8f0;
}
.template-product .product-comment > .nav {
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 28px;
  padding: 6px;
  background: #f1f5f9;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}
.template-product .product-comment > .nav > li {
  display: inline-block;
  float: none;
}
.template-product .product-comment > .nav > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 24px;
  border: 0 !important;
  border-radius: 8px;
  background: transparent;
  color: #475569;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.template-product .product-comment > .nav > li.active > a,
.template-product .product-comment > .nav > li > a:hover {
  background: #ffffff;
  color: #53a1cc;
  box-shadow: 0 4px 12px rgba(0, 39, 82, 0.08);
}
.template-product .product-comment > .nav > li > a::after {
  display: none !important;
  content: none !important;
}
.template-product .product-description-wrapper {
  margin-top: 0;
  padding: 30px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 32px rgba(0, 39, 82, 0.02);
  color: #334155;
  font-size: 15px;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .template-product .product-comment #binhluan,
  .template-product .list-like {
    display: none;
  }
  .template-product .product-comment #mota.is-product-tab-active,
  .template-product .product-comment #binhluan.is-product-tab-active,
  .template-product .list-like.is-product-tab-active {
    display: block;
  }
}
.template-product .list-like {
  width: 100%;
  margin-top: 35px;
  padding: 0;
}

/* Blog and article */
.template-blog #content > aside,
.template-article #content > aside {
  display: none;
}
.template-blog #content > .col-md-9,
.template-article #content > .col-md-9,
.template-blog #content .col-md-9,
.template-article #content .col-md-9 {
  width: 100%;
}
.template-blog .main-content,
.template-article .article {
  padding: 28px;
  border: 1px solid #dfe7ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,39,82,.07);
}
.template-blog .article,
.template-blog .article-loop {
  margin-bottom: 24px;
  padding: 22px;
  border: 1px solid #e0e7ee;
  border-radius: 15px;
  box-shadow: none;
}
.template-blog .title-article a,
.template-article h1 {
  color: #002752;
}
.template-blog .title-article a:hover {
  color: #53a1cc;
}
.template-blog .readmore {
  display: inline-block;
  padding: 9px 15px;
  border-radius: 9px;
  background: #53a1cc;
  color: #fff;
}
.template-blog .readmore:hover {
  background: #66a9d6;
}
.template-article .article-content {
  border-left: 4px solid #ff6517;
  color: #263f59;
  font-size: 16px;
  line-height: 1.8;
}
.template-article .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

/* Pages and contact */
.template-page #content > aside,
.template-page-contact #content > aside {
  display: none;
}
.template-page #layout-page,
.template-page-contact #layout-page {
  width: 100%;
  padding: 32px;
  border: 1px solid #dfe7ef;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,39,82,.07);
}
.template-page .header-page h1,
.template-page-contact .header-page h1 {
  margin: 0 0 24px;
  color: #002752;
  font-size: 32px;
  font-weight: 800;
}
.template-page .content-page,
.template-page-contact .content-page {
  color: #263f59;
  font-size: 15px;
  line-height: 1.75;
}
.template-page .content-page img,
.template-page-contact .content-page img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}
.template-page-contact .form-control,
.template-customers-login .form-control,
.template-customers-register .form-control,
.template-customers-addresses .form-control {
  border: 1px solid #ced9e3;
  border-radius: 10px;
  box-shadow: none;
}
.template-page-contact .form-control:focus {
  border-color: #53a1cc;
  box-shadow: 0 0 0 3px rgba(0,62,147,.10);
}
.template-page-contact .btn-primary {
  border: 0;
  border-radius: 11px;
  background: #53a1cc;
  font-weight: 700;
}
.template-page-contact .btn-primary:hover {
  background: #66a9d6;
}

/* PWC contact page */
.template-page-contact #content {
  width: 100%;
  max-width: none;
  padding: 0;
}
.template-page-contact #content > aside {
  display: none;
}
.pwc-contact-page {
  width: 100%;
  color: #17324d;
}
.pwc-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 42px;
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at 85% 22%, rgba(171, 227, 0, .22), transparent 25%),
    linear-gradient(125deg, #002752 0%, #003e72 58%, #075389 100%);
}
.pwc-contact-hero::after {
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 360px;
  height: 360px;
  border: 42px solid rgba(255,255,255,.06);
  border-radius: 50%;
  content: "";
}
.pwc-contact-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.pwc-contact-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #b7ed12;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
}
.pwc-contact-hero h1 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.15;
}
.pwc-contact-hero p {
  max-width: 680px;
  margin: 0;
  color: #dbe8f3;
  font-size: 17px;
  line-height: 1.7;
}
.pwc-contact-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.pwc-contact-quick-actions a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: #fff;
  color: #002752;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.pwc-contact-quick-actions a:hover {
  transform: translateY(-2px);
  color: #004b87;
}
.pwc-contact-quick-actions img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.pwc-contact-cards {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: calc(100% - 30px);
  max-width: 1180px;
  margin: -28px auto 30px;
}
.pwc-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  min-height: 132px;
  padding: 24px;
  border: 1px solid #e3eaf0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0,39,82,.09);
}
.pwc-contact-card-icon {
  display: inline-flex;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #eef7d1;
  color: #315b00;
  font-size: 20px;
}
.pwc-contact-card h2 {
  margin: 2px 0 8px;
  color: #002752;
  font-size: 17px;
  font-weight: 800;
}
.pwc-contact-card p {
  margin: 0;
  color: #5a6d7e;
  line-height: 1.55;
}
.pwc-contact-card a {
  color: #004b87;
  font-weight: 700;
}
.pwc-contact-main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 26px;
  width: calc(100% - 30px);
  max-width: 1180px;
  margin: 0 auto 55px;
}
.pwc-contact-form-panel,
.pwc-contact-info-panel {
  overflow: hidden;
  border: 1px solid #e1e8ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0,39,82,.07);
}
.pwc-contact-form-panel {
  padding: 34px;
}
.pwc-contact-heading > span {
  color: #719c00;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.pwc-contact-heading h2 {
  margin: 8px 0 10px;
  color: #002752;
  font-size: 28px;
  font-weight: 800;
}
.pwc-contact-heading p {
  margin: 0 0 26px;
  color: #607385;
}
.pwc-contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.pwc-contact-form-panel .form-group {
  margin-bottom: 18px;
}
.pwc-contact-form-panel label {
  margin-bottom: 8px;
  color: #17324d;
  font-size: 14px;
  font-weight: 700;
}
.pwc-contact-form-panel label span {
  color: #e74c3c;
}
.pwc-contact-form-panel .form-control {
  width: 100%;
  height: 48px;
  padding: 11px 14px;
  border: 1px solid #d6e0e8;
  border-radius: 11px;
  background: #f9fbfc;
  color: #17324d;
  font-size: 15px;
}
.pwc-contact-form-panel textarea.form-control {
  height: auto;
  min-height: 145px;
  resize: vertical;
}
.pwc-contact-form-panel .form-control:focus {
  border-color: #78a600;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(171, 227, 0, .18);
}
.pwc-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 24px;
  border: 0;
  border-radius: 12px;
  background: #b7ed12;
  color: #002752;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(93,127,0,.18);
}
.pwc-contact-submit:hover {
  transform: translateY(-2px);
  background: #c8f83a;
}
.pwc-contact-info-panel {
  align-self: start;
}
.pwc-contact-shop {
  padding: 30px;
  background: #002752;
  color: #dce8f3;
}
.pwc-contact-shop-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: #b7ed12;
  color: #002752;
  font-size: 22px;
}
.pwc-contact-shop h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
}
.pwc-contact-shop > p {
  margin-bottom: 22px;
  color: #bcd0e0;
  line-height: 1.65;
}
.pwc-contact-shop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pwc-contact-shop li {
  display: flex;
  gap: 11px;
  margin: 13px 0;
  line-height: 1.55;
}
.pwc-contact-shop li > i {
  width: 17px;
  margin-top: 4px;
  color: #b7ed12;
  text-align: center;
}
.pwc-contact-shop a {
  color: #fff;
}
@media (max-width: 991px) {
  .pwc-contact-hero {
    padding: 58px 24px;
    border-radius: 0 0 22px 22px;
  }
  .pwc-contact-hero h1 {
    font-size: 36px;
  }
  .pwc-contact-cards {
    grid-template-columns: 1fr;
  }
  .pwc-contact-main {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pwc-contact-hero {
    padding: 42px 18px 58px;
  }
  .pwc-contact-hero h1 {
    font-size: 30px;
  }
  .pwc-contact-hero p {
    font-size: 15px;
  }
  .pwc-contact-quick-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .pwc-contact-quick-actions a {
    justify-content: center;
  }
  .pwc-contact-cards {
    margin-top: -20px;
  }
  .pwc-contact-form-panel {
    padding: 24px 18px;
  }
  .pwc-contact-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .pwc-contact-heading h2 {
    font-size: 24px;
  }
}

/* Cart and customer pages */
.template-cart #content > aside,
body[class*="template-customers"] #content > aside {
  display: none;
}
.template-cart #content > .col-md-9,
body[class*="template-customers"] #content > .col-md-9 {
  width: 100%;
}
.template-cart #cartformpage,
body[class*="template-customers"] #content_for_layout,
body[class*="template-customers"] .main-content {
  padding: 28px;
  border: 1px solid #dfe7ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(0,39,82,.07);
}
.template-cart .button-default,
.template-cart .btn,
body[class*="template-customers"] .btn {
  border: 0;
  border-radius: 10px;
  background: #53a1cc;
  color: #fff;
  font-weight: 700;
}
.template-cart .button-default:hover,
.template-cart .btn:hover,
body[class*="template-customers"] .btn:hover {
  background: #66a9d6;
  color: #fff;
}

body:not(.everop-home) footer {
  padding: 38px 15px;
  background: #002752;
  color: #dbe5ee;
}
body:not(.everop-home) footer a {
  color: #ff6517;
}

@media (max-width: 991px) {
  body:not(.everop-home) header.container {
    min-height: 78px;
    padding: 12px 15px;
  }
  body:not(.everop-home) header .logo img {
    max-height: 52px;
    margin: auto;
  }
  body:not(.everop-home) #content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .template-product #wrapper-detail,
  .template-blog .main-content,
  .template-article .article,
  .template-page #layout-page,
  .template-page-contact #layout-page {
    padding: 18px;
  }
  .template-product .product-title h1 {
    margin-top: 24px;
    font-size: 26px;
  }
  .template-product .product-price span {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  body:not(.everop-home) .navbar-main {
    margin-bottom: 18px;
  }
  body:not(.everop-home) .product-block {
    min-height: 330px;
  }
  body:not(.everop-home) .product-img,
  body:not(.everop-home) .product-img > a > img {
    height: 190px;
  }
  body:not(.everop-home) .pro-loop {
    padding-left: 6px;
    padding-right: 6px;
  }
  body:not(.everop-home) .product-detail {
    padding: 12px;
  }
  .template-collection #collection .main-content {
    padding: 15px;
  }
  .template-collection #collection h1 {
    font-size: 23px;
  }
  .template-product .btn-detail {
    margin-top: 10px;
  }
  .template-article .article-content {
    padding-left: 15px;
  }
}
