/*General*/
:root {
  --main-bg-color: #faf9f9;
}
p {
  line-height: 1.2;
}
h2 {
  color: black;
}
body {
  width: 100%;
  font-family: 'Lato', sans-serif;
}
.row {
  display: flex;
  align-items: center;
}
section#wrapper div.container {
  margin: auto;
  min-width: 90%;
}
button, input {
  border: none;
  font-size: 1.2em;
  padding: 3px 13px 3px 13px;
  border-radius: 30px;
  margin-top: 10px;
  cursor: pointer;
}
.green-btn {
  color: white;
  background: darkgreen;
  margin: 20px auto auto auto;
  cursor: pointer;
}
.wishlist-button-add {
  display: none;
}
.row {
  flex-wrap: wrap;
}



/*Header*/
ul.links li {
  text-align: center;
}
.header_nav_content {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 15%;
  background: black;
  align-items: center;
}
.header_nav_content * {
  color: white;
  margin: 3px 0 3px 0;
}
.header_nav_content * img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
.dropdown_list {
  display: flex;
  gap: 20px;
}
.oferta {
  border: 1px solid darkgreen;
  background-color: darkgreen;
  border-radius: 50px;
  padding: 0 7px 0 7px;
  color: white;
  font-weight: bold;
}
.banner {
  position: relative;
  min-height: 150px;
}
.banner img {
  max-width: 100%;
  min-height: 150px;
}
#index .banner {
  position: relative;
  min-height: 220px;
}
#index .banner img {
  max-width: 100%;
  min-height: 220px;
}
.banner-title-category {
  position: absolute;
  bottom: 40%;
  color: white;
  font-size: 3em;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.banner-title-index {
  position: absolute;
  top: 25%;
  left: 15%;
  color: white;
  width: 40%;
}
.banner-title-index h1 {
  font-size: 3em;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-weight: normal;
}
.banner-title-index p {
  color: white;
  max-width: 80%;
  font-size: 0.9em;
  font-weight: lighter;
}
.banner-title-index button {
  margin-top: 20px;
}
.dropdown_list .container {
  width: auto;
}
#header .header-top .header__flex {
  align-items: center;
  justify-content: space-evenly;
}
#header .header-top a[data-depth="0"] {
  color: black;
  font-weight: normal;
  text-transform: none;
  padding: 3px 0.625rem 3px 0.625rem;
  vertical-align: sub;
}
#header .header-top a[data-depth="0"]::first-letter {
  text-transform: uppercase;
}
#header .header-top a[data-depth="0"]:hover {
  color: #2592a9;
}
nav.breadcrumb {
  position: relative;
}
nav.breadcrumb ol {
    position: absolute;
    bottom: 60px;
    color: white;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
#wrapper .breadcrumb li span, #wrapper .breadcrumb li::after {
  color: white;
}
#header .header-top .menu {
  padding-left: 0px;
}
.dropdown-item {
  text-align: center;
}
#my-account .banner {
  display: none;
}
.top-menu {
  flex-wrap: wrap;
}
.banner * form {
  text-align: start;
}
.displayTop * input {
  margin: 0;
}
.header-top .container {
  width: 100%;
}
#search_widget {
  min-width: fit-content;
  display: flex;
  margin-bottom: 0px;
}
#search_widget form {
  display: none;
}
#header .header-top .header__flex .displayTop {
  flex-wrap: nowrap;
}
#header .header-top .header__flex .displayTop .container {
  padding: 0;
}
#searchButton {
  margin-top: 0;
  background-color: white;
  padding: 0;
}
#top-menu {
  gap: 0px;
  padding: 0 10px;
}
#header .header-top .header__flex .displayTop #desktop_cart .cart-products-count {
  right: -3px;
}
.top-menu .sub-menu.collapse * .top-menu {
  padding: 0;
}
.header_nav_content div, #header .header_nav_content a {
  display: flex;
  height: fit-content;
}
.header_nav_content div p {
  padding-top: 3px;
}
#sidebarBtn {
  display: none;
}
#sidebarBtn svg{
  height: 29px;
  width: 28px;
}
#myModal {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  border: none;
  padding: 17px 25px;
  width: 70%;
  left: 30%;
  height: 100%;
}
#side-menu .category {
  margin: 10px 0;
  cursor: pointer;
}
#sidebarIcon {
  display: flex;
  justify-content: flex-end;
}
#sidebarIcon svg {
  cursor: pointer;
}
#side-menu .category a[data-depth="0"] {
  font-weight: bold;
}
[id^="side_sub_menu"] * a {
  font-weight: normal !important;
  font-size: 1em;
  text-transform: capitalize !important;
}
[id^="side_sub_menu"] * .top-menu {
  flex-direction: column;
  margin: 0;
  padding: 0 0 0 15px;
  gap: 0;
}
[id^="side_sub_menu"] * .top-menu .category a {
  padding: 0;
}
#side-menu * a {
  text-align: start;
  color: black;
}
#side-menu * a:hover {
  color: #2592a9;
}
.top-menu .sub-menu.collapse {
  top: 0 !important;
  margin-top: 50px;
}





/*Footer*/
#footer {
  background-color: var(--main-bg-color);
}
#footer .pre-footer {
  background-color: var(--main-bg-color);
}
#footer .pre-footer * {
  color: black;
}
#footer_calidad {
  align-items: center;
}
#category * #footer_calidad {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  margin: auto;
  justify-content: space-between;
  width: 100%;
  padding-top: 50px;
  gap: 10%;
}
#index * #footer_calidad {
  display: flex;
  text-align: center;
  margin: auto;
  justify-content: space-between;
  width: 80%;
  padding-top: 50px;
}
#footer_calidad::after {
  display: none;
}
div#text_calidad {
  width: 40%;
}
#footer_calidad div p:first-of-type {
  padding-top: 10px;
}
#footer_calidad div img {
  width: 100%;
  height: auto;
}
.footer-container {
  background-color: black;
}
#block_myaccount_infos {
  display: none;
}
.imgs_payment {
  display: none;
}
.displayFooterCopyright {
  display: none;
}
#footer_contactinfo {
  margin-left: 30%;
}
.copyright {
  background: black;
  width: 100%;
}
.copyright div.container {
  display: block;
  margin: 0;
  width: 100%;
}
.title-footer-icons {
  border-bottom: 2px solid darkgreen;
  font-size: 1.2em;
  font-weight: normal;
}
.footer-icons {
  display: flex;
  flex-direction: row;
  gap: 5%;
  max-width: 1270px;
  width: fit-content;
  margin: auto;
}
.footer-icons * .row {
  flex-wrap: initial;
}
.footer-icons h2 {
  font-size: 1em;
  text-wrap-mode: nowrap;
}
.footer-icons p {
  font-size: 0.8em;
}
.footer-icons > div {
  width: 30%;
}
.footer-icon img {
  width: 55px;
  height: 55px;
  margin: 10px;
}
.footer-lists {
  display: flex;
  margin: auto;
  justify-content: space-evenly;
  flex-flow: row;
  gap: 5%;
}
.map-text {
  background: black;
  padding: 30px;
  width: 25%;
  position: absolute;
  top: 15%;
  left: 2%;
}
.map-text div {
  border: 1px solid white;
  text-align: center;
  padding: 20px;
}
#footer .pre-footer {
  padding: 0px;
}
#footer .pre-footer .map-text *{
  color: white;
}
#footer .pre-footer .container {
  position: relative;
  width: 90%;
}
iframe {
  margin-top: 10%;
}
.copyright .copyright_content {
  display: block;
}
.copyright .copyright_content .text_copyright {
  width: 100%;
  text-align: end;
}
.footer-lists ul li div, .footer-lists ul li div a {
  display: flex;
  height: fit-content;
  align-items: center;
  gap: 10px;
}
.footer-lists ul li div p {
  height: fit-content;
  margin: 0;
}




/*Productos*/
#product .product_topview {
  display: block;
}
body#product section#wrapper div.container {
  min-width: 80%;
}
[id^="splide_newproducts-slide"] * a.product-thumbnail {
  min-height: fit-content;
  max-height: 460px;
  margin-bottom: 20px;
}
#splide_newproducts span.price {
  font-size: 1em;
}
p.product-text {
  font-size: 0.8em;
  padding: 0 12px 0 12px;
  height: 30px;
}
#products .product-title {
  height: fit-content;
}
div.product-title p {
  margin: auto;
}
img.js-qv-product-cover {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
div.social-sharing,
.scroll-box-arrows,
.layer.hidden-sm-down,
.separator,
.js-mailalert-add,
.dbproductcomments_product,
.dbproduct_list_reviews,
.title_info_product,
#product-details-info,
#product-details,
.no-discount,
.product-description #add-to-cart-or-refresh,
.discount-percentage.discount-product,
.product-quantities {
  display: none;
}
.container-top {
  display: flex;
  gap: 40px;
}
button.add-to-cart {
  display: block;
  width: 100%;
  border-radius: 30px;
  background-color: darkgreen;
}
.qty,
.bootstrap-touchspin {
  display: flex;
}
.product-unit-price {
  font-size: 3em;
  color: black;
  white-space: nowrap;
}
.card_product_info {
  background: var(--main-bg-color);
  width: 90%;
}
#description .product-description {
  margin: auto;
  width: 95%;
}
#description .product-description h2,
#description .product-description p {
  margin-top: 40px;
}
.featured-products .product-price-and-shipping .prices_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
}
.product-description .product-price-and-shipping {
  display: block;
  align-items: end;
  min-height: 0;
  width: 100%;
}
#products .product-price-and-shipping {
  display: block;
  align-items: end;
  min-height: 0;
  width: 100%;
}
#products .product-price-and-shipping .prices_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
#products .thumbnail-container,
#products .product-description {
  background: var(--main-bg-color);
}
.product-price-and-shipping .prices_flex span.price {
  order: 1;
  color: darkred;
  font-size: 1.2em;
  text-align: end;
  white-space: nowrap;
}
#product * span.price {
  text-align: start;
  color: black;
  font-size: 1em;
}
.product-price-and-shipping .prices_flex .regular-price * {
  color: black;
  font-size: 1.5em;
}
#splide_productaccessories-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  width: 0px;
}
.product-accessories .thumbnail-container .product-thumbnail, .product-miniature .thumbnail-container .product-thumbnail {
  height: 100%;
}
.product-accessories .thumbnail-container .product-thumbnail {
  min-height: 260px;
}
[id^="splide_productaccessories-slide"] * * * a.product-thumbnail p.product-text {
  display: none;
}
.available_stock {
  display: flex;
  gap: 20px;
  padding: 0px 20px 10px 20px;
}
.special-message {
  border: 1px solid black;
  padding: 3px 13px 3px 13px;
  border-radius: 50px;
}
div.icons {
    height: fit-content;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 50%;
    text-align: center;
    visibility: hidden;
}
div.icons div {
    background: darkgreen;
    width: 50px;
    height: 50px;
    border-radius: 30px;
}
div.icons div * {
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  align-items: center;
  justify-content: center;
}
div.icons div * img {
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 0px;
}
.thumbnail-container:hover div.icons {
  visibility: visible;
}
.blockreassurance_product {
  display: none;
}
.block_center {
  display: block;
  width: 100%;
}
.product_add_to_cart .product-quantity > .add {
    display: inline-flex;
    float: left;
    flex-direction: column;
    width: 100%;
}
#product .product_topview .sticky_product {
  height: 100%;
}
.price_outstanding {
  background: var(--main-bg-color);
  padding: 0px 20px;
}
.product_add_to_cart .product-quantity .input-group-btn-vertical .btn, .product_add_to_cart .product-quantity #quantity_wanted,
.cart-item .cart__product-qty .bootstrap-touchspin .input-group-btn-vertical .btn {
  border: 0px;
  border-radius: 30px;
}
.product_add_to_cart .product-quantity .input-group-btn-vertical button {
  border-radius: 30px;
  margin-top: 5px !important;
}
.bootstrap-touchspin {
  border: 1px solid black;
  border-radius: 30px;
  padding: 0 10px 0 10px;
  background: white;
}
.cart-item .cart__product-qty .input-group {
  display: flex;
  flex-direction: row;
  padding: 0;
  width: 100px;
}
.cart-item .cart__product-qty .input-group .js-cart-line-product-quantity {
  border: 0px;
}
.product-miniature .product-title {
  height: fit-content;
}
.product_add_to_cart .product-quantity .icons .add {
  min-width: 50px;
  height: 50px;
  width: 50px;
}
.product-info {
  width: 100%;
}
.product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
  background-color: var(--main-bg-color);
}
#product .product_topview .product-description {
  background-color: var(--main-bg-color);
}
.product-information .card_product_info {
  padding: 0px;
  margin: auto;
}
#description {
  background-color: var(--main-bg-color);
}
.product_topview + .product-accessories {
  display: none;
}
.featured-products .product-description {
  background-color: var(--main-bg-color);
}
#product .product_add_to_cart .product-quantity .qty {
  align-items: center;
  margin-bottom: 30px;
  justify-content: flex-start;
  gap: 5%;
}
.product-manufacturer {
  display: none;
}
.btn-special svg {
  vertical-align: bottom;
}
.product-prices {
  margin-bottom: -30px;
}
#quantity_wanted {
  margin-top: 5px;
}
#productInfo {
  text-decoration: underline;
  width: fit-content;
  cursor: pointer;
}
.displayProductCenterColumn {
  display: none;
}
#product .product_name {
  margin-bottom: 0;
}
#productDetails {
  display: none;
}
#splide_images_product {
  display: grid;
}
#splide_images_product * button.splide__arrow {
  background: white;
}
i.fa-magnifying-glass.zoom-in {
  position: absolute;
  left: 0;
  right: 0;
  top: 48%;
}





/*Categoría*/
#selectProductSort {
  position: absolute;
  right: 0;
  width: fit-content;
  border-radius: 20px;
  border: 1px solid black;
  display: block;
}
.products-sort-order {
  height: 35px;
}
#js-product-list div.products {
  display: grid;
  grid-template-columns: repeat(3, 33%);
}
#js-product-list div.products > div {
  width: 100%;
  height: 100%;
}
#search_filters {
  background: var(--main-bg-color);
}
#search_filters .facet {
  border-bottom: none;
}
#search_filters .facet .facet-title {
  color: black;
  text-transform: uppercase;
}
svg.bi-filter {
  vertical-align: middle;
  margin-right: 5px;
}
#search_filters .facet li .facet-label {
  gap: 10px;
}
#search_filters .facet li {
  margin-bottom: 15px;
}
.products-sort-order {
  margin-bottom: 20px;
}
#wrapper #left-column {
  padding-top: 2%;
  padding-left: 2%;
}
body#category main section#wrapper div.container > div:first-child {
  padding-top: 3%;
  padding-left: 2%;
  font-weight: bold;
}
#product * .regular-price {
  display: none;
}






/*Home*/
#carousel {
  display: none;
}
div#splide_newproducts-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  width: 100%;
}
div#splide_newproducts-list div.splide__slide {
  width: 100%;
}
div#splide_featuredproducts-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
div#splide_featuredproducts-list div.splide__slide {
  width: 100%;
}
div#splide_featuredproducts div.splide__arrows * {
  display: none;
}
div.products-section-top, div.products-section-top-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  gap: 10px;
}
div.products-section-titles {
  width: 100%;
  padding: 30px 0 30px 10px;
}
div.products-section-top-new div.products-section-titles {
  width: 100%;
  padding: 30px 0 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 10%;
  align-items: end;
  gap: 10%;
}
.h1.products-section-title {
  margin: 0;
  text-align: start;
  font-size: 3em;
  line-height: 45px;
}
.products-section-top-new .h1.products-section-title {
  padding-left: 20px;
}
.h2 {
  font-size: 2em;
  padding-top: 10px;
}
p.products-section-text {
  width: 90%;
}
div.product-categories {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
div.product-categories > div {
  position: relative;
  height: fit-content;
}
div.product-categories img {
    width: 100%;
    height: auto;
}
div.category-text {
  position: absolute;
  top: 30%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px 0 20px 0;
}
div.category-text > * {
  color: white;
}
div.category-text button {
  color: black;
  border-radius: 20px;
}
.featured-products form {
  text-align: center;
}
.radio-category {
  display: none;
}
div.product-section-buttons {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.product-section-buttons label {
  margin-bottom: 0px;
}
div.product-section-buttons label {
  color: rgb(82, 82, 82);
  font-size: 1.2em;
  cursor: pointer;
}
div.product-section-buttons label.selected {
  color: white;
  background: darkgreen;
  border: none;
  font-size: 1.2em;
  padding: 3px 13px 3px 13px;
  border-radius: 30px;
}
.products-section-subtitle {
  margin-top: 1.3rem;
  font-size: 2em;
}
.featured-products * .products-section-titles {
  margin-left: -15px;
}
#text_calidad h2 {
  font-size: 2em;
  font-weight: lighter;
}
#splide_newproducts * .product-miniature .regular-price .block-regular-price {
  text-decoration: none;
}





/*Cart*/
#cart .banner {
  display: none;
}
#cart div.products-section-top, .featured-products {
  display: block;
}



@media (width < 1200px) {
  .banner-title-index {
    width: 50%;
    top: 20%;
  }
  .h1.products-section-title {
    font-size: 1.5em;
  }
  .h2 {
    font-size: 1.3em;
  }
  div.product-section-buttons {
    width: 25%;
  }
  #index * #footer_calidad {
    justify-content: center;
    display: grid;
  }
  #img_calidad {
    display: none;
  }
  div#text_calidad {
    justify-content: center;
    width: 100%;
  }
  .product-price-and-shipping .prices_flex span.price {
    font-size: 0.9em;
  }
  .featured-products .product-price-and-shipping .prices_flex {
    justify-content: space-around;
    gap: 5px;
  }
  #header .header-top>.container {
    width: 100%;
  }
  .product-accessories .thumbnail-container .product-thumbnail {
    min-height: fit-content;
  }
  #header .header-top .header__flex .dropdown_list {
    order: 3;
    margin: auto;
  }
  #headerIcons {
    margin-left: 20%;
  }
  .map-text {
    width: 40%;
  }
  .map-text {
    top: 20%;
  }
  .top-menu .sub-menu.collapse {
    margin-top: 90px;
  }
  .products-section-subtitle {
    font-size: 1.3em;
  }
}


@media (width < 992px) {
  .banner-title-index {
    width: 80%;
    top: 15%;
  }
  h1{
    font-size: 2em;
  }
  div.product-section-buttons {
    width: 30%;
  }
  .products-section-text {
    display: none;
  }
  .map-text {
    display: none;
  }
  div.category-text {
    top: 15%;
  }
  div.category-text p {
    display: none;
  }
  .header_nav_content {
    gap: 8%;
  }
  .footer-icons {
    flex-direction: column;
    align-items: center;
  }
  .footer-icons  {
    width: 100%;
    margin: auto;
  }
  .footer-icons > div {
    width: 80%;
  }
  #js-product-list div.products {
      grid-template-columns: repeat(2, 1fr);
  }
  .product-accessories {
    display: none;
  }
  .container-top {
    flex-direction: column;
  }
  div.products-section-top-new div.products-section-titles {
    gap: 5%;
  }
  .header-top .container {
    width: 100%;
  }
  #header .header-top .header__flex {
    padding: 10px 20px;
  }
  iframe {
    margin-top: 5%;
  }
  #product .card {
    margin: auto;
  }
  .product-unit-price {
    font-size: 2em;
  }
  .footer-icons * .row {
    max-width: 50%;
    margin: auto;
  }
  div.products-section-top-new div.products-section-titles {
    margin-right: 15%;
  }

}
@media (width < 930px) {
  .top-menu .sub-menu.collapse {
    margin-top: 130px;
  }
}

@media (width < 768px) {
  .banner-title-index {
    width: 80%;
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin: auto;
  }
  .banner-title-index p {
    display: none;
  }
  .banner-title-index h1{
    font-size: 2em;
  }
  div.product-section-buttons {
    display: flex;
    gap: 10px;
    width: 100%;
    padding-left: 15px;
  }
  div.category-text {
    top: 15%;
  }
  .pre-footer .container {
    width: 100%;
  }
  #js-product-list div.products {
      grid-template-columns: repeat(1, 1fr);
  }
  .footer-lists {
    display: grid;
    justify-items: center;
  }
  .footer-lists ul li {
    padding-bottom: 10px;
  }
  .links {
    display: none;
  }
  div.products-section-top-new div.products-section-titles {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .header_nav_content {
    display: none;
  }
  #header .header-top .header__flex.mobile {
    flex-direction: column-reverse;
  }
  section#content > div.products-section-top:first-child {
    display: none;
  }
  div.products-section-top, div.products-section-top-new {
    margin-top: 0px;
  }
  div.product-categories {
    display: none;
  }
  .banner-title-index button {
    margin-top: 0px;
  }
  .banner-title-category {
    bottom: 20%;
  }
  .footer-icons * .row {
    flex-direction: column;
    max-width: 100%;
  }
  .products-section-subtitle {
    display: none;
  }
  .featured-products * .products-section-titles {
    margin-left: 0px;
  }
  .hidden-sm-down {
    display: inline-block !important;
  }
  .top-menu {
    justify-content: center;
  }
  .price_outstanding {
    padding: 0px;
  }
  #sidebarBtn {
    display: block;
    margin: 0 0 0 10px;
    cursor: pointer;
  }
  #header .header-top .header__flex {
    justify-content: space-between;
  }
  #top-menu {
    display: none;
    margin: 0;
    width: 100%;
  }
  #header .header-top .header__flex .dropdown_list .container {
    margin: 0;
  }
  #top-menu {
    flex-direction: column;
    gap: 10px;
  }
  .top-menu .sub-menu.collapse * .top-menu {
    flex-direction: column;
  }
  .top-menu .sub-menu.collapse {
    width: fit-content;
    min-width: 0;
    right: 20%;
  }
  #header .header-top .header__flex .displayTop .container {
    width: 100%;
  }
  #headerIcons {
    margin-left: 0;
  }
  #header .header-top .menu {
    float: right;
  }
  #header .header-top .header__flex .dropdown_list {
    order: 0;
    margin: 0;
  }
}

@media (width < 640px) {
  .modal-content {
    width: 100%;
    left: 0;
  }
}