/*TOP-CART
#top-cart #alc__addToCart.cart-icon {
  position: relative;
  top: auto;
  height: auto;
  width: auto;
}

#top-cart #alc__addToCart.cart-icon span#eshopTopCart_totalItems {
  color: white;
  font-weight: 900;
}*/

/*DESPLEGABLE CART*/
#alc__cartDrawer .items.cart .title {
  text-align: left;
  font-size: small;
}

#alc__submitForm {
  display: flex !important;
  gap: 2%;
}

#alc__submitForm .pay.panel-cart-action {
  margin: 3px;
  padding: inherit;
  height: auto;
}

#alc__submitForm .pay.panel-cart-action span {
  font-size: small;
  font-weight: 400;
  padding: 3px;
  line-height: 1;
}
/*TIPOS DE PRODUCTOS - HOME*/
.alc__cm-contentlist.flex_elements {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.carousel-next {
  right: 10px;
}

/*GRID 2X2*/
.grid .alc__cm-contentlist.flex_elements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1%;
}

.grid .product-desc {
  width: fit-content;
  bottom: 0;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out, scale 0.3s ease-in-out;
  object-fit: cover;
}


img.imgcard {
  /*aspect-ratio: 1/1;*/
  object-fit: contain;
}

.gap-2 {
  gap: 2%;
}
.container2 {
  width: 100%;
  border: 1px solid #e0dede !important;
  padding: 20px 20px 20px 20px;
  margin-bottom: 70px;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.tab {
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: #fff;
  padding: 0 10px;
}

.tab-title {
  color: #D0A396;
  font-size: 16px;
}

.description h5 {
  color: #5B392B;
  margin-top: 20px;
  margin-left: 30px;
}

.description p {
  color: gray;
  line-height: 1.6;
  margin-top: 10px;
}

.d-flex color-i:hover {
  color: #D6B49D !important;
  text-decoration: none;
}

.cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10em;
  margin-bottom: 5em;
}

.separator {
  margin-left: 15em;
  margin-right: 15em;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="button"].minus,
input[type="button"].plus,
input[type="number"].qty {
  border: transparent;
  text-align: center;
  background: #f8f8f8;
  height: 45px;
}

input[type="button"].minus,
input[type="button"].plus {
  cursor: pointer;
  margin: 0;
  font-weight: 600;
  font-size: large;
  width: 45px;
}

input[type="button"].minus:hover,
input[type="button"].plus:hover {
  color: #003996;
}

input[type="number"].qty {
  width: 70px;
}


.quantity.buttons_added {
  display: flex;
  align-items: center;
}

p span#price_display {
  font-size: 18px;
  color: #FF6F61;
  font-weight: bold;
}

.btn-card-add-to-cart {
  color: #54473f;
  font-size: 13px;
}

.fa-lg-cart {
  font-size: 20px !important;
}

p,
.text-price {
  font-size: 14px;
}

.product-border {
  height: 6px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin: 20px 0;
}

.imgcard {
  width: 500px;
  border-radius: 5px;
}

/*SOCIAL*/
.social-share ul {
  list-style: none;
}

.social-share li {
  width: 25%;
  display: flex;
  align-items: center;
}

.social-share a span.fs-small{
  margin: 0 0 4px 3px;
}

.social-share .share-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  padding: 0 0 0 10px;
}

@media (max-width: 768px) {
  .social-share li {
    display: block;
    float: left;
    margin: 0 auto;
    border-right: 0 !important;
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 50%;
  }
}

.image {
  transition: transform 0.1s ease-in-out;
  object-fit: cover;
}

.col-lg-6 .image:hover {
  width: 100%;
  height: auto;
  transform: scale(1.5);
  transform-origin: center center;
}

/*CARDS*/
.row.prod__wrapperlist {
  display: grid !important;
}

/*cuerpo de tarjeta*/
.product-list-block .product-desc,
.alc__simple-custom-block .product-desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 0.9rem !important;
}

.product-list-block .product-image {
  border: none !important;
}

.product-card {
  position: relative;
  transition: box-shadow 0.1s ease;
  border: 1px solid #ebeaea;
  margin: 10px;
}

.shadow,
.product-card {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.product-card img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.product-card .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 1;
}

.product-price-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.button-main-product {
  height: 100%;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 0.5rem 1.25rem;
}

.cart-btn {
  margin-right: 35px;
  display: flex;
  color: #54473f;
  border: none;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  position: absolute;
  top: 85%;
  right: -5rem;
  z-index: -1;
  transition: all 0.4s ease;
}

.product-card:hover .cart-btn {
  z-index: 0;
  right: -1rem;
}

@media (min-width: 996px) {

  .row.prod__wrapperlist,
  .list-cards .alc__cm-contentlist.flex_elements {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 769px) and (max-width: 995px) {

  .row.prod__wrapperlist,
  .list-cards .alc__cm-contentlist.flex_elements {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {

  .row.prod__wrapperlist,
  .list-cards .alc__cm-contentlist.flex_elements {
    grid-template-columns: repeat(2, 1fr);
  }
}

a .product_card_item:hover {
  color: none !important;
}

body ::selection {
  background: #f1f1f1;
  color: inherit;
  text-shadow: none
}

.slide.col {
  max-width: 160px;
}