/* ------------------
1.COLOR PTTERNS
--------------------*/
/* --------------------
2. FONTS
----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;800&family=Montserrat:ital,wght@0,300;1,300&display=swap");
/* 
font-family: 'Cinzel', serif;
font-family: 'Montserrat', sans-serif;
*/
@font-face {
  font-family: 'oldstyle_1hplhs';
  src: url("../fonts/oldstyle/oldsh___-webfont.woff2") format("woff2"), url("../fonts/oldstyle/oldsh___-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* -------------------
3. GENERAL
----------------------*/
html {
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

html, body {
  color: #ffffff !important;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
  background: #000000 !important;
  padding: 0;
  margin: 0; }

.stop_scrolling {
  overflow-y: hidden; }

h1.title {
  font-family: 'Cinzel', sans-serif;
  font-size: 3.2rem;
  color: #5F0908; }

h2.subtitle {
  font-size: 1.8rem;
  font-weight: 700; }

.main__container {
  position: relative; }

/* ---------------
4. HEADER 
------------------*/
.logo {
  max-width: 250px; }


.main-nav > ul > li {
  list-style: none; }
  .main-nav > ul > li > a {
    font-family: 'Cinzel', serif;
    color: #000000;
    font-weight: 800;
    text-decoration: none;
    margin-left: 20px;
    transition: all ease-in-out .3s; }
    .main-nav > ul > li > a .fa-brands {
      font-size: 1.4rem; }
    .main-nav > ul > li > a:hover {
      color: #5F0908; }

.mobile__nav {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: #000000;
  width: 80%;
  transform: translateX(-100%);
  transition: all ease-in-out .3s; }
  .mobile__nav > ul > li {
    list-style: none; }
    .mobile__nav > ul > li > a {
      text-decoration: none;
      font-family: 'Cinzel', serif;
      display: block;
      padding: 20px 0 20px 0;
      color: #e7e7e7;
      text-align: center;
      font-size: 1.2rem;
      transition: all ease-in-out .3s; }
      .mobile__nav > ul > li > a .fa-brands {
        font-size: 1.4rem; }
      .mobile__nav > ul > li > a:hover {
        color: #5F0908; }

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

.hamburguer__menu {
  width: 50px;
  height: 50px;
  background: #2e2e2e;
  border-radius: 50%;
  outline: none !important;
  border: none; }
  .hamburguer__menu .line1,
  .hamburguer__menu .line2,
  .hamburguer__menu .line3 {
    width: 30px;
    height: 1px;
    background: #FFFFFF;
    margin: 4px 0;
    text-align: center;
    transition: all ease-in-out .2s; }

.change_line .line1 {
  transform: rotate(-45deg) translate(-6px, 6px); }

.change_line .line2 {
  opacity: 0; }

.change_line .line3 {
  transform: rotate(45deg) translate(-6px, -6px); }

.login > a {
  text-decoration: none;
  color: #000000; }
.login .cart {
  font-size: 2rem;
  position: relative;
  color: gray; }
  .login .cart .num_items {
    color: #ffffff;
    position: absolute;
    height: 28px;
    width: 28px;
    top: 0;
    right: -5px;
    font-size: 1rem;
    border-radius: 50%; }
.num__items__active{
  background: #c50d09;
}
/* ---------------
5. SEARCH
------------------*/
.search-bg {
  background: #000000; }
  .search-bg > form.sdf__search-form {
    width: 40%;
    position: relative; }
    .search-bg > form.sdf__search-form > input {
      border-radius: 50px;
      width: 100%;
      border: none;
      padding: 10px 20px;
      border: solid 1px #b7b7b7; }
    .search-bg > form.sdf__search-form > button.search-button {
      border: none;
      height: 42px;
      width: 42px;
      border-radius: 50%;
      position: absolute;
      color: #ffffff;
      background: grey;
      top: 50%;
      transform: translateY(-50%);
      right: -1px;
      transition: all ease-in-out .2s; }
      .search-bg > form.sdf__search-form > button.search-button:hover {
        background: #5F0908; }


/* ---------------
6. MAIN SLIDER
------------------*/
.main-slider {
  height: 450px;
  background: #000000;
  width: 100%;
  height: 450px; }

.main-swiper-button-prev {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 10; }
  .main-swiper-button-prev > i {
    color: #902323;
    font-size: 50px; }

.main-swiper-button-next {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10; }
  .main-swiper-button-next > i {
    color: #902323;
    font-size: 50px; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5F0908 !important; }

.swiper-pagination-bullet {
  background: #FFFFFF !important;
  opacity: .5 !important; }

.swiper-slide > figure > img {
  width: 100%;
  height: 450px;
  display: block;
  object-fit: cover; }

/* ---------------
7. MAIN CONTENT
------------------*/
.promo-title-wrap h1.promo-title, .promo-title-wrap h2.promo-title {
  font-family: 'oldstyle_1hplhs', sans-serif !important;
  letter-spacing: .3rem;
  position: relative; }
  .promo-title-wrap h1.promo-title:before, .promo-title-wrap h2.promo-title:before {
    content: "";
    height: 2px;
    width: 13%;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 50%; }
  .promo-title-wrap h1.promo-title:after, .promo-title-wrap h2.promo-title:after {
    content: "";
    height: 2px;
    width: 13%;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 50%; }

.promo-img > a > img {
  height: 300px;
  width: 100%;
  display: block;
  object-fit: cover; }

/* Product card */
.product-container {
  position: relative;
  border: solid 1px #717171;
  /* width: 23%; */ 
}
  .product-container > div > img {
    width: 100%;
    height: 250px;
    display: block;
    object-fit: cover; }
  .product-container .etiqueta {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .8rem;
    background: #690000;
    color: #ffffff;
    text-transform: uppercase; }
  .product-container .product-icon {
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    transition: all ease-in-out .2s; }
    .product-container .product-icon:hover {
      background: #5F0908; }
  .product-container .product-buy {
    background: #5c5c5c; }
  .product-container .product-see {
    background: #232323; }
  .product-container .product-title {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem; }
    .product-container .product-title > p {
      padding: 0;
      margin: 0; }
    .product-container .product-title p.marca {
      font-size: 1rem;
      border-bottom: solid 1px grey; }
    .product-container .product-title .cantidad-precio p.cantidad {
      font-family: 'Montserrat', sans-serif;
      font-size: 1rem;
      padding: 0;
      margin: 0; }

/* -------------
8.Specific WC 
---------------*/
.woocommerce ul.products li.product .onsale {
        top: 6px;
        right: auto;
        left: 0;
        margin: -0.5em -0.5em 0 0;
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 0%;
  background-color: #3e3e3e;
  color: #fff;
  font-size: .857em;
  z-index: 9;
}
.woocommerce-loop-product__title{
  font-family: 'Cinzel', serif;
  font-size: 1.4rem !important;
  color: #FFFFFF;
  text-align: center;
  padding: 0 !important;
}
.woocommerce ul.products li.product .price {
  color: #FFFFFF;
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  margin: 0;
}
.woocommerce ul.products li.product .price ins {
  font-weight: 400;
}

.marca {
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  border-bottom: solid 1px grey;
  color: #FFFFFF;
  display: block;
  text-align: center;
  padding:8px 0;
  margin-bottom: 5px;
}
.cantidad{
  color: #FFFFFF;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin: 0;
}

.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 10px;
}

/* Add buton */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button{
  border-radius: 0px;
  width: 50%;
  text-align: center;
  color: #FFFFFF;
  background: #232323;
  margin-top: 0px;
  transition: all ease-in-out .2s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover{
  background: #320101;
  color: #FFFFFF;
}
.added_to_cart{
  color: #FFFFFF;
  margin-left: 5px;
  transition: all ease-in-out .2s;
}
.added_to_cart:hover{
  color: #626262;
}
/* Add btn front page products */
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 10px;
  border-radius: 0px;
  width: 50%;
  text-align: center;
  color: #FFFFFF;
  background: #232323;
  margin-top: 0px;
  transition: all ease-in-out .2s;
}
.woocommerce ul.products li.product .button:hover {
  background: #320101;
  color: #FFFFFF;
}

/* Single product */
.woocommerce div.product .product_title {
  font-family: 'Cinzel', serif;
  font-size: 2.7rem;
  margin-bottom: 0;
}
.marca_single{
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  color: #FFFFFF;
  display: block;
  text-align: start;
  padding:8px 0;
  margin-bottom: 5px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  font-family: 'Cinzel', serif;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.woocommerce div.product form.cart {
  margin-top: 2em;
  display: flex;
  align-items: center;
}

.woocommerce div.product form.cart .button {
  background: #FFFFFF;
  color: #000000;
  border: solid 1px #FFFFFF;
  border-radius: 0;
  transition: all ease-in-out .2s;
}
.woocommerce div.product form.cart .button:hover {
  background: #000000;
  color: #ffffff;
  border: solid 1px #FFFFFF;
}
.wc-block-components-notice-banner.is-success {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  border-radius: 0;
}
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
  background: none;
}
/* Hide arrows qty product and car */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 3.5rem 0 0;
  display: flex;
  align-items: center;
  border: solid 1px #ffffff;
}
.woocommerce .quantity .qty {
  width: 4rem;
  text-align: center;
  border: none;
  display: flex;
  height: 34px;
  background: #000000;
  color: #ffffff;
}
.plus, .minus{
  border: none;
  margin: 0;
  height: 34px;
  padding: 0 10px;
  font-size: 1.3rem;
  background: #000000;
  color: #ffffff;
}

.woocommerce div.product form.cart {
  margin-top: 2em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled{
  opacity: 1;
}
/* Cart page */
.wc-block-components-sale-badge{
  display: none !important;
}
.wp-block-woocommerce-cart-order-summary-block{
  border: solid 1px rgb(77, 77, 77) !important;
  padding-right: 5px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-family: 'Cinzel', serif;
  font-size: 1.3rem;
  color: #5c5c5c;
  transition: all ease-in-out .2s;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
  color: #d0d0d0;
}
tr.wc-block-cart-items__row  {
  border-bottom: 1px solid rgb(77, 77, 77) !important;
}
.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: none !important;
  padding: 16px 0 16px 16px;
  vertical-align: top;
}
.wc-block-components-quantity-selector {
  border: solid 1px grey;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  display: block;
  background: #5F0908;
  padding: 10px;
  margin-top: 10px;
  color: #ffffff;
  transition: all ease-in-out .2s;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text:hover {
  background: #232323;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  text-decoration: none;
}
/* Checkout */
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  border: none;
  background: black;
}

/* MyAccount */

.woocommerce-account .woocommerce-MyAccount-navigation > ul {
list-style-type: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  display: block;
  border-right: solid 1px grey;
  font-family: 'Cinzel', serif;
  transition: all ease-in-out .2s;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a:hover {
  color: #5c5c5c;
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.is-active > a {
  color: #373737 !important;
}


/* ---------------
9. FOOTER
------------------*/
footer {
  height: 150px;
  background: #232323; }

.pagination-nav .page-numbers {
  font-size: .9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  padding: 10px;
  background: green;
  color: #ffffff;
  text-decoration: none;
  margin: 0 4px;
  background: #232323;
  transition: all ease-in-out .2s; }
  .pagination-nav .page-numbers:hover {
    background: #000000; }
.pagination-nav .current {
  border: solid 1px #ffffff;
  background: #000000; }
.pagination-nav .next:before {
  content: "\f105";
  font: var(--fa-font-solid); }

.pagination-nav .prev:before {
  content: "\f104";
  font: var(--fa-font-solid); }
/* ---------------
10. PRODUCT DETAIL
------------------*/
.product-detail-img > img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover; }

.product__thumbnail > img {
  width: 25%;
  height: auto;
  object-fit: cover;
  display: block;
  padding-top: 10px; }

.product-details > h1 {
  font-family: 'Cinzel', serif;
  font-size: 2.8rem; }
.product-details > h2 {
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  margin-bottom: 2rem; }
.product-details .detail-price {
  font-family: 'Cinzel', serif;
  font-size: 1.6rem; }
.product-details .quantity {
  border: solid 1px #ffffff; }
  .product-details .quantity > a {
    color: #ffffff; }
  .product-details .quantity > span {
    font-size: 1.2rem; }
.product-details .agregar {
  font-weight: bold;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  transition: all ease-in-out .1s; }
  .product-details .agregar:hover {
    background: #000000;
    color: #ffffff;
    border: solid 1px #ffffff; }

.single__product-description {
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  border-bottom: solid 1px #ffffff; }

.single__product-related-title {
  font-family: 'Cinzel', serif;
  font-size: 2.2rem; }

  /* Pagination */


/* ---------------
11. ESTILOS SUGERIDOS POR WORDRPESS
------------------*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
/* ---------------
12. PLUGIN DE FECHAS
------------------*/
.hasDatepicker{
  color: #ffffff !important;
}
.select2-results__option
{
  color: black !important;
}
/* -----------------------------
MEDIA QUERYS
--------------------------------*/
@media (max-width: 768px) {
  .logo {
    max-width: 200px; }

.search-bg > form.sdf__search-form {
    width: 100%;
}

  .promo-title-wrap h1.promo-title:before, .promo-title-wrap h2.promo-title:before {
    width: 5%; }
  .promo-title-wrap h1.promo-title:after, .promo-title-wrap h2.promo-title:after {
    width: 5%; }

  .product-container {
    width: 100%; } }

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