@charset "UTF-8";
/* -------------------
COLORES
--------------------*/
/* --------------------
FUENTES
----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,900;1,400;1,600&display=swap");
@font-face {
  font-family: 'gotham_blackregular';
  src: url("../fonts/Gotham/gotham_black_regular-webfont.woff2") format("woff2"), url("../fonts/Gotham/gotham_black_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'gothambook';
  src: url("../fonts/Gotham/gotham_book-webfont.woff2") format("woff2"), url("../fonts/Gotham/gotham_book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* -------------------------
GENERAL
-----------------------------*/
html {
  height: 100%;
  box-sizing: border-box; }

html, body {
  color: #000000 !important;
  font-size: 16px !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  background: #FFFFFF !important; }

h1 {
  font-family: 'gotham_blackregular', sans-serif !important; }

h2 {
  font-family: 'gothambook', sans-serif !important; }

/* ---------------------------
HEADER
------------------------------*/
.social_icons > a {
  margin-left: 1rem;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: flex;
  text-decoration: none; }
  .social_icons > a > i {
    font-size: 1.3rem;
    color: #003B5C;
    transition: all ease-in-out .2s; }
    .social_icons > a > i:hover {
      color: grey; }

.top_login > a {
  font-size: .7rem;
  color: #000000;
  text-decoration: none; }

.search_bg {
  background: #01B6E3; }

.main_logo {
  height: 80%; }
  .main_logo > img {
    width: 100%;
    height: auto;
    display: block; }

/* Search form */
.search_form {
  width: 70%; }
  .search_form > button[type='submit'] {
    background-color: #000000;
    border: none;
    color: #fff;
    cursor: pointer;
    width: 3rem;
    transition: all ease-in-out .2s; }
  .search_form button[type='submit']:hover {
    background-color: #474747;
    color: #fff;
    cursor: pointer; }
  .search_form > input {
    width: 100%;
    border: none;
    height: 3rem; }

button[type='submit'] {
  background-color: #000000;
  border: none;
  color: #fff;
  cursor: pointer; }
  button[type='submit']:hover {
    background-color: #ea419c;
    color: #fff;
    cursor: pointer; }

/* Cart & wish */
.wishlist {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  background: url(../assets/images/heart-regular.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.shopping_cart {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  background: url(../assets/images/cart-shopping-solid.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.quantity_items {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: -5px;
  top: -8px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF; }
.quantity_items > a {
  text-decoration: none;
  color: #ffffff;
}
  .quantity_items-bg {
    background: red;
  }

  
  .quantity_items_wish {
    text-decoration: none;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    right: -5px;
    top: -8px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
  }
  .quantity_items_wish > a {
    color: #ffffff;
    text-decoration: none;
  }

  .wishlist_number{
    font-style: normal !important;
    
  }



/* ------------------------
NAV
--------------------------*/
.main_nav {
  background: #003B5C; }
  .main_nav > ul {
    list-style: none;
    width: 65%; }
    .main_nav > ul > li > a {
      text-decoration: none;
      color: #FFFFFF;
      font-size: .8rem;
      transition: all ease-in-out .3s; }
      .main_nav > ul > li > a:hover {
        color: #01B6E3; }

.hamburguer_menu {
  width: 50px;
  height: 50px;
  background: #3d3d3d;
  position: fixed;
  z-index: 10;
  right: 20px;
  top: 120px;
  border: 0;
  border-radius: 50%;
  outline: none !important; }
  .hamburguer_menu .line_1, .hamburguer_menu .line_2, .hamburguer_menu .line_3 {
    width: 30px;
    height: 2px;
    background: #bfbfbf;
    margin: 4px;
    transition: all ease-in-out .5s; }

/* ---------------------------
MAIN SLIDER
-----------------------------*/
.main_slide_container {
  height: auto; }

.main_swiper {
  width: 100%;
  height: auto; }

.main_slider_nav {
  position: relative; }

.main-swiper-button-next::after {
  display: inline-block;
  text-rendering: auto;
  font: var(--fa-font-solid);
  content: "\f054";
  color: grey;
  font-size: 1.8rem;
  cursor: pointer; }

.main-swiper-button-prev::before {
  display: inline-block;
  text-rendering: auto;
  font: var(--fa-font-solid);
  content: "\f053";
  color: grey;
  font-size: 1.8rem;
  cursor: pointer; }

/* ------------------------
INDEX MAIN CONTENT
--------------------------*/
.book_section_recomended > h2 {
  font-size: 1.5rem;
  font-weight: bold; }

.under_title {
  height: 5px;
  background: #01B6E3; }

.card-img, .card-img-bottom, .card-img-top {
  width: 50%;
  align-self: center;
  margin-top: 1rem;
  border-radius: 0%; }

.card-text:last-child {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600; }

.card-body {
  padding: .7rem .5rem .2rem .5rem !important; }

.autor {
  font-size: .9rem;
  color: #868686;
  text-align: center; }

.add_wish_card > a {
  color: #868686;
  transition: all ease-in-out .2s; }
  .add_wish_card > a:hover {
    color: #01B6E3; }

.price {
  font-weight: 600; }

.featured_categories_title > h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #003B5C; }

.front_featured_category_container > a {
  text-decoration: none;
  color: #01B6E3;
  transition: all ease-in-out .2s; }
  .front_featured_category_container > a:hover {
    color: #003B5C; }

.front_featured_category_image {
  height: 200px;
  width: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title{
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    color: #01B6E3;
    transition: all ease-in-out .2s;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover{
  color: #cccccc;
}
.woocommerce ul.products li.product a img{
  transition: all ease-in-out .2s;
}
.woocommerce ul.products li.product a img:hover {
  scale: 105%;
}

h2 > mark.count {
  display: none !important;
}
/* -------------------------
CATEGORÍAS
---------------------------*/
.breadcrumb {
  border-bottom: solid 1px #CCCCCC; }

.categorias {
  border: solid 1px #cccccc; }

  .categorias > h1 {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif; }

  .categorias > div > div > ul {
    list-style: none;
    padding: 0; }
    .categorias > div > div > ul > li {
      margin-bottom: 1.2rem; }
    .categorias > div > div > ul > li > a {
      color: #000000;
      text-decoration: none;
      transition: all ease-in-out .2s; }
      .categorias > div > div > ul > li > a:hover {
        color: #01B6E3; }
        .categorias > div > div > ul > li > ul {
          list-style: none;
        }
        .categorias > div > div > ul > li > ul > li > a{
          color: #626262;
          text-decoration: none;
          transition: all ease-in-out .2s;
        }
        .categorias > div > div > ul > li > ul > li > a:hover{
          color: #01B6E3;;
        }

.card_book_list {
  border: solid 1px #cccccc; 
  border-radius: 5px;
  min-width: 200px;
}
  .card_book_list > img {
    max-width: 150px; }
  .card_book_list .book_list_title {
    font-size: 1.1rem;
    color: #000000;
    font-weight: 600; }
  .card_book_list .book_list_author {
    color: #cccccc; }
  .card_book_list .book_list_price {
    font-weight: 600; }
  .card_book_list .book_list_icons > a {
    color: #cccccc;
    transition: all ease-in-out .3s; }
    .card_book_list .book_list_icons > a:hover {
      color: #01B6E3; }
      
/* Archive Author */

.card_book_list .autor{
  color: #cccccc;
  margin: 5px 0px 10px 0px;
  display: block;
}
.woocommerce ul.products li.product a.autor{
  transition: all ease-in-out .2s;
}
.woocommerce ul.products li.product a.autor:hover {
  text-decoration: underline;
  color: #003B5C;
}

/* Archive price modifications */
.priceandicons > a {
  width: 60% !important;
}
.priceandicons > a > span.price {
  color: #000000 !important;
  font-size: 1rem !important;
}
.woocommerce ul.products li.product .price ins {
  
  text-decoration: none;
}

.woocommerce ul.products li.product .price {
  color: #000000 !important;
  display: block;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 1rem !important;
}


.page__pagination span, .page__pagination a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #f5f6f9;
  background-color: #fff;
  border-radius: 1px;
  margin: 3px; }

.page__pagination .current {
  background-color: #01B6E3;
  color: #fff; }

.page__pagination > a {
  text-decoration: none;
  transition: all ease-in-out .2s; }
  .page__pagination > a:hover {
    background-color: #01B6E3;
    color: #ffffff; }

/* Archive wishlist icon */
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
  font-size: 1.2rem;
}

.yith-wcwl-wishlistexistsbrowse > a > i.yith-wcwl-icon:before {
  color: #01B6E3;
}
.yith-wcwl-wishlistaddedbrowse > a > i.yith-wcwl-icon:before {
  color: #01B6E3;
}
/* --------------------------
PRODUCT DETAIL
----------------------------*/
.product_detail_info > h2 {
  font-size: 1.2rem;
  color: #cccccc; }
.product_detail_info > h3 {
  font-weight: 600;
  font-size: 1.7rem;
  margin-top: 30px; }
.product_detail_info > p {
  margin-top: 30px;
  margin-bottom: 20px; }
.product_detail_info > a {
  text-decoration: none;
  display: block;
  color: #cccccc;
  margin-top: 30px;
  font-size: 1.2rem;
  transition: all ease-in-out .2s; }
  .product_detail_info > a:hover {
    text-decoration: underline;
    color: #003B5C; }

.quantity {
  border: solid 1px #cccccc; }
  .quantity > span {
    font-size: 1.5rem;
    color: #cccccc; }
  .quantity > a {
    color: #000000; }

.add_to_cart > a {
  color: #ffffff;
  text-decoration: none;
  background: #003B5C;
  transition: all ease-in-out .2s; }
  .add_to_cart > a:hover {
    background: #cccccc;
    color: #003B5C; }

/* Add to wishlist */

.yith-wcwl-add-button{
  margin-bottom: 2rem;
}
.yith-wcwl-wishlistexistsbrowse{
  margin-bottom: 2rem;
}
.yith-wcwl-add-button a.add_to_wishlist{
  text-decoration: none;
  color: #cccccc;
  transition: all ease-in-out .2s;
}

a.add_to_wishlist:hover {
  color: #01B6E3;
}


.book_details {
  border-top: #cccccc solid 1px; }
  .book_details > aside {
    border-right: solid 1px #cccccc; }
    .book_details > aside > ul {
      padding: 0;
      list-style: none; }
      .book_details > aside > ul > li > a {
        text-decoration: none;
        color: #000000;
        transition: all ease-in-out .2s; }
        .book_details > aside > ul > li > a:hover {
          color: #01B6E3; }
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{
  background-color: #003B5C;
}

.woocommerce span.onsale {
  background-color: #01b6e3;
}
/* Add to cart button */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt::after{
  display: inline;
  text-rendering: auto;
  font: var(--fa-font-solid);
  content: "\f07a";
  margin-left: 10px;
  
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button{
  border-radius: 0px;
  font-weight: 400;
  padding: 20px;
  transition: all ease-in-out .2s;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover{
  background: #cccccc;
  color: #003B5C;
}
/* Quantity */
form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
  display: flex;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
  width: 40%;
}
.woocommerce .quantity .qty {
  width: 100%;
  text-align: center;
}
.input-text{
  font-size: 1.5rem;
  color: #666;
}



/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
  left: -5px;
  border-bottom-right-radius: 0px !important;
  border-width: 0 0px 0px 0;
  box-shadow: 0px 0px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: #ffffff;
  color: #515151;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  /* margin: 0 -5px; */
  /* padding: 0 1em; */
}
.woocommerce-Tabs-panel{
  border-left: solid 1px #cccccc;
}

.woocommerce-Tabs-panel > h2{
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  color: #01B6E3;
  z-index: 2;
  border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
  text-decoration: underline;
}

.woocommerce-tabs {
  border-top: #cccccc solid 1px;
}

/* Related products */

.single-product > .related{
  padding: 0px 100px;
}

.single-product > .related > ul.products > .product > .card_book_list{
  border-radius: 5px;
}

.single-product > .related > h2 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 50%;
  padding-bottom: 10px;
  border-bottom: #01B6E3 solid 5px;
  margin: 70px 0px;
}
/* ----------------------------
CART ADDED PROCESS
------------------------------*/
.woocommerce-message {
  border-top-color: #01B6E3;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    font-size: 1rem;
    width: auto;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  background-color: #003B5C;
  transition: all ease-in-out .2s;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
  background-color: #cccccc;
  color: #01B6E3;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  font-size: 1rem;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background-color: #003B5C;
  transition: all ease-in-out .2s;
}

/* ---------------------------
MY ACCOUNT
-----------------------------*/
.page_titles{
  font-size: 2rem;
  padding-top: 10px;
}
.woocommerce-MyAccount-navigation > ul {
  list-style: none;
  border: solid 1px #cccccc;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woocommerce-MyAccount-navigation > ul >li > a {
  text-decoration: none;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 0.1em;
    
}
/* -------------------------
BLOG
----------------------------*/
.blog_more {
  cursor: pointer;
  background: #cccccc;
  text-decoration: none;
  padding: 10px;
  color: #003B5C;
  margin-bottom: 2rem;
  transition: all ease-in-out .2s; }
  .blog_more:hover {
    background: #01B6E3; 
    
  }
/* ---------------------------
FOOTER
-----------------------------*/
footer {
  background: #01B6E3; }
  footer .footer_title {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 600; }
  footer .footer_link {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .footer_link > li > a {
      color: #FFFFFF;
      text-decoration: none; 
      transition: all ease-in-out .3s;
    }
      footer .footer_link > li > a:hover {
        color: #003B5C;
        text-decoration: none; }
  footer .buap_address > img {
    width: 40%; }
  footer .buap_address > p {
    color: #FFFFFF;
    font-size: .9rem; }
  footer .colphon {
    border-top: #FFFFFF solid 2px; }
    footer .colphon .colophon_c > h4 {
      color: #FFFFFF;
      font-size: .9rem;
      font-weight: 600; }
    footer .colphon .colophon_logos > img {
      height: 30px; }
/* ------------------------
FORMULARIO
--------------------------*/
.wpforms-container{
  border: solid 1px #ebebeb !important;
  padding: 1rem !important;
  width: 75% !important;
  border-radius: 10px !important;
}

/* -------------------------
MEDIA QUERYS
---------------------------*/
@media (max-width: 768px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0; }

  .main_slide_container {
    margin-top: 190px; }

  /* Search form */
  .search_form {
    width: 100%; }
    .search_form > input {
      width: 55%; }

  .mobile_menu {
    background: #003B5C;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 11;
    width: 100%;
    transform: translateX(-100%);
    transition: all ease-in-out .3s; }
    .mobile_menu > ul {
      list-style: none;
      height: 100%; }
      .mobile_menu > ul > li > a {
        text-decoration: none;
        color: #FFFFFF;
        font-size: .9rem; }
      .mobile_menu > ul .close_mobile {
        font-size: 2rem; }

  .mobile_menu.active {
    transform: translateX(0); }

  /*-------------------------
  CATEGORÍAS
  ----------------------------*/
  .breadcrumb {
    margin-top: 190px; } 

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
      min-width: 100%;
  }
  /* --------------------------
  PRODUCT DETAIL
  ----------------------------*/
  .single-product > .related {
    padding: 0px 20px;
  }
  .single-product > .related > h2 {
    width: 100%;
  }

}
  


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