@font-face {
  font-family: "CambrassFarma";
  src: url("../fonts/ITC Avant Garde Gothic Condense Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --lightbrown: #f6f3ee;
  --normalbrown: #d3c7af;
  --darkbrown: #8e8a81;
  --lightgray: #b7b3a7;
  --darkgray: #505052;
  --custombrown: #e0dfdd;
  --headtext: #919191;
  --sombra: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#header {
   background-color: #f6f3ee !important;
}

/* Cambios generales */

.img-shadow {
  box-shadow: var(--sombra);
}

.form-control:focus {
  outline: 0.18rem solid var(--darkgray);
}

* {
  font-family: CambrassFarma;
  font-weight: 100;
}

a {
  color: var(--darkgray);
}

a:hover {
  color: var(--normalbrown) !important;
  transition: ease;
  transition-duration: 100ms;
}

.product-flags li.product-flag {
  background-color: var(--darkbrown);
}

.product-price {
  color: var(--darkgray);
}

.btn-primary {
  background-color: var(--darkbrown);
  font-weight: 200;
}

.btn-primary:hover {
  background-color: var(--darkgray);
}

#_mobile_logo>h1>a>img {
  border-radius: 5px;
}

.btn-primary:disabled:hover {
  background-color: var(--lightgray);
}

/* Header Top */

#header>.header-nav {
  background-color: var(--normalbrown);
}

#header>.header-top {
  background-color: var(--lightbrown);
  border-bottom: 1px solid var(--lightgray);
}

#_desktop_logo {
  width: 20em;
}

#_desktop_cart {
  /* margin-left: 1em; */
  margin: 0 3em;
}

#menu-carrito-usuario {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#_desktop_user_info {
  display: flex;
  align-items: center;
}



.icono-carrito {
  width: 2.5em;
  margin-right: 2em;
}

.icono-buscar {
  margin-top: 0.25em;
  width: 2em;
  height: 2em;
  cursor: pointer;
  margin-right: 3em;
}

.cart-products-count {
  position: absolute;
  top: -1.5em;
  left: 2.5em;
}

.user-info {
  display: flex;
  flex-direction: column;
}

#search_widget form {
  border: 1px solid var(--darkbrown);
  width: 15em;
}

.div-buscar {
  margin-top: 0.50em;
  background: none;
  display: none;
  justify-content: end;
  -webkit-animation: fadein 400ms ease-in 1;
  -moz-animation: fadein 400ms ease-in 1;
  animation: fadein 400ms ease-in 1;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/* Menu y botones superiores */
/* #header
  > div.header-top
  > div
  > div:nth-child(1)
  > div.header-top-right.col-md-10.col-sm-12.position-static {
  display: flex;
  flex-direction: wrap;
}

.stick_header {
  height: 1em !important;
}

#botones-cabecera-centro {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#botones-cabecera-derecha {
  width: 50%;
  display: flex;
  flex-direction: wrap;
  justify-content: end;
  align-items: center;
}

#search_widget {
  border: 1px solid var(--normalbrown);
}

#_desktop_cart > div > div {
  display: flex;
} */

/* .cart-products-count {
  left: 25%;
  top: 25%;
} */
/*
.icono-buscar,
.icono-login {
  width: 2.5em;
}

.icono-carrito {
  cursor: pointer;
  margin-top: -10px;
  width: 3.5em;
}

#icono-contador {
  margin-right: 2em;
}

.user-info {
  margin-left: 1em;
}

@media (max-width: 768px) {
  #header .header-nav .cart-preview.active {
    background: none;
  }

  .cart-products-count {
    color: var(--darkgray);
  }

  #mobile_top_menu_wrapper {
    background-color: var(--lightbrown);
  }
}

.icono-buscar {
  margin-left: 2.25em;
  cursor: pointer;
}

#mostrar-buscar {
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-animation: fadein 400ms ease-in 1;
  -moz-animation: fadein 400ms ease-in 1;
  animation: fadein 400ms ease-in 1;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#_desktop_user_info > div > a > span,
#_desktop_cart > div > div > span.hidden-sm-down {
  display: none;
} */

/* .......... Body ........... */

/* Background general */
#wrapper {
  background-color: var(--custombrown);
}

/* Bloque Imágenes Home FRIGG + MUSHIE */

#bloque_imagenes {
  display: flex;
  justify-content: space-between;
}

#imagen-frigg,
#imagen-mushie {
  background-color: black;
  width: 48.5%;
  height: auto;
  transition: 400ms;
  opacity: 0.9;
  box-shadow: var(--sombra);
}

#hover-frigg {
  position: absolute;
  width: 48, 5%;
  height: auto;
  border: 1px solid red;
  top: 10em;
  z-index: 2;
}

#imagen-frigg:hover,
#imagen-mushie:hover {
  transition: 400ms;
  opacity: 1;
}

@media (max-width: 768px) {
  #bloque_imagenes {
    flex-direction: column;
  }

  #imagen-frigg,
  #imagen-mushie {
    width: 100%;
    height: auto;
  }

  #imagen-mushie {
    margin-top: 1em;
  }
}

/* Categories */

#homecategoriez>h2,
#content>section>h2 {
  font-size: 1.5em;
  font-weight: 200;
  /* text-transform: uppercase; */
  letter-spacing: 1pt;
  color: var(--headtext);
}

#homecategoriez {
  margin-top: 1.75em;
  padding: 0;
  padding-top: 1.75em;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  background-color: var(--lightbrown);
  box-shadow: var(--sombra);
}

#homecategoriez>ul {
  margin-top: 1em;
}

/* Productos destacados -------------------------------------------------------------------- */
.products-section-title {
  margin-top: 1em !important;
}

#content>.featured-products {
  margin-top: 1.75em;
  background-color: var(--lightbrown);
  box-shadow: var(--sombra);
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
  padding-top: 1em;
}

#content>section>div>div>article>div {
  box-shadow: var(--sombra);
}

.product-miniature {
  height: 100% !important;
}

.product-miniature .thumbnail-container {
  margin-bottom: 0;
}

.product-miniature .product-title {
  height: 2.5em !important;
}

#opcion-carrito-producto>.btn .btn-primary .add-to-cart {
  border: 1px solid red;
}

/* //Añadir al carrito en la miniatura del producto */
.product-quantity {
  display: flex;
  justify-content: center;
}

.product-add-to-cart-mini {
  margin-top: 1em;
}

#botones-productos-inferiores {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-right: 2em;
  margin-top: 2em;
}

#boton-comprar-todo {
  position: fixed;
  bottom: 2em;
  /* left: calc(30% - 16.5%); */
  right: 5em;
  z-index: 99;
}

#boton-volver-arriba {
  position: fixed;
  bottom: 2em;
  /* left: calc(30% - 16.5%); */
  right: 18em;
  z-index: 99;
}

.boton-checkout {
  width: 10em;
  height: 25px;
  background-color: var(--darkbrown);
  color: white;
  border: none;
  text-decoration: none;
  font-weight: 200;
  font-size: 15px;
  box-shadow: var(--sombra);
}

.boton-checkout:hover {
  background-color: var(--darkgray);
  cursor: pointer;
}

body#checkout section.checkout-step .address-item.selected {
  border: var(--darkbrown) 3px solid;
}

.custom-radio input[type="radio"]:checked+span {
  background-color: var(--darkbrown);
}

#product-availability {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  #content>section>div>div.js-product {
    width: 100%;
    margin-top: 1em;
  }
}

/* #homecategoriez > ul {
    display: flex;
    flex-direction: wrap;
    justify-content: center !important;
    align-items: center;
} */

/* .......... Footer ........... */

#footer {
  background-color: var(--lightbrown);
}

#footer {
  padding-top: 0;
}

@media (min-width: 1080px) {
  .container {
    width: 1050px;
    max-width: 100%;
  }
}

@media (min-width: 1370px) {
  .container {
    width: 1370px;
    max-width: 100%;
  }
}

#footer_account_list>li:nth-child(3) {
  display: none !important;
}

/* Producto individual ---------------------------------------------------------------------------- */

/* //Añadir al carrito en el producto */
#add-to-cart-or-refresh>div.product-add-to-cart.js-product-add-to-cart>div {
  justify-content: start;
}

/* Imagen miniatura */
.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
  border: 3px solid var(--darkbrown);
}

/* Imagen grande */
.product-cover img {
  border: 1px solid var(--normalbrown);
}

/* Tabs Descripción y detalles */

.tabs {
  background: none;
  padding: 0;
  color: var(--darkgray);
}

.tabs .nav-tabs .nav-link.active {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  color: var(--darkbrown);
  border-bottom: 3px solid var(--darkbrown);
}

.tabs .nav-tabs .nav-link:hover {
  border-bottom: 3px solid var(--darkbrown);
}

.product-description>p {
  color: var(--darkgray);
}

/* Miniaturas */

#tab-content>div.js-qv-mask.mask.scroll {
  margin-top: 14%;
}

.product-images>li.thumb-container>.thumb,
.product-images>li.thumb-container>.thumb {
  border: 1px solid var(--normalbrown);
  width: 4.5em;
  height: auto;
}

.product-miniature .thumbnail-container .product-thumbnail {
  height: auto;
}

/* Listar productos ---------------------------------------------------------------------------- */

.products article .wishlist-button-add {
  display: none !important;
}

#products {
  background-color: var(--lightbrown);
  box-shadow: var(--sombra);
  padding: 1em;
  margin-bottom: 1em;
}

.reviews-loaded {
  box-shadow: var(--sombra);
  margin-bottom: 1em;
  width: 100%;
  height: 100%;
}

.js-product {
  margin-bottom: 1em;
}

.category-top-menu {
  text-align: center;
  padding: 1em;
}

.category-sub-menu {
  text-align: start;
}

.block-categories {
  padding: 0;
}

#left-column>div.block-categories>ul>li:nth-child(1)>a {
  font-size: xx-large;
}

#js-product-list-header {
  display: none;
}

.pagination {
  font-size: 1rem;
}

.pagination .page-list {
  background: inherit;
}

.pagination a {
  font-weight: 300;
  font-size: 1.2rem;
}

.pagination .current a {
  font-size: 1.2rem;
  color: var(--darkbrown);
}

.highlighted-informations.no-variants {
  display: none;
}

/* Listado productos mobile - 1 columna */
@media (max-width: 576px) {
  .js-product.product.col-xs-6 {
    width: 100%;
  }
}

/* Carrito CheckOut ---------------------------------------------------------------------------- */
.cart-container {
  box-shadow: var(--sombra);
}

.cart-grid-body .card-block {
  background-color: var(--lightgray);
}

.cart-grid-body .cart-overview {
  background-color: var(--lightbrown);
}

.card-block.checkout {
  padding-top: 1em;
  padding-bottom: 1em;
}

#main>div>div.cart-grid-right.col-xs-12.col-lg-4>div>div.cart-detailed-totals.js-cart-detailed-totals>div.card-block.cart-detailed-subtotals.js-cart-detailed-subtotals,
#main>div>div.cart-grid-right.col-xs-12.col-lg-4>div>div.cart-detailed-totals.js-cart-detailed-totals>div.card-block.cart-summary-totals.js-cart-summary-totals,
#main>div>div.cart-grid-right.col-xs-12.col-lg-4>div>div.checkout.cart-detailed-actions.js-cart-detailed-actions.card-block {
  background-color: var(--lightbrown);
}

#main>div>div.cart-grid-right.col-xs-12.col-lg-4>div>div.checkout.cart-detailed-actions.js-cart-detailed-actions.card-block>div>a {
  width: auto;
}

/* Iniciar sesion con su cuenta  ---------------------------------------------------------------------------- */

.page-authentication #content {
  background-color: var(--lightbrown);
  box-shadow: var(--sombra);
}

/* Categorias  ---------------------------------------------------------------------------- */

.block-categories,
.card-block,
#main .page-content {
  background-color: var(--lightbrown);
  box-shadow: var(--sombra);
}

#subcategories ul li:hover .subcategory-image a {
  display: none;
}

#subcategories ul li .subcategory-image a {
  display: none;
}

/* Mi cuenta ------------------------------------------------------------------------------ */

.page-my-account #content .links {
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

.page-footer>.text-sm-center {
  text-align: end !important;
}

.page-my-account #content .links a:hover i {
  color: var(--lightgray);
}

.wishlist-footer-links>a {
  color: var(--darkgray);
}

.wishlist-add-to-new {
  color: var(--darkgray) !important;
}

.wishlist-add-to-new i {
  color: var(--darkgray) !important;
}

.wishlist-list-item:hover .wishlist-list-item-title:hover .wishlist-list-container:hover {
  color: var(--lightgray) !important;
}

/* Cookies */
#lgcookieslaw_banner>div>div.lgcookieslaw-message>p {
  font-size: 1rem;
}

/* Modal visualizar fotos producto en grande ------------------------------------------------------- */

#product-modal .modal-content .modal-body .image-caption {
  padding: 0;
  border-top: none;
}

/* Botón añadir producto miniatura ----------------------------------------------------------------- */

.hiaddtocart {
  box-shadow: none;
  margin-top: 1em;
}

/* Controlar menú superior en pantallas pequeñas y en mobile */
@media (max-width: 768px) {
  .block-category {
    margin-bottom: 1.5em;
  }
}

/* FOOTER  ----------------------------------------------------------------- */

.row.footer-bottom {
  margin-top: 20px;
  border-top: 1px solid #7a7a7a;
  padding-top: 10px;
}

/********************************************************************************/
/*                                                                              */
/*                               MENÚ PRINCIPAL                                 */
/*                                                                              */
/********************************************************************************/
#header .header-top a[data-depth="0"] {
  font-weight: 300;
  font-size: 1.2em;
  padding: 0.625rem 1.2rem;
}
@media (min-width: 768px) and (max-width: 991px) {

  #header .header-top a[data-depth="0"] {
    font-size: 0.9em;
    padding: 0.625rem 0.3rem;
  }

  #_desktop_cart {
    margin: 0 2em 0 0;
  }
  .icono-carrito {
    margin-right: 0.2em;
    width: 2em;
  }

  .cart-products-count {
    left: 2.7em;
    font-size: .8em;
  }

  .icono-buscar {
    margin-right: 0.3em;
    width: 1.2em;
    height: 1.2em;
  }


}

@media (min-width: 1080px) and (max-width: 1369px) {

  #header .header-top a[data-depth="0"] {
    font-size: 1em;
    padding: 0.625rem 0.7rem;
  }
}

.top-menu .sub-menu ul[data-depth="1"]>li {
  min-width: 20%;
  padding: 1em;
}

.top-menu #category-4 .sub-menu ul[data-depth="1"]>li {
  min-width: 16%;
  padding: 1em;
  margin: 0 0.5rem;
}

.top-menu a[data-depth="1"] {
  padding: 0 0.625rem 0.625rem 0;
  font-size: 1.3em;
  font-weight: 300;
  color: var(--darkbrown) !important;
}

.top-menu a[data-depth="2"] {
  padding: 0 0.625rem 0.625rem 0;
  font-size: 1em;
  font-weight: 300;
}

/********************************************************************************/
/*                                                                              */
/*                            CATEGORIAS SIDEBAR                                */
/*                                                                              */
/********************************************************************************/

.category-sub-menu .current_cate>.acc_header a {
  color: var(--normalbrown);
}

.block-categories .category-sub-menu .current_cate>a {
  color: var(--normalbrown);
}

.block-categories a {
  font-size: 1.1em;
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
  color: #3a3939;
}

.block-categories .arrows .arrow-right:hover,
.block-categories .arrows .arrow-down:hover {
  color: var(--normalbrown);
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
  font-weight: 300;
}

/********************************************************************************/
/*                                                                              */
/*        MODULO IMAGENES HOME   (imagen principal home)                        */
/*                                                                              */
/********************************************************************************/
.banner-home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.banner-home-relleno {
  height: 10vh;
}

@media (max-width: 768px) {
  .banner-home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-home-relleno {
    height: 1vh;
  }
}



.imagen-frigg {
  grid-area: 1 / 1 / 2 / 2;
}

.imagen-mushie {
  grid-area: 1 / 2 / 2 / 3;
}

.imagen-frigg a>img,
.imagen-mushie a>img {
  max-width: 100%;
  padding: 10px;
}

#product-modal .modal-content .modal-body .product-images img:hover {
  border: var(--lightbrown) 3px solid !important;
}

/********************************************************************************/
/*                                                                              */
/*       MOBILE                                                                 */
/*                                                                              */
/********************************************************************************/

@media (max-width: 768px) {
  #header .header-nav .blockcart .header {
    margin-top: -0.25em !important;
  }

  #header .header-nav .blockcart {
    background: none;
    margin-right: 1.5em;
  }

  #header .header-nav .cart-preview.active {
    background: none;
  }

  #header .header-nav .cart-preview.active a {
    color: var(--darkgray);
  }

  #menu-carrito-usuario {
    display: block;
  }

  #search_widget form {
    border: 1px solid var(--darkbrown);
  }

  .header-top #search_widget input {
    text-align: center;
  }

  #header .header-top {
    padding-top: 0.75em;
    padding-bottom: 0.5em;
  }

  #header>div.header-top>div:nth-child(1)>div:nth-child(1)>div.col-md-4 {
    /* margin-left: auto;
    margin-right: auto;
    left: -1em; */

    padding-left: 1px !important;
    padding-right: 1px !important;
  }



  .icono-buscar {
    /* margin-left: 2em; */
  }

  #header > div.header-top > div:nth-child(1) > div:nth-child(1) > div.col-md-6 {
    display: none !important;
  }

  #header>div.header-top>div:nth-child(1)>div:nth-child(1)>div.col-md-4 {
    /* display: block !important; */

  }

  .div-buscar {
    justify-content: center;

  }
}

.input-group.focus {
  outline-color: var(--darkbrown);
}

/********************************************************************************/
/*                                                                              */
/*       CHECKOUT                                                               */
/*                                                                              */
/********************************************************************************/

#payment-confirmation {

  display: flex;
  justify-content: center;
}

.steco_confirmation_btn {
  background-color: var(--darkbrown);
  color: white;
  box-shadow: var(--sombra);
  cursor: pointer;
}

.product-miniature .product-description {
  padding-bottom: 0;
}

#module-steasycheckout-default,
.steco_col,
.steco_column_section {
  background-color: var(--lightbrown) !important;
}


/********************************************************************************/
/*                                                                              */
/*       PRODUCTO MINIATURA                                                     */
/*                                                                              */
/********************************************************************************/

.btn .btn-touchspin .js-touchspin .bootstrap-touchspin-down {
  display: none !important;
}

#products article.product-miniature.js-product-miniature,
article.product-miniature.js-product-miniature {
  margin-bottom: 1px !important;
}



/* Submenu principal */

@media (min-width: 768px) {
  .top-menu .sub-menu {
    width: 200% !important;
    margin-left: -50% !important;
  }
}



/********************************************************************************/
/*                                                                              */
/*      CHECKOUT                                                                */
/*                                                                              */
/********************************************************************************/

#module-steasycheckout-default #wrapper {
  background: none !important;
}

#content-hook_payment_return {
  display: none !important;
}

/********************************************************************************/
/*                                                                              */
/*    ORDENAR POR                                                               */
/*                                                                              */
/********************************************************************************/

.sort-by-row {
  display: none !important;
}

/********************************************************************************/
/*                                                                              */
/*    RECARGO EQUIV                                                             */
/*                                                                              */
/********************************************************************************/

#uniform-recargo {
  display: flex;
  justify-content: center;
  margin-bottom: -0.5em;
}

#p_marca_right {
  text-align: center !important;
}


.bootstrap-touchspin-group {
  display: none !important;
}

/********************************************************************************/
/*                                                                              */
/*    MOSTRAR ENVIO GRATUITO                                                    */
/*                                                                              */
/********************************************************************************/

.iqitfreedeliverycount {
  box-shadow: var(--sombra);
}

/********************************************************************************/
/*                                                                              */
/*    LISTA DE DESEOS                                                           */
/*                                                                              */
/********************************************************************************/

.ets-wishlist-button-add svg {
  width: 13px !important;
  height: 13px !important;
}

.ets-wishlist-button-add {
  width: 25px !important;
  min-width: 25px !important;
  height: 25px !important;
}

.boton-comprar-deseos {
  width: 10em;
  height: 25px;
  background-color: var(--darkbrown);
  color: white;
  border: none;
  text-decoration: none;
  font-weight: 200;
  font-size: 15px;
  box-shadow: var(--sombra);
  margin-bottom: 1em;
  margin-right: 1em;
}

.boton-comprar-deseos:hover {
  background-color: var(--darkgray);
  cursor: pointer;
}

/********************************************************************************/
/*                                                                              */
/*    DESCARGAR IMAGENES                                                        */
/*                                                                              */
/********************************************************************************/

.imagen-frigg-descargas,
.imagen-mushie-descargas {
  width: 40vh;
  height: auto;
}

/********************************************************************************/
/*                                                                              */
/*    INSTAGRAM                                                                 */
/*                                                                              */
/********************************************************************************/

/* Dropdown Button */
.dropbtn {
  margin-top: 2px;
  background: url('https://cambrassfarma.es/img/cms/instagram.png');
  background-repeat: no-repeat;
  background-size: 2em;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-left: 2em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .dropbtn {
  margin-left: 1em;
  }
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--custombrown);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgba(221, 221, 221, 0)
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

/********************************************************************************/
/*                                                                              */
/*    BANDERAS                                                               */
/*                                                                              */
/********************************************************************************/

.idioma {
  margin-top: 4px;
  cursor: pointer;
  margin-left: 2em;
}

@media (min-width: 768px) and (max-width: 991px) {
  .idioma {
  margin-left: 1em;
  }
  .idioma h2 {
    font-size: 1.1em;
  }
}

.portugal {
  margin-top: 4px;
  cursor: pointer;
  margin-left: 0.5em;
}

.italia {
  margin-top: 4px;
  cursor: pointer;
  margin-left: 0.5em;
}

.texto-idioma {
  border-bottom: 3px solid var(--darkgray) !important;
  text-align: center;
}

.spain,
.portugal,
.italia {
  width: 30px;
  height: 100%;
}

/********************************************************************************/
/*                                                                              */
/*    DIV ENVIOS CHECKOUT                                                      */
/*                                                                              */
/********************************************************************************/

.delivery-options-list {
  display: none !important;
}

/********************************************************************************/
/*                                                                              */
/*    DIV bienvenido no eres tu                                                 */
/*                                                                              */
/********************************************************************************/


div.steco_personal_information.steco_block {
  display: none;
}


/********************************************************************************/
/*                                                                              */
/*    Banner TOP                                                                */
/*                                                                              */
/********************************************************************************/
.header-banner p {
  margin: 5px;
}

.loader {
  margin-top: 35vh;
  margin-left: 48%;
  margin-bottom: 35vh;
  border: 16px solid #8e8a81;
  border-radius: 50%;
  border-top: 16px solid #3a3939;
  width: 90px;
  height: 90px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;

}


/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* AJUSTES NAVBAR */

@media (max-width: 1368px) {
  .icono-carrito {
    margin-right: 0;
  }
  .icono-buscar {
    margin-right: 1.25em;
  }

}

/* p.product-pack-price {
  display: none;
} */


