/*
Theme Name: Template para Motomundo
Theme URI: https://www.motomundohn.com
Author: David Reyes
Description: Theme basado en mi diseño HTML
Version: 1.0
*/::selection{background:#ed1d24;color:#fff;}
::-webkit-scrollbar {
    width: 6px;
    border-top: 50px;
  }
  
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  
  ::-webkit-scrollbar-thumb {
    background: #FF161F;
  }
  
  
  ::-webkit-scrollbar-thumb:hover {
    background: #000000;
  }


  ::-webkit-scrollbar:horizontal{
    height: 6px;
    width: 30%;
  }

/*----
    07.2 Protuct Style One
-----------------------------------------*/
.ee-product {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  backdrop-filter: blur(6px);
  background-color: rgba(249, 250, 251, 0.8);
  border: 2px solid #fff;
  overflow: hidden;
  box-shadow: var(--shadow-1);
  border-radius: var(--radius);
  background: var(--color-white);
  position: relative;
  height: 100%;
  backdrop-filter: blur(6px);
  background-color: rgba(249, 250, 251, 0.8);

}

.ee-product .image {
  position: relative;
}

.ee-product .image .label {
  position: absolute;
  left: 20px;
  top: 28px;
  font-size: 13px;
  font-weight: 700;
  color: #202020;
  text-transform: capitalize;
  line-height: 20px;
}

.ee-product .image .label.sale {
  color: #202020;
}

.ee-product .image .label.new {
  color: #ff0000;
}

.ee-product .image .img {
  display: block;
  background-color: #f6f7f8;
}

.ee-product .image .img img {
  display: block;
  width: 100%;
}

.ee-product .image .wishlist-compare {
  position: absolute;
  top: 20px;
  right: 20px;
}

.ee-product .image .wishlist-compare a {
  height: 33px;
  width: 33px;
  border: 1px solid #999999;
  border-radius: 50px;
  display: block;
  float: left;
  margin-right: 7px;
  color: #444444;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  left: 20px;
  position: relative;
}

.ee-product .image .wishlist-compare a::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 600;
  background-color: #444444;
  color: #ffffff;
  line-height: 16px;
  padding: 3px 10px;
  border-radius: 2px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}

.ee-product .image .wishlist-compare a::after {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 4px;
  margin-left: -4px;
  content: "";
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #444444 transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
}

.ee-product .image .wishlist-compare a:last-child {
  margin-right: 0;
}

.ee-product .image .wishlist-compare a:nth-child(1) {
  -webkit-transition-delay: 0.07s;
  -o-transition-delay: 0.07s;
  transition-delay: 0.07s;
}

.ee-product .image .wishlist-compare a:nth-child(2) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.ee-product .image .wishlist-compare a i {
  line-height: 31px;
  font-size: 15px;
  display: block;
}

.ee-product .image .wishlist-compare a:hover {
  color: #202020;
  border-color: #202020;
}

.ee-product .image .wishlist-compare a:hover::before {
  opacity: 1;
  visibility: visible;
}

.ee-product .image .wishlist-compare a:hover::after {
  opacity: 1;
  visibility: visible;
}

.ee-product .image .wishlist-compare a.added {
  color: #202020;
  border-color: #f5d730;
  background-color: #f5d730;
}

.ee-product .image .add-to-cart {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff0000;
  color: #202020;
  border-radius: 50px;
  display: block;
  width: 170px;
  padding: 10px 25px 10px 56px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
  -o-transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
  transition: all 0.7s cubic-bezier(0.77, -1.5, 0.12, 3) 0s;
  color: var(--color-heading);
  backdrop-filter: blur(6px);
  background-color: rgba(249, 250, 251, 0.8);
  box-shadow: var(--shadow-1);

}

.ee-product .image .add-to-cart i {
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  border-radius: 50px;
  display: block;
  float: left;
  font-size: 20px;
  text-align: center;
  line-height: 41px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}

.ee-product .image .add-to-cart span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 21px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.ee-product .image .add-to-cart.added {
  padding-left: 25px;
  padding-right: 56px;
}

.ee-product .image .add-to-cart.added i {
  left: calc(100% - 41px);
}

.ee-product .specification {
  background-color: #ffffff;
  overflow: hidden;
  padding: 20px;
  border-bottom: 1px solid #dddddd;
}

.ee-product .specification ul {
  list-style: none;
}

.ee-product .specification ul li {
  font-size: 14px;
  line-height: 24px;
  color: #444444;
  padding-left: 18px;
  position: relative;
  margin: 4px 0;
}

.ee-product .specification ul li::before {
  position: absolute;
  left: 0;
  top: 12px;
  height: 8px;
  width: 8px;
  margin-top: -4px;
  content: "";
  background-color: #444444;
}

.ee-product .content {
  padding: 30px;
  overflow: visible;
}

.ee-product .content .category-title {
  padding: 15px 20px;
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ee-product .content .category-title .cat {
  display: inline-block;
  line-height: 15px;
  text-transform: capitalize;
  font-size: 13px;
  color: #444444;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.ee-product .content .category-title .cat:hover {
  color: #202020;
}

.ee-product .content .category-title .title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.ee-product .content .category-title .title a {
  display: block;
  color: #444444;
}

.ee-product .content .category-title .title a:hover {
  color: #202020;
}

.ee-product .content .price-ratting {
  padding: 9px 20px;
  float: left;
  width: 100%;
}

.ee-product .content .price-ratting .price {
  font-size: 15px;
  font-weight: 700;
  color: #444444;
  line-height: 24px;
  float: left;
  margin: 5px 0;
}

.ee-product .content .price-ratting .price span {
  float: left;
  color: #444444;
  margin-right: 15px;
  text-decoration: line-through;
}

.ee-product .content .price-ratting .ratting {
  float: right;
  margin: 5px 0;
}

.ee-product .content .price-ratting .ratting i {
  color: #444444;
  font-size: 14px;
  float: left;
  margin-right: 4px;
  line-height: 24px;
}

.ee-product .content .price-ratting .ratting i:last-child {
  margin-right: 0;
}

.ee-product:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.ee-product:hover .image .wishlist-compare a {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.ee-product:hover .image .wishlist-compare a:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.ee-product:hover .image .wishlist-compare a:nth-child(2) {
  -webkit-transition-delay: 0.07s;
  -o-transition-delay: 0.07s;
  transition-delay: 0.07s;
}

.ee-product:hover .image .add-to-cart {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.ee-product .content h4 {
  font-size: 17px;
}

.wid25 {
  width: 30%;
  position: relative;
  margin-right: 30px;
  padding-left: 20px;
}

.rbt-card-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

input#quantity2 {
  max-width: 77px;
  line-height: normal;
  margin: 0;
  height: 30px;
  margin-right: 20px;
}

.displayInline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}



.qty-input {
  color: #000;
  background: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.qty-input .product-qty, .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus, .qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  appearance: textfield;
  font-size: 11px;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 1.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 1px;
    width: 6px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.qty-input {
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
  transform: scale(1.5);
}
span.quantity {
  padding-left: 30px;
}

.notifyjs-bootstrap-error {
  color: #B94A48;
  font-size: 15px!important;
  font-weight: normal!important;
}

.notifyjs-bootstrap-error {
  background-position: 2px!important;
}

span.rbt-red {
    padding: 0px 10px 0px 10px;
    color: #fff;
    border-radius: 5px;
    background: #ff0000;
}

.cls-1{fill:#555556;}.cls-2{fill:#fff;}.cls-3{fill:#e5262b;}#Capa_1{width: 280px;padding-top: 13px;}
    .css-1th3d0u {
        padding-left: 40px;
        padding-right: 40px;
        background: #555556;
    }
    .css-1th3d0u {
        min-height: 50px;
        height: 50px;
        text-align: center;
        display: block!important;
    }
    .rbt-header .rbt-header-wrapper .header-right {
        padding-right: 40px;
    }
/* Estilos personalizados para el spinner de NProgress */
#nprogress .spinner {
  left: 50%;
  top: 50%;
  z-index: 99999999999999;
}
/* Estilos para el esqueleto */
.skeleton-wrapper {
  background: #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
}

.skeleton-image {
  height: 150px; /* Ajusta la altura según la imagen */
  width: 100%;
  background: linear-gradient(to right, #f1f1f1, #e1e1e1, #f1f1f1);
  animation: skeleton-animation 1.5s infinite ease-in-out;
}

.skeleton-content {
  padding: 20px;
}

.skeleton-title {
  height: 20px;
  width: 80%;
  background: linear-gradient(to right, #f1f1f1, #e1e1e1, #f1f1f1);
  margin-bottom: 10px;
  animation: skeleton-animation 1.5s infinite ease-in-out;
}

.skeleton-meta {
  display: flex;
  justify-content: space-between;
}

.skeleton-meta li {
  height: 15px;
  width: 30%;
  background: linear-gradient(to right, #f1f1f1, #e1e1e1, #f1f1f1);
  margin-bottom: 5px;
  animation: skeleton-animation 1.5s infinite ease-in-out;
}

.skeleton-bottom {
  height: 30px;
  width: 100%;
  background: linear-gradient(to right, #f1f1f1, #e1e1e1, #f1f1f1);
  animation: skeleton-animation 1.5s infinite ease-in-out;
}

@keyframes skeleton-animation {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(100%);
  }
}


/* Modal Overlay Estilos */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semi-transparente */
  z-index: 999; /* Coloca el overlay sobre el contenido principal */
}

.card-ee .dropdown .dropdown-toggle {

  height: 32px!important;
  padding: 0px 22px 0px 10px!important;
  color: #000;
  margin-bottom: 10px;
  
}

.card-ee .dropdown {
  width: 240px!important;
}
#bs-select-5{
  overflow-x: hidden;
}

.display-seach{
  display: none;
}

.brand-style-3 li a img {
  max-height: 213px;
  width: 300px;
  filter: drop-shadow(2px 2px 2px #0000003d);
}
.brand-style-3 li {
  padding: 0!important;
 
}
#selectModel .dropdown-menu  {

  min-width: 330px!important;
}



/* Separador h1*/

  .section-title-one{position:relative;overflow:hidden;}
  .section-title-one::before{
    font-size: 52px;
    color: #cccccc;
    line-height: 55px;
    font-family: "Oswald", sans-serif;
    content: attr(data-title);
    font-weight: 700;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding-left: 25px;
    background-color: #fafafa;
    border-radius: 10px;
    padding: 0px 20px 20px 20px;  
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px){
  .section-title-one::before{font-size:46px;}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px){
  .section-title-one::before{font-size:40px;line-height:34px;}
  }
  @media only screen and (max-width: 767px){
  .section-title-one::before{font-size:18px;line-height:18px;}
  }
  @media only screen and (max-width: 479px){
  .section-title-one::before{font-size:30px;line-height:28px;display:none;}
  }
  .section-title-one::after{position:absolute;left:0;top:50%;content:"";width:100%;height:1px;background-color:#e8e8e8;z-index:-1;}
  @media only screen and (max-width: 479px){
  .section-title-one::after{display:none;}
  }
  .section-title-one h1{
    font-size:24px;font-weight:700;line-height:40px;background-color:#fafafa;padding:10px 25px;margin:0;margin-left:40px;float:left;position:relative;z-index:3;
    border-radius: 10px;
    padding: 0px 20px 20px 20px; 
  }
  @media only screen and (min-width: 768px) and (max-width: 991px){
  .section-title-one h1{font-size:20px;margin-left:20px;padding:4px 20px;}
  }
  @media only screen and (max-width: 767px){
  .section-title-one h1{font-size:18px;margin-left:10px;padding:0 15px;line-height:1;}
  }
  @media only screen and (max-width: 479px){
  .section-title-one h1{font-size:18px;margin-left:0;padding:0;background-color:transparent;}
  }
  /*! CSS Used fontfaces */
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');unicode-range:U+0370-03FF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');unicode-range:U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');unicode-range:U+0370-03FF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');unicode-range:U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');unicode-range:U+0370-03FF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');unicode-range:U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');unicode-range:U+0370-03FF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');unicode-range:U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format('woff2');unicode-range:U+1F00-1FFF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format('woff2');unicode-range:U+0370-03FF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format('woff2');unicode-range:U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
  @font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-stretch:100%;src:url(https://fonts.gstatic.com/s/opensans/v36/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:200;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:300;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752FD8Ghe4.woff2) format('woff2');unicode-range:U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fj8Ghe4.woff2) format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752Fz8Ghe4.woff2) format('woff2');unicode-range:U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;}
  @font-face{font-family:'Oswald';font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/oswald/v53/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}


/* Pop Pup Modal */
.popup-subscribe-wrap .close-popup {
  border-radius: 50px;
  line-height: normal;
}

  .d-none{display:none!important;}
  
  .banner a{display:block;position:relative;overflow:hidden;}
  .banner a::before{background-color:rgba(255, 255, 255, 0.2);content:"";height:200%;left:-280px;position:absolute;top:-50%;-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg);-webkit-transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);-o-transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);width:80px;z-index:0;}
  .banner a::after{background-color:rgba(255, 255, 255, 0.2);content:"";height:200%;left:180%;position:absolute;top:-50%;-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg);-webkit-transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);-o-transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);width:80px;z-index:0;}
  .banner a:hover::before{left:180%;-webkit-transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);-o-transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);}
  .banner a:hover::after{left:-280px;-webkit-transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);-o-transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);transition:all 2000ms cubic-bezier(0.19, 1, 0.22, 1);}
  .banner a img{width:100%;}
  .popup-subscribe-wrap{
    display: flex;margin:auto;background-color:#f5d730;position:relative;max-width:1015px;width:100%;
    backdrop-filter: blur(10px);
    background-color: rgb(249 250 251 / 51%);
  }
  .popup-subscribe-wrap .close-popup{line-height: 0;width:36px;height:36px;border:none;color:#202020;border-color:#f6f7f8;font-size:18px;font-weight:700;position:absolute;right:30px;top:30px;}
  .popup-subscribe-banner{width:435px;float:left;}
  @media only screen and (min-width: 992px) and (max-width: 1199px){
  .popup-subscribe-banner{width:400px;}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px){
  .popup-subscribe-banner{width:350px;}
  }
  @media only screen and (max-width: 767px){
  .popup-subscribe-banner{display:none;}
  }
  .popup-subscribe-form-wrap{
    float: left;
    overflow: hidden;
    padding: 60px;
    max-width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px){
  .popup-subscribe-form-wrap{padding:50px 60px;}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px){
  .popup-subscribe-form-wrap{width:395px;padding:40px;}
  }
  @media only screen and (max-width: 767px){
  .popup-subscribe-form-wrap{padding:30px;}
  }
  .popup-subscribe-form-wrap h1{font-size:36px;line-height:44px;font-family:"Oswald", sans-serif;font-weight:700;text-transform:uppercase;}
  @media only screen and (min-width: 768px) and (max-width: 991px){
  .popup-subscribe-form-wrap h1{font-size:30px;line-height:36px;}
  }
  @media only screen and (max-width: 767px){
  .popup-subscribe-form-wrap h1{font-size:24px;line-height:30px;}
  }
  .popup-subscribe-form-wrap h4{font-size:18px;color:#444444;font-weight:100;margin-bottom:38px;}
  @media only screen and (min-width: 768px) and (max-width: 991px){
  .popup-subscribe-form-wrap h4{font-size:16px;margin-bottom:20px;}
  }
  @media only screen and (max-width: 767px){
  .popup-subscribe-form-wrap h4{font-size:14px;line-height:18px;margin-bottom:10px;}
  }
  .popup-subscribe-form-wrap p{font-size:16px;color:#202020;margin-top:30px;margin-bottom:0;max-width:460px;}
  @media only screen and (max-width: 767px){
  .popup-subscribe-form-wrap p{font-size:14px;margin-top:10px;}
  }
  .popup-subscribe-form input[type="email"]{font-size:16px;font-family:"Open Sans", sans-serif;color:#202020;max-width:100%;width:460px;border-width:0 0 1px;border-style:solid;border-color:#202020;background-color:transparent;line-height:35px;clear:both;}
  @media only screen and (max-width: 767px){
  .popup-subscribe-form input[type="email"]{width:100%;}
  }
  .popup-subscribe-form button.button{margin-top:35px;display:block;line-height:22px;background-color:transparent;border:1px solid #202020;color:#202020;font-size:14px;text-transform:uppercase;font-weight:700;border-radius:50px;padding:10px 30px;}
  @media only screen and (min-width: 768px) and (max-width: 991px){
  .popup-subscribe-form button.button{margin-top:20px;}
  }
  @media only screen and (max-width: 767px){
  .popup-subscribe-form button.button{margin-top:20px;}
  }


  /* Radios/ */
  .radio {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
 }
  .radio__input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 36px;
    height: 20px;
    opacity: 0;
    z-index: 0;
 }
  .radio__label {
    display: block;
    padding: 0 0 0 24px;
    cursor: pointer;
 }
  .radio__label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, .54);
    border-radius: 14px;
    z-index: 1;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
 }
  .radio__label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-color: #ff0000;
    border-radius: 50%;
    z-index: 2;
    transform: scale(0, 0);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
 }
  .radio__input:checked + .radio__label:before {
    border-color: #e63636;
 }
  .radio__input:checked + .radio__label:after {
    transform: scale(1, 1);
 }

 /* txtpopu */
 .txtpopup{
    border-radius: 10px;
    padding-left: 22px;
 }

 
button{border-radius:0;}
button:focus:not(:focus-visible){outline:0;}
button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button{text-transform:none;}
[type=submit],button{-webkit-appearance:button;}
[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer;}
[class^="feather-"]{font-family:'feather'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.feather-search:before{content:"\e9c1";}

button{font-size:100%;margin:0;max-width:100%;vertical-align:baseline;}
button{line-height:normal;}
button{-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer;}
.radius-round{border-radius:500px!important;}
button,[type=submit]{-webkit-appearance:button;}
.rbt-btn{padding:0 26px;background:var(--color-primary);height:60px;line-height:60px;color:var(--color-white);font-size:16px;letter-spacing:0.5px;font-weight:500;display:inline-block;position:relative;z-index:1;transition:all 0.4s ease-in-out;border-radius:6px;border:0 none;outline:none;}
.rbt-btn:hover{background-color:var(--color-secondary);color:var(--color-white);transform:translate3d(0, -2px, 0);box-shadow:var(--shadow-7);}
.rbt-btn i{padding-left:6px;display:inline-block;top:2px;position:relative;font-size:17px;}
.rbt-btn.btn-border-gradient{background:linear-gradient(90deg, #ff0000, #e4191e);border:none;outline:none;cursor:pointer;position:relative;z-index:10;color:var(--color-heading);box-shadow:0 10px 13px 0 rgba(209, 211, 237, 0.39);border-radius:0;height:45px;line-height:normal;}
.rbt-btn.btn-border-gradient::before{content:"";z-index:-1;top:3px;left:3px;position:absolute;background:#fff;width:calc(100% - 6px);height:calc(100% - 6px);}
.rbt-btn.btn-border-gradient.radius-round{border-radius:500px;}
.rbt-btn.btn-border-gradient.radius-round::before{border-radius:500px;}
button{-ms-touch-action:manipulation;touch-action:manipulation;}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}
button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
button{overflow:visible;}
button{text-transform:none;}
button{-webkit-appearance:button;}
button:focus{outline:0!important;}


.pdt30{
  padding-top: 40px;
}


.counter {
  font-weight: 700;
  font-size: 35px;
  line-height: 55px;
  margin-bottom: 0;
  padding-right: 3px;
  /* padding-top: 20px; */
}
.category-card__children p{
  display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.flex {
  display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.spanmas{
 padding-left: 5px;
 font-size: 18px;
}

.roundCircle {
  color: #262525;
  width: 80px;
  height: 80px;
  text-align: center;
  background: #ffffff80;
  border-radius: 60px;
  padding: 0px;
  font-size: 75px;
  font-weight: 100;
  margin-top: 20px;
  line-height: 110px;
  overflow: hidden;
}

.conCounter{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.block-features__list2 {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 8px 40px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.formVin{
  text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.txtplaca{
    text-align: center;
    background: #fff;
    /* max-width: 400px; */
    border-color: #ff0000!important;
    height: 44px;
}
/* cintillo confirmacion moto seleccionada */
.ModelInfo_ModelInfo__M35EO{color:#fff;}
.ModelInfo_ModelInfo__Title__ZxLcj{margin:0;}
.ModelInfo_ModelInfo__Disclaimer__kuiAJ{color:#d8dce1;font-size:14px;line-height:20px;font-weight:300;padding-top:8px;text-align: center;}
@media (max-width:768px){
.ModelInfo_ModelInfo__Disclaimer__kuiAJ{font-size:12px;line-height:16px;}
}
.ModelInfo_ModelInfo__ProductType__uX02x,.ModelInfo_ModelInfo__Year__ptBsA{font-size:24px;font-weight:700;}
@media (max-width:768px){
.ModelInfo_ModelInfo__ProductType__uX02x,.ModelInfo_ModelInfo__Year__ptBsA{font-size:14px;}
}
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB{background-color:#222b33;padding:16px 0;}
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfoContent__uKFye{margin:auto;padding:0 16px;width:1160px;max-width:100%;}
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfoContent__InfoWrap__l9nEV{display:flex;align-items:center;justify-content: center;}
@media (max-width:768px){

li.product-tabs__item.product-tabs__item--active {
    color: #fff;
    background: #2c2b2b;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .09);
    background-image: linear-gradient(179deg, #4c4c4c, #000000);
}

.product-form.product__form, .btn .btn-secondary{    padding-top: 20px;}

   .list_woo_card{ min-height: 364px!important;}

  .block-header__title {
    padding-top: 40px!important;
  }
  .iv3_pt{
    padding-top: 15px!important;
  }
  .textdesc::before, .textvin::after, .textplaca::before, .textvin::before, .textdesc::after, .textvin::after  {
    content: ""!important;   
  }

  .view-options__body {
    padding: 0.75rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    position: relative;
    align-content: center;
    flex-direction: row;
    align-items: center;
  }

  .view-options__spring {
    margin: 1px 0px 15px 15px;
  }

  ul#list__Store {
    padding-left: 1px;
    list-style: none;
    font-size: 14px;
  }
  .breadcrumb__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: -4px 0 0;
    width: 100%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: -webkit-fill-available;
  flex-direction: row;
  }
  .dropcart__item-name.material_store {
    font-weight: 500;
  }

  ul.dropcart__item-features {
    list-style: none;
    font-size: 13px;
    padding-left: 0;
    font-size: 13px;
    line-height: 17px;
    color: #6c757d;
  }

  .products-list[data-layout=grid] .product-card .product-card__rating {
    flex-direction: column;
  }

  .product-card__info {
    font-size: 16px;
  }
  .product-card .product-card__meta {
    font-size: 14px;
  }

  .product-card .product-card__rating {
    color: #6c757d;
    font-size: 14px;
  }

  .products-list[data-layout=grid] .product-card .product-card__rating-label {
    padding-top: 4px;
  }

  .products-list[data-layout=grid] .product-card .product-card__name {
    padding: 2px 0px 0px 16px;
    line-height: 1.1875;
  }



  .material_stock:after, .material_stock:before {
    background: #e52727!important;
  }
  .dropcart__item-price:before {
    background: #ebebeb!important;
  }

  .ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfoContent__InfoWrap__l9nEV{flex-direction:column;align-items:flex-start;}
}
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Title__ZxLcj{font-size:28px;font-weight:800;}
@media (max-width:1123px){
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Title__ZxLcj{font-size:24px;}
}
@media (max-width:1000px){
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Title__ZxLcj{font-size:22px;}
}
@media (max-width:938px){
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Title__ZxLcj{font-size:20px;}
}
@media (max-width:847px){
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Title__ZxLcj{font-size:18px;}
}
@media (max-width:768px){
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Title__ZxLcj{border-left:2px solid #e31230;font-size:16px;padding-left:6px;}
}
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__ProductType__uX02x,.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Year__ptBsA{font-size:24px;font-weight:700;}
@media (max-width:1045px){
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__ProductType__uX02x,.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Year__ptBsA{font-size:18px;}
}
@media (max-width:877px){
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__ProductType__uX02x,.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Year__ptBsA{font-size:14px;}
}
@media (max-width:768px){
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__ProductType__uX02x,.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Year__ptBsA{font-size:14px;}
}
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Disclaimer__kuiAJ *{margin:0;}
@media (max-width:768px){
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Disclaimer__kuiAJ{border-top:1px solid #e31230;font-size:12px;line-height:16px;margin-top:8px;padding-top:8px;}
}
@media (min-width:768px){
.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__ProductType__uX02x:before,.ModelInfo_ModelInfo__M35EO.ModelInfo_noImage__siKyB .ModelInfo_ModelInfo__Year__ptBsA:after{content:"|";color:#e31230;display:inline-block;margin:0 8px;}
}
/*! CSS Used from: Embedded */
.css-k008qs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}


.btnAddToCart {
  padding-top: 20px;
}

.msg__badvance{
  margin-top: 40px;
  margin-bottom: 0;
}

button#btnSubmit {
  margin-top: 20px;
}

#show__mobil{
  padding-top: 20px;
  width: max-content;
  cursor: pointer;
}

.block-header__title{
  padding-top: 120px;
}
.iv3_pt{
  padding-top: 50px;
}

.main-menu .main-menu__link {
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
}



/* .header__navbar-menu .main-menu .main-menu__list li:last{
  padding-left: 20px;
} */

.main-menu__list {
  align-items: center;
}

#escuchanos {
  cursor: pointer;
  box-shadow: 0 0 0 #ff3d00;
  color: #FFF;
  font-size: 22px
}

#tooltipActive {
  cursor: pointer;
  background-color: #060606;
  color: #e5e5e5;
  padding: 5px;
  top: -28px;
  text-align: center;
  right: -62px;
  transform-origin: center bottom;
  transition: transform .3s;
  font-family: sans-serif;
  font-size: 11px;
  background-image: linear-gradient(184deg, #42424a, #191919);
  border-radius: 0.5rem;
  box-shadow: rgb(0 0 0 / 14%) 0 4px 20px 0, rgb(64 64 64 / 40%) 0 7px 10px -5px !important;
  width: 160px;
  height: 25px;
  z-index: 9;
}

#tooltipActive::after {
  content: "";
  position: absolute;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: #191919;
  bottom: -5px;
  left: 0;
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
  right: 0;
  margin: auto
}

.avatar {
  animation: 2s infinite pulse-red
}

.avatar:hover {
	background: linear-gradient(271deg, red, #c61c0f);
  	transition: .2s ease-in-out;
    box-shadow: 0 2px 2px 0 rgb(115 23 23 / 19%), 0 3px 1px -2px rgb(115 23 23 / 20%), 0 1px 5px 0 rgb(115 23 23 / 12%);
}
.avatar.avatar-lg.me-2.p-2.rounded-circle.border.mb-2 {
    border: 1px solid #000000 !important;
}
.avatar:hover i {
  color: #fff !important;
  transition: .2s ease-in-out
}

@keyframes pulse-red {
  0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7)
  }

  70% {
      box-shadow: 0 0 0 10px rgba(255, 82, 82, 0)
  }

  100% {
      box-shadow: 0 0 0 0 rgba(255, 82, 82, 0)
  }
}



.noStock-feedback{
    display: block;
    padding-left: 27px;
    color: #4d4d4d;
    font-size: 80%;
    width: 100%;
    margin-top: 0.25rem;
}

table {
  white-space: nowrap;
}

.iziToast.iziToast-color-orange {
  background: #f2eeda!important;
  border-color: rgba(255,207,165,.9);
  color: #786b2a;
}

button.btn.btn-primary.btn-sm.iziToast-buttons-child.revealIn:hover {
  background: #f00;
  box-shadow: 0 0 0 3px rgba(0,0,0,0);
  color: #fff;
}
button.btn.btn-primary.btn-sm.iziToast-buttons-child.revealIn {
  background: #ff0000c9;
  box-shadow: 0 0 0 3px rgba(0,0,0,0);
  color: #fff;
}

.iziToast > .iziToast-body .iziToast-buttons > a, .iziToast > .iziToast-body .iziToast-buttons > button, .iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]) {
  background: #29a71a;
  color: #fff;
}

.iziToast.iziToast-theme-dark .iziToast-message{color:#ffff!important}

/* RESPONSIVE */
@media (max-width:1199.98px) {



	.ag-calculators-block {
    	width: 400px!important;
	}
  button.btn.btn-primary.btn-sm.iziToast-buttons-child.revealIn {
      width: 100px;
      margin-right: 20px;
  }
  .iziToast-buttons {
      display: flex;
      justify-content: center;
      flex-wrap: nowrap;
      align-content: center;
      align-items: center;
      flex-direction: row;
  }
  .iziToast > .iziToast-body .iziToast-buttons > a, .iziToast > .iziToast-body .iziToast-buttons > button, .iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]) {
      width: 100px;
      font-size: 15px!important;
      height: 30px;
      line-height: normal;
      margin-top: 7px!important;
  }
}

a.logo {
    height: 100%;
    position: relative;
}

/* //BANNER MASIVO */
.banner_especializado_tterreno{    	
    background-image: url(/assets/banners_especializado/Banner_Mobile.jpg);
    background-size: 100% 100%;
    background-position: center;
	height: 330px;
}
.banner_especializado_electrica{
    background-image: url(/assets/banners_especializado/Electrica_web.jpg);
    background-size: 100% 100%;
    background-position: center;
	height: 330px;
}
.banner_masivo_tterreno {
    background-image: url(/assets/banners_masivo/Todo_Terreno_Desktop.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.banner_masivo_deportivas {
    background-image: url(/assets/banners_masivo/Deportiva_Desktop.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.banner_masivo_sdeportiva{
    background-image: url(/assets/banners_masivo/Semi_Deportiva_Desktop.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.banner_masivo_trabajo{
    background-image: url(/assets/banners_masivo/Trabajo_Desktop.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.banner_masivo_clasica{
    background-image: url(/assets/banners_masivo/Clasica_Desktop.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.banner_masivo_basica{
    background-image: url(/assets/banners_masivo/Basica_Desktop.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.banner_masivo_automatica{
    background-image: url(/assets/banners_masivo/Automatica_Desktop.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.banner_masivo_semiautomatica{
    background-image: url(/assets/banners_masivo/Semi_Automatica_Desktop.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.banner_masivo_minimotos{
    background-image: url(/assets/banners_masivo/Mini_Moto_Desktop.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.banner_TuMotoIdeal{
    background-image: url(/assets/TuMotoIdealBanner/Tu_Moto_Ideal_Desktop.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.banner_cotizador{
    background-image: url(/assets/banner_cotizar_nueva/banner_cotizador_Desktop.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.banner_casco{
    background-image: url(/assets/banner_cascos/cascos_web.jpg);
    background-size: 100% 100%;
    background-position: center;
}

.suggestion_banner_htop{
    background-size: 100% 100%;
    background-position: center;
}
/* RESPONSIVE_BANNER_MASIVO */
.display--movil{display:none}
@media (max-width:767px) {
.mobile-header__logo #Capa_1 {
    padding-top: 0px;
}
h3.sc_icons_item_description {
    font-size: 12px;
}
.mobile-menu__panel #Capa_1 {
    padding-top: 0px;
    width: 200px;
}
.card-body.card-body--padding--2 {
    padding: 1.5rem;
}
table.shop_table.woocommerce-checkout-review-order-table {
    padding-right: 20px;
    width: 100%;
    font-size: 12px;
}
.btn-sm.btn-icon{display: flex;}
.cart-table__column--image img {
    width: 160px;
    height: 160px;
}
.document {
    padding-top: 20px;
}

	.display--movil{display:block}
	.suggestion_banner_htop{
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_casco{    	
		background-image: url(/assets/banner_cascos/cascos_movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}

	.banner_especializado_tterreno{    	
		background-image: url(/assets/banners_especializado/Banner_Mobile.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}

    .banner_especializado_electrica  {
        display: flex;
   		align-items: center;
    }
	
	.banner_especializado_tterreno{
 		display: flex;
   		align-items: center;
	}

	.banner_especializado_electrica {
    	background-image: url(/assets/banners_especializado/Electrica_movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_masivo_tterreno {
    	background-image: url(/assets/banners_masivo/Todo_Terreno_Movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_masivo_sdeportiva {
    	background-image: url(/assets/banners_masivo/Semi_Deportiva_Movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_masivo_trabajo {
    	background-image: url(/assets/banners_masivo/Trabajo_Movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_masivo_clasica {
    	background-image: url(/assets/banners_masivo/Clasica_Movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_masivo_basica {
    	background-image: url(/assets/banners_masivo/Basica_Movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_masivo_automatica {
    	background-image: url(/assets/banners_masivo/Automatica_Movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_masivo_semiautomatica {
    	background-image: url(/assets/banners_masivo/Semi_Automatica_Movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_masivo_minimotos {
    	background-image: url(/assets/banners_masivo/Mini_Moto_Movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_masivo_deportivas {
    	background-image: url(/assets/banners_masivo/Deportiva_Movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_TuMotoIdeal {
    	background-image: url(/assets/TuMotoIdealBanner/Tu_Moto_Ideal_Movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}
	.banner_cotizador {
    	background-image: url(/assets/banner_cotizar_nueva/banner_cotizador_Movil.jpg);
    	background-size: 100% 100%;
    	background-position: center;
	    height: 400px !important;
	}

}



/* Estilos reciclados de template Style child */
img.multicolumn-card__image {
    min-width: 80px;
}

.multicolumn-card {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#TitulosLandindMM {
    width: 100%;
    background-color: rgb(255,255,255);
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    background: url(https://www.motomundohn.com/assets/Valor_Marca/img/Features-BG.png) no-repeat;
    background-size: auto;
    content: '';
    height: 40px;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    background-size: contain;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    }
    .spanMM{text-shadow:none!important;padding-left: 7px;}
    .mmTitulosLandindMM {font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}
    .mmTitulosLandindMM{margin-top:20px;margin-bottom:10px;}
    .mmTitulosLandindMM{font-size:36px;}
    .animated{visibility:visible;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-play-state:running;-moz-animation-play-state:running;-ms-animation-play-state:running;-o-animation-play-state:running;animation-play-state:running;}
    .animated.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;}
    .mmTitulosLandindMM div,span,h1,em{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
    .mmTitulosLandindMM1{margin-top:0;margin-bottom:24px;}
    .mmTitulosLandindMM h1{background-color:#f12a00;color:rgb(0, 0, 0);text-transform:uppercase;font-size:14px;line-height:25px;min-width:65%;padding:5px 20px 10px 20px;display:inline-block;margin-bottom:30px;height:90px;font-family:"Roboto",sans-serif;font-weight:400;font-display:swap;}
    @media (min-width: 815px){
    .mmTitulosLandindMM{line-height:30px;
    }
    @media (max-width: 815px){
    .mmTitulosLandindMM{width:100%;}
    }
    .mmTitulosLandindMM #TitulosLandindMM .h1Text .spanMM{font-family:"Roboto",sans-serif;font-weight:900;font-display:swap;font-size:30px;display:block;color:#000;}
    .mmTitulosLandindMM #TitulosLandindMM .h1Text .spanMM {
        font-weight: 900;
        font-display: swap;
        font-size: 25px;
        display: block;
        color: #000;
        line-height: normal;
}
.spanMM {
    text-shadow: none !important;
    padding-left: 7px;
}
    .vc_col-lg-6 {
        width: 50%;
    }
h3.sc_icons_item_description {
    font-size: 15px;
    font-weight: 500;
}
    #TitulosLandindMM .h1Text{display: flex;line-height: 50px!important;align-items: center;}
   #TitulosLandindMM.h1Text.fadeInLeft.animated {
    display: flex;
    align-content: stretch;
    align-items: center;
}
    
.title-main {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 25px;
    text-transform: none;
    line-height: 1.1;
}
.info ul {
    list-style: none;
}
 .select_container select {
    height: 40px!important;
}
    .select_container {
    width: 100% !important;
}
label.error {
    margin-top: 0!important;
    width: 100%!important;
}
    
a {
    text-decoration: none !important;
}
    
  #escuchanos {
    cursor: pointer;
    box-shadow: rgb(255, 61, 0) 0px 0px 0px;
    color: rgb(251, 0, 0);
    font-size: 22px;
}

    
/* Submenús ocultos por defecto */
.menu__item .menu__submenu {
  display: none;
  position: absolute;
  top: 0;          /* que arranque desde arriba del padre */
  left: 100%;      /* se abre justo a la derecha */
  z-index: 9999;
  background: #fff; /* asegúrate que tenga fondo */
  min-width: 200px; /* para que los hijos no se encimen */
}

/* Mostrar cuando se hace hover */
.menu__item:hover > .menu__submenu {
  display: block;
}

/* Truco: asegurarse que el área clickeable del padre cubra bien */
.menu__item {
  position: relative; /* clave para posicionar el submenu */
}

/* Para suavizar la interacción: evitar que se cierre al mover rápido */
.menu__item .menu__submenu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.menu__item:hover > .menu__submenu {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__panel-title {
    text-transform: uppercase!important;
}
    
/* #Icons Widgets Indicators     */
img.icon {
    filter: brightness(0) saturate(100%) invert(21%) sepia(94%) saturate(5914%) hue-rotate(19deg) brightness(91%) contrast(118%);
}


@media all{
.tbk-symbol--line_border .tbk__symbol span{display:inline-block;width:50px;height:3px;background-color:#ccc;margin-right:25px;margin-left:25px;vertical-align:middle;}
.tbk-symbol--line_border .tbk__symbol:before,.tbk-symbol--line_border .tbk__symbol:after{content:'';display:inline-block;width:calc(50% - 50px);height:1px;background-color:#ccc;vertical-align:middle;}
.tbk--left.tbk-symbol--line_border .tbk__symbol span{margin-left:0;}
.tbk--left.tbk-symbol--line_border .tbk__symbol:before{display:none;}
.tbk--left.tbk-symbol--line_border .tbk__symbol:after{content:'';display:inline-block;width:calc(100% - 75px);height:1px;background-color:#ccc;background: linear-gradient(45deg, #ccc, transparent);}
.tbk--colored.tbk-symbol--line_border .tbk__symbol span{background-color:#cd2122;}
}
.text_white_marcas .tbk--left.tbk-symbol--line_border.tbk--colored {
    width: 220px;
    padding: 0;
    margin-top: -30px;
    margin-bottom: -10px;
    align-self: end;
    padding-right: 0px;
}  


@media all{
    .top-contact-info{margin:0;padding:0;list-style:none;float:right;}
    .top-contact-info li{display:inline-block;position:relative;top:10px;}
    .top-contact-info li span{display:inline-block;position:relative;top:-7px;font-size:24px;margin-right:10px;color:#d20023;}
    .top-contact-info a.btn-primary{position:relative;top:-15px;}
    .top-contact-info .btn{height:40px;padding:8px 32px;line-height:24px;}
    .info-wrapper{display:inline-block;margin-right:50px;}
    .info-wrapper p{margin-bottom:0;}
    .info-wrapper .info-title{font-size:14px;font-weight:500;color:#101010;line-height:18px;}
    .info-wrapper .info-subtitle{color:#666666;font-size:14px;}
    @media (min-width: 992px) and (max-width: 1199px){
    .top-contact-info .btn{padding:8px 20px;}
    }
    @media (min-width: 768px) and (max-width: 991px){
    .top-contact-info li:last-child{display:none;}
    .info-wrapper{margin-right:5px;}
    .top-contact-info li{margin-left:20px;}
    }
    @media (max-width: 767px){
    .top-contact-info li:last-child{margin-top:10px;}
    .top-contact-info a.btn-primary{display:none;}
    .top-contact-info li:last-child{display:inline-block;}
    .info-wrapper{margin-right:5px;}
    .top-contact-info{float:none;margin-top:10px;margin-bottom:10px;}
    .top-contact-info li{margin-left:0;margin-right:15px;margin-bottom:10px;}
    }
    @media (max-width: 1200px) and (min-width: 990px){
    .top-contact-info li:last-child{display:none;}
    }
}
.top-contact-info li span{color:#ee3131;}
/* #END Icons Widgets Indicators     */
    
.suggestions__item.p-left10 {
    padding-left: 20px;
}
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    min-width: 250.8px;
}
    