@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
html,
body {
  font-family: 'Nunito', sans-serif;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
body #wrapper {
  padding-top: 13em;
  background-color: #FFF;
}
body #content-wrapper {
  padding: 10px 50px;
}
body#index #content-wrapper {
  padding: 0;
}
.form-control {
  /*background: #f9f9f9;*/
  color: #000;
  border: 2px solid #000;
  border-radius: 10px;
}
.form-control:focus,
.input-group.focus {
  border: 2px solid #000;
  background: #ffffff;
  outline: 0;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
  padding: 0.625rem 1rem;
}
.icon {
  display: inline-block;
}
.icon img {
  height: 22px;
  transition: all 500ms;
}
.icon.billete-tarjeta {
  background-image: url("efvo-tarjeta.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  height: 22.5px;
  width: 54px;
}
.icon.tarjeta {
  background-image: url("tarjeta.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  height: 22px;
  width: 27px;
}
.icon.billete {
  background-image: url("cod.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  height: 22px;
  width: 25.59px;
}
.col-sm-4.position-static .icon {
    margin: 0 5px;
}
.blockcart .header a{
  position: relative;
}
#header {
  position: fixed;
  z-index: 12;
  width: 100%;
}
#header.fixed .header-nav {
  display: none;
}
#custom-text {
  display: inline-block;
  width: 100%;
  background-color: #020202;
  text-align: center;
  border-radius: 0;
  padding: 10px 0;
  margin: 0;
}
#custom-text p {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #d3d3d3;
  animation-name: moveText;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
}
#custom-text p:nth-child(2) {
  animation-delay: 5000ms;
}
.custom-container {
  display: inline-block;
  width: 100%;
}
#custom-text .custom-container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #FFF;
  position: absolute;
  margin: 0;
  top: 10px;
  width: 100%;
}
#custom-text .slick-prev:before,
#custom-text .slick-next:before {
  font-family: monospace;
  font-size: 25px;
  line-height: 18px;
  opacity: .5;
}
#custom-text .slick-prev:before {
  content: '<';
}
#custom-text .slick-next:before {
  content: '>';
}
#bonslick .slick-prev,
#bonslick .slick-next {
  display: none !important;
}
@keyframes moveText {
  0% {
    transform: translate(-100%, 0);
  }
  15% {
    transform: translate(0, 0);
  }
  45% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
#header .header-nav {
  display: inline-block;
  width: 100%;
  margin: 0;
  border: 0;
}
#header .header-top {
  padding: 20px 0;
  transition: all 300ms;
}
#header.fixed .header-top {
  padding: 8px 0;
  border-top: 3px solid #000;
}
#header .logo {
  transition: all 500ms;
}
#header.fixed .logo {
  width: 50%;
}
#search_widget {
  float: none;
  width: 90%;
  margin: 0 5%;
  margin-top: 1.5em;
  transition: all 500ms;
}
#search_widget form input {
  padding: 8px 20px;
  border: 2px solid #000000;
  border-radius: 30px;
  background-color: #FFF;
}
.fixed #search_widget {
  margin-top: 0.5em;
}
.icon.search {
  position: absolute;
  margin-top: 8px;
  right: 15px;
  cursor: pointer;
}
#header .header-top .position-static {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2em;
  transition: all 500ms;
}
#header.fixed .header-top .position-static {
  margin-top: 1em;
}
#header .menu {
  width: 100%;
  text-align: center;
  background-color: #020202;
  padding: 8px 50px;
}
#header.fixed .menu {
  padding: 5px 50px;
}
#header .menu ul {
  margin: 0;
}
#header .menu ul li {
  position: relative;
  margin: 0 10px;
  line-height: inherit;
}
#header .menu ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #d3d3d3;
  text-transform: uppercase;
}
#header .top-menu a,
#header .top-menu a[data-depth="0"]:hover {
  color: #FFF;
}
#_desktop_cart .header {
  position: relative;
}
.blockcart .cart-products-count {
  position: absolute;
  top: -6px;
  right: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  text-align: center;
  border-radius: 100%;
  font-size: 8px;
  color: #000;
  line-height: 12px;
}
#_desktop_top_menu .top-menu .sub-menu {
  width: auto;
  top: 25px !important;
  margin: 0;
  padding: 25px 15px;
  background-color: #000;
  border-radius: 20px;
}
#_desktop_top_menu .top-menu .sub-menu ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#bonslick .img-responsive {
  max-width: 100%;
  outline: 0;
}
#bonslick .link-bonslick {
  outline: 0;
}
#bonslick .box-bonslick {
  left: inherit;
  right: 0;
  width: 50%;
}
.slick-slide.slick-active .box-bonslick h3 {
  padding-bottom: 5px;
  font-family: 'Nunito', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #FFF;
  text-shadow: 1px 1px 4px #000;
  border-bottom: 2px solid #fff;
}
.slick-slide.slick-active .box-bonslick p {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  line-height: 30px;
  display: inline-block;
}
.slick-dots {
  bottom: 5px;
}
#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
  display: none;
}
#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
  width: 20%;
  margin: 0;
  padding: 15px;
  transition: all 300ms;
}
#products .product-miniature:hover,
.featured-products .product-miniature:hover,
.product-accessories .product-miniature:hover,
.product-miniature .product-miniature:hover {
  transform: scale(1.05);
}
.featured-products {
  padding: 0 50px;
}
.featured-products .products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  height: auto;
  width: 100%;
  box-shadow: none;
}
body.category-id-36 #products .thumbnail-container,
body.category-id-37 #products .thumbnail-container,
body.category-id-38 #products .thumbnail-container {
  height: 340px;
}
#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
  border: 2px solid #bababa;
  border-radius: 25px;
  height: auto;
  overflow: hidden;
}
#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
  position: relative;
  width: 100%;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title,
.product-miniature .products-section-title {
  font-size: 23px;
}
#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
  font-weight: 700;
  font-size: 16px;
  color: #3a3a3a;
  text-transform: uppercase;
}
small.precio-lista {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
body#cart small.precio-lista {
  font-size: 11px;
  text-align: left;
  margin: 0;
}
body#cart small.precio-lista strike {
  display: inline-block;
  font-size: 11px;
}
body#cart small.precio-lista strike p {
  font-size: 11px;
  margin: 0;
}
#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
  text-decoration: none;
}
.product-price-and-shipping {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  font-size: 14px;
}
#map-style {
  position: relative;
  margin-top: 50px;
}
#map-style h3 {
  font-size: 21px;
  text-align: center;
  padding: 10px 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin: 0;
}
#storemap {
  position: relative;
  overflow: hidden;
  padding: 0;
  display: inline-block;
  width: 65%;
  height: 400px;
  border: 3px solid #000;
}
@media (max-width: 767px) {
  #storemap {
    width: 100%;
  }
}
.map-container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.stores-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  order: 2;
  cursor: pointer;
  margin: 0 auto;
}
.stores-info div {
  display: flex;
  align-items: start;
}
.icon.mapa {
  background-image: url("marker2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8px;
  height: 22px;
  width: 15.3px;
}
.stores-info-text{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.stores-info-text span{
  font-size: 16px;
}
.selected-store .stores-info-text span {
  font-weight: bold;
}
#main .page-footer {
  display: none;
}
#footer {
  display: inline-block;
  width: 100%;
  background-color: #222222;
  padding: 0;
}
.block_newsletter {
  background-color: #020202;
  margin: 0;
  padding: 20px 0;
}
.block_newsletter .container {
  max-width: 900px;
}
#block-newsletter-label {
  color: #FFF;
  font-weight: 600;
}
.block_newsletter form .input-wrapper {
  position: relative;
  border: 3px solid #FFF;
  padding: 0;
  border-radius: 25px;
}
.block_newsletter form input[type=email] {
  background-color: #000;
  color: #FFF;
}
.block_newsletter input[name='submitNewsletter'] {
  position: absolute;
  right: 0;
  border-radius: 25px;
  border: 0;
  background-color: #fff;
  color: #000;
}
.block_newsletter input[name='submitNewsletter'] {
  position: absolute;
  right: 0;
}
.footer-container {
  padding: 0 50px;
  box-shadow: none;
}
.block-social ul li,
.block-social ul li:hover {
  background-color: transparent;
}
.block-social ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}
.block-social ul li {
  display: inline-block;
  background: none;
}
.block-social ul li:before {
  display: none;
}
.block-social ul li a {
  text-indent: 0;
  overflow: visible;
  margin-bottom: 20px;
}
.block-social .icon img {
  height: 32px;
}
#footer .block-contact-title,
#footer .h3 {
  color: #ffffff;
  margin: 20px 0;
  text-align: left;
  font-size: 16px;
}
.footer-container li a {
  color: #d3d3d3;
}
.footer-container li a:hover {
  color: #fff;
}
.block-contact p,
.block-contact p a {
  font-size: 14px;
  color: #dbdbdb;
}
.arrepentimiento {
  position: absolute;
  background-color: #aaaaaa;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  left: 0;
}
.arrepentimiento:hover {
  color: #222;
}
#whatsAppFixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  transition: all 400ms;
}
#whatsAppFixed:hover {
  transform: scale(1.1);
}
#whatsAppFixed img {
  width: 75px;
}
#left-column {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  background-color: #FFF;
  padding: 20px;
  box-shadow: 0 0 4px 0 #000;
  overflow-y: scroll;
  transform: translate(-110%, 0);
  transition: all 800ms;
}
#filter-back {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 12;
}
#filter-back.active {
  display: block;
}
#left-column.active {
  transform: translate(0, 0);
}
#left-column::-webkit-scrollbar {
  width: 5px;
}
/* Track */
#left-column::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
#left-column::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
#left-column::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  box-shadow: none;
}
#search_filters .mostrar-marca li:nth-child(n+11) {
  display: none;
}

.remover-marcas {
  display: none !important;
}

#search_filters .ver-mas-marca {
  width: 100%;
  margin-top: 15px;
  padding: 4px 0;
  background-color: black;
  border: 0;
  border-radius: 999px;
  color: white;
}

body#category #wrapper .container {
  width: 100%;
  padding: 0;
}
.pagination .page-list {
  box-shadow: none;
}
#wrapper .breadcrumb,
body#category .breadcrumb,
body#product .breadcrumb,
body#category #content-wrapper {
  padding: 10px 50px;
}
.category-cover {
  display: inline-block;
  width: 100%;
  margin-top: -5px;
}
.category-cover img {
  width: 100%;
}
#search_filters .facet .facet-title {
  padding-bottom: 5px;
  font-size: 18px;
  color: #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 20px;
}
#search_filters .facet .facet-title {
  padding-bottom: 8px;
  font-size: 16px;
  color: #3a3a3a;
  border-bottom: 2px solid #3A3A3A;
  margin-top: 20px;
  margin-bottom: 10px;
}
.products-sort-order .select-title {
  padding: 6px;
}
#searchbrand {
  display: inline-block;
  width: 90%;
  border: 2px solid #000;
  padding: 2px 5px;
  font-size: 12px;
}
#closeFilters {
  position: absolute;
  top: 10px;
  right: 10px;
}
#closeFilters i {
  font-size: 40px;
}
.product-flags {
  align-items: flex-end;
  padding: 0 10px;
}
#products .product-miniature .product-flags li.product-flag,
.featured-products .product-miniature .product-flags li.product-flag,
.product-accessories .product-miniature .product-flags li.product-flag,
.product-miniature .product-miniature .product-flags li.product-flag {
  width: auto;
  font-size: 12px;
  border-radius: 10px;
  min-height: inherit;
  line-height: initial;
}
.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.on-sale {
  background-color: #000;
  margin-top: 0.625rem !important;
  width: auto;
  border-radius: 10px;
}
#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  height: 40px;
}
#product .product-left {
  padding: 0;
}
#product #content {
  width: 100%;
  max-width: inherit;
}
#product #content .product-cover {
  padding: 0 50px;
  border-right: 3px solid #d1d1d1;
}
.product-cover img {
  box-shadow: none;
}
#product .product-right {
  padding-left: 50px;
}
#product .product-right .h1 {
  font-size: 30px;
}
#product .product-right .product-description img {
  width: 100%;
  height: auto;
}
#product .product-right .product-description p {
  font-size: 21px;
  color: #606060;
  line-height: 28px;
}
.product-prices div {
  display: inline-block;
}
body#product .product-right .product-prices .icon {
  margin-left: 0;
  margin-right: 20px;
}
body#product .product-right .product-prices .icon img {
  height: 30px;
}
.has-discount.product-price,
.has-discount p,
.product-discount .regular-price {
  font-size: 21px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  margin-right: 20px;
}
.product-description-short {
  display: inline-block;
}
span.discount.discount-percentage {
  display: inline-block;
  padding: 5px;
  background: #fff;
  border: 1px solid #000;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  color: #000;
  margin-left: 0;
  margin-right: 10px;
}
.discount.discount-amount {
  display: inline-block;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #000;
  font-size: 13px;
  border-radius: 5px;
  color: #000;
  margin-right: 10px;
}
.bootstrap-touchspin {
  box-shadow: none;
}
.product-quantity #quantity_wanted {
  border: 1px solid #000;
  width: 5rem;
}
.product-quantity .input-group-btn-vertical .btn {
  border: 1px solid #000;
}
body#product .featured-products {
  padding-left: 0;
  padding-right: 0;
}
.page-my-account #content .links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
.page-my-account #content .links a span.link-item {
  box-shadow: none;
  border: 2px solid #000;
  border-radius: 10px;
  background: #FFF;
  transition: all 300ms;
}
.page-my-account #content .links a span.link-item:hover {
  background-color: #f9f9f9;
  transform: scale(1.05);
}
.page-customer-account #content,
.page-addresses .address,
.page-authentication #content,
.page-order-detail .box {
  box-shadow: none;
  border: 2px solid #000;
  border-radius: 10px;
}
.page-order-detail .box {
  padding: 20px;
}
body#manufacturer #content-wrapper ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}
body#manufacturer #content-wrapper ul li.brand {
  text-align: center;
  padding: 10px;
}
.brand-img {
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #FFF;
  transition: all 300ms;
}
.brand-img:hover {
  background-color: #f9f9f9;
  transform: scale(1.05);
}
.page-content.page-cms img {
  max-width: 100%;
}
/*update CART*/
#checkout #content>.row>div {
  position: relative;
}
#checkout #content>.row>div.col-lg-8 {
  padding-top: 100px;
}
body#checkout section.checkout-step .payment-options .payment-option {
  padding: 10px 15px;
  margin-bottom: 10px;
  transition: all 300ms;
}
body#checkout section.checkout-step .payment-options .payment-option.selected {
  opacity: 1;
  border: 1px solid #000;
  border-bottom: 0;
  background-color: #ECECEC;
  border-radius: 10px 10px 0 0;
}
body#checkout .additional-information {
  margin: 0;
  padding: 25px;
  background-color: #ECECEC;
  margin-top: -25px;
  border: 1px solid #000;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
body#checkout section.checkout-step .payment-options label {
  display: inline-block;
  width: 90%;
  text-align: left;
  margin: 0;
}
body#checkout section.checkout-step {
  box-shadow: none;
  border: 0;
  padding: 0;
  outline: none;
  background: none;
}
body#checkout section.checkout-step#checkout-personal-information-step .content {
  padding: 0;
}
body#checkout section.checkout-step#checkout-personal-information-step .content>p {
  padding: 0 30px;
}
body#checkout section.checkout-step#checkout-personal-information-step .content>p:first-child {
  padding-top: 30px;
}
body#checkout section.checkout-step#checkout-personal-information-step .content>p:last-child {
  padding-bottom: 20px;
}
body#checkout section.checkout-step .content {
  border-radius: 10px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border: 1px solid #000;
  border-top-width: 3px;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  position: static;
}
body#checkout section.checkout-step .step-title {
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  font-size: 10px;
  line-height: 30px;
  width: 25%;
  text-align: center;
  padding: 30px 5px;
  color: #999;
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  body#checkout section.checkout-step .step-title {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  body#checkout section.checkout-step .step-title {
    font-size: 10px;
    line-height: 20px;
  }
}
body#checkout section.checkout-step .step-title:before {
  content: "";
  position: absolute;
  top: 15px;
  width: 100%;
  height: 2px;
  background: #ccc;
  left: 50%;
}
.rtl body#checkout section.checkout-step .step-title:before {
  right: 50%;
  left: auto;
}
body#checkout section.checkout-step .step-title .step-number {
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  background: #ccc;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -14px;
  font-family: 'Montserrat';
}
body#checkout section.checkout-step.js-current-step .step-title {
  color: #000;
}
body#checkout section.checkout-step.js-current-step .step-title .step-number {
  background: #000;
}
body#checkout section.checkout-step:last-child .step-title:before {
  display: none;
}
body#checkout section.checkout-step:nth-child(1) .step-title {
  left: 0;
  z-index: 1;
}
.rtl body#checkout section.checkout-step:nth-child(1) .step-title {
  right: 0;
  left: auto;
}
body#checkout section.checkout-step:nth-child(2) .step-title {
  left: 25%;
  z-index: 2;
}
.rtl body#checkout section.checkout-step:nth-child(2) .step-title {
  right: 25%;
  left: auto;
}
body#checkout section.checkout-step:nth-child(3) .step-title {
  left: 50%;
  z-index: 3;
}
.rtl body#checkout section.checkout-step:nth-child(3) .step-title {
  right: 50%;
  left: auto;
}
body#checkout section#checkout-payment-step .step-title {
  left: 75%;
  z-index: 4;
}
.rtl body#checkout section#checkout-payment-step .step-title {
  right: 75%;
  left: auto;
}
.cart-grid .card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 0;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0;
  border-radius: 10px;
}
#js-checkout-summary,
section.js-current-step {
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  border-top-width: 3px;
  margin: 0 0 20px;
  padding: 0;
}
#block-reassurance {
  background-color: #fff;
  padding: 20px;
  box-shadow: none !important;
  border-radius: 0;
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
#block-reassurance ul {
  margin: 0;
}
#block-reassurance li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#block-reassurance li:last-child {
  border: 0;
}
#block-reassurance li .block-reassurance-item {
  padding: 15px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
#block-reassurance li .block-reassurance-item img {
  opacity: 1;
  width: 25px;
  position: static;
  margin: 0 10px 0 0;
  height: auto;
}
.rtl #block-reassurance li .block-reassurance-item img {
  margin: 0 0 0 10px;
}
#block-reassurance li .block-reassurance-item span {
  font-size: 12px;
  line-height: 20px;
  color: #888;
}
#checkout #checkout-personal-information-step .nav {
  margin: 0 !important;
}
#checkout #checkout-personal-information-step .nav:after {
  content: "";
  display: block;
  clear: both;
}
#checkout #checkout-personal-information-step .nav .nav-item {
  width: 50%;
  float: left;
  margin: 0;
  border-right: 1px solid #e1e1e1;
}
.rtl #checkout #checkout-personal-information-step .nav .nav-item {
  float: right;
}
.rtl #checkout #checkout-personal-information-step .nav .nav-item {
  border-left: 1px solid #e1e1e1;
  border-right: inherit;
}
#checkout #checkout-personal-information-step .nav .nav-item:nth-child(2) {
  display: none;
}
#checkout #checkout-personal-information-step .nav .nav-item:last-child {
  border: 0 !important;
}
#checkout #checkout-personal-information-step .nav .nav-item .nav-link {
  display: block;
  line-height: 20px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  color: #ccc;
}
#checkout #checkout-personal-information-step .nav .nav-item .nav-link.active {
  color: #282828;
  border-color: transparent;
}
#checkout #checkout-personal-information-step .nav .nav-item .nav-link:hover {
  color: #282828;
}
#checkout #checkout-personal-information-step .tab-content {
  padding: 20px;
}
#checkout #checkout-personal-information-step .tab-content .form-control {
  padding: 8px 15px;
  border: 1px solid #e1e1e1;
  height: 40px;
  color: #999;
  background-color: #fff;
  border-color: #e1e1e1;
  border-radius: 0;
  width: 100%;
}
#checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
  padding: 8px 50px 8px 15px;
}
.rtl #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
  padding: 8px 15px 8px 50px;
}
#checkout #checkout-personal-information-step .tab-content .form-control:focus {
  outline: 0;
  border-color: #282828;
}
body#checkout #wrapper .form-control {
  padding: 8px 15px;
  border: 1px solid #000;
  height: 40px;
  color: #999;
  background-color: #fff;
  border-color: #000;
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  border-radius: 10px;
}
body#checkout #wrapper .form-control.js-visible-password {
  padding: 8px 50px 8px 15px;
}
.rtl body#checkout #wrapper .form-control.js-visible-password {
  padding: 8px 15px 8px 50px;
}
body#checkout #wrapper .form-control:focus {
  outline: 0;
  border-color: #282828;
}
body#checkout #wrapper [data-action="show-password"] {
  background: none;
  color: #888;
  height: 40px;
  border-radius: 0;
  margin: 0 -1px;
}
body#checkout #wrapper [data-action="show-password"]:hover {
  color: #282828;
}
body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #login-form,
body#checkout section.checkout-step #invoice-address {
  margin: 0;
}
body#checkout section.checkout-step #customer-form .form-control-comment,
body#checkout section.checkout-step #login-form .form-control-comment,
body#checkout section.checkout-step #invoice-address .form-control-comment {
  width: 100%;
  text-align: right;
  font-size: 12px;
  color: #ccc;
}
.rtl body#checkout section.checkout-step #customer-form .form-control-comment,
.rtl body#checkout section.checkout-step #login-form .form-control-comment,
.rtl body#checkout section.checkout-step #invoice-address .form-control-comment {
  text-align: left;
}
@media (min-width: 768px) {
  body#checkout section.checkout-step #customer-form .form-group>.col-md-6,
  body#checkout section.checkout-step #login-form .form-group>.col-md-6,
  body#checkout section.checkout-step #invoice-address .form-group>.col-md-6 {
    width: 100%;
  }
}
body#checkout section.checkout-step #customer-form .input-group-btn,
body#checkout section.checkout-step #login-form .input-group-btn,
body#checkout section.checkout-step #invoice-address .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 4;
}
.rtl body#checkout section.checkout-step #customer-form .input-group-btn,
.rtl body#checkout section.checkout-step #login-form .input-group-btn,
.rtl body#checkout section.checkout-step #invoice-address .input-group-btn {
  left: 0;
  right: auto;
}
body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"],
body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"],
body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
  font-size: 0;
}
body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"]:before,
body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"]:before,
body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"]:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 400;
  line-height: 1;
  content: "\F06E";
  font-size: 17px;
}
body#checkout .custom-checkbox input[type="checkbox"],
body#checkout .custom-checkbox input[type="radio"] {
  width: 16px;
  height: 16px;
  z-index: 3;
}
body#checkout .custom-checkbox input[type="checkbox"]+span,
body#checkout .custom-checkbox input[type="radio"]+span {
  width: 16px;
  height: 16px;
}
body#checkout .custom-checkbox input[type="checkbox"]+span .checkbox-checked,
body#checkout .custom-checkbox input[type="radio"]+span .checkbox-checked {
  font-size: 13px;
  margin-top: -1px;
  margin-left: -1px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -14px;
  background: #4CAF50;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
}
body#checkout section.checkout-step.-reachable.-complete .step-title:before {
  background: #4caf50;
}
body#checkout section.checkout-step #customer-form>section .form-group:last-child,
body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) {
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
body#checkout section.checkout-step #customer-form>section .form-group:last-child .col-md-3,
body#checkout section.checkout-step #customer-form>section .form-group:last-child .col-md-6,
body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) .col-md-3,
body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) .col-md-6 {
  width: 100%;
  padding: 0;
  margin: 0;
}
body#checkout section.checkout-step #customer-form>section .form-group:last-child .custom-checkbox,
body#checkout section.checkout-step #customer-form>section>.form-group:nth-last-child(2) .custom-checkbox {
  /* display: block; */
}
body#checkout .custom-checkbox em {
  width: auto;
}
.input-group.focus {
  outline: 0;
}
body#checkout section.checkout-step .form-footer {
  display: inline-block;
  width: 100%;
  margin: 30px 0 10px;
}
body#checkout section.checkout-step .form-footer button.btn {
  float: none !important;
  min-width: 50%;
}
body#checkout section.checkout-step .forgot-password {
  margin: 0 !important;
  text-align: center;
}
body#checkout .custom-checkbox em {
  color: #ccc;
}
body#checkout .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: top;
}
body#checkout .custom-radio input[type="radio"] {
  width: 14px;
  height: 14px;
}
body#checkout .custom-radio input[type="radio"]:checked+span {
  width: 10px;
  height: 10px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  position: absolute;
  margin: 0 0 0 -15px !important;
  width: 30px;
  height: 30px;
  text-align: center;
  left: 50%;
  top: -30px;
  font-size: 0;
  display: none;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
  color: #282828 !important;
}
body#checkout section.checkout-step .address-selector {
  display: block;
}
body#checkout section.checkout-step .address-selector hr {
  border: 0;
}
body#checkout section.checkout-step .address-item {
  border-radius: 10px;
}
body#checkout section.checkout-step .address-item.selected {
  border-radius: 10px;
  border: #282828 1px solid;
}
body#checkout section.checkout-step .address-item .radio-block {
  font-family: "Montserrat", sans-serif;
  display: block;
}
body#checkout section.checkout-step .address-item .custom-radio {
  border: #888 1px solid;
  width: 16px;
  height: 16px;
  vertical-align: -7px;
}
body#checkout section.checkout-step .address-item .address-alias {
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px;
}
body#checkout section.checkout-step .address-item .address {
  line-height: 1.5;
  font-size: 12px;
}
body#checkout section.checkout-step .address-footer {
  text-align: right;
}
.rtl body#checkout section.checkout-step .address-footer {
  text-align: left;
}
body#checkout section.checkout-step .address-footer .text-muted {
  padding: 6px 10px 5px;
  font-size: 12px;
  color: #282828 !important;
  border: 2px solid #282828;
  text-transform: uppercase;
  line-height: 20px;
  transition: all .4s;
}
body#checkout section.checkout-step .address-footer .text-muted .material-icons {
  display: none;
}
body#checkout section.checkout-step .address-footer .text-muted.edit-address:hover {
  background: #282828;
  color: #fff !important;
}
body#checkout section.checkout-step .address-footer .text-muted.delete-address {
  background: #282828;
  color: #fff !important;
}
body#checkout section.checkout-step .address-footer .text-muted.delete-address:hover {
  background: #fff;
  color: #282828 !important;
}
@media (min-width: 768px) {
  section.checkout-step .js-address-form .form-fields .form-group>.col-md-6 {
    width: 75%;
  }
}
/*section.checkout-step #delivery-address .form-fields .form-group:nth-child(5){
        margin-bottom: 0;
    }*/
section.checkout-step .js-address-form .form-group {
  float: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
section.checkout-step .js-address-form .form-fields .form-group:nth-child(7) {
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 0;
  height: auto;
}
section.checkout-step .js-address-form .form-fields .form-group:nth-child(8),
section.checkout-step .js-address-form .form-fields .form-group:nth-child(9) {
  float: left;
  width: 50%;
  margin: 0;
  margin-bottom: 10px;
}
/*section.checkout-step .js-address-form .form-fields .form-group:nth-child(6) .col-md-6, section.checkout-step #delivery-address .form-fields .form-group:nth-child(6) .col-md-6 label,*/
section.checkout-step .js-address-form .form-fields .form-group:nth-child(7) .col-md-6,
section.checkout-step .js-address-form .form-fields .form-group:nth-child(7) .col-md-3,
section.checkout-step .js-address-form .form-fields .form-group:nth-child(8) .col-md-6,
section.checkout-step .js-address-form .form-fields .form-group:nth-child(8) .col-md-3,
section.checkout-step .js-address-form .form-fields .form-group:nth-child(9) .col-md-6,
section.checkout-step .js-address-form .form-fields .form-group:nth-child(9) .col-md-3 {
  width: 100%;
  text-align: left;
}
section.checkout-step #delivery-address>div>section>div:nth-child(7)>div.col-md-6>div {
  width: 100%;
  height: auto;
}
section.checkout-step .js-address-form .form-fields .form-group:nth-child(14) {
  display: none;
}
section.checkout-step #delivery-address>div>section>div:nth-child(16) {
  width: 100%;
  height: auto;
}
body#checkout section.checkout-step .delivery-option {
  border-radius: 10px;
}
.select2-container--default .select2-selection--single {
  border: 2px solid #000;
  height: 40px;
  padding: 5px;
  border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
@media (min-width: 768px) {
  section.checkout-step .js-address-form .form-fields .form-group>.col-md-3:last-child {
    width: 100%;
    font-size: 11px;
    text-align: right;
    padding-top: 0;
  }
}
body#checkout section.checkout-step .add-address a {
  display: inline-block;
  vertical-align: top;
  text-transform: capitalize;
}
body#checkout section.checkout-step .add-address a .material-icons {
  background: #292929;
  color: #fff;
  margin: 0 5px 0 0;
  vertical-align: -2px;
}
.rtl body#checkout section.checkout-step .add-address a .material-icons {
  margin: 0 0 0 5px;
}
body#checkout section.checkout-step .add-address a:hover {
  color: #ff1a52;
}
body#checkout section.checkout-step .add-address a:hover .material-icons {
  background: #ff1a52;
}
#payment-confirmation {
  text-align: center;
}
.btn-outline,
.btn,
.btn-primary {
  border-radius: 10px;
  background: #292929;
  padding: 15px 20px;
  line-height: 20px;
  border: 0;
  transition: all .4s;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 500;
}
.btn-outline:hover,
.btn-outline:focus,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: #666;
  color: #fff;
}
.btn-secondary:active:hover,
.btn-tertiary:active:hover,
.btn-secondary:active:focus,
.btn-tertiary:active:focus,
.btn-secondary:active.focus,
.btn-tertiary:active.focus,
.btn-secondary.active:hover,
.active.btn-tertiary:hover,
.btn-secondary.active:focus,
.active.btn-tertiary:focus,
.btn-secondary.active.focus,
.active.focus.btn-tertiary {
  background: #ff1a52;
  color: #fff;
}
label[for="delivery_message"] {
  font-size: 13px;
}
textarea#delivery_message {
  width: 100%;
  height: 100px;
  margin: 5px 0;
  border: 1px solid #ddd;
  padding: 10px;
}
textarea#delivery_message:focus {
  border-color: #282828;
  outline: none;
}
#conditions-to-approve #cta-terms-and-conditions-1 {
  font-weight: normal;
}
.condition-label a {
  text-decoration: underline;
}
body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 10px;
}
.rtl body#checkout section.checkout-step .payment-options .custom-radio {
  margin-left: 10px;
  margin-right: inherit;
}
body#checkout .condition-label {
  margin-left: 30px;
}
.rtl body#checkout .condition-label {
  margin-right: 30px;
  margin-left: inherit;
}
body#checkout #order-summary-content h4.black {
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body#checkout #order-summary-content .col-md-12>h4.black {
  font-size: 18px;
}
.definition-list dl dd,
.definition-list dl dt {
  width: 49%;
}
@media (max-width: 360px) {
  .definition-list dl dd,
  .definition-list dl dt {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
body#checkout #order-summary-content h4.h4 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body#checkout #order-summary-content #order-items h3.h3 {
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card {
  border-radius: 0;
}
#content-hook_order_confirmation {
  text-align: center;
}
#content-hook_order_confirmation {
  text-align: center;
  color: #999;
}
#content-hook_order_confirmation .card-title {
  font-size: 16px;
  margin: 0 0 20px;
}
#content-hook_order_confirmation .card-title i {
  vertical-align: -4px;
  margin-right: 15px;
}
.rtl #content-hook_order_confirmation .card-title i {
  margin-left: 15px;
  margin-right: inherit;
}
#content-hook_order_confirmation .card-block {
  padding: 30px 15px;
}
#content-hook_order_confirmation p {
  margin: 0;
}
h5.aeuc_scart {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
}
@media (min-width: 768px) {
  #order-confirmation #order-items {
    width: 66.66%;
    padding: 30px;
    border: 0;
  }
  #order-confirmation .page-order-confirmation .card-block {
    padding: 0;
  }
  #order-confirmation .page-order-confirmation .card-block>.row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #order-confirmation #order-details {
    padding: 30px;
    border-left: 1px solid #dfdfdf;
  }
  .rtl #order-confirmation #order-details {
    border-right: 1px solid #dfdfdf;
    border-left: inherit;
  }
}
.card {
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: none;
  /*box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);*/
}
#content-hook_payment_return {
  line-height: 1.35;
  margin: 0 0 50px;
}
#cart-summary-product-list .media {
  margin-bottom: 15px;
}
#order-items hr {
  border-top-color: #e1e1e1;
}
h5.modal-title {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  color: #888;
}
h5.modal-title a {
  color: #000;
}
h5.modal-title a:hover {
  color: #ff1a52;
}
.modal-content {
  overflow: hidden;
  border: 20px;
  border-radius: 0;
}
.register-form>p {
  text-align: center;
}
.register-form .custom-checkbox {
  display: block;
  position: relative;
}
.register-form .custom-checkbox input[type="checkbox"],
.register-form .custom-checkbox>span {
  position: absolute;
  top: 0;
  left: 0;
}
.rtl .register-form .custom-checkbox input[type="checkbox"],
.rtl .register-form .custom-checkbox>span {
  right: 0;
  left: auto;
}
.register-form .form-control-valign .radio-inline {
  margin: 10px 15px 0 0;
}
.rtl .register-form .form-control-valign .radio-inline {
  margin: 10px 0 0 15px;
}
.register-form .input-group-btn {
  position: absolute;
  top: 0;
  right: 0px;
  display: block;
}
.rtl .register-form .input-group-btn {
  left: 0px;
  right: auto;
}
.register-form .input-group-btn .btn {
  font-size: 0;
  color: #ccc !important;
  background: none !important;
  border: 0;
}
.register-form .input-group-btn .btn:hover {
  color: #000 !important;
}
.register-form .input-group-btn .btn:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: 400;
  line-height: 1;
  content: "\f070";
  font-size: 17px;
}
.register-form input[type="text"]+.input-group-btn .btn:before {
  content: "\f06e";
}
.register-form .form-footer {
  text-align: center;
}
.register-form .form-footer .form-control-submit {
  float: none !important;
  min-width: 200px;
}
/*end update CART*/
.precio-tarjeta, .precio-contado{
  display: none;
  background-color: #FFF;
  padding: 10px 20px;
  border: 1px solid #000;
  box-shadow: 0 0 4px -1px;
  margin-bottom: 10px;
  text-align: center;
}
.precio-tarjeta h3, .precio-contado h3{
  text-transform: uppercase;
  font-size: 1em;
  text-align: center;
}
.precio-tarjeta p, .precio-contado p{
  color: #000;
  text-align: center;
  margin: 8px 0;
}
.precio-tarjeta span, .precio-contado span{
  display: inline-block;
  border-top: 1px solid #CCC;
  padding: 5px;
  margin: 0;
  background-color: #f1f1f1;
}
.precio-tarjeta span i, .precio-contado span i{
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
}

.precio-contado{
  background-image: url(cod.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 50%;
}
.precio-tarjeta2{
  background-image: url(tarjeta.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: auto 40%;
}
/* SELECT CON BUSCADOR */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-search--inline {
  float: left
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}
.select2-results {
  display: block
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none
}
.select2-results__option[aria-selected] {
  cursor: pointer
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-search--dropdown {
  display: block;
  padding: 4px
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0)
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
  border-top: none
}
.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: #FFF;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #292929;
  border-radius: 0;
  height: auto;
  padding: 10px 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #292929 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -8px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
/* SELECT CON BUSCADOR */
#header .menu ul li#category-30>a {
  color: #ff4949;
}
#header .menu ul li#category-31>a {
  color: #659cff;
}
#header .menu ul li#category-43>a {
  color: #d24dff;
}
.product-flags {
  flex-direction: row;
  padding: 0 5px;
}
#products .product-miniature .product-flags li.product-flag {
  font-size: 10px;
}
@media (min-width: 767px) {
  #header .header-nav .blockcart.active,
  #header .header-nav .user-info .account {
    margin-left: 0;
  }
  #_mobile_search {
    display: none;
  }
  section.checkout-step .js-address-form .form-group {
    width: 50%;
    height: 80px;
  }
  #google-address-map-canvas {
    margin-top: 20px;
  }
  body#checkout section.checkout-step #customer-form .form-control-label,
  body#checkout section.checkout-step #delivery-address .form-control-label,
  body#checkout section.checkout-step #invoice-address .form-control-label,
  body#checkout section.checkout-step #login-form .form-control-label {
    width: 100%;
  }
  section.checkout-step .js-address-form .form-fields .form-group>.col-md-6 {
    width: 100%;
  }
  #checkout-personal-information-step .form-group {
    float: left;
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    /*height: 350px;*/
    height: auto;
  }
}
@media (max-width: 767px) {
  .product-price-and-shipping {
    display: flex;
    flex-direction: column;
  }
  #header .header-nav .cart-preview.active {
    background: #FFF;
  }
  #header.fixed {
    box-shadow: 0 0 4px 0 #000;
    border-bottom: 1px solid #000;
  }
  #header.fixed .header-nav #menu-icon {
    margin-top: 5px;
  }
  #header .header-nav .top-logo {
    float: left;
    max-width: 40%;
    padding: 0;
    margin-top: 5px;
  }
  #header.fixed .header-nav .top-logo {
    margin-top: 10px;
  }
  #header .header-top {
    padding: 0;
  }
  #search_widget {
    margin-top: 0.5em;
    padding-bottom: 10px;
  }
  #header .header-top .position-static {
    display: none;
  }
  body #wrapper {
    padding-top: 6em;
  }
  #header.fixed .header-nav {
    display: inline-block;
    width: 100%;
  }
  #header.fixed .header-nav #custom-text {
    display: none;
  }
  #_mobile_search {
    padding: 0.75rem 0;
    margin-right: 10px;
  }
  #header .header-nav .blockcart {
    padding: 0.75rem 0.5rem;
  }
  .header-top {
    display: none;
    position: absolute;
    width: 100%;
  }
  #header.fixed .logo {
    width: 100%;
  }
  #mobile_top_menu_wrapper {
    background-color: #000;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu {
    background-color: #333;
  }
  .bonslick-caption {
    padding: 0;
  }
  .slick-slide.slick-active .box-bonslick h3 {
    font-size: 21px;
    line-height: 28px;
  }
  .slick-slide.slick-active .box-bonslick p {
    display: none;
  }
  .featured-products {
    padding: 0 10px;
  }
  #products .product-miniature,
  .featured-products .product-miniature,
  .product-accessories .product-miniature,
  .product-miniature .product-miniature {
    width: 50%;
  }
  #products .products-section-title,
  .featured-products .products-section-title,
  .product-accessories .products-section-title,
  .product-miniature .products-section-title {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #products .thumbnail-container .product-thumbnail,
  .featured-products .thumbnail-container .product-thumbnail,
  .product-accessories .thumbnail-container .product-thumbnail,
  .product-miniature .thumbnail-container .product-thumbnail {
    border-radius: 10px;
  }
  #products .thumbnail-container .product-description,
  .featured-products .thumbnail-container .product-description,
  .product-accessories .thumbnail-container .product-description {
    box-shadow: none;
  }
  #map-style {
    margin-top: 0;
  }
  .stores-info {
    position: relative;
    width: 100%;
    padding: 20px;
    padding-top: 0;
    margin-top: 0;
  }
  /*.icon.mapa {
    background-image: url("marker.svg");
    background-repeat: no-repeat;
    background-size: cover;
    filter: invert(100%);
    margin-right: 8px;
    height: 22px;
    width: 15.3px;
  }
  .stores-info span {
    color: #dedede;
  }*/
  .block_newsletter {
    padding: 10px 0;
  }
  #block-newsletter-label {
    font-size: 11px;
  }
  .block_newsletter input[name='submitNewsletter'] {
    z-index: 2;
  }
  .footer-container {
    padding: 0 10px;
  }
  .footer-container .material-icons.add,
  .footer-container .material-icons.remove {
    color: #FFF;
  }
  .arrepentimiento {
    position: relative;
    display: inline-block;
    width: 80%;
    margin: 0px 10%;
  }
  #products {
    padding: 10px;
  }
  .category-cover {
    margin-top: 0;
  }
  #products .product-title a,
  .featured-products .product-title a,
  .product-accessories .product-title a,
  .product-miniature .product-title a {
    font-weight: bold;
    font-size: 14px;
  }
  #header .header-nav .cart-preview.active {
    background-color: transparent;
  }
  #search_filters {
    padding: 20px;
  }
  #search_filter_controls {
    display: none;
  }
  #search_filters_wrapper {
    display: inline-block !important;
    width: 100%;
    margin: 0 !important;
    padding: 20px;
  }
  html {
    overflow-x: hidden;
  }
  .col-md-6.total-products {
    float: left;
  }
  .col-sm-12.hidden-md-up.text-sm-center.showing {
    display: none;
  }
  .products-selection .sort-by-row {
    padding-top: 0.625rem;
    justify-content: flex-end;
  }
  #custom-text .slick-prev {
    left: -25px;
  }
  #custom-text .custom-container {
    width: 90%;
  }
  #custom-text .custom-container p {
    font-size: 16px;
    line-height: 16px;
    width: 90%;
  }
}
.bootstrap-touchspin .input-group-btn-vertical i {
  color: #000;
}
/* CAMBIO EN ENVIOS */
.do-container {
  display: none;
}
.do-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.do-buttons li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #FFF;
  padding: 10px;
  margin: 10px 15px;
  transition: all 500ms;
}
.do-buttons li a span {
  font-size: 50px;
}
.do-buttons li a:hover,
.do-buttons li a.active {
  background-color: #4caf50;
  transform: scale(1.05);
  color: #FFF !important;
  box-shadow: 0 0 5px 1px #4caf50;
  border-color: #FFF;
}
@media (max-width: 767px) {
  ul.do-buttons li {
    width: 33.33%;
    padding: 0 10px;
  }
  .do-buttons li a {
    height: 150px;
    width: 100%;
    padding: 10px;
    margin: 0;
    justify-content: center;
  }
}
/* CAMBIO EN ENVIOS */
/* POPUP MOBBEX */
.modalMobbex {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 70%);
  z-index: 99;
}
.modalMobbexContainer {
  width: 60%;
  padding: 50px;
  margin: 50px 20%;
  background-color: #fff;
  border: 2px solid #970909;
  box-shadow: 0 0 6px 2px #970909;
  color: #000;
  border-radius: 20px;
  text-align: center;
}
.modalMobbexContainer p {
  font-size: 21px;
  line-height: 32px;
  color: #000;
}
@media (max-width: 767px) {
  .modalMobbexContainer {
    width: 90%;
    padding: 20px;
    margin: 20px 5%;
  }
  .modalMobbexContainer p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
  }
}
/* POPUP MOBBEX */
#js-active-search-filters {
  display: none;
}
body#order-confirmation section#main {
  display: flex;
  flex-direction: column;
}
body#order-confirmation section#main #content-hook_order_confirmation {
  order: 2;
}
body#order-confirmation section#main .page-order-confirmation {
  order: 3;
}
body#order-confirmation section#main #content-hook_payment_return {
  order: 1;
}
body#order-confirmation section#main #content-hook-order-confirmation-footer {
  order: 4;
}
.price.efvo-card {
  display: flex;
  align-items: center;
  gap: 4px;
}
.price.cod,
.regular-price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.price.cod {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .featured-products .product-miniature .product-flags li.product-flag {
    width: 100%;
    font-size: 16px;
    border-radius: 3px;
  }
  .product-flags li.product-flag.discount,
  .product-flags li.product-flag.discount-amount,
  .product-flags li.product-flag.discount-percentage,
  .product-flags li.product-flag.on-sale {
    margin-top: 5px !important;
  }
  .product-miniature .thumbnail-container .product-thumbnail {
    border-radius: 6px;
  }
  #products .thumbnail-container,
  .featured-products .thumbnail-container,
  .product-accessories .thumbnail-container,
  .product-miniature .thumbnail-container {
    border: 2px solid #F3F3F3;
    border-radius: 6px;
    height: auto;
  }
  #products .thumbnail-container .product-thumbnail img,
  .featured-products .thumbnail-container .product-thumbnail img,
  .product-accessories .thumbnail-container .product-thumbnail img,
  .product-miniature .thumbnail-container .product-thumbnail img {
    padding: 36px 5px 0px 5px;
  }
  .product-presentation {
    height: 80px;
    padding: 0px 5px 0px 5px;
  }
  .product-brand {
    text-align: center;
  }
  .product-brand a {
    font-weight: bold;
  }
  #products .product-title,
  .featured-products .product-title,
  .product-accessories .product-title,
  .product-miniature .product-title {
    height: 40px;
    margin-top: 0px;
    padding: 0px 5px 0px 5px;
  }
  #products .thumbnail-container .product-thumbnail,
  .featured-products .thumbnail-container .product-thumbnail,
  .product-accessories .thumbnail-container .product-thumbnail,
  .product-miniature .thumbnail-container .product-thumbnail {
    border: 0px;
  }
  small.precio-lista,
  #products .product-price-and-shipping,
  .featured-products .product-price-and-shipping,
  .product-accessories .product-price-and-shipping,
  .product-miniature .product-price-and-shipping {
    font-family: 'Montserrat', sans-serif;
    padding-left: 8%;
    text-align: start;
  }
  small.precio-lista {
    font-weight: 400;
    margin-bottom: 0px;
  }
  #products .product-price-and-shipping,
  .featured-products .product-price-and-shipping,
  .product-accessories .product-price-and-shipping,
  .product-miniature .product-price-and-shipping {
    margin-bottom: 12px;
    font-weight: 700;
  }

  .map-container{
    flex-direction: column;
  }
  #storemap{
    border: 3px solid #000;
    border-top: 0;
  }
  .view-all-btn {
    text-align: center;
    margin: 20px 0px 48px;
  }
  .mejor-opcion-viaje{ 
    margin-top: -150px;
  }
}
.mejor-opcion-viaje{ 
  position: absolute;
  margin-top: -25px;
  background-color: #4caf50;
  padding: 3px 8px;
  font-size: 13px;
  color: white;
  border-radius: 4px;
  border: 1px solid #FFF;
  box-shadow: 0 0 4px 0 #000;
}
  
  .featured-products .product-miniature .product-flags{
    flex-direction: column;
  }
  .featured-products .product-miniature .product-flags li.product-flag{
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    text-align: center;
  }
/* VACACIONES */

#popUpVacaciones {
  position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.7);
    z-index: 999;
}
  #popUpVacaciones .content{
    width: 60%;
    padding: 25px 50px;
    margin: 25px 20%;
    background-color: #FFF;
    border-radius: 20px;
    text-align: center;
  }
    #popUpVacaciones h2{
      text-align: center;
        text-transform: uppercase;
        color: #000;
        font-weight: 900;
        margin: 25px 0;
        font-size: 25px;
    }


    #popUpVacaciones h3{
      text-align: center;
      text-transform: uppercase;
      color: #000;
      font-weight: 900;
    }
  #popUpVacaciones h4{
      margin-top: 10px;
  }
    #popUpVacaciones h4 small{
      font-weight: bold;
        text-transform: uppercase;
    }
    #popUpVacaciones p, #popUpVacaciones li{
        width: 100%;
        font-size: 13px;
        text-align: left;
        margin-bottom: 5px;
    }
      #popUpVacaciones li{
        text-align: left;
      }
  #popUpVacaciones a, .popUpVacaciones a.closePopUp{

  }

  .alert-vacaciones{
    display: flex;
    height: 75px;
    width: 100%;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 0.7);
    overflow: hidden;
    margin: 10px 0;
  }
    .alert-vacaciones span{
        display: inline-block;
        padding: 0 20px;
        width: 15%;
        height: 100%;
        background-color: #ffaa01;
        font-size: 40px;
        color: #FFF;
        line-height: 70px;
        text-align: center;
    }
    .alert-vacaciones p{
        display: flex;
        height: 100%;
        margin: 0;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        color: #000;
        text-transform: uppercase;
        padding: 8px 20px !important;
        align-items: center;
    }

    body#checkout .alert-vacaciones, body#cart .alert-vacaciones{
      border-radius: 0;
      box-shadow: inherit;
      margin-top: -10px;
    }
      body#checkout .alert-vacaciones span, body#cart .alert-vacaciones span{
        padding: 0 10px;
      }

      /*.cart-detailed-actions a{
        opacity: 0.5;
        pointer-events: none;
      }
        .cart-detailed-actions a.on{
          opacity: 1;
          pointer-events: all;
        }*/

  .card.cart-summary .alert.alert-danger li{
    display: flex;
    align-items: center;
    justify-content: center;
  }
    .card.cart-summary .alert.alert-danger li .js-terms{
      text-align: center;
      margin-left: 10px;
    }
  @media (max-width: 767px) {
    #popUpVacaciones .content {
    width: 90%;
    padding: 25px;
    margin: 25px 5%;
  }
}

/* VACACIONES */



#product #block-reassurance{
  box-shadow: none;
  border: 0;
}
  #block-reassurance li .block-reassurance-item{
    padding: 20px 0;
    box-shadow: none;
  }
    #block-reassurance li .block-reassurance-item span{
      font-size: 18px;
      color: #000;
    }
    #block-reassurance li .block-reassurance-item img{
      width: 40px;
    }

@media (max-width: 767px) {
  #bonslick .slick-slide img{
    height: auto;
  }
}