@charset "UTF-8";
/* ==== BASE STYLES ====*/
/* ==================== GLOBAL STYLES ======================= */
/* @import url("https://rsms.me/inter/inter.css"); */
html {
/*
	font-family: "Inter", sans-serif;
	font-size: 15px;
*/
	font-family:'Fira Sans', sans-serif;
	font-weight:400;
	font-size: 15px;
}

/* ========================
INCLUDE STYLES AND COMPONENTS
===================== */
/* ================== HELPERS  =================== */

/*
a:hover {
  text-decoration: none;
}
*/

a {
	font-family:'Fira Sans', sans-serif;
	font-weight:400;
	color: #286ec8;
	text-decoration: none;
}
a:hover {
	color:#FF6600; 
	text-decoration:none;
}
.text-muted{
	font-family:'Fira Sans', sans-serif;
	font-weight:300;
}


.img-wrap {
  text-align: center;
  display: block;
  cursor:pointer;
}
.img-wrap img {
  max-width: 100%;
}

.icon-wrap {
  text-align: center;
  display: inline-block;
}

.price-wrap {
  letter-spacing: -0.7px;
  margin-bottom: 8px;
}

.content-body {
  flex: 1 1 auto;
  padding: 2rem 2.3rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .card-body, .footer-bottom {
    font-family:'Fira Sans', sans-serif;
}

/* =================  DEFINED VARIABLES =================== */
.icon-xs, .icon-sm, .icon-md, .icon-lg {
  display: inline-block;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
}

.icon-xs {
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  font-size: 16px;
}

.icon-sm {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  font-size: 20px;
}

.icon-md {
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 28px;
}

.icon-lg {
  width: 96px;
  height: 96px;
  line-height: 96px !important;
  font-size: 42px;
}

.img-xs, .img-sm, .img-md, .img-lg {
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  flex-grow: 0;
}

.img-xs {
  width: 40px;
  height: 40px;
}

.img-sm {
  width: 80px;
  height: 80px;
}

.img-md {
  width: 140px;
  height: 140px;
}

.img-lg {
  width: 250px;
  height: 250px;
}

.center-xy {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.center-y {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.center-x {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.vh-100 {
  height: 100vh;
}

.overflow-h {
  overflow: hidden;
}

.flip-h {
  transform: scaleX(-1);
}

.opacity {
  opacity: 0.5;
}

[class*=hover-] {
  transition: 0.5s;
}

.hover-bg:hover {
  background: #3167eb;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #3167eb, #3167eb);
  /* Standard syntax */
  transition: 0.5s;
}

.hover-zoom:hover {
  transition: 0.5s;
  transform: scaleX(1);
}

/* ============== spacing ============== */
.padding-y {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-top {
  padding-top: 40px;
}

.padding-bottom {
  padding-bottom: 40px;
}

.padding-y-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-top-lg {
  padding-top: 80px;
}

.padding-bottom-lg {
  padding-bottom: 80px;
}

.padding-y-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-top-sm {
  padding-top: 20px;
}

.padding-bottom-sm {
  padding-bottom: 20px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

var {
  font-style: normal;
}

figure {
  margin-bottom: 0;
}

.form-noborder input, .form-noborder select, .form-noborder .btn {
  border: 0;
}
.form-noborder select.form-control-lg:not([size]):not([multiple]) {
  height: 2.875rem;
}

/* all clearfix */
article:after,
.form-group:after {
  display: block;
  clear: both;
  content: "";
}

/* -------------------- small grid gutter --------------------- */
.row-sm {
  margin-right: -7px;
  margin-left: -7px;
  display: flex;
  flex-wrap: wrap;
}

.row-sm > [class^=col] {
  padding-left: 7px;
  padding-right: 7px;
}

.bg {
  background-color: #f8f9fa;
}

.bg-white {
  background-color: #fff;
}

.bg-orange {
  background-color: #ff9017;
}

.bg-green {
  background-color: #00b517;
}

.bg-blue {
  background-color: #3167eb;
}

.bg-red {
  background-color: #fa3434;
}

.bg-gradient-blue {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(49, 103, 235, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  transition: 0.5s;
}

.bg-gradient-green {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(0, 181, 23, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  transition: 0.5s;
}

.bg-gradient-orange {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(255, 144, 23, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  transition: 0.5s;
}

.bg-gradient-red {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(250, 52, 52, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  transition: 0.5s;
}

.bg-gradient-pink {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, rgba(232, 62, 140, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  transition: 0.5s;
}

.bg-pattern {
  background-image: url(../images/banners/bg-pattern.svg), linear-gradient(135deg, #3167eb, #545454);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: 0px 0px, 50% 50%;
}

.bg-img {
  overflow: hidden;
  background-color: #ddd;
  background-image: linear-gradient(135deg, rgba(49, 103, 235, 0.8), rgba(84, 84, 84, 0.9)), url("../images/banners/bg-cpu.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto cover;
}

.overlay-gradient {
  position: relative;
}
.overlay-gradient:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  transition: 0.5s;
  background: aqua;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #3167eb, aqua);
  /* Standard syntax */
}
.overlay-gradient:hover:before {
  opacity: 0.9;
}

/* --------------------- titles ---------------------- */
.section-heading {
  margin-bottom: 20px;
  margin-top: 15px;
}

.section-title {
  color: #212529;
}

.title-text {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #212529;
}

.title-page {
	font-family:'Fira Sans', sans-serif;
	font-weight:400;
	font-size:2rem;
    color: #424a53;
	/*color:#183d74;*/
	/*color: #212529;*/
}

.text-lg {
  font-size: 1.3rem;
}

.b {
  font-weight: 600;
}

.white {
  color: #fff;
}

.dark {
  color: #212529;
}

.black {
  color: #000;
}

p:last-child {
  margin-bottom: 0;
}

/* ==================  title helpers ================ */
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

/* ================== SECTIONS =================== */
/* ================== header main ==================  */
.header-top-light .nav-link {
  color: #969696;
}
.header-top-light .nav-link:hover {
  color: #212529;
}

.header-main {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.brand-wrap .logo, .navbar-brand .logo {
  margin-right: 7px;
  max-height: 78px; /*42px;*/
  display: inline-block;
}

.navbar-main .nav-link {
  font-weight: 500;
  color: #1c1c1c;
}
.navbar-main .nav-link:hover {
  color: #666;
}

.widget-header {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.widget-header a {
  color: #343a40;
}
.widget-header a:hover {
  color: #3167eb;
}
.widget-header i {
  color: #969696;
}
.widget-header form {
  min-width: 280px;
}
.widget-header .title {
  display: block;
}
.widget-header .notify {
  position: absolute;
  top: -3px;
  right: -10px;
}
.widget-header:hover i {
  color: #3167eb;
}

/* desktop only */
/* desktop only .end */
/* ================ SECTION-FOOTER ==================  */
.footer-trust-bar{
  padding: 26px 0 20px;
  background: linear-gradient(180deg, #f4f8fd 0%, #e9f1f9 100%);
  border-top: 1px solid #d9e6f7;
  border-bottom: 1px solid #cfddee;
  color: #26466e;
}
.footer-trust-item{
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 10px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #d9e6f4;
  box-shadow: 0 3px 10px rgba(28, 73, 134, 0.05);
}
.footer-trust-icon{
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e7f0fb;
  border: 1px solid #c9daef;
  color: #2f6fb2;
  font-size: 1rem;
}
.footer-trust-content strong{
  display: block;
  margin-bottom: 3px;
  font-size: .96rem;
  font-weight: 600;
  line-height: 1.25;
  color: #1f4773;
}
.footer-trust-content small{
  display: block;
  font-size: .83rem;
  line-height: 1.45;
  color: #4a6483;
}

.section-footer{
  background-color: #122C55;
  background-image:
    linear-gradient(180deg, rgba(40,110,200,0.14) 0%, rgba(18,44,85,0.95) 100%),
    url(https://www.maps-store.com/assets/images/map.gif);
  color: #dce9ff;
}
.section-footer ul li {
  margin-bottom: 5px;
}
.section-footer ul a {
  width: 100%;
  display: inline-block;
  color: rgba(255,255,255,0.9);
}
.section-footer ul a:hover {
  color: #ff7920;
  text-decoration: none;
}
.section-footer .logo-footer {
  width: 100%;
  max-width: 126px;
  display: block;
  opacity: 0.95;
  filter: brightness(1.06) saturate(1.08);
}
.section-footer .title {
  font-weight: 600;
  margin-bottom: 16px;
  color: #fff;
}
.section-footer .text-muted{
  color: rgba(233,243,255,0.92) !important;
}
.section-footer .btn-icon.btn-light{
  background-color: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.25);
}
.section-footer .btn-icon.btn-light i{
  color: #fff;
}
.section-footer .btn-icon.btn-light:hover{
  background-color: rgba(255,121,32,0.28);
  border-color: rgba(255,121,32,0.55);
}

.footer-payments-inline{
  border-top: 1px solid rgba(255,255,255,0.16);
  padding-top: 14px;
}
.payment-methods-icons{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.payment-method-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 0.84rem;
  line-height: 1;
  font-weight: 600;
}
.payment-method-chip i{
  font-size: 1.08rem;
  color: #fff;
}
.payment-method-chip:hover{
  border-color: rgba(255,121,32,0.58);
  background: rgba(255,121,32,0.2);
}

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 36px;
  border-top: 1px solid rgba(255,255,255,0.16);
}

.footer-copyright {
  color: #e6f0ff;
}

.footer-bottom span, .footer-bottom a{
  font-weight: 300;
  color: #dbe8ff;
}
.footer-bottom a:hover{
  color: #ff7920;
}



@media (min-width: 768px){
  .footer-trust-bar{
    padding: 34px 0 28px;
  }
}

@media (max-width: 767.98px){
  .footer-trust-bar{
    padding: 20px 0 16px;
  }
  .footer-trust-item{
    padding: 10px 8px;
    min-height: 98px;
    align-items: center;
  }
  .footer-trust-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-trust-icon{
    width: 34px;
    height: 34px;
    font-size: .95rem;
  }
  .footer-trust-content strong{
    font-size: .9rem;
  }
  .footer-trust-content small{
    font-size: .8rem;
  }
  .payment-methods-icons{
    gap: 8px;
  }
  .payment-method-chip{
    padding: 7px 10px;
    font-size: .8rem;
  }
  .info-sidebar-card{
    position: static;
  }
  .info-sidebar-card .card-body{
    max-height: none;
    overflow: visible;
  }
}

/* ================== COMPONENTS =================== */
/* ================ OWL SLIDER BANNER ================ */
.slider-banner-owl .owl-nav .owl-prev, .slider-banner-owl .owl-nav .owl-next {
  padding: 16px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute;
}
.slider-banner-owl .owl-nav .owl-prev {
  left: 0;
}
.slider-banner-owl .owl-nav .owl-next {
  right: 0;
}
.slider-banner-owl .item-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-banner-slick .slick-prev, .slider-banner-slick .slick-next {
  padding: 18px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute;
}
.slider-banner-slick .slick-prev:before, .slider-banner-slick .slick-next:before {
  display: none;
}
.slider-banner-slick .slick-prev {
  left: 0;
}
.slider-banner-slick .slick-next {
  right: 0;
}
.slider-banner-slick .item-slide img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-facebook {
  background-color: #405D9D;
  color: #fff;
}
.btn-facebook:hover {
  color: #fff;
}

.btn-instagram {
  background-color: #E52D27;
  color: #fff;
}
.btn-instagram:hover {
  color: #fff;
}

.btn-youtube {
  background-color: #C8046C;
  color: #fff;
}
.btn-youtube:hover {
  color: #fff;
}

.btn-twitter {
  background-color: #42AEEC;
  color: #fff;
}
.btn-twitter:hover {
  color: #fff;
}

.btn-google {
  background-color: #ff7575;
  color: #fff;
}
.btn-google:hover {
  color: #fff;
}

.btn-icon {
  width: calc(1.5em + 0.9rem + 2px);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.btn-icon i {
  line-height: 1;
}

.btn-light {
  background-color: #fff;
  border-color: #e4e4e4;
}
.btn-light i {
  color: #969696;
}
.btn-light:hover {
  background-color: #fff;
  border-color: #989898;
}

.btn .text + i {
  margin-left: 10px;
}
.btn i + .text {
  margin-left: 10px;
}

.itemside {
  position: relative;
  display: flex;
  width: 100%;
}
.itemside .aside {
  position: relative;
  flex-shrink: 0;
}
.itemside .info {
  padding-left: 15px;
  padding-right: 7px;
}
.itemside p {
  margin-bottom: 0;
}
.itemside .title {
	display: block;
	margin-bottom: 5px;
	color: #212529; 
}
.itemside a.title:hover {
	color: #3167eb;
}

a.itemside {
  color: initial;
}

.items-bordered-wrap .itemside:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.itemlist {
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.list-inline {
  margin-bottom: 0;
}

.list-inline-item {
  vertical-align: middle;
}

/* --------- description list --------*/
dl[class=row] {
  margin-bottom: 0;
}
[class*=dlist-] {
  margin-bottom: 5px;
}
[class*=dlist-] dd {
  margin-bottom: 0;
}

.dlist-inline dt, .dlist-inline dd {
  display: inline-block;
}

.dlist-align {
  display: flex;
}
.dlist-align dt {
  width: 150px;
  word-wrap: break-word;
  font-weight: normal;
}
.dlist-align dd {
  flex-grow: 1;
}

/* -------------------- list.row--------------------- */
ul.row, ul.row-sm {
  list-style: none;
  padding: 0;
}

/* ================= lists ================= */
[class*=list-] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both;
}

.list-icon {
  list-style: none;
  padding-left: 0;
}
.list-icon li {
  margin-bottom: 7px;
  position: relative;
  padding-left: 30px;
}
.list-icon .icon {
  width: 22px;
  margin-right: 15px;
  vertical-align: middle;
  text-align: center;
  color: #545454;
  position: absolute;
  top: 3px;
  left: 0;
}
.list-icon span {
  vertical-align: middle;
}

.list-bullet, .list-dots {
  list-style: none;
  padding-left: 0;
}
.list-bullet li, .list-dots li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
.list-bullet li::before, .list-dots li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  border-radius: 100%;
  height: 7px;
  background: #ced4da;
}

.list-check {
  padding-left: 0;
  list-style: none;
}
.list-check > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px;
}
.list-check > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #00b517;
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
}

.list-normal {
  list-style: none;
  padding-left: 0;
}
.list-normal li {
  padding-left: 1em;
  margin-bottom: 7px;
}
.list-normal li:before {
  content: "•";
  color: #3167eb;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.list-menu li {
  margin-bottom: 5px;
}
.list-menu a {
  color: #343a40;
}
.list-menu a:hover {
  color: #3167eb;
}

.cols-two {
  -moz-column-count: 2;
       column-count: 2;
}

.cols-three {
  -moz-column-count: 3;
       column-count: 3;
}

.cols-four {
  -moz-column-count: 4;
       column-count: 4;
}

/* IF CARD IS LINKED */
a[class*=card] {
  color: initial;
}
a[class*=card]:hover .title {
  color: #3167eb;
}

/* BASE STYLE FOR PRODUCT ITEM */
[class*=card-product] a.title {
/*
  color: #212529;*/
  display: block;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	color: #286ec8;
	text-decoration: none;
}
[class*=card-product] a.title:hover {
/*  color: #3167eb;*/
	color: #FF6600;
	text-decoration:underline;
}
[class*=card-product] .badge {
  top: 10px;
  left: 10px;
  position: absolute;
}
[class*=card-product] p {
  margin-bottom: 0;
}
[class*=card-product] .img-wrap {
  /*overflow: hidden;*/
  position: relative;
}
[class*=card-product] .img-wrap img {
  height: auto;
  max-width: 100%;
  width: auto;
  display: inline-block;
/*
  height: 100%;
  max-width: 100%;
  width: auto;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
*/
	max-height:220px;
}
[class*=card-product] .img-wrap img:hover {
	border:1px solid #ff6600;
}

/* GRID STYLE PRODUCT ITEM */
.card-product-grid {
  margin-bottom: 20px;
}
.card-product-grid .img-wrap {
  border-radius: 0.2rem 0.2rem 0 0;
  height: 220px;
}
.card-product-grid .info-wrap {
  overflow: hidden;
  padding: 18px 20px;
}
.card-product-grid .bottom-wrap {
  padding: 18px;
  border-top: 1px solid #e4e4e4;
}
.card-product-grid .topbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  text-align: initial;
  padding: 10px 15px;
}
.card-product-grid .topbar a {
  color: #ccc;
}
.card-product-grid .topbar a:hover {
  color: #3167eb;
}
.card-product-grid .fix-height {
  height: 80px;
  overflow: hidden;
}
.card-product-grid .btn-overlay {
  transition: 0.5s;
  opacity: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.card-product-grid:hover .btn-overlay {
  opacity: 1;
}
.card-product-grid:hover {
  box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
  transition: 0.3s;
}

.item-slide .card-product-grid {
  margin-bottom: 0;
}

/* LARGE LIST STYLE PRODUCT ITEM */
.card-product-list {
  margin-bottom: 20px;
}
.card-product-list .img-wrap {
  height: 100%;  
  /*
  height: 220px;
  border-radius: 0.37rem 0 0 0.37rem;
  */
}
.card-product-list .info-main {
  padding: 1.5rem 1rem;
}
.card-product-list .info-aside {
  padding: 1.5rem 1rem;
  border-left: 1px solid #e4e4e4;
  height: 100%;
}

.card-sm .img-wrap {
  height: 160px;
}

.card-lg .img-wrap {
  height: 280px;
}

.card-banner {
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  border-radius: 0.37rem;
}
.card-banner .card-body {
  background-size: cover;
  position: relative;
  z-index: 10;
}
.card-banner .caption {
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 10;
  padding: 1.25rem;
  color: #fff;
}
.card-banner .caption.bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.card-banner .caption.top {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.card-banner .caption.left {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.card-banner .text-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 7px 20px;
  padding-top: 30px;
  border-radius: 0 0 0.37rem 0.37rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
}
.card-banner .img-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  max-width: 100%;
}

.card .img-wrap {
  /*overflow: hidden;*/
}

.icontext {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.icontext p {
  margin-bottom: 0;
}
.icontext .text {
  width: 100%;
  line-height: 1.2;
}
.icontext .icon {
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
  flex-grow: 0;
}
.icontext .title {
  display: block;
  margin-bottom: 0;
}

.tag {
  display: inline-block;
  padding: 3px 7px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 2px;
  font-size: 85%;
}

.item-logo {
  margin-bottom: 20px;
  text-align: center;
}
.item-logo img {
  max-height: 65px;
}

.notify {
  position: absolute;
  top: -4px;
  right: -10px;
  display: inline-block;
  padding: 0.25em 0.6em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 3rem;
  color: #fff;
  background-color: #fa3434;
}

.price {
  font-weight: 600;
  color: #212529;
}

.price-old {
  color: #969696;
  margin-left: 3px;
  font-size: 85%;
}

.icon-control {
  margin-top: 5px;
  float: right;
  font-size: 80%;
}

.card-header .title {
  margin-bottom: 0;
  line-height: 1.5;
}

.filter-group {
  border-bottom: 1px solid #e4e4e4;
}
.filter-group .card-header {
  border-bottom: 0;
}
.filter-group:last-child {
  border-bottom: 0;
}

.category-custom-sidebar-box{
  margin-bottom: 1rem;
}
.category-custom-sidebar-content .category-guide-card{
  margin-bottom: 1rem;
}
.category-custom-sidebar-content .category-guide-card:last-child{
  margin-bottom: 0;
}

/* ====================== block ==================== */
.box {
  padding: 18px;
  background: #fff;
  border-radius: 0.37rem;
  border: 1px solid #e4e4e4;
}
.box img {
  max-width: 100%;
}

/* ================= RATINGS ============== */
.label-rating {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
}

/* rating-list */
.rating-stars {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  clear: both;
}
.rating-stars i {
  font-size: 14px;
  color: #ccc;
  display: inline;
}
.rating-stars img {
  height: 14px;
  max-width: none;
}
.rating-stars li {
  display: block;
  text-overflow: clip;
  white-space: nowrap;
  z-index: 1;
}
.rating-stars li.stars-active {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.rating-stars li.stars-active i {
  color: orange;
}
.rating-stars.stars-lg img {
  height: 20px;
  max-width: none;
}

/* ================= TRACKING ============== */
.tracking-wrap {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px;
}
.tracking-wrap .step {
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative;
}
.tracking-wrap .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px;
}
.tracking-wrap .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd;
}
.tracking-wrap .text {
  display: block;
  margin-top: 7px;
}
.tracking-wrap .step.active .icon {
  background: #3167eb;
  color: #fff;
}
.tracking-wrap .step.active .text {
  font-weight: 400;
  color: #000;
}
.tracking-wrap .step.active:before {
  background: #3167eb;
}

.menu-category {
  margin: 0;
  padding: 0;
}
.menu-category li {
  position: relative;
  display: block;
  border-bottom: 1px solid #e4e4e4;
}
.menu-category li:last-child {
  border-bottom: 0;
}
.menu-category a {
  color: #212529;
}
.menu-category > li > a {
  display: block;
  padding: 10px 18px;
}
.menu-category .submenu {
  display: none;
  margin: 0;
  padding: 0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 20;
  position: absolute;
  left: 100%;
  top: 0;
  width: 250px;
  background: #fff;
}
.menu-category .submenu li {
  list-style: none;
}
.menu-category .submenu li a {
  padding: 10px 16px;
  display: block;
}
.menu-category li:hover {
  background: #f8f9fa;
  transition: all 0.3s;
}
.menu-category li:hover .submenu {
  display: block;
  margin-left: 0px;
}
.menu-category .has-submenu > a:after {
  content: "›";
  font-size: 24px;
  color: #999;
  line-height: 18px;
  font-weight: bold;
  float: right;
}

.form-inline input[type=number] {
  max-width: 100px;
}

.input-spinner {
  width: 125px;
  flex-wrap: nowrap;
  display: inline-flex;
  vertical-align: middle;
}
.input-spinner input.form-control {
  text-align: center;
  max-width: 46px;
  font-weight: bold;
  flex-basis: 46px;
  border-color: #e4e4e4;
  flex-grow: 0;
}
.input-spinner .btn {
  width: 42px;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.checkbox-btn {
  position: relative;
}
.checkbox-btn input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-btn input:checked ~ .btn {
  border-color: #3167eb;
  background-color: #3167eb;
  color: #fff;
}

.btn-check {
  position: relative;
  display: inline-block;
  border: 2px solid #dee2e6;
  transition: 0s !important;
}
.btn-check input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.btn-check input:checked ~ .btn {
  border-color: #3167eb;
  background-color: #3167eb;
  color: #fff;
}
.btn-check:hover:not(.active) {
  border-color: #bbb;
}

.js-check {
  position: relative;
}
.js-check .title {
  margin-left: 22px;
}
.js-check input {
  position: absolute;
  top: 21px;
  left: 18px;
}
.js-check.active {
  border-color: #3167eb;
}
.js-check:hover:not(.active) {
  border-color: #ccc;
}

.js-check.box {
  width: 100%;
  border-width: 3px;
}

.card-header .form-check {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ================== PAGES =================== */
/* ================ PAGES HEADER ================== */
.section-pagetop {
  padding: 24px 0;
}

/* ================== PAGE DETAILS ==================  */
.gallery-wrap .img-big-wrap {
  margin-bottom: 10px;
  border-radius: 0.37rem;
  overflow: hidden;
  background-color: #fff;
}
.gallery-wrap .img-big-wrap a {
  text-align: center;
  display: block;
}
.gallery-wrap .img-big-wrap img {
  height: 450px;
  width: auto;
  display: inline-block;
  cursor: zoom-in;
}
.gallery-wrap .thumbs-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.gallery-wrap .thumbs-wrap .item-thumb {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 3px;
  display: inline-block;
  overflow: hidden;
}
.gallery-wrap .thumbs-wrap img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  cursor: zoom-in;
}
.gallery-wrap .thumbs-wrap img:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  cursor: zoom-in;
}

.item-option-select {
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 15px;
}
.item-option-select .btn {
  min-width: 80px;
}

/* ================ PAGES HEADER ================== */
#header-promo{
	background-color: #d8e3ed;
	height: 32px;
	text-align: center !important;
	line-height: 32px;
}
#header-promo span{
	width: 100%;
	font-family: 'Fira Sans', sans-serif;
	color: #4e7d9f;
	font-size:13px;
	font-weight:400;
}
.section-header{
	background-color: #122C55;
	background-image: url(https://www.maps-store.com/assets/images/map.gif);
}
.header-wrapper{
	background: rgb(40,110,200);
	background: linear-gradient(180deg, rgba(40,110,200,1) 0%, rgba(40,110,200,0.20) 0%, rgba(40,110,200,0.60) 100%) !important;
}
.top-navbar-links{
	background-color: #0065A9 !important;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;

	background: rgb(40,110,200);
	background: linear-gradient(90deg, rgba(40,110,200,1) 0%, rgba(40,110,200,0.20) 0%, rgba(40,110,200,0.60) 100%) !important;
 /*	
	background-image: linear-gradient(to right, rgba(255,0,0,0), rgb(211, 66, 42));
*/
	height: 32px !important;
}
.searchform-input {
  width: 100%;
  height: 40px;
  border: 2px solid #4a8fda;
  border-right: none;
  padding: 5px;
  /*height: 20px; DONT SET HEIGHT!*/
  border-radius: 5px 0 0 5px;
  outline: none;
  background: #f7fbff;
  color: #1e4f89;
  box-shadow: none;
}
.searchform-input:focus{
  border-color: #4a8fda;
  background: #ffffff;
  color: #1e4f89;
  box-shadow: none;
}
.searchform-button {
	min-width: 44px;
	height: 40px;
	border: 1px solid #286ec8;
}
.button-cart{
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	color: #fff !important;
	font-weight: 400;
	border-radius: 18px 18px 18px 18px;
	width: 140px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	/*transition: border-color 300ms;*/
	text-shadow: 1px 1px #288a04;
	background: rgb(122,210,53);
	background: radial-gradient(circle, rgb(122, 210, 53) 0%, rgb(114, 198, 39) 65%, rgb(49, 156, 10) 100%);
	border: 2px solid #7ad235;
}
.button-cart:hover{
	color: #fff !important;
	border: 2px solid #8cee3f;
	box-shadow: 0px 0px 5px 0px #8cee3f;
}
.button-cart i{ color:#fff !important;}
.button-cart i:hover{ color:#fff !important;}
.cart-count{
	font-size: 12px;
	color: #fff;
	background-color: #fab634;
	margin-left: 4px;
	line-height: 1.2;
}
.sticky-header-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1040;
	background-color: #122C55;
	background-image: url(https://www.maps-store.com/assets/images/map.gif);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100%);
	transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
	pointer-events: none;
	box-shadow: 0 10px 24px rgba(18, 44, 85, 0.28);
}
.sticky-header-bar.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}
.sticky-header-shell {
	width: 100%;
	padding: 10px 0;
	background: linear-gradient(180deg, rgba(40,110,200,0.22) 0%, rgba(40,110,200,0.58) 100%);
}
.sticky-header-inner {
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	align-items: center;
}
.sticky-header-logo img {
	display: block;
	width: auto;
	height: 38px;
}
.sticky-header-logo,
.sticky-header-categories,
.sticky-header-account {
	flex: 0 0 auto;
}
.sticky-header-categories {
	font-family: 'Fira Sans', sans-serif !important;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 400 !important;
	border-radius: 4px !important;
	width: auto !important;
	height: 36px !important;
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	text-align: center !important;
	line-height: 34px !important;
	text-decoration: none !important;
	border: 1px solid transparent;
	padding: 0 8px !important;
	margin-right: 0 !important;
	box-shadow: none !important;
	overflow: hidden !important;
	white-space: nowrap;
}
.sticky-header-categories:hover {
	color: #fff !important;
	border: 1px solid #fff;
	box-shadow: none !important;
	text-decoration: none;
}
.sticky-header-search .input-group {
	flex-wrap: nowrap;
}
.sticky-header-tools {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}
.sticky-header-search {
	flex: 1 1 auto;
	min-width: 0;
	margin-bottom: 0;
}
.sticky-header-search .btn-ms {
	min-width: 44px;
	height: 40px;
}
.sticky-header-account {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 36px;
	padding: 0 0 0 6px !important;
	margin-left: auto;
	font-family: 'Fira Sans', sans-serif !important;
	font-size: 15px;
	font-weight: 400;
	color: #fff !important;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 1;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
.sticky-header-account:hover {
	color: #fff !important;
	text-decoration: none !important;
	opacity: .85;
}
.sticky-header-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	padding: 0 16px;
	border-radius: 19px;
	font-size: 14px;
	white-space: nowrap;
	width: auto;
	flex: 0 0 auto;
}
.sticky-header-cart .cart-count {
	margin-left: 0;
}
@media (max-width: 1199.98px) {
	.sticky-header-bar {
		display: none !important;
	}
}

/* NAVBAR TABS */
.navbar{padding:0;}
#main_nav a {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	border-radius: 12px 12px 0px 0px;
	min-width: 150px;
	max-width:200px;
	max-height:42px;
	height: 42px;
	margin-right: 4px;
	display: inline-block;
	text-align: center;
	line-height: 40px;	
	/*text-decoration: underline 1px rgba(255, 255, 255, 0);*/
	transition: line-height 300ms;
	box-shadow: none;
	padding:0 8px;
}
#main_nav a:hover {
  text-decoration-color: rgba(255, 255, 255, 1);
  line-height: 32px;
  box-shadow: 0px 0px 5px 0px #fff;
}
#tab-1{background: rgb(255,121,32);background: linear-gradient(0deg, rgba(255,121,32,1) 0%, rgba(255,121,32,1) 65%, rgba(247,177,129,1) 100%);text-shadow: 2px 2px #b75615;}
#tab-1:hover{border-top:1px solid #ffd2b3;}
#tab-2{background: rgb(75,219,75);background: linear-gradient(0deg, rgba(75,219,75,1) 0%, rgba(75,219,75,1) 65%, rgba(123,245,123,1) 100%); text-shadow: 2px 2px #35aa35;}
#tab-2:hover{border-top:1px solid #c1ffc1;}
#tab-3{background: rgb(42,85,212);background: linear-gradient(0deg, rgba(42,85,212,1) 0%, rgba(42,85,212,1) 65%, rgba(87,126,241,1) 100%); text-shadow: 2px 2px #1b378a; }
#tab-3:hover{border-top:1px solid #80a0ff;}
#tab-4{background: rgb(207,185,58);background: linear-gradient(0deg, rgba(207,185,58,1) 0%, rgba(207,185,58,1) 65%, rgba(255,231,84,1) 100%); text-shadow: 2px 2px #a49122;}
#tab-4:hover{border-top:1px solid #fff9d1;}
#tab-5{background: rgb(210,34,166); background: linear-gradient(0deg, rgba(210,34,166,1) 0%, rgba(210,34,166,1) 65%, rgba(244,132,216,1) 100%); text-shadow: 2px 2px #88146b;}
#tab-5:hover{border-top:1px solid #d9acce;}
#tab-6{background: rgb(42,212,212);background: linear-gradient(0deg, rgb(42, 212, 212) 0%, rgb(42, 212, 212) 65%, rgb(115, 250, 250) 100%);text-shadow: 2px 2px #2dacac;}
#tab-6:hover{border-top:1px solid #c8ffff;}
#tab-7{background: rgb(143,42,212);background: linear-gradient(0deg, rgb(143, 42, 212) 0%, rgb(95, 42, 212) 65%, rgb(119, 115, 250) 100%);text-shadow: 2px 2px #3d2dac;}
#tab-7:hover{border-top:1px solid #e4c8ff;}

.tab-selected{
  box-shadow: 0px 0px 5px 0px #fff !important;
}

#category-mobile-button{
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	border-radius: 4px 4px 4px 4px;
	width: auto;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 0 4px;
}
#category-mobile-button i{ color:#fff;}
#category-button{
	font-family: 'Fira Sans', sans-serif !important;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 400 !important;
	border-radius: 4px 4px 4px 4px !important;
	width: auto !important;
	height: 36px !important;
	display: inline-block !important;
	text-align: center !important;
	line-height: 34px !important;
	text-decoration: none !important;
	border: 1px solid transparent;
	padding: 0 4px !important;
	margin-right:18px !important;
	box-shadow:none !important;
	overflow: hidden !important;
}
#category-button:hover{
	border: 1px solid #fff;
	box-shadow: none !important;
}
/*
.sidenav {
  height: 100%; 
  width: 0; 
  position: fixed; 
  z-index: 1; 
  top: 0; 
  left: 0;
  background-color: #111; 
  overflow-x: hidden; 
  padding-top: 60px;
  transition: 0.5s; 
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
*/

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 400;	
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 1060;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    background-color: #122C55;
    background-image: url(https://www.maps-store.com/assets/images/map.gif);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /*background: #F5F9FF;*/
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #4389E1;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1059;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #286EC8;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li.submenu{
	/*border-bottom: 1px solid #20416C;*/
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	transition: 0.3s; 
	color:#fff;
	text-shadow: 1px 1px #3b5473;
}

#sidebar ul li a:hover {
    color: #ffffff;
    background: rgba(111, 211, 255, 0.12);
	text-shadow: none;
}
#sidebar ul li a[data-toggle="collapse"] {
    position: relative;
}
#sidebar ul li a[data-toggle="collapse"]::after {
    content: "\203A";
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    color: rgba(255,255,255,0.82);
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform .2s ease, color .2s ease;
}
#sidebar ul li a[data-toggle="collapse"]:hover::after {
    color: #6fd3ff;
}
#sidebar ul li > a[aria-expanded="true"].dropdown-toggle::after {
    transform: translateY(-50%) rotate(90deg);
}
#sidebar ul li > a[aria-expanded="true"][data-toggle="collapse"]::after {
    transform: translateY(-50%) rotate(90deg);
    color: #6fd3ff;
}
#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #4389E1;
	text-shadow: 1px 1px #51739d;
}
#sidebar ul li > a[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border-left: 3px solid #6fd3ff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
    text-shadow: none;
}
#sidebar ul li > a[aria-expanded="true"] .sidemenu-icon {
    color: #6fd3ff !important;
}
#sidebar ul ul {
    margin-top: 6px;
    margin-bottom: 8px;
    padding: 6px 0;
    background: rgba(0, 0, 0, 0.18);
    border-left: 1px solid rgba(255,255,255,0.10);
}
#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: transparent;
	color: #d7ebff !important;
	text-shadow: none;
}
#sidebar ul ul a:hover {
    color: #fff !important;
    background: rgba(111, 211, 255, 0.10);
	text-shadow: none;
}
#sidebar .list-unstyled {
    padding-left: 0;
    list-style: none;
}
#sidebar .list-unstyled  dl, #sidebar .list-unstyled  ol, #sidebar .list-unstyled ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
#mCSB_1{
	background: rgb(40,110,200);
	background: linear-gradient(90deg, rgba(40,110,200,1) 0%, rgba(40,110,200,1) 0%, rgba(40,110,200,0) 100%); 
	
	/* #286ec8 */

/*
 	background: rgb(40,110,200);
	background: linear-gradient(90deg, rgba(40,110,200,1) 0%, rgba(40,110,200,1) 30%, rgba(40,110,200,0) 100%); 

	background: rgb(39,112,198,1);
	background: linear-gradient(90deg, rgba(39,112,198,1) 0%, rgba(39,112,198,1) 30%, rgba(39,112,198,0) 100%); 


	background: rgb(30,76,130);
	background: linear-gradient(90deg, rgba(30,76,130,1) 0%, rgba(39,112,198,1) 30%, rgba(39,112,198,0) 100%); 
*/
}
.sidemenu-icon{
	margin-right:8px;
}

/* ====================== shopping-cart ==================== */
.table-shopping-cart.table td, .table-shopping-cart.table th {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.table-shopping-cart .price-wrap {
  line-height: 1.2;
}
.table-shopping-cart .price {
  font-weight: bold;
  margin-right: 5px;
  display: block;
}


/* ====================== CATEGORY ==================== */


.category-header {
  position: relative;
	background-color: #e8edf3;
	overflow: hidden;
}

.category-header-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.category-header-media picture,
.category-header-media img {
	display: block;
	width: 100%;
	height: 100%;
}

.category-header-media img {
	object-fit: cover;
	object-position: 50% 40%;
}

.category-header:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*
	background-size: cover;
	opacity: 0.3;
	background-color:#d2d8dd;
 	*/
	background: rgb(40,110,200);
	background: linear-gradient(180deg, rgba(40,110,200,1) 0%, rgba(236,238,241,1) 0%, rgba(236,238,241,0.499019676229867) 100%);
	z-index: 1;
	
}
.category-header .container {
  position: relative;
  z-index: 2;
}
.category-path{
	margin-bottom:8px;
}
.category-path a:hover {
	text-decoration:underline;
}
.breadcrumb-item{
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
}
.breadcrumb-item::before {
    display: none;
}

@media (max-width: 767.98px) {
  .category-header-media img {
    object-position: 50% 50%;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}
.breadcrumb-item::after {
    display: inline-block;
    padding-left: 0.5rem;
    color: #545454;
    content: "›";
}
.card-product{
	font-family: 'Fira Sans', sans-serif !important;
	font-weight: 400;
	text-decoration: none;
}

/* PRODUCT DETAILS */
/*
.product_info{
	font-family: "Fira Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: 300;
	line-height: normal;
}
.product_code{
	font-size:11px;
}
.product_title{
	font-size: 18px;
	color: #286EC8;
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
}
.product_publisher{
	margin: 2px 0;
	display: inline-block;
}
.product_type{
	font-style:italic;
	margin: 2px 0;
	display: inline-block;
}
*/
.product_price, .product_striked_price, .product_discounted_price{
	font-size:16px;
	font-weight:400;
	margin: 2px 0;
	display: inline-block;
}
.product_price{
	color: #177b93;
}
.product_striked_price{
	text-decoration: line-through;
	color: #555;
	font-size: 14px;
	margin-right: 10px;
}
.product_discounted_price{
	color: #d52424;
	margin-left: 4px;
}
.product_discount{
	color: #ee6614;
	margin: 2px 0;
	display: block;
	font-weight:400;
}
.price-money{
	white-space: nowrap;
	display: inline-block;
}
.price-money .price-decimals{
	font-size: 0.82em;
}
.cart-current-price{
	font-size: 1.2rem;
	font-weight: 700;
}
.cart-current-price .price-decimals{
	font-size: 0.68em;
}
.cart-old-price{
	text-decoration: line-through;
	color: #7a7f86;
}
.filter-group .form-check-input,
.filter-group .form-check-label{
	cursor: pointer;
}
.filter-group .form-check-label{
	transition: color .18s ease;
}
.filter-group .form-check:hover .form-check-label,
.filter-group .form-check-label:hover,
.filter-group .form-check-input:checked + .form-check-label{
	color: #286ec8;
}
.product_description{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
@media (max-width: 576px){
	.product_description{
		-webkit-line-clamp: 2;
	}
}
.btn-cart{
	display: inline-block;
	width: 100%;
	height: 36px;
	font-family: 'Fira Sans', sans-serif;
		font-size: 15px;
		line-height: 34px;
	color: #fff;
	font-weight: 400;
	border-radius: 18px 18px 18px 18px;
	text-align: center;
	text-decoration: none;
	transition: border-color 300ms;
	text-shadow: 1px 1px #288a04;
	background: rgb(122,210,53);
	background: radial-gradient(circle, rgb(122, 210, 53) 0%, rgb(114, 198, 39) 65%, rgb(49, 156, 10) 100%);
	border: 2px solid #7ad235;
	padding: 0;
	overflow: hidden;
}
.btn-cart:hover {
	background: #90d757;
	border-color: #79ce35;
	color:#fff;
}
@media (max-width: 1200px) {
	.btn-cart{
		font-size: 13px;
		line-height: 32px;
	}
}
@media (max-width: 575px) {
	.btn-cart{
		font-size: 15px;
		line-height: 34px;
	}
}

.free-delivery{
	border: 1px solid #3da40f;
	font-weight: bold;
	margin: 10px 0 12px !important;
	height: 32px;
	padding: 0 10px;
	width: 135px;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	line-height: 1;
	text-align: center;
}
.product-detail-note{
	font-size: 1rem;
}
.product-detail-note i{
	margin-right: 0.3rem;
}
.product-detail-note-unavailable{
	color: #b54708;
}
.product_description{
	width: auto;
	margin: 8px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 300;
	height: 68px;
	display: block;
}
.show-details-link:hover{
	color:#ff6600;
	text-decoration:underline;
}
.countdown{
	border: 2px dotted #ccc;
	padding: 4px;
	text-align: left;
	margin:0 0 8px 0;
	background: #fdfde6;
}
.category-countdown{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 8px 0 10px;
	padding: 6px 10px;
	border: 1px solid #f2d3aa;
	border-radius: 6px;
	background: #fff8ee;
	color: #7a5a2c;
}
.category-countdown .category-countdown-label{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.84rem;
	font-weight: 500;
	line-height: 1.2;
}
.category-countdown .category-countdown-value{
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.2;
	color: #cf5d00;
}
.category-countdown .icon-clock{
	color: #cf5d00;
}

.recently-viewed-sidebar-list{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.recently-viewed-sidebar-item{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	text-decoration: none;
	color: inherit;
}
.recently-viewed-sidebar-item:hover .recently-viewed-sidebar-title{
	color: #ff6600;
	text-decoration: none;
}
.recently-viewed-sidebar-thumb{
	width: 56px;
	height: 56px;
	min-width: 56px;
	border: 1px solid #e8edf3;
	border-radius: 6px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.recently-viewed-sidebar-thumb img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.recently-viewed-sidebar-noimg{
	font-size: 0.68rem;
	color: #7f8a98;
	text-align: center;
	padding: 0 4px;
	line-height: 1.2;
}
.recently-viewed-sidebar-text{
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.recently-viewed-sidebar-title{
	font-size: 0.86rem;
	line-height: 1.28;
	color: #1f2a3c;
}
.recently-viewed-sidebar-meta{
	font-size: 0.75rem;
	color: #6f7a89;
}

.recently-viewed-products{
	margin-top: 1.4rem;
}
.recently-viewed-slider{
	position: relative;
}
.recently-viewed-slider::before,
.recently-viewed-slider::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 8px;
	width: 42px;
	pointer-events: none;
	z-index: 2;
}
.recently-viewed-slider::before{
	left: 0;
	background: linear-gradient(to right, rgba(248,249,250,0.98), rgba(248,249,250,0));
}
.recently-viewed-slider::after{
	right: 0;
	background: linear-gradient(to left, rgba(248,249,250,0.98), rgba(248,249,250,0));
}
.recently-viewed-track{
	display: flex;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 48px 10px;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
.recently-viewed-nav{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 118px;
	border: 1px solid #3f74b5;
	border-radius: 14px;
	background: #2f66ab;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 14px rgba(35, 83, 145, 0.32);
	cursor: pointer;
	z-index: 3;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.recently-viewed-nav i{
	font-size: 1.45rem;
	text-shadow: 0 1px 2px rgba(0,0,0,0.28);
}
.recently-viewed-nav:hover{
	background: #3b76c1;
	transform: translateY(-50%) scale(1.03);
	box-shadow: 0 8px 16px rgba(35, 83, 145, 0.38);
}
.recently-viewed-nav-prev{
	left: 2px;
}
.recently-viewed-nav-next{
	right: 2px;
}
.recently-viewed-nav.is-disabled,
.recently-viewed-nav:disabled{
	opacity: 0.28;
	cursor: default;
	pointer-events: none;
}
.recently-viewed-card{
	flex: 0 0 230px;
	max-width: 230px;
}
.recently-viewed-products .recently-viewed-card .img-wrap{
	height: 150px;
	min-height: 150px;
	overflow: hidden;
	padding: 6px 8px;
	box-sizing: border-box;
}
.recently-viewed-products .recently-viewed-card .img-wrap img{
	max-width: 94%;
	max-height: 94%;
	width: auto;
	height: auto;
	object-fit: contain;
}
.recently-viewed-card-meta{
	font-size: 0.78rem;
	color: #6f7a89;
	line-height: 1.3;
}
.related-products .related-product-card .img-wrap img:hover,
.recently-viewed-products .recently-viewed-card .img-wrap img:hover{
	border: 0 !important;
}
.product-request-note{
	color: #b96708;
	font-weight: 400;
}
.product-request-delivery-note{
	color: #b96708;
}
.related-products-row{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	gap: 12px;
	margin-left: 0;
	margin-right: 0;
	padding: 2px 48px 10px;
	scrollbar-width: thin;
	scroll-behavior: smooth;
}
.related-products-row > [class*="col-"]{
	flex: 0 0 220px;
	max-width: 220px;
	width: 220px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0 !important;
}
@media (max-width: 575.98px){
	.related-products-row{
		gap: 10px;
		padding: 2px 38px 8px;
	}
	.related-products-row > [class*="col-"]{
		flex-basis: 176px;
		max-width: 176px;
		width: 176px;
	}
}
@media (max-width: 575.98px){
	.recently-viewed-track{
		padding: 2px 38px 8px;
	}
	.recently-viewed-nav{
		width: 34px;
		height: 88px;
		border-radius: 11px;
	}
	.recently-viewed-nav i{
		font-size: 1.12rem;
	}
	.recently-viewed-slider::before,
	.recently-viewed-slider::after{
		width: 28px;
	}
}

.badge-new{
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	background-color: #00a3d9 !important;
	box-shadow: 1px 1px 4px #353535;
	font-size: 15px;
	font-weight: normal;
    transform: rotate(-20deg);	
    -webkit-transform: rotate(-20deg); 
    -moz-transform: rotate(-20deg); 
}
.ribbon-badge{
    transform: rotate(-20deg);	
    -webkit-transform: rotate(-20deg); 
    -moz-transform: rotate(-20deg);
	position: absolute;
	top: -2px;
	left: -10px;
	box-shadow: 1px 1px 4px #353535;
}
@media (max-width: 768px) {
	.ribbon-badge{
		top: 4px;
		left: 12px;
	}
}
.ribbon-badge span {
  display:block;
  background-color:#00A3D9; 
  width:60px; height:24px;
  line-height:24px;
  font-size:15px;
  text-align:center;
  position:relative;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 600;
  color:#fff;  

}
.ribbon-badge span:before, .ribbon-badge span:after {
  background-color:#006688; 
  width:18px; height:24px;
  content:'';
  display:block; 
  transform:skewY(20deg);
  position:absolute;
  z-index:-1;
}
.ribbon-badge span:before {top:4px; left:0; }
.ribbon-badge span:after {top:-3px; right:0; }


.subcategory-list ul{
  flex-direction: column;
  flex-wrap: wrap;
  display: flex;
  height:100px;
  /*
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  
  */
	gap: 0 24px;
	list-style-type: none;
}
.subcategory-list ul.subcategory-two-cols{
  align-content: flex-start;
  gap: 0 48px;
}
.subcategory-list ul.subcategory-three-cols{
  align-content: flex-start;
  gap: 0 72px;
}
.subcategory-list ul.subcategory-four-cols{
  align-content: flex-start;
}
.subcategory-list ul.subcategory-three-cols li,
.subcategory-list ul.subcategory-four-cols li{
  flex: 0 0 auto;
}
.subcategory-list ul li {
  /*flex: 1 0 25%;*/
  flex: 1 0 auto;
	/*
	flex-grow:1;
	flex-shrink:0;
	flex-basis:25%;
	*/
}
.subcategory-list ul li a{
	width:100%;
	display:block;
	position:relative;
	transition: all .3s ease-out;
}
.subcategory-list ul li a:hover{
	text-decoration:underline;
}

.subcategory-list ul li a::after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
        border-left-color: transparent;
    left: -22px;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}
.subcategory-list ul li a::before {
    position: absolute;
    content: '>';
    left: -13px;
    top: 50%;
    margin-top: -7px;
    color: #8a8a8a;
    opacity: 1;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    transition: color .2s ease-out, opacity .2s ease-out;
}
.subcategory-list ul li a:hover::after {
    left: -10px;
    border-left-color: #FF6600;
}
.subcategory-list ul li a:hover::before {
    color: #FF6600;
    opacity: 0;
}

/* Keep the same separator glyph used in breadcrumb and side lists */
.breadcrumb-item::after {
	content: "\203A";
}
.subcategory-list ul li a::before {
	content: "\203A";
}

@media (max-width: 992px) {
	.subcategory-list ul li a{
		display: inline-flex;
		max-width: 200px;
	}
}
@media (max-width: 768px) {
	.subcategory-list ul{
	  display:block;
	  width:100%;
	  height:auto;
	}
	.subcategory-list ul li a{
		display: block;
		max-width:100%;
	}
}
.subcategory-title{
	border-top: 1px solid #e4e4e4;
	padding-top: 24px;
}
.category-empty-state{
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 1.15rem 1.25rem;
	background: #fff;
	border: 1px solid #e4e7ec;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
	line-height: 1.65;
	position: relative;
	overflow: hidden;
}
.category-empty-state::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #d97706;
}
.category-empty-state--filtered::before{
	background: #286ec8;
}
.category-empty-state__icon{
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff4e5;
	color: #c56a00;
	font-size: 1.05rem;
	box-shadow: inset 0 0 0 1px rgba(217, 119, 6, 0.12);
}
.category-empty-state--filtered .category-empty-state__icon{
	background: #eef4fb;
	color: #286ec8;
	box-shadow: inset 0 0 0 1px rgba(40, 110, 200, 0.12);
}
.category-empty-state__content{
	flex: 1 1 auto;
	min-width: 0;
}
.category-empty-state__title{
	font-size: 1rem;
	line-height: 1.45;
	color: #1f2937;
}
.category-empty-state__text{
	display: block;
	color: #5f6b7a;
	font-size: 0.96rem;
}
.category-related-suggestions{
	border-top: 1px solid #e5e7eb;
	padding-top: 18px;
}
.category-related-suggestions__intro{
	margin-bottom: 1rem;
	padding: 1rem 1.15rem;
	border: 1px solid #e4e7ec;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
}
.category-related-suggestions__intro p{
	color: #6b7280;
	line-height: 1.6;
}
.category-related-suggestion-card{
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}
.category-related-suggestion-media{
	width: 92px;
	min-width: 92px;
	height: 92px;
	border-radius: 12px;
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.category-related-suggestion-media img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.category-related-suggestion-image-link{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.category-related-suggestion-placeholder{
	font-size: 1.4rem;
	color: #94a3b8;
}
.category-related-suggestion-meta{
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	font-size: 0.82rem;
	color: #64748b;
}
.category-related-suggestion-title-link{
	color: #286ec8;
	text-decoration: none;
}
.category-related-suggestion-title-link:hover{
	color: #ff6600;
	text-decoration: underline;
}
.category-related-suggestion-detail-link-wrap{
	line-height: 1.2;
}
.category-related-suggestion-detail-link{
	display: inline-flex;
	align-items: center;
	gap: 0.38rem;
	font-size: 0.84rem;
	color: #286ec8;
	text-decoration: none;
}
.category-related-suggestion-detail-link i{
	font-size: 0.82rem;
	line-height: 1;
}
.category-related-suggestion-detail-link:hover{
	color: #ff6600;
	text-decoration: underline;
}
.category-related-suggestion-price{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
}
.category-related-suggestion-price strong{
	font-size: 1.02rem;
	color: #111827;
}
.category-related-suggestion-old-price{
	color: #94a3b8;
	font-size: 0.88rem;
}
.category-related-suggestion-actions{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 1.15rem;
}
.category-related-suggestion-actions .btn{
	margin: 0;
}
@media (max-width: 575.98px){
	.category-empty-state{
		padding: 1rem;
		gap: 12px;
	}
	.category-empty-state__icon{
		width: 38px;
		height: 38px;
		min-width: 38px;
		font-size: 0.98rem;
	}
	.category-empty-state__title{
		font-size: 0.96rem;
	}
	.category-empty-state__text{
		font-size: 0.92rem;
	}
	.category-related-suggestion-actions{
		gap: 8px;
	}
}
.category-side-list li a{
	display: inline-block;
	width: 100%;
	color:#286ec8;
}
.category-side-list li a:hover{
	color:#ff6600;
	text-decoration:underline;
}
.btn-ms{
	background:#286ec8;
}
.btn-ms:hover{
	background:#428ef0;
}

.product-count, .btn-product-order{
	font-family: 'Fira Sans', sans-serif !important;
	font-weight: 300;
}

/* PAGINATION */
.pages_label{
	margin-bottom: 8px;
	display: block;
}
.pages { font-family: 'Fira Sans', sans-serif; font-size: 13px; color: #333333; font-weight: 300; margin-bottom: 24px;}
.pages a{ 
	font-size: 16px;
	color: #286ec8;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin:2px;
}
.pages a:hover { color: #FF6600}
.pages a.page-selected{ font-size: 16px; color: #FF6600; font-weight: 400; border: 1px solid #f60;}



#payment-methods{
	width:auto;
	padding:24px 12px;
}
#payment-methods span{
	font-family: 'Fira Sans', sans-serif;
	font-weight:300;
	display:block;
	margin-bottom:12px;
}
#payment-methods img{
	width:100%;
	max-width:675px;
	border:0px;
}

/* CHECKOUT (legacy-like form) */
.checkout-steps{
	background:#f5f9ff;
	border-top:1px solid #adcaee;
	border-bottom:1px solid #adcaee;
	
}
.checkout-steps .container{
	padding-top:14px;
	padding-bottom:14px;
}
.checkout-steps-text{
	font-family:'Fira Sans', sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.4;
}
.checkout-steps-text a{
	color:#286ec8;
	text-decoration:none;
}
.checkout-steps-text a:hover{
	color:#1f5ca9;
	text-decoration:underline;
}
.checkout-steps-text .is-current{
	color:#1f5ca9;
	font-weight:600;
}
.checkout-steps-text .is-next{
	color:#7b8da8;
}
.checkout-legacy-card{
	border:1px solid #d7e6f7;
	box-shadow:0 10px 24px rgba(23,57,102,0.08);
}
.checkout-legacy-title{
	font-family:'Fira Sans', sans-serif;
	font-weight:600;
	font-size:1.7rem;
	line-height:1.2;
	margin-bottom:1.4rem;
	color:#173966;
}
.checkout-legacy-subtitle{
	font-family:'Fira Sans', sans-serif;
	font-size:1.2rem;
	font-weight:600;
	margin-bottom:1rem;
	color:#1f5ca9;
}
.checkout-gate-wrap{
	max-width:560px;
}
.checkout-gate-note{
	font-family:'Fira Sans', sans-serif;
	font-size:14px;
	color:#5f7697;
	margin:0 0 12px;
}
.checkout-gate-form label{
	font-family:'Fira Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#1c3f6d;
	margin-bottom:0.35rem;
}
.checkout-gate-actions{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.customer-auth-intro{
	font-size:0.98rem;
	line-height:1.45;
}
.customer-auth-inline-link{
	font-size:0.95rem;
}
.customer-auth-links{
	font-size:0.96rem;
	line-height:1.45;
}
.customer-auth-links a{
	font-size:0.98rem;
}
.customer-auth-form .form-text{
	font-size:0.9rem;
}
.checkout-legacy-form label{
	font-family:'Fira Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#1c3f6d;
	margin-bottom:0.35rem;
}
.checkout-legacy-form .form-control{
	border:1px solid #c8d8ed;
	border-radius:6px;
	min-height:42px;
}
.checkout-country-select{
	background-color:#fff;
}
.checkout-country-gated{
	max-height:0;
	opacity:0;
	overflow:hidden;
	transform:translateY(-8px);
	transition:max-height .42s ease, opacity .28s ease, transform .32s ease;
	pointer-events:none;
}
.checkout-country-gated.is-open{
	max-height:5000px;
	opacity:1;
	transform:translateY(0);
	pointer-events:auto;
}
.checkout-legacy-form .form-control:focus{
	border-color:#3f83d8;
	box-shadow:0 0 0 0.18rem rgba(40,110,200,0.16);
}
.checkout-payment-options{
	display:flex;
	flex-direction:column;
	gap:12px;
	margin-bottom:1rem;
}
.checkout-payment-option{
	display:block;
	margin:0;
	cursor:pointer;
}
.checkout-payment-input{
	position:absolute;
	opacity:0;
	pointer-events:none;
}
.checkout-payment-shell{
	display:flex;
	align-items:center;
	gap:14px;
	padding:12px 14px;
	border:2px solid #cfe0f8;
	border-radius:10px;
	background:#fff;
	transition:border-color .15s ease, box-shadow .15s ease;
}
.checkout-payment-input:checked + .checkout-payment-shell{
	border-color:#286ec8;
	box-shadow:0 0 0 0.18rem rgba(40,110,200,0.16);
}
.checkout-payment-icon{
	width:38px;
	height:38px;
	border-radius:999px;
	background:#eaf2ff;
	color:#286ec8;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	flex:0 0 auto;
}
.checkout-payment-copy strong{
	display:block;
	font-family:'Fira Sans', sans-serif;
	font-size:15px;
	font-weight:600;
	line-height:1.2;
	color:#173966;
}
.checkout-payment-copy small{
	display:block;
	margin-top:2px;
	font-family:'Fira Sans', sans-serif;
	font-size:13px;
	line-height:1.3;
	color:#61789a;
}
.checkout-legacy-actions{
	margin-top:24px;
}
.checkout-legal-consent{
	margin-top:32px;
	color:#7f8fa5;
}
.checkout-legal-consent .custom-control-label{
	font-family:'Fira Sans', sans-serif;
	font-size:13.5px;
	font-weight:400;
	line-height:1.45;
	color:#7f8fa5;
}
.checkout-legal-consent .custom-control-label a{
	color:#7f8fa5;
	text-decoration:underline;
}
.checkout-legal-consent .custom-control-label a:hover{
	color:#60748d;
}
.checkout-invoice-choice-wrap{
	margin-top:6px;
	margin-bottom:14px;
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
}
.checkout-invoice-choice-wrap .custom-control-label{
	font-family:'Fira Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#4d5f79;
	cursor:pointer;
}
.checkout-invoice-section{
	border:0 dashed #bed5f2;
	border-radius:10px;
	background:#f9fcff;
	padding:0 14px;
	margin-bottom:0;
	max-height:0;
	opacity:0;
	overflow:hidden;
	transform:translateY(-4px);
	transition:max-height .35s ease, opacity .25s ease, padding .25s ease, margin .25s ease, border-width .2s ease, transform .25s ease;
}
.checkout-invoice-section.is-open{
	border-width:1px;
	padding:14px 14px 4px;
	margin-bottom:16px;
	max-height:900px;
	opacity:1;
	transform:translateY(0);
}
.checkout-invoice-title{
	font-family:'Fira Sans', sans-serif;
	font-size:1rem;
	font-weight:600;
	color:#1f5ca9;
	margin-bottom:10px;
}
.checkout-submit-btn{
	display:block;
	width:100%;
	font-size:16px;
	font-weight:600;
	padding:0.72rem 1rem;
}
.checkout-back-btn{
	display:block;
	width:100%;
	margin-top:10px;
}
.checkout-back-link{
	display:inline-flex;
	align-items:center;
	gap:6px;
	margin-top:12px;
	color:#5d7496;
	font-size:0.96rem;
	text-decoration:none;
}
.checkout-back-link:hover{
	color:#ff6600;
	text-decoration:none;
}
.checkout-legacy-layout{
	align-items:flex-start;
}
.checkout-summary-col{
	display:block;
	align-self:stretch;
}
.checkout-summary-sticky{
	position:-webkit-sticky;
	position:sticky;
	top:112px;
	width:100%;
	align-self:flex-start;
}
.checkout-summary-sticky.checkout-summary-static{
	position:static;
	top:auto;
}
.checkout-summary-card{
	border:1px solid #d7e6f7;
	box-shadow:0 10px 24px rgba(23,57,102,0.08);
}
.checkout-summary-title{
	font-family:'Fira Sans', sans-serif;
	font-size:1.08rem;
	font-weight:700;
	color:#1f5ca9;
	margin:0 0 4px;
}
.checkout-summary-count{
	font-family:'Fira Sans', sans-serif;
	font-size:13px;
	color:#657d9e;
}
.checkout-summary-items{
	max-height:320px;
	overflow:auto;
	padding-right:4px;
}
.checkout-summary-item{
	display:flex;
	align-items:flex-start;
	gap:9px;
	padding:10px 0;
	border-top:1px solid #e7effa;
}
.checkout-summary-item:first-child{
	border-top:0;
	padding-top:0;
}
.checkout-summary-item-media{
	width:50px;
	min-width:50px;
	height:50px;
	border:1px solid #dbe7f7;
	border-radius:8px;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
.checkout-summary-item-media img{
	max-width:100%;
	max-height:100%;
	object-fit:contain;
}
.checkout-summary-item-media span{
	font-family:'Fira Sans', sans-serif;
	font-size:11px;
	color:#8ca0bb;
}
.checkout-summary-item-body{
	min-width:0;
	flex:1 1 auto;
}
.checkout-summary-item-title{
	font-family:'Fira Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:1.35;
	color:#173966;
	margin-bottom:3px;
}
.checkout-summary-item-meta{
	font-family:'Fira Sans', sans-serif;
	font-size:13px;
	color:#6a82a4;
	margin-bottom:3px;
}
.checkout-summary-item-meta-main{
	color:#587095;
	margin-bottom:1px;
}
.checkout-summary-item-meta-old{
	font-size:12px;
	color:#8a9ab0;
	margin-bottom:2px;
}
.checkout-summary-item-qty{
	display:inline-block;
	margin-left:6px;
	padding:1px 7px;
	border-radius:999px;
	border:1px solid #d4e2f7;
	background:#edf4ff;
	color:#1f5ca9;
	font-size:11px;
	font-weight:700;
	line-height:1.2;
}
.checkout-summary-item-price{
	font-family:'Fira Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#173966;
	margin-top:1px;
}
.checkout-summary-totals{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #dbe7f7;
}
.checkout-summary-row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:8px;
	font-family:'Fira Sans', sans-serif;
	font-size:14px;
	color:#173966;
	margin-bottom:6px;
}
#checkout-summary-shipping{
	font-size:13px;
}
#checkout-summary-shipping.is-placeholder{
	font-size:13px;
	color:#6a82a4;
	font-weight:500;
}
.checkout-summary-row-shipping.is-placeholder{
	font-size:13px;
	color:#6a82a4;
}
.checkout-summary-row:last-child{
	margin-bottom:0;
}
.checkout-summary-row-payment{
	font-size:13px;
	color:#5d7496;
}
.checkout-summary-note{
	font-family:'Fira Sans', sans-serif;
	font-size:13px;
	line-height:1.4;
	margin:6px 0 8px;
}
.checkout-summary-note-soft{
	font-size:13px;
	color:#5f7189;
	background:#f6f9fd;
	border:1px solid #dbe5f2;
	border-radius:8px;
	padding:7px 9px;
}
.checkout-summary-note-soft .line{
	display:block;
}
.checkout-summary-note-soft .line + .line{
	margin-top:2px;
}
.checkout-summary-note-success{
	font-size:14px;
	line-height:1.45;
	color:#2f6e49;
	background:#f1faf4;
	border:1px solid #cfe8d8;
	border-radius:8px;
	padding:7px 9px;
}
.checkout-summary-note-success .line{
	display:block;
}
.checkout-summary-note i{
	margin-right:4px;
}
.checkout-summary-grandtotal{
	padding-top:8px;
	margin-top:6px;
	border-top:1px solid #dbe7f7;
	font-size:15px;
}

@media (max-width: 767px){
	.checkout-legacy-title{
		font-size:1.45rem;
	}
	.checkout-legacy-subtitle{
		font-size:1.08rem;
	}
	.checkout-steps-text{
		font-size:13px;
	}
}
@media (max-width: 991.98px){
	.checkout-summary-col{
		margin-top:16px;
	}
	.checkout-summary-sticky{
		position:static;
		top:auto;
	}
	.checkout-summary-items{
		max-height:none;
	}
}


/* FOOTER BUTTONS */
.back-to-top {
    position: fixed;
    bottom: 25px;
    left: 25px;
    display: none;
	opacity: 0.9;
	box-shadow: 0 0 0 0.2rem rgba(199, 199, 200, 0.5);
	z-index:100;
}
#fixed-bottom-btn-cart {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	opacity: 0.9;
	/*font-size: 15px;*/
	box-shadow: 0 0 0 0.2rem rgba(199, 199, 200, 0.5);
	z-index:100;
}
.back-to-top:hover, #fixed-bottom-btn-cart:hover {
	opacity: 1;
}
#fixed-bottom-btn-cart:hover {
	/*
	background: #38a10d;
	border: 1px solid #3f9b13;
	*/
}
/* ----------------------------------------------------------- */
#cookieChoiceInfo {
position: fixed !important;
bottom: 0px !important;
bottom: 0px !important;
left:0px !important;
right:0px !important;
margin-bottom: 0px !important;
top:auto !important;
width: 100% !important;
height: 32px !important;
background-color:#333333 !important; 
color:#FFFFFF !important; 
font-size: 13px !important;
text-align: center !important;
opacity: .9 !important;
padding: 8px !important;
}
#cookieInfoLink, #cookieChoiceInfo a {
  text-decoration: none !important;
  white-space:nowrap !important;
  color: #74c0e6;
}
#cookieChoiceDismiss {
  background-color: #0A0 !important;
  color: #FFF !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  padding: 3px 10px !important;
  border-radius: 3px !important;
  white-space:nowrap !important;
}
#cookieChoiceDismiss:hover {
  background-color: #0F0 !important;
}


/* effetto immagini prodotto */
.img-wrap,
.product-detail-thumb,
.product-detail-image-link {
  transition:
    transform .18s ease,
    border-color .18s ease;
}

.img-wrap:hover,
.product-detail-thumb:hover,
.product-detail-image-link:hover {
  transform: translateY(-2px);
}

.product-detail-thumb img,
.img-wrap img {
  transition: transform .18s ease;
}

.product-detail-thumb:hover img,
.img-wrap:hover img {
  transform: scale(1.02);
}





/* HOMEPAGE */
.ms-hero-parallax {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #1e4e91;
}

.ms-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  will-change: transform;
  transform: translate3d(0, 0, 0) scale(1.08);
}

.ms-hero-bg picture,
.ms-hero-bg .ms-hero-image {
  display: block;
  width: 100%;
  height: 100%;
}

.ms-hero-image {
  object-fit: cover;
  object-position: center center;
}

.ms-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(30, 78, 145, 0.48) 0%,
    rgba(30, 78, 145, 0.24) 46%,
    rgba(30, 78, 145, 0.08) 62%,
    rgba(30, 78, 145, 0.00) 74%,
    rgba(30, 78, 145, 0.00) 100%
  );
}

.ms-hero-content-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}

.ms-hero-content {
  max-width: 640px;
  color: #fff;
  padding: 72px 0 78px;
}

.ms-hero-kicker {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0,0,0,0.32);
}

.ms-hero-title {
  margin: 0 0 16px;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.12;
  font-weight: 600;
  text-shadow: 0 3px 14px rgba(0,0,0,0.46), 0 1px 2px rgba(0,0,0,0.42);
}

.ms-hero-text {
  max-width: 580px;
  margin: 0 0 24px;
  color: rgba(255,255,255,0.95);
  font-size: 1.08rem;
  line-height: 1.7;
  text-shadow: 0 4px 14px rgba(0,0,0,0.52), 0 1px 2px rgba(0,0,0,0.36);
}

.ms-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ms-hero-btn-primary,
.ms-hero-btn-secondary {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-decoration: none !important;
}

.ms-hero-btn-primary {
  background-color: #ff7920;
  border-color: #ff7920;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.28);
}

.ms-hero-btn-primary:hover {
  background-color: #ff8f3f;
  border-color: #ff8f3f;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.32);
}

.ms-hero-btn-secondary {
  border-width: 1px;
  border-color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.18);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}

.ms-hero-btn-secondary:hover {
  background: rgba(255,255,255,0.26);
  border-color: rgba(255,255,255,0.86);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.48);
  box-shadow: 0 10px 22px rgba(0,0,0,0.24);
}

@media (max-width: 1199.98px) {
  .ms-hero-parallax {
    min-height: 500px;
  }

  .ms-hero-title {
    font-size: 2.35rem;
  }
}

@media (max-width: 991.98px) {
  .ms-hero-parallax {
    min-height: 460px;
  }

  .ms-hero-content {
    max-width: 100%;
    padding: 56px 0 62px;
  }

  .ms-hero-title {
    font-size: 2rem;
    line-height: 1.16;
  }

  .ms-hero-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 575.98px) {
  .ms-hero-parallax {
    min-height: 400px;
  }

  .ms-hero-content {
    padding: 42px 0 48px;
  }

  .ms-hero-kicker {
    margin-bottom: 12px;
    font-size: 0.8rem;
  }

  .ms-hero-title {
    font-size: 1.55rem;
    margin-bottom: 12px;
  }

  .ms-hero-text {
    font-size: 0.95rem;
    margin-bottom: 18px;
  }

  .ms-hero-actions {
    gap: 10px;
  }

  .ms-hero-btn-primary,
  .ms-hero-btn-secondary {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-hero-bg {
    transform: none !important;
  }
}

.home-main-categories{
  margin: 1rem 0 1.8rem;
  padding: 1rem 1rem 1.15rem;
  border: 1px solid #dbe5f2;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #f1f6fd 100%);
}
.home-main-categories-links{
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
.home-main-category-link{
  display: inline-flex;
  align-items: center;
  padding: .4rem .82rem;
  border-radius: 999px;
  border: 1px solid #d7e2f1;
  background: #fff;
  color: #2c4f7f;
  font-size: .9rem;
}
.home-main-category-link:hover{
  text-decoration: none;
  color: #ff6600;
  border-color: #ffcfaa;
}
.home-main-categories .home-section-title{
  margin-bottom: .75rem;
}
.home-section-title{
  font-size: 1.3rem;
  margin-bottom: .9rem;
}
.home-category-products{
  position: relative;
  padding-top: .2rem;
}
.home-category-products + .home-category-products{
  padding-top: 1.25rem;
}
.home-category-products + .home-category-products::before{
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 1rem;
  background: linear-gradient(90deg, rgba(216,228,242,0) 0%, rgba(216,228,242,1) 12%, rgba(216,228,242,1) 88%, rgba(216,228,242,0) 100%);
}
.home-category-products .home-section-title a{
  display: inline-flex;
  align-items: center;
  padding: .5rem 1.05rem;
  border-radius: 999px;
  border: 1px solid #d7e2f1;
  background: #fff;
  color: #2c4f7f;
  font-size: 1.14rem;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}
.home-category-products .home-section-title a:hover{
  color: #ff6600;
  border-color: #ffcfaa;
  text-decoration: none;
}
.home-view-all-link{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: 1rem;
  font-weight: 500;
  color: #2c4f7f;
  text-decoration: none;
}
.home-view-all-link i{
  font-size: .95rem;
}
.home-view-all-link:hover{
  color: #ff6600;
  text-decoration: none;
}
.home-latest-products{
  margin-bottom: 1.4rem;
}
.home-product-title{
  font-size: .9rem;
  line-height: 1.34;
  min-height: 2.45em;
  margin-bottom: .4rem;
}
.home-product-title a{
  color: #286ec8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-product-title a:hover{
  color: #ff6600;
  text-decoration: underline;
}
.home-products-grid .home-grid-card .img-wrap{
  min-height: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.home-products-grid .home-grid-card .img-wrap img{
  max-height: 116px;
  width: auto;
  object-fit: contain;
}
.home-products-grid .home-grid-card .info-wrap{
  margin-bottom: 0;
  padding-bottom: 0;
}
.home-products-grid .home-grid-card .price-wrap{
  margin-bottom: 0 !important;
}

.ms-mini-hero {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin: 40px 0;
  min-height: 320px;
  display: flex;
  align-items: center;
}

/* Background */
.ms-mini-hero-bg picture,
.ms-mini-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ms-mini-hero-bg img {
  object-fit: cover;
}

/* Overlay */
.ms-mini-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(30, 78, 145, 0.62) 0%,
    rgba(30, 78, 145, 0.30) 42%,
    rgba(30, 78, 145, 0.06) 60%,
    rgba(30, 78, 145, 0.00) 72%,
    rgba(30, 78, 145, 0.00) 100%
  );
}

/* Content */
.ms-mini-hero-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  color: #fff;
  padding: 14px 16px;
  border-radius: 0;
  border: none;
  background: linear-gradient(180deg, rgba(26, 72, 148, 0.30) 0%, rgba(52, 106, 190, 0.18) 56%, rgba(92, 148, 229, 0.10) 100%);
  box-shadow: none;
  -webkit-backdrop-filter: blur(1px) saturate(110%);
  backdrop-filter: blur(1px) saturate(110%);
}

/* Title */
.ms-mini-hero-title {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.56), 0 1px 2px rgba(0, 0, 0, 0.42);
}

/* Text */
.ms-mini-hero-text {
  font-size: 1rem;
  margin-bottom: 18px;
  opacity: 0.95;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.54), 0 1px 2px rgba(0, 0, 0, 0.4);
}

.ms-mini-hero-content .btn {
  background-color: #ff7920;
  border-color: #ff7920;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
  box-shadow: 0 8px 18px rgba(4, 16, 36, 0.24);
}

.ms-mini-hero-content .btn:hover {
  background-color: #ff8f3f;
  border-color: #ff8f3f;
  color: #fff;
  box-shadow: 0 10px 22px rgba(4, 16, 36, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .ms-mini-hero {
    min-height: 260px;
    border-radius: 10px;
  }

  .ms-mini-hero-title {
    font-size: 1.4rem;
  }

  .ms-mini-hero-text {
    font-size: 0.95rem;
  }
  .ms-mini-hero-content {
    padding: 12px 14px;
    border-radius: 0;
  }
}
.ms-mini-hero:hover img {
  transform: scale(1.03);
  transition: transform 0.6s ease;
}

/* Brand index page (/marca, /brand) */
.brand-index-intro {
  max-width: 980px;
  color: #1f3f67;
  font-size: 0.98rem;
  line-height: 1.55;
}
.brand-index-toolbar {
  border: 1px solid #d9e4f0;
}
.brand-index-letters-label {
  font-size: 0.8rem;
  color: #6d7889;
  margin-bottom: 0.35rem;
  line-height: 1.2;
}
.brand-index-letters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
}
.brand-index-letter-btn {
  min-width: 2rem;
  border: 1px solid #d2deec;
  border-radius: 999px;
  background: #fff;
  color: #2f527f;
  font-size: 0.79rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 0.3rem 0.55rem;
}
.brand-index-letter-btn:hover,
.brand-index-letter-btn:focus {
  color: #ff6600;
  border-color: #ffc89f;
  text-decoration: none;
}
.brand-index-letter-btn.is-active {
  color: #fff;
  border-color: #2f5f9f;
  background: #2f5f9f;
}
.brand-index-letter-btn.is-disabled,
.brand-index-letter-btn.is-disabled:hover,
.brand-index-letter-btn[disabled] {
  color: #a8b3c2;
  border-color: #e0e7ef;
  background: #f6f8fb;
  cursor: not-allowed;
}
.brand-index-section-title {
  color: #2a4f80;
  font-size: 1.18rem;
  margin-bottom: 0.95rem;
}
.brand-index-total-count {
  font-size: 0.9rem;
  color: #6f7a89;
  font-weight: 400;
}
.brand-index-popular-card,
.brand-index-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  border: 1px solid #d9e4f0;
  border-radius: 10px;
  background: #fff;
  color: #1e3960;
  text-decoration: none;
}
.brand-index-popular-card {
  padding: 0.65rem 0.72rem;
  min-height: 70px;
}
.brand-index-item {
  padding: 0.5rem 0.62rem;
  min-height: 62px;
}
.brand-index-popular-card:hover,
.brand-index-item:hover {
  border-color: #ffcfaa;
  text-decoration: none;
}
.brand-index-popular-main,
.brand-index-item-main {
  min-width: 0;
  display: block;
}
.brand-index-popular-main strong,
.brand-index-item-main strong {
  display: block;
  color: #286ec8;
  font-size: 0.96rem;
  line-height: 1.25;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brand-index-popular-card:hover strong,
.brand-index-item:hover strong {
  color: #ff6600;
}
.brand-index-popular-main small,
.brand-index-item-main small {
  display: block;
  color: #6e7987;
  font-size: 0.76rem;
  line-height: 1.2;
  margin-top: 0.12rem;
}
.brand-index-popular-logo,
.brand-index-item-logo {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #e0e7ef;
  background: #fff;
  color: #2f5f9f;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  overflow: hidden;
}
.brand-index-item-logo {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}
.brand-index-popular-logo img,
.brand-index-item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brand-index-popular-logo.is-fallback,
.brand-index-item-logo.is-fallback {
  background: linear-gradient(180deg, #f6f9fe 0%, #edf3fb 100%);
}
.brand-index-letter-group {
  margin-top: 1rem;
}
.brand-index-letter-group:first-of-type {
  margin-top: 0.25rem;
}
.brand-index-letter-title {
  font-size: 1rem;
  color: #2f527f;
  margin-bottom: 0.6rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e4ebf4;
}
.brand-index-empty {
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .brand-index-intro {
    font-size: 0.94rem;
  }
  .brand-index-popular-main strong,
  .brand-index-item-main strong {
    font-size: 0.92rem;
  }
}
