section {
  padding: 0 !important;
}
img {
  object-fit: contain !important;
}
.rounded-1 {
  border-radius: 0.5em;
}
.rounded-2 {
  border-radius: 1em;
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.4);
}

/*--------------NAVBAR--------------*/
/*---------------TOP----------------*/
.list-inline.pull-left a {
  color: #555;
  display: flex;
}
.list-inline.pull-left a i.fa {
  align-content: center;
}
.top,
.top li i,
.top li a,
.social-follow-icon {
  color: #747474 !important;
}

/*LOGIN*/
ul.nav-main a,
ul.nav-main span {
  color: #747474 !important;
  border-right: none !important;
  padding: 0 !important;
  text-decoration: none;
}
ul.nav-main span {
  font-size: small !important;
}
ul.nav-main .dropdown-mega span {
  font-size: large !important;
}
ul.nav-main.module.customer_menu.right.mr-5 {
  margin-right: 0 !important;
}
/*CARRITO DE COMPRAS*/
#alc__cartDrawer.is__open {
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
}
#top-cart #alc__addToCart.cart-icon {
  position: relative;
  display: flex;
  padding-right: 0.5rem;
  top: 0;
  right: 0;
  height: 100%;
  width: 1.8rem;
  justify-content: space-between;
}
#Cart {
  fill: #00000080 !important;
}
#alc__addToCart.cart-icon span#eshopTopCart_totalItems {
  background-color: #c5161e;
  color: white;
  font-weight: 900;
  font-size: small;
  top: -6px;
  width: 25px;
  height: 25px;
  line-height: 24px;
}
/*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: 0.5rem;
  padding: inherit;
  height: auto;
}
#alc__submitForm .pay.panel-cart-action span {
  font-size: small;
  font-weight: 600;
  padding: 0.5em;
  line-height: 1.2;
}
#alc__submitForm button.btn-primary {
  background-color: #1d3766 !important;
  border-color: #1d3766 !important;
  color: white !important;
}
#alc__submitForm button.btn-secondary {
  color: #e2394a !important;
  border-color: #e2394a !important;
}
/*2*/
a.navbar-brand {
  top: 0 !important;
}
.navbar {
  padding: 0rem !important;
}
.navbar-brand img {
  padding: 15px 0;
  height: 110px;
}
.navbar-nav.ml-auto {
  margin: auto !important;
}
.navbar-nav,
.nav-item,
.nav-link {
  height: 100%;
}
.nav-item {
  text-align: center;
  margin: 0 1em;
}
.navbar-nav li.nav-item.active > a.nav-link:not(.color-white) {
  color: #1d3766 !important;
}
.navbar-light .navbar-nav .nav-link {
  align-content: center;
  padding: 0.5rem 0 !important;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}
.desc-card-mod {
  font-size: small;
}
.title-article.mt-0 {
  font-size: 1rem;
}
/*SUB-MENU*/
.dropdown-menu {
  padding: 0 !important;
  border-top: 3px solid #1d3766 !important;
  border-radius: 0 !important;
}
.dropdown-item {
  color: #54473f;
  border: 0;
  border-bottom: 1px solid #dcdadb;
  font-size: small;
  padding: 0.5rem 1.5rem;
}
.dropdown-item:hover {
  color: #54473f;
}
.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;
}

/*CATEG :: COLLECT*/
.collections .alc__cm-contentlist,
.brands .alc__cm-contentlist {
  display: flex;
  gap: 2%;
  margin: 0 2em;
}
.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}
.collections .cardhovercard {
  box-shadow: 0 0 10px #d9d9d9;
  border-radius: 1em;
  padding: 0.7em;
  margin: 5px 0;
}
.collections .imgcard {
  width: 8em !important;
}
/*ORIGIN*/
.origin .alc__cm-contentlist {
  display: flex;
  justify-content: space-between;
}
.origin .imgcard {
  height: 13em;
  width: 23em;
  padding: 1em;
  border-radius: 30px;
}
/*ORIGIN & COLLECT*/
.origin a,
.collections a {
  color: rgb(29, 55, 102) !important;
  text-decoration: none;
}
/*CUADRICULA-IMG*/
.img-imagesgrid-block .container {
  margin: 0;
  max-width: 100%;
}
.img-imagesgrid-block .images-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding: 0;
}
.img-imagesgrid-block .images-grid li {
  width: 100% !important;
}
/*LIST PRODUCT*/
.product-list-block .container {
  width: 95% !important;
  max-width: 95% !important;
}
.product-list-block .col-sm-3 {
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  max-width: 24%;
}
.product-list-block .col-sm-3 {
  background-color: white;
}
.product-list-block .product-image {
  border: none !important;
  margin-bottom: 1em;
  width: 10em;
  align-self: center;
}
.product-list-block .product-image img {
  aspect-ratio: 1/1;
}
.product-list-block .product-price {
  display: flex;
  flex-direction: column;
}
.product-list-block .product-price .h4 {
  font-weight: 700;
}
.alc__eshopAddProductWithAttrBtn {
  background: rgb(29, 55, 102);
  color: white !important;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 5px;
}
.unavailable {
  color: red !important;
}
a.unavailable {
  background-color: #d3d3d3 !important;
  pointer-events: none !important;
  color: white !important;
}

.instock {
  color: #1c3764 !important;
}

.available {
  color: #28a745 !important;
}

.product-image img {
  transition: transform 1s ease, opacity 1s ease;
}
.product-card.animate .product-image img {
  transform: translate(300px, -300px);
  opacity: 0;
}

/*PAGINACION*/
.pager {
  list-style: none;
  display: inline-flex;
  padding: 1em 0 0;
}

.pager li {
  margin: 0 10px;
}

.pager a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #1c3764;
  padding: 10px 15px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.19);
}

.pager a:hover {
  text-decoration: none;
  background-color: #1c3764;
  color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.prev {
  transform: rotate(180deg);
}

.next {
  transform: rotate(0deg);
}
/*-----------PAGINA DE LOGIN----------*/
/*LOGIN*/
.login .box-title {
  margin-bottom: 0.5em;
}
.login .alc--form {
  margin: 0 !important;
  box-shadow: none !important;
}
.login .button-main-product {
  background-color: rgb(29, 55, 102) !important;
  border-radius: 5px;
  border: transparent;
}
.col-12.shadow.container-col-box {
  border-radius: 5px;
}
input[type="text"].validate,
input[type="password"].validate,
textarea#message {
  border: 1px solid #e0dede !important;
  border-radius: 5px !important;
}
.alc--form .input-field.wrapper-field {
  padding-bottom: 0 !important;
}
.col.col-12.pt-2.text-center {
  padding-top: 0 !important;
}
label span.generic_text {
  position: absolute;
  padding-left: 1em;
  font-size: smaller;
}
.alc__dynamicform .col.text-center {
  display: flex;
  flex-direction: column-reverse;
}
.col.text-center p {
  text-align: left;
  font-size: small;
}
.col.text-center button {
  align-self: center;
}
.fa-lg {
  font-size: small !important;
  color: #444;
}
.fa-lg:hover {
  color: white;
  background-color: rgb(29, 55, 102) !important;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

/*------------DETALLE DE PRODUCTO : PRODUCT_PAGE.php--------*/
.main-box {
  border: none !important;
}
.product-price,
.product-quantity,
.product-tax,
.product-subtotal,
.actions {
  padding-top: 0;
  font-size: small;
}

/**/
[data-section="5"] .alc__cm-contentlist {
  justify-content: start;
}

.alc__simple-custom-block p {
  margin-top: 0 !important;
}
.product-title a {
  color: rgb(29, 55, 102);
  font-size: 13px;
  font-weight: 600;
}

/*LIST PRODUCT*/
.product-list-block.collection .col-sm-3 {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}

/*CARD*/
.product-list-block .prod__wrapperlist {
  gap: 1%;
}
.cards .alc__cm-contentlist {
  display: flex;
  flex-wrap: wrap;
}
.cards-container {
  display: flex;
  align-items: center;
  margin: 0 5em 5em;
}
.cards .button-main-product {
  background-color: transparent !important;
  border: none;
}
.cardhovercard {
  display: flex;
  flex-direction: column;
}
.avatar {
  display: flex;
  justify-content: center;
}
.card-body {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
img.imgcard {
  aspect-ratio: 1/1;
}
a i.fa-lg {
  padding: 0.6em !important;
  border: 2px solid #444;
  border-radius: 3px;
}
.product-card {
  display: flex;
  flex-direction: column;
  padding: 1em;
  box-shadow: 0 3px 10px #0003;
  border-radius: 10px;
}
.product-desc {
  display: flex;
  justify-content: space-between !important;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px;
}
.a-text-normal {
  font-size: 12px !important;
}

.stateProduct,
.categorieProduct {
  color: #990000;
  font-weight: 700;
  padding: 0 0.4em;
  margin-bottom: 0.5em;
  font-size: small;
  text-align: center;
}

.flexbox-align-center.align-items-stretch {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0.5em;
  padding: 3em 2em;
}

/*ENLACES DE AYUDA*/
.lista-con-flechas li {
  padding: 1em;
  border-bottom: 1.5px solid #e0dede;
  list-style: none;
  padding: 0.625rem 0.625rem 0.75rem;
}
.lista-con-flechas li a {
  font-size: small;
  text-decoration: none;
}
.lista-con-flechas li a.active,
.lista-con-flechas li a.active:before,
.lista-con-flechas li a:hover {
  color: rgb(29, 55, 102) !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;
}
p .fa-tag {
  color: rgb(29, 55, 102);
}
/*title-product en card lineas más arriba*/
.title-price {
  margin: 0 !important;
}
.card-product-footer .col-6 {
  align-content: start !important;
  height: 2rem;
  padding: 0rem;
}
.col-6 a {
  float: right;
}
.col-6 a i {
  margin: 0 !important;
}
.fa-lg span,
.fa-shopping-cart.fa-lg-cart,
.fa-lg-cart span {
  font-size: small !important;
}
/*CONTACTENOS Y FOOTER*/
.embed_block.pt-4.pb-4.mt-2.mb-2 li {
  padding: 0.625rem 0.75rem !important;
  padding-left: 0px !important;
  width: 90%;
}
.embed_block.pt-4.pb-4.mt-2.mb-2 a {
  font-size: small;
  padding-left: 0.5rem;
}
.embed_block.pt-4.pb-4.mt-2.mb-2 a:hover,
.footer-container-elements a:hover {
  color: rgb(29, 55, 102) !important;
  text-decoration: none;
}
.post-content p {
  font-size: small;
}

.custom-field.wrapper-field.col.s12 span {
  font-size: 0.94rem !important;
}
.custom-field.wrapper-field.col.s12 span a {
  color: rgb(29, 55, 102);
}
.alc--form .btn.btn-submit {
  box-shadow: none !important;
  border: 1px solid rgb(29, 55, 102);
}
/*-----------USUARIO------------*/
div.customerProfile a.active {
  background-color: #2185d1 !important;
}

/*-----------FOOTER----------*/
.footer-container-elements .lista-con-flechas li {
  border: none;
  margin-bottom: 0.6rem;
}
footer.site-footer p,
footer.site-footer ul li a {
  font-size: small !important;
}
#copyright .row {
  flex-direction: row-reverse;
}

#copyright .col-md-4 {
  flex: 0 0 33.333333% !important;
  max-width: 33.333333% !important;
}
#copyright .col-12 {
  flex: 0 0 66.666667% !important;
  max-width: 66.666667% !important;
  text-align: left !important;
}

/*-------------*/
/*MEDIAS QUERIS*/
@media (max-width: 512px) {
  body {
    font-size: small !important;
  }
  h2,
  .h2,
  .h4 {
    font-size: large !important;
  }
  /*HEADER*/
  .site-header .row.ml-5.mr-5 {
    margin: 0 1em !important;
  }
  ul.list-inline.pull-left.ml-5 {
    margin-left: 0 !important;
  }
  ul.list-inline.pull-left li span {
    margin-left: 3px;
  }
  /*MENU*/
  a.navbar-brand {
    position: absolute;
    left: 0;
  }
  .navbar-brand img {
    padding: 5px 0;
    height: 50px !important;
  }
  .site-header .row {
    margin: 0;
  }
  .site-header .row.col-lg-10.col-12 .row.col-12 {
    flex-direction: row-reverse;
  }
  .site-header .row.col-lg-10.col-12 .col-lg-7.col-2,
  .site-header .row.col-lg-10.col-12 .col-lg-5.col-10,
  .site-header .row.col-lg-10.col-12 .row.col-12 {
    padding: 0;
  }
  .site-header .row.col-lg-10.col-12 .row.col-12 .col-4,
  .site-header .row.col-lg-10.col-12 .row.col-12 .col-8 {
    padding-right: 0;
  }
  .row.col-lg-10.col-12.align-self-center {
    margin: 2em 0 !important;
  }
  #iconCar {
    display: block !important;
  }
  #search-secondary {
    right: 0;
    width: 180px;
  }
  #search-secondary .form-control {
    font-size: small;
  }
  #search-secondary .product-form .container {
    padding: 0 !important;
  }
  #search-bar {
    height: 32px !important;
  }
  .btn.btn-primary,
  .btn,
  a.button,
  a.btn {
    padding: 2px;
    font-size: small;
  }
  .col-md-9.list-inline {
    display: none;
  }
  #toggleSearch {
    font-size: small;
    margin: 0;
  }
  #toggleSearch span {
    display: none;
  }
  .iconSearch {
    left: 25px !important;
  }
  .navbar-toggler {
    padding: 0.25rem;
  }
  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }
  #search-results {
    width: 75vw !important;
    display: flex !important;
    max-height: 75vh !important;
  }
  /*CAROUSEL COLLECITONS*/
  .collections .carousel-wrapper {
    margin: 0;
  }
  .cardhovercard {
    min-width: 160px !important;
  }
  .origin a,
  .collections a {
    font-size: small !important;
  }
  .btn-bg {
    margin: 0.2em;
    padding: 0.2em 0.3em;
  }
  /*LIST PRODUCTS*/
  .product-desc h6 {
    font-size: 12px;
  }
  .a-text-normal {
    font-size: 10px !important;
  }
  .product-price span.h4 {
    margin-top: 0 !important;
    font-size: 1 5px;
  }
  .product-card div a {
    font-size: x-small !important;
  }
  a.alc__eshopAddProductBtn {
    padding: 6px 20px;
    font-size: small;
  }
  /*FILTERS*/
  .filters .card-resume.ml-5 {
    margin: 0 !important;
    padding: 1em !important;
  }
  .filters .form-control {
    font-size: small !important;
  }
  .filters .form-group.col-lg-12 {
    padding: 0 0.2em;
    margin-bottom: 0.5em;
  }
  /*SLIDER BRANDS*/
  .cardhovercard-brands {
    min-width: 100px !important;
    max-width: 100px !important;
  }
  /*FOOTER*/
  .footer-container-elements .col-lg-3 img {
    width: 150px;
  }
  .footer-container-elements .mb-3 h4 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 513px) and (max-width: 1024px) {
  /*HEADR-BUSCADOR*/
  #search-results {
    width: 62vw !important;
    max-height: 84vh !important;
  }
}

@media (min-width: 768px) {
  /*HEADER*/
  #search-secondary {
    left: 0%;
    width: 250px;
  }
}
@media (max-width: 768px) {
  /*HEADR-BUSCADOR*/
  #search-results {
    flex-direction: row !important;
  }
  .result-item a.img-card {
    height: auto !important;
  }
  #search-results .product-card {
    flex-direction: row !important;
    margin: 0.5em 0.5em 0 !important;
    padding: 1em 1em 0 0 !important;
  }
  #search-results .product-card .img-card {
    width: 30%;
  }
  #search-results .product-card .text-card {
    width: 70%;
    font-size: xx-small;
    align-content: center;
  }
  /*LIST-PRODUCT*/
  .product-list-block .col-sm-3 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media (max-width: 991px) {
  /*HEADR-BUSCADOR*/
  #search-results {
    transform: translate(0%) !important;
  }
  #navbarSupportedContent {
    position: absolute;
    top: 100%;
    right: 0%;
    z-index: 999;
    width: max-content;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: small;
  }
  .row.col-lg-10.col-12.align-self-center {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 0 2em;
  }
}
@media only screen and (max-width: 1px), (min-width: 1001px) {
}
@media only screen and (max-width: 1000px) {
}
