@charset "UTF-8";
/*@import 'bourbon';*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,900");
.bk-sol, .bk-noche, .bk-nublado, .bk-montaña, .bk-lluvia, .bk-viento, .bk-nieve, .bk-protección, .bk-moto, .bk-engie, .bk-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  transition: 0.3s all ease-in;
  background-size: contain !important;
}
@media screen and (min-width: 1200px) {
  .bk-sol, .bk-noche, .bk-nublado, .bk-montaña, .bk-lluvia, .bk-viento, .bk-nieve, .bk-protección, .bk-moto, .bk-engie, .bk-icon::before {
    display: inline-block;
    position: relative;
    top: 5px;
    left: -2px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #1F232A;
  font-weight: 400;
  position: relative;
  transition: 1s all ease-in-out;
  padding: 0 !important;
}

main {
  background: white;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

a {
  color: #ed1c24;
  transition: 0.2s ease-in-out all;
  font-weight: 400;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #ed1c24 !important;
}
a:focus {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

strong {
  font-weight: 500;
}

label {
  font-weight: 400;
}

.content-wrapper {
  min-height: calc(100vh - 360px);
}

.dn {
  display: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.cb {
  clear: both;
}

.bk--title {
  text-transform: uppercase;
  font-weight: 900;
}
.bk--title__white {
  color: white;
}
.bk--title__i {
  font-style: italic;
}
.bk--title p {
  color: #2F3640;
}
.bk--title span {
  color: #ed1c24;
}

.bk--text-primary-color {
  color: #ed1c24;
}

@media screen and (min-width: 768px) {
  .bk-no-padding {
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .bk-shadow {
    box-shadow: 6px 0px 14px -3px rgba(0, 0, 0, 0.41);
  }
}

.bk-hide {
  opacity: 0;
  transition: 0.2s ease-in-out all;
}

.modal-open {
  overflow: scroll !important;
}

.cd-loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
}
.cd-loader__grid {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0.2s;
}
.cd-loader__item {
  width: 100%;
  height: 100%;
  background: url("../img/loading.gif") no-repeat;
  background-size: contain;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bk-navbar {
  padding: 0;
  z-index: 1000001;
}
@media screen and (min-width: 1024px) {
  .bk-navbar {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 6px 0 0 0;
    /* .archive.woocommerce &{
        position: initial !important;
    } */
  }
}
.bk-navbar--container {
  background: white;
  max-height: 75px;
  width: 100%;
  margin: 0;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  .bk-navbar--container {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .bk-navbar--container {
    min-width: 90%;
  }
  .bk-navbar--container::before, .bk-navbar--container::after {
    content: "";
    width: 40px;
    height: 75px;
    border-top: 75px solid white;
  }
  .bk-navbar--container::before {
    margin-left: -40px;
    border-left: 20px solid transparent;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .bk-navbar--container::after {
    position: relative;
    margin-right: -40px;
    border-right: 20px solid transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .bk-navbar--container {
    min-width: initial;
  }
}
.bk-navbar__img {
  max-width: 200px;
  padding: 12px 30px 5px 30px;
}
.bk-navbar--logo {
  width: 120px;
  margin: 0;
}
.bk-navbar--logo__img {
  height: auto;
  width: 100%;
}
.bk-navbar--collapse {
  text-align: center;
  background: white;
}

button:focus {
  outline: none !important;
}

.bk-icon {
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}
.menu-item > .bk--btn__small {
  text-transform: uppercase !important;
  font-size: 10px !important;
}

.bk-moto-icon > a::before {
  background: url("../img/bk-moto-icon.png") no-repeat center center;
  background-size: contain;
}

.nav-item.active::before,
.bk-moto-icon:hover > a::before {
  background: url("../img/bk-moto-icon-h.png") no-repeat center center;
  background-size: contain;
}

.bk-tag-icon > a::before {
  background: url("../img/bk-tag-icon.png") no-repeat center center;
  background-size: contain;
}

.nav-item.active::before,
.bk-tag-icon:hover > a::before {
  background: url("../img/bk-tag-icon-h.png") no-repeat center center;
  background-size: contain;
}

.bk-point-icon > a::before {
  background: url("../img/bk-point-icon.png") no-repeat center center;
  background-size: contain;
}

.nav-item.active::before,
.bk-point-icon:hover > a::before {
  background: url("../img/bk-point-icon-h.png") no-repeat center center;
  background-size: contain;
}

.bk-dolar-icon > a::before {
  background: url("../img/bk-dolar-icon.png") no-repeat center center;
  background-size: contain;
}

.nav-item.active::before,
.bk-dolar-icon:hover > a::before {
  background: url("../img/bk-dolar-icon-h.png") no-repeat center center;
  background-size: contain;
}

.bk-helmet-icon > a::before {
  background: url("../img/bk-helmet-icon.png") no-repeat center center;
  background-size: contain;
}

.nav-item.active::before,
.bk-helmet-icon:hover > a::before {
  background: url("../img/bk-helmet-icon-h.png") no-repeat center center;
  background-size: contain;
}

#menu-primary {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  #menu-primary {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  #menu-primary {
    display: flex;
  }
}

a.wpmm_mobile_menu_btn {
  display: none !important;
}

.wpmm-hide-mobile-menu {
  display: block !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
    display: inline;
  }
}

#wp-megamenu-navbar {
  width: 100%;
  padding-left: 10px;
}

.wpmm-strees-row-and-content-container {
  width: 100% !important;
  left: 0 !important;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
    display: inline;
  }
}

.wpmm-grid-post-img {
  background-size: contain !important;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul,
.wpmm-row {
  padding: 0 !important;
}

#wp-megamenu-navbar > .wpmm-nav-wrap ul.wp-megamenu > li > a {
  padding: 10px;
}

.wpmm-vertical-tabs-nav {
  /* padding: 20px 0;
   width: 25%;*/
  background: #121214;
  color: white;
  margin-top: 15px;
}

.wpmm-vertical-tabs {
  margin: 0 -15px 0px -15px;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active a {
  border: none !important;
}

.bk-item-vertical {
  padding: 9px;
}
.bk-item-vertical__link {
  padding: 6px 10px !important;
}
.bk-item-vertical__link:hover {
  color: white !important;
}
.bk-item-vertical.active {
  background: #ed1c24 !important;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 15px;
  margin-right: 10px;
}
.bk-item-vertical.active .bk-item-vertical.active__link {
  color: white !important;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul {
  padding: 0 10px 0 0 !important;
}

.wp-megamenu-sub-menu .post-in-price {
  display: none;
}

.wpmm-grid-post.col4 {
  width: 50%;
}

.bk-wc--buttons .compare-button {
  display: inline;
}
.bk-wc--buttons a {
  margin: 10px !important;
}

.wpmm-grid-post-img-wrap .post-in-image {
  display: none !important;
}

.bk-menu--promo {
  background: #F5F6FA;
  margin-top: 15px;
}

.wpmm-vertical-tabs .wpmm-tab-pane.active {
  min-height: 446px !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li > .wp-megamenu-sub-menu > li {
  padding-top: 0 !important;
  padding-bottom: 0;
}

.wpmm-vertical-tabs .wpmm-tab-btns > li > a {
  color: white !important;
}

#wp-megamenu-navbar > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {
  font-size: 12px;
  text-align: center;
}

.cd-nav {
  position: absolute;
  z-index: 9999996;
  width: 100%;
  height: 100%;
  display: block;
  background: white;
  transform: translateX(-100%);
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
@media screen and (min-width: 920px) {
  .cd-nav {
    position: absolute;
    max-height: 100%;
  }
}
.cd-nav .bk-check--container {
  display: inline-block !important;
  position: relative;
  padding: 0 30px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}
.cd-nav .bk-check--container input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cd-nav .bk-check--container input[type=radio]:checked ~ .checkmark {
  background-color: #41b451;
}
.cd-nav .bk-check--container input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
.cd-nav .bk-check--container:hover input[type=radio] ~ .checkmark {
  background-color: #ed1c24;
}
.cd-nav .bk-check--container .checkmark:after {
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.cd-nav .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background-color: #758098;
}
.cd-nav .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cd-nav .bk-shop--banner__price-bono {
  color: #1F232A;
}

.loaded {
  transform: translateX(0);
}

.woocommerce form .form-row .required {
  border: 1px solid #DCDDE1 !important;
  color: #1F232A;
}

.bk--btn {
  display: inline-block;
  border: none;
  padding: 10px 20px;
  transition: 0.2s ease-in-out all;
  cursor: pointer;
  color: white !important;
}
.bk--btn__black {
  background: #1F232A;
  border: 1px solid #1F232A;
}
.bk--btn__black:hover {
  color: #1F232A !important;
  background: white;
  border: 1px solid #DCDDE1;
}
.bk--btn__primary {
  background: #ed1c24;
  border-radius: 40px;
  border: 1px solid #ed1c24 !important;
  position: relative;
  z-index: 4;
}
.bk--btn__primary:hover {
  color: #ed1c24 !important;
  background: white;
}
.bk--btn__line {
  border-radius: 40px !important;
  border: 1px solid white !important;
}
.bk--btn__line:hover {
  color: #ed1c24 !important;
  background: white;
}
.bk--btn__small {
  padding: 5px 10px;
  margin: 0 0 0 12px;
}
.bk--btn__bg-none {
  background: white !important;
  color: #ed1c24 !important;
}
.bk--btn__bg-none:hover {
  background: #ed1c24 !important;
  color: white !important;
  border: 1px solid #ed1c24 !important;
}
.bk--btn__dark {
  background: #121214;
  border-color: #121214 !important;
  margin-top: 15px !important;
}
.bk--btn__dark:hover {
  border-color: #ed1c24 !important;
}
.bk--btn__dark:hover a {
  color: #ed1c24 !important;
}
.bk--btn__dark a {
  color: white;
}
.bk--btn__dark a:hover {
  color: #ed1c24 !important;
}

.bk-search--input__btn {
  position: relative;
  left: -10px;
}

.bk-button--rounded {
  line-height: 0.5 !important;
  padding: 14px !important;
  border-radius: 50% !important;
  margin: 0 !important;
}
.bk-button--rounded.added {
  font-size: 10px !important;
  line-height: 1.1 !important;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ed1c24;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.acf-map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  min-height: 300px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  45% {
    transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  45% {
    transform: scale(1.75);
    opacity: 0;
  }
}
/* Hotspot */
#hotspotImg .hot-spot {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: url("../img/tooltip.png") no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s ease;
}

#hotspotImg .hot-spot .circle {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  transform-origin: 50% 50%;
  border-radius: 50%;
  border: 2px solid #ed1c24;
  opacity: 0;
  animation: pulsate 3s ease-out infinite;
}

#hotspotImg .hot-spot .tooltip {
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
  font-size: 14px;
  opacity: 1;
  left: 0px;
  padding: 15px 15px;
  position: absolute;
  text-align: left;
  top: 30px;
  width: 280px;
  z-index: 999;
  box-shadow: 2px 2px 16px #2F3640;
  line-height: 1.2;
}

#hotspotImg {
  background-size: cover;
  background-position: center center;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.bk-footer {
  background: #121214;
  color: white;
  line-height: 17px;
}
.bk-footer--menu {
  background: #000000;
  display: none;
}
@media screen and (min-width: 1024px) {
  .bk-footer--menu {
    display: flex;
  }
}
.bk-footer--menu .footer-nav-link {
  color: white !important;
}
.bk-footer--menu .footer-nav-link:hover {
  color: #ed1c24 !important;
}
.bk-footer__img {
  max-height: 60px;
}
.bk-footer--copy a {
  color: #697789;
}

.bk-footer--logos.text-center img {
  padding: 10px;
}

.bk-loop--novedades {
  background: linear-gradient(to bottom, #ed1c24 0%, #ed1c24 50%, #ed1c24 50%, white 50%, white 100%);
}
.bk-loop--novedades__slider {
  text-align: center;
}
.bk-loop--novedades__slider-txt {
  margin: 25px auto;
  color: #2F3640;
}
.bk-loop--novedades__slider-title {
  color: #121214;
}
@media screen and (min-width: 480px) {
  .bk-loop--novedades__slider-title {
    color: white;
  }
}
.bk-loop--novedades__slider-img {
  width: 100%;
}
.bk-loop--novedades__slider .bk--btn {
  color: white;
  border-color: white !important;
}
.bk-loop--novedades .carousel-item--contenedor {
  overflow: hidden;
  max-height: 480px;
}
.bk-loop--novedades .carousel-indicators li {
  background: #DCDDE1;
  height: 5px;
  border-radius: 25%;
}
.bk-loop--novedades .carousel-indicators .active {
  background: #ed1c24;
}
.bk-loop--novedades .carousel-control-next,
.bk-loop--novedades .carousel-control-prev {
  margin-top: -12%;
}
.bk-loop--novedades .carousel-control-prev {
  justify-content: flex-start;
}
.bk-loop--novedades .carousel-control-next {
  justify-content: flex-end;
}

.bk-loop--productos {
  background: url("../img/home-carousel-bg.png") no-repeat center center;
  background-size: cover;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .bk-loop--productos {
    background-size: contain;
  }
}
.bk-loop--productos__slider {
  text-align: center;
}
.bk-loop--productos__slider-txt {
  position: relative;
}
.bk-loop--productos__slider-img {
  /*             width: 100%;
  max-width: 90%;
  @include MQ(L) {
      max-width: 70%;
  }
  @include MQ(XL) {
      max-width: 90%;
  } */
}
.bk-loop--productos__slider-title {
  color: #ed1c24 !important;
  font-weight: 900;
  margin: 0;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .bk-loop--productos__slider-title {
    font-size: 2.5rem;
  }
}
.bk-loop--productos__slider .product-price-tickr {
  color: #2F3640 !important;
}
.bk-loop--productos .carousel-indicators {
  bottom: -50px;
}
.bk-loop--productos .carousel-indicators li {
  background: #DCDDE1;
  height: 5px;
  border-radius: 25%;
}
.bk-loop--productos .carousel-indicators .active {
  background: #ed1c24;
}
.bk-loop--productos .carousel-control-next,
.bk-loop--productos .carousel-control-prev {
  margin-top: -12%;
}
.bk-loop--productos .carousel-control-prev {
  justify-content: flex-start;
}
.bk-loop--productos .carousel-control-next {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .bk-loop--productos .carousel-inner > .carousel-item.active,
.bk-loop--productos .carousel-inner > .carousel-item-next {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
  }
}
.bk-loop--productos .bk-siblings {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .bk-loop--productos .bk-siblings {
    opacity: 0.2;
  }
}
.bk-loop--productos .bk-one {
  opacity: 1 !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 7px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ed1c24;
}

.hovereffect {
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
  max-height: 200px;
  overflow: hidden;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .hovereffect .overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: rgba(31, 35, 42, 0.5);
  }
}
.hovereffect img {
  position: relative;
  transition: all 0.4s linear;
  height: auto;
  width: 100% !important;
}
.hovereffect h2 {
  text-transform: uppercase;
  font-size: 17px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .hovereffect h2 {
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(120px);
  }
}
.hovereffect .info {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hovereffect .info {
    position: absolute;
    top: 130px;
    left: 35%;
    z-index: 5;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
}
.hovereffect .link {
  width: 100%;
  height: 100%;
  display: block;
}
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
.hovereffect:hover .info {
  transition-delay: 0.2s;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .woocommerce-page div.product div.summary {
    width: 30%;
  }
}

.bk-woocommerce .onsale,
.bk-woocommerce .woocommerce-ordering,
.bk-woocommerce .woocommerce-result-count,
.bk-woocommerce .page-title,
.bk-woocommerce .addquotelistlink {
  display: none !important;
}
.bk-woocommerce--shop__title {
  color: #2F3640 !important;
  font-size: 20px !important;
}
@media screen and (min-width: 1024px) {
  .bk-woocommerce--shop__title {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 1400px) {
  .bk-woocommerce--shop__title {
    font-size: 26px !important;
  }
}
.bk-woocommerce--shop__btn {
  margin: 0 auto;
}
.bk-woocommerce .product {
  text-align: center !important;
}
@media screen and (min-width: 623px) {
  .bk-woocommerce .bk-product--is-hover::before {
    content: "";
    display: block;
    position: absolute;
    width: 85%;
    height: 90%;
    border: 1px solid #DCDDE1;
    border-radius: 5px !important;
    top: 0;
    right: 0;
    z-index: 0;
  }
}

.woocommerce-loop-product__link img {
  position: relative;
  z-index: 2;
}

.bk-shop--banner {
  background: url("../img/bk-header-default.jpg") no-repeat;
  background-size: cover;
  padding-top: 120px;
}
@media screen and (min-width: 1022px) {
  .bk-shop--banner {
    min-height: 270px;
  }
}
.bk-shop--banner__txt {
  color: white;
}
.bk-shop--banner__txt .autofin-container {
  font-weight: 900;
}
.bk-shop--banner__txt .autofin-container .cae {
  font-weight: 500;
}
.bk-shop--banner__txt .autofin-container .price {
  color: #ed1c24;
}
.bk-shop--banner__txt .bk-shop--banner__price-bono-n {
  color: #ed1c24;
  font-weight: 900;
}

.bk-product--banner {
  background: url("../img/bk-detalle-moto-bg.jpg") no-repeat bottom;
  background-size: cover;
  padding-top: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bk-product--banner {
    padding-top: 100px;
    min-height: 500px;
  }
}
.bk-product--banner__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(47, 54, 64, 0.5);
  top: 0;
  right: 0;
}

.woocommerce-pagination {
  width: 100%;
}

.attachment-woocommerce_thumbnail {
  padding: 10px;
  width: 100%;
  height: auto;
}

.bk-wc-category--list {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bk-wc-category--list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.bk-wc-category--list__item {
  text-transform: uppercase;
  color: #2F3640;
  cursor: pointer;
}
.bk-wc-category--list__item.active {
  color: #ed1c24 !important;
}
.bk-wc-category--list__item.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ed1c24;
}

.bk-bg-grey {
  background: #8A92A7;
  color: white;
}

.bk-triangle-grey {
  background: #8A92A7;
  min-height: 250px;
  width: 100%;
  position: absolute;
  z-index: 0;
  margin-top: -249px;
}

.bk-product--attr__ul {
  display: block;
}
@media screen and (min-width: 768px) {
  .bk-product--attr__ul {
    display: flex;
  }
}
.bk-product--attr__li {
  padding: 0 10px;
  margin: 20px 0;
  border-bottom: 1px solid white;
}
@media screen and (min-width: 768px) {
  .bk-product--attr__li {
    border-bottom: none;
  }
  .bk-product--attr__li:nth-child(odd) {
    border-right: 1px solid white;
    border-left: 1px solid white;
  }
}
@media screen and (min-width: 1024px) {
  .bk-product--attr__li {
    padding: 0 20px;
  }
}
.bk-product--attr__li:first-child {
  border-left: none;
}
.bk-product--attr__li:last-child {
  border-right: none;
  border-bottom: none;
}
.bk-product--attr__li h4 {
  padding-top: 10px;
  font-size: 19px;
}
@media screen and (min-width: 1024px) {
  .bk-product--attr__li h4 {
    font-size: 22px;
  }
}
.bk-product--attr__li p {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .bk-product--attr__li p {
    font-size: 18px;
  }
}
.bk-product--attr__title {
  margin: 0;
}

.page-link {
  color: #ed1c24 !important;
}

.page-item.active .page-link {
  background: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: white !important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  text-align: center;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 33%;
  float: none;
  margin: 0 auto !important;
}

.single.single-product .bk-home--video {
  min-height: 500px;
  margin-top: -10px;
}
.bk-product-gallery--banner {
  background: #8A92A7;
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .bk-shop--banner__price-bono {
    font-size: 21px;
  }
}
.bk-shop--banner__price-bono h4 {
  font-size: 22px;
  margin: 0;
}
.bk-shop--banner__price-normal {
  color: #ed1c24;
}
.bk-shop--banner__price-normal h2 {
  font-size: 42px;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .bk-shop--banner__price-normal h2 {
    font-size: 62px;
  }
}

#bk--sound-group {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #bk--sound-group {
    position: absolute !important;
    bottom: 10px;
  }
}

.woocommerce-product-gallery__wrapper {
  position: relative;
  z-index: 2;
}

.bk-home--events--nav {
  background: #DCDDE1;
}
.bk-home--events--nav__title {
  font-weight: 500;
  margin: 0;
  padding: 5px 0;
}
.bk-home--events--nav__link {
  background: #1F232A;
}
.bk-home--events--nav__link-btn {
  color: white;
}
.bk-home--events--nav__link-btn:hover {
  color: #DCDDE1;
}
.bk-home--events__cards {
  margin-bottom: 20px;
}
.bk-home--events__cards--container {
  padding: 0;
}
.bk-home--events__cards .bk-loop-card--content {
  padding: 10px;
}
.bk-home--events .bk-loop-card {
  border: 1px solid #DCDDE1;
}
.bk-home--dojo {
  color: white;
  background: #2F3640 url("../img/home-dojo.jpg") no-repeat center;
  background-size: cover;
  border-top: 50px solid #DCDDE1;
  border-bottom: 50px solid #DCDDE1;
  clip-path: polygon(100% 0, 100% 100%, 50% 95%, 0% 100%, 0 0, 50% 5%);
}
.bk-home--dojo__mask {
  background: #1F232A;
  position: relative;
  margin-top: -50px;
  height: 50px;
  z-index: -1;
}
.bk-home--dojo__hr {
  border-color: white;
}
.bk-home--external {
  background: #1F232A;
  padding: 40px;
}

.bk-home--events__first .bk-loop-card--header {
  max-height: 350px !important;
  overflow: hidden;
}

.bk-img-responsive {
  width: 100%;
  padding: 20px;
}

.bk-home--dojo__cat {
  display: none;
}
@media screen and (min-width: 480px) {
  .bk-home--dojo__cat {
    display: block;
  }
}

.bk-home--search {
  background: url("../img/home-search-bg.png") top center;
  background-size: cover;
  min-height: 500px;
}
.bk-home--search__content {
  min-height: 500px;
}
.bk-home--search__icons {
  font-size: 3em;
}
.bk-home--search__form {
  min-width: 90%;
}
@media screen and (min-width: 768px) {
  .bk-home--search__form {
    min-width: 450px;
  }
}
.bk-home--video {
  background-size: cover;
  padding-top: 40px;
}
.bk-home--video__icon {
  position: relative;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
}
.bk-home--promo__card {
  position: relative;
}
.bk-home--promo__content {
  color: white;
  text-transform: uppercase;
  width: 90%;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bk-home--promo__content img {
  padding-bottom: 10px;
}
.bk-home--promo__link:hover .bk-home--promo__content {
  color: #ed1c24;
}
.bk-home--promo__link:hover figure img {
  filter: grayscale(80%) blur(2px);
}
.bk-home--promo__link figure img {
  filter: grayscale(0) blur(0);
  transition: 0.3s ease-in-out;
}

.bk-home--promo__content figure img {
  filter: grayscale(0) blur(0);
  transition: 0.3s ease-in-out;
}

.bk-home--promo__content figure:hover img {
  filter: grayscale(100%) blur(3px);
}

.bk-dealer--row {
  min-height: 60vh;
  /*  @include MQ(L) {
       max-height: 80vh;
   } */
}
.bk-dealer--row-item {
  overflow-y: scroll;
}
.post-type-archive-concesionarios .bk-dealer--content {
  display: none;
}
.bk-dealer--card__txt {
  padding: 20px;
}
.bk-dealer--detail li.nav-item {
  width: 30%;
  margin-right: 1%;
}
.bk-dealer--icon {
  font-size: 56px;
  color: #ed1c24;
}
.bk-dealer--select {
  position: relative;
  display: block;
  width: 220px;
  height: 45px;
  line-height: 3;
  overflow: hidden;
  margin: 0 auto;
}
.bk-dealer--select::after {
  content: "▼";
  color: #ed1c24;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em !important;
  background: #121214;
  pointer-events: none;
  transition: 0.25s all ease;
}
.bk-dealer--select:hover::after {
  color: white;
}

.cn-service-icon {
  width: 33.333%;
}
.cn-service-icon::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
}

.cn-Venta::before {
  background: url("../img/venta.png") no-repeat center center;
  background-size: contain;
}

.cn-Servicios::before {
  background: url("../img/servicios.png") no-repeat center center;
  background-size: contain;
}

.cn-Repuestos::before {
  background: url("../img/repuestos.png") no-repeat center center;
  background-size: contain;
}

.bk-distribuidores li {
  padding: 5px 0;
  text-align: left;
}

.bk-marker {
  color: #2F3640;
}

.marker.active {
  transition: ease-in-out all 0.5s;
  background: #F5F6FA;
  overflow: hidden;
  height: 90px;
}
.marker.active::before {
  transition: ease-in-out all 0.5s;
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background: #ed1c24;
  float: left;
  margin-right: 5px;
}
.marker.active .bk-marker h4 {
  color: #ed1c24;
}

#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
  width: 16px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  #style-2::-webkit-scrollbar {
    width: 6px !important;
  }
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(31, 35, 42, 0.3);
  background-color: #DCDDE1;
}

.pills-navigation .nav-link.active {
  background: #121214 !important;
}
.pills-navigation .nav-link.active:hover {
  color: white !important;
}
.pills-navigation li.nav-item {
  text-align: center;
  transform: skew(-12deg);
  background: #F5F6FA !important;
  margin-right: 6px;
}

.bk--title {
  text-transform: uppercase;
  font-weight: 900;
  width: 100%;
}

.barra-buscador {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding-top: 25px;
  padding-bottom: 25px;
}

h5 {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 0.8rem;
  border: none;
  padding: 14px 30px;
}

.cesmapcontainer {
  opacity: 0;
  background-color: rgba(191, 191, 191, 0.1);
  margin-bottom: 80px;
  padding: 25px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.ces-dealer--map {
  height: 500px;
}

.bk-distribuidores li {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding-top: 0px;
  padding-bottom: 1px;
  margin-bottom: 5px;
}

.bk-dealer--select::after {
  content: "▼";
  color: #9EA4AC;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0px 1em;
  background: #2B303D;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#searchsubmit {
  background-color: #495057;
}

.is-open {
  left: 0;
}

.opacity1 {
  opacity: 1;
}

@media screen and (min-width: 480px) {
  .bk-financiamiento {
    position: relative;
    top: -45px;
  }
}

.bk-financiamiento-bg {
  background: url("../img/bk-financiamiento-bg.jpg") no-repeat;
  background-size: contain;
}

.grey-box {
  background-color: rgba(240, 240, 240, 0.3);
  border-radius: 10px;
  padding: 40px;
  box-shadow: 1px 1px 5px #f0f0f0;
}
.grey-box .ty02-txt {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 10px;
}
.grey-box .ty01-txt {
  font-weight: bold;
  padding-top: 10px;
}
.grey-box strong {
  font-weight: bold;
}
.grey-box .link-concesionaria {
  font-size: 18px;
  padding-top: 20px;
}
.grey-box .icon-red {
  color: #dc3545;
}

.bk-home--video .bk-video__title {
  font-size: 1.6rem !important;
}

/* .bk-block-container {
    //max-width: 90% !important;
} */
.bk-menu-social {
  display: none;
}
@media screen and (min-width: 768px) {
  .bk-menu-social {
    display: block;
    position: absolute;
    right: 0;
    top: 250px;
    z-index: 1000000;
  }
}

.wpostahs-centent p {
  min-height: 200px;
}

.bk-fixed-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .bk-fixed-nav {
    position: relative;
    z-index: -1;
  }
}

.bk-show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
}

.bk-high--icon__img {
  display: inline-block;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .bk-high--icon__img {
    width: 50px;
    height: 50px;
  }
}
.bk-high--icon__txt {
  font-size: 11px !important;
}

.owl-icons {
  margin-bottom: 0px;
  color: white;
}
.owl-icons .owl-dots {
  bottom: -10px;
  left: 0px;
}

.pright0 {
  padding-right: 0px;
}
@media screen and (min-width: 600px) {
  .pright0 {
    padding-right: 15px;
  }
}

.hide-detail {
  display: none;
}
@media screen and (min-width: 768px) {
  .hide-detail {
    display: block;
  }
}

#btn-hide {
  float: right;
}

.asistencia_embrague {
  background: url("../img/asistencia_embrague.png") no-repeat;
  background-size: contain;
}

.euro_3 {
  background: url("../img/euro_3.png") no-repeat;
  background-size: contain;
}

.euro_4 {
  background: url("../img/euro_4.png") no-repeat;
  background-size: contain;
}

.frenos_abs {
  background: url("../img/frenos_abs.png") no-repeat;
  background-size: contain;
}

.inyeccion_electronica {
  background: url("../img/inyeccion_electronica.png") no-repeat;
  background-size: contain;
}

.control_traccion {
  background: url("../img/control_traccion.png") no-repeat;
  background-size: contain;
}

.ram_air {
  background: url("../img/ram_air.png") no-repeat;
  background-size: contain;
}

.control_partida {
  background: url("../img/control_partida.png") no-repeat;
  background-size: contain;
}

.quick_shift {
  background: url("../img/quick_shift.png") no-repeat;
  background-size: contain;
}

.sistema_antirrobo {
  background: url("../img/sistema_antirrobo.png") no-repeat;
  background-size: contain;
}

.easy_start {
  background: url("../img/easy_start.png") no-repeat;
  background-size: contain;
}

.soopas-swatches .swatch-color {
  border: 2px solid #2F3640 !important;
}

.reset_variations {
  display: none !important;
}

.bk-high--container {
  margin: 0 auto;
  color: white;
  max-width: 650px;
}
.bk-high--container-fluid {
  background: #8A92A7;
}

.bk-high--active {
  max-height: 100%;
}

.bk-swhich {
  background: #DCDDE1;
  display: none;
}
@media screen and (min-width: 768px) {
  .bk-swhich {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .attachment-woocommerce_thumbnail {
    padding: 0;
  }
}

.bk-ces-buscador {
  position: relative;
  height: 80vh;
}
.bk-ces-buscador--item {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.bk-promo-img {
  height: auto !important;
}

.wpostahs-slider-design-1 .wpostahs-slider-nav-title .wpostahs-main-title img {
  width: 100%;
  height: auto;
}

.wpostahs-slick-slider .slick-prev {
  left: -40px !important;
}

.wpostahs-slick-slider .slick-next {
  right: -30px !important;
}

img.w-100 {
  height: auto !important;
}

.bk-engie {
  background: url("../img/engie.png") no-repeat center center;
}

.bk-moto {
  background: url("../img/moto.png") no-repeat center center;
}

.bk-protección {
  background: url("../img/protección.png") no-repeat center center;
}

.bk-nieve {
  background: url("../img/nieve.png") no-repeat center center;
}

.bk-viento {
  background: url("../img/viento.png") no-repeat center center;
}

.bk-lluvia {
  background: url("../img/lluvia.png") no-repeat center center;
}

.bk-montaña {
  background: url("../img/montaña.png") no-repeat center center;
}

.bk-nublado {
  background: url("../img/nublado.png") no-repeat center center;
}

.bk-noche {
  background: url("../img/noche.png") no-repeat center center;
}

.bk-sol {
  background: url("../img/sol.png") no-repeat center center;
}

@media screen and (min-width: 1024px) {
  #autofinModal .modal-dialog {
    width: 1100px;
    min-width: 1100px;
    max-width: 1100px;
    height: 740px;
    min-height: 740px;
    max-height: 740px;
    margin-top: 10px;
  }
}

.ytplayer-player {
  width: 100% !important;
  height: 320px !important;
}
@media screen and (min-width: 480px) {
  .ytplayer-player {
    height: 420px !important;
  }
}
@media screen and (min-width: 768px) {
  .ytplayer-player {
    height: 520px !important;
  }
}
@media screen and (min-width: 1024px) {
  .ytplayer-player {
    height: 720px !important;
  }
}
@media screen and (min-width: 1400px) {
  .ytplayer-player {
    height: 930px !important;
  }
}

.bk-360-embed {
  overflow: hidden;
  width: 100% !important;
  height: 400px !important;
}
@media screen and (min-width: 480px) {
  .bk-360-embed {
    height: 700px !important;
  }
}

#formulario_cotizar #boton_enviar {
  padding: 10px 2px;
}
@media screen and (min-width: 480px) {
  #formulario_cotizar #boton_enviar {
    padding: 10px 20px;
  }
}
#formulario_cotizar .caja_nota_concesionario {
  font-weight: 500;
}
#formulario_cotizar .woocommerce form .form-row .required {
  visibility: visible !important;
}

.bk-cot--card__content--cuote.autofin-evaluate .autofin-container .cae {
  font-weight: 900;
  color: #092841;
}

.bk-cot--card__content--cuote.autofin-evaluate .autofin-container .price {
  font-weight: 900;
  font-size: 24px;
  color: #41b451;
}

.bk-cot--card__content--cuote.autofin-evaluate .autofin-container {
  width: 70%;
  margin: 10px auto;
  background: transparent;
  padding: 5px;
}

.caja_opcion_financiar {
  display: none;
}

.experience-single-owl .owl-stage {
  height: 300px;
  display: flex;
}
.experience-single-owl .owl-dots {
  position: relative;
}

.social-menu-bar a {
  font-size: 24px;
}

.shake-horizontal {
  animation: shake-horizontal 6s ease-in-out infinite both;
}

@keyframes shake-horizontal {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-20px);
  }
  20%, 40%, 60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}
.social-menu-bar a {
  font-size: 24px;
}

.noEsunaClase {
  bottom: 0;
}

.boton {
  width: 22%;
  float: left;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.texto-ultra-ligth-grey {
  color: #F5F6FA;
}

.texto-ligth-grey {
  color: #DCDDE1;
}

.texto-brand-grey {
  color: #2F3640 !important;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.6rem;
  }
}

h4 small {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  h4 small {
    font-size: 0.9rem;
  }
}

h4 medium {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  h4 medium {
    font-size: 1rem;
  }
}

.peso-mediano {
  font-weight: 500;
}

.bg-transparent {
  background: transparent;
}
.bg-transparent:hover {
  background: transparent !important;
}

.bg-ultra-ligth-grey {
  background: #F5F6FA;
}

.border-ultra-ligth-grey {
  border-color: #F5F6FA !important;
}
.border-ultra-ligth-grey:hover {
  border-color: #ed1c24 !important;
}

.border-brand-grey {
  border-color: #2F3640 !important;
}

.wpmm-vertical-tabs-content {
  background-color: #fff !important;
}

div.wpcf7-response-output {
  border: none;
}

.contenedor-highlights {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contenedor-highlights {
    width: 75%;
  }
}

.contenedor-highlights.solo-dos {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .contenedor-highlights.solo-dos {
    width: 50%;
  }
}

h1.modelo-moto {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  h1.modelo-moto {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  h1.modelo-moto {
    font-size: 8.15vw;
  }
}

h4.precio-lista small {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width: 1400px) {
  h4.precio-lista small {
    font-size: 1.857vw;
  }
}
@media screen and (max-width: 480px) {
  h4.precio-lista small {
    font-size: 4.0145vw;
  }
}

h4.precio-con-bono-derco medium {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media screen and (max-width: 1400px) {
  h4.precio-con-bono-derco medium {
    font-size: 1.857vw;
  }
}
@media screen and (max-width: 480px) {
  h4.precio-con-bono-derco medium {
    font-size: 4.0145vw;
  }
}

.banner-valbono-financiamiento {
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 100%;
}
@media screen and (max-width: 1400px) {
  .banner-valbono-financiamiento {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 480px) {
  .banner-valbono-financiamiento {
    font-size: 5vw;
  }
}

@media screen and (max-width: 480px) {
  .viewer-360 {
    position: relative;
    padding-bottom: 85%;
    height: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .viewer-360 iframe {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.page-item {
  display: flex;
  align-items: center;
}
.page-item .current {
  padding-left: 10px;
  padding-right: 10px;
}

.bk-footer__img {
  filter: invert(0) !important;
}

.wpcf7-display-none {
  display: none !important;
}

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