* {
  font-family: 'Rajdhani', sans-serif; }

.max-w {
  max-width: 1600px;
  margin: auto; }

.col-full {
  max-width: 75em; }

.border-section {
  border-top: solid  #27397a 0.15em; }

.primary-navigation .nav-menu {
  font-size: 22px;
  text-transform: uppercase; }

.primary-navigation .menu-item a {
  padding: 20px !important; }

.woocommerce-product-search-field-0 {
  width: 60%; }

.site-branding {
  margin-left: 0 !important; }

.contenedor-logo-buscador .site-search {
  width: 40% !important; }

.cart-contents {
  padding: 19px 0; }
  .cart-contents .woocommerce-Price-amount {
    font-size: 23px;
    font-weight: bold; }
  .cart-contents::after {
    font-size: 20px; }

.price ins .woocommerce-Price-amount {
  font-weight: bold; }

#contenedor-circulo-producto-oferta {
  width: 130px;
  height: 130px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #contenedor-circulo-producto-oferta p {
    margin-bottom: 0;
    font-size: 20px; }
  #contenedor-circulo-producto-oferta #contenedor-circulo-producto-oferta-precio {
    font-size: 30px;
    font-weight: bold; }

#contenedor-oferta {
  margin-bottom: 0 !important;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: 100%;
  z-index: 1;
  left: 0;
  padding: 0 45px;
  top: 15px; }
  #contenedor-oferta #contendor-oferta-oferta {
    width: auto !important;
    background: #eb5633;
    color: #fff;
    padding: 7px;
    line-height: 1; }

#contenedor-producto-oferta {
  padding-left: 1.5em;
  padding-right: 1.5em; }

.woocommerce-loop-product__title {
  font-size: 20px !important;
  font-weight: bold !important; }

.add_to_cart_button, .product_type_simple {
  color: #fff;
  background-color:#27397a;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .add_to_cart_button:hover, .product_type_simple:hover {
    background-color: #27397a;
    text-transform: none;
    color: #fff; }

.woocommerce-LoopProduct-link:hover {
  text-decoration: none; }

.product-type-simple {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .product-type-simple:hover {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09); }

.nav-tabs .nav-link {
  color: #333;
  font-size: 18px; }
  .nav-tabs .nav-link.active {
    font-weight: bold;
    color:#27397a;
    border-bottom:#27397a solid 0.1em !important; }

#carouselExampleFade {
  height: auto; }

#carouselExampleFade .carousel-inner .carousel-item {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #carouselExampleFade .carousel-inner .carousel-item img {
    height: auto; }

#carouselExampleFade .carousel-control-prev, #carouselExampleFade .carousel-control-next {
  opacity: 1; }

.carousel-control-prev {
  width: 10%;
  left: -5%; }

.carousel-control-next {
  width: 10%;
  right: -5%; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  background: none; }
  .carousel-control-prev-icon::before, .carousel-control-next-icon::before {
    font-size: 40px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#27397a; }

.carousel-control-prev-icon::before {
  content: "\f053"; }

.carousel-control-next-icon::before {
  content: "\f054"; }
