/* 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;
}
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: #003E93;
  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: #002752;
  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: #003E93;
}
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: #003E93;
  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: #003E93;
}
body:not(.everop-home) .pro-price {
  display: inline-block;
  margin: 0;
  color: #003E93;
  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;
}
body:not(.everop-home) div#pagination a.page-node,
body:not(.everop-home) div#pagination span.page-node {
  min-width: 38px;
  height: 38px;
  margin: 0 3px;
  border: 1px solid #d9e2ea;
  border-radius: 9px;
  line-height: 36px;
}
body:not(.everop-home) div#pagination a.page-node:hover,
body:not(.everop-home) div#pagination span.page-node.current {
  border-color: #003E93;
  background: #003E93;
  color: #fff;
}

/* 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: #003E93;
  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: #BFE800;
  color: #002752;
}
.template-product #add-to-cart:hover {
  background: #002752;
  color: #fff;
}
.template-product #buy-now {
  background: #003E93;
  color: #fff;
}
.template-product #buy-now:hover {
  background: #002752;
}
.template-product .product-comment {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #dce5ed;
}
.template-product .product-comment > .nav {
  border: 0;
}
.template-product .product-comment > .nav > li > a {
  margin-right: 8px;
  border: 0;
  border-radius: 10px;
  background: #e9eef3;
  color: #002752;
  font-weight: 700;
}
.template-product .product-comment > .nav > li.active > a,
.template-product .product-comment > .nav > li > a:hover {
  background: #003E93;
  color: #fff;
}
.template-product .product-description-wrapper {
  margin-top: 18px;
  padding: 24px;
  border-radius: 14px;
  background: #F3F5F7;
  color: #263f59;
  font-size: 15px;
  line-height: 1.75;
}
.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: #003E93;
}
.template-blog .readmore {
  display: inline-block;
  padding: 9px 15px;
  border-radius: 9px;
  background: #003E93;
  color: #fff;
}
.template-blog .readmore:hover {
  background: #002752;
}
.template-article .article-content {
  border-left: 4px solid #BFE800;
  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: #003E93;
  box-shadow: 0 0 0 3px rgba(0,62,147,.10);
}
.template-page-contact .btn-primary {
  border: 0;
  border-radius: 11px;
  background: #003E93;
  font-weight: 700;
}
.template-page-contact .btn-primary:hover {
  background: #002752;
}

/* 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: #003E93;
  color: #fff;
  font-weight: 700;
}
.template-cart .button-default:hover,
.template-cart .btn:hover,
body[class*="template-customers"] .btn:hover {
  background: #002752;
  color: #fff;
}

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

@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;
  }
}
