@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");
body, a, p, strong, span, li, h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

p {
  line-height: 1.7rem;
}

a {
  color: #102C4F;
}
a:hover {
  color: initial;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1450px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
header {
  background-color: #102C4F;
}
header .logo {
  height: 60px;
}
@media (max-width: 992px) {
  header .logo {
    height: 50px;
  }
}
header .nav-link {
  color: #102C4F;
  background-color: #ebdf25;
}
header .nav-link:hover {
  color: #102C4F;
  opacity: 0.8;
}
header .quick-actions .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: initial;
  color: #ffffff;
}
header .quick-actions .nav-link .items-in-cart {
  font-weight: bold;
  font-style: normal;
}

.main-nav {
  padding-top: 0.5rem;
  background-color: #ffffff;
  border-bottom: 1px solid #f7f7f7;
}
.main-nav .nav-link {
  color: #000000;
  border-bottom: 3px solid transparent;
  padding-bottom: 0.5rem;
  font-weight: 600;
  font-size: 16px;
}
.main-nav .nav-link.active, .main-nav .nav-link:hover {
  color: #000000;
  border-bottom: 3px solid #e6e6e6;
}
.main-nav .mobile-navigation {
  background-color: #102C4F;
  padding: 5px 7px;
  color: #ffffff;
}
.main-nav .mega-menu {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: #102C4F;
  color: #fff;
}
.main-nav .mega-menu .container {
  padding: 2rem 0;
}
.main-nav .mega-menu h5 {
  margin-bottom: 1rem;
}
.main-nav .mega-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-nav .mega-menu ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.main-nav .mega-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.main-nav .mega-menu ul li a:hover {
  color: #ffffff;
  opacity: 0.8;
}
.main-nav .mega-menu ul li.sub-item {
  margin-left: 1rem;
}
.main-nav .mega-menu .brand-logos {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2rem;
  padding-top: 2rem;
}
.main-nav .mega-menu .brand-logos .brand {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav .mega-menu .brand-logos .brand img {
  filter: brightness(0) invert(1);
}

.mobile-main-nav {
  width: 80%;
}
.mobile-main-nav .nav-item.primary .nav-link {
  color: #102C4F;
  font-weight: bold;
}
.mobile-main-nav .nav-item .dropdown-item:active, .mobile-main-nav .nav-item .dropdown-item:focus {
  color: initial !important;
  background-color: initial !important;
}
.mobile-main-nav .nav-item .nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-main-nav .nav-item .nav-link:active, .mobile-main-nav .nav-item .nav-link:focus {
  color: initial !important;
  background-color: initial !important;
}
.mobile-main-nav .dropdown-menu {
  position: relative !important;
  transform: none !important;
  border: 0 !important;
}
.mobile-main-nav .dropdown-menu a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mobile-main-nav .language-switcher a img {
  width: 28px;
}
.mobile-main-nav .language-switcher a:not(:last-child) {
  margin-right: 0.5em;
}

.topbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.topbar .site-selector {
  display: flex;
  gap: 0.5rem;
}
.topbar .site-selector a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  padding: 4px 20px;
  border-radius: 25px;
  transition: background-color 0.5s;
}
.topbar .site-selector a img {
  width: 18px;
}
.topbar .site-selector a.active {
  color: #102C4F;
  font-weight: bold;
  border-color: #102C4F;
  background: #f7f7f7;
}
.topbar .site-selector a:not(.active):hover {
  background: #ffffff;
  border-color: #102C4F;
  background: rgba(247, 247, 247, 0.5);
}
@media (max-width: 992px) {
  .topbar .site-selector a:is(.active) .site-name {
    display: none;
  }
}
.topbar .links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.topbar .links a {
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 25px;
  transition: background-color 0.5s;
}
.topbar .links a:hover {
  background: #ffffff;
  border-color: #102C4F;
  background: rgba(247, 247, 247, 0.5);
}
.topbar .links .language-selector img {
  width: 24px;
}
.topbar .links .language-selector .btn-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 5px;
  border-radius: 25px;
  transition: background-color 0.5s;
}
.topbar .links .language-selector .btn-link:hover {
  background: rgba(247, 247, 247, 0.5);
}
.topbar .links .language-selector .dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  border: 1px solid transparent;
}
.topbar .links .language-selector .dropdown-menu a:hover, .topbar .links .language-selector .dropdown-menu a:active, .topbar .links .language-selector .dropdown-menu a:focus {
  border-color: #e6e6e6;
  background: rgba(247, 247, 247, 0.5);
  color: #000000;
}

footer {
  clear: both;
  border-top: 1px solid #e6e6e6;
}
footer .copyright {
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 1rem 0;
}

.btn {
  border-radius: 0;
}
.btn:hover {
  opacity: 0.9;
}
.btn.btn-primary {
  color: #ffffff !important;
  background-color: #102C4F;
  border-color: #102C4F;
}
.btn.btn-outline-primary {
  border-color: #e6e6e6;
  color: black !important;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active, .btn.btn-outline-primary:focus {
  color: #ffffff !important;
  background-color: #102C4F;
  border-color: #102C4F;
}
.btn.btn-secondary {
  color: initial;
  background-color: #102C4F;
  border-color: #102C4F;
}
.btn.btn-outline-secondary {
  border-color: #e6e6e6;
}
.btn.btn-outline-secondary:hover {
  background-color: #102C4F;
  border-color: #102C4F;
}
.btn.btn-link {
  color: #102C4F;
}

form .form-group {
  padding-bottom: 16px;
}
form .form-group input,
form .form-group textarea {
  border-radius: 0;
}

.form-sent {
  margin-top: 5rem;
}
.form-sent .email-sent {
  width: 120px;
  margin-right: 2rem;
}

.nav-tabs .nav-item .nav-link.active {
  color: #102C4F;
  font-weight: bold;
}

.home-hero .carousel .carousel-item img {
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
.home-hero .carousel .carousel-item h2 {
  font-size: 2.8rem;
}
.home-hero .carousel .carousel-item p {
  font-size: 1.1rem;
}
.home-hero .carousel .carousel-item .carousel-caption {
  left: 5%;
  text-align: left;
}

.owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
}

.owl-prev {
  right: -25px;
}

.owl-next {
  left: -25px;
}

.owl-nav button i {
  font-size: 25px;
  text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width: 768px) {
  .owl-nav {
    display: none;
  }
}
.home-hero .banner-box {
  position: relative;
}
.home-hero .banner-box a {
  text-decoration: none;
}
.home-hero .banner-box .img-hover-zoom {
  overflow: hidden;
}
.home-hero .banner-box .img-hover-zoom img {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  object-fit: cover;
}
.home-hero .banner-box .img-hover-zoom img:hover {
  transform: scale(1.05);
}
.home-hero .banner-box .cta {
  background-color: #102C4F;
  color: #ffffff;
  padding: 0.75rem 1.25rem;
  bottom: 0;
  right: 0;
  font-size: 16px;
}

a.no-decoration {
  text-decoration: none !important;
}

.bi {
  margin-right: 5px;
}

.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

@media (max-width: 767px) {
  [class*=col-]:not([class*=col-auto]) + [class*=col-]:not([class*=col-auto]) {
    margin-top: 1em;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.btn:focus,
.btn:active,
a:focus,
a:active {
  outline: none !important;
  box-shadow: none !important;
}

.language-switcher-desktop {
  position: fixed;
  top: 10px;
  right: 15px;
}
@media (max-width: 992px) {
  .language-switcher-desktop {
    display: none;
  }
}
.language-switcher-desktop ul {
  list-style-type: none;
}
.language-switcher-desktop ul li {
  background-color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 0;
  border: 1px solid #e6e6e6;
}
.language-switcher-desktop ul li:hover {
  border-color: #000000;
}
.language-switcher-desktop ul li img {
  width: 22px;
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25%;
  }
}
.video-js.vjs-theme-forest:hover .vjs-big-play-button {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' fill='%23102C4F'%3E%3Cpath fill-rule='evenodd' d='M44 88C19.738 88 0 68.262 0 44S19.738 0 44 0s44 19.738 44 44-19.738 44-44 44zm0-85C21.393 3 3 21.393 3 44c0 22.608 18.393 41 41 41s41-18.392 41-41C85 21.393 66.607 3 44 3zm16.063 43.898L39.629 60.741a3.496 3.496 0 01-3.604.194 3.492 3.492 0 01-1.859-3.092V30.158c0-1.299.712-2.483 1.859-3.092a3.487 3.487 0 013.604.194l20.433 13.843a3.497 3.497 0 01.001 5.795zm-1.683-3.311L37.946 29.744a.49.49 0 00-.276-.09.51.51 0 00-.239.062.483.483 0 00-.265.442v27.685c0 .262.166.389.265.442.1.053.299.118.515-.028L58.38 44.414A.489.489 0 0058.6 44a.49.49 0 00-.22-.413z'/%3E%3C/svg%3E");
}
.video-js.vjs-theme-forest .vjs-play-control .vjs-icon-placeholder:before {
  color: #000000;
}
.video-js.vjs-theme-forest .vjs-play-control:hover .vjs-icon-placeholder:before {
  background-color: #f7f7f7 !important;
  color: #000000;
}
.video-js.vjs-theme-forest .vjs-control:not(.vjs-disabled):not(.vjs-time-control):hover {
  color: #f7f7f7 !important;
}
.video-js .vjs-poster img {
  width: 100%;
  height: 100%;
}

.iti {
  width: 100%;
}

[x-cloak] {
  display: none !important;
}

section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section.section-gray {
  background-color: #f7f7f7;
}
section.section-secondary {
  background-color: #102C4F;
}
section.section-secondary p, section.section-secondary a {
  color: #ffffff;
}
section .section-title {
  margin-top: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
section .section-title a {
  text-decoration: none;
  margin-bottom: 0;
}
section .section-title a .bi::before {
  transition: transform ease 200ms;
}
section .section-title a:hover .bi::before {
  -webkit-backface-visibility: hidden;
  -ms-transform: translate(5px, 0);
  /* IE 9 */
  -webkit-transform: translate(5px, 0);
  /* Chrome, Safari, Opera */
  transform: translate(5px, 0);
}
section.page-header {
  padding-bottom: 0;
}
section.page-header .page-title h1 {
  color: #102C4F;
  font-weight: bold;
}
section .box {
  background-color: #f7f7f7;
  padding: 2rem;
}
section .box:not(section .box.auto-height) {
  height: 100%;
}
section .box.white-box {
  background-color: #ffffff;
}
section .box .box-title {
  color: #102C4F;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1rem;
}
section .box .box-link:hover i.bi::before {
  -webkit-backface-visibility: hidden;
  -ms-transform: translate(5px, 0);
  /* IE 9 */
  -webkit-transform: translate(5px, 0);
  /* Chrome, Safari, Opera */
  transform: translate(5px, 0);
}
section .box .box-link i.bi::before {
  transition: transform ease 200ms;
}
section .partners {
  background-color: #ffffff;
}
section .partners .partner {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 767px) {
  section .partners .partner {
    border-right: 1px solid #e6e6e6;
  }
}
section .service-plan {
  background-color: #ffffff;
  padding: 2rem;
  height: 100%;
}
section .service-plan.bg-gray {
  background-color: #f7f7f7;
}
section .service-plan .price {
  font-size: 18px;
  color: #102C4F;
  text-decoration: none;
  font-weight: bold;
}
section .service-plan ul {
  margin-top: 1rem;
}

.shop-categories h2 {
  color: #ffffff;
}
.shop-categories .category {
  position: relative;
  margin-bottom: 2rem;
}
.shop-categories .category .title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  background-color: #102C4F;
  padding: 0.5rem 1rem;
  transition: transform ease 200ms;
}
@media (max-width: 992px) {
  .shop-categories .category .title {
    font-size: 14px;
  }
}
.shop-categories .category .category-img {
  overflow: hidden;
}
.shop-categories .category .category-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.shop-categories .category .category-img img:hover {
  transform: scale(1.05);
}

.product-card {
  min-height: 400px;
  border: 1px solid #e6e6e6;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 5px;
}
.product-card .product-img {
  overflow: hidden;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .product-card .product-img {
    height: 275px;
  }
}
.product-card .product-img img {
  padding: 0.5rem;
  padding-top: 1.5rem;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-card .product-img img.card-img-top {
  border-radius: 0;
}
.product-card:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.product-card .card-body {
  min-height: 130px;
}
.product-card .card-body span {
  color: #000000;
}
.product-card .card-body .card-title {
  color: #000000;
  font-size: 16px;
}
.product-card .discount {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 14px;
  background-color: #102C4F;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 800;
}
.product-card .featured {
  position: absolute;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  background-color: #eb4d4b;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
.product-card .featured span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card .featured .bi {
  font-size: 18px;
}
.product-card .price {
  font-size: 18px;
  color: #102C4F;
  font-weight: bold;
}
.product-card .price del {
  font-weight: normal;
  color: #ccc;
}
.product-card .price del bdi,
.product-card .price del span {
  font-weight: normal;
  color: #ccc;
}
.product-card .price ins {
  text-decoration: none;
}
.product-card .price ins span {
  color: #e74c3c;
}

@media (max-width: 992px) {
  .shop-sidebar .white-box {
    padding-top: 0.9rem;
    padding-bottom: 0.5rem;
  }
}
.shop-sidebar ul {
  margin-bottom: 0;
}
.shop-sidebar ul.categories {
  list-style-type: none;
  padding-left: 0;
}
.shop-sidebar ul.categories a {
  text-decoration: none;
}
.shop-sidebar ul.categories li {
  padding: 2px;
}
.shop-sidebar ul.categories li::before {
  content: "— ";
}
.shop-sidebar ul.categories li.active {
  font-weight: bold;
}
.shop-sidebar ul.categories li:hover {
  background-color: #f7f7f7;
}
.shop-sidebar ul.categories li.sub-category {
  margin-left: 1.5rem;
}
.shop-sidebar #shop-category-toggle,
.shop-sidebar #shop-filters-toggle-btn {
  display: inline;
  margin-left: 10px;
}
.shop-sidebar #shop-category-toggle:active, .shop-sidebar #shop-category-toggle:focus, .shop-sidebar #shop-category-toggle:hover,
.shop-sidebar #shop-filters-toggle-btn:active,
.shop-sidebar #shop-filters-toggle-btn:focus,
.shop-sidebar #shop-filters-toggle-btn:hover {
  border-color: initial;
  background-color: #ffffff !important;
}
.shop-sidebar #shop-category-toggle i,
.shop-sidebar #shop-filters-toggle-btn i {
  margin-left: 7px;
  margin-right: 7px;
}

.shop-filter-categories {
  margin-top: 0.5rem;
}
.shop-filter-categories a {
  margin-bottom: 8px;
}
.shop-filter-categories a:not(:last-child) {
  margin-right: 0.7rem;
}

.single-product .financing-label {
  background-color: #102C4F;
  color: #ffffff;
  font-size: 15px;
  display: inline;
  padding: 0.2em 1em;
}
.single-product .financing-label .offer {
  color: #102C4F;
  font-weight: bold;
}
.single-product .financing-label .bi {
  margin-right: 0;
  margin-left: 5px;
}
.single-product .stock-availability {
  border: 1px solid #f7f7f7;
  padding: 1rem;
  margin-bottom: 1rem;
}
.single-product .stock-availability .stock-table i {
  margin-right: 0;
}
.single-product .stock-availability .stock-table thead {
  text-align: center;
}
.single-product .stock-availability .stock-table thead th {
  border-bottom-color: #f7f7f7;
}
.single-product .stock-availability .stock-table tbody td {
  text-align: center;
}
.single-product .stock-availability .stock-table tbody th {
  border-bottom-color: #f7f7f7;
}
.single-product .stock-availability .stock-table .in-stock {
  color: #27ae60;
  font-weight: 800;
}
.single-product .recommended-products {
  display: block;
  border: 1px solid #f7f7f7;
  padding: 1rem;
  max-height: 400px;
  overflow-y: scroll;
}
.single-product .recommended-products .recommended-product {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #f7f7f7;
}
.single-product .recommended-products .recommended-product:not(:first-child) {
  padding-top: 10px;
}
.single-product .recommended-products .recommended-product:not(:last-child) {
  padding-bottom: 10px;
}
.single-product .recommended-products .recommended-product .product-title {
  font-weight: bold;
}
.single-product .recommended-products .recommended-product img {
  max-width: 60px;
  height: auto;
}
@media (min-width: 1200px) {
  .single-product .recommended-products .recommended-product img {
    max-width: 80px;
  }
}
.single-product #tab-description > div {
  line-height: 1.7rem;
  margin-bottom: 1rem;
}

.woocommerce .loyalty-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .woocommerce .loyalty-box {
    padding: 2.5rem;
  }
}
.woocommerce .cart-overview {
  border: 1px solid #e6e6e6;
  padding: 2rem;
}
.woocommerce .cart-overview .cart-collaterals .cart_totals {
  width: 100% !important;
}
.woocommerce .button {
  font-weight: normal !important;
  border-radius: 0 !important;
}
.woocommerce .button:not(.alt) {
  background-color: transparent !important;
  border: 1px solid #e6e6e6 !important;
}
.woocommerce .button:not(.alt):hover {
  color: #ffffff !important;
  background-color: #102C4F !important;
  border-color: #102C4F !important;
}
.woocommerce .button:is(.alt) {
  color: #ffffff !important;
  background-color: #102C4F !important;
  border-color: #102C4F !important;
}
.woocommerce .button:hover {
  opacity: 0.9 !important;
}
.woocommerce table {
  border-radius: 0 !important;
  border-color: #e6e6e6 !important;
}
.woocommerce table.cart {
  border-radius: 0 !important;
}
.woocommerce table.cart .product-thumbnail {
  width: 90px;
}
.woocommerce table.cart .product-remove a {
  color: #e74c3c !important;
}
.woocommerce table.cart .product-remove a:hover {
  background: none !important;
}
.woocommerce input {
  border-radius: 0 !important;
  border: 1px solid #e6e6e6 !important;
}
.woocommerce textarea {
  border-radius: 0 !important;
  border: 1px solid #e6e6e6 !important;
}
.woocommerce .woocommerce-cart-form #coupon_code {
  width: 140px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0 !important;
}
.woocommerce .woocommerce-cart-form .component_table_item .component_table_item_indent {
  padding-left: 0;
}
.woocommerce .woocommerce-cart-form .component_table_item .product-thumbnail {
  visibility: hidden;
}
.woocommerce .wc-proceed-to-checkout a {
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem 0.5rem !important;
}
.woocommerce .wc-proceed-to-checkout a:after {
  font-family: "Dashicons";
  margin-left: 0.5em;
  content: " ";
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  border-top-color: transparent !important;
}
.woocommerce .checkout_coupon {
  border-radius: 0 !important;
}
.woocommerce .checkout_coupon .form-row.form-row-first {
  width: 30%;
}
.woocommerce .checkout_coupon .form-row.form-row-last {
  width: 70%;
}
.woocommerce .checkout_coupon .form-row #coupon_code {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0 !important;
}
.woocommerce .checkout {
  padding-top: 0;
}
.woocommerce .checkout #customer_details {
  background-color: #f7f7f7;
  padding: 2rem;
}
.woocommerce .checkout #order_review_heading {
  display: none;
}
.woocommerce .checkout .order-review {
  padding: 0 2rem;
}
.woocommerce .checkout #order_review table {
  border-collapse: collapse;
}
.woocommerce .checkout #order_review table thead {
  background-color: #f7f7f7;
}
.woocommerce .checkout #payment {
  background-color: #f7f7f7;
  border-radius: 0;
}
.woocommerce .checkout #billing_country_field .select2-selection,
.woocommerce .checkout #shipping_country_field .select2-selection {
  height: 33px;
  margin: 0;
  border-radius: 0;
  border: 1px solid #e6e6e6 !important;
}
.woocommerce .checkout #billing_country_field .select2-selection .select2-selection__rendered,
.woocommerce .checkout #shipping_country_field .select2-selection .select2-selection__rendered {
  line-height: 32px;
}
.woocommerce .checkout #invoice_to_company_field input {
  width: auto;
  appearance: auto;
  -webkit-appearance: auto;
}
.woocommerce .checkout #invoice_to_company_field .optional,
.woocommerce .checkout #company_name_field .optional,
.woocommerce .checkout #company_reg_code_field .optional {
  display: none;
}
.woocommerce .checkout #ship-to-different-address {
  font-size: 18px;
}
.woocommerce .woocommerce-order .woocommerce-notice {
  font-size: 18px;
  background-color: #f7f7f7;
  padding: 1rem;
  text-align: center;
}
.woocommerce .woocommerce-order .woocommerce-order-overview {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding-left: 0;
}
.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.woocommerce .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.wc-forward {
  opacity: 1 !important;
  padding: 10px !important;
  text-decoration: none !important;
}

@media (min-width: 992px) {
  .product-archive .shop-products [class*=col-] {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.product-archive .woocommerce-ordering select {
  padding: 0.5rem;
  border-color: transparent;
  margin-bottom: 1rem;
}
.product-archive .woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.product-archive .woocommerce-pagination .page-numbers li {
  display: inline;
}
.product-archive .woocommerce-pagination .page-numbers li .page-numbers {
  padding: 0.2em 0.5em;
  border: 1px solid #e6e6e6;
  text-decoration: none;
}
.product-archive .woocommerce-pagination .page-numbers li .page-numbers.current {
  border-color: #102C4F;
}
.product-archive .woo-footer-columns {
  border-top: 1px solid black;
  padding: 2rem;
}

.single-product .product {
  margin-top: 2rem;
}
.single-product .product .product_title {
  font-size: 32px;
}
.single-product .product .product_meta .posted_in {
  display: none;
}
.single-product .product .other-variants {
  border-top: 1px solid #e6e6e6;
  padding-top: 1rem;
}
.single-product .product .other-variants label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.single-product .product .other-variants ul {
  display: inline-flex;
  list-style: none;
  padding-left: 0;
}
.single-product .product .other-variants ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f7f7f7;
  padding-left: 12px;
  padding-right: 12px;
}
.single-product .product .other-variants ul li:hover {
  border-color: #e6e6e6;
}
.single-product .product .other-variants ul li:not(:last-child) {
  margin-right: 0.5rem;
}
.single-product .product .other-variants ul li img {
  width: 70px;
}
.single-product .product .price {
  margin-top: 1rem;
  color: #102C4F !important;
}
.single-product .product .price bdi {
  font-weight: bold;
}
.single-product .product .price ins {
  text-decoration: none !important;
}
.single-product .product .quantity {
  display: none !important;
}
.single-product .product .variations select {
  min-width: 30% !important;
}
.single-product .product .variations tr {
  display: block;
}
.single-product .product .variations .reset_variations {
  margin-left: 5px;
}
.single-product .product .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 1rem;
}
.single-product .product .stock {
  display: flex;
  font-size: 16px !important;
}
.single-product .product .stock.in-stock {
  color: #27ae60;
  font-weight: bold;
}
.single-product .product .stock.in-stock::before {
  font-family: "Dashicons";
  margin-right: 0.5em;
  content: "";
}
.single-product .product .text-image-blocks {
  clear: both;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .single-product .product .text-image-blocks {
    margin: 5rem 0;
  }
}
.single-product .product .text-image-blocks .single-block:not(:last-child) {
  margin-bottom: 2rem;
}
.single-product .product .text-image-blocks .single-block .text-content {
  font-size: 18px;
}
.single-product .product .text-image-blocks .single-block .text-content strong {
  font-size: 24px;
}
.single-product .product .woocommerce-tabs .tabs:before {
  display: none;
}
.single-product .product .woocommerce-tabs .tabs li {
  border-radius: 0 !important;
  border-bottom: none !important;
  border-color: #e6e6e6 !important;
}
.single-product .product .woocommerce-tabs .tabs li:not(.active) {
  border: 0 !important;
  background-color: transparent !important;
}
.single-product .product .woocommerce-tabs .tabs li:is(.active) {
  background-color: #102C4F !important;
  color: #ffffff !important;
}
.single-product .product .woocommerce-tabs .tabs li:before, .single-product .product .woocommerce-tabs .tabs li:after {
  display: none;
}
.single-product .product .onsale {
  top: 10px;
  left: 15px;
  background-color: #fcef20;
  border-radius: 0;
  font-size: 14px;
  min-height: 0;
  line-height: normal;
  padding: 5px 20px;
  color: #000000;
  font-weight: bold;
}
.single-product .product .gallery-images {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .single-product .product .gallery-images {
    float: left;
    width: 50%;
  }
}
.single-product .product .gallery-images .current-img {
  padding-bottom: 0;
}
.single-product .product .gallery-images .thumbnails {
  padding-top: 0;
}
.single-product .product .gallery-images .thumbnails .splide__slide {
  height: 100% !important;
  opacity: 0.6;
  border: none;
}
.single-product .product .gallery-images .thumbnails .splide__slide.is-active {
  opacity: 1;
}
.single-product .product .gallery-images .splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.single-product .product .gallery-images .splide__arrow {
  background: #102C4F;
}
.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item__value a {
  color: #000000;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 768px) {
  .single-product .woocommerce-product-gallery {
    width: 58% !important;
  }
  .single-product .entry-summary {
    width: 40% !important;
  }
}
.single-product .related-products {
  clear: both;
}
.single-product .composite_component {
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 1rem;
}
.single-product .composite_component .component_inner {
  padding-bottom: 0 !important;
}
.single-product .composite_component:not(:last-child) {
  margin-bottom: 1rem;
}
.single-product .composite_component:is(:first-child) {
  margin-top: 1rem;
}
.single-product .composite_component .component_title_wrapper h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.single-product .composite_component .component_selections .component_content .composited_product_title_wrapper h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.blog-card {
  border: 1px solid #e6e6e6;
  margin-bottom: 2rem;
}
.blog-card img {
  object-fit: cover;
  height: 250px;
}
.blog-card img.card-img-top {
  border-radius: 0;
}
.blog-card .card-body {
  min-height: 290px;
  color: #000000;
}
.blog-card .card-body .card-title {
  font-weight: bold;
}
.blog-card .card-body .card-text {
  font-size: 14px;
}
.blog-card .category {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 14px;
  background-color: #102C4F;
  color: #ffffff;
  padding: 5px 20px;
}
.blog-card .read-more {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.blog-card:hover i.bi::before {
  -webkit-backface-visibility: hidden;
  -ms-transform: translate(5px, 0);
  /* IE 9 */
  -webkit-transform: translate(5px, 0);
  /* Chrome, Safari, Opera */
  transform: translate(5px, 0);
}
.blog-card i.bi::before {
  transition: transform ease 200ms;
}

.blog-categories {
  margin-bottom: 2rem;
}
.blog-categories a {
  margin-bottom: 8px;
}
.blog-categories a:not(:last-child) {
  margin-right: 0.7rem;
}

.blog-pagination nav {
  justify-content: center;
}
.blog-pagination nav .nav-links .page-numbers {
  border: 1px solid #e6e6e6;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  text-decoration: none;
}
.blog-pagination nav .nav-links .page-numbers:hover, .blog-pagination nav .nav-links .page-numbers.current {
  background-color: #102C4F;
  color: #ffffff;
}

.single-blog .back-btn {
  margin-bottom: 1rem;
}
.single-blog .back-btn a {
  text-decoration: none;
}
.single-blog .featured-img {
  margin-bottom: 2rem;
}

.aws-container {
  width: 100%;
}
.aws-container .aws-search-field {
  border-radius: 0;
  background-color: #f7f7f7;
  height: 45px;
  border: 0 !important;
  text-align: center;
}
@media (min-width: 576px) {
  .aws-container .aws-search-field {
    min-width: 350px;
  }
}
.aws-container .aws-search-btn {
  border: 0 !important;
  background-color: #f7f7f7 !important;
}

.variations .value {
  display: inline-flex;
}
.variations .value div:not(:last-child) {
  margin-right: 5px;
}
.variations .value div:has(> input:disabled) {
  display: none;
}
.variations .value div:has(> input:disabled) label {
  opacity: 0.2 !important;
}
.variations .value div label {
  border: 1px solid #f7f7f7;
  padding-left: 12px;
  padding-right: 12px;
  cursor: pointer;
}
.variations .value div label:hover {
  border-color: #e6e6e6;
}
.variations .value div input[type=radio] {
  appearance: none;
  display: none;
}
.variations .value div input[type=radio]:checked + label {
  border-color: #102C4F;
}

#esto_calculator a {
  text-decoration: none;
}
#esto_calculator a strong {
  font-size: 14px;
}

.payment_method_modena_slice img,
.payment_method_modena_credit img {
  display: inline-block;
  margin-bottom: -10px;
  max-width: 88%;
  float: none !important;
}

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