@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Global - Body Style */
html {
  scroll-behavior: smooth;
}

header {
  color: #67676b;
}

body {
  color: #67676b;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 102px;
}
@media screen and (max-width: 576px) {
  body {
    margin-top: 91px;
  }
}

pre {
  background-color: orange;
  margin-bottom: 0;
}

h1 {
  color: #263765;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 200;
}

h2 {
  color: #263765;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 4.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 2.75rem;
  }
}

h3 {
  color: #67676b;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
}

h4 {
  color: #67676b;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

h5, h6 {
  color: #67676b;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}

p a:not(.btn) {
  color: #263765;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
p a:not(.btn):hover {
  color: #11192d;
  text-decoration: none;
  text-decoration: underline;
}

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

.product-title {
  color: #263765;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .product-title {
    font-size: 2rem;
  }
}

.product-subtitle {
  margin-bottom: 1.5rem;
  text-transform: none;
}

.product-details-title {
  color: #263765;
  text-transform: none;
}
.page-about .product-details-title, .page-thermage .product-details-title, .page-threeforme .product-details-title {
  font-size: 2.5rem;
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 200;
}

strong {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.page-contact .section-page-title {
  padding-bottom: 0.5rem;
}
.page-contact .section-centered-text {
  padding: 0;
}

.btn-primary {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #263765;
  border: 2px solid #263765;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #1b2747;
  border-color: #1b2747;
  color: #FFFFFF;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: #454546;
  border-color: #454546;
  cursor: not-allowed;
}

.btn-outline-primary {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #263765;
  border: 2px solid #263765;
}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #263765;
  border-color: #263765;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: #535356;
  border-color: #535356;
  cursor: not-allowed;
}

.btn-secondary {
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #67676b;
  border: 2px solid #67676b;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #535356;
  border-color: #535356;
  color: #FFFFFF;
}

.btn-outline-secondary {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #67676b;
  border: 2px solid #67676b;
}
.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #67676b;
  border-color: #67676b;
}

.btn-outline-light {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #263765;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: #535356;
  border-color: #535356;
  cursor: not-allowed;
}

.btn {
  border-radius: 0;
  font-size: 1.125rem;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn-lg {
  padding: 0.875rem 3.75rem;
}
@media screen and (max-width: 576px) {
  .btn-lg {
    padding: 0.75rem 2.5rem;
  }
}

.btn-sm {
  font-size: 1rem;
}

.card {
  border: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .card {
    margin-bottom: 1rem;
  }
}
.card a:hover .card-img-overlay {
  background: rgba(38, 55, 101, 0);
}
.card a:hover .card-text {
  text-shadow: 0 1px 3px #28282a;
}
.card.shop-showcase h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 4.5rem;
}
@media screen and (max-width: 767px) {
  .card.shop-showcase h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 575px) {
  .card.shop-showcase h2 {
    font-size: 2rem;
  }
}

.card-img {
  border-radius: 0;
}

.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background: rgba(38, 55, 101, 0.65);
  transition: background 0.25s ease;
}
.shop-showcase .card-img-overlay {
  background: transparent;
}

.card-text {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  transition: text-shadow 0.25s ease;
}

.table {
  color: #67676b;
}
.table thead th {
  border-top: 0;
  border-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.table td, .table th {
  padding: 0.5rem;
  border-top: 1px solid #ceced0;
}
.table td:last-of-type {
  width: 25%;
}
.table span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}

.table-contact {
  font-family: 1.125rem;
}
.table-contact td {
  border-top: 0;
  padding: 0.375rem 0;
}
.table-contact td:last-of-type {
  width: auto;
}

.form-control {
  border-radius: 0;
  font-size: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}

.custom-control-label::before {
  background-color: #FFFFFF;
  border: 1px solid #a7a7aa;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #263765;
  border-color: transparent;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 98%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.nav-tabs {
  border-bottom: 0;
  margin: 0.5rem 0;
  transition: margin 0.5s ease;
}
.nav-tabs .nav-link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  color: #67676b;
  border: 0;
  border-radius: 0;
  border-right: 2px solid #263765;
  padding: 0.125rem 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  color: #263765;
  border-color: #263765;
}
.nav-tabs .nav-item:last-of-type .nav-link {
  border-right: 0;
}

#services-sticky-nav.sticky {
  position: fixed;
  top: 102px;
  left: 0;
  width: 100%;
  z-index: 2000;
  background-color: #FFFFFF;
  box-shadow: 0 2px 3px rgba(103, 103, 107, 0.1);
}
@media screen and (max-width: 576px) {
  #services-sticky-nav.sticky {
    top: 91px;
  }
}
#services-sticky-nav.sticky .nav-tabs {
  margin: 0.25rem 0;
}
#services-sticky-nav button.navbar-toggler span.text {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #services-sticky-nav .nav-tabs .nav-link {
    padding: 0.75rem 0rem;
    border-right: 0;
  }
}

hr.services-nav-border {
  margin: 0 0 3rem 0;
  border-top: 1px solid rgba(103, 103, 107, 0.25);
}

#servicesTab.nav-tabs {
  margin: 0;
  padding: 1.5rem 0;
  transition: padding 0.5s ease;
}
#servicesTab.nav-tabs.sticky {
  position: fixed;
  top: 102px;
  left: 0;
  width: 100%;
  z-index: 2000;
  background-color: #FFFFFF;
  box-shadow: 0 2px 3px rgba(103, 103, 107, 0.1);
  padding: 0.75rem 0;
}
@media screen and (max-width: 576px) {
  #servicesTab.nav-tabs.sticky {
    top: 91px;
  }
}

.slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  height: 3rem;
  left: 50%;
  transform: translatex(-50%);
}
.slick-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
  outline: none;
}
.slick-slider .slick-dots li {
  width: 1rem;
  height: 1rem;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #67676b;
  border: 2px solid #FFFFFF;
}
.slick-slider .slick-dots > li:only-child {
  display: none;
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  content: "\f104";
}

.slick-next {
  right: 0;
}
.slick-next::before {
  content: "\f105";
}

.slick-prev,
.slick-next {
  width: 2rem;
  height: 2rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  transition: background-color 0.2s ease;
  z-index: 2;
}
.slick-prev:hover, .slick-prev:active, .slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
  background-color: rgba(255, 255, 255, 0.25);
}
.slick-prev::before,
.slick-next::before {
  font-family: FontAwesome;
  font-size: 2.5rem;
  color: #FFFFFF;
  opacity: 1;
}

.job-listings {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.job-listings .job-heading {
  padding: 0.5rem 2rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .job-listings .job-heading {
    padding: 0.5rem 0;
  }
}
.job-listings .job-content .job-item {
  border-top: 1px solid #e8e8e9;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .job-listings .job-content .job-item {
    padding: 0.5rem 0;
  }
}
.job-listings .job-content .job-item a.job-details {
  color: #263765;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.job-listings .job-content .job-item.active .fa:before {
  content: "\f0d8";
}
.job-listings .job-content .job-item .job-details-description p.text-uppercase {
  margin-bottom: 0.25rem;
}
.job-listings .job-content .job-item .job-details-description h3 {
  font-size: 1.5rem;
  color: #263765;
}
.job-listings .job-content .job-item .job-text h4 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.job-listings .job-content .job-item .job-text p strong {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  .section-product-fullwdithimage-text.product-section {
    position: relative;
  }
}

.modal {
  z-index: 2050;
}

.modal-link:not([href]):not([tabindex]) {
  color: #263765;
  cursor: pointer;
}

.modal-content {
  border-radius: 0;
}

.modal-backdrop {
  z-index: 2040;
}

.section-testimonials {
  padding-block: 4rem;
}
@media screen and (min-width: 992px) {
  .section-testimonials .testimonials-container {
    padding-inline: 0;
    width: 90%;
    max-width: 1800px;
  }
}
.section-testimonials .testimonials-carousel .slick-list {
  margin-inline: -0.75rem;
}
.section-testimonials .testimonials-carousel .slick-track {
  display: flex;
}
.section-testimonials .testimonials-carousel.slick-slider .slick-dots {
  bottom: initial;
}
.section-testimonials .testimonials-carousel.slick-slider .slick-dots button {
  background: #67676b;
}
.section-testimonials .testimonials-carousel.slick-slider .slick-dots li.slick-active button {
  background: #263765;
}
.section-testimonials .testimonials-carousel .testimonials-carousel-item {
  height: inherit;
  border: 1px solid rgba(103, 103, 107, 0.05);
  padding: 2rem 1.25rem 1.25rem;
  border-radius: 0;
  box-shadow: 2px 3px 4px rgba(103, 103, 107, 0.1);
}
.section-testimonials .testimonials-carousel .testimonials-carousel-item.slick-slide {
  margin: 0 0.75rem 2rem;
}
.section-testimonials .testimonials-carousel .testimonials-carousel-item .card-body {
  font-size: 0.875rem;
  padding: 2rem 0 1rem;
  padding: 2.5rem 0 2rem;
  border-top: 1px solid #67676b;
  border-bottom: 1px solid #67676b;
}
.section-testimonials .testimonials-carousel .testimonials-carousel-item .card-body p:last-of-type {
  margin-bottom: 0;
}
.section-testimonials .testimonials-carousel .testimonials-carousel-item .card-body .quote-decoration {
  fill: #263765;
  position: absolute;
  top: -1rem;
  left: 50%;
  right: 50%;
  transform: translate(-50%);
}
.section-testimonials .testimonials-carousel .testimonials-carousel-item .card-footer {
  background-color: transparent;
  padding: 1rem 0 0;
  font-size: 0.875rem;
}
.section-testimonials .testimonials-carousel .testimonials-carousel-item .card-footer .author {
  color: #263765;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.section-testimonials .testimonials-carousel .testimonials-carousel-item .card-footer .footer-stars {
  fill: #263765;
}

.masthead {
  height: 100vh;
  min-height: 380px;
}

.header-title {
  color: #263765;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  margin-bottom: 1.5rem;
}

.header-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 4rem;
  font-size: 5rem;
  line-height: 1;
  color: #67676b;
}
@media screen and (max-width: 767px) {
  .header-text {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .header-text {
    font-size: 2.5rem;
  }
}

.header-desc {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-top: 1.25rem;
}

.section-page-title {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.header-video {
  position: relative;
  background-color: black;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.header-video.header-background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1600px) {
  .header-video.header-background-image {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .header-video.header-background-image {
    background-position: 30% center;
  }
}
.header-video .btn + .btn {
  margin-top: 0.5rem;
}

.header-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (pointer: coarse) and (hover: none) {
  .header-video video {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-video video {
    display: none;
  }
}

.header-video .container {
  position: relative;
  z-index: 2;
}

.header-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  opacity: 0.5;
  z-index: 1;
}

@media (max-width: 767px) {
  .header-video {
    height: auto;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.header-video h1 {
  color: #67676b;
  font-size: 5.5rem;
  line-height: 0.875;
}
@media (max-width: 1199px) {
  .header-video h1 {
    font-size: 4.25rem;
  }
}
@media (max-width: 991px) {
  .header-video h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .header-video h1 {
    font-size: 2.5rem;
  }
}
.header-video p {
  color: #67676b;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 2.25rem;
}
@media (max-width: 991px) {
  .header-video p {
    font-size: 1.25rem;
  }
}
.header-video .video-text {
  border-left: 2px solid #67676b;
  padding: 3rem 5rem;
}
@media (max-width: 991px) {
  .header-video .video-text {
    padding: 0 0 0 2rem;
  }
}
@media (max-width: 767px) {
  .header-video .video-text {
    border-left: none;
  }
}

.header-image h1 {
  font-size: 4rem;
  line-height: 1;
  color: #67676b;
}
@media screen and (max-width: 576px) {
  .header-image h1 {
    font-size: 3rem;
  }
}
.header-image p {
  color: #67676b;
  font-size: 1.5rem;
  line-height: 1.25;
  padding-bottom: 2.25rem;
  margin-bottom: 0;
}
.header-image .video-text {
  border-left: solid 2px #67676b;
  margin-top: 50px;
  padding: 0 5rem;
}
.header-image .video-text.border-at-right {
  border-left: none;
  border-right: 2px solid #67676b;
}
.header-image .video-text.no-border {
  border: none !important;
}
@media (max-width: 991px) {
  .header-image .video-text {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .header-image .video-text {
    border-left: none;
  }
}

.header-navbar {
  padding: 1.5rem 1rem;
}
.header-navbar.fixed-top {
  background-color: #FFFFFF;
  z-index: 2001;
}
@media screen and (max-width: 991px) {
  .header-navbar.fixed-top {
    max-height: 100vh;
    overflow: scroll;
  }
}
.header-navbar.navbar-light .navbar-nav .nav-link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.1625em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #67676b;
  transition: color 0.1s ease;
}
.header-navbar.navbar-light .navbar-nav .nav-link:hover, .header-navbar.navbar-light .navbar-nav .nav-link:focus, .header-navbar.navbar-light .navbar-nav .nav-link:active {
  color: #263765;
}
.header-navbar.navbar-light .navbar-nav .nav-link:hover.shopping-link .fa, .header-navbar.navbar-light .navbar-nav .nav-link:focus.shopping-link .fa, .header-navbar.navbar-light .navbar-nav .nav-link:active.shopping-link .fa {
  color: #1b2747;
}
.header-navbar.navbar-light .navbar-nav .nav-link:hover.shopping-link .shopping-item-count, .header-navbar.navbar-light .navbar-nav .nav-link:focus.shopping-link .shopping-item-count, .header-navbar.navbar-light .navbar-nav .nav-link:active.shopping-link .shopping-item-count {
  color: #1b2747;
}
.header-navbar.navbar-light .navbar-nav .nav-link.shopping-link .fa {
  color: #263765;
  transition: color 0.1s ease;
}
.header-navbar.navbar-light .navbar-nav .nav-link.shopping-link .shopping-item-count {
  font-size: 0.875rem;
  color: #263765;
  transition: color 0.1s ease;
}
.header-navbar.navbar-light .navbar-nav .nav-link.btn {
  color: #FFFFFF;
  padding: 0.25rem 0.5rem;
}
.header-navbar.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #263765;
}
.header-navbar.navbar-light .navbar-brand img {
  width: 200px;
  width: 280px;
}
@media screen and (max-width: 576px) {
  .header-navbar.navbar-light .navbar-brand img {
    width: 160px;
    width: 200px;
  }
}
.header-navbar .dropdown-menu {
  right: 0;
  border: 1px solid #67676b;
  border-radius: 0;
  padding: 2rem 2.5rem;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .header-navbar .dropdown-menu {
    padding: 2rem;
  }
}
.header-navbar h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.025em;
}
.header-navbar h3 a {
  color: #67676b;
}
.header-navbar h3 a:hover {
  text-decoration: none;
  color: #263765;
}
.header-navbar .services-list {
  padding: 0;
  list-style-type: none;
}
.header-navbar .services-list a {
  color: #67676b;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5em;
  padding: 0.25rem 0;
}
.header-navbar .services-list a:hover {
  text-decoration: none;
  color: #263765;
}
.header-navbar .card {
  margin-bottom: 1rem;
}
.header-navbar a.card {
  margin-bottom: 1rem;
}
.header-navbar a.card:hover {
  text-decoration: none;
}
.header-navbar a.card:hover.background-card .background-card-image {
  background-color: rgba(38, 55, 101, 0.5);
}
.header-navbar a.card.background-card {
  height: 5rem;
}
.header-navbar a.card.background-card .background-card-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #263765;
  background-blend-mode: multiply;
  transition: background-color 0.15s ease;
}
.header-navbar a.card.background-card p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1;
}

.arrow_box {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #67676b;
}
.arrow_box::before, .arrow_box::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .arrow_box::before, .arrow_box::after {
    left: 45%;
  }
}
.arrow_box.arrow_box_shop::before, .arrow_box.arrow_box_shop::after {
  left: 57.5%;
}
@media screen and (max-width: 1199px) {
  .arrow_box.arrow_box_shop::before, .arrow_box.arrow_box_shop::after {
    left: 54%;
  }
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFFFFF;
  border-width: 16px;
  margin-left: -16px;
}

.arrow_box:before {
  border-color: rgba(103, 103, 107, 0);
  border-bottom-color: #67676b;
  border-width: 17px;
  margin-left: -17px;
}

.category-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.section-category-features {
  margin: 3.75rem 0;
}
.section-category-features p {
  line-height: 1.25;
  margin-top: 0.5rem;
}

.showcase-img-new {
  background-size: 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1300px) {
  .showcase-img-new {
    min-height: 40rem;
  }
}
@media screen and (max-width: 991px) {
  .showcase-img-new {
    background-image: none !important;
  }
}
.showcase-img-new.showcase-img-position-left {
  background-position: left;
}
.showcase-img-new.showcase-img-position-right {
  background-position: right;
}

@media screen and (min-width: 1200px) {
  .showcase-text-new.showcase-p-left {
    padding-left: 6rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-text-new.showcase-p-left {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .showcase-text-new.showcase-p-right {
    padding-right: 6rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .showcase-text-new.showcase-p-right {
    padding-right: 4rem;
  }
}

.image-text-section .showcase-img {
  background-size: cover;
  background-position: center;
  aspect-ratio: 1;
}
.image-text-section .showcase-text {
  padding: 2rem 5rem;
}
@media screen and (max-width: 767px) {
  .image-text-section .showcase-text {
    padding: 2rem 3rem;
  }
}
.image-text-section .product-description strong {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.image-text-section .showcase-list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.image-text-section .showcase-list span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.image-text-section .showcase-list p {
  margin-bottom: 0;
}
.image-text-section .custom-select {
  border: 1px solid #b4b4b7;
  border-radius: 0.125rem;
  color: #67676b;
}
.image-text-section a:not([href]):not([tabindex]) {
  color: #FFFFFF;
  cursor: pointer;
}

.product-section .product-section-media {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .product-section .product-section-media {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .product-section .product-section-media.media-right {
    left: 50%;
    right: 0%;
  }
  .product-section .product-section-media.media-left {
    left: 0;
    right: 50%;
  }
}
.product-section .product-section-media img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
@media screen and (min-width: 992) {
  .product-section .product-section-media img {
    position: absolute;
    inset: 0;
  }
}
.product-section .product-section-media .product-image-carousel-dots-container {
  position: relative;
}
.product-section .product-section-media .product-image-carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
  height: 100%;
}
.product-section .product-section-media .product-image-carousel.slick-dotted.slick-slider .slick-list {
  height: 100%;
}
.product-section .product-section-media .product-image-carousel.slick-dotted.slick-slider .slick-track {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .product-section .row {
    min-height: 640px;
  }
}
.product-section .product-section-content {
  padding-top: 2rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  .product-section .product-section-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.product-section .product-section-content .showcase-list span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.product-image-carousel-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 0;
  height: 3rem;
  left: 50%;
  transform: translatex(-50%);
  list-style: none;
  text-align: center;
}
.product-image-carousel-dots li {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.product-image-carousel-dots li.slick-active button {
  background-color: #67676b;
  border: 2px solid #FFFFFF;
}
.product-image-carousel-dots li.slick-active button::before {
  opacity: 0.75;
  color: #001A33;
}
.product-image-carousel-dots li button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
  outline: none;
}
.product-image-carousel-dots li button::before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-interested-products {
  padding: 4rem 0;
}

.section-pricing-info {
  padding: 0 0 2rem;
}
.section-pricing-info h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
.section-pricing-info p {
  font-size: 1rem;
  margin-bottom: 0;
}
.section-pricing-info p.price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}

.section-landing-page-intro {
  padding: 4rem 0;
}
.section-landing-page-intro .intro-title {
  margin-bottom: 1em;
}
.section-landing-page-intro .intro-title span {
  color: #263765;
}

.section-landing-page-secondary-info {
  padding: 4rem 0;
  background-size: 45%;
  background-position: -1rem center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .section-landing-page-secondary-info {
    background-size: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section-landing-page-secondary-info {
    background-size: 80%;
    background-position: -1rem top;
  }
}
.section-landing-page-secondary-info h2 {
  text-transform: uppercase;
  font-size: 4rem;
}
@media screen and (max-width: 576px) {
  .section-landing-page-secondary-info h2 {
    font-size: 3rem;
  }
}
.section-landing-page-secondary-info ul {
  padding-left: 1.25rem;
}
.section-landing-page-secondary-info ul li {
  margin-bottom: 0.5em;
}

.section-service-carousel {
  background-size: 55%;
  background-position: -1rem center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .section-service-carousel {
    background-size: 80%;
    background-position: -1rem bottom;
  }
}
@media screen and (max-width: 767px) {
  .section-service-carousel {
    background-size: 80%;
    background-position: -1rem top;
  }
}
.section-service-carousel p {
  color: #67676b;
  padding-bottom: 1.25rem;
  margin-bottom: 0;
}
.section-service-carousel .nav-contain {
  height: 75px;
}
@media screen and (max-width: 767px) {
  .section-service-carousel .nav-contain {
    height: 102px;
  }
}

.section-fullwidthbgimage-text-overlay .image-masthead {
  height: 30vh;
  min-height: 600px;
  background-color: #a7a7aa;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .section-fullwidthbgimage-text-overlay .image-masthead {
    background-position: center right 25%;
  }
}
.section-fullwidthbgimage-text-overlay h1 {
  font-size: 2.25rem;
  line-height: 1;
}
.section-fullwidthbgimage-text-overlay p {
  font-size: 1rem;
  line-height: 1.5;
}
.section-fullwidthbgimage-text-overlay .full-width-showcase {
  border-left: 2px solid #67676b;
}
@media screen and (min-width: 992px) {
  .section-fullwidthbgimage-text-overlay .full-width-showcase {
    padding-left: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .section-fullwidthbgimage-text-overlay .full-width-showcase {
    border-left: none;
  }
}
.section-fullwidthbgimage-text-overlay .full-width-showcase.no-border {
  border: none !important;
}
.section-fullwidthbgimage-text-overlay .full-width-showcase.border-at-right {
  border-left: none;
  border-right: 2px solid #67676b;
  padding-left: 0;
  padding-right: 6rem;
}
@media screen and (max-width: 991px) {
  .section-fullwidthbgimage-text-overlay .full-width-showcase.border-at-right {
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-fullwidthbgimage-text-overlay .full-width-showcase.border-at-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-about-ginas {
  background-size: 55%;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .section-about-ginas {
    background-size: 80%;
    background-position: bottom center;
  }
}

.section-product-moredetail-imageleft-textright,
.section-product-moredetail-textleft-imageright {
  padding: 4rem 0;
}
.section-product-moredetail-imageleft-textright h1,
.section-product-moredetail-textleft-imageright h1 {
  margin-bottom: 2rem;
}
.section-product-moredetail-imageleft-textright p,
.section-product-moredetail-textleft-imageright p {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .section-product-moredetail-imageleft-textright img,
  .section-product-moredetail-textleft-imageright img {
    margin-bottom: 2rem;
  }
}

.section-pricingtable-textleft,
.section-pricingtable-threecolumns {
  padding: 0 0 4rem;
}

.section-centered-text {
  padding: 4rem 0;
}

.section-small-image-gallery {
  padding: 4rem 0;
}

.section-contact-information {
  padding: 4rem 0;
}
.section-contact-information p {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.section-contact-information .contact-header {
  padding-top: 1.25rem;
  font-size: 2.5rem;
}
.section-contact-information .contact-header:first-of-type {
  padding-top: 0;
}
@media (max-width: 768px) {
  .section-contact-information .contact-text {
    margin-top: 15px;
  }
}

.section-cta-vip .image-masthead {
  height: auto;
  background-color: #a7a7aa;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .section-cta-vip .image-masthead {
    background-color: #808085;
    background-blend-mode: multiply;
    background-position: center right;
  }
}
.section-cta-vip .image-masthead .container {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .section-cta-vip.not-home .image-masthead {
    background-position: center right 25%;
  }
}
.section-cta-vip h2 {
  color: #FFFFFF;
}
.section-cta-vip .contact-form label {
  color: #FFFFFF;
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.section-cta-vip .contact-form .form-control {
  border: 1px solid transparent;
  transition: all 0.2s ease-out;
}
.section-cta-vip .contact-form .form-control:focus {
  outline: none;
  border-color: #34BFED;
  -webkit-box-shadow: 0 0 0 1px #34BFED;
  box-shadow: 0 0 0 1px #34BFED;
  color: #001A33;
}
.section-cta-vip p {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0;
}

.section-cta-medi-spa .image-masthead {
  height: auto;
  background-color: #a7a7aa;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-cta-medi-spa .image-masthead .container {
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.section-cta-medi-spa h2 {
  text-transform: uppercase;
  margin-top: -2rem;
}
.section-cta-medi-spa h2 span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: none;
  color: #67676b;
}
.section-cta-medi-spa p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0;
}
.section-cta-medi-spa ul {
  padding-left: 1.25rem;
}
.section-cta-medi-spa ul li {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .section-product-Imagefullwidthleft-textright .showcase-img,
  .section-product-Imagefullwidthleft-textright .btn-info,
  .section-product-textleft-imagefullwidthright .showcase-img,
  .section-product-textleft-imagefullwidthright .btn-info {
    margin-bottom: 20px;
  }
}
.section-product-Imagefullwidthleft-textright ul,
.section-product-textleft-imagefullwidthright ul {
  padding: 0;
  list-style: none;
}
.section-product-Imagefullwidthleft-textright ul li p,
.section-product-textleft-imagefullwidthright ul li p {
  margin-bottom: 0;
}

.section-promotions-carousel {
  margin: 4rem 0;
}

@media (max-width: 768px) {
  .section-about-ginas .showcase-img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .section-about-ginas .right-margin {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .section-about-ginas .btn-trans-skyblue {
    margin-bottom: 1rem;
  }
}

.section-default-content h1 {
  color: #263765;
}

.site-margin-top {
  margin-top: 9rem;
}

.section-footer {
  padding: 4rem 0;
}
.section-footer .social-footer-icons .fa-stack.fa-lg {
  font-size: 1.25rem;
}
.section-footer a:not(.btn) {
  color: #263765;
}
.section-footer a:not(.btn):hover {
  text-decoration: none;
  color: #1b2747;
}
.section-footer h3 {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.section-footer li a.nav-link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 0.25rem 0;
}
.section-footer .table-contact td {
  padding: 0.125rem 0;
}
.section-footer .social-footer-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.section-footer .social-icon-circle {
  border-radius: 9999px;
  background-color: #263765;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
}
.section-footer .social-icon-circle:hover {
  background-color: #1b2747;
}
.section-footer .social-icon-circle svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: #FFFFFF;
}

.security label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.security input[type=text],
.security input.text,
.security input[type=email],
.security input[type=number],
.security textarea {
  display: block;
  width: 50%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #67676b;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #b4b4b7;
  border-radius: 0.125rem;
  transition: all 0.2s ease-out;
}
.security input[type=text]:focus,
.security input.text:focus,
.security input[type=email]:focus,
.security input[type=number]:focus,
.security textarea:focus {
  outline: none;
  border-color: #34BFED;
  -webkit-box-shadow: 0 0 0 1px #34BFED;
  box-shadow: 0 0 0 1px #34BFED;
  color: #001A33;
}
@media screen and (max-width: 767px) {
  .security input[type=text],
  .security input.text,
  .security input[type=email],
  .security input[type=number],
  .security textarea {
    width: 100% !important;
  }
}
.security textarea {
  height: auto;
  margin-bottom: 1rem;
}
.security input[type=submit] {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #263765;
  border: 1px solid #263765;
  padding: 0.375rem 0.75rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.security input[type=submit]:hover, .security input[type=submit]:not(:disabled):not(.disabled).active, .security input[type=submit]:not(:disabled):not(.disabled):active {
  background-color: #1b2747;
  border-color: #1b2747;
  color: #FFFFFF;
}
.security label.left {
  float: none;
  width: auto;
  margin-top: 1rem;
}
.security .field.checkbox {
  margin-top: 1rem;
}
.security .btn-toolbar {
  display: block;
}
.security .btn-toolbar p {
  margin-top: 1rem;
}
.security .btn-toolbar p a {
  color: #263765;
}
.security .btn-toolbar p a:hover {
  text-decoration: none;
  color: #1b2747;
}

section.video-callout {
  background-color: #263765;
  transition: background-color 0.25s ease;
}
section.video-callout:hover {
  background-color: #1b2747;
}
section.video-callout:hover span {
  border-bottom: 2px solid #263765;
}
section.video-callout a {
  text-decoration: none;
}
section.video-callout span {
  border-bottom: 2px solid #FFFFFF;
  transition: border-color 0.15s ease;
}

#Product {
  margin-top: 2rem;
  margin-top: 8rem;
}
#Product a:not(.btn) {
  color: #263765;
}
#Product a:not(.btn):hover {
  text-decoration: none;
  color: #1b2747;
}
#Product .breadcrumb {
  background-color: #f5f7fb;
  border-radius: 0;
}
#Product .message {
  border: 2px solid transparent;
  padding: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#Product .message.good, #Product .message.info {
  background-color: #f5f7fb;
  border-color: #263765;
  color: #263765;
}
#Product .message.bad, #Product .message.warning, #Product .message.error {
  background-color: #fff4f3;
  border-color: #FE5E41;
  color: #FE5E41;
}
#Product .productDetails input[type=text] {
  width: 4.5rem;
}
#Product .btn-product-select {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #67676b;
  color: #263765;
  border: 2px solid #314783;
}
#Product .btn-product-select span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#Product .btn-product-select:hover, #Product .btn-product-select:not(:disabled):not(.disabled).active, #Product .btn-product-select:not(:disabled):not(.disabled):active, #Product .btn-product-select:active, #Product .btn-product-select:focus {
  color: #FFFFFF;
  background-color: #263765;
  border-color: #263765;
  box-shadow: none;
}
#Product #Sidebar {
  background-color: #f5f7fb;
  padding: 1.25rem;
}
#Product #Sidebar .cart .sidecart .title {
  margin-bottom: 0;
  text-transform: none;
}
#Product #Sidebar .cart .sidecart .itemcount a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
#Product #Sidebar .cart .sidecart .unitprice {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
#Product #Sidebar .cart .sidecart .list-group-item {
  padding: 0.25rem 0;
  background-color: transparent;
  border: none;
}
#Product .product-variation-title {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
#Product #cart-card {
  transition: background-color 0.1s ease;
}
#Product #cart-card.card {
  border-radius: 0;
  margin-bottom: 0rem;
  border-bottom: 1px solid #dbdbdc;
}
#Product #cart-card.card:first-of-type {
  border-top: 1px solid #dbdbdc;
}
#Product #cart-card.card:last-of-type {
  border-bottom: 1px solid #dbdbdc;
}
#Product #cart-card.card:last-of-type:hover {
  background-color: inherit;
}
#Product #cart-card.card .card-body {
  padding: 1.25rem 0.5rem;
}
#Product #cart-card .productName h3 {
  text-transform: none;
  margin-bottom: 0;
}
#Product #cart-card .productQuantity input {
  width: 4.5rem;
}
#Product #cart-card .product-label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
#Product #cart-card .product-price {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
}
#Product h1 {
  font-size: 3rem;
  line-height: 1;
}
#Product strong {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#Product .product-variation {
  margin-bottom: 1.5rem;
}
#Product .product-variation ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#Product .product-variation ul li {
  padding-bottom: 0.5rem;
}
#Product .product-variation strong {
  font-size: 1.5rem;
}
#Product label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#Product .description {
  font-size: 0.875rem;
}
#Product input[type=text],
#Product input.text,
#Product input[type=email],
#Product input[type=number],
#Product textarea,
#Product select {
  display: block;
  width: 50%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #67676b;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #b4b4b7;
  border-radius: 0.125rem;
  transition: all 0.2s ease-out;
}
#Product input[type=text]:focus,
#Product input.text:focus,
#Product input[type=email]:focus,
#Product input[type=number]:focus,
#Product textarea:focus,
#Product select:focus {
  outline: none;
  border-color: #34BFED;
  -webkit-box-shadow: 0 0 0 1px #34BFED;
  box-shadow: 0 0 0 1px #34BFED;
  color: #001A33;
}
@media screen and (max-width: 767px) {
  #Product input[type=text],
  #Product input.text,
  #Product input[type=email],
  #Product input[type=number],
  #Product textarea,
  #Product select {
    width: 100% !important;
  }
}
#Product textarea {
  height: auto;
  margin-bottom: 1rem;
}
#Product select {
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position-x: right, 0.75rem;
  background-position-y: center;
  background-origin: content-box;
  background-size: 8px 10px;
  appearance: none;
}
#Product input[type=submit] {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #263765;
  border: 1px solid #263765;
  padding: 0.375rem 0.75rem;
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#Product input[type=submit]:hover, #Product input[type=submit]:not(:disabled):not(.disabled).active, #Product input[type=submit]:not(:disabled):not(.disabled):active {
  background-color: #1b2747;
  border-color: #1b2747;
  color: #FFFFFF;
}
#Product label.left, #Product label.fieldholder-small-label {
  float: none;
  width: auto;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 1rem;
}
#Product .description {
  font-size: 0.875rem;
}
#Product #Checkout {
  /*.accordion-group {
    .accordion-heading {
      .accordion-toggle {
        background-color: lighten($primary, 15%);
        color: $white;
        padding: .75rem;
      }
    }
  }*/
}
#Product #Checkout form label.left {
  float: none;
  width: auto;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 1rem;
}
#Product #Checkout form .description {
  font-size: 0.875rem;
}
#Product #Checkout form input.text {
  width: 50%;
}
#Product #Checkout .card-body {
  padding: 2rem 0;
}
#Product #Checkout.checkout-section .card {
  margin-bottom: 0.5rem;
}
#Product #Checkout.checkout-section .card .card-header {
  border-bottom: 0;
  border-radius: 0;
  background-color: #f5f7fb;
}
#Product #Checkout.checkout-section .card .card-header h3 {
  margin: 0;
}
#Product #Checkout.checkout-section .card .card-header.current {
  background-color: #263765;
}
#Product #Checkout.checkout-section .card .card-header.current h3 {
  color: #FFFFFF;
}
#Product #Checkout.checkout-section .card .card-header.future {
  background-color: #e8e8e9;
  background-color: #dbdbdc;
}
#Product #Checkout.checkout-section .card .card-header .edit-checkout {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
}
#Product #Checkout.checkout-section .card .card-body {
  padding: 1rem 0 1.5rem;
}
#Product #Checkout.checkout-section .card .card-body .order-details {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
}
#Product #Checkout.checkout-section .card .card-body h5 {
  font-size: 1.5rem;
  margin: 0.5rem 0 1rem;
}
#Product #Checkout.checkout-section .card .card-body .delivery-method-area h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
}
#Product #Checkout.checkout-section .card .card-body .delivery-method-area .field.checkbox {
  padding: 0.5rem 1.25rem;
  border: 1px solid #e8e8e9;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
}
#Product #Checkout.checkout-section .card .card-body .delivery-method-area .form-group--no-label:not(.address-fields):not(.address-fields-all) {
  padding: 1.5rem 1.25rem;
  border: 1px solid #e8e8e9;
  background-color: white;
  margin-top: 1.5rem;
}
#Product #Checkout.checkout-section .card .card-body .delivery-method-area .address-fields,
#Product #Checkout.checkout-section .card .card-body .delivery-method-area .address-fields-all {
  margin-top: 2rem;
}
#Product #Checkout.checkout-section .card .card-body .delivery-method-summary .delivery-method-title {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
#Product #Checkout.checkout-section .card .card-body .delivery-method-summary .badge-primary {
  background-color: #263765;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  vertical-align: text-top;
}
#Product #Checkout.checkout-section .card .card-body input[type=checkbox] + label {
  margin-bottom: 0;
  padding-left: 0.25rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#Product #Checkout.checkout-section .card .card-body input[type=radio] + label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#Product #Checkout.checkout-section .card .card-body ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
#Product #Checkout.checkout-section form {
  border: 0;
}
#Product #Checkout .membership input[type=submit] {
  margin-right: 1rem;
}
#Product #Checkout .login .field.checkbox {
  margin-top: 1rem;
}
#Product #Checkout .login .btn-toolbar {
  display: block;
}
#Product #Checkout .login .btn-toolbar p {
  margin-top: 1rem;
}
#Product #Account .order-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#Product #Account .order-message h2 {
  font-size: 2.25rem;
}
#Product #Account h2.order-complete {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  background: #67676b;
  display: inline-block;
}
#Product #Account table.infotable th {
  font-size: 1rem;
  color: #67676b;
  background: #617bc3;
}
#Product #Account table.infotable tr.summary {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#Product #Account table.infotable tr td {
  font-size: 0.875rem;
  color: #67676b;
}
#Product #Account table.infotable tr td.product.title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
#Product #Account .memberdetails {
  font-size: 0.875rem;
}
#Product #Account .memberdetails dl dt {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#Product #Account .card {
  border-radius: 0;
  border: 1px solid #e8e8e9;
  background-color: white;
}
#Product #Account .card .address-area {
  font-size: 0.875rem;
  color: #001A33;
}
#Product #Account .card .card-footer {
  background-color: whitesmoke;
}
#Product #Account table.orderhistory th {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#Product #Account table.orderhistory tr td {
  font-size: 0.875rem;
}
#Product #Account table.orderhistory .btn-mini {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  font-size: 1rem;
}
#Product #Account table.orderhistory tr.Paid td:first-of-type {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
#Product #Account #ShopAccountForm_EditAccountForm,
#Product #Account #ChangePasswordForm_ChangePasswordForm {
  width: auto;
  float: none;
  margin-left: 0;
}
#Product #CartForm_CartForm_action_updatecart {
  display: none;
}

#blog-holder .page-item.active .page-link {
  color: #FFFFFF;
  background-color: #263765;
  border-color: #263765;
}
#blog-holder .page-link {
  color: #263765;
}
#blog-holder .page-link:focus {
  box-shadow: none;
}
#blog-holder .post-date {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}

@media screen and (min-width: 991px) {
  .blog-entry h1 {
    font-size: 3.5rem;
    line-height: 1;
  }
}
.blog-entry .post-date {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.blog-entry .content h2 {
  font-size: 2rem;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
.blog-entry .content h3 {
  font-size: 1.5rem;
  text-transform: none;
  color: #263765;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}
.blog-entry .content h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.blog-entry .content a:not(.btn) {
  color: #263765;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.blog-entry .content a:not(.btn):hover {
  color: #1b2747;
  text-decoration: none;
  text-decoration: underline;
}

.post-summary.card {
  border-radius: 0;
}
.post-summary a {
  color: #263765; /* test */
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.post-summary a:hover {
  color: #1b2747;
  text-decoration: none;
}
.post-summary .card-title {
  font-size: 1.5rem;
  line-height: 1.25;
}
.post-summary .card-title a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.post-summary .card-text {
  color: #67676b;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
}
.post-summary .card-text p:last-child {
  margin-bottom: 0;
}
.post-summary .card-footer {
  background: transparent;
  border-top: none;
  padding-top: 0;
}
.post-summary .post-date {
  font-size: 0.875rem;
}

/*# sourceMappingURL=style.css.map */
