/*BOOSTRAP*/
section {
  padding: 0 !important;
}
.fw-bold {
  font-weight: bold !important;
}
.bb-white-2x {
  border-bottom: 2px solid white;
}
#container .page a {
  text-decoration: none !important;
}
#container .page a:hover,
.site-footer a:hover {
  color: #d6b49d !important;
}
/*DESPLEGABLE DE CARRITO*/
#alc__cartDrawer .items.cart .title,
#alc__cartDrawer .items.cart #total {
  text-align: left;
  font-size: small;
}
#alc__submitForm {
  display: flex;
}
#alc__submitForm .pay.panel-cart-action {
  margin: 10px;
  padding: inherit;
  height: auto;
}
#alc__submitForm .pay.panel-cart-action span {
  font-size: small;
  font-weight: 400;
  padding: 0.5em;
  line-height: 1;
}
#alc__submitForm button.btn-primary {
  background-color: #cebec8 !important;
  border-color: #cebec8 !important;
}
#alc__submitForm button.btn-secondary {
  color: #cca081 !important;
  background-color: #fef7f4 !important;
  border-color: #cca081 !important;
}
/*COSTURA CON EVA*/
#navbar-item-costuraconeva,
.button-main-product {
  height: 2rem;
  background: #cebec8;
  color: #fff;
  white-space: nowrap;
  font-size: 20px;
  align-content: center;
  padding: 0.5rem 1.25rem !important;
  border: transparent;
  margin: 0 !important;
  justify-content: center;
}
#navbar-item-costuraconeva:hover,
#buttonVerMas:hover,
.button-main-product:hover {
  background: #ce94b3;
}
.desc-card-mod {
  font-size: small;
}
.title-article.mt-0 {
  font-size: 1rem;
}
/*SUB-MENU*/
.dropdown-menu {
  top: 85px;
  padding: 0 !important;
  border-top: 3px solid #d6b49d !important;
  border-radius: 0;
}
.dropdown-item {
  color: #54473f;
  border: 0;
  border-bottom: 1px solid #dcdadb;
  font-size: 0.8rem;
  padding: 0.5rem 1.5rem;
}
.dropdown-item:hover {
  color: #54473f;
}
input[type="text"]:not(.browser-default) {
  margin: 0 !important;
}
.menuCart {
  width: 11.25rem;
  background: #fafafa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #dcdadb;
}
.col-6 {
  align-content: center;
}
/*---NAVBAR---*/
/*TOP*/
#top-cart #alc__addToCart.cart-icon {
  position: relative;
  display: flex;
  padding-right: 0.5rem;
  top: 0;
  right: 0;
  height: 1.5rem;
  width: 1.5rem;
  justify-content: space-between;
}
#alc__addToCart.cart-icon span#eshopTopCart_totalItems {
  display: none;
}
.top {
  border-top: 3px solid #d6b49d;
  border-bottom: 1px solid #74747430;
}
.top,
.top li i,
.top li a,
.social-follow-icon {
  color: rgb(84,71,63);
}
.col-sm-6 div.pull-right {
  display: none;
}
.col-sm-6 ul.pull-right {
  float: left;
}
.nav.customer_menu.mr-5 {
  margin-right: 0 !important;
}
/*2*/
.navbar {
  padding: 0rem !important;
}
.navbar-brand img {
  height: 3.125rem !important;
}
#navbarSupportedContent {
  height: 6.75rem;
}
.navbar-nav,
.nav-item,
.nav-link {
  height: 100%;
}
.nav-item {
  align-content: center;
  padding-right: 1.8rem;
}
.navbar-nav li.nav-item.active > a.nav-link:not(.color-white) {
  color: #cca081 !important;
}
.navbar-light .navbar-nav .nav-link {
  align-content: center;
  padding: 0.5rem 0 !important;
  font-size: 0.93rem;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  border-top: 2px solid #d6b49d;
  color: #d6b49d;
}
/*FOOTER*/
.footer-container-elements .col-lg-4 ul li {
  padding: 8px 8px 8px 10px !important;
  margin: 0 !important;
  text-align: left;
}
footer.site-footer ul li,
footer.site-footer ul li a {
  font-size: 0.875em !important;
  text-decoration: none;
  color: #54473f;
}

/*BANNER*/
.site-main.default div[data-section="1"] {
  justify-content: center;
}
.banner-home {
  margin: 3em;
}

/*LISTADO DE TARJETAS*/
.list-cards .alc__cm-contentlist.flex_elements {
  display: grid;
}
/*CARD*/
.cards .alc__cm-contentlist.alc__cm-searchlist.w-100.flex_elements {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
.cardhovercard {
  flex: 1 1 19%;
  max-width: 19%;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 768px) {
  .cardhovercard {
    flex: 1 1 32%;
    max-width: 32%;
    margin-bottom: 7px;
  }
}
@media (max-width: 512px) {
  .cardhovercard {
    flex: 1 1 49%;
    max-width: 49%;
  }
}

.row.prod__wrapperlist {
  display: grid !important;
}
@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);
  }
}
.product-card,
.fbcard {
  display: flex;
  flex-direction: column;
  flex: 1 1 18%;
  margin-top: 1rem;
}
.product-card {
  border: 1px solid #ebeaea;
  border-bottom: 2px solid #ebeaea;
  margin: 10px;
}
/*imagen de tarjeta*/
.cardheader,
.product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: none !important;
}
.imgcard,
.product-image a img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
/*cuerpo de tarjeta*/
.card-body {
  border: 1px solid #ebeaea;
}
.card-body,
.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-price {
  height: 2em;
  display: flex;
  justify-content: center;
  margin: 1em 0;
}
.product-list-block .product-title {
  display: flex;
  flex-grow: 1;
  text-align: center;
  height: 45px;
}
.product-list-block .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.title a,
.product-title a,
.title-product a {
  font-size: 15px !important;
  color: #54473f;
}
.title a:hover,
.product-title a:hover,
.title-product a:hover {
  text-decoration: none;
  color: #d6b49d !important;
}
.product-list-block .product-desc p {
  font-size: 14px !important;
  line-height: 1.2em !important;
}
.product-list-block .button-main-product:hover {
  background: #cebec8;
}
.button-main-product {
  height: 100%;
  display: flex;
  width: fit-content;
  align-items: center;
  padding: 0 1em;
}
.button-main-product a:hover {
  text-decoration: none;
}
.add-cart a span {
  font: normal normal normal 14px / 1 FontAwesome;
}
.details {
  display: flex;
  justify-content: end;
  align-self: start;
}
.fa-lg {
  font-size: 14px !important;
}
.fa-lg:hover,
.add-cart a:hover {
  color: #d6b49d;
}
/*VIDEO YT*/
.blog-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.row .col-md-4.col-sm-4 {
  width: 100% !important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.embed_block.mb-5 .container {
  padding: 0;
}
.blog-post-list iframe.video-tutorial {
  max-height: 12rem;
  max-width: 28rem;
}
/*BUSQUEDA POR*/
.display-gridd .alc__cm-contentlist.alc__cm-searchlist.w-100.flex_elements,
.display-flexx .alc__cm-contentlist.alc__cm-searchlist.w-100.flex_elements {
  gap: 2%;
  display: flex;
}
/*======CESTA======*/
.content-box .product-title {
  text-align: left;
}
/*ENLACES DE AYUDA*/
.enlaces-ayuda li {
  list-style: none;
  padding: 0.625rem 0.625rem 0.75rem;
  display: block;
  padding: 10px 10px 10px 12px;
  border-bottom: 1px solid #e7e6e6;
  position: relative;
}
.lista-con-flechas li a {
  font-size: 0.8rem;
  text-decoration: none;
}
.lista-con-flechas li a.active,
.lista-con-flechas li a.active:before,
.lista-con-flechas li a:hover {
  color: #cca081 !important;
}
.lista-con-flechas li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  color: #54473f;
  margin-right: 1em;
  line-height: 1;
}
/*FORM*/
.alc--form .container {
  border-radius: 0 !important;
}

/*DETALLE DE COMPRA*/
.main-box {
  border: none !important;
}
.box-title {
  height: auto !important;
  font-size: 19px !important;
}
@media (max-width: 512px) {
  .breadcrumb-block {
    display: none;
  }
  .enlaces-ayuda {
    display: none !important;
  }
  .card-body,
  .product-desc {
    padding: 7px !important;
  }
  .button-main-product {
    font-size: 18px;
    padding: 0.5rem 1em !important;
  }
}
@media (max-width: 768px) {
  section {
    padding: 0 !important;
  }
  /*BANNER*/
  .carousel-inner {
    height: 250px;
  }
  .carousel-inner .carousel-item {
    height: 100% !important;
  }
  .carousel-inner .carousel-item img {
    height: 100% !important;
    object-fit: cover;
  }
  .banner-home {
    margin: 1em auto;
  }
  /*TARJETAS*/

  .card-body {
    padding: 0.5em;
  }
  .card-body {
    font-size: small;
  }
  .section-block.container.display-gridd {
    display: none !important;
  }
  /*LISTADO*/
  .row.prod__wrapperlist {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .row.prod__wrapperlist .product-card {
    margin: 5px !important;
  }
  /*FOOTER*/

  .footer-container-elements .justify-content-start .right {
    float: left !important;
    width: 100% !important;
  }
  #copyright .mnufooter {
    text-align: center;
  }
  #copyright .col-lg-4.justify-content-end {
    justify-content: center !important;
  }
}
@media (min-width: 769px) {
  .cardhovercard .col-lg-2,
  .fbcard.col-lg-2 {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
    width: 19%;
  }
  .section-block.container.display-flexx {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .banner-home {
    margin: 2em;
  }
}

@media (max-width: 768px) {
  /*CONTACTENOS*/
  .post-content h1 {
    font-size: 2rem;
  }
  .alc--form .btn.btn-submit {
    width: 6rem !important;
    height: 2.5rem !important;
    padding: 0 !important;
  }
  /*ACERCA DE NOSOTROS*/
  .standard-content h2 {
    font-size: 2rem !important;
  }
  .standard-content p {
    font-size: small !important;
    text-align: justify !important;
  }
  .embed_block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 2rem 2rem;
  }
  .embed_block {
    list-style: none;
  }
  /*FORM*/
  .alc--form .row .wrapper-field {
    padding: 0 !important;
  }
}
