@charset "UTF-8";

body {
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased !important;
  max-width: 1366px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.divide span {
  font-weight: 300;
}

.form input,
.form textarea,
.form select {
  border: 1px solid #e9e9e9;
}

.form.black .form-group input,
.form.black .form-group textarea,
.form.black .form-group select {
  border: 1px solid black;
  background-color: white;
}

.form-inline label {
  font-size: 14px;
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 14px;
  background-color: white;
}

.breadcrumb .breadcrumb-item a {
  color: #9b9b9b;
}

.breadcrumb .breadcrumb-item.active {
  color: #434343 !important;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.text-black {
  color: #434343;
}

.text-black:hover {
  color: #2a2a2a;
}

.badge {
  border: 1px solid;
  border-radius: 0;
}

.badge .badge-white {
  color: #434343;
  background-color: white;
}

small {
  font-weight: normal;
}

.text-pink {
  color: #E35F5D;
}

.text-pink:hover {
  color: #e490a7;
}

.text-pink .fas {
  background-color: black;
  border-radius: 100%;
}

.card {
  box-shadow: 0 2px 20px 0 rgba(218, 218, 218, 0.5);
  border-radius: 0px;
  border: 0px;
  overflow: hidden;
}

.card img {
  transition: transform 0.2s;
  cursor: pointer;
}

.card img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
}

.card img.no-h {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  cursor: auto;
}

.card .card-img-top {
  border-radius: 0px;
}

@media (max-width: 576px) {
  .card .min-h {
    min-height: auto;
  }

  .card .card-body.compromisos {
    min-height: 100% !important;
  }
}

.card .ico-img {
  width: 22px;
}

.card p {
  font-size: 14px;
}

.card p.ellips {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.card .card-body .caption-left {
  width: 100%;
  min-width: 150px;
  min-height: 110px;
}

.card .card-body.compromisos {
  min-height: 280px;
}

@media (max-width: 768px) {
  .card .compromisos {
    min-height: 100% !important;
  }
}

.articulo p {
  font-size: 14px;
  font-weight: 300;
}

.btn {
  border-radius: 0px;
  padding: 7px 25px;
  line-height: 1.5;
}

.btn-black,
input.wpcf7-submit.btn-black {
  background-color: #434343;
  color: white;
  border-radius: 0px;
  border: 1px solid #2f2f2f;
}

.btn-black:hover,
input.wpcf7-submit.btn-black:hover {
  background-color: #313131;
  border-color: #626262;
  color: white;
}

.btn-facebook {
  background-color: #4267b2;
  color: white;
  min-width: 240px;
}

.btn-facebook:hover {
  background-color: #385897;
  color: white;
  border-color: #375899;
}

.btn-google {
  background-color: #4285f4;
  color: white;
  min-width: 240px;
}

.btn-google:hover {
  background-color: #397ae2;
  border-color: #3877dd;
  color: white;
}

.btn-white {
  background-color: white;
  color: black;
  border-radius: 0px;
  border: 1px solid black;
}

.btn-white:hover {
  background-color: #e4e4e4;
  border-color: #424242;
  color: black;
}

.btn-pink {
  background-color: #E35F5D;
  color: #ffffff;
  border: 1px solid #d39ba5;
}

.btn-pink:hover {
  background-color: #e490a7;
  border-color: #df7e98;
}

form .custom-select {
  font-size: 14px;
  border: 1px solid #434343;
  min-width: 220px;
  border-radius: 0px;
  font-weight: 300;
}

form .custom-select:focus {
  box-shadow: 0 0 0 0.1rem #E35F5D;
}

.form-control {
  padding: 0.15rem 0.15rem;
  color: #434343;
  background-color: transparent;
  border: 0px;
  border-bottom: 1px solid;
  border-radius: 0;
}

.form-control:focus {
  background-color: transparent;
  border-color: #E35F5D;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(231, 183, 196, 0.4196078431);
}

.form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.6;
  font-weight: bold;
}

.aside {
  overflow: hidden;
}

.aside .rectangle {
  height: 40px;
  background-color: #E35F5D;
  width: 100%;
}

.aside.no-over {
  overflow: visible;
}

.aside .side-img {
  width: 100%;
}

.aside .side-img.mh-2 {
  min-height: 20px;
}

header {
  font-size: 12px;
  background-color: #ebebeb;
}

header .list-inline-item {
  padding: 10px 0px;
}

header .list-inline-item a {
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}

header .list-inline-item a:hover {
  color: #717171;
}

header .size {
  font-size: 14px;
}

nav .navbar-brand img {
  max-width: 100%;
  width: 120px;
}

@media (min-width: 992px) {
  nav .navbar-brand img {
    width: 225px;
  }
}

.nav-link {
  padding: 0.1rem 0px;
  color: #434343;
  font-weight: bold;
  font-size: 14px;
}

.nav-link.active {
  color: #E35F5D;
}

.nav-link:hover {
  color: #fba4b3;
}

@media (max-width: 576px) {
  .nav-link {
    padding: 10px 0px;
    font-size: 1.5rem;
  }
}

.buscar {
  position: relative;
}

.buscar .fas {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #434343;
}

.buscar input {
  font-weight: 300;
  padding-right: 40px;
  font-size: 14px;
  border-bottom: 3px solid #e9e9e9;
  padding-left: 13px;
}

.buscar input.lg {
  min-width: 260px;
}

.buscar input:focus {
  border-color: #E35F5D;
  outline: 0;
}

.logo {
  overflow: hidden;
}

.logo .bg-img {
  width: 100%;
}

@media (max-width: 992px) {
  .logo .bg-img {
    top: -20px;
  }
}

.logo .img-over {
  position: absolute;
  top: 85px;
}

.logo .img-over .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  background-color: rgba(190, 190, 190, 0.5);
}

.side-links {
  font-size: 14px;
}

.side-links .icon {
  background-color: #E35F5D;
  width: 35px;
  height: 35px;
  position: relative;
}

.side-links .icon .badge {
  position: absolute;
  right: -5px;
  top: -6px;
}

.side-links .icon:hover {
  background-color: #fda9b7;
}

.side-links a {
  color: #434343;
}

.side-links .login,
.side-links .cart {
  line-height: 15px;
}

.categorias li {
  border-bottom: 1px solid #e0e0e0;
}

.dropdown-item {
  font-size: 14px;
  font-weight: normal;
  padding: 8px 20px;
  border-left: 8px solid white;
}

.dropdown-item.active {
  color: #E35F5D !important;
  border-radius: 0;
  border-left: 8px solid #E35F5D;
  background-color: inherit;
  color: inherit;
  background-color: #f7f7f7;
  font-weight: bold;
}

.dropdown-toggle:after {
  border: none;
}

.admin-bar p.demo_store {
  top: initial;
}

.woocommerce-store-notice,
p.demo_store {
  position: fixed;
  bottom: 0;
  top: initial;
  background-color: #E35F5D;
  color: #000;
}

#slider .carousel-indicators {
  margin: 15% 0;
  left: inherit;
  padding-left: 0;
  transform: rotate(90deg);
  background-color: transparent;
}

#slider .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 100%;
  background-color: rgba(74, 16, 16, 0);
  border: 1px solid white;
}

#slider .carousel-indicators .active {
  background-color: #E35F5D;
}

#slider .carousel-control-next {
  right: 30px;
  bottom: 10px;
  width: 30px;
  top: inherit;
  background: #e35f5d;
  padding: 5px;
}

#slider .carousel-control-prev {
  right: 60px;
  bottom: 10px;
  width: 30px;
  top: inherit;
  border-right: 1px solid;
  left: inherit;
  background: #e35f5d;
  padding: 5px;
}

#slider .carousel-caption {
  right: 25%;
  top: 0;
  left: 10%;
  text-transform: uppercase;
  height: 100%;
  display: grid;
  align-content: center;
}

#slider .carousel-caption h5 {
  font-size: 42px;
  font-weight: 300;
}

#slider .carousel-caption h5 strong {
  font-weight: bold;
}

#slider .carousel-caption p {
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 768px) {
  #slider .carousel-caption h5 {
    font-size: 30px;
  }

  #slider .carousel-caption p {
    font-size: 14px;
  }
}

#slider .carousel-caption .btn-outline-white {
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  border: 3px solid;
  color: #f8f9fa;
  border-color: #f8f9fa;
  width: fit-content;
  line-height: 0.8;
  width: max-content;
}

#slider .carousel-caption .btn-outline-white:hover {
  color: #434343;
  background-color: rgba(248, 249, 250, 0.79);
}

#slider .carousel-control-next-icon {
  background-image: url("../img/flecha_der_slider.svg") !important;
}

#slider .carousel-control-prev-icon {
  background-image: url("../img/flecha_izq_slider.svg") !important;
}

@media (max-width: 768px) {
  #slider .carousel-caption {
    right: 5%;
    bottom: 90px;
    left: 5%;
  }
}

.carousel-item {
  max-height: 500px;
}

.img-left {
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  background-color: rgba(231, 183, 196, 0.7);
}

.overlay .overlay-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.overlay .overlay-inner h3 {
  line-height: 22px;
}

.overlay.no-bg {
  background-color: rgba(231, 183, 196, 0.6);
  opacity: 1;
}

.overlay.dark {
  background: rgba(0, 0, 0, 0.58);
}

.overlay.light {
  background: #f5f5f5;
}

.icon-carousel .carousel-control-next-icon {
  background-image: url("../img/flecha.svg") !important;
}

.icon-carousel .carousel-control-prev-icon {
  background-image: url("../img/flecha_izquierda.svg") !important;
}

.icon-carousel .carousel-control-next-icon {
  width: 40px;
  height: 25px;
  position: absolute;
  left: -15px;
  top: 23px;
}

.icon-carousel .carousel-control-prev-icon {
  width: 40px;
  height: 25px;
  position: absolute;
  left: 43px;
  top: 23px;
}

.icon-carousel .carousel-item {
  max-height: 100% !important;
}

.icon-carousel .carousel-control-next {
  overflow: hidden;
}

@media (max-width: 576px) {
  .icon-carousel .carousel-control-next {
    overflow: visible;
  }
  .tel-movil{
    padding-left: 7%;
  }

}

.icon-carousel .directionals {
  background-color: rgba(232, 232, 232, 0.3);
  border-radius: 50px;
  position: absolute;
}

.icon-carousel .directionals.left {
  top: 50%;
  transform: translateY(-50%);
  left: -35px;
  width: 70px;
  height: 70px;
}

.icon-carousel .directionals.right {
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  width: 70px;
  height: 70px;
}

@media (max-width: 576px) {
  .icon-carousel .directionals.left {
    left: -40px;
  }

  .icon-carousel .directionals.right {
    right: -40px;
  }
}

#vendidos .abs {
  position: absolute;
  top: 0;
  min-width: 230px;
  top: 25%;
  transform: translateY(-50%);
  right: -25%;
  z-index: 1;
}

#vendidos .abs .action a {
  font-size: 0.85rem;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

#vendidos .abs .action a:hover {
  color: #3b3b3b;
}

#vendidos .title {
  font-weight: bold;
}

#vendidos .title h1 {
  font-size: 50px;
  line-height: 35px;
  font-weight: bold;
  color: #000000;
}

#vendidos .title span {
  font-size: 34px;
  font-weight: normal;
}

#vendidos .product {
  position: relative;
}

#vendidos .product.no-absolute .description {
  background-color: transparent;
  position: unset;
}

#vendidos .product.no-absolute .description.profesional h1 {
  margin-top: 12px;
}

#vendidos .product.no-absolute .price.profesional {
  margin-top: 40px;
}

#vendidos .product a:hover {
  text-decoration: none;
}

#vendidos .product img {
  width: 100%;
  border: 1px solid #9b9b9b;
  transition: transform 0.2s;
}

#vendidos .product img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  border: 2px solid #E35F5D;
}

#vendidos .product .description {
  position: absolute;
  bottom: 130px;
  left: 3%;
  right: 3%;
  background-color: white;
  width: 94%;
  min-height: 60px;
  color: #434343;
}

#vendidos .product .description.profesional {
  bottom: 74px;
  background-color: transparent;
}

#vendidos .product .description h1 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

#vendidos .product .description p {
  font-size: 14px;
  opacity: 0.4;
}

#vendidos .product .description p span {
  font-weight: normal;
  text-decoration: underline;
}

#vendidos .product .description:hover {
  color: #3b3b3b;
}

#vendidos .product .info-circle {
  background-color: #434343;
  color: white;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  text-align: center;
  padding-top: 40px;
  line-height: 18px;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#vendidos .product .info-circle:hover {
  background-color: rgba(0, 0, 0, 0.76);
}

@media (max-width: 576px) {
  #vendidos .product .description {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    background-color: inherit;
    width: 100%;
  }

  #vendidos .product img {
    width: 120px;
  }

  #vendidos .product .info-circle {
    width: 115px;
    height: 115px;
    padding-top: 35px;
    line-height: 15px;
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  #vendidos .product .info-circle {
    width: 115px;
    height: 115px;
    padding-top: 35px;
    line-height: 15px;
    font-size: 12px;
  }
}

#vendidos .product .price .btn {
  font-size: 12px;
  border-radius: 0;
  margin-top: 3px;
  padding: 11px 2px;
}

#vendidos .product .price.profesional {
  margin-top: 88px;
}

#vendidos .product .price h4 {
  font-weight: 600;
  color: #e35f5d;
}

@media (max-width: 576px) {
  #vendidos .product .xs {
    width: 49%;
    font-size: 12px !important;
  }
}

@media (min-width: 992px) {
  #vendidos .product .price {
    padding: 0 22px;
  }

  #vendidos .product .price.profesional {
    padding: 0 !important;
  }
}

#vendidos .bg-content {
  background-color: #f5f0f2;
}

#vendidos .pagina {
  font-size: 14px;
  font-weight: 300;
}

#vendidos .pagina strong {
  font-weight: bold;
}

@media (max-width: 992px) {
  #vendidos .abs .action a {
    font-size: 0.67rem;
  }

  #vendidos .abs h1 {
    font-size: 2rem;
    line-height: 25px;
  }
}

#marcas .borde {
  border: 1px solid black;
}

#marcas h1 {
  /*  background-color: white;
  text-align: center;
  font-weight: 300;
  color: rgba(50, 191, 183, 1);
  margin-bottom: 50px;
  border-bottom: 3px solid #ebebeb;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
  color: rgba(50, 191, 183, 1);
  top: -15px;
  background-color: white;
  left: 5%;
  text-align: center;
  right: 5%;
  width: 90%;
  font-weight: 300;
}

#marcas img {
  width: 15%;
  min-width: 130px;
  filter: grayscale(1);
  padding: 0 10px 10px;
}

@media (max-width: 500px) {
  #marcas h1 {
    font-size: 18px !important;
  }
}

.overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #f5f0f2;
}

#promociones .bg-img {
  background: #434343;
}

#promociones .card {
  overflow: hidden;
  box-shadow: none;
}

#promociones .card img {
  transition: transform 0.3s;
}

#promociones .card h1 {
  font-size: 32px;
  font-weight: bold;
  color: black;
  line-height: 0.94;
}

@media (max-width: 768px) {
  #promociones .card h1 {
    font-size: 22px;
    line-height: 20px;
  }
}

#promociones .card:hover img {
  transform: scale(1.2);
}

#promociones .card:hover .overlay {
  background-color: rgba(231, 183, 196, 0.5) !important;
}

#destacados .ayuda p {
  font-size: 14px;
  font-weight: 300;
}

#destacados .banner {
  position: relative;
}

#destacados .banner img {
  min-height: 270px;
  width: 100%;
}

#destacados .banner .text {
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

#destacados .banner .text h1 {
  line-height: 40px;
  font-size: 50px;
  color: black;
}

#destacados .colecciones .card {
  box-shadow: none;
}

@media (max-width: 576px) {
  #destacados .banner .text h1 {
    font-size: 40px;
  }
}

#destacados .colecciones {
  margin-top: -65px;
}

#destacados .colecciones.ayuda .borde {
  top: 20px;
}

#destacados .colecciones .borde {
  width: 90%;
  height: 77%;
  border: 1px solid;
  top: 10px;
  left: 5%;
}

#destacados .colecciones .logo-circle {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#destacados .colecciones .logo-circle .brand {
  background-color: #f790a3a6;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

#destacados .colecciones .logo-circle img {
  width: 100px;
  max-width: 100%;
}

#destacados .colecciones .logo-circle a {
  color: #434343;
}

@media (max-width: 576px) {
  #destacados .colecciones .borde {
    height: 77% !important;
  }
}

@media (max-width: 992px) {
  #destacados .colecciones .borde {
    height: 68%;
  }
}

@media (min-width: 992px) {
  #destacados .colecciones .borde {
    height: 75%;
  }

  #destacados .colecciones .carousel-inner {
    min-height: 375px;
  }
}

#destacados .colecciones h1 {
  color: #32BFB7;
  background-color: #ffffff;
  position: relative;
  font-size: 20px;
}

@media (max-width: 992px) and (min-width: 576px) {
  #destacados .colecciones h1 {
    font-size: 15px;
  }
}

#magazine {
  background-color: #E35F5D;
  margin-bottom: 100px;
  border-bottom-right-radius: 100px;
}

#magazine h1 {
  font-size: 40px;
  line-height: 0.86;
}

#magazine h2 {
  font-size: 28px;
  line-height: 0.86;
}

#magazine h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
}

#magazine .mt- {
  margin-top: -30px;
}

#magazine .card {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  #magazine .mt- {
    margin-top: 30px;
  }
}

#direccion .bg-img {
  background-image: linear-gradient(to right, rgba(48, 185, 177, .7) 0%, rgba(48, 185, 177, .7) 100%), url("../img/mapa_new.jpg");
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

#direccion .contenedor {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#direccion select {
  color: #434343;
}

#direccion select:focus {
  color: #000000;
}

@media (max-width: 991px) {
  #direccion .contenedor {
    width: 100%;
  }
}

#redes h1 {
  color: #969696;
}

#redes span {
  font-weight: 400;
}

#redes a {
  color: #E35F5D;
  transition: .2s;
}

#redes a:hover {
  color: #434343;
  text-decoration: none;
}

#redes a i.fab {
  width: 50px;
  height: 50px;
  background: #e35f5d;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
  font-weight: normal;
  border-radius: 50px;
  transition: .2s;
}

#redes a:hover i.fab {
  background-color: #434343;
  color: #ffffff;
}


.last-secc {
  background-color: #E35F5D;
  font-size: 12px;
  color: white;
  font-weight: 400;
}

.last-secc a {
  color: white;
  text-decoration: none !important;
}

.last-secc a:hover {
  color: #434343 !important;
}

.bg-light-pink {
  background-color: #e0c9cf;
}

.bg-pink {
  background-color: #E35F5D;
}

.bg-pink .input-group-text {
  font-weight: 300;
}

footer .form-control {
  background-color: rgba(255, 255, 255, .6) !important;
  font-size: 14px !important;
  border-bottom: 0px !important;
}

footer h6 {
  margin-bottom: 15px;
  color: #E35F5D;
}

footer a,
footer p {
  font-size: 12px;
  text-decoration: none;
  color: rgba(255, 255, 255, .6);
}

footer a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

footer .input-group-text {
  background-color: #434343;
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
  border-radius: 0;
}

footer .text-black {
  opacity: 0.4;
}

footer i {
  color: #E35F5D;
  padding-right: 6px;
  font-size: 16px;
}

#banner .carousel-caption {
  bottom: 80px;
  left: 32px;
}

#banner .carousel-caption h5 {
  font-size: 32px;
  font-weight: 300;
}

#banner .carousel-caption p {
  font-size: 14px;
}

#banner .carousel-caption .btn-black {
  /* font-size: 12px; */
  font-weight: normal;
  width: 300px;
  padding: 10px 0px;
}

#banner .carousel-caption img {
  width: 360px;
  max-width: 100%;
}

@media (max-width: 576px) {
  #banner .carousel-caption img {
    width: auto;
  }

  #banner .carousel-caption h5 {
    font-size: 24px;
  }

  #banner .carousel-caption p {
    font-size: 12px;
  }
}

@media (max-width: 330px) {
  #banner .carousel-caption {
    left: 30px;
    bottom: -60px !important;
  }
}

@media (max-width: 576px) {
  #banner .carousel-caption {
    bottom: 0px;
    transform: translateY(-50%);
    top: 50%;
    padding-bottom: 0;
  }

  #banner .carousel-caption .btn-black {
    width: 100%;
  }

  #banner .carousel-caption.no-bt {
    bottom: 0px;
  }
}

#info h1 {
  font-size: 50px;
  line-height: 0.8;
}

#info p {
  font-size: 14px;
  font-weight: normal;
  color: black;
}

@media (max-width: 992px) {
  #info h1 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  #info h1 {
    font-size: 32px;
  }
}

#catalogo h5 {
  font-size: 18px;
  font-weight: 300;
}

#catalogo h5 strong {
  font-weight: 700;
}

#catalogo .borde {
  border: 1px solid black;
  position: relative;
}

#catalogo .borde .position-absolute {
  bottom: -15px;
  left: 10%;
  right: 10%;
  min-width: 80%;
  background-color: white;
}

@media (max-width: 576px) {
  #catalogo h5 {
    font-size: 16px;
  }

  #catalogo .btn {
    font-size: 12px;
    padding: 7px 5px;
  }
}

#productos {
  color: black;
  background-color: #ffffff;
}

#productos p {
  font-size: 14px;
  font-weight: 300;
}

#productos .filtro {
  padding: 8px 15px;
  background-color: #ebebeb;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

#productos .bg-filter {
  background: #E35F5D;
  background: linear-gradient(180deg, #E35F5D 0%, #aa4746 100%);
  border-bottom-right-radius: 100px;
  padding-bottom: 50px;
  height: fit-content;
}

#productos .selecedtFilter .item {
  background-color: #aa4746;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  max-width: 130px;
}

#productos .selecedtFilter .item .fas {
  color: #ffffff;
  padding-left: 10px;
}

#productos .selecedtFilter hr {
  color: #ffffff;
  border: 1px solid;
}

#productos .form-check {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

#productos .form-check input {
  height: 20px;
  width: 20px;
  margin-top: 0.1rem;
  margin-left: -1.35rem;
}

.pagination .page-item.active .page-link {
  background-color: #434343;
  color: white;
}

.pagination .page-item .page-link {
  border: 0px;
  color: black;
  font-size: 14px;
  font-weight: 300;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #ebebeb;
}

.pagination .page-item .page-link .fas {
  color: #E35F5D;
}

#info-producto .carousel-img {
  background-color: white;
}

#info-producto .carousel-img img {
  width: 80px;
  height: 80px;
}

#info-producto .carousel-img img.active {
  border: 2px solid #E35F5D;
}

#info-producto .overlay {
  background-image: linear-gradient(to top, #d2013b, #ffffff);
  opacity: 0.15;
}

#info-producto .carousel-item {
  max-height: 100%;
}

#info-producto .carousel-control-next-icon {
  background-image: url("../img/flecha.svg") !important;
  width: 40px;
  height: 30px;
}

#info-producto .carousel-control-prev-icon {
  background-image: url("../img/flecha_izquierda.svg") !important;
  width: 40px;
  height: 30px;
}

#info-producto .sku {
  color: #9b9b9b;
}

#info-producto h1 {
  font-size: 32px;
}

#info-producto h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 20px;
  color: #E35F5D;
}

#info-producto h2 small {
  font-size: 14px;
  font-weight: 600;
}

#info-producto p {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

#info-producto p a {
  color: #9b9b9b;
  text-decoration: underline;
}

#info-producto .input-group {
  width: 120px;
}

#info-producto .input-group a:hover {
  text-decoration: none;
}

#info-producto .input-group input {
  border: 0;
  font-weight: 300;
  border: 1px solid #f0f0f0;
}

#info-producto .input-group-text {
  background-color: #E35F5D;
  border-radius: 0;
  border: 1px solid #E35F5D;
}

#info-producto .btn-black {
  font-size: 16px;
  font-weight: normal;
}

#detalle a {
  font-size: 18px;
  font-weight: bolder;
  color: #9b9b9b;
  border-bottom: 1px solid #979797;
}

#detalle a.active {
  color: #E35F5D;
}

#detalle .tab-pane p {
  font-size: 14px;
  color: #9b9b9b;
}

#carro ul li {
  width: 33.33%;
}

#carro ul .nav-link {
  border-radius: 0;
}

#carro ul:not(.active) {
  background-color: #f0f0f0;
}

@media (max-width: 768px) {
  #carro ul li {
    width: 100%;
  }
}

#carro .table .thumbnail img {
  max-width: 5.26em;
}

#carro .table input {
  border: 0;
  font-weight: 300;
  border: 1px solid #f0f0f0;
}

#carro .table .input-group-text {
  background-color: #E35F5D;
  border-radius: 0;
  border: 1px solid #E35F5D;
}

#carro .table .delete {
  color: #E35F5D;
}

#carro .table td a {
  color: #434343;
}

@media (min-width: 768px) {
  #carro .table .input-group {
    max-width: 120px;
  }

  footer img {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  #carro .table thead th {
    display: none;
  }

  #carro .table td,
  #carro .table th {
    display: block;
    text-align: right;
    clear: both;
  }

  #carro .table td:before,
  #carro .table th:before {
    float: left;
  }

  #carro .table td.producto:before,
  #carro .table th.producto:before {
    content: "Producto:";
  }

  #carro .table td.formato:before,
  #carro .table th.formato:before {
    content: "Formato:";
  }

  #carro .table td.cantidad:before,
  #carro .table th.cantidad:before {
    content: "Cantidad:";
  }

  #carro .table td.precio:before,
  #carro .table th.precio:before {
    content: "Precio:";
  }

  #slider .carousel-item .carousel-caption .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .reverse-md {
    flex-direction: column-reverse;
  }

  .colecciones.pag-ayuda {
    border: none !important;
  }
}

.accordion .card .card-body {
  font-size: 14px;
  font-weight: 300;
}

.accordion .card .card-header {
  padding: 10px 0px;
}

#login .formulario {
  background-color: #f5f0f2;
}

#login .btn {
  padding: 10px 5px;
}

#login .cuenta a {
  text-decoration: underline;
  font-weight: 600;
}

.rss .circle {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  background-color: #f3f3f3;
  border-radius: 50%;
  color: #969696;
  margin-bottom: 5px;
}

.rss .circle:hover {
  color: white;
}

.rss .circle:hover.facebook {
  background-color: #3d5b99;
}

.rss .circle:hover.twitter {
  background-color: #1da1f2;
}

.rss .circle:hover.linkedin {
  background-color: #006699;
}

.rss .circle:hover.correo {
  background-color: #d54b3d;
}

.scroll {
  height: 320px;
  max-width: 100%;
}

.scroll p,
.scroll a {
  font-size: 12px;
}

.custom-file input {
  cursor: pointer;
}

.custom-file .custom-file-label {
  background-color: #E35F5D;
  border: 1px solid #d39ba5;
}

.custom-file .custom-file-label:after {
  border-left: none;
  color: #E35F5D;
  background-color: rgba(233, 236, 239, 0);
}

.bg-main-nav {
  background: #434343;
}

.bg-main-nav .nav-link {
  color: #ffffff;
  padding: 8px 20px;
  border-left: 8px solid transparent;
  font-weight: bolder;
}

.bg-main-nav .dropdown-menu .nav-link.active,
.bg-main-nav .dropdown-menu .nav-link:hover,
.bg-main-nav .dropdown-menu .dropdown-item:hover {
  color: #E35F5D;
  background: #fff;
  border-radius: 0;
  border-left: 8px solid #e35f5d;
  font-weight: bolder;
  margin-right: 2.5px;
}

.bg-main-footer {
  background: #434343;
  background-image: url('https://bravodistributors.com/wp-content/uploads/2020/04/simbolo_bravo.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.color-pink {
  color: #E35F5D;
}

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

.owl-next {
  position: absolute;
  right: -60px;
  top: 6px;
}

.owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.owl-prev {
  position: absolute;
  left: -60px;
  top: 6px;
}

.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ebebeb !important;
  margin-right: 10px;
  margin-left: 10px;
}

.owl-dot.active {
  background: rgba(50, 191, 183, 1) !important;
}

.owl-prev:focus,
.owl-next:focus {
  outline: none;
}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

.dropdown-menu .nav-link {
  color: #434343;
  font-weight: normal;
}

.menu-in-megamenu {
  background: #ebebeb;
  padding: 50px 0;
}

.menu-in-megamenu .nav-link {
  cursor: pointer;
}

.menu-in-megamenu .nav-link i {
  visibility: hidden;
}

.menu-in-megamenu .nav-link.active i {
  visibility: visible;
  position: absolute;
  right: 20px;
  padding: 4px 0;
}

.content-in-megamenu {
  padding: 30px;
}

.content-in-megamenu ul li {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.content-in-megamenu ul li a {
  color: #434343;
}

#info-producto .input-group-append .input-group-text,
#info-producto .input-group-prepend .input-group-text {
  background-color: #434343;
  border-radius: 0;
  border: 1px solid #434343;
  color: #fff;
}

.mas-marca-p {
  background: #E35F5D;
  background: linear-gradient(180deg, #E35F5D 0%, #aa4746 100%);
  padding-bottom: 80px;
  padding-top: 80px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.mas-marca-p .product .description {
  background: transparent !important;
  color: #fff !important;
  position: unset !important;
}

.mas-marca-p .product .woocommerce-Price-amount {
  color: white !important;
}

.mas-marca-p .product .price del {
  color: white !important;
}

.mas-marca-p .btn-pink {
  background-color: white;
  color: black;
  border-radius: 0px;
  border: 1px solid black;
}

.mas-marca-p .btn-pink:hover {
  background-color: #e4e4e4;
  border-color: #424242;
  color: black;
}

.dropdown-menu {
  margin: 0;
  border: 0;
  border-radius: 0;
  border-top: 3px solid #e35f5d;
}

.border-menu {
  border-top: 3px solid #e35f5d;
}

.dropdown-toggle[aria-expanded="true"]:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  position: absolute;
  bottom: -13px;
  font-size: 20px;
  color: #e35f5d;
}

.dropdown-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.container-half-menu {
  max-width: 50%;
  margin-right: 20px;
  margin-left: auto;
}

#destacados .colecciones .card img {
  outline: 1px solid rgba(255, 255, 255, .5);
  outline-offset: -25px;
}

#magazine .card img {
  outline: 1px solid rgba(255, 255, 255, .5);
  outline-offset: -25px;
}

@media (max-width: 991px) {

  .container-half-menu,
  .megamenu .container {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle[aria-expanded="true"]:before {
    content: none;
  }

  .navbar .flex-column {
    flex-direction: row !important;
    justify-content: center;
  }

  .menu-in-megamenu {
    padding: 0;
  }

  .content-in-megamenu {
    padding: 20px;
  }

  .dropdown-menu .nav-link {
    font-size: 14px;
  }

  .bg-main-nav .dropdown-menu .nav-link.active,
  .bg-main-nav .dropdown-menu .nav-link:hover,
  .bg-main-nav .dropdown-menu .dropdown-item:hover {
    border-color: white;
  }

  .navbar-toggler:focus,
  .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
  }

  #destacados .banner img {
    min-height: 150px;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-right-radius: 100px;
  }

  /*.icon-carousel .directionals.left {
    left: 0;
  }
  .icon-carousel .directionals.right {
    right: 0;
  }*/
  .bg-main-nav .nav-link {
    padding: 10px;
  }
}

.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select {
  border: none;
  border-bottom: 3px solid #e9e9e9;
}

.woocommerce .woocommerce-ordering select:focus,
.woocommerce div.product form.cart .variations select:focus {
  border-color: #E35F5D;
}

.contenido-card {
  width: 100%;
  background: rgba(0, 0, 0, .5);
  padding: 20px;
}

.single_add_to_cart_button {
  padding: 5px 75px !important;
}

footer ul li {
  padding-top: 6px;
  padding-bottom: 6px;
}

#calendario .modal-header .close {
  padding: 0;
  margin: -1rem -4rem -1rem auto;
  background: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}

#calendario .modal-header {
  border: none;
}

#calendario .nav-fill {
  margin-bottom: 30px;
}

#calendario .nav-fill .nav-item {
  font-size: 12px;
  border-bottom: 4px solid #000;
  border-radius: 0;
  cursor: pointer;
  padding-bottom: 10px;
}

#calendario .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #e35f5d;
  background-color: transparent;
  border-bottom-color: #e35f5d !important;
}

#calendario .owl-nav {
  text-align: center;
}

#calendario .owl-prev,
#calendario .owl-next {
  position: inherit;
  background: #000;
  padding: 6px 8px !important;
  margin: 10px 1px;
}

#calendario .owl-prev.disabled,
#calendario .owl-next.disabled {
  opacity: .5;
}

#calendario .owl-prev img,
#calendario .owl-next img {
  filter: invert(1);
}

#calendario .gray-box {
  background: #ebebeb;
  padding: 20px;
}

#calendario .gray-box ul li {
  font-size: 14px;
  padding-bottom: 10px;
}

#calendario .gray-box ul li i {
  font-size: 17px;
  color: #E35F5D;
}

#calendario .eventos-slider .titulo {
  text-transform: uppercase;
  color: #E35F5D;
  font-weight: bolder;
}

#calendario .eventos-slider .texto {
  font-size: 14px;
  font-weight: bolder;
}

#calendario .eventos-slider .texto ul {
  font-size: 13px;
  font-weight: normal;
}

#calendario .eventos-slider .item {
  padding: 25px;
  border: 1px solid #ebebeb;
}

#calendario .close,
#calendario .close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  outline: none;
  opacity: 1;
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {

  .modal-lg,
  .modal-xl {
    max-width: 1000px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: auto;
    min-height: 100vh;
    align-content: center;
    display: grid;
  }
}

.ver-todo-menu {
  margin-top: 10px;
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 14px;
  font-weight: bolder;
  color: #e35f5d;
}

.ver-todo-menu:hover {
  color: #434343;
}

.ver-todo-menu img {
  font-size: 22px;
  vertical-align: middle;
  padding-left: 5px;
  padding-bottom: 4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  min-width: 250px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ffffff;
  outline: none;
}

@media (min-width: 991px) {

  .container-half-menu,
  .megamenu .container,
  [aria-labelledby^="megamenu-"] .row.shadow-sm {
    min-height: 350px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 25px;
  }
}

#productos #filtros .bg-filtros {
  background: url(https://bravodistributors.com/wp-content/themes/bravo/img/fondo_filtro.svg) !important;
}

.top-located {
  position: absolute;
  top: 40px;
}

#vendidos .product#solo-peluqueria .description {
  bottom: 90px;
}

.colecciones.pag-ayuda {
  border-left: 1px solid #434343;
}

.button-pagos-devoluciones {
  background: #434343;
  padding: 6px 10px;
  margin-bottom: 3px;
}

.button-pagos-devoluciones.active {
  background: #e35f5d;
}

.button-pagos-devoluciones a {
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  vertical-align: middle;
  display: flex;
}

.button-pagos-devoluciones a .img {
  width: 50px;
  text-align: center;
}

@media (max-width: 576px) {
  #vendidos .product#solo-peluqueria .description {
    bottom: 0 !important;
  }
}

.destacados-home .owl-nav button {
  position: absolute;
  top: 50%;
}

@media (max-width: 1480px) {
  .owl-next {
    right: 0;
  }

  .owl-prev {
    left: 0;
  }
}

.category-brand-title {
  background: #32bfb7;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
}

.search-mobile {
  border-top: 30px solid #e35e5d;
}

#main .video {
  max-height: 600px;
  height: 600px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

#main .video img {
  height: 600px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

#main .video #icon-play {
  position: absolute;
  left: calc(50% - 64px);
  top: calc(50% - 64px);
  cursor: pointer;
}

#videos .video {
  max-height: 500px;
  height: 500px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

#videos .video img {
  height: 500px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

#videos .video #icon-play {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  cursor: pointer;
}

#calendario .no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: grid !important;
  display: inline-grid !important;
}

#calendario .modal-dialog {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home #vendidos {
  max-width: 100vw;
  overflow-x: hidden;
}

.woocommerce td.product-quantity {
  min-width: 130px;
}

@media (max-width: 720px) {
  #calendario .modal-header .close {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  #calendario .modal-header .close span {
    display: grid;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  #slider .carousel-control-next {
    left: 40px;
    right: inherit;
    z-index: 10;
  }

  #slider .carousel-control-prev {
    left: 10px;
    right: inherit;
    z-index: 10;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.simplebar-content {
  overflow-y: auto;
  max-height: 320px;
}

.home #vendidos {
  display: none;
}





/************ CAMBIOS ULTIMOS ******************/

@media only screen and (max-width: 768px) {
  header {
    display: none;
  }

  .search-mobile {
    border-top: none !important;
  }

  .logo-margin {
    margin-left: 10px;
  }

  .bottom-menu {
    font-size: 12px;
    background-color: #ebebeb;
    padding: 10px;
  }

  .bottom-menu a {
    color: #212529;
  }

  .buscar .fas {
    right: 25px;
  }

  .buscador-movil {
    width: 90%;
    margin: 0 auto;
  }

  #navbarContent .menu-movil li {
    border-bottom: 1px solid #717171;
    width: 90%;
    margin: 0 auto;
  }

  #navbarContent .menu-movil li a.text-uppercase {
    text-transform: none !important;
  }

  /******POPUP****/
  #popup {
    top: auto;
    bottom: 0px;
    outline: none;
  }

  .modal {
    height: auto !important;
  }

  .modal .btn {
    font-size: 0.7rem;
  }

  .modal .modal-content {
    border-radius: 0;
    border-top-left-radius: 25px;
    background: #EBEBEB;
    border-top-right-radius: 25px;
  }

  .modal .modal-dialog {
    margin: 0 !important;
  }

  /******FILTRO******/
  #productos .bg-filter {
    background: #E35F5D !important;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
  }

  #productos .filtro {
    background-color: #e3615f;
    color: white;
  }

  #productos .filtro img {
    background: white;
  }


  /******SECTION HOME*****/

  .carousel-item {
    max-height: 350px !important;
  }

  #vendidos .row {
    margin: 0;
  }

  #marcas img {
    min-width: 80px;
  }

  #vendidos .title span {
    font-size: 25px;
  }

  #destacados .colecciones h1 {
    color: white;
    background-color: #12121230;
  }

  #destacados .banner img {
    min-height: 15px;
    width: 90%;
    margin: 0 auto;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  #destacados .colecciones {
    margin-top: 10px;
  }

  #destacados .colecciones .card-body {
    margin-top: -85px !important;
  }

  #direccion .bg-img {
    background: none;
  }

  #direccion .contenedor .text-center {
    background-image: linear-gradient(to right, rgba(48, 185, 177, .7) 0%, rgba(48, 185, 177, .7) 100%), url(../img/mapa_new.jpg);
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  #direccion .contenedor .buscador {
    margin-top: 0rem !important;
  }

  /*******PRODUCT SINGLE******/
  .woocommerce div.product div.images img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }

  .woocommerce div.product div.images {
    margin-bottom: 0.2em;
  }

  #info-producto .single-movil {
    margin-top: 0.2em !important;
  }

  #info-producto h1 {
    font-size: 20px;
  }

  #info-producto p {
    font-size: 10px;
  }

  #vendidos .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mas-marca-p {
    border-radius: 25px !important;
  }

  .mas-marca-p h1 {
    text-align: center;
  }

  .add-to-cart-movil {
    font-size: 14px;
  }

  /*******FOOTER******/

  .last-secc {
    display: none;
  }

  #redes a i.fab {
    width: 35px;
    height: 35px;
    padding: 0px 0;
  }

  .fab:before {
    font-size: 15px;
  }

  footer ul li {
    padding: 0;
  }

  footer h6 {
    margin-bottom: 0px;
  }

  .logo-footer-mv {
    margin-bottom: 20px;
  }
}

.home #vendidos {
  display: block;
}

#destacados .colecciones .card-body {
  margin-top: -85px;
}

#destacados .colecciones h1 {
  color: white !important;
  background-color: #12121230 !important;
}

#vendidos .abs {
  right: 10px;
}

/* Redes Mobile */
#redes-movil {
  display: none;
}

@media only screen and (max-width: 768px) {
  #redes-movil {
    display: block;
  }

  #redes-movil h1 {
    color: #969696;
    top: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    left: auto !important;
    position: fixed !important;
    z-index: 100;
  }

  #redes-movil a {
    color: #E35F5D;
    transition: .2s;
  }

  #redes-movil a:hover {
    color: #434343;
    text-decoration: none;
  }

  #redes-movil a i.fab {
    width: 50px;
    height: 50px;
    background: #e35f5d;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    font-weight: normal;
    border-radius: 50px;
    transition: .2s;
  }

  #redes-movil a:hover i.fab {
    background-color: #434343;
    color: #ffffff;
  }

  #redes-movil a i.fab {
    width: 1.5em;
    /* #35px; */
    height: 1.5em;
    /* 35px; */
    padding: 5px 0;
    ;
  }

  #redes-movil .fab::before {
    font-size: 25px;
  }
}

/* Campos obligatorios */

.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #ebebeb;
  border-radius: 0px;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  height: 38px;
    margin: 0 0 3px;
}

.woocommerce-checkout #billing_country_field .form-row,
.woocommerce-checkout #billing_state_field .form-row {
  padding: 0px 3px;
  margin: 0px 0 16px; 
}
.woocommerce-checkout #billing_country_field label,
.woocommerce-checkout #billing_state_field label{
  margin-bottom: 0px !important;
}

.woocommerce-checkout #billing_country_field .select2-selection__rendered,
.woocommerce-checkout #billing_state_field .select2-selection__rendered {
  line-height: 35px;
}
.tel-movil{
  padding-left: 4%;
}

<style>
    @media screen and (max-width:767px) {
        .sticky-container>.sticky {
            margin: auto;
            margin-left: auto;
        }
        .site .sticky-container{
            width: 100%;
        }
    }

    .sticky-container {
        z-index: 1000000;
        position: fixed;
        top: 0;
        width: 250px;
    }

    .sticky {
        position: relative;
        background-color: #ebebeb;
        font-size: 12px;
        padding: 10px;
        border-radius: 0px 0px 20px 20px;
        margin-left: 8px;
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        border-bottom: 1px solid gray;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
        width: 240px;
    }

    .arrow {
        border: solid gray;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        margin: 0px 10px;
    }

    .right,
    .left {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .arrow.right,
    .arrow.left {
        animation: shake 0.5s;
        animation-iteration-count: infinite;
    }

    @keyframes shake {
        0% {
            transform: translateY(-1px) rotate(45deg);
        }

        100% {
            transform: translateY(1px) rotate(45deg);
        }
    }
</style>