.bgnone {
    background-color: transparent !important;
}

.separator {
	margin-top: 10px;	
}

.row {
    margin: 0 auto;
}

.col-md-12 {
    padding: 0;
    position: unset;
}

.mkt_cms_pagination_number {
	border: 1px solid #444;
    /* min-height: 30px; */
	width: 100%;
    line-height: 30px;
    background: #ccc;
    margin: 5px;
}

p {
    margin: 0;
}

h1 {
    font-size: 25px;
    color: #52616B;
}

body {
    /* background: url(assets/img/fondo-web.jpg);  */  	
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
    background-color: #f1f3f6;
    color: #000;
    font-weight: 400;
}

a {
	color: #000;
	font-weight: 400;
    transition: all .25s ease;
}

a:hover, a:focus {
    color: #fff8f2;
    text-decoration: unset;
}

.container {
  position: relative;
  padding: 0;
}

.boxHeader {
    position: relative;
    background-color: #171b24;
    padding: 2px 0;
}

.gridHeaderSection1 {
    display: flex;
    max-width: 1190px;
    margin: 0 auto;
}

#mkt_cms_breadcrumb {
    max-width: 1190px;
    width: 100%;
    background-color: transparent;
    min-height: unset;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 10px;
}

/* AJUSTES DE LA SECCIÓN TOP DE VENTAS */

#myTopVentasInicio .contenedor-articulos {
    max-width: 90%;
}

.containerTopVentas-inicio {
    background-image: url(https://www.miguelplas.com/mkt_cms_pages/miguelplas/macros/css/assets/img/fondo-topVentas.jpg);
    background-position: -160px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin: 0;
}

#myTopVentasInicio .titleSection {
    width: 85%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: flex-start;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#myTopVentasInicio .owl-nav {
    position: absolute;
	width: 100%;
	top: 50%;
}
	
#myTopVentasInicio .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    line-height: 25px;
	transition: all 0.2s linear;
}

#myTopVentasInicio .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #fff;
    color: #000;
}

#myTopVentasInicio .owl-nav .owl-prev {
    left: -3%;
}

#myTopVentasInicio .owl-nav .owl-next {
    right: 6%;
}



/* FIN DE LOS AJUSTES DE LA SECCIÓN TOP DE VENTAS */

/* AJUSTES DEL MENÚ SIDEBAR 2 */

.box-menuSidebar2 {
    position: fixed;
    width: 450px;
    top: 0;
    bottom: 0;
    left: -100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: -1;
}

.box-menuSidebar2.menuIsOpen {
    opacity: 1;
    left: 0;
    z-index: 550;
}

.menuSidebar2 {
    position: fixed;
    background: #171b24f5;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    width: 450px;
}

.overflowMenuSidebar {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000080;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    z-index: -1;
}

.overflowMenuSidebar.overflowIsVisible {
    opacity: 1;
    overflow: visible;
    z-index: 525;
}

.ul-MenuSidebar2 {
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease 0.5s;
}

.ul-MenuSidebar2::-webkit-scrollbar, .ul-Nivel2MenuSidebar2::-webkit-scrollbar, .ul-Nivel3MenuSideBar2::-webkit-scrollbar {
    display: none;
}

.menuSidebar2.menuIsOpen .ul-MenuSidebar2 {
    opacity: 1;
    overflow: visible;
    overflow-y: auto;
}

.ul-MenuSidebar2, .ul-Nivel2MenuSidebar2, .ul-Nivel3MenuSideBar2 {
    list-style: none;
    padding: 0;
    overflow-y: auto;
    height: 100%;
}

.li-Nivel1MenuSidebar2, .li-segundoNivelMenuSidebar2 {
    display: flex;
    width: 100%;
}

.li-segundoNivelMenuSidebar2 {
    padding: 0 35px;
}

.link-sideMenuEvent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: 95%;
    min-height: 60px;
    padding: 0 0 0 5%;
}

.ul-Nivel2MenuSidebar2 {
    position: absolute;
    background: #1f282f;
    top: 0;
    bottom: 0;
    right: -100%;
    left: 100%;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    overflow: hidden;
    opacity: 0;
}

.ul-Nivel2MenuSidebar2.nivel2isOpen {
    overflow: visible;
    overflow-y: auto;
    opacity: 1;
    left: 0;
    right: 0;
}

.ul-Nivel3MenuSideBar2 {
    position: absolute;
    background: black;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    overflow: hidden;
}

.ul-Nivel3MenuSideBar2.nivel3isOpen {
    overflow: visible;
    overflow-y: auto;
    left: 0;
    right: 0;
}

.li-Nivel1MenuSidebar2 {
    border-top: 1px dashed #aaaaaa;
    padding: 0 35px;
    justify-content: center;
}

.link-Nivel1SideMenuEvent {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s ease;
    width: 95%;
    min-height: 85px;
    padding: 0 0 0 5%;
}

.box-arrowNivel1MenuSidebar2, .box-arrowNivel2MenuSidebar2 {
    width: 5%;
    text-align: center;
    cursor: pointer;
}

.arrowNivel1MenuSidebar2 {
    font-size: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.menuSidebar2.menuIsOpen .li-Nivel1MenuSidebar2:nth-of-type(odd) {
    animation: menuFadeInLeft 0.2s ease 0.5s;
}

@keyframes menuFadeInLeft {
  0% {
    transform:translateX(-100%);
  }
  100% {
    transform:translateX(0);  
  }
}

.menuSidebar2.menuIsOpen .li-Nivel1MenuSidebar2:nth-of-type(even) {
    animation: menuFadeInRight 0.2s ease 0.5s;
}

@keyframes menuFadeInRight {
  0% {
    transform:translateX(100%);
  }
  100% {
    transform:translateX(0);  
  }
}

.closeMenuSidebar {
    padding: 0;
    background-color: #ffffff;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: -4px -2px 6px 0px #1b1f27, 4px 2px 6px 0px #4a4a4aad;
    z-index: 20;
}

.iconCloseSidebar {
    position: relative;
    font-size: 0;
    color: transparent;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.iconCloseSidebar::before, .iconCloseSidebar::after {
    content: "";
    position: absolute;
    height: 7px;
    width: 100%;
    top: 18px;
    left: 0;
    margin-top: -6px;
    background: #000;
}

.iconCloseSidebar::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.iconCloseSidebar::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.backSubMenu {
    padding: 0 40px;
    background-color: #ffbe00;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    height: 75px;
    position: relative;
}

.backSubMenu i {
    padding: 0 15px 0 0;
}

.arrowNivel2MenuSidebar2 {
    font-size: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.closeMenuSidebar.closeMenuSidebarNivel2, .closeMenuSidebar.closeMenuSidebarNivel3 {
    color: #fff;
    background: transparent;
    height: unset;
    padding: 0;
    position: absolute;
    right: 20px;
    display: none;
}

.backNivel3 {
    background-color: #d33933;
    padding: 0 40px;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 17px;
    cursor: pointer;
    height: 75px;
    position: relative;
}

.backNivel3 i {
    padding: 0 15px 0 0;
}

/* FIN DE LOS AJUSTES DEL MENÚ SIDEBAR 2 */

/* EFECTO STICKY MENÚ */

.headerStickyMenu {
    position: relative;
    transition: all 0.4s ease;
}

.navigation--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 19;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
    transition: all 0.4s ease;
}

.navigation--pin {
    transform: translate(0, 0);
}

.navigation--unpin {
    transform: translate(0, -100%);
}

/* FIN DEL EFECTO STICKY MENÚ */

.item {
    position: relative;
    border: unset;
    margin: 10px auto;
    padding: 0;
    max-width: 260px;
    border-radius: 20px;
    background: #f1f3f6;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.item a {
    display: block;
    background-color: transparent;
}

.itemGrouped {
    max-width: unset;
    min-height: unset;
    padding: 0;
    background: #f1f3f6;
    margin: 15px 0 20px;
    text-align: left;
    border-style: none none solid none;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: unset;
    border-radius: 0;
}

.item .boxItemDatos {
    margin: 20px 0 0;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item.itemGrouped .boxItemDatos {
    min-height: unset;
    margin: 0;
}

.item .precioInputBtn {
    margin: 0;
}

.item .boxPpalPrecioArticulo {
    display: flex;
    align-items: center;
    margin: 0 0 -3px 10px;
}

/* AJUSTES DEL INPUT DE MÁS Y MENOS (+ y -) DE LOS ARTÍCULOS */

#inicioNovedadesGrid input[type=number]::-webkit-inner-spin-button,  #inicioNovedadesGrid input[type=number]::-webkit-outer-spin-button, .input-shoppingCart::-webkit-inner-spin-button, .input-shoppingCart::-webkit-outer-spin-button
{
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

#inicioNovedadesGrid input[type=number], #inicioNovedadesGrid input[type=number], .input-shoppingCart, .input-shoppingCart {
	-moz-appearance: textfield;
}

.num-block {
    position: absolute;
    top: 162px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.num-in {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fed702;
    border-radius: 50px;
    padding: 3px 5px;
}

.num-in span {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 50%;
    background: #ffffff;
    color: #171b24;
    cursor: pointer;
    transition: all .2s ease;
}

.num-in span:hover {
    background: #171b24;
    color: #fff;
}

.input-shoppingCart {
    border: unset;
    text-align: center;
    background: transparent;
    font-size: 17px;
    display: flex;
}


/* FIN DE LOS AJUSTES DEL INPUT DE MÁS Y MENOS DE LOS ARTÍCULOS */

.titleModule {
    color: #ed7204;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.titleBuscador {
    position: relative;
    color: #343f49;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    display: flex;
    line-height: 30px;
    padding: 0 0 7px 5px;
    overflow: unset;
    width: 100%;
}

.eliminarBusqueda {
    font-size: 12px;
    color: #284f5d;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.destacados2Inicio .owl-carousel {
    position: unset;
}


.navigation {
    position: relative;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    background-color: #0575b1;
    border-radius: 100px;
}

.sf-menu {
    position: relative;
    padding: 0;
    font-size: 0;
    text-align: center !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.sf-menu > li {
    display: flex;
    position: relative;
    height: 100%;
    font: 14px/20px Quicksand, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    color: #fff;
    width: 12%;
    align-items: center;
    padding: 10px 0;
}

.sf-menu.nav > li > a, .sf-menu ul li > a {
    line-height: unset;
    padding: 0;
    color: unset;
}

.sf-menu > li:first-child:hover {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    background-color: #f7425e !important;
    color: #fff;
}

.sf-menu > li:last-child:hover {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.sf-menu > li:nth-child(2):hover {
    background-color: #5ACBFA !important;
    color: #0575b1;
}

.sf-menu > li:nth-child(3):hover {
    background-color: #b76ca4 !important;
    color: #fff;
}

.sf-menu > li:nth-child(4):hover {
    background-color: #f84747 !important;
    color: #fff;
}

.sf-menu > li:nth-child(5):hover {
    background-color: #fce41a !important;
    color: #0575b1;
}

.sf-menu > li:nth-child(6):hover {
    background-color: #fba01d !important;
    color: #fff;
}

.sf-menu > li:nth-child(7):hover {
    background-color: #f15a42 !important;
    color: #fff;
}

.sf-menu > li:nth-child(8):hover {
    background-color: #f3e2b3 !important;
    color: #0575b1;
}

.sf-menu > li:nth-child(9):hover {
    background-color: #f45200 !important;
    color: #fff;
}

.sf-menu > li:nth-child(10):hover {
    background-color: #cfe5cc !important;
    color: #0575b1;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li.sfHover > a, .sf-menu li li.active {
    background-color: transparent;
}

.sf-menu.nav > li:hover > a, .sf-menu ul li:hover > a {
    
}

.sf-menu ul {
    min-width: 25em;
}

.sf-menu li .submenu {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sf-menu li:nth-child(2) .submenu {
    background-color: #5acbfa;
}

.sf-menu li:nth-child(3) .submenu {
    background-color: #b76ca4;
}

.sf-menu li:nth-child(4) .submenu {
    background-color: #f84747;
}

.sf-menu li:nth-child(5) .submenu {
    background-color: #fce41a;
}

.sf-menu li:nth-child(6) .submenu {
    background-color: #fba01d;
}

.sf-menu li:nth-child(7) .submenu {
    background-color: #f15a42;
}

.sf-menu li:nth-child(8) .submenu {
    background-color: #f3e2b3;
}

.sf-menu li:nth-child(9) .submenu {
    background-color: #f45200;
}

.sf-menu li:nth-child(2) .submenu a:hover {
    
}

.sf-menu li:nth-child(7) > .submenu {
    left: -100%;
}

.sf-menu li:nth-child(8) > .submenu {
    left: -200%;
}

.sf-menu li:nth-child(9) > .submenu {
    left: -300%;
}

.sf-menu .submenu li > a {
    position: relative;
    min-height: 150px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    z-index: 1;
    background-color: transparent;
}

.sf-menu .submenu li > a::after, .sf-menu .submenu li > a::before {
    content: "";
    width: 80%;
    height: 2px;
    position: absolute;
    background: #fff;
}

.sf-menu .submenu li > a::after {
    top: 45px;
}

.sf-menu .submenu li > a::before {
    bottom: 45px;
}

.sf-menu .submenu li > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 115px;
    z-index: -1;
    filter: brightness(0.5);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.sf-menu .submenu li > a > img:hover, .sf-menu .submenu li > a:hover > img {
    box-shadow: 0 14px 18px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.navigation-wrapper {
    background-color: transparent;
    margin: 0 auto;
}

.logoCabecera {
    padding: 0;
    position: relative;
    width: 10%;
    display: flex;
    justify-content: center;
}

.infoHeader {
    display: flex;
    width: 75%;
    justify-content: center;
    align-items: center;
}

.logoCabecera1 {
    display: flex;
    justify-content: flex-start;
    
}

.logoCabecera2 {
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
    height: auto;
    width: 100%;
}

.boxDchaHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    padding: 0;
}

.infoHeaderDelivery {
    width: 33.333333%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* AJUSTES DEL HEADER */

.menuSidebar {
    position: fixed;
    top: 115px;
    transition: all .4s ease;
    transform: translateX(0);
}

.bodyWebsite {
    transition: all .4s ease;
    margin-top: 0;
    margin-left: 0;
}

.bodyWebsite.is-visible {
    margin-left: 0;
}

.menuProductosHeader {
    position: relative;
    display: flex;
    height: 35px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.boxDchaHeader .previewCarro {
    margin: 0 20px 0 10px;
}

/* ------------------------ AJUSTES DE "ENTRAR" Y "CREAR CUENTA" --------------------------------- */

.RegistroCabecera {
    display: flex;
    justify-content: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    height: 30px;
    align-items: flex-end;
    margin: 0 10px;
}

/* FIN DE LOS AJUSTES DEL HEADER */

/* AJUSTES DE LAS AGRUPACIONES */

.boxAgrupacionesCombinaciones {
    position: relative;
    padding: 0 0 15px;
}

.boxAgrupacionesCombinaciones::before {
    /* content: ""; */
    width: 100%;
    height: 1px;
    position: absolute;
    background: #59668c36;
    bottom: 0;
}

.boxBtnComprarAgrupaciones {
    position: relative;
    margin: 20px 0;
}

.waitAngularJs .tituloAgrupaciones {
    font-size: 17px;
    color: #7e8184;
    font-weight: 400;
}

.agrupacionesOpciones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0 0 20px;
}

.agrupacionesOpcionesTexto {
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7e8184;
    margin: 0 0 2px;
}

.agrupacionDisabled {
    width: 100%;
    position: relative;
    display: flex;
    margin: 15px 0 15px;
}

.agrupacionDisabled p {
    color: #848484;
    text-align: center;
    float: unset;
    padding: 0;
    font-size: 20px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 500;
    position: unset;
    border: 2px solid #b7b7b7;
    width: 80%;
    height: 60px;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
    background: #b7b7b7;
}

.agrupacionDisabled span {
    width: 20%;
    display: flex;
    justify-content: center;
    float: left;
    padding: 0 10px;
    font-size: 18px;
}

.agrupacionDisabled span .solo-numeros {
    width: 100%;
    min-height: unset;
    border: 2px solid #b7b7b7;
    color: #898383;
    position: unset;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #d6d6d6;
}

.waitAngularJs select {
    border: 2px solid #171b24;
    border-radius: 0;
    font-weight: 400;
    color: #7e8588;
    padding: 5px 0 5px 5px;
    line-height: normal;
    -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
    transition: border-color 0.2s ease, outline 0.2s ease;
    background: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    font-size: 16px;
    outline: none;
    height: unset;
}

.waitAngularJs select:focus {
    box-shadow: 0 3px 4px rgba(83,101,143,0.4) inset;
    outline: 3px solid #000;
    outline-offset: -3px;
    border-bottom: unset !important;
}

.waitAngularJs select:hover {
	border: 3px solid #fff8f2;
    box-shadow: 0 3px 4px rgba(83,101,143,0.4) inset;
    transition: all .2s ease;
}

.waitAngularJs select:checked, .waitAngularJs select:visited {
    border: 3px solid #ed7204;
}

.agrupaciones .descriptionItemAgrupacion {
    color: #171b24;
    font-family: inherit;
}

.tituloArticuloAgrupacion {
    font-size: 20px;
	letter-spacing: 0;
    font-weight: 600;
    margin: 0;
}

.priceItemAgrupacion {
    text-align: center;
	margin: 10px 0 10px;
}

.shoppingCartItemAgrupaciones i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
	transition: all .2s ease;
}

#IdTextoProducto .agrupacionDisabled .carroProducto {
    border-color: #f5f5f5;
    color: #a9a9a9;
    background-color: #e0e0e0;
    border: 2px solid #a9a9a9;
    text-shadow: none;
    cursor: not-allowed;
}

#IdTextoProducto .inputArticuloPpalDisabled {
    border: 2px solid #e03731;
    border-style: none none solid none;
    cursor: not-allowed;
    background: #f3f3f3;
    color: #a9a9a9;
    min-height: 64px;
}

#IdTextoProducto .agrupacionDisabled .carroProducto:hover {
    background-color: #e0e0e0;
}

#IdTextoProducto .agrupacionDisabled .carroProducto::before {
	content: unset;
}

#imagenPrincipalAsync .owl-stage, #imagenPrincipalAsync .owl-item {
    width: 100% !important;
}

#imagenPrincipalAsync .item {
    box-shadow: unset;
    border-radius: 0;
    max-height: unset;
    padding: 0;
    border: unset;
    max-width: unset;
	min-height: unset;
}

#imagenPrincipalAsync .item a + a {
    display: flex;
    align-items: center;
}

#imagenPrincipalAsync img {
    border: unset;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
}

#imagenPrincipalAsync .product-thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: minmax(0px, auto);
    grid-auto-flow: dense;
    padding: 0;
}

.miniaturasAsincronas {
    text-align: center;
    box-shadow: unset;
    border-radius: 0;
    max-height: unset;
    width: auto;
    padding: 0;
    min-width: unset;
    max-width: unset;
    margin-right: 0;
    overflow: hidden;
    grid-column-end: span 1;
    grid-row-end: 1;
    transition: all .25s ease-in-out;
}

.miniaturasAsincronas:hover {
    box-shadow: unset;
    border: 1px solid #ed7204;
}

#imagenPrincipalAsync .miniaturasAsincronas img {
    height: 90px;
}

.agrupaciones {	   
	display: none;
}

#imagenPrincipalAsync .btn-zoom {
    background-color: lightgrey;
    position: absolute;
    bottom: 0;
    right: 0;
    border: unset;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	text-shadow: unset;
	transition: all .4s ease;
    z-index: 1;
}

#imagenPrincipalAsync .btn-zoom:hover {
    background: #ed7204;
	color: #fff;
}

#imagenPrincipalAsync .quantity{
    width: 30%;
    padding-left: 15%;
}
#imagenPrincipalAsync .qty {
    width: 100%;
    border: 1px solid #d0d0d0;
    background-color: #fdfdfd;
}

#imagenPrincipalAsync .btnMenos {
    position: absolute;
    left: 0;
}
#imagenPrincipalAsync .btnMas {
    position: relative;
    left: -60px;
    bottom: 33px;
}

/* FIN DE LOS AJUSTES DE LAS AGRUPACIONES */

/* AJUSTES DEL GRID DE LA PÁGINA DE INICIO -LOS BANNERS- */

.GridInicio {
    max-width: 1200px;
    margin: 0 auto;
}

.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 10px;
    grid-auto-rows: minmax(180px, auto);
    grid-auto-flow: dense;
    padding: 10px;
}

.grid-item {
    padding: 1rem;
    background-color: #333;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.grid-item-2 {
    padding: 0;
}

.grid-item-4 {
    padding: 0;
}

.grid-item-5 {
    padding: 0;
}

.grid-item-6 {
    padding: 0;
}

.grid-item-3 {
    background-color: #da0f0f;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    text-align: center;
}

.grid-item-6 {
    background-color: #5692ee;
}

.textosBanner1 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
}

.textosBanner2 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    color: #fff;
	min-height: 180px;
}

.tituloBanner2 {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
}

.tituloBanner2-1 {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: .5px;
	line-height: 1;
}

.tituloBanner2-2 {
    text-align: right;
    font-size: 20px;
    font-weight: 300;
}

.textoBanner2 {
    padding: 0;
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.tituloBanner3 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .5px;
    font-size: 40px;
    margin: 0 0 5px;
    line-height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	min-height: 120px;
	z-index: 1;
}

.textoEnviosBanner3 {
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 11px;
    min-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    font-weight: 600;
}

.textoBanner3 {
    font-size: 12px;
    padding: 0 5px;
}

.textosBanner5 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.textosBanner5 {
    min-height: 180px;
}

.textoBanner4 {
    padding: 5px 30px 0 10px;
}

.espacioVacioBanner4, .espacioVacioBanner5 {
    min-height: 90px;
}

.textoBanner5 {
    padding: 0;
    position: absolute;
    bottom: 9px;
    text-align: center;
    width: 100%;
    font-size: 25px;
    color: #000;
    font-weight: 800;
}

.tituloBanner5 {
    text-align: right;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
}

.textosBanner6 {
    display: flex;
    flex-direction: column;
    color: #000;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: flex-end;
	min-height: 180px;
}

.tituloBanner6 {
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 25px 0 0;
    line-height: 20px;
}

.textoBanner6 {
    padding: 0 10px 0 0;
    font-size: 10px;
    line-height: 14px;
    font-weight: 800;
}

.clasificacionBanner6 {
    padding: 10px 20px 0 0;
    font-size: 12px;
    font-weight: 800;
}

.imgBannerGrid {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: left center;
}

.imgBannerGrid1 {
    min-height: 370px;
}

.imgBannerGrid2 {
    min-height: 180px;
}

.imgBannerGrid3 {
    top: unset;
    bottom: -35px;
    object-fit: contain;
    object-position: center center;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.imgBannerGrid4, .imgBannerGrid5 {
    height: 180px;
}

.imgBannerGrid5 {
    width: 100%;
}

.imgBannerGrid6 {
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
    height: 180px;
    width: 100%;
}

.span-1 {
    grid-column-end: span 1;
    grid-row-end: span 2;
}

.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 1;
}

.span-3 {
    grid-column-end: span 1;
    grid-row-end: span 1;
}

.span-4 {
    grid-column-end: span 3;
    grid-row-end: span 1;
}

.enlaceBanner4 {
    display: block;
}

.textosBanner4 {
    min-height: 180px;
	position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    color: #000;
	justify-content: flex-end;
    align-items: center;
}

.tituloBanner4 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 1;
}

.contactoBanner4-1 {
    font-size: 11px;
}

.telefonoBanner4, .whatsappBanner4 {
    padding: 0 5px 0 0;
}

.textoTelefonoBanner4, .textoWhatsappBanner4, .textoEmailBanner4 {
    font-weight: 800;
}

.contactoBanner4-2 {
    font-size: 11px;
    padding: 0 0 7px;
    font-weight: 800;
}


/* FIN DE LOS AJUSTES DEL GRID DE LA PÁGINA DE INICIO -LOS BANNERS- */


/* AJUSTES DE COMPRA RÁPIDA O COMPRA EXPRESS */

.contenedorCompraRapida {
    position: relative;
    padding: 20px 0 30px;
    z-index: 1;
}

.gridCompraRapida {
    max-width: 1190px;
    margin: 0 auto;
    display: flex;
}

.gridCompraRapida > div {
    width: 50%;
}

.productosCarritoCompraRapida {
    padding: 0 0 0 25px;
}

.resumenCarritoCompraRapida {
    width: 100%;
    background: #f1f3f6;
    padding: 0 25px 20px;
    margin: 20px auto 30px;
    display: flex;
    flex-direction: column;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    border-radius: 15px;
}

#inicioNovedadesGridCompraRapida .titleSection {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto 10px;
}

#inicioNovedadesGridCompraRapida .item {
    margin: 0 auto 25px;
}

#inicioNovedadesGridCompraRapida .item .priceItem {
    color: #c72b30;
}

#inicioNovedadesGridCompraRapida .item .grupoInputBtn-shoppingCart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

#inicioNovedadesGridCompraRapida .item .shoppingCartItem {
    position: unset;
}

#inicioNovedadesGridCompraRapida .item .input-shoppingCart {
    width: 50%;
    border-color: unset;
    box-shadow: unset;
    border: unset;
    text-align: center;
    font-size: 20px;
    color: #ed7204;
    background: #e0e4f1;
    height: 45px;
    padding: 0;
    margin: 0;
}

#inicioNovedadesGridCompraRapida .item .grupoPrecioArticulo {
    position: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: unset;
    background: transparent;
    flex-direction: row;
}

#inicioNovedadesGridCompraRapida .imageContainerItem .imageItem {
    border: unset;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
    height: 255px;
    padding: 0;
}

#inicioNovedadesGridCompraRapida .item .promopriceItem {
    margin: 0 5px 0 0;
}

.boxFooterCompraRapida {
    margin-top: 0 !important;
}

/* FIN DE LOS AJUSTES DE COMPRA RÁPIDA O COMPRA EXPRESS */

.enlaceMayor {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    min-height: 65px;
    min-height: 65px;
}

.enlaceMayor img {
    opacity: 1;
    transform: scale(1);
    transition: all .2s ease-out;
}

.accesoExpress1 {
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    padding-left: 7px;
    transition: all .2s ease-out;
}

.enlaceMayor:hover img {
    transform: scale(0.6);
    transition: all .2s ease-out;
}

.enlaceMayor:hover .accesoExpress1 {
    font-size: 18px;
    padding-left: 0;
    transition: all .2s ease-out;
    text-decoration: unset;
}

/* FIN DE LOS AJUSTES DE COMPRA RÁPIDA */

.contenidoCuenta > .col-md-12 > h2 {
    text-align: center;
}

.previewCarro .numeroArticulo {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #f9cd4c;
    border: 2px solid #000;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.previewCarro .btn-theme-transparent {
    position: relative;
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    border: unset;
    padding: 0;
    text-shadow: unset;
    border-radius: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: unset;
    transition: all .2s ease;
}

.previewCarro .btn-theme-transparent:focus .cantidadPreviewCarro i, .previewCarro .btn-theme-transparent:active .cantidadPreviewCarro i {    
    font-size: 0px;
    transition: all .2s ease;
}

.cantidadPreviewCarro {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 3px 0 0;
}

.cantidadPreviewCarro > p {
    font-size: 10px;
}

.pre-header {
    background-color: #ed7204;
}

.elementos-pre-header {
    max-width: 1200px;
    min-height: 45px;
    display: flex;
}

.accesosDirectosMenu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.linkDirecto {
    font-size: 19px;
    color: #fff;
    padding: 0 15px;
    min-height: 45px;
    align-items: center;
    display: flex;
    transition: all 0.2s ease;
}

.linkDirecto:hover {
    color: #fff;
    background: #788ac3;
}

.telefonoPreHeader, .whatsappPreHeader {
    color: #fff;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33,0.11,0.02,0.99);
}

.telefonoPreHeader:hover, .whatsappPreHeader:hover {
    color: #fed702;
    text-decoration: unset;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
    transform: scale(1.10) translateY(-0.5rem);
    border-radius: 5px;
}

.iconoTelefonoPreHeader {
    font-size: 20px;
    margin: 0 6px 0 0;
}

.telefonoPreHeader1 {
    display: flex;
    flex-direction: column;
}

.marcasHome1 .titleSection {
    display: none;
}

#sliderManufacturesIDSlider {
    background-color: #fff;
    padding: 10px 0;
    position: unset;
}

#sliderManufacturesID {
    margin: 0;
}

#sliderManufacturesID .itemSlider .imageItem{	
    transition: all 0.4s ease-in-out;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
    height: 55px;
}

#sliderManufacturesID .itemSlider .imageItem:hover {
    transform: scale(1.1);
}

.articulosCategoriasHome {
    max-width: 100% !important;
}

.full {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.articulosCategoriasHome1 {
    overflow: hidden;
}

.containerSeparador path {
    fill: #f9cd4c;
}

.containerSeparador {
    position: absolute;
    top: -100px;
    display: none;
}

.containerSeparador1 {
    position: absolute;
    bottom: -140px;
    z-index: -1;
}

.containerSeparador1 path {
    fill: #f1f2e3;
}

.informacionHome .row {
    max-width: 1200px;
    display: flex;
    align-items: center;
    min-height: 367px;
}

.logoIconos {
    width: 100%;
    object-fit: contain;
    object-position: center center;
}

.informacionHome {
    margin: 35px 0 0;
    background-color: #f1f2e3;
}

.iconosIzdaInicio1 {
    visibility: visible;
    animation-name: fadeInLeft;
    text-align: right;
}

.iconosIzdaInicioOne, .iconosDchaInicioOne {
    margin-bottom: 50px;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.FilaIzdaInicio1 {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -10px;
    margin-left: -10px;
    flex-direction: row-reverse;
}

.IconoInicioIzda1 {
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
}

.ImagenInicioIzda1 {
    height: 90px;
    width: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.06);
    animation: iconClassic 20s ease-in-out infinite;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

@keyframes iconClassic {
    30% {
        color: #151515;
        background: #ffffff;
    }
    
    33% {
        color: #ffffff;
        background: #76aa6f;
    }
    
    64% {
        color: #ffffff;
        background: #76aa6f;
    }
    
    67% {
        color: #151515;
        background: #f9e95e;
    }
    
    97% {
        color: #151515;
        background: #f9e95e;
    }
}

.textoIconoInicio {
    flex: 0 1 auto;
    margin-bottom: 10px;
}

.tituloIconoInicio {
    margin-top: 4px;
    font-weight: 800;
    letter-spacing: .075em;
    font-size: 23px;
    margin-bottom: 0;
    color: #151515;
}

#myTopVentasInicio, #imagenesCategoriasID, #myTopVentasInicioSlider .owl-stage {
    margin: 0 auto;
}

#myTopVentasInicio {
    position: relative;
}

#relacionados .titleSection, #equivalentes .titleSection {
    display: flex;
    justify-content: flex-start;
    margin: 25px 0 20px;
    border-style: none none solid none;
    border-bottom: 1px solid #d0d0d0;
}

.h2-titleVentasSlider {
    position: relative;
    color: #343f49;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    display: flex;
    line-height: 30px;
    padding: 0 0 7px 5px;
    overflow: unset;
    margin: 0;
}

.h2-titleVentasSlider::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 7px;
    background-color: #fed700;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    border-radius: 0 0 10px 10px;
    z-index: 5;
}

.h2-titleVentasSlider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fed700;
    left: 0;
    bottom: -1px;
}

.titleSection {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titleSection h1, .titleCompraRapida .h2-titleItem {
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.titleSection h1::before, .titleSection h1::after, .titleCompraRapida .h2-titleItem::before, .titleCompraRapida .h2-titleItem::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20%;
    height: 150%;
    background: transparent;
    border: 2px solid #171b244d;
}

.titleSection h1::before, .titleCompraRapida .h2-titleItem::before {
    left: -10px;
    border-style: solid none solid solid;
}

.titleSection h1::after, .titleCompraRapida .h2-titleItem::after {
    right: -10px;
    border-style: solid solid solid none;
}

.titleCompraRapida {
    display: flex;
    justify-content: center;
}

#sliderManufacturesID .titleSection {
    margin: 25px 0 20px;
    justify-content: left;
    border-style: none none solid none;
    border-bottom: 1px solid #d0d0d0;
}

.contenedorGrid {
    padding: 0;
    position: relative;
}

.grupoItemsDestacados2 {
    position: unset;
}

.containerSeparador1 {
    position: absolute;
    bottom: -140px;
    z-index: -1;
}

.articulosCategoriasHome2, .articulosCategoriasHome4 {
    display: flex;
    padding: 0;
}

.full2 {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}


.loginCarro label {
    margin-left: 9px;
    font-weight: 400;
}

body.boxed {
	max-width: 1200px;
	margin: 0 auto;
}

.boxedContent{
	max-width: 1190px;
	margin: 0 auto;
    position: relative;
}

.boxedContentBodyFabricante, .boxedContent.boxedContentBodyMarca {
    margin: 20px auto 0;
}

.gridTopVentasSlider {
    max-width: 1190px;
    margin: 0 auto;
}

.departamentosBody {
    margin: 20px 0 0;
}

/* ------------------------ AJUSTES DEL BUSCADOR --------------------------------- */

.column {
  float: left;
  width: 100%;
  position: relative;
}

.search {
    position: relative;
    margin: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_bar {
    width: 90%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.search_bar input[type="checkbox"] {
    display: none;
    margin: 3px 0.5ex;
}

.search_bar input[type="text"] {
  width: 15px;
  background: transparent;
  -webkit-transition: border 0.2s 0s, width 0.1s 0.2s cubic-bezier(0.225, 0.01, 0.475, 1.01), text-indent 0.1s 0.2s;
  transition: border 0.2s 0s, width 0.1s 0.2s cubic-bezier(0.225, 0.01, 0.475, 1.01), text-indent 0.1s 0.2s;
  padding: 20px;
  border-color: #fff;
  text-indent: 30px;
  outline: none;
  border: 0px solid #fff;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}

.search_bar input::placeholder {
    /* Safari, Chrome and Opera */
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.search_bar ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #fff;
  font-weight: 500;
}

.search_bar ::-moz-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #fff;
  font-weight: 500;
}

.search_bar ::-o-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #fff;
  font-weight: 500;
}

.search_bar input[type="checkbox"]:checked + label + input {
  width: 100%;
  border: 2px solid #fff;
  text-indent: 0px;
}

.search_bar input[type="checkbox"]:checked + label i {
  right: 0px;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(360deg) scale(0);
          transform: translateY(-50%) translateX(50%) rotate(360deg) scale(0);
  color: #fff;
}

.search_bar input[type="checkbox"]:checked + label .last {
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(360deg) scale(1);
          transform: translateY(-50%) rotate(360deg) scale(1);
}

.search_bar input[type="checkbox"]:checked + label p {
  top: 50%;
  -webkit-transition: all .2s .35s;
  transition: all .2s .35s;
}

.search_bar input[type="checkbox"]:not(checked) + label p {
  top: -50%;
  -webkit-transition: all .2s 0s;
  transition: all .2s 0s;
}

.search_bar .last {
  -webkit-transform: translateY(-50%) rotate(0deg) scale(0);
  transform: translateY(-50%) rotate(0deg) scale(0);
}

.search_bar i {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateY(-50%) translateX(50%) rotate(0deg) scale(1);
    transform: translateY(-50%) translateX(50%) rotate(0deg) scale(1);
    cursor: pointer;
    margin: auto;
    border-radius: 4px;
    width: 46px;
    height: 46px;
    font-size: 30px;
    color: #fff;
    background: transparent;
    -webkit-transition: right .2s .2s, color .2s, -webkit-transform .2s .2s;
    transition: right .2s .2s, color .2s, -webkit-transform .2s .2s;
    transition: right .2s .2s, transform .2s .2s, color .2s;
    transition: right .2s .2s, transform .2s .2s, color .2s, -webkit-transform .2s .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}


.search_bar i:hover {
  color: #fff;
}

.search_bar p {
  position: absolute;
  margin: 0;
  right: 52px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  top: -50%;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
          transform: translateY(-50%) rotate(0deg) scale(1);
}

.search label {
    display: unset;
    max-width: unset;
    margin-bottom: 0;
    font-weight: unset;
}


/* ------------------------ FIN DE LOS AJUSTES DEL BUSCADOR --------------------------------- */

/* AJUSTES DE LA PÁGINA "NO ENCONTRADO" */

/* Ajustes del texto */

.home > .wrapper {
    background-color: unset;
    position: relative;
    display: table;
    height: unset;
    width: 100%;
    font-size: 30px;
    text-align: center;
    vertical-align: unset;
    color: white;
    padding: 15px 0 0;
    max-width: 600px;
    margin: 0 auto;
    border-radius: unset;
}

.home > .wrapper > .container {
    width: 100%;
    padding: 0;
}

.home > .wrapper > .container > .row {
    margin: 0;
}

.home > .wrapper > .container > .row > .col-sm-12 {
    width: 100%;
    float: unset;
    padding: 0;
}

.home .slider {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.home .slider > .mask {
    overflow: hidden;
    height: 65px;
}

.home .slider > .mask > .slide {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translate(-50%, -100%);
    list-style: none;
}

.home .slider .slide.firstanimation {
    animation: cycle 9s ease-in-out infinite;
    color: #0474b1;
}

.home .slider .slide.secondanimation {
    animation: cycletwo 9s ease-in-out infinite;
	color: #dd0c1b;
}

.home .slider .slide.thirdanimation {
    animation: cyclethree 9s ease-in-out infinite;
    color: #ea5073;
}

@keyframes cycle {
  0%  { transform: translate(-50%, 0%); opacity: 1; } /* visible */
  29% { transform: translate(-50%, 0%); opacity: 1; } /* start move */
  33% { transform: translate(-50%, 100%); opacity: 0; } /* below */
  96% { transform: translate(-50%, -100%); opacity: 0; } /* above */
  100%{ transform: translate(-50%, 0%); opacity: 1; } /* visible */
}

@keyframes cycletwo {
  0%  { transform: translate(-50%, -100%); opacity: 0; } /* above */
  29% { transform: translate(-50%, -100%); opacity: 0; } /* start move */
  33% { transform: translate(-50%,    0%); opacity: 1; } /* visible */
  62% { transform: translate(-50%,    0%); opacity: 1; } /* visible */
  66% { transform: translate(-50%,  100%); opacity: 0; } /* below */
  100%{ transform: translate(-50%, -100%); opacity: 0; } /* above */
}

@keyframes cyclethree {
  0%  { transform: translate(-50%, -100%); opacity: 0; } /* top */
  62% { transform: translate(-50%, -100%); opacity: 0; } /* start move */
  66% { transform: translate(-50%,    0%); opacity: 1; } /* visible */
  96% { transform: translate(-50%,    0%); opacity: 1; }
  100%{ transform: translate(-50%,  100%); opacity: 0; } 
}

.slide > p {
    font-size: 20px;
	font-weight: 500;
}

/* Fin de los ajustes del texto */

/* ----------------- FACTORY ---------------- */

.stage {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 500px;
    height: 350px;
}

.factory {
    position: absolute;
    width: 100px;
    height: 200px;
    background: #0575b1;
    transform: translate(30px, 100px);
}

.factory::before {
  background: #114e6f;
  border-radius: 1px;
  width: 110px;
  height: 10px;
  top: -10px;
  left: -5px;
}

.factory::after {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  background-color: #c96160;
}

.magic {
  background: #b8e3f0;
  width: 40px;
  height: 45px;
  position: absolute;
  border-radius: 0 0 3px 3px;
  transform: translate(0, -60px);
}

.magic::before {
  background: #af9218;
  bottom: -5px;
  left: 20%;
  width: 60%;
  height: 5px;
}

.magic::after {
  background: #27af61;
  border-radius: 0 0 3px 3px;
  bottom: 3px;
  left: 3px;
  width: 34px;
  height: 70%;
  animation: upDown 9000ms linear infinite normal;
}

.screen {
  width: 90px;
  height: 70px;
  background-color: #415060;
  position: absolute;
  border-radius: 5px;
  border: 3px solid #fbf7e4;
  transform: translate(5px, 40px);
  overflow: hidden;
}

.screen::before, .screen::after {
  top: 0;
  left: 0;
  width: 90px;
  height: 60px;
  box-shadow: inset 0 0 0 1px rgba(76, 215, 135, 0.2);
  background-color: rgba(76, 215, 135, 0.1);
  transform: translate(-100px, 0px);
  animation: moveRightPseudo 650ms linear infinite normal;
}

.band {
  position: absolute;
  width: 350px;
  height: 15px;
  background: #364451;
  border-radius: 8px;
  transform: translate(30px, 210px);
}

.band::before {
  background-image: radial-gradient(#4b5d6f 40%, rgba(0, 0, 0, 0) 41%);
  background-size: 15px 15px;
  background-position: 0px 0px;
  width: 90%;
  height: 15px;
  top: 0px;
  right: 5px;
  z-index: 2;
  animation: band 2150ms linear infinite normal;
}

.band::after {
  background: #4b5d6f;
  width: 79%;
  height: 75px;
  top: 15px;
  left: 57px;
  transform: skew(-15deg);
}

.stage ul {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 460px;
  height: 160px;
  overflow: hidden;
  transform: translate(30px, 140px);
}

.stage ul::after {
  background: #415060;
  border-radius: 50%;
  width: 100px;
  height: 5px;
  bottom: 0px;
  right: 8px;
  z-index: 0;
}

.stage li {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    width: 90px;
    height: 60px;
    background-color: #cf7473;
    transform: translate(0px, 10px);
    transform-origin: center bottom;
    animation-name: moveRight;
    animation-duration: 3000ms;
    animation-timing-function: linear;
    animation-direction: normal;
    animation-iteration-count: infinite;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .25px;
    display: flex;
    align-items: center;
}
.stage li::after {
  display: block;
  width: 25px;
  height: 7px;
  background-color: #c34e4d;
  top: 5px;
  left: 5px;
}

.stage li:nth-child(1) {
  animation-delay: 0ms;
}

.stage li:nth-child(2) {
  animation-delay: 600ms;
}

.stage li:nth-child(3) {
  animation-delay: 1200ms;
}

.stage li:nth-child(4) {
  animation-delay: 1800ms;
}

.stage li:nth-child(5) {
  animation-delay: 2400ms;
}

.ps, .factory::before, .factory::after, .magic::before, .magic::after, .screen::before, .screen::after, .band::before, .band::after, .stage ul:after, .stage li::after {
  content: '';
  position: absolute;
}

@keyframes moveRight {
    0% {transform: translate(-70px, 10px);}
    80% {transform: translate(325px, 10px);}
    90% {transform: translate(330px, 13px) rotateZ(90deg);}
    100% {transform: translate(340px, 110px) rotateZ(135deg);}
}

@keyframes moveRightPseudo {
    0% {transform: translate(-50px, 5px);}
    100% {transform: translate(60px, 5px);}
}

@keyframes upDown {
    0% {height: 70%;}
    70% {height: 5%;}
    100% {height: 70%;}
}

@keyframes band {
    0% {background-position: 0px 0px;}
    100% {background-position: 100% 0px;}
}

/* -------------------- FIN FACTORY --------------------- */

/* FIN DE LOS AJUSTES DE LA PÁGINA "NO ENCONTRADO" FACTORY */


.previewCarro img {
    height: 35px;
}


/* Top bar
/* ========================================================================== */


#mkt_cms_header .top-bar {
    color: #ffffff;
}

.top-bar-right p {
    background-color: #5e818d;
    padding: 3px 9px;
    border-radius: 6px;
}

#mkt_cms_header .top-bar ul {
  margin-bottom: 0;
}
#mkt_cms_header .top-bar ul li {
  margin-right: 20px;
}
@media (max-width: 991px) {
  #mkt_cms_header .top-bar ul li {
    margin-right: 5px;
  }
}
#mkt_cms_header .top-bar ul a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
#mkt_cms_header .top-bar ul a:hover span {
  border-bottom: solid 1px #ffffff;
}
#mkt_cms_header .top-bar ul a:hover .fa {
  color: #00b16a;
}
#mkt_cms_header .top-bar ul a span.colored {
  color: #00b16a;
  margin-left: 5px;
}
@media (max-width: 991px) {
  #mkt_cms_header .top-bar ul a span {
    display: none;
  }
}
#mkt_cms_header .top-bar ul .dropdown-menu {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
#mkt_cms_header .top-bar ul .dropdown-menu li {
  margin-right: 0;
}
#mkt_cms_header .top-bar ul .dropdown-menu a {
  color: #232323;
  padding: 3px 10px;
}
#mkt_cms_header .top-bar ul .dropdown-menu a:hover {
  border-bottom: none;
}
#mkt_cms_header .top-bar ul .fa {
  margin-right: 5px;
}
#mkt_cms_header .top-bar ul .dropdown-toggle .fa {
  margin: 0 0 0 5px;
}
#mkt_cms_header .top-bar .top-bar-left {
  float: left;
}
#mkt_cms_header .top-bar .top-bar-right {
  float: right;
}
#mkt_cms_header .top-bar .top-bar-right > ul > li {
  padding: 0;
  margin: 0;
  position: relative;
}
#mkt_cms_header .top-bar .top-bar-right > ul > li + li {
  padding: 0 0 0 10px;
  margin: 0 0 0 9px;
}
#mkt_cms_header .top-bar .top-bar-right > ul > li + li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 8px;
  background-color: #ffffff;
}
#mkt_cms_header .top-bar .icon-user img {
  margin-top: -3px;
  margin-right: 5px;
}
#mkt_cms_header .top-bar .icon-form img {
  margin-top: -5px;
  margin-right: 5px;
}
#mkt_cms_header .top-bar .dropdown.currency .dropdown-menu {
  min-width: 80px;
}
#mkt_cms_header .top-bar .dropdown.flags > a img {
  margin-top: -3px;
}
#mkt_cms_header .top-bar .dropdown.flags .dropdown-menu {
  min-width: 75px;
}

#mkt_cms_header .top-bar ul a span.colored {
color: #FDFDFD!important;
list-style: none !important;}

#mkt_cms_header .top-bar ul a:hover span {
  border-bottom: solid 1px #7B7B7B !important;
}

#mkt_cms_header .top-bar .top-bar-right {
    float: right;
    font-size: 13px;}
#mkt_cms_header .top-bar ul a:hover .fa {
  color: #C7EEFF !important;
}
#mkt_cms_header .top-bar ul a:hover{
  color: #5e818d !important;
}
#mkt_cms_header .top-bar ul a{
  color:#5e818d !important;
}


/* header */


#mkt_cms_header .sticky-wrapper .header {
  width: 100%;
  z-index: 20;
}

.header .header-search .form-control {
  width: 100%;
  height: 50px;
  line-height: 50px;  
}

.header .header-search .form-control:focus {
  
    border: 1px solid #52616b;
    transition:ease-in-out 0.2s;
}
.header .header-search button {
    position: absolute;
    top: 8px;
    border: none;
    padding: 2px 8px;
    line-height: 30px;
    font-size: 16px;
    background-color: #ffffff;
    color: #737373;
}


.header .navigation-wrapper.navigation-sticky {
  width: 100%;
}
@media (max-width: 480px) {
  #mkt_cms_header .header-search {
    position: relative !important;
    left: 0 !important;
    float: none;
    width: 100% !important;
    margin-bottom: 20px;
  }
  #mkt_cms_header .header-cart {
    position: relative !important;
    right: auto !important;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    top: 15px;
  }
}

/*
#mkt_cms_header .header{border-bottom: solid 2px #D2D2D2!important;box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.49), 0 38px 186px rgba(0, 0, 0, 0.1) inset;-webkit-box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.49), 0 38px 186px rgba(0, 0, 0, 0.1) inset;}
*/


#mkt_cms_header .header .header-search{  margin-top: 15px;}
  
  
#mkt_cms_header .logo {

    padding-top: 5px;
    height: auto;
    text-align: left;
    margin-bottom: 15px;
}

#mkt_cms_header .logo img {
    max-width: 100%;
    margin-left: 5px;
}


/* Shopping cart popup */
/* ========================================================================== */
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}

.cart-total {
  cursor: pointer;
  font-weight: bold;
  line-height: 33px;
  text-transform: uppercase;
  color: #a5abb7;
}
@media (max-width: 639px) {
  .cart-total {
    font-size: 14px;
  }
}
.cart-total .total {
  float: left;
}
.cart-total .fa {
  float: left;
  display: block;
  font-size: 24px;
  line-height: 33px;
  margin-left: 2px;
  color: #232323;
}
.cart-total .items {
  float: left;
  margin-left: 5px;
}

/* Widget categories
/* ========================================================================== */
/*
.widget-categories ul li + li {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.widget-categories ul li a {
  display: block;
  padding: 5px 0 5px 20px;
  position: relative;
}
.widget-categories ul li a:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 5px;
}
.widget-categories ul li a:hover:before {
  -webkit-animation: bounceIn .4s;
  animation: bounceIn .4s;
}

/* Widget tabs
/* ========================================================================== */

.widget.limit-shop-categories{
	max-height: 50px;
	overflow: hidden;
}

.widget.shop-categories h4 span {
     right: 15px;
    position: absolute;
    width: 50px;
    background-color: #C9D6DF;
    cursor: pointer;
    font-size: 10px;
}

.widget.shop-categories .widget-title {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.widget.shop-categories .widget-content {  

}

.widget.shop-categories ul {  
  padding-left: 0px;
}


.children2 {
    display: none;
}
.children3 {
    display: none;
}

.widget.shop-categories ul li {  
  overflow: hidden;
  list-style: none;
}

.widget.shop-categories ul a:hover {
    color: #a1d7ff;
    text-decoration: unset;
}

.widget.shop-categories ul a .count {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-right: 2px;
}

.children.ul-segundoNivel {
  text-transform: none;
  padding-left: 20px;
  display: none;
}

.widget.shop-categories ul ul.children li {
  float: left;
  width: 100%;
}

.widget.shop-categories ul .count {
  float: right;
  font-size: 12px;
  margin-right: 2px;
}

.widget.shop-categories ul .arrow {
    float: right;
    display: flex;
}

.iconPlusMenu {
    width: .7em;
    height: .7em;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.iconPlusMenu::before, .iconPlusMenu::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #59668c;
    border-radius: 0.125em;
    transition: all 0.2s;
}

#mkt_cms_menuMobileContainer .iconPlusMenu::before, #mkt_cms_menuMobileContainer .iconPlusMenu::after {
    background-color: #ed7204;
}

#mkt_cms_menuMobileContainer .icon-segundoNivel .iconPlusMenu::before, #mkt_cms_menuMobileContainer .icon-segundoNivel .iconPlusMenu::after {
    background-color: #ed7204;
}

#mkt_cms_menuMobileContainer .icon-tercerNivel .iconPlusMenu::before, #mkt_cms_menuMobileContainer .icon-tercerNivel .iconPlusMenu::after {
    background-color: #000;
}

#mkt_cms_menuMobileContainer .children2:hover .li-tercerNivel:hover .icon-tercerNivel .iconPlusMenu::before, #mkt_cms_menuMobileContainer .children2:hover .li-tercerNivel:hover .icon-tercerNivel .iconPlusMenu::after {
    background: #ed7204;
}

.iconPlusMenu::before {
    top: 50%;
    left: 0;
    transform: translate3D(0, -50%, 0) rotate(0);
    width: 100%;
    height: 0.1em;
}

.iconPlusMenu::after {
    top: 50%;
    left: 50%;
    transform: translate3D(-50%, -50%, 0) rotate(0);
    width: 0.1em;
    height: 100%;
}

.arrow.is-active .iconPlusMenu::before {
    transform: translate3D(0, -50%, 0) rotate(180deg);
}

.arrow.is-active .iconPlusMenu::after {
    transform: translate3D(-50%, -50%, 0) rotate(90deg);
}

.widget.shop-categories ul .arrow .fa {
  font-size: 17px;
  line-height: 14px;
}

.widget.shop-categories ul a {
    transition: all .2s ease;
}

.li-primerNivel {
    position: relative;
}

.link-primerNivel {
    width: 80%;
    font-size: 14px;
    padding: 15px 0 15px 15px;
    display: flex;
    float: left;
}

.icon-primerNivel {
    width: 20%;
    justify-content: center;
    padding: 15px 0;
}

.li-segundoNivel {
    background: #fdf1e6;
    padding: 0 0 15px;
}

.link-segundoNivel {
    width: 80%;
    height: 35px;
    font-size: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    float: right;
}

.li-segundoNivel:first-child {
    padding: 15px 0;
}

.icon-segundoNivel {
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 0 0 20px;
    float: left !important;
    display: flex;
    background: transparent;
    border: 1px solid #ed7204;
    border-radius: 50%;
}

.li-tercerNivel {
    padding: 10px 0 10px 70px;
}

.li-tercerNivel:first-child {
    padding: 10px 0 10px 70px !important;
}

.li-tercerNivel:last-child {
    padding: 10px 0 10px 70px;
}

.link-tercerNivel {
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding: 0;
    display: flex;
    align-items: center;
    float: right;
}

.icon-tercerNivel + .link-tercerNivel {
    width: 85%;
}

.icon-tercerNivel {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
    border: 1px solid;
    border-radius: 50%;
    float: left !important;
}

.shop-categories .children2:hover .li-tercerNivel:hover .icon-tercerNivel {
    border: 1px solid #ed7204;
}

.li-cuartoNivel {
    height: 40px;
}

.link-cuartoNivel {
    width: 100%;
    font-size: 12px;
    padding: 0 0 0 50px;
    display: flex;
    align-items: center;
    height: 40px;
}

.widget.shop-categories.licencias ul a {
    display: block;
    margin-right: 20px;
    color: #FBFBFB;
    text-shadow: 2px 1px 1px #7d7d7d !important;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: none;
    padding-left: 10px;
    padding-top: 10px;
    min-height: 35px;
}





/* ==================== AJUSTES DEL MENÚ "CATEGORÍAS" ======================================= */

.menuCategorias, .menuFabricantes #filtroFabricantesID {
    border: 1px solid #59668c;
}

.widget.shop-categories {
    background: transparent;
}

.widget.shop-categories h4 {
    color: #fff;
    font-weight: 500;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    height: unset;
    line-height: unset;
    text-align: center;
    padding: 10px;
    letter-spacing: 2px;
    background-color: #59668c;
}

.widget.shop-categories ul {  
    font-size: 18px;
    font-weight: 400;
    line-height: unset;
    text-transform: capitalize;
    padding: 0px;
    margin: 0;
    color: #211916;
}

.shop-categories > .widget-content {
    
}

li.primer-item {
    min-height: unset;
    padding: 0;
}

li.primer-item:hover {
    background-color: #d4deff;
    transition: all 0.3s;
}

#mkt_cms_menuMobileContainer li.primer-item:hover {
    background-color: transparent;
}

.widget.shop-categories ul a {
    color: #000;
}

.widget.shop-categories li.primer-item:hover a {
    color: #000;
}

.widget.shop-categories ul a:hover {
    color: #fff;
    text-decoration: unset;
}

.widget.shop-categories ul > li.primer-item:focus > .arrow .fa, .widget.shop-categories ul > li.primer-item:active > .arrow .fa, .widget.shop-categories ul > li.primer-item:hover > .arrow .fa {
    transform: rotate(0deg);
}

.widget.shop-categories ul > li.borderNivel1:focus > .flechaChildren .fa, .widget.shop-categories ul > li.borderNivel1:active > .flechaChildren .fa, .widget.shop-categories ul > li.borderNivel1:hover > .flechaChildren .fa {
    transform: rotate(0deg);
}

.widget.shop-categories ul ul.children > .borderNivel1:hover .children2 > li:hover .flechaChildren .fa {
    transform: rotate(0deg);
}

.widget.shop-categories ul .arrow .fa {
    font-size: 17px;
    line-height: 14px;
    transform: rotate(-90deg);
    transition: all 0.3s;
}

.widget.shop-categories li.primer-item:hover .arrow {
    color: #ed7204;
}

.widget.shop-categories ul ul.children {
    font-size: 15px;
    font-weight: 700;
    line-height: unset;
    text-transform: none;
    margin-top: 0;
    padding-left: 0;
    display: none;
}

.widget.shop-categories ul ul.children li.borderNivel1:hover {
    background: #ed7204;
}

.widget.shop-categories ul ul.children li.borderNivel1:hover .arrow {
    color: #fff;
}

.widget.shop-categories li.borderNivel1:hover > a {
    color: #fff;
}

.shop-categories .children2:hover li:hover {
    background: #ed720430;
}

.shop-categories .children2:hover li:hover a {
    color: #ed7204 !important;
}

.widget.shop-categories ul ul.children > .borderNivel1 .children2 > li:hover > a {
    color: #fff;
}

.widget.shop-categories ul ul.children li {
    float: left;
    width: 100%;
    line-height: unset;
}

.widget.shop-categories ul ul.children > .borderNivel1:hover .children2 > li > a {
    color: #fff;
}

.widget.shop-categories ul ul.children > .borderNivel1 .children2 > li > a {
    padding: 10px 12px 10px 55px;
    font-size: 14px;
}

.widget.shop-categories ul ul.children > .borderNivel1:hover .children2 > li:hover {
    
}

.widget.shop-categories ul ul.children > .borderNivel1:hover .children3 > li:hover {
    background-color: #0e2d75;
}

.widget.shop-categories ul ul.children > .borderNivel1 .children3 > li > a {
    padding: 10px 12px 10px 75px;
    font-size: 14px;
}

.widget.shop-categories ul ul.children > .borderNivel1 .children3 > li:hover > a:hover {
    color: #fff !important;
}

ul.children2 {
    display: none;
}

ul.children3 {
    display: none;
}

.widget.shop-categories ul a .count {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-right: 2px;
}


.widget.limit-shop-categories{
	max-height: 50px;
	overflow: hidden;
}

.widget.shop-categories h4 span {
     right: 15px;
    position: absolute;
    width: 50px;
    background-color: #C9D6DF;
    cursor: pointer;
    font-size: 10px;
}

.widget.shop-categories .widget-title {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}


.widget.shop-categories ul li {  
  overflow: hidden;
  list-style: none;
}

.widget.shop-categories ul .count {
  float: right;
  font-size: 12px;
  margin-right: 2px;
}

.widget.shop-categories.licencias ul a {
    display: block;
    margin-right: 20px;
    color: #FBFBFB;
    text-shadow: 2px 1px 1px #7d7d7d !important;
    font-weight: 700;
    text-transform: none;
    padding-left: 10px;
    padding-top: 10px;
    min-height: 35px;
}

#filtroFabricantesID {
    margin-top: 30px;
}


/* ==================== FIN DE LOS AJUSTES DEL MENÚ "CATEGORÍAS" ======================================= */


#mydestacado .itemSlider {
	border: 0;
	padding: 20px;
	background-color: #fff;
    border: solid 5px white;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#mydestacadoGrupo .itemSlider, #mydestacadoDepartamento .itemSlider {
    border: 0;
    box-shadow: none;
}


#mydestacadoGrupo .itemSlider .stockItem, #mydestacadoDepartamento .itemSlider .stockItem   {
    color: #F44336;
    padding: 10px;
    position: absolute;
    background-color: rgba(240, 245, 249, 0.62);
    bottom: 145px;
    /* right: 21px; */
    border-bottom-left-radius: 5px;
    min-width: 40px;
    text-align: center;
    font-size: 10px;
}

#mydestacadoGrupo .itemSlider .promopriceItem, #mydestacadoDepartamento .itemSlider .promopriceItem {
    font-size: 12px;
    margin: 0 0 0 7px;
}


#mydestacado .itemSlider .shoppingCartItem{
    color: #C9D6DF;
    font-size: 20px;
    top: auto;
    bottom: 20px;
    right: 45px;
    left: auto;
    position: absolute;
    background-color: #F0F5F9;
    padding: 8px;
    border-radius: 5px;
}

#mydestacadoGrupo .itemSlider .btn-theme-transparent {
    margin-top: 0 !important;
    background-color: inherit;
    font-size: inherit;
    text-shadow: inherit;
    border: inherit;
}


#mydestacadoGrupo .itemSlider .btn-theme-transparent, #mydestacadoDepartamento .itemSlider .btn-theme-transparent{
  margin-top: 0 !important;
}

#mydestacadoGrupo .itemSlider .btn-theme-transparent:hover, #mydestacadoDepartamento .itemSlider .btn-theme-transparent:hover{
    background-color: #ff8100;
    color: #FFFFFF;
}

/* </product-box> */

#sliderBannerID .itemSlider .imageItem{	
	max-height: none;
	max-width: none;
}

#sliderBannerID .owl-stage-outer .owl-item .itemSlider {
    border: 0px solid #ccc;
    text-align: -webkit-center;
    background-color: #fff;
}

#inicioNovedadesGrid2 .item {
    border: 1px solid #eee;
    background-color: #ccc;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    /* min-height: 150px; */
    background-color: #fff;
}

/* FOOTER */

.mkt_cms_footer {
	max-width: 100%;
	margin-top: 35px;
    background-color: #f1f3f6;
}

.boxFooterCuenta {
    margin-top: 10px;
}

.pre-footer {
    background-color: #171b24;
}

.pre-footer1 {
    max-width: 1190px;
    min-height: 50px;
    margin: 0 auto;
    display: flex;
}

.tarjetasFooter {
    width: 65%;
    display: flex;
    align-items: center;
}

.svg-iconPagoSeguro {
    height: 27px;
}

.enviosFooter {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.variableEnvios {
    display: flex;
    align-items: center;
}

.imagenEnvios-footer {
    display: flex;
}

.svg-iconTruckDelivery {
    height: 40px;
    width: 40px;
    fill: #fff;
}

.textoEnvios-footer {
    margin-left: 10px;
}

.tituloEnvios-footer {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.textoEnvios-footer1 {
    color: #fff;
    font-size: 11px;
    margin: 0;
}

#mkt_cms_footer {
    margin: 0 auto;
}

.footer_module_class {    
    text-align: left;
    padding-top: 0;
    padding-bottom: 15px;
    color: #000;
    max-width: 1190px;
}

.footer-atencionCliente, .footerInformacion, .footerTiendaFisica, .logoFooter {
    text-align: center;
}

.footer-atencionCliente, .footerInformacion, .footerTiendaFisica {
    padding: 15px 0 0;
}

.footerTiendaFisica, .logoFooter {
    padding-right: 0;
}

.titulo-atencionCliente {
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
}

.telefono-atencionCliente {
    font-size: 19px;
    padding: 0 10px;
    font-weight: 500;
    color: #000;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}

.telefono-atencionCliente:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
    transform: scale(1) translateY(-0.5rem);
    text-decoration: unset;
    border-radius: 5px;
    color: #d33933;
}

.telefono-atencionCliente1 {
    display: flex;
    margin-right: 5px;
}

.svg-iconPhoneContact {
    height: 20px;
    width: 20px;
    fill: #000;
}

.horario-atencionCliente1 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .4px;
    margin: 0;
}

.horario-atencionCliente2 {
    font-size: 12px;
    font-weight: 500;
}

.tiendaFisicaFooter {
    margin-bottom: 15px;
}

.titulo-tiendaFisica, .tituloInformacionFooter {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px !important;
    display: flex;
    justify-content: center;
}

.tituloHome {
    font-size: 17px;
    margin: 0 0 0 5px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase;
}

.tienda-fisica {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
    flex-direction: column;
}

.tienda-fisica:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
    transform: scale(1) translateY(-0.5rem);
    text-decoration: unset;
    border-radius: 5px;
    color: #d33933;
}

.telefono-puntoDeVenta {
    color: #000;
    display: inline-flex;
    margin: 0 0 10px;
    padding: 0 10px;
    transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}

.telefono-puntoDeVenta:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
    transform: scale(1) translateY(-0.5rem);
    text-decoration: unset;
    border-radius: 5px;
    color: #d33933;
}

.telefono-puntoDeVenta .fa {
    height: 23px;
    align-items: center;
    display: inline-flex;
    margin-right: 5px;
    font-size: 16px;
}

.logo {
  margin: 0 auto;
}

.texto-logoFooter {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin: 7px 0 0 !important;
}

.link-logoFooter {
    display: block;
    margin: 5px 0 0;
}

.links-footer {
    margin: 0;
    padding: 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.links-footer li {
    width: 16.67%;
    text-align: center;
}

.links-footer a {
    color: #000;
    transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}

.links-footer a:hover {
    color: #d33933;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
    transform: scale(1) translateY(-0.5rem);
    text-decoration: unset;
    border-radius: 5px;
}

.footer-meta {
    padding: 0;
    background-color: #f1f3f6;
    font-size: 12px;
}

.footer-meta .container {
    position: relative;
    max-width: 1190px;
    margin: 0 auto;
    padding: 5px 0;
}

.footer-meta .container::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    top: 0;
}

.texto-footer-meta {
    text-align: center;
}

.copyright {
    color: #000;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright a {
    color:#000;
    transition: all .2s ease;
}

.copyright a:hover {
    color: #d33933;
}

.footerMKT {
    background: url(assets/img/logo2.png); 	
	width: 25px;
    height: 25px;
    background-size: 25px;
    margin: 0;
    padding: 0;
}

.footerPay {
    background: url(assets/img/tarjetas.png);
	width: 120px;
    height: 40px;
    margin: 0;
    padding: 0;	
}

#mkt_cms_footer .widget-title {
    color: #DDF5F7;
    font-weight: 500;
    font-size: 16px;
}



/* FIN DEL FOOTER */


/* INICIO DE <paginacion> */

.contenedorPaginacionItems {
    display: flex;
    align-items: center;
    margin: 15px 0 5px;
}

.contenedorPaginacionItems .nav-pagination {
    width: 50%;
}

#sliderBannerIDHome .contenedorPaginacionItems, #sliderManufacturesID .contenedorPaginacionItems, #imagenCategoriaBis .contenedorPaginacionItems {
    display: none;
}

.nav-pagination3:first-child {
    width: 100%;
}

.nav-pagination2 {
    display: flex;
    justify-content: flex-start;
}

.nav-pagination3 {
    display: flex;
    justify-content: flex-end;
}

.grupo-nav-pagination3 {
    display: flex;
}

.grupo1-nav-pagination3 {
    margin: 0 15px 0 0;
}

.paginationCantidadMostrada {
    margin: 0 15px 0 0 !important;
}

.nav-pagination4 {
    margin: 15px 0 0;
}

.pagination {
    background-color: transparent;
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    border-radius: 40px;
    position: relative;
    z-index: 2;
    width: auto;
    text-align: center;
}

.paginationUp {
    display: flex;
}

.pagination > li { 
    cursor: pointer;
}

.pagination > li > a, .pagination > li > span {
    min-width: 20px;
    min-height: 20px;
    float: unset;
    margin-right: 8px;
    background-color: #fff;
    color: #7b8184;
    border-radius: 100px !important;
    cursor: pointer;
    transition: 0.3s ease;
    padding: 0 5px;
    border: 1px solid #7b8184;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination > li > .activeProductsPageOption {
    min-width: 70px;
    cursor: auto;
    color: #fff;
    border: 1px solid #d33933;
    background-color: #d33933;
    animation: seleccionado .4s ease-in-out;
}

@keyframes seleccionado {
    0% {
        min-width: 0px;
    }
    
    100% {
        min-width: 70px;
    }
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #ffffff;
    background-color: #d33933;
    border: 1px solid #d33933;
}

.botonesVista {
    display: none;
}

/* FIN DE <paginacion> */

/* AJUSTES DEL BREADCRUMB */

.boxBreadcrumb {
    background: #f1f3f6;
}

.gridBreadcrumb {
    margin: 0 auto;
    padding: 0 0 0 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 10%), 0px 0px 0px 0px rgb(255 255 255), inset 0px 0px 2px 0px rgb(0 0 0 / 10%), inset 1px 1px 1px 0px rgb(255 255 255);
    color: #171b24;
    background-color: #f1f3f6;
}

.gridBreadcrumbContacto {
    z-index: 2;
}

.breadcrumbActivo {
    padding: 0 15px 0 0;
}

.textoBreadcrumbActivo {
    text-transform: uppercase;
    color: #d33933;
    font-weight: bold;
}

.paginaActiva {
    position: relative;
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.gridBreadcrumbCarrito .breadCrumbHome, .gridBreadcrumbAcceso .breadCrumbHome, .gridBreadcrumbContacto .breadCrumbHome, .gridBreadcrumbDesistimiento .breadCrumbHome, .gridBreadcrumbRegistro .breadCrumbHome, .gridBreadcrumbCuenta .breadCrumbHome, .gridBreadcrumbFabricantes .breadCrumbHome {
    margin: 0 10px 0 0;
}

.breadCrumbHome {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    float: left;
    width: 45px;
    height: 30px;
    background: transparent;
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    color: #7b8184;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.35, 0.57, 0.13, 0.88);
}

.breadCrumbHome::before {
    font-family: FontAwesome;
    content: "\f015";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}

.breadCrumbHome::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border: 1px solid #919eab;
    border-width: 0 0 1px 1px;
    width: 37px;
    height: 37px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    -o-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate( -135deg);
    z-index: 1;
}

#mkt_cms_breadcrumb .breadCrumbLeve1::after, #mkt_cms_breadcrumb .breadCrumbLeve2::after, #mkt_cms_breadcrumb .breadCrumbLeve3::after {
    content: "";
    position: absolute;
    top: 50%;
    border: 1px solid #919eab;
    border-width: 0 0 1px 1px;
    width: 37px;
    height: 37px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    -o-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate( -135deg);
    z-index: 1;
}

#mkt_cms_breadcrumb .breadCrumbLeve1::after {
    right: 0;
}

#mkt_cms_breadcrumb .breadCrumbLeve2::after {
    right: 0;
}

#mkt_cms_breadcrumb .breadCrumbLeve3::after {
    left: 55px;
}

.breadcrumbActivo span {
    background: transparent;
    text-align: center;
    position: relative;
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    color: #7b8184;
    line-height: 30px;
    text-transform: uppercase;
}

.breadcrumbActivo > .paginaActiva a + span {
    display: none;
}

.link-familiaBreadcrumb, .link-ramaBreadcrumb, .link-categoriaBreadcrumb, .link-subcategoriaBreadcrumb {
    display: flex;
    float: left;
    height: 30px;
    background: transparent;
    text-align: center;
    position: relative;
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    color: #7b8184;
    text-decoration: unset;
    align-items: center;
    text-transform: uppercase;
}

.link-familiaBreadcrumb {
    padding: 0 15px 0 10px;
}

.link-ramaBreadcrumb {
    padding: 0 15px 0 15px;
}

.link-categoriaBreadcrumb {
    padding: 0 0 0 15px;
}

.link-familiaBreadcrumb:hover, .link-ramaBreadcrumb:hover, .link-categoriaBreadcrumb:hover {
    color: #d33933;
}

.link-familiaBreadcrumb::before, .link-ramaBreadcrumb::before, .link-subcategoriaBreadcrumb::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border: 1px solid #919eab;
    border-width: 0 0 1px 1px;
    width: 37px;
    height: 37px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    -o-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate( -135deg);
    z-index: 1;
}

#mkt_cms_breadcrumb .breadCrumbLeve1, #mkt_cms_breadcrumb .breadCrumbLeve2, #mkt_cms_breadcrumb .breadCrumbLeve3 {
    display: flex;
    float: left;
    height: 30px;
    background: transparent;
    text-align: center;
    padding: 0 20px 0 15px;
    position: relative;
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    color: #7b8184;
    text-decoration: unset;
    align-items: center;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.35, 0.57, 0.13, 0.88);
}

#mkt_cms_breadcrumb .breadCrumbLeve1 {
    padding: 0 20px 0 10px;
}

.breadCrumbHome:hover, #mkt_cms_breadcrumb .breadCrumbLeve1:hover, #mkt_cms_breadcrumb .breadCrumbLeve2:hover, #mkt_cms_breadcrumb .breadCrumbLeve3:hover {
    color: #d33933;
}

#mkt_cms_breadcrumb .breadCrumbLeve3 {
    padding: 0 35px 0 0;
}

#idBackBoton {
    padding: 0;
    margin: 0 auto !important;
    width: 100%;
    /* max-width: 1190px; */
    text-align: right;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    z-index: 1;
}

#idBackBoton > a {
    width: 90px;
    height: 30px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #f1f3f6;
    color: #7b8184;
    border: 2px solid #f1f3f6;
    border-radius: 50px;
    margin: 0 15px 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    overflow: hidden;
    cursor: pointer;
    transition: all 300ms ease;
    box-shadow: inset 4px 4px 4px #bfcbde, inset -4px -4px 4px #f9f9f9;
}

#idBackBoton > a:hover, #idBackBoton > a:hover .textoBack {
    text-decoration: unset;
}

.arrowButton {
    width: 100%;
    height: 100%;
    background: #171b24;
    right: -200px;
    position: absolute;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: all .35s ease-Out;
    transition: all .35s ease-Out;
    bottom: 0;
}

.svg-arrowBreadcrumb {
    width: 27px;
    height: 20px;
    fill: white;
}

#idBackBoton > a:hover .arrowButton {
    right: 0;
}

/* FIN DE LOS AJUSTES DEL BREADCRUMB */

/* Ajustes de los tabs de la ficha de artículo */

.tabs-articulo-item {
    list-style: none;
    display: flex;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tabs-articulo-item li {
    width: 40%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    opacity: 0.6;
    transition: border-style .2s ease-in-out;
}

.tabs-articulo-item li.tabsArticuloCurrent {
    position: relative;
    z-index: 5;
    opacity: 1;
}

.tabs-articulo-item li a {
    display: flex;
    padding: 0 5px 8px;
    text-transform: uppercase;
    color: #7e8184;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    line-height: 16px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.tabs-articulo-item li.tabsArticuloCurrent a {
    font-weight: 700;
    color: #171b24;
}

.tabsTextoItem {
    width: 100%;
}

.tabs-contenido-articulo {
    width: 100%;
    border-radius: 10px;
    margin: 25px 0 0;
    box-shadow: inset 4px 4px 4px #bfcbde, inset -4px -4px 4px #f9f9f9;
}

#tabArticulo-1 {
    display: block;
}

.tab-content-articulo {
    width: 100%;
    padding: 5%;
    height: 90%;
    display: none;
}

.tabs-cabecera-articulo-item {
    position: relative;
    width: 90%;
    z-index: 1;
}

.sliderLine {
    height: 2px;
    width: 40%;
    margin-top: -2px;
    background: #171b24;
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
    -moz-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
    -ms-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
    -o-transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
    transition: all 0.6s cubic-bezier(0.21, 0.61, 0.36, 1);
}

/* Fin de los ajustes de los tabs de la ficha de artículo */

/* Ajustes de datos adicionales -tabs de documentos y enlaces - */

#myTabs {
    width: 100%;
}

.contenedorInformacionAdicional {
    max-width: 1190px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.nav-tabs {
    width: 100%;
    position: relative;
    border: 2px solid #dcdcdc;
    border-radius: 100px;
    display: flex;
    align-items: center;
    list-style: none;
    height: 60px;
}

.tabs-wrapper .tabArticulo svg {
    width: 16px;
    height: 16px;
    fill: #1d1d27;
}

.tabs-wrapper .tabArticulo.active svg {
    fill: #fff;
}

.nav-tabs > .tabArticulo {
    float: unset;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 0;
    transition: color 0.1s linear;
    transition-delay: 0.1s;
    box-shadow: none;
    background-color: transparent;
    margin: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    color: #59668c;
    font-weight: 700;
    font-size: 14px;
}

.nav-tabs > .tabArticulo.active {
    
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #ed7309;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.textTabArticulo {
    margin: 0 0 0 10px;
}

.nav-tabs .indicator {
    display: block;
    position: absolute;
    width: 40%;
    background: #59668c;
    top: 4px;
    bottom: 4px;
    left: 4px;
    transition: transform 0.5s cubic-bezier(0.17, 0.8, 0.33, 0.99), width 0.5s linear;
    z-index: 0;
    border-radius: 100px;
    box-shadow: 0 10px 30px 0 rgb(43 44 51 / 15%);
}

.tab-content {
    margin: 30px 0 0;
}

.tab-content > div {
    margin: 0 0 40px;
}

.box-imgTab {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comments-form {
    width: 70%;
    padding: 0 0 0 30px;
}

.tab-files {
    display: flex;
    width: 100%;
    padding: 0;
}

.tab-content .tab-files.active {
    display: flex;
    visibility: visible;
}

.title-documentosTab {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7b8184;
    padding: 0;
}

.enlaces-productos::before {
    content: "\f1c1";
    font-family: fontAwesome;
    color: #d33933;
    font-size: 35px;
    margin: 0 8px 0 0;
}

.enlaces-productos {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    transition: all .25s ease;
}

.enlaces-productos:hover {
    color: #d33933;
    text-decoration: none;
}

.title-link-tab {
    display: flex;
    margin: 20px 0 0 15px;
}

.link-TabArticulo {
    width: 100%;
    padding: 0 !important;
    height: 100%;
    margin: 0 !important;
}

.link-TabArticulo.active {
    color: #fff;
}

.link-TabArticulo.active svg {
    fill: #fff;
}

.tab-slider--tabs {
    width: 50%;
    background: #171b24;
    height: 85%;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
}

.nav-tabs .tabArticulo .link-TabArticulo:hover {
    background-color: transparent;
    border: unset;
}

/* Fin de los ajustes de datos adicionales -tabs de documentos y enlaces - */

.modal-backdrop-loading{
 position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 2;
    color: #fff;
}

.badge{    background-color: #e0f4f7;
    color: rgb(53, 83, 132);}

.to-cart {
    z-index: 99999999;
    font-size: 15px;
    text-align: center;
    position: fixed;
    right: 1%;
    top: 85%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #ffffff;
    background-image: linear-gradient(60deg,#ed7204 35%,#788ac3);
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.32), -1px -3px 5px rgba(0, 0, 0, 0.12) inset, 1px 3px 4px rgba(208, 21, 18, 0.5) inset;
}

.to-cart:hover {
    background-color: #BCC2C7;
    color: #fff;
}

.to-cart a:hover {
    text-decoration: none;
}

.textoBtnCaja {
    width: unset;
    float: unset;
    font-weight: 800;
    color: transparent;
}

.to-cart .textoBtnCaja .badge {
    background-color: white;
    color: #da0f0f;
    display: inline-flex;
    min-width: 10px;
    padding: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: unset;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 100px;
    position: absolute;
    z-index: 15;
    width: unset;
    height: unset;
    justify-content: center;
    align-items: center;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.iconoBtnCaja {
    background-color: transparent;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 100em;
    margin: 0 auto;
    position: absolute;
    z-index: 10;
    top: 42%;
    left: 51%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 39px;
}

.precioBtnCaja {
    padding: 0;
    margin: 0 0 0 -24px;
    text-align: center;
    width: 58px;
    height: 58px;
    font-size: 15px;
    font-weight: 500;
    line-height: 55px;
    background: #788ac3;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 52%;
    left: 45%;
    transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
    opacity: 0; 
}

.precioBtnCaja:hover {
    background: #788ac3;
}

.to-cart:hover .precioBtnCaja {
    opacity: 1;
    transform: translate(0%, -50%);
    z-index: 50;
    top: 50%;
    left: 44%;
    position: absolute;
}

.to-cart .fa-credit-card::before {
    content: "\f291";
}

#gridArticulo .item .imageItem {
    max-height: none;
    max-width: 550px;
}


#articuloImagenes img {
    /* max-height: 200px; */
    max-width: 250px;
}

.limitarTextoProducto {
    overflow: hidden;
    max-height: 125px;
    transition: ease-out 1s;
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.nolimitarTextoProducto {
    overflow: hidden;
    max-height: 1500px;
    transition: ease-out 1s;
    cursor: pointer;
    width: 100%;
}

#IdTextoLimitadoProducto > br {
    
}

#IdTextoLimitadoProducto br + br {
    
}

#IdTextoLimitadoProducto p {
    display: flex;
    flex-direction: column;
}

div#mkt_cms_visitedProducts h1 {
    color: #53626C;
    font-size: 20px;
    background-color: #F0F5F9;
    padding: 15px;
    text-align: center;
}

/*ESTILOS ITEM VISITADO*/
.itemVisitado {
    background-color: #fff;
    margin:0;
    padding: 0;
   
    border-radius: 3px;
}

.media-body.infoVisitado {
    padding-top: 15px !important;
    font-size: 12px;
    color: #C9D6DF;
    padding: 5px;
}
h4.media-heading.item-title.tituloVisitado a {
    font-size: 18px;
    color: #00ADB5;
}

/*--------------------*/

#mydestacado .itemSlider .shoppingCartItem:hover {
    color: #00ADB5;
    transition: ease-out 0.5s;
    background-color: #E7E9EA;
}

/* AJUSTES DE LA FICHA DE ARTÍCULO O DE PRODUCTO */

.contenedorArticulo {
    background: linear-gradient(to right, #fff 40%, #f1f3f6 40%);
}

.gridContenedorArtículo {
    max-width: 1190px;
    position: relative;
    width: 100%;
    min-height: 470px;
    display: flex;
    margin: 0 auto 40px;
}

.contenedorTextoArticulo {
    width: 60%;
    min-height: 420px;
    padding: 0 0 0 20px;
    float: right;
    position: relative;
}

.contenedorTextoArticulo::before {
    content: "";
    height: 100%;
    width: 1px;
    background: #7b818447;
    position: absolute;
    left: 0;
}

.contenedorImagenArticulo {
    width: 40%;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}

#IdTextoProducto {
    padding: 20px 0 0;
}

.descriptionItem {
    display: flex;
    flex-direction: column;
    margin: 0 0 5px;
}

.clasificacionTituloArticulo {
    font-size: 0;
    color: transparent;
}

.clasificacionTituloArticulo a {
    display: none;
}

.clasificacionTituloArticulo a:last-child {
    display: flex;
    color: #949494;
    font-size: 16px;
}

#IdTextoProducto .infoArticuloGrupo0 {
    position: relative;
    padding: 20px 0;
}

.infoArticuloGrupo0::before {
    /* content: ""; */
    width: 100%;
    height: 1px;
    position: absolute;
    background: #7b818447;
    bottom: 0;
}

#IdTextoProducto .articuloGrupo1, #IdTextoProducto .articuloGrupo2 {
    display: flex;
    color: #0575b1;
    font-weight: 500;
    font-size: 15px;
}

#IdTextoProducto .articuloGrupo1 {
    margin: 0 0 20px;
}

#imagenPrincipal a {
    display: flex;
    align-items: center;
}

#imagenPrincipal img {
    border: unset;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
}

#IdTextoProducto .tituloArticulo {
    font-size: 29px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.1px;
    margin: 0;
}

#IdTextoProducto .priceItem {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 0 10px;
}

#IdTextoProducto .priceItem::before {
    /* content: ""; */
    width: 100%;
    height: 1px;
    position: absolute;
    background: transparent;
    bottom: 0;
}

#IdTextoProducto .priceItemAgrupacion {
    padding: 0 0 20px;
}

#IdTextoProducto .precioArticulo {
    position: relative;
    width: 82%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#IdTextoProducto .precioArticulo::before {
    content: "";
    width: 100%;
    height: 1px;
    /* background: #c7c7c7; */
    background: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#IdTextoProducto .precioArticulo1 {
    background: #f1f3f6;
    padding: 0 0 0 5px;
    z-index: 1;
}

#IdTextoProducto .precioArticuloDestacado {
    color: #d33933;
}

#IdTextoProducto .boxInputArticulo {
    position: relative;
    width: 25%;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.textoInputArticulo {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #7e8184;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.num-block_articulo {
    width: 90%;
}

.num-in_articulo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputArticuloPpal::-webkit-inner-spin-button, .inputArticuloPpal::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.num-in_articulo span {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 50%;
    background: #ffffff;
    color: #171b24;
    cursor: pointer;
    transition: all .2s ease;
}

.num-in_articulo span:hover {
    background: #171b24;
    color: #fff;
}

#IdTextoProducto .inputArticuloPpal {
    border: 2px solid #000;
    border-style: none none solid none;
    width: 50%;
    font-size: 20px;
    text-align: center;
    background: transparent;
}

#IdTextoProducto .shoppingCartItem {
    width: 100%;
    position: relative;
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#IdTextoProducto .boxShoppingCartItem::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #59668c36;
    bottom: 0;
}

#IdTextoProducto .boxShoppingCartItem {
    position: relative;
    display: flex;
    align-items: center;
}

#IdTextoProducto .btnCarroArticulo {
    position: relative;
    width: 75%;
    overflow: hidden;
    padding: 0;
}

#IdTextoProducto .carroProducto {
    position: relative;
    width: 100%;
    height: 64px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    background-color: #171b24;
    text-shadow: none;
    letter-spacing: 2px;
    padding: 0 15px;
    border-radius: 0 50px 50px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: unset;
    overflow: hidden;
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#IdTextoProducto .carroProducto > img {
    position: absolute;
    width: unset;
    padding: 0;
    left: -25%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: transparent;
}

#IdTextoProducto .carroProducto:hover > img {
    cursor: pointer;
    background-color: transparent;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

#IdTextoProducto .carroProducto:hover {
    background-color: #d33933;
}

#IdTextoProducto .shoppingCartItemConsultaPrecioArticulo .span-consultaPrecioArticulo, #IdTextoProducto .shoppingCartItemConsultaPrecioArticulo .span-consultaPrecioArticulo:hover {
    background-color: #9e9e9e;
    pointer-events: none;
    cursor: no-drop;
}

#IdTextoProducto .shoppingCartItemConsultaPrecioArticulo {
    pointer-events: none;
    cursor: no-drop;
}

.contenedorArticulo .infoAdicional h2 {
    background: unset;
    margin: 0 0 15px;
    color: #2d3989;
    font-size: 17px;
    text-transform: capitalize;
}

.contenedorArticulo .infoAdicional div {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 500;
}

.contenedorArticulo .infoAdicional span {
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.contenedorArticulo .infoAdicional a {
    color: #000;
    background-color: transparent;
    padding: 4px 10px;
    border-radius: 8rem;
    cursor: pointer;
    transition: box-shadow 600ms cubic-bezier(.33,.11,.02,.99), transform 600ms cubic-bezier(.33,.11,.02,.99);
    font-size: 15px;
}

.contenedorArticulo .infoAdicional a:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1), 0 1px 6px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .1), 0 16px 16px rgba(0, 0, 0, .1), 8px 32px 32px rgba(0, 0, 0, .15), 8px 64px 64px rgba(0, 0, 0, .15);
    transform: scale(1.05) translateY(-0.5rem);
    text-decoration: unset;
    color: #ea5073;
}

#IdTextoProducto .shoppingCartItem p {
    width: 30%;
    float: right;
    padding: 0 25px 0 0;
    margin: 0;
    font-size: 18px;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

#IdTextoProducto .shoppingCartItem p input {
    position: relative;
    width: 85%;
    height: 62px;
    min-height: unset;
    border-bottom: 2px solid #59668c;
    color: #211916;
    text-align: center;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    font-size: 25px;
    background: transparent;
}

#IdTextoLimitadoProducto p span, [id^="IdTextoLimitadoProducto"] p span {
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #000 !important;
}

#IdTextoProducto #capaVerMas, #IdTextoProducto [id^="capaVerMas"] {
    width: 100%;
    margin: 15px auto 0;
}

#idBtnVerMas, [id^="idBtnVerMas"] {
    position: relative;
    text-decoration: unset;
    text-shadow: none;
    display: block;
    background-color: transparent;
    width: 120px;
    height: 30px;
    border: 1px solid #171b24;
    color: #171b24;
    cursor: pointer;
    overflow: hidden;
    border-radius: 100px;
    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
    box-shadow: unset;
    padding: 4px 0 4px 30px;
    font-size: 14px;
    font-weight: 600;
}

#idBtnVerMas::after, [id^="idBtnVerMas"]::after {
    content: '';
    background-color: #171b24;
    width: 2px;
    height: 75%;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
     -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

#idBtnVerMas:hover::after, [id^="idBtnVerMas"]:hover::after {
    margin-left: 150px;
}

#idBtnVerMas:hover, [id^="idBtnVerMas"]:hover {
    text-decoration: unset;
    background-position: unset;
    padding: 4px 0px 4px 150px;
    background-color: transparent;
    color: #d33933;
}

#idBtnVerMas i, [id^="idBtnVerMas"] i {
    width: 28%;
    -webkit-transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
    transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.4);
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#idBtnVerMas:hover i, [id^="idBtnVerMas"]:hover i {
    width: 100%;
    transform: translateY(-50%) scale(1.4);
}

.btnCarroArticulo p {
    padding-top: 5px;
}

.btnCarroArticulo i {
    background-color: #EA9CB4;
    padding: 20px;
    border-radius: 5px;
    color: #ffffff;
}


.btnCarroArticulo i:hover {
    background-color: #00B5D1;
 -webkit-transition: ease-in-out 0.2s;
 -o-transition: ease-in-out 0.2s;
 transition: ease-in-out 0.2s;
    color: #F0F5F9;
}

#gridArticulo .imageContainerItem {
    text-align: center;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.44);
    margin-left: 10px;
    border-radius: 0.3em;
    padding: 5px;
}

#articuloImagenes .imageContainerItem {
    padding: 15px;
    width: 48%;
    margin-right: 2%;
    overflow: hidden;
    max-height: 220px;
}

.infoAdicional span {
    font-weight: 400;
    color: #000;
}

.infoAdicional a {
    color: #3f9ab7;
}

.articuloGrupoDisponibilidad {
    margin: 0 0 15px;
    padding: 5px 0;
    text-align: center;
    background: red;
    color: #fff;
    text-transform: uppercase;
    border-radius: 6px;
}

/* AJUSTES MÓDULO SIN STOCK AVISO */

.sinStock {
    height: auto;
    padding: 2rem 1rem;
    padding-bottom: 1rem;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 2px 9px 2px rgba(50, 50, 50, 0.2);
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.moduloSinStock {
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.tituloSinStock {
    padding: 0.5rem 1rem;
    border: 2px solid #f07300;
    border-radius: 14px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.1rem;
    margin-bottom: 1rem;
}

.preguntaSinStock {
    font-size: 2rem;
    width: 60%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.instruccionesSinStock {
    width: 70%;
    text-align: center;
    line-height: 20px;
    margin-bottom: 1.5rem;
    font-size: 15px;
}

.formularioSinStock {
    width: 90%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 1.5rem;
}

.inputEmailSinStock {
    width: 90%;
    color: #676767;
    border-radius: 4px;
    padding: 0.6rem 1rem;
    border: 1px solid silver;
}

.inputEnviarSinStock {
    padding: 0.6rem 1rem;
    border-radius: 4px;
    line-height: 1rem;
    text-transform: capitalize;
    position: relative;
    min-width: 84px;
    min-height: 35.19px;
    overflow: hidden;
    margin-left: 10px;
    background-color: #f27401;
    color: #fff;
    border: unset;
	transition: all .2s ease-out;
}

.inputEnviarSinStock:hover {
    background-color: #973e24;
    color: #fff;
}

.backgroundSinStock {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    background: white;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 110%;
    height: 110%;
}

/* FIN DE LOS AJUSTES MÓDULO SIN STOCK AVISO */

.visitadoContainer {
    margin: 15px;
    background-color: #F0F5F9;
     -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.53);
    box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.53);
}

#mkt_cms_visitedProducts .imageContainer {
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

#IdTextoProducto .porcDtoItem {
    background-color: #d33933;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 2px 25px;
    border-radius: 100px;
    width: 18%;
}

#IdTextoProducto .promopriceItem {
    font-size: 15px;
    color: #5b5b5b;
    text-decoration: line-through;
    margin: 0 7px 0 0;
    position: relative;
}

#IdTextoProducto h4 {
    color: #C9D6DF;
    font-size: 14px;
    padding-left: 0.2em;
    text-decoration: underline;
}

.botonesArticulos {
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

/* FIN DE LOS AJUSTES DE LA PÁGINA DE ARTÍCULO O DE PRODUCTO */

#relacionados .owl-theme .owl-controls .owl-nav [class*=owl-], #equivalentes .owl-theme .owl-controls .owl-nav [class*=owl-] {
}

#relacionados img.imageItem, #equivalentes img.imageItem{} 

#relacionados .imageContainerItem, #equivalentes .imageContainerItem  {
    background-color: #fff;
    min-height: 200px;
}

#relacionados .descriptionItem h2, #equivalentes .descriptionItem h2 {
    font-size: 14px;
}

#relacionados span.textoCajas, #equivalentes span.textoCajas {
    font-size: 9px;
    position: absolute;
    top: 38px;
    color: #087db3;
    left: 6px;
    background-color: rgba(255, 255, 255, 0.62);
    padding: 3px;
}

#relacionados .shoppingCartItem a, #equivalentes .shoppingCartItem a {
    color: #ed7204;
    font-size: 14px;
}

#relacionados .carroProducto, #equivalentes .carroProducto {
    border-color: #f5f5f5;
    border-width: 2px;
    color: #87621e;
    font-size: 10px !important;
    background-color: #FFB317;
    text-shadow: none;
    letter-spacing: 3px;
    border-radius: 10px;
    padding: 6px;
}

#relacionados .shoppingCartItem a.btn-theme-transparent,  #equivalentes .shoppingCartItem a.btn-theme-transparent{font-size: 15px;}
#relacionados .shoppingCartItem a.btn-theme-transparent:hover,  #equivalentes .shoppingCartItem a.btn-theme-transparent:hover{    background-color: #FF9800;
    cursor: pointer;}
#IdTextoProducto .promopriceItem .col-md-12 {
    text-decoration: line-through;
}

#relacionados .stockItem, #equivalentes .stockItem {
    position: absolute;
    top: 92px;
    right: 155px;
    font-size: 9px;
    background-color: rgba(236, 243, 247, 0.18);
    padding: 5px;
    border-radius: 3px;
    color: red;
    width: 65px !important;
}

/* AJUSTES DE LA PÁGINA DEL CARRO DE LA COMPRA */

.itemCarro {
    border: unset;
    margin: 10px 0 0;
    width: 100%;
    min-height: 120px;
    position: relative;
    display: flex;
}

.articulosCarro .media:first-child .itemCarro {
    margin: 0;
}

.borrarCarro {
    background: #acacac;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 15px 0 0;
    transition: all .2s ease;
    z-index: 1;
}

.borrarCarro:hover {
    background: #de352e;
}

.borrarCarro i {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.itemCarro .imagenItemFinalizar {
    background-color: #fff;
    position: relative;
    width: 15%;
    text-align: center;
    padding: 0;
    margin: 0 10px 0 0;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.itemCarro .imagenItemFinalizar img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center center;
}

.itemCarro .contenidoItem {
    width: 85%;
    padding: 0;
}

.contenidoItemParte1 {
    background-color: #f1f3f6;
    position: relative;
    padding: 6px 10px 0;
    margin: 0 0 10px;
    min-height: 80px;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    border-radius: 15px 15px 0 0;
}

.linkTituloArticuloCarro:hover {
    color: #ed7204;
}

.contenidoItemParte2 {
    background-color: #f1f3f6;
    position: relative;
    height: 30px;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.tituloArticuloCarro {
    margin-bottom: 0;
    font-size: 12px;
	width: 95%;
}

.cantidadIncluidaCarro {
    display: none;
}

.itemCarro .item-desc {
    color: #939495;
    font-weight: 600;
    font-size: 10px;
    margin: 0;
}

.itemCarro .item-cajas {
    font-size: 10px;
    font-weight: 600;
    color: #0575b1;
    display: flex;
}

.udsXcajas {
    margin: 0 10px 0 0;
}

.itemCarro .item-gastosenvio, .itemCarro .item-gastosenviosiempre {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #59668c;
}

.itemCarro .contenidoItem .cantidad {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: transparent;
    display: flex;
    align-items: center;
    width: 100%;
}

.cajaCantidad {
    display: flex;
    width: 10%;
}

.udsInputCarrito {
    text-align: center;
    color: #7b8184;
    font-weight: 500;
    border: 2px solid #171b24;
    background: transparent;
    font-size: 16px;
    min-height: 30px;
    padding: 0;
    width: 100%;
}

.itemCarro .importeCarro {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    background-color: #171b24;
    color: #fff;
    margin: 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.itemCarro .precioCarro {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.itemCarro .precioCarro del {
    font-size: 10px;
    color: #8a8a8a;
    text-align: right;
}

.itemCarro .dtoCarro {
    font-size: 10px;
    font-weight: 600;
    color: #29283c;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 2px 0 0 !important;
}

.dtoCarro1 {
    background-color: #f2d368;
    padding: 0 5px;
}

.subtotalCarro {
    padding: 0;
    border: 2px #171b24;
    border-style: solid none none;
    display: flex;
    align-items: center;
    color: #000;
}

.subtotalCarro div {
    width: 50%;
    padding: 10px 0;
}

.textoSubtotalCarro1 {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.cantidadSubtotalCarro {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 600;
}

.media {
    margin: 0 auto 15px;
}

.articulosCarro .media > .media-body {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.boxBtnsCarro {
    display: flex;
}

.btnCarrito {
    padding: 0;
    margin: 0;
    width: 50%;
    float: unset;
    justify-content: center;
    display: flex;
}

.btnCarrito > a, .btnCarrito > a:link, .btnCarrito > a:visited {
    width: 95%;
    background-color: transparent;
    transition: all 300ms ease;
    box-shadow: inset 0 0 0 2px #171b24;
    border-radius: 100px;
    min-height: unset;
    font-size: 14px;
    font-weight: 600;
    color: #171b24;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    border: unset;
    text-shadow: unset;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btnCarrito > a:hover {
    color: #fff;
    text-shadow: none;
}

.btnCarrito > a::after {
    content: "";
    position: absolute;
    background: none repeat scroll 0 0 #171b24;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btnCarrito > a:hover::after {
    height: 1520%;
}

.articulosCarro .imagenTarjetas {
    margin: 0 0 15px;
    border: unset;
    width: 100%;
    object-fit: contain;
    object-position: left center;
    height: 25px;
}

.resumenCarro {
    width: 100%;
    float: unset;
    margin: 12px auto 15px;
    padding: 5px 35px !important;
    border-radius: 6px;
    color: rgba(0,0,0,.87);
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid rgba(0,0,0,.12);
}

.resumenCarro td {
    width: 50%;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}

.importesResumenCarro {
    text-align: right;
}

.resumenCarro tr.total td {
    font-weight: 900;
}

.loginCarro #shippingCostCalculatorInstace h2 {
    margin: -20px 0 20px;
    padding: 1rem 0;
}

#shippingCostCalculatorInstace .input-group {
    margin: 0 auto 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#shippingCostCalculatorInstace .input-group:last-child {
    margin: 0 auto;
}

#shippingCostCalculatorInstace .input-group-addon {
    margin: 0 0 4px;
    color: #7b8184d4;
}

#shippingCostCalculatorInstace br {
    display: none;
}

#shippingCostCalculatorInstace .form-control {
    color: #000;
    border: unset;
    border-radius: 4px;
    background: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #d2dae4;
}

#shippingCostCalculatorInstace button.btn {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    height: 35px;
    font-size: 12px;
    font-weight: 600;
    color: #ed7204;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
    text-shadow: unset;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #ed7204;
    border: unset;
    border-radius: 100px;
    min-height: unset;
    float: unset;
    overflow: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

#shippingCostCalculatorInstace button.btn:hover {
    background-color: #ed7204;
    color: #fff;
    text-shadow: none;
}

.input-group {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.btnAccesoCarrito {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 35px;
    font-size: 12px;
    font-weight: 600;
    color: #171b24;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #171b24;
    border: unset;
    border-color: unset;
    border-radius: 100px;
    overflow: hidden;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btnAccesoCarrito:hover {
    background-color: #171b24;
    color: #fff;
}

.btnEntrarCarrito {
    margin: 0 auto 15px;
}

.productosCarro {
    padding-top: 25px;
}

.productosCarroGrid {
    max-width: 1190px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
}

.tituloCabeceraListadoCarrito {
    font-size: 40px;
    font-weight: 700;
    color: #59668c;
    padding: 0 0 5px;
    display: flex;
}

.articulosCarro {
    width: 70%;
    padding: 0 15px;
}

.datosCarrito {
    width: 30%;
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.datosCarrito1 {
    background: #f1f3f6;
    padding: 0 15px 20px;
    display: flex;
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    border-radius: 15px;
}

.boxBtn-calculadoraGastosEnvio {
    margin: 15px 0;
}

.btn-calculadoraGastosEnvio {
    width: 100%;
    height: 40px;
    border-radius: 50px;
    font-size: 12px;
    box-shadow: 7px 7px 15px 0px rgb(0 0 0 / 30%), -7px -7px 15px 0px rgb(255 255 255), inset -1px -1px 2px 0px rgb(0 0 0 / 30%), inset 1px 1px 2px 0px rgb(255 255 255);
    color: #171b24;
    background-color: #EBECF0;
    border: 2px solid #EBECF0;
    text-transform: uppercase;
    transition: all .2s ease;
}

.btn-calculadoraGastosEnvio:hover {
    background: linear-gradient(135deg, #171b24, #393e4a);
    color: #E0E0E0;
}

.btn-calculadoraGastosEnvio:active {
    box-shadow: 7px 7px 15px 0px rgb(0 0 0 / 30%), -7px -7px 15px 0px rgb(255 255 255), inset 4px 4px 20px 0px rgb(0 0 0 / 30%);
    border: 2px solid #EEE;
    text-shadow: 0px 0px 2px rgb(162 177 202 / 30%);
}

.boxFooterCarrito {
    margin-top: 0;
}

.textoCantidadCarrito {
    display: none;
}

.seccionGeneric1 {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1190px;
    margin: 30px auto 20px;
}

.seccionGeneric1 > div {
    width: 50%;
    padding: 15px 10px 0;
    display: flex;
    flex-direction: column;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #d1d9e2;
    border-radius: 15px;
}

.formasEnvioCarrito {
    margin: 0 10px 0 0;
}

.formasPagoCarrito {
    margin: 0 0 0 10px;
}

.seccionGeneric2 {
    margin: 20px 0 40px;
}

.datosCarritoSeccion3 .moduleRegister > div {
    width: 100%;
}

.datosCarritoSeccion3 .boxRegister {
    display: flex;
    width: 100%;
    justify-content: center;
}

.datosCarritoSeccion3 .boxRegister > .form-input-block {
    width: 50%;
}

.datosCarritoSeccion3 .boxRegister .form-input-block1 {
    margin: 0 10px 0 0;
}

.datosCarritoSeccion3 .boxRegister .form-input-block2 {
    margin: 0 0 0 10px;
}

.input-form-input[disabled], .input-form-input[readonly] {
    background: #e4e4e4;
    color: #a5a5a5;
    cursor: no-drop;
    box-shadow: inset 2px 2px 4px #b4b8bd, inset -2px -2px 4px #f9f9f9;
}

.seccionGeneric1 h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 700;
}

.input-group-addon {
    padding: 0;
    font-size: 12px;
    color: #7b8184;
    text-align: left;
    background-color: transparent;
    border: unset;
    margin: 0 15px 15px;
    display: flex;
    width: 100%;
}

.seccionGeneric1 > div br {
    display: none;
}

.img-formas-pago-carro {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 10px;
}

.svg-iconPagoSeguroCarrito {
    width: 260px;
    height: 24px;
}

.resumenCarrito {
    width: 100%;
    display: flex;
    justify-content: center;
}

.resumenCarroPpal {
    width: 100%;
    color: #000;
}

.resumenCarroPpal h2 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px 0 10px;
}

.resumenCarroTabla {
    width: 100%;
}

.datosCarritoSeccion2 {
    display: flex;
    width: 100%;
    justify-content: center;
}

.btnPagarEscritorio {
    display: flex;
    flex-direction: column;
}

.boxTerminosCondicionesCarro {
    margin: 15px 0 0;
}

.label-preguntaCarrito {
    color: #000;
    font-weight: 500;
    display: flex;
    font-size: 12px;
}

.label-preguntaCarrito a {
    color: #000;
    font-weight: 500;
    transition: all .25s ease;
}

.label-preguntaCarrito a:hover {
    color: #ed7204;
    text-decoration: underline;
}

.contenedorObservacionesCarro, .contenedorLoginCarro {
    width: 100%;
    text-align: center;
    color: #000;
}

.contenedorObservacionesCarro textarea.form-control {
    height: 34px;
    font-size: 12px;
    background-color: #ecf0f3;
    border: unset;
    border-radius: 8px;
    box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}

.contenedorObservacionesCarro textarea.form-control:focus {
    box-shadow: inset 4px 4px 4px #bfc8d8, inset -4px -4px 4px #f9f9f9;
}

.tituloObservacionesCarro, .tituloLoginCarro {
    font-size: 20px;
}

.tituloLoginCarro {
    margin: 15px 0 10px;
}

.observacionesCarrito1 {
    margin: 0 0 20px;
}

.checkboxPreguntaCarrito {
    margin: 1px 4px 0 0 !important;
}

.infoCarro {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
}

.infoCarro i {
    font-size: 15px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.infoCarroRecordatorio .infoCarro1 {
    width: 90%;
    font-weight: 400;
    font-size: 12px;
}

.boxCalculoGastosEnvio h2 {
    font-size: 20px;
    margin: 15px 0 10px;
    color: #000;
    text-align: center;
}

/* FIN DE LOS AJUSTES DE LA PÁGINA DEL CARRO DE LA COMPRA */

/* AJUSTES DEL BOTÓN "REFRESCAR" */

.cantidad .botonRefrescarCarrito {
    margin: 0 0 0 10px;
    background-color: #de352e;
    height: 20px;
    color: #FFF;
    font-size: 12px;
    line-height: unset;
    float: unset;
    width: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 200ms ease-in-out;
}

.cantidad .botonRefrescarCarrito:hover {
    background-color: #fff;
    cursor: pointer;
    color: #de352e;
    box-shadow: inset 0 0 0 2px #de352e;
}

.cantidad .botonRefrescarCarrito i.fa-refresh {
    display: flex;
    align-items: center;
    margin: 0 5px 0 0;
}

.cantidad .botonRefrescarCarrito:hover i.fa-refresh {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


/* FIN DE LOS AJUSTES DEL BOTÓN "REFRESCAR" */

/* AJUSTES DE LA PÁGINA DE EMPRESA */

.boxInfoEmpresa {
    max-width: 1190px;
    margin: 0 auto;
}

.textoEmpresaInfo1 {
    float: unset;
}

.tituloTextoEmpresa {
    font-size: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    padding: 15px 0 5px;
    margin: 0 auto 30px;
    border: 1px solid;
    border-style: none none solid none;
}

.textoEmpresaInfo1 > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textoEmpresaInfo1 img {
    margin: 0 0 30px;
}

/* FIN DE LOS AJUSTES DE LA PÁGINA DE EMPRESA */


/* AJUSTES DE LA PÁGINA DE CONTACTO */

.textoTerminoCondicionesContacto p {
    font-size: 12px;
    color: #7b8184;
}

.boxContacto {
    position: relative;
}

.c-form-content {
    display: flex;
    position: relative;
    z-index: 1;
}

.c-form-content > div {
    width: 50%;
}

.contact-part1-form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    transition: 1.25s;
    background-color: #f1f3f6;
    overflow: hidden;
    box-shadow: 4px 2px 9px 2px #c4cad257, 0px 2px 10px 0px #5d5d5d3b;
}

.switch__circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #ecf0f3;
    box-shadow: inset 8px 8px 12px #d1d9e6, inset -8px -8px 12px #f9f9f9;
    bottom: -45%;
    left: -170px;
}

.switch__circle--t {
    top: -160px;
    left: 65%;
    width: 300px;
    height: 300px;
}

.contact-part2-form {
    padding: 30px 50px 40px;
    background: #fff8f2;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f3f6;
    box-shadow: 4px 2px 9px 2px #9a9a9a57, 0px 2px 10px 0px #5d5d5d3b
}

.btn-form-contacto {
    width: 100%;
    border-radius: 100px;
    margin: 10px 0 0;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #171b24;
    background: transparent;
    color: #171b24;
    transition: all .25s ease-in-out;
}

.btn-form-contacto:hover {
    background: #171b24;
    color: #fff;
}

.contact-part2-map {
    width: 50%;
    padding: 25px;
    background-color: #2E3237;
}

.box-contact-part2-map {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-shadow: inset 2px 2px 3px -2px rgb(0 0 0 / 85%), inset -2px -2px 3px 0px rgb(80 80 80 / 72%);
}

.correo-map-tienda, .direccion-map-tienda, .telefono-map-tienda {
    display: flex;
    justify-content: flex-start;
    min-height: 40px;
    padding: 15px 0 15px 15px;
    box-shadow: inset 2px 2px 3px -2px rgb(0 0 0 / 85%), inset -2px -2px 3px 0px rgb(80 80 80 / 72%);
    height: 33.33333%;
}

.correo-map-tienda, .telefono-map-tienda {
    align-items: center;
}

.direccion-map-tienda {
    align-items: center;
}

.icon-marker-map-tienda {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f3f6ff57;
    margin: 0 10px 0 0;
}

.span-title-direccion-contacto {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.span-direccion-contacto {
    font-size: 14px;
    font-weight: 400;
}

.correo-map-tienda a, .telefono-map-tienda a {
    font-size: 15px;
    font-weight: 400;
}

.icon-correo-map-tienda, .icon-phone-map-tienda {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f3f6ff57;
    margin: 0 10px 0 0;
}

.direccion-map-tienda a {
    display: flex;
    flex-direction: column;
}

.box-contact-part2-map a {
    color: #fff;
}

.label-contacto-checkbox {
    display: flex;
    align-items: flex-start;
    color: #000;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 500;
}

.input-check-contact {
    margin: 2px 5px 0 0 !important;
}

.span-contacto-checkbox a {
    font-weight: 500;
    color: #000;
}

.span-contacto-checkbox a:hover {
    color: #de352e;
}

.c-map-content {
    position: relative;
    display: flex;
    width: 100%;
}

.boxFooterContacto {
    margin-top: 0;
}

.contact-part1-map {
    margin-bottom: -5px;
    box-shadow: inset 5px 5px 5px 0px rgb(0 0 0 / 15%), inset -2px -2px 2px 0px rgb(255 255 255 / 75%);
    background: #f1f3f6;
    width: 50%;
}

.contact-part1-form .bg-bubbles li {
    -webkit-animation: squareContact 25s infinite;
    animation: squareContact 25s infinite;
    transition-timing-function: linear;
}

@-webkit-keyframes squareContact {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1000px) rotate(600deg);
  }
}
@keyframes squareContact {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1000px) rotate(600deg);
  }
}

.textoFormularioContacto {
    width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.title-contacto {
    color: #000;
    font-size: 50px;
    font-weight: 700;
}

.title-contacta {
    margin: 0 0 20px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.2px;
    color: #7b8184;
}

.texto-contacta {
    font-size: 15px;
    font-weight: 400;
    color: #a0a5a8;
}

.p-texto-contacta {
    margin: 0 0 15px !important;
}

.tituloFormularioContacto {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
}

.input-group-contacto {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px;
}

.input-group-contacto {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px;
    color: #ed7204;
    font-weight: 500;
}

.dos-input-group-contacto {
    display: flex;
}

.dos-input-group-contacto .input-group-contacto {
    width: 50%;
}

.dos-input-group-contacto .input-group-contacto:first-child {
    margin: 0 15px 0 0;
}

.title-input-group {
    font-size: 12px;
    margin: 0 0 2px;
    color: #7b818499;
    cursor: pointer;
}

.input-contact, .textarea-contact {
    border-radius: 6px;
    outline: none;
    line-height: 14px;
    font-size: 14px;
    padding: 4px 8px;
    margin-right: 0;
    background: transparent;
    border: unset;
    color: #7b8184;
    min-height: 33px;
    box-shadow: inset 2px 2px 4px #cdd6e4, inset -2px -2px 4px #f9f9f9;
    transition: 0.25s ease;
}

.textarea-contact {
    min-height: 70px;
}

.input-contact:focus, .textarea-contact:focus, .searchClientes:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: inset 4px 4px 4px #c1cbdc, inset -4px -4px 4px #f9f9f9;
}

.input-contact::placeholder, .textarea-contact::placeholder {
    color: #7b8184b0;
}

.c-schedule-content {
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 40px;
}

.c-schedule-content > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-schedule2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.c-schedule-content2 {
    padding: 5px;
    box-shadow: 0.3rem 0.3rem 0.6rem #c8d0e7, -0.2rem -0.2rem 0.5rem #ffffff;
    border-radius: 20px;
}

.c-schedule-contentInner2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0.2rem 0.2rem 0.5rem #c8d0e7, inset -0.2rem -0.2rem 0.5rem #ffffff;
    padding: 20px 40px;
    border-radius: 15px;
}

.c-schedule-content2-conocenos {
    padding: 5px;
}

.c-schedule-content2-conocenos .title-schedule2 {
    margin: 0 0 10px;
}

.title-schedule {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.text-schedule {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin: 7px 0 0;
}

.title-schedule2 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

/* FIN DE LOS AJUSTES DE LA PÁGINA DE CONTACTO */

/* AJUSTES DE LA PÁGINA CONDICIONES GENERALES */

#textId h2 {
    font-size: 20px;
}

#textId h3 {
    font-size: 17px;
}

/* FIN DE LOS AJUSTES DE LA PÁGINA CONDICIONES GENERALES */

/* AJUSTES DE LA PÁGINA ACCESO */

.bodyWebsiteLogin {
    margin-top: 0;
}

.boxFooterLogin {
    margin-top: 0;
}

.loginBoxedContentBody {
    position: relative;
    min-height: 70vh;
    width: 100%;
    overflow: hidden;
}

.bgvid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.bgvid.inner {
    top: calc(-55vh + 400px);
    left: calc(-64vw + 400px);
    -webkit-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    width: 100vw;
}

.cajaAcceso {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #fff;
    background: rgba(0,0,0,0.14);
}

.containerAccesoCliente {
    width: 100%;
    height: 400px;
    position: relative;
}

.box-form {
    position: relative;
    padding: 50px 40px 0;
    box-sizing: border-box;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.contenedorLogin {
    width: 400px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.box-login-title {
    position: relative;
    margin: 0 auto 15px;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.campoCorreo, .campoPassword {
    display: flex;
    flex-direction: column;
}

.box-login label, .campoCorreoRecuperar label {
    background-color: transparent;
    border: unset;
    color: #000;
    padding: 0;
    text-align: left;
    font-weight: 400;
}

.emailAcceso, .emailClave {
    display: block;
    margin: 5px auto;
    padding: 15px;
    background: rgba(0,0,0,0.2);
    color: #fff;
    border: 0;
    border-radius: 4px 4px 4px 4px !important;
}

.campoPassword {
    margin: 20px auto;
}

.campoCorreoRecuperar .emailAcceso {
    width: 100%;
}

.botonAcceso {
    background: #e2e4e6;
    border: 0;
    border-radius: 50px;
    color: #8f9191;
    padding: 10px;
    font-size: 20px;
    width: 100%;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    transition: all .2s linear;
}

.botonAcceso:hover {
    background: #171b24;
    color: #fff;
}

.boxRecuperar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    min-width: 100%;
    height: 400px;
    background: none;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.containerAccesoCliente.active .boxRecuperar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    height: 400px;
    border-radius: 5px;
    padding: 40px 40px 0;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
}

.logoAcceso {
    position: absolute;
}

.containerAccesoCliente.active .box-form {
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
}

.circleAcceso {
    border-radius: 50%;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -100px;
    right: -100px;
    background: #00000070;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.circleAcceso.expand {
    width: 1200px;
    height: 1200px;
    bottom: -560px;
    right: -565px;
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.containerAccesoCliente.active .boxRecuperar .toggleRecuperar {
    position: absolute;
    background: transparent;
    top: 40px;
    right: -70px;
    font-size: 0;
    box-shadow: none;
   
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.containerAccesoCliente.active .boxRecuperar .toggleRecuperar:before {
  content: '';
}

.containerAccesoCliente.active .boxRecuperar .formRecuperar {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.toggleRecuperar {
    position: relative;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: .5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.textoToggleRecuperar {
    background: #00000063;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    height: 20px;
    border-radius: 60px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.line-wh {
    width: 100%;
    height: 1px;
    top: 0px;
    margin: 12px auto 20px;
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.3);
}

.buttonCloseClave {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 20px;
    font-weight: 300;
    width: 40px;
    text-align: center;
}

.tituloRecuperarClave {
    color: #fff;
}

.buttonCloseClave {
    color: #fff;
}

.tituloRecuperarClave1 {
    font-size: 25px;
    text-align: center;
}

.tituloRecuperarClave2 {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0 0;
    letter-spacing: .4px;
}

.botonRecuperar {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding: 15px 10px;
    font-size: 15px;
    width: 100%;
    margin: 20px auto 0;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s linear;
}

.botonRecuperar:hover {
    background: #fff;
    color: #000;
    font-weight: bold;
}

.buttonCloseClave {
    cursor: pointer;
}

.tituloRecuperarClave, .line-wh, .campoCorreoRecuperar, .botonRecuperar {
    position: relative;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.buttonCloseClave, .line-wh, .campoCorreoRecuperar, .botonRecuperar {
    opacity: 0;
    text-align: center;
    -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.containerAccesoCliente.active .tituloRecuperarClave, .containerAccesoCliente.active .buttonCloseClave, .containerAccesoCliente.active .line-wh, .containerAccesoCliente.active .campoCorreoRecuperar, .containerAccesoCliente.active .botonRecuperar {
    opacity: 1;
    -webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition-delay: 0s;
    transition-delay: 0.0s;
}

.containerAccesoCliente.active .tituloRecuperarClave {
    transition-delay: 0.0s;
}

.containerAccesoCliente.active .buttonCloseClave {
    transition-delay: 0.03s;
}

.containerAccesoCliente.active .line-wh {
    transition-delay: 0.06s;
}

.containerAccesoCliente.active .campoCorreoRecuperar {
    transition-delay: 0.09s;
}

.containerAccesoCliente.active .botonRecuperar {
    transition-delay: 0.12s;
    border-radius: 50px;
    transition: all .2s ease;
}

.containerAccesoCliente.active .botonRecuperar:hover {
    font-weight: unset;
}

.containerAccesoCliente.active .campoCorreoRecuperar label {
    margin: 0;
    color: #fff;
}

.img-login {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .35;
}

/* FIN DE LOS AJUSTES DE LA PÁGINA ACCESO */

/* AJUSTES DE LA PÁGINA DE REGISTRO */

.bodyWebsiteRegister {
    margin-top: 0;
}

.title-infoCuentaUsuario {
    font-size: 25px;
    text-align: center;
    margin: 15px auto 0;
}

.span-infoCuentaUsuario {
    color: #fff;
    padding: 0 10px;
    background: #de352e;
    border-radius: 5px;
}

.moduleRegister {
    display: flex;
    flex-direction: column;
    max-width: 1190px;
    margin: 0 auto;
}

.moduleRegister > div {
    width: 100%;
}

.Register1 {
    margin: 20px auto 0;
}

.boxRegister {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.boxRegister > div {
    width: 50%;
}

.boxRegister .form-input-block {
    margin: 0;
}

.boxRegister .form-input-block2 {
    margin: 0 0 0 25px;
}

.boxFooterRegister {
    margin-top: 0;
}

.textoLogin {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    margin: 20px 0 0;
}

.moduleRegister .titleRegister {
    margin: 0 0 10px;
}

.titleRegister {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0 10px;
}

.textoRegister {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000;
}

.tituloGrupoForm {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 10px;
}

.form-input-block {
    margin: 20px 0 0;
    padding: 15px 10px 0;
    display: flex;
    flex-direction: column;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    border-radius: 15px;
}

.form-input-block1 {
    margin: 0;
}

.form-input-block > div {
    margin: 0 15px 15px;
}

.dosInputForm {
    display: flex;
}

.dosInputForm .input-form {
    width: 50%;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.input-form {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.dosInputForm .input-form:first-child .input-form-input {
    width: 90%;
}

.input-form-text {
    color: #7b8184d4;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 12px;
}

.input-form-input {
    border-radius: 6px;
    outline: none;
    line-height: 14px;
    font-size: 12px;
    padding: 10px 8px;
    margin-right: 6px;
    background: transparent;
    border: unset;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #7d8185;
    background-color: #ecf0f3;
    box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}

.input-form-input:focus {
    box-shadow: inset 4px 4px 4px #bfc8d8, inset -4px -4px 4px #f9f9f9;
}

.input-form .input-form-input {
    width: 100%;
}

.dosInputForm .input-form-input {
    width: 100%;
}

.dosInputForm .input-form:last-child .input-form-input {
    width: 100%;
}

/* Ajustes del interruptor del formulario */

.input-checkbox1 {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}

.input-checkbox2 {
    display: none;
}

.input-checkbox2 + .tgl-btn {
    position: relative;
    display: block;
    width: 4em;
    height: 2em;
    padding: 2px;
    margin: 0;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border: 3px solid #fdada7;
    border-radius: 2em;
    transition: all 0.2s ease;
}

.input-checkbox2 + .tgl-btn::after, .input-checkbox2 + .tgl-btn::before {
    position: relative;
    display: block;
    width: 50%;
    height: 80%;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 1em;
    background: #f2f2f2;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

.input-checkbox2:checked + .tgl-btn {
    border: 3px solid #7FC6A6;
}

.input-checkbox2 + .tgl-btn::after {
    content: attr(data-tg-on);
    background: #7FC6A6;
    opacity: 0;
}

.input-checkbox2[disabled]:checked + .tgl-btn {
    border: 3px solid #dedede;
    cursor: no-drop;
}

.input-checkbox2[disabled] + .tgl-btn::after, .input-checkbox2[disabled] + .tgl-btn::before {
    content: attr(data-tg-on);
    background: #b5b5b5;
}

.input-checkbox2:checked + .tgl-btn::after {
    left: 47%;
    opacity: 1;
}

.input-checkbox2 + .tgl-btn::before {
    content: attr(data-tg-off);
    background: #FF3A19;
    opacity: 1;
}

.input-checkbox2:checked + .tgl-btn::before {
    left: 50%;
    opacity: 0;
}

/* Fin de los ajustes del interruptor del formulario */

.input-checkbox3 {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 5px;
    color: #7b8184;
}

.form-input-block .input-checkbox {
    margin: 0 15px 15px;
}

.input-form-select {
    border-radius: 4px;
    outline: none;
    line-height: 14px;
    font-size: 12px;
    padding: 4px 8px;
    margin-right: 6px;
    border: unset;
    background: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #d2dae4;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #7b8184;
}

.input-form-select[disabled] {
    background: #f1f1f1;
    color: #a5a5a5;
    cursor: no-drop;
    border: 2px solid #d4d4d4;
}

.input-checkbox2[disabled] + .tgl-btn {
    border: 3px solid #d4d4d4;
    cursor: no-drop;
}

.dosInputForm .input-form-select {
    width: 100%;
}

.dosInputForm .input-form:first-child .input-form-select {
    width: 98%;
}

#datosEnvio {
    margin: 0 15px 15px;
    background-color: rgb(240 245 249 / 40%);
}

.input-form-text-otra-direccion {
    width: 6%;
}

.input-form-input::placeholder {
    font-size: 12px;
    color: #7d8185;
}

.containerAccesoCliente .form-control::placeholder {
    font-size: 12px;
    color: #fff;
}

.containerAccesoCliente .form-control:focus {
    border-color: unset;
    box-shadow: unset;
}

.filaVariable2 {
    width: 100%;
    margin: 10px 0 20px;
    padding: 15px 10px 0;
    border: 1px solid #7b8184;
    display: flex;
    flex-direction: column;
}

.textoInfoBasicaRegister p {
    font-size: 12px;
    text-align: justify;
    font-weight: 400;
    color: #7b8184;
}

.label-checkboxTerminosCondiciones {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    font-weight: 500;
    color: black;
    margin: 0 0 10px;
}

.label-checkboxTerminosCondiciones input {
    margin: 2px 5px 0 0;
}

.texto-terminosCondiciones a {
    color: #000;
    font-weight: 500;
}

.texto-terminosCondiciones a:hover {
    color: #de352e;
}

.boxBtnRegister {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 10px 0 20px;
}

.btn-register {
    width: 100%;
    border-radius: 100px;
    border: unset;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .2px;
    text-transform: uppercase;
    background: transparent;
    color: #171b24;
    box-shadow: inset 0 0 0 2px #171b24;
    transition: all .25s ease-in-out;
}

.btn-register:hover {
    background: #171b24;
    color: #fff;
}

.boxTerminosCondicionesDesistimiento {
    margin: 15px 0 0;
}

.moduleDesistimiento {
    flex-direction: row;
}

.moduleDesistimiento > div {
    width: 50%;
}

.boxRegisterDesistimiento {
    flex-direction: column;
}

.boxRegisterDesistimiento > div {
    width: 95%;
}

.formularioDesistimiento1 .form-input-block1 {
    margin: 0 auto 20px;
}

.formularioDesistimiento1 .form-input-block2 {
    margin: 0 auto 10px;
}

.desistimientoInstrucciones {
    margin: 30px 0 0;
}

/* FIN DE LOS AJUSTES DE LA PÁGINA DE REGISTRO */

/* AJUSTES DE LA PÁGINA DE BÚSQUEDA O BUSCADOR */

#mydestacadoGrupoSlider .itemSlider, #mydestacadoDepartamento .itemSlider {
    padding: 0;
    background: #f1f3f6;
    border: unset;
    width: 95%;
    height: unset;
    max-width: 100%;
    min-height: unset;
    max-height: unset;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 7px;
    transition: all 0.4s ease-in 0.2s;
}

#mydestacadoGrupoSlider .itemSlider .linkItem-img, #mydestacadoDepartamento .itemSlider .linkItem-img {
    display: block;
    background-color: transparent;
    color: #fff;
    max-width: 25%;
}

#mydestacadoGrupoSlider .itemSlider .boxItemDatos, #mydestacadoDepartamento .itemSlider .boxItemDatos {
    width: 80%;
    margin: 0;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

#mydestacadoGrupoSlider .itemSlider .imageContainerItem, #mydestacadoDepartamento .itemSlider .imageContainerItem {
    width: unset;
    border-radius: 20px 0 0 20px;
}

#mydestacadoGrupoSlider img.imageItem {
    margin: 0;
    padding: 0;
    max-height: 190px;
    object-fit: contain;
    object-position: center center;
}

#mydestacadoGrupoSlider .item .linkItem-description, #mydestacadoDepartamento .item .linkItem-description {
    margin: 15px 0 0;
}

#mydestacadoGrupoSlider .item .link-ConsultaPrecio, #mydestacadoDepartamento .item .link-ConsultaPrecio {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 7px;
}

#mydestacadoGrupoSlider .item .boxConsultaPrecio, #mydestacadoDepartamento .item .boxConsultaPrecio {
    width: 100%;
    margin: 0;
}

#mydestacadoGrupoSlider .itemSlider .descriptionItem, #mydestacadoDepartamento .itemSlider .descriptionItem {
    text-align: left;
    transition: all 0.6s ease-in 0.2s;
    background: transparent;
    margin: 0;
    padding: 0 15px 0 7px;
}

#mydestacadoGrupoSlider .itemSlider .descriptionItem h2, #mydestacadoDepartamento .itemSlider .descriptionItem h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    color: #666;
    margin: 0;
    padding: 0;
    position: unset;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    width: unset;
    min-height: unset;
    text-align: left;
    text-transform: unset;
}

#mydestacadoGrupoSlider .itemSlider .boxPpalPrecioArticulo, #mydestacadoDepartamento .itemSlider .boxPpalPrecioArticulo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    margin: 0 20px 0 0;
}

#mydestacadoGrupoSlider .itemSlider .grupoPrecioArticulo, #mydestacadoDepartamento .itemSlider .grupoPrecioArticulo {
    position: unset;
    width: auto;
    align-items: center;
    flex-direction: row-reverse;
}

#mydestacadoGrupoSlider .itemSlider .priceItem, #mydestacadoDepartamento .itemSlider .priceItem {
    font-size: 20px;
    margin: 0 0 0 9px;
}

#mydestacadoGrupoSlider .itemSlider .box-shoppingCartItemConsultaPrecio, #mydestacadoDepartamento .itemSlider .box-shoppingCartItemConsultaPrecio {
    display: flex;
    justify-content: space-between;
}

#mydestacadoGrupoSlider .itemSlider .precioInputBtn, #mydestacadoDepartamento .itemSlider .precioInputBtn {
    margin: 0;
}

#mydestacadoGrupoSlider .itemSlider .shoppingCartItem, #mydestacadoDepartamento .itemSlider .shoppingCartItem {
    position: relative;
    bottom: unset;
    right: unset;
    border-radius: 20px 0 20px 0;
}

#mydestacadoGrupoSlider .itemSlider .shoppingCartItemDetalle, #mydestacadoDepartamento .itemSlider .shoppingCartItemDetalle {
    width: 100%;
    border-radius: 0 0 20px 0;
}

#mydestacadoGrupoSlider .itemSlider .shoppingCartItem::before {
    content: unset;
}

#mydestacadoGrupoSlider .itemSlider .num-block, #mydestacadoDepartamento .itemSlider .num-block {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    display: flex;
    justify-content: center;
    width: auto;
}

#mydestacadoGrupoSlider .itemSlider .num-in, , #mydestacadoDepartamento .itemSlider .num-in {
    padding: 5px;
}

#mydestacadoGrupoSlider .num-in span, #mydestacadoDepartamento .num-in span {
    width: 30px;
    height: 30px;
    font-size: 23px;
}

#mydestacadoGrupoSlider .itemSlider .input-shoppingCart, #mydestacadoDepartamento .itemSlider .input-shoppingCart {
    font-size: 20px;
    width: 50%;
}

#mydestacadoGrupo .textoCajas {
    justify-content: flex-start;
}

#mydestacadoGrupo .porcDtoItem, #mydestacadoGrupoSlider .itemSlider .porcDtoItem, #mydestacadoDepartamento .itemSlider .porcDtoItem {
    right: -10px;
    position: unset;
    border-radius: 50px;
}

.contenedor-articulos {
    margin: 0 auto 20px;
}

#sliderBannerIDHome .contenedor-articulos, #sliderManufacturesID .contenedor-articulos, #inicioNovedadesGrid .contenedor-articulos {
    margin: 0 auto;
}

/* FIN DE LOS AJUSTES DE LA PÁGINA DE BÚSQUEDA */

/* ESTILO NOTY ESPERE*/



/* .modal-backdrop-loading {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    line-height: 70.3em;
}
.modal-backdrop-loading span {
    color: #C9D1D6;
    background-color: #52616B;
    padding: 30px;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0px 2px 9px #171717;
    border: 2px solid;
} */



.textoInterior {
    padding: 0 60px;
    color: #0575B1;
    margin-bottom: 30px;
}

div#botonesAcceso .btn {
    margin-right: 20px !important;
}

.infoPago{
padding-left: 35px;
padding-right: 30px;
}

.btn.pagoVerde:hover {
    background-color: #14AF3E;
    transition: 0.2s all;
    color: white;
   text-shadow: none;
}

.input-group.pregunta {
    background-color: #F0F5F9;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    right: 225px;
    border-radius: 5px;
    color: #52616B;
    font-size: 11px;
}


.checkbox.pregunta.terminos a {
    color: #fff;
}

/* AJUSTES PÁGINA DE FABRICANTES Y MARCAS */

.sliderManufacturersBodyMarcas .titleSection {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin: 25px 0;
}

.sliderManufacturersBodyMarcas .titleSection::before {
    content: "MIGUEL ÁNGEL MONTES";
    font-size: 70px;
    position: absolute;
    z-index: -1;
    font-weight: 800;
    background-color: #eaeaea;
    color: transparent;
    text-shadow: 2px 2px 3px rgb(255 255 255 / 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.sliderManufacturersBodyMarcas .owl-dots {
    display: none !important;
}

.indexModuleInstanceBody {
    margin: 35px 0 0;
}

.contenedorLetras {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 30px 10px;
    position: relative;
}

.textoIndiceLetras {
    position: absolute;
    background: #f1f3f6;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
}

.letrasAbecedario {
    display: flex;
    width: 100%;
    justify-content: center;
}

.contenedor-letrasIndice {
    width: 3.85%;
    display: flex;
    justify-content: center;
}

.letrasIndice {
    font-size: 33px;
    font-weight: 300;
}

.link-letrasIndice {
    color: #000;
    transition: all .25s ease;
}

.link-letrasIndice:hover {
    color: #ee7203;
}

.contenedorLetra {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 80px;
    margin: 20px 0;
}

.contenedorLetra::before {
    content: "";
    height: 100%;
    width: 35px;
    background: #f1f3f6;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    border-radius: 40px;
    position: absolute;
    z-index: -1;
}

.contenedorMarcasOrdenAlfabetico {
    display: flex;
    flex-direction: column;
}

.letra-indiceListado {
    font-size: 27px;
    display: flex;
    margin: 15px 0 15px 24px;
}

.letra-indiceListado1 {
    font-weight: 300;
    margin: 0 5px 0 0;
}

.letra-indiceListado2 {
    font-weight: 500;
}

.ul-marcasOrdenAlfabetico {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0 0 0 30px;
}

.li-marcasOrdenAlfabetico {
    width: 33%;
    float: left;
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}

.box-btnOrdenAlfabetico {
    display: flex;
    justify-content: flex-end;
}

.card-marcasOrdenAlfabetico {
    position: relative;
    width: 80%;
    height: 120px;
    background-color: #f1f3f6;
    overflow: hidden;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    border-radius: 10px;
}

.card-marcasOrdenAlfabetico::before, .card-marcasOrdenAlfabetico::after {
    content: "";
    z-index: 1;
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #f1f3f6;
}

.card-marcasOrdenAlfabetico::before {
    top: -10px;
    left: 22px;
}

.card-marcasOrdenAlfabetico::after {
    bottom: -10px;
    left: 22px;
}

.tituloIndice {
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    top: 15px;
    width: 75%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding: 0 0 0 70px;
    font-weight: 700;
    z-index: 1;
}

.icon-marcasOrdenAlfabetico {
    z-index: 100;
    position: absolute;
    right: 25px;
    bottom: 12px;
    cursor: pointer;
    opacity: 0;
    font-size: 40px;
    color: #fff;
    will-change: transform;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.card-marcasOrdenAlfabetico:hover .icon-marcasOrdenAlfabetico {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pic {
    width: 80%;
    height: 120px;
    background-size: 100% 100%;
    filter: grayscale(100%);
    position: absolute;
    top: 0;
}

.card-marcasOrdenAlfabetico:hover .pic {
    filter: grayscale(0);
}

.ul-ptosCardOrdenAlfabetico {
    position: absolute;
    left: 29px;
    top: 5px;
    list-style-type: none;
    padding: 0;
}

.li-ptosCardOrdenAlfabetico {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin: 5px 0;
    background-color: #f1f3f6;
}

.btn-marcasOrdenAlfabetico {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 30px;
    height: 30px;
    background-color: #de352e;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    mix-blend-mode: hard-light;
}

.card-marcasOrdenAlfabetico:hover .btn-marcasOrdenAlfabetico {
    transform: scale(10.5);
}

/* FIN DE LOS AJUSTES PÁGINA DE FABRICANTES Y MARCAS */

.btnPagar .btn {
    box-shadow: inset 0 0 0 2px #171b24;
    background-color: transparent;
    border-radius: 100px;
    min-height: unset;
    font-size: 14px;
    font-weight: 600;
    color: #171b24;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    border: unset;
    text-shadow: unset;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px 0 0;
}

.btnPagar .btn:hover {
    background-color: #171b24;
    color: #fff;
}

.input-group.btnPagar {
    text-align: center;
    width: 100%;
}

.btnPagar .btn > span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px 0 0;
}

section#Id2 h2{
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

section#Id2 .input-group.pregunta{

  right: 200px;
}

#mydestacadoGrupo .envioGratisItem {
    background-color: #F3F7FA;
    width: 80px;
    padding: 5px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    left: -4px;
    top: 30px;
}

/*ESTILOS MODAL*/

.modal-header {
  
    background-color: #F3F7FA;
    border-bottom: 2px solid #e5e5e5;}
.modal-body{    padding: 40px;}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 6px solid #e5e5e5;
    background-color: #3E4A52;
}

/*VENTANAS KO OK*/
p.alert.alert-danger {
    font-size: 15px;
    color: #3E4A52;
    background-color: rgba(240, 245, 249, 0.48) !important;
    border: #000 !important;
}

.imgPagoError{
    color: red;
    font-size: 60px;
    text-align: center;
}

.imgPagoOk{
    color: green;
    font-size: 60px;
    text-align: center;
}

p.btnVolverCarro {
    width: 186px;
    text-align: center;
    position: relative;
    left: 38%;
}
.btnVolverCarro a {
    font-size: 12px !important;
    color: #3E4A52 !important;
    text-shadow: none !important;
    padding: 10px !important;
}


/*ESTILOS ITEM SLIDER FABRICANTE*/

#sliderProductosFabricante .priceItem {
    color: #00ADB5;
    position: absolute;
    padding-top: 15px;
    text-align: left;
    padding-left: 24px;
    bottom: 5px;
    left: 21px;
}



#sliderProductosFabricante .stockItem {
background-color: rgba(240, 245, 249, 0.74);
    width: 25%;
    font-size: 9px;
    padding: 5px;
    text-align: center;
    position: absolute;
    top: 4px;
    border-bottom-right-radius: 5px;
    left: 19px;
}



#sliderProductosFabricante .shoppingCartItem {
    position: relative;
    bottom: 59px;
    left: 170px;
    font-size: 16px;
    color: #C9D6DF;
}
#sliderProductosFabricante .owl-stage-outer {
    padding-left: 30px;
}
#sliderProductosFabricante .priceItem{width: 60%;}

#sliderProductosFabricante .shoppingCartItem {
    position: absolute;
    bottom: 15px;
    left: 250px;
    font-size: 18px;
    color: #C9D6DF;
}

#sliderProductosFabricante .shoppingCartItem:hover {
  color: #00ADB5;
    transition: all 0.4s;
}

#sliderProductosFabricante .descriptionItem {
    text-align: center;
    margin: 5px 0;
    padding: 0 3px;
}

#sliderProductosFabricante .unidadesCajasItem {
    background-color: rgba(240, 245, 249, 0.82);
    width: 20%;
    font-size: 12px;
    text-align: center;
    padding: 2px;
    position: absolute;
    top: 30px;
    left: 19px;
}

#sliderProductosFabricante .itemSlider{
      padding: 15px 0 1px 0;
    border-radius: 7px;
    background-color: #fff;
    border: solid 4px white;
    -webkit-box-shadow: inset 0px 0px 6px -2px rgba(0,0,0,0.53);
    -moz-box-shadow: inset 0px 0px 6px -2px rgba(0,0,0,0.53);
    box-shadow: inset 0px 0px 6px -2px rgba(0,0,0,0.53);
    max-height: 370px;
        min-height: 350px;
}



#sliderProductosFabricante .imageItem{
     margin: 0 auto;
     text-align: center;
}

#sliderProductosFabricante .envioGratisItem {
    background-color: rgba(240, 245, 249, 0.74);
    width: 25%;
    text-align: center;
    font-size: 11px;
    padding: 2px;
    position: absolute;
    top: 55px;
    left: 19px;
}

#sliderProductosFabricante .porcDtoItem {
    background-color: red;
    width: 20%;
    padding: 2px;
    color: white;
    font-size: 11px;
    position: absolute;
    text-align: center;
    border-radius: 4px;
    bottom: 20px;
    left: 160px;
}

#sliderProductosFabricante .promopriceItem {
    position: absolute;
    color: rgba(128, 128, 128, 0.47);
    left: 100px;
    bottom: 23px;
    text-decoration: line-through;
    font-size: 11px;
}

#sliderProductosFabricante  .imageContainerItem {
    height: 200px;
}


/* Compra rápida
/* ========================================================================== */

.productosCompraRapida nav {
    text-align: center;
}



/* Slider Marcas
/* ========================================================================== */
#sliderManufacturesID .item {
    border: 0;
    min-height: auto;
    /* border: solid 4px white; */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#sliderManufacturesID .itemSlider {
    max-height: 210px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 0;
    box-shadow: unset;
}

#sliderManufacturesID .descriptionItem h2 {
    color: #52616B;
    min-height: 80px;
    text-align: center;
    padding: 0 15px;
    font-size: 15px;
}

#sliderManufacturesID .imageContainerItem {
    text-align: center;
    width: 100px;
    margin: 0 auto;
    /*height: 160px;*/
	min-height: auto;	
}


/* 404
/* ========================================================================== */

.imgError {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.imgError img {
    max-width: 200px;
    border-radius: 60px;
    margin-top: 20px;
    margin-bottom: 30px;
}


.mensaje404{
    text-align: center;
    color: #ED7161;
    font-size: 40px;
    padding-top: 38px;
}
.mensaje404 span {
    font-size: 123px;
    font-weight: 500;
}
.texto404{
    background-color: rgba(236, 240, 241, 0.38);
    margin-top: 40px;
    padding: 15px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    color: #546A79;
}

.texto404::after {
    content: 'A';
    background-color: #F8F9FA;
    height: 20px;
    width: 20px;
    position: absolute;
    color: #F8F9FA;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(45deg);
    top: 488px;
}

#IdTextoProductoul .colores {
    width: 240px;
}

#IdTextoProducto .colores li {
    float: left;
    margin: 5px;
    border: 2px solid rgba(199, 197, 197, 0.63);
    min-width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px !important;
    background-color: #F9F9F9;
    vertical-align: middle;
    font-weight: 600;
    overflow: hidden;
    width: initial;
}

#IdTextoProducto .colores li:focus, #IdTextoProducto .colores li:active,  #IdTextoProducto .colores li:visited {border: 1px solid rgba(214, 0, 52, 0.79);}


.ui-tabs .ui-tabs-panel {
    min-height: 65px;
}

.ui-widget-content{border:none;}

/*MENU*/



.sf-menu a {
    color:#44679F;
}

.sf-menu li.sale a {
background-color: #969696!important;}

.sf-menu > li > .submenu {
    width: 100%;
    left: 0;
    box-shadow: unset;
    position: absolute;
    top: 100%;
    min-width: 600px;
}

.sf-menu ul li {
    float: left;
    width: 33.333%;
    background: transparent;
}

@media (max-width: 991px){
.navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    z-index: 11000;
    border-left: solid 1px #71A9BB;
    background-color: #FFFFFF;
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.4);
}
.sf-menu > li > a {
    background-color: #FFFFFF

}
}
@media (max-width: 991px){
.navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    z-index: 11000;
    border-left: solid 1px #71A9BB;
    background-color: #FFFFFF;
    box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.4);
}}
#inicioNovedadesGrid .caption-content.derecha{max-width: 100% !important;text-align: right !important; margin-top: 25%;margin-right: 20%;}
#inicioNovedadesGrid .btn-theme:hover { border-color: #D5E8EF !important;
    background-color: #00B4D7 !important;
    color: #ffffff;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #debd08;
    border-style: none;
    border-width: 0 0 0 0;
    border-color: transparent;
    background: transparent;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background-color: rgba(0,0,0,0);
    color: #aaaaaa;
    font-size: 29px;
    width: 26px;
    height: 26px;
    border-style: none;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 200ms linear;
    margin: 0 4px;
    padding: 4px 7px;
}

.destacados2Inicio .owl-nav {
    position: absolute;
    top: 20px;
    right: 0;
    max-width: 1190px;
    display: flex;
}

#relacionados .owl-nav, #equivalentes .owl-nav, #sliderManufacturesID .owl-nav {
    position: absolute;
    top: 5px;
    right: 0;
    max-width: 1190px;
    display: flex;
}

.gridMarcas #sliderManufacturesIDSlider {
    position: relative;
}

.gridMarcas #sliderManufacturesID .owl-nav {
    top: 50%;
    transform: translateY(-50%);
    right: unset;
    width: 100%;
    max-width: 1190px;
    display: none;
}

#relacionados .contenedorGrid, #equivalentes .contenedorGrid, #equivalentesSlider, #relacionadosSlider {
    position: unset;
}

#relacionados, #equivalentes, #sliderManufacturesID {
    position: relative;
}

#sliderManufacturesID .contenedorGrid {
    position: unset;
}

#myTopVentasInicioSlider {
    position: unset;
}

#myTopVentasInicio .contenedorGrid {
    position: unset;
}

.itemGrouped .descriptionItem {
    padding: 0 100px 0 15px;
}

.owl-theme .owl-controls .owl-dots .owl-dot.active span {background-color: #B6D8E3;}
.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 30px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    right: 30px;
}

#relacionadosSlider .owl-prev {
    left: -30px;
}

#relacionadosSlider .owl-next {
    right: -30px;
}

#inicioDestacadosGrid .contenedorGrid {
    margin: 0 !important;
}

#inicioDestacadosGrid .row div[class*="col-"], .row aside[class*="col-"] {
    margin: 20px 0 10px;
}

.imageContainerItem {
    padding: 0;
    min-height: unset;
    width: 100%;
    position: unset;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
}

#articuloImagenesThumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.articulo-imgThumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.articulo-imgThumbnail a {
    display: flex;
}

.articulo-imgThumbnail img {
    max-height: 150px;
    object-fit: contain;
    object-position: center center;
    max-width: 90%;
    margin: 0 auto;
}

.EtiquetaReferencia1 {
    font-size: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.stockItemGeneric {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #de352e;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .2px;
    border-radius: 4px;
}

#inicioNovedadesGrid .itemGrouped .descriptionItem {
    margin: 0;
    padding: 0;
    min-height: unset;
}

#sliderManufacturesID .titleSection .itemGrouped {
    width: 100%;
    margin: 0 0 20px;
}

.item .descriptionItem {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    height: unset;
    min-height: 40px;
    border: unset;
    padding: 0 15px;
}

.item .descriptionItem h2 {
    position: unset;
    min-height: unset;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: unset;
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99);
}

.itemGrouped .linkItem-description {
    display: flex;
}

.itemGrouped .descriptionItem {
    width: unset;
}

.itemGrouped .descriptionItem .h2-titleItem {
    position: relative;
    color: #343f49;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    display: flex;
    line-height: 30px;
    padding: 0 0 7px 5px;
    overflow: unset;
}

.itemGrouped .descriptionItem .h2-titleItem::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 7px;
    background-color: #fed700;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    border-radius: 0 0 10px 10px;
}

.itemGrouped .descriptionItem .h2-titleItem::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fed700;
    left: 0;
    bottom: -1px;
}

.item .descriptionItem h2:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1), 8px 32px 32px rgba(0, 0, 0, 0.15), 8px 64px 64px rgba(0, 0, 0, 0.15);
    transform: scale(1) translateY(-0.5rem);
    text-decoration: unset;
    border-radius: 5px;
}

.itemGrouped .descriptionItem h2:hover {
    box-shadow: unset;
    transform: unset;
    border-radius: 0;
}

.item .articuloGrupo1, .item .articuloGrupo2 {
    display: flex;
    align-items: center;
	justify-content: space-between;
    padding: 5px 0 0;
}

.infoIvaItemArticulo1, .envioGratisArticulo1, .unidadesCajasItem1, .textoCajasArticulo1 {
    min-width: 170px;
    display: inline-flex;
    justify-content: center;
    box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
    border-radius: 50px;
}

.CantidadUdsCaja {
    margin: 0 0 0 5px;
}

.item .unidadesCajasItem, .item .referenciaArticulo {
    color: #0575b1;
    padding: 0 0 0 10px;
    font-size: 11px;
    font-weight: 600;
}

.item .textoCajas, .item .textoBaseIva {
    color: #0575b1;
    padding: 0 10px 0 0;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
}

.boxInfoItem {
    display: none;
}

.item .priceItem {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: unset;
    max-width: unset;
    min-height: unset;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item .precioArticuloDestacado {
    color: #de352e;
}

.priceItemDesde {
    display: flex;
}

.textoPriceItemDesde {
    font-size: 11px;
    margin: 0 4px 0 0;
    color: #171b24;
    font-weight: 500;
}

#mydestacado .itemSlider .priceItem {
    font-size: 20px;
    position: absolute;
    color: #00ADB5;
    right: 2.2em;
    top: 120px;
    background: none;
}

.item .promopriceItem {
    text-decoration: line-through;
    font-size: 10px;
    color: #29283c;
    font-weight: 600;
    line-height: unset;
    max-width: unset;
    width: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item .porcDtoItem {
    width: 65px;
    height: 23px;
    background-color: #de352e;
    text-align: center;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px 50px 0 50px;
}

.item .shoppingCartItem {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background: #171b24;
    width: 85%;
	margin: 0 0 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    bottom: -8px;
    right: -18px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s ease-in-out;
    border-radius: 0 70px 70px 70px;
    cursor: pointer;
}

.item .shoppingCartItem:hover {
    background: #de352e;
    color: #ffffff;
}

.item a ~ .shoppingCartItem:hover::before {
    width: 99%;
    border-radius: 100px;
    font-size: 24px;
    transition: all 0.2s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.item .shoppingCartItem.shoppingCartItemConsultaPrecio {
    background: #9e9e9e;
    pointer-events: none;
    cursor: no-drop;
    font-size: 12px;
    letter-spacing: .2px;
}

.item .boxConsultaPrecio {
    margin: 7px auto 0;
}

.item .link-ConsultaPrecio {
    margin: 7px 0 0;
}

.item .boxConsultaPrecio1 {
    display: flex;
    width: 90%;
    justify-content: space-evenly;
	align-items: center;
    border: 3px #4386c7;
    border-style: none solid none solid;
    padding: 5px 5px;
    margin: 0 auto;
    box-shadow: inset 2px 2px 4px #b4bac5, inset -2px -2px 4px #e8e8e8;
    transition: all .4s ease;
}

.link-ConsultaPrecio:hover {
    color: unset;
    text-decoration: unset;
}

.link-ConsultaPrecio:hover .boxConsultaPrecio1 {
    box-shadow: inset 2px 2px 4px #a3a8b1, inset -2px -2px 4px #b5b0b0;
    background: #6dbfe057;
}

.item .iconConsultaPrecio {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item .infoConsultaPrecio {
    display: flex;
    font-size: 12px;
	font-weight: 600;
    padding: 0;
}

.boxPrecioNoDisponible2 {
    margin: 0 0 0 4px;
    font-weight: 600;
}

.span-iconConsultaPrecio {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #41a9e8;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    border-radius: 50%;
}

.boxPrecioNoDisponible {
    display: flex;
}

.item .svg-iconViewItem {
    height: 14px;
    width: 25px;
    fill: #fff;
}

#myTopVentasInicio .item .shoppingCartItem:hover::before {
    width: 98.5%;
    border-radius: 100px;
    font-size: 20px;
    transition: all 0.2s cubic-bezier(0.31, -0.105, 0.43, 1.4);
}

.texto-shopping-agrupacion {
    margin: 0 0 0 5px;
    text-align: center;
    font-size: 14px;
}

.item .envioGratisItem, .item .envioSiempreItem {
    position: absolute;
    height: 25px;
    top: 10px;
    right: -12px;
    font-size: 10px;
    font-weight: 400;
    background-color: #171b24;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    text-transform: uppercase;
    border-radius: 50px 50px 50px 0;
}

.item .envioGratisItem .fa, .item .envioSiempreItem .fa {
    font-size: 14px;
}

.envioGratisTexto {
    padding: 0 0 0 4px;
}

.imageContainerItem .imageItem {
    border: unset;
    width: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center center;
    height: 180px;
    padding: 0;
}

/* AJUSTES DEL MODO LISTA DE LOS ARTICULOS DE COMPRA RAPIDA */

#destacados1-list .titleSection {
    margin: 0 auto 20px;
}

#destacados1-list .item {
    width: 98%;
    max-width: unset;
    margin: 0 auto 15px;
    display: flex;
}

#destacados1-list .item .linkItem-img {
    position: relative;
    width: 20%;
}

#destacados1-list .item .imageContainerItem {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
    border-radius: 10px;
    margin-top: 0;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #ced2d6;
}

#destacados1-list .imageContainerItem .imageItem {
    height: 80px;
}

#destacados1-list .item .boxItemDatos {
    margin: 7px 0 0;
    width: 80%;
    position: relative;
	min-height: unset;
}

#destacados1-list .item .descriptionItem {
    padding: 0 15px 0 0;
    margin: 0;
}

#destacados1-list .item .descriptionItem h2 {
    text-transform: unset;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: left;
}

#destacados1-list .boxPpalPrecioArticulo {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: absolute;
    bottom: 4px;
    left: 5px;
	margin: 0;
}

#destacados1-list .item .grupoPrecioArticulo {
    width: unset;
    height: unset;
    position: unset;
}

#destacados1-list .item .priceItem {
    font-size: 16px;
}

#destacados1-list .item .porcDtoItem {
    width: 55px;
    height: 15px;
    font-size: 9px;
    position: unset;
    top: unset;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 4px 0 0;
}

#destacados1-list .num-block {
    position: absolute;
    top: unset;
    left: unset;
    transform: unset;
    bottom: 5px;
    right: 25%;
    display: flex;
    justify-content: center;
    z-index: 1;
}

#destacados1-list .num-in {
    padding: 2px;
}

#destacados1-list .num-in span {
    width: 20px;
    height: 20px;
    font-size: 17px;
}

#destacados1-list .input-shoppingCart {
    font-size: 14px;
}

#destacados1-list .item .shoppingCartItem {
    color: transparent;
    font-size: 0;
    width: 20%;
    bottom: 0;
    right: 0;
    height: 35px;
    border-radius: 20px 0 20px 0;
}

#destacados1-list .item .shoppingCartItem::before {
    content: "\f291";
    font-family: 'FontAwesome';
    font-size: 17px;
    position: absolute;
    color: #fed700;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}

#destacados1-list .item .articuloGrupo1, #destacados1-list .item .articuloGrupo2 {
    padding: 0;
	justify-content: flex-start;
}

#destacados1-list .item .articuloGrupo2 {
    width: 100%;
}

#destacados1-list .item .unidadesCajasItem, #destacados1-list .item .referenciaArticulo, #destacados1-list .item .textoCajas {
    padding: 0;
    font-size: 10px;
    width: unset;
}

#destacados1-list .item .textoCajas, #destacados1-list .item .textoBaseIva {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    width: unset;
}


/* FIN DE LOS AJUSTES DEL MODO LISTA DE LOS ARTICULOS DE COMPRA RAPIDA */

/* AJUSTES FLECHAS DE LAS SUBCATEGORÍAS */

#departamentosSlider .owl-nav {
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
}

#departamentosSlider .owl-nav .owl-prev, #departamentosSlider .owl-nav .owl-next {
    position: absolute;
}

#departamentosSlider .owl-nav .owl-prev {
    left: -30px;
}

#departamentosSlider .owl-nav .owl-next {
    right: -30px;
}

#departamentosSlider .owl-controls .owl-nav [class*="owl-"] {
    font-size: 33px;
    border-style: none;
}

/* FIN DE LOS AJUSTES FLECHAS DE LAS SUBCATEGORÍAS */

/* AJUSTES BOTÓN DE AVISO DE DISPONIBILIDAD DEL ARTÍCULO GENERIC */

.item .link-avisoDisponibilidad {
    position: absolute;
    width: 60%;
    right: -18px;
    bottom: -8px;
    min-height: 50px;
    -webkit-transform: translateZ(0px);
    -webkit-font-smoothing: antialiased;
    box-shadow: inset -7px 0px 12px -8px rgb(0 0 0 / 30%), inset 7px 0px 12px -8px rgb(0 0 0 / 30%);
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: background 400ms ease-in-out;
    -moz-transition: background 400ms ease-in-out;
    -ms-transition: background 400ms ease-in-out;
    -o-transition: background 400ms ease-in-out;
    transition: background 400ms ease-in-out;
    border-radius: 0 50px 50px 50px;
}

.item .link-avisoDisponibilidad:hover {
    background: #fff8f2;
}

.doorNotice {
    -webkit-transition: top 400ms, box-shadow 200ms, -webkit-transform 300ms;
    -moz-transition: top 400ms, box-shadow 200ms, -moz-transform 300ms;
    -ms-transition: top 400ms, box-shadow 200ms, -ms-transform 300ms;
    -o-transition: top 400ms, box-shadow 200ms, -o-transform 300ms;
    transition: top 400ms, box-shadow 200ms, transform 300ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-color: #de352e;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    height: 50%;
}

.topDoor {
    top: 0%;
    left: 0px;
    border-radius: 0 50px 0 0;
}

.bottomDoor {
    top: 50%;
    left: 0px;
    border-radius: 0 0 50px 50px;
}

.item .link-avisoDisponibilidad:hover .topDoor {
    top: -50%;
}

.item .link-avisoDisponibilidad:hover .bottomDoor {
    top: 100%;
}

.item .link-avisoDisponibilidad:hover .doorNotice {
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 40%);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.doorNotice i {
    position: absolute;
    font-size: 30px;
    display: flex;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.topDoor i {
    top: 9px;
}

.bottomDoor i {
    top: -15px;
}

.shoppingCartItemAvisoDisponibilidad {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #171b24;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    text-align: center;
    padding: 0 2px;
}


/* FIN DE LOS AJUSTES BOTÓN DE AVISO DE DISPONIBILIDAD DEL ARTÍCULO GENERIC */

/*ESTILOS TOP DE VENTAS INICIO*/


.to-cart:hover {
    background-color: #BCC2C7;
    color: #fff;
}

#sliderManufacturesID .owl-carousel div a {
  display: block;
  text-align: center;
  /*border: solid 3px #f3f4f6;
  background-color: #f3f4f6; */
  /*padding: 20px;*/
  /* margin: 1px; */
  -webkit-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}

#sliderManufacturesID .item .boxItemDatos {
    margin: 0;
}

/*TABS PRODUCTOS CON TALLA COLOR*/

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #dddddd;
    background: #eaeaea;
    font-weight: normal;
    color: #ffffff;
}

.ui-widget-header {
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    font-weight: bold;
}

.ui-tabs .ui-tabs-panel {
    min-height: 125px;
      background: #eaeaea;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #3e4a52;
  }

  .colores li {
    position: relative;
    bottom: 12px;
    right: 50px;
}
  .colores li:hover{
    border:1px solid red;
  }

  .tallaColorSeleccion{
        background-color: white;
    width: 100%;
    padding: 5px;
    margin-top: 15px !important;
    border-radius: 5px;
    color:#3E4A52;
    font-size: 12px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
    background-color: #eaeaea;
    cursor: pointer;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #eae6e6;
    background: #fbfbfb;
    font-weight: normal;
    color: #e0dcdc;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #929191;
  }


 .payments ul {
    list-style: none;
}
.payments {
    text-align: right;
}

/*PADDING 0*/
div#destacadosGrid, div#headerMenu {
    padding-left: 0;
    padding-right: 0;
}

/* ESTILO DE LA FLECHA "BACK TO TOP" QUE APARECE EN TODAS LAS PÁGINAS */

.progress-wrap {
	position: fixed;
	right: 10px;
	bottom: 95px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgb(187 187 187 / 58%);
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'fontawesome';
	content: '\f062';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #de352e;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap::before {
	position: absolute;
	font-family: 'fontawesome';
	content: '\f062';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, #171b24, #171b24);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path { 
	fill: none; 
}

.progress-wrap svg.progress-circle path {
	stroke: #de352e;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

body.light .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}

body.light .progress-wrap::after {
	color: var(--black-blue);
}

body.light .progress-wrap svg.progress-circle path {
	stroke: var(--black-blue);
}

/* FIN DEL ESTILO DE LA FLECHA "BACK TO TOP" QUE APARECE EN TODAS LAS PÁGINAS */


#sliderManufacturesID .titleSection:hover {
    color: #11576d;
    text-decoration: none !important;
}

.textoFormasPago {
	display: none;
}

.textoFormasPago.TB, .textoFormasPago.TC, .textoFormasPago.CR {
    margin: 0 15px 15px 40px;
    font-size: 12px;
}

.carroHeader{
        float: right;
    padding-top: 20px;
}

.linksHeader{
    padding-top: 20px;
    padding: 20px 0px;
    font-size: 11px;
    text-align: left;
    width: auto;
}

.importeHeader {
    font-size: 11px;
    font-size: 13px;
    padding: 7px 0px 10px 0px;
    text-align: left;
    color: #0e0e0e;
    font-style: italic;
    margin-top: 10px;
}

span.fraseCompra {
    color: #fff;
}


.carroProducto {       
    border-color: #f5f5f5;
    border-width: 2px;
    color: #ffffff;
    font-size: 12px;
    background-color: #007ab2;
    text-shadow: none;
    letter-spacing: 3px;
    border-radius: 5px;
    padding: 14px;
}

#mydestacadoGrupoSlider, #mydestacadoDepartamento {
    padding: 0;
}

.itemsPreview{color:#607D8B;}

.gridBanner {
    max-width: 100%;
    margin: 0 auto;
}

#sliderBannerIDHome, #sliderBannerIDHome .boxItemDatos {
    margin: 0;
	min-height: unset;
}

.boxMarcas {
    background: #fff;
}

.gridMarcas {
    max-width: 1190px;
    margin: 0 auto;
}

.gridMarcas .titleSection {
    display: none;
}

.gridBody {
    max-width: 1190px;
    margin: 0 auto;
}

/*banner slider cabecera*/

.bannerFull {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}

#sliderBannerIDHome .owl-item.active {
    
}

#sliderBannerIDHome .owl-stage-outer{
}

#sliderBannerIDHome .imageItem {
    width: 100%;
    object-fit: contain;
    object-position: center top;
    margin: 0 auto;
    padding: 0;
    max-width: 1800px;
    max-height: 550px;
    height: unset;
}

#sliderBannerIDHomeSlider{
    overflow: hidden;
}

#sliderBannerIDHome .descriptionItem {
    display: none;
}

#sliderBannerIDHomeSlider .item:hover, #sliderBannerIDHomeSlider .item {
    border: none;
    max-width: unset;
    min-height: unset;
    box-shadow: unset;
    border-radius: 0;
    margin: 0 auto;
}

#sliderBannerIDHomeSlider .imageContainerItem {
    border-radius: 0;
}

.contenedorGrid .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.gridCategorias {
    max-width: 1190px;
    margin: 0 auto;
}

#imagenesCategoriasID .col-xs-12:first-child {
    padding-left: 0px;
}

#imagenesCategoriasID .col-xs-12:last-child {
    padding-right: 0px;
}

#imagenesCategoriasID a, #departamentos a {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    font-weight: 600;
    position: relative;
}

#imagenesCategoriasID .descriptionItem, #departamentos .descriptionItem {
    background: #171b2496;
    width: 100%;
    height: 150px;
    min-height: unset;
    margin-top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}

#imagenesCategoriasID .descriptionItem .h2-titleItem::before, #departamentos .descriptionItem .h2-titleItem::before {
        position: absolute;
    display: flex;
    justify-content: center;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    height: 34px;
}

#imagenesCategoriasID .descriptionItem::after, #departamentos .descriptionItem::after {
    content: "";
    width: 90%;
    height: 85%;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
}

#imagenesCategoriasID h2, #departamentos h2 {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .5px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    padding: 0 30px;
    white-space: unset;
    overflow: unset;
}

#imagenesCategoriasID h2:hover, #departamentos h2:hover {
    box-shadow: unset;
    transform: unset;
    border-radius: unset;
}

#imagenesCategoriasID .item, #departamentos .item {
    border-bottom: unset;
    padding: 0;
    text-align: center;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    overflow: hidden;
    min-height: unset;
    margin-bottom: 20px;
    max-width: unset;
    margin: 0 auto;
    border-radius: 15px;
}

#imagenesCategoriasID .item:hover, #departamentos .item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#imagenesCategoriasID .boxItemDatos, #departamentos .boxItemDatos {
    margin: 0;
}

#imagenesCategoriasID .imageContainerItem, #departamentos .imageContainerItem {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

#imagenesCategoriasID .imageItem, #departamentos .imageItem {
    object-fit: cover;
    object-position: top right;
    padding: 0;
    width: 100%;
    height: 150px;
}

#imagenCategoriaBis {
    margin: 20px 0 0;
}

#imagenCategoriaBis .item.itemSlider {
    min-height: 110px;
    overflow: hidden;
    max-height: 150px;
    width: 100%;
    max-width: unset;
    margin: 0;
}

#imagenCategoriaBis img.imageItem {
    width: 100%;
    object-fit: cover;
}

#imagenCategoriaBis img.imageItem {
    width: 100%;
    object-fit: cover;
    object-position: center -100px;
    height: unset;
}


#imagenCategoriaBis .item:hover{
    border-color: #fff !important;
}

.mkt_cms_header.boxedContent {
    max-width: none;
}


/*ESTILOS PREVIEW POST BLOG EN HOME
*/


ul#latest_posts {
    list-style: none;
}

#latest_posts li {
padding-left: 0;
    max-width: 280px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 300px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.19);
    border-radius: 5px;
}

div#entradasBlog {
    padding: 20px 0;
}

#entradasBlog a {

        color: #46689d;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#entradasBlog img {
    margin-bottom: 10px;
}

#entradasBlog p {
    color: #8e8e8e;
    line-height: 16px;
    max-height: 30px;
    padding-left: 10px;
}

#entradasBlog .titleSection {
    padding-left: 20px;
}

/*ESTILOS PREVIEW POST BLOG EN HOME*/

@media (max-width: 660px){


    #imagenCategoriaBis .imageContainerItem{

            min-height: 130px;
    }

    .submenu img {display: block;}

    .sf-menu ul {
            background-color: whitesmoke;
    }

    .menu-toggle-close .fa{padding: 0 !important;
    background-color: #dc3d62;}
}

.tituloEntrada {
    padding-left: 10px;
    font-size: 12px;
}

#entradasBlog p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 29px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shoppingCartItem .input-group {
    margin-bottom: 20px;
    margin-top: 10px;
}

.shoppingCartItem input.btn.btn-block.btn-theme.btn-theme-dark.btn-create {
    margin-bottom: 10px;
    background-color: #ec4a84;
    color: #84104b;
    text-shadow: none;
}

.shoppingCartItem input.btn.btn-block.btn-theme.btn-theme-dark.btn-create:hover{

     background-color: #bf4974;
    color: #fff;
}

.shoppingCartItem .input-group-addon{color: #ec4a84;}

#mydestacadoGrupoSlider .owl-dots, #mydestacadoDepartamento .owl-dots  {
    position: relative;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.paddingLeft0{padding-left: 0 !important;}

.bloqueBuscador{margin-bottom: 15px;}

/* AJUSTES DE LA FICHA POPUP CART */

.modal-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    height: unset !important;
}

.modal-dialog {
    width: 412px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.popup-cart-items {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.popup-cart_animacion {
    background: #f3cdcb;
    box-shadow: 7px 10px 15px -5px #00000070;
    width: 90%;
    min-height: 180px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    bottom: -30px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.cart-items-innerPopUp {
    background: #fff;
    box-shadow: 7px 10px 15px -5px #00000070;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    z-index: 1;
}

#popup-cart_carritoSVG {
    min-height: 180px;
}

.box-popupcart_cajaRegistradora_animacion {
    position: relative;
    left: 60px;
    width: 38%;
    margin: 0 0 24px 0;
    padding: 0;
    display: block;
}

.box-popupcart_animacion {
    position: relative;
    width: 35%;
    margin: 0;
    padding: 0;
    display: block;
}

.use-popupcart_carrito {
    display: flex;
}

.use-popupCart_cajaRegistradora {
    display: flex;
}

.popup-cart_media {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-cart_mediaGastosEnvio {
    flex-direction: row;
}

.popup-cart_mediaGastosEnvio span {
    width: 100%;
}

.summaryPopUp_gastosEnvioTexto {
    text-align: right;
    margin: 0 5px 0 0;
}

.summaryPopUp_gastosEnvio {
    text-align: center;
}

.popup-cart_mediaGastosEnvio + .popup-cart_mediaBtns {
    margin: 15px 0 0;
}

.textoSummaryPopUp {
    position: relative;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 0;
}

.textoSummaryPopUp::before {
    content: "";
    width: 50%;
    height: 3px;
    background: #de352e;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.popup-cart_mediaSummary {
    margin: 40px 0 0;
}

.popup-cart_mediaBtns {
    margin: 25px 0 0;
}

.summaryPopUp {
    font-size: 30px;
}

.popup-cart_btn {
    width: 42%;
    background: #e1e2e2;
    font-size: 20px;
    color: #7c838e;
    text-align: center;
    padding: 10px 0;
    border-radius: 100px;
    transition: all .4s ease-in-out;
}

.popup-cart_btn:hover {
    background: #de352e;
    color: #fff;
    box-shadow: 0px 20px 20px -10px #97a3b8;
}

.popup-cart_botones {
    width: 100%;
    display: flex;
    justify-content: center;
}

.popup-cart_btnVaciar {
    margin: 0 10px 0 0;
}

/* ----------- Icono pop up carrito de la compra ---------- */

.box-popupcart_animacion #cesta1 {
    transform: translateY(0);
    animation: fullAnim .5s cubic-bezier(.63,.09,.75,.46);
}

.box-popupcart_animacion #cesta2 {
    transform: translateY(0);
    animation: fullAnim .5s cubic-bezier(.63,.09,.75,.46) .2s;
}

.box-popupcart_animacion.popup_empty #cesta1 {
    transform: translateY(-100%);
    animation: emptyAnim .5s cubic-bezier(.63,.09,.75,.46);
}

.box-popupcart_animacion.popup_empty #cesta2 {
    transform: translateY(-100%);
    animation: emptyAnim .5s cubic-bezier(.63,.09,.75,.46) .2s;
    
}

@keyframes emptyAnim {
  0%, 10% { transform: translateY(0);}

  100% { transform: translateY(-100%); }
}

@keyframes fullAnim {
  0%, 10% { transform: translateY(-100%);}

  100% { transform: translateY(0); }
}

.box-popupcart_cajaRegistradora_animacion #cajaRegistradora_SVG {
    transform: translateX(150%);
    animation: noVisibleAnim .5s cubic-bezier(.63,.09,.75,.46);
}

.box-popupcart_cajaRegistradora_animacion.popup_visible #cajaRegistradora_SVG {
    transform: translateX(0);
    animation: visibleAnim .5s cubic-bezier(.63,.09,.75,.46);
}

@keyframes visibleAnim {
  0%, 10% { transform: translateX(150%);}

  100% { transform: translateX(0); }
}

@keyframes noVisibleAnim {
  0%, 10% { transform: translateX(0);}

  100% { transform: translateX(150%); }
}

.box-popupcart_animacion.popup_checkout {
    left: 30px;
    animation: checkoutAnim .5s cubic-bezier(.63,.09,.75,.46);
}

@keyframes checkoutAnim {
  0%, 10% { left: 100px;}

  100% { left: 30px; }
}

.box-popupcart_animacion {
    left: 100px;
    animation: noCheckoutAnim .5s cubic-bezier(.63,.09,.75,.46);
}

@keyframes noCheckoutAnim {
  0%, 10% { left: 30px;}

  100% { left: 100px; }
}

/* ----------- Fin del icono carrito de la compra ---------- */

/* FIN DE LOS AJUSTES DE LA FICHA POPUP CART */

.boxFooterCarrito .modal-dialog, .contenedorFormulario .modal-dialog, .contact-part2-form .modal-dialog {
    width: 90%;
    margin: 0 auto;
    transform: unset !important;
    position: unset;
}

.boxFooterCarrito .modal-backdrop, .contenedorFormulario .modal-backdrop {
    position: fixed;
}

a.btn.btn-theme.btn-theme-transparent.carroProducto:active {
    font-size: 12px;
}


@media (max-width:480px){

    .sf-menu.nav > li > a {
        color: #007ab2 !important;
        border-bottom: 1px solid #f1f1f1;
        text-align: left;
    }
}

.notyPrueba{
   color: red;background: green;}

   .logoMayor {
    width: 230px;
    margin-top: 20px;
}

.enlace {
    float: initial;
    color: #da8e31;
    padding: 0;
}
.contenedorAgrupaciones {
    position: relative;
    min-height: unset;
}


/* CSS PARA IMAGENES ASINCRONAS */
#imagenPrincipalAsync h1 {
    text-align: left;
    font-size: 22px;
    color: #287094;
    font-weight: 500;
    letter-spacing: 1px;
}
#imagenPrincipalAsync .product-price {
    text-align: left;
    color: #007ab2;
    text-align: left;
    padding-left: 0.8em;
    padding-top: 0.3em;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 30px;
}

.btnCartAgrupacion {
    width: 200px;
    background-color: #d6d6d6;
    height: 40px;
}

.btnCartAgrupacion:hover{
transition: all 0.2s;
background-color: #007ab2;
color: #fff;
}

/* CSS PARA IMAGENES ASINCRONAS */


/* Ajustes del botón "Menú" */

nav.navigation {
    display: none;
}

#menuSidebar2 {
   display: flex;
}

.ContactoCabecera {
    width: 33.33333%;
    display: flex;
    justify-content: center;
}

nav.navigation {
    display: none;
}
    
.menu-toggle {
    display: none;
}
    
/* Fin de la visualización del botón "Menú" */

/* Ajustes del efecto de la cabecera de "Envíos Gratis" */

.variableEnviosHeader {
    display: flex;
    flex-direction: column;
}

.imagenEnviosHeader {
    display: flex;
    justify-content: center;
    min-height: 18px;
}

.tituloEnviosHeader {
    margin: 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.textoEnviosHeader1 {
    color: #fff;
    font-weight: 300;
    font-size: 10px;
    margin: 0;
}

.EnviosCabecera i {
    font-size: 14px;
}

.imagenEnviosHeader .arrowAngle {
    color: #fff;
    -webkit-animation: arrow-animation-angle 1.5s infinite;
    -moz-animation: arrow-animation-angle 1.5s infinite;
}

.imagenEnviosHeader .arrow1 {
    margin-left: 5px; 
}

.imagenEnviosHeader .arrow6 {
    margin-right: 5px; 
}

.imagenEnviosHeader .arrow2, .imagenEnviosHeader .arrow5 {
    -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
}

.imagenEnviosHeader .arrow3, .imagenEnviosHeader .arrow4 {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
}

@-webkit-keyframes arrow-animation-angle {
  0% {
    opacity: .15;
  }

  100% {
    opacity: 1;
  }
}

@keyframes arrow-animation-angle {
  0% {
    opacity: .15;
  }
 
  100% {
    opacity: 1;
  }
}

/* Fin de los ajustes del efecto de la cabecera de "Envíos Gratis" */

/* Ajustes del menú principal */
 
#menuSidebar2 {
    position: relative;
    right: unset;
    top: unset;
    padding: 0 5px 0 5px;
    z-index: 11;
    background-color: transparent;
    border: unset;
    cursor: pointer;
    border-radius: 0;
    text-align: center;
    align-items: flex-end;
}

.menuMobileContainer1 {
    width: 100%;
    margin:0;
    position: relative;
}
    
#menuSidebar2 .fa {
    color: #ffbe00;
    font-size: 25px;
    display: flex;
    align-items: center;
    padding: 0;
    position: relative;
}

#menuSidebar2 .fa::before {
    content: "\f0c9";
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
}
	
/* #mkt_cms_menuMobile .fa::after {
    content: "MENÚ";
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    font-weight: 400;
	position: absolute;
    bottom: 0;
    font-size: 11px;
} */
	
.iconoEntrarMovil {
    margin-right: 18px;
}
    
#mkt_cms_menuMobileContainer {
    width: 335px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: unset;
    left: 0;
    background: #fff8f2;
    border: unset;
    z-index: 10000;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    transition: all .3s ease-in-out;
}

.headerStickyMenu.is-visible {
    margin-left: 0;
}

.headerStickyMenu.is-visible.navigation--pin {
    margin-left: 0;
}
    
#mkt_cms_menuMobileContainer.active {
    padding-bottom: 0;
    animation: abrirMenu .5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    animation-fill-mode: both;
    height: 100%;
    overflow: scroll;
}

    
@keyframes abrirMenu {
    0%{transform: translate(-100%,0); transform-origin: 0% 0%}
    
    100%{transform: translate(0,0); transform-origin: 0% 0%}
}
    
#mkt_cms_menuMobileContainer .shop-categories {
    display: flex;
    flex-direction: column;
    position: unset;
}
.botonCerrar {
    width: 100%;
    position: relative;
    min-height: 40px;
    background: #fff;
	display: flex;
}
    
.logoMenuMobile {
    margin-left: 10px;
    width: 37%;
    float: left;
    display: flex;
    align-items: center;
}
    
.logoMenuMobile img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
}

.MenuDesplegableRegistro {
    width: 60%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
    
#Close {
    width: 10%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.MenuDesplegableRegistro1 .iconoCerrarMovil {
    margin-right: 7px;
}

.MenuDesplegableRegistro1 .iconoCuentaMovil {
    margin-right: 15px;
}

.iconoMenuMovil1 img {
    object-fit: contain;
    object-position: center center;
    height: 50px;
}
    
#botonCerrarMenu {
    font-size: 30px;
    color: #7a8184;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}
    
#mkt_cms_menuMobileContainer h4 {
    display: none;
}
    
#mkt_cms_menuMobileContainer ul {
    line-height: unset;
    text-transform: uppercase;
    padding: 0px;
    margin: 0 auto;
    width: 100%;
}
    
#mkt_cms_menuMobileContainer .primer-item {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #ffffff3d;
}
    
#mkt_cms_menuMobileContainer .primer-item > a {
    color: #ed7204;
}
    
#mkt_cms_menuMobileContainer .fa-angle-down::before {
    content: "\f067";
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    
#mkt_cms_menuMobileContainer .children {
        animation: apareceSubmenu .5s cubic-bezier(0.09, 0.68, 0, 0.99);
        animation-fill-mode: none;
        animation-fill-mode: both;
}
    
    
@keyframes apareceSubmenu {
        0%{transform: translate(-100%, 0);}
        100%{transform: translate(0, 0);}
    }
    
#mkt_cms_menuMobileContainer .borderNivel1 {
    padding: 0 15px 1px 16px;
    float: left;
    width: 100%;
    line-height: 20px;
    position: relative;
}
	
#mkt_cms_menuMobileContainer .borderNivel1:hover {
    background: transparent;
}
    
#mkt_cms_menuMobileContainer .flechaChildren > i::before {
    content: "\f067";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    
#mkt_cms_menuMobileContainer .borderNivel1 > a {
    color: #0e2d75;
    padding: 8px 14px;
    width: 70%;
    font-weight: 500;
    float: left;
    margin: 0;
    min-height: unset;
    font-size: 15px;
}
	
#mkt_cms_menuMobileContainer .borderNivel1 > .flechaChildren {
    float: right;
    width: 15%;
    padding: 0;
    margin: 0 55px 0 0;
    min-height: 37px;
    justify-content: center;
}
	
#mkt_cms_menuMobileContainer ul.children2 > li {
    text-align: left;
}

/* Fin de los ajustes del menú principal */

/* Ajustes del buscador */

.buscadorPreHeader {
    position: unset;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 10px 0 0;
}
    
#toggle-search {
    float: right;
    
}

.header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 30px;
    height: auto;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    cursor: pointer;
    background: transparent;
}
    
#toggle-search:after {
    -moz-transition: top, 0.5s;
    -o-transition: top, 0.5s;
    -webkit-transition: top, 0.5s;
    transition: top, 0.5s;
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: -8px;
    content: "";
    border-color: transparent transparent #e1e4e7;
    border-style: solid;
    border-width: 8px 8px 12px;
}
    
#toggle-search.open:after {
    top: 40px;
}
    
#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
    z-index: 10;
}
    
#search-form.open {
    max-height: 60px;
}
    
#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
}
    
#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: transparent;
    border: none;
}
    
#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 60px;
    border-top: 2px solid #171b24;
    border-bottom: 2px solid #171b24;
    border-left: 2px solid #171b24;
    border-right: unset;
    border-radius: 0;
    box-shadow: unset;
}
    
#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    background: #de352e;
    border: none;
    cursor: pointer;
    font-size: 33px;
    font-weight: 100;
    border-bottom: 2px solid #171b24;
    border-top: 2px solid #171b24;
    border-right: 2px solid #171b24;
}   

#toggle-search > i {
    font-size: 28px;
    color: #fff;
}

/* Fin de los ajustes del buscador */

.cd-popup-trigger {
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    cursor: pointer;
}


/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(23 27 36 / 80%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 100;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 50%;
  text-align: center;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 0;
    right: 8px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 0;
    color: transparent;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  left: 4px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  -o-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  right: 4px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}


.containerPopUpHeader {
	background-color: #fff;
	border-radius: 10px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 95%;
	max-width: 100%;
	min-height: 480px;
    display: flex;
    align-items: center;
}

.box-formPopUp {
    display: flex;
    flex-direction: column;
}

.formPopUpHeader {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 30px;
    height: 100%;
    text-align: center;
}

.form-container {
	height: 100%;
}

.sign-in-container {
	width: 50%;
}

.containerPopUpHeader.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.containerPopUpHeader.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.containerPopUpHeader.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

.overlayPopUpHeader {
	background: #171b24;
	background: -webkit-linear-gradient(to right, #84868c, #171b24);
	background: linear-gradient(to right, #84868c, #171b24);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	height: 480px;
	width: 100%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.title-formPopUp.title-overlay-panel {
    color: #fff;
}

.textoPopUpHeader {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
    color: #fff;
}

.text-formPopUp {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 10px 0 0;
    color: #000;
}

.title-formPopUp {
    color: #000;
    font-weight: 700;
    font-size: 2em;
    margin: 0;
}

.formPopUpHeader .textoPopUpYaRegistrado {
    font-size: 21px;
}

.textoPopUpHeaderYaRegistrado {
    font-size: 15px;
    margin: 0 0 30px;
}

.botonesPopUpYaRegistrado {
    display: flex;
    flex-direction: column;
}

.botonesPopUpYaRegistrado .ghost {
    margin: 0 auto 15px;
    width: 100%;
}

.botonesPopUpYaRegistrado .ghost:last-child {
    margin: 0 auto;
}

.overlay-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	height: 100%;
	width: 100%;
}

.boxRecuperarPopUp {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    min-width: 100%;
    height: 400px;
    background: none;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.containerAccesoClientePopUp.active .boxRecuperarPopUp {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    height: 400px;
    border-radius: 5px;
    padding: 40px 40px 0;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
}

.containerAccesoClientePopUp.active .box-formPopUp {
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
}

.botonAccesoPopUp {
    background: #171b24;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin: 20px auto 0;
    padding: 12px 45px;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    border-radius: 100px;
    transition: all .2s linear;
}

.botonAccesoPopUp:hover {
    background: #0e518c;
    color: #fff;
    text-decoration: unset;
}

.circleAccesoPopUp {
    border-radius: 50%;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -100px;
    right: -100px;
    background: #00000070;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.circleAccesoPopUp.expand {
    width: 1200px;
    height: 1200px;
    bottom: -560px;
    right: -565px;
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.containerAccesoClientePopUp.active .boxRecuperarPopUp .toggleRecuperarPopUp {
    position: absolute;
    background: transparent;
    top: 40px;
    right: -70px;
    font-size: 0;
    box-shadow: none;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.containerAccesoClientePopUp.active .boxRecuperarPopUp .toggleRecuperarPopUp:before {
  content: '';
}

.containerAccesoClientePopUp.active .boxRecuperarPopUp .formRecuperarPopUp {
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.toggleRecuperarPopUp {
    position: relative;
    color: #000;
    font-size: 11px;
    letter-spacing: .5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: transform 80ms ease-in;
}

.textoToggleRecuperarPopUp {
    color: #909090;
    transition: transform 80ms ease-in;
}

.toggleRecuperarPopUp:hover {
    text-decoration: unset;
}

.toggleRecuperarPopUp:hover .textoToggleRecuperarPopUp {
    color: #1873bb;
}

.line-whPopUp {
    width: 100%;
    height: 1px;
    top: 0px;
    margin: 12px auto 20px;
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.3);
}

.buttonCloseClavePopUp {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 20px;
    font-weight: 300;
    width: 40px;
    text-align: center;
}

.tituloRecuperarClavePopUp {
    color: #000;
}

.buttonCloseClavePopUp {
    color: #000;
}

.tituloRecuperarClave1PopUp {
    font-size: 25px;
    text-align: center;
}

.tituloRecuperarClave2PopUp {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0 0;
    letter-spacing: .4px;
}

.botonRecuperarPopUp {
    background: #166fb5;
    border: 0;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    border-radius: 100px;
    transition: all .2s linear;
}

.botonRecuperarPopUp:hover {
    background: #0e518c;
    color: #fff;
}

.buttonCloseClavePopUp {
    cursor: pointer;
}

.tituloRecuperarClavePopUp, .line-whPopUp, .campoCorreoRecuperarPopUp, .botonRecuperarPopUp {
    position: relative;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.buttonCloseClavePopUp, .line-whPopUp, .campoCorreoRecuperaPopUpr, .botonRecuperarPopUp {
    opacity: 0;
    text-align: center;
    -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.containerAccesoClientePopUp.active .tituloRecuperarClavePopUp, .containerAccesoClientePopUp.active .buttonCloseClavePopUp, .containerAccesoClientePopUp.active .line-whPopUp, .containerAccesoClientePopUp.active .campoCorreoRecuperarPopUp, .containerAccesoClientePopUp.active .botonRecuperarPopUp {
    opacity: 1;
    -webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition-delay: 0s;
    transition-delay: 0.0s;
}

.containerAccesoClientePopUp.active .tituloRecuperarClavePopUp {
    transition-delay: 0.0s;
}

.containerAccesoClientePopUp.active .buttonCloseClavePopUp {
    transition-delay: 0.03s;
}

.containerAccesoClientePopUp.active .line-whPopUp {
    transition-delay: 0.06s;
}

.containerAccesoClientePopUp.active .campoCorreoRecuperarPopUp {
    transition-delay: 0.09s;
}

.containerAccesoClientePopUp.active .botonRecuperarPopUp {
    transition-delay: 0.12s;
}

.containerAccesoClientePopUp.active .campoCorreoRecuperarPopUp label {
    margin: 0;
}

.campoCorreoPopUp, .campoPasswordPopUp {
    display: flex;
    flex-direction: column;
}

.tituloInputPopUp {
    margin: 0;
    text-align: left;
    font-weight: 700;
}

.box-formPopUp .campoCorreoPopUp {
    margin: 10px 0 0;
}

.box-formPopUp .campoPasswordPopUp {
    margin: 10px auto;
}

.ghost {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.ghost:hover {
    background-color: #fff;
    color: #171b24;
    text-decoration: unset;
}

.svg-iconCliente {
    width: 25px;
    height: 25px;
    fill: #fff;
    cursor: pointer;
}

/* AJUSTES DEL ICONO DEL CARRITO DEL HEADER */

.carritoHeader {
    display: flex;
    position: relative;
}

.carritoHeader:hover {
    color: #ed7204;
}

.iconoHeaderCarrito {
    width: 40px;
    height: 30px;
}

.unidadesCarroHeader {
    color: #fff;
    font-size: 10px;
    background: #de352e;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -8px;
    right: 1px;
}

/* ----------- Icono carrito de la compra ---------- */

.rellenoCaja, .contornoCaja {
    transform: translateY(-100%);
    transition: all .2s ease;
}

.carritoHeader:hover .rellenoCaja1, .carritoHeader:hover .contornoCaja1 {
    transform: unset;
    animation: bounceAnim .2s cubic-bezier(.63,.09,.75,.46);
    
}

.carritoHeader:hover .rellenoCaja2, .carritoHeader:hover .contornoCaja2 {
    transform: unset;
    animation: bounceAnim .2s cubic-bezier(.63,.09,.75,.46) .2s;
    
}

.carritoHeader:hover .rellenoCaja3, .carritoHeader:hover .contornoCaja3 {
    transform: unset;
    animation: bounceAnim .2s cubic-bezier(.63,.09,.75,.46) .3s;
    
}

@keyframes bounceAnim {
  0%, 10% { transform: translateY(-50%);}

  100% { transform: translateY(0); }
}

/* .carritoHeader:hover .rellenoCarrito {
    transition: all .2s ease;
    fill: #fff !important;
}

.carritoHeader:hover .contornoCarrito {
    transition: all .2s ease;
    fill: #26ade4 !important;
} */


/* ----------- Fin del icono carrito de la compra ---------- */


/* FIN DE LOS AJUSTES DEL ICONO DEL CARRITO DEL HEADER */

/* ESTILO DE LAS PÁGINA DE REDSYS */

#redsysId {
    border: 2px solid #ed7204;
    display: flex;
    margin: 0 auto 40px;
}

#redsysId .infoPago {
	width: 70%;
    background: #fff8f2;
    clip-path: polygon(81% 0, 100% 49%, 84% 100%, 0 100%, 0 0);
	padding: 0;
}

#redsysId .infoPago h1 {
    font-size: 40px;
    text-align: center;
    width: 82%;
    margin: 20px 0 10px;
    font-weight: 900;
    color: #f56f05;
    background: linear-gradient(to right, #f56f05 20%, #ffbf2e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#redsysId .infoPago h2 {
    color: #000;
    font-size: 25px;
    text-align: center;
    width: 88%;
    margin: 0;
    font-weight: 600;
}

#redsysId .infoPago p {
    color: #000;
    text-align: center;
    width: 84%;
    margin: 7px 0 0 25px;
    font-size: 16px;
    font-weight: 600;
}

#redsysId .infoPago img {
    margin: 0 auto;
    height: 297px;
    width: 85%;
    object-fit: contain;
    object-position: center center;
}

#redsysId .infoTotal h2 {
    font-size: 40px;
    text-align: center;
    width: 90%;
    letter-spacing: .1px;
    margin: 20px 0 10px;
    font-weight: 900;
}

#redsysId .infoTotal label {
    text-align: center;
    font-size: 25px;
    width: 88%;
    margin: 20px 0 40px;
    font-weight: 600;
}

#redsysId .infoTotal #frmPago {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

#redsysId .infoTotal #frmPago .input-group {
    padding: 0;
    position: relative;
    border: 2px solid #ed7204;
    color: #ed7204;
    background-color: transparent;
    text-align: center;
    width: unset;
	cursor: pointer;
}

#redsysId .infoTotal #frmPago .input-group::after, #redsysId .infoTotal #frmPago .input-group::before, #redsysId .infoTotal #frmPago .input-group button::after, #redsysId .infoTotal #frmPago .input-group button::before {
    content: "";
    position: absolute;
    background-color: #ed7204;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#redsysId .infoTotal #frmPago .input-group::after, #redsysId .infoTotal #frmPago .input-group::before {
    height: 100%;
    width: 2px;
    top: -2px;
}

#redsysId .infoTotal #frmPago .input-group::before {
    right: -2px;
}

#redsysId .infoTotal #frmPago .input-group::after {
    left: -2px;
}

#redsysId .infoTotal #frmPago .input-group:hover::before {
    -webkit-transform: translatex(12px);
    transform: translatex(12px);
}

#redsysId .infoTotal #frmPago .input-group:hover::after {
    -webkit-transform: translatex(-12px);
    transform: translatex(-12px);
}

#redsysId .infoTotal #frmPago .input-group:hover {
    outline-width: 0;
}

#redsysId .infoTotal #frmPago .input-group button {
    padding: 1rem 2rem;
    font-size: 1.25rem;
    border: unset;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 0;
    text-shadow: unset;
    color: #ed7204;
    font-weight: 700;
    box-shadow: unset;
}

#redsysId .infoTotal #frmPago .input-group button::after, #redsysId .infoTotal #frmPago .input-group button::before {
    height: 2px;
    width: 100%;
    left: -2px;
}

#redsysId .infoTotal #frmPago .input-group:hover button::before {
    -webkit-transform: translatey(12px);
    transform: translatey(12px);
}

#redsysId .infoTotal #frmPago .input-group:hover button::after {
    -webkit-transform: translatey(-12px);
    transform: translatey(-12px);
}

#redsysId .infoTotal #frmPago .input-group button::before {
    bottom: -2px;
}

#redsysId .infoTotal #frmPago .input-group button::after {
    top: -2px;
}

#redsysId .infoTotal #frmPago .input-group:hover button {
    background-color: #ed7204;
    width: 100%;
    color: #fff;
}

.infoTotal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenedorRedsys {
    margin: 40px auto;
    max-width: 1190px;
}

.boxFooterPasarelaPago {
    margin-top: 0;
}

/* FIN DEL ESTILO DE LAS PÁGINA DE REDSYS */

/* ESTILO DE LAS PÁGINA DE PAYPAL */

#paypalId {
    border: 2px solid #ed7204;
    display: flex;
    margin: 0 auto 40px;
}

#paypalId .infoPago {
	width: 70%;
    background: #fff8f2;
    clip-path: polygon(81% 0, 100% 49%, 84% 100%, 0 100%, 0 0);
	padding: 0;
}

#paypalId .infoPago h1 {
    font-size: 40px;
    text-align: center;
    width: 82%;
    margin: 20px 0 10px;
    font-weight: 900;
    color: #012169;
    background: linear-gradient(to right, #012169 20%, #0196df 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#paypalId .infoPago h2 {
    color: #000;
    font-size: 25px;
    text-align: center;
    width: 88%;
    margin: 0;
    font-weight: 600;
}

#paypalId .infoPago p {
    color: #000;
    text-align: center;
    width: 84%;
    margin: 7px 0 0 25px;
    font-size: 16px;
    font-weight: 600;
}

#paypalId .infoPago img {
    margin: 0 auto;
    height: 297px;
    width: 85%;
    object-fit: contain;
    object-position: center center;
}

#paypalId .infoTotal h2 {
    font-size: 40px;
    text-align: center;
    width: 90%;
    letter-spacing: .1px;
    margin: 20px 0 10px;
    font-weight: 900;
}

#paypalId .infoTotal label {
    text-align: center;
    font-size: 25px;
    width: 88%;
    margin: 20px 0 40px;
    font-weight: 600;
}

#paypalId .infoTotal #frmPago {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

#paypalId .infoTotal #frmPago .input-group {
    padding: 0;
    position: relative;
    border: 2px solid #ed7204;
    color: #ed7204;
    background-color: transparent;
    text-align: center;
    width: unset;
	cursor: pointer;
}

#paypalId .infoTotal #frmPago .input-group::after, #paypalId .infoTotal #frmPago .input-group::before, #paypalId .infoTotal #frmPago .input-group button::after, #paypalId .infoTotal #frmPago .input-group button::before {
    content: "";
    position: absolute;
    background-color: #ed7204;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

#paypalId .infoTotal #frmPago .input-group::after, #paypalId .infoTotal #frmPago .input-group::before {
    height: 100%;
    width: 2px;
    top: -2px;
}

#paypalId .infoTotal #frmPago .input-group::before {
    right: -2px;
}

#paypalId .infoTotal #frmPago .input-group::after {
    left: -2px;
}

#paypalId .infoTotal #frmPago .input-group:hover::before {
    -webkit-transform: translatex(12px);
    transform: translatex(12px);
}

#paypalId .infoTotal #frmPago .input-group:hover::after {
    -webkit-transform: translatex(-12px);
    transform: translatex(-12px);
}

#paypalId .infoTotal #frmPago .input-group:hover {
    outline-width: 0;
}

#paypalId .infoTotal #frmPago .input-group button {
    padding: 1rem 2rem;
    font-size: 1.25rem;
    border: unset;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 0;
    text-shadow: unset;
    color: #ed7204;
    font-weight: 700;
    box-shadow: unset;
}

#paypalId .infoTotal #frmPago .input-group button::after, #paypalId .infoTotal #frmPago .input-group button::before {
    height: 2px;
    width: 100%;
    left: -2px;
}

#paypalId .infoTotal #frmPago .input-group:hover button::before {
    -webkit-transform: translatey(12px);
    transform: translatey(12px);
}

#paypalId .infoTotal #frmPago .input-group:hover button::after {
    -webkit-transform: translatey(-12px);
    transform: translatey(-12px);
}

#paypalId .infoTotal #frmPago .input-group button::before {
    bottom: -2px;
}

#paypalId .infoTotal #frmPago .input-group button::after {
    top: -2px;
}

#paypalId .infoTotal #frmPago .input-group:hover button {
    background-color: #ed7204;
    width: 100%;
    color: #fff;
}

.infoTotal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenedorRedsys {
    margin: 40px auto;
    max-width: 1190px;
}

.boxFooterPasarelaPago {
    margin-top: 0;
}

/* FIN DEL ESTILO DE LAS PÁGINA DE PAYPAL */

/* ESTILO DE LAS PÁGINA DE "PEDIDO NO COMPLETADO" */

.pedidoNoCompletado {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    background: #fff;
}

.pedidoNoCompletado1 {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
}

.pagoError, .imgPagoError {
    width: 40%;
}

.btnVolverCarro {
    width: 20%;
	text-align: center;
}

.tituloNoCompletado {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    margin: 25px 0 0;
}

.alert.alert-danger {
    background: transparent;
    border: unset;
    color: #000;
    font-size: 25px;
    padding: 0 0 0 40px;
    text-align: center;
}

.imgPagoError {
    text-align: center;
}

.imgPagoError img {
    object-fit: contain;
    object-position: center center;
    height: 320px;
    margin: 20px 0;
}

.pedidoNoCompletado1 .btn {
    background-color: transparent;
    color: #000;
    border: 2px solid;
    border-radius: 0;
    text-shadow: unset;
    text-transform: uppercase;
    font-weight: 600;
    transition: all .4s ease;
}

.pedidoNoCompletado1 .btn:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

/* FIN DEL ESTILO DE LAS PÁGINA DE "PEDIDO NO COMPLETADO" */

/* ESTILO DEL MENÚ INFERIOR DE LA VERSIÓN MÓVIL */

html {

    box-sizing: border-box;
    --bgColorMenu : #1d1d27;
    --duration: .7s;    

}

.menuInferiorFijo {
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 1.5em;
    padding: 0 2.85em;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    background-color: var(--bgColorMenu);
}

.menu__item{
    all: unset;
    flex-grow: 1;
    z-index: 100;
    display: flex;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    align-items: center;
    will-change: transform;
    justify-content: center;
    padding: 0.55em 0 0.85em;
    transition: transform var(--timeOut , var(--duration));
    
}

.menu_item_shoppingBasket {
    display: flex;
    position: relative;
}

.udsCarroMenu {
    position: absolute;
    bottom: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}

.menu__item::before{
    
    content: "";
    z-index: -1;
    width: 4.2em;
    height: 4.2em;
    border-radius: 50%;
    position: absolute;
    transform: scale(0);
    transition: background-color var(--duration), transform var(--duration);
    
}


.menu__item.active {

    transform: translate3d(0, -.8em , 0);

}

.menu__item.active::before{
    
    transform: scale(1);
    background-color: var(--bgColorItem);

}

.icon {
    
    width: 2.6em;
    height: 2.6em;
    stroke: white;
    fill: transparent;
    stroke-width: 1pt;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 400;
    
}

.menu__item.active .icon {

    animation: strok 1.5s reverse;
    
}

@keyframes strok {

    100% {

        stroke-dashoffset: 400;

    }

}

.menu__border{
    left: 0;
    bottom: 99%;
    width: 10.9em;
    height: 2.4em;
    position: absolute;
    /* clip-path: url(#menu);
    will-change: transform;
    background-color: var(--bgColorMenu);*/
    transition: transform var(--timeOut , var(--duration)); 
}

#wave {
    /*  position: absolute;*/
    width: 100%;
    transform-origin: bottom;
    transform: scaleY(0.8);
    fill: #1d1d27;
}

.wave-wrap #wave .path {
/* fill: #2f3542; */
}

.svg-container {

    width: 0;
    height: 0;
}


@media screen and (max-width: 50em) {
    .menuInferiorFijo {
        font-size: .8em;
    }
}


/* FIN DEL ESTILO DEL MENÚ INFERIOR DE LA VERSIÓN MÓVIL */

/* AJUSTES PÁGINA DE PEDIDOS - HCO DE PEDIDOS */

.gridPedidosCliente {
    width: 100%;
    max-width: 1200px;
    margin: 15px auto 40px;
}

.tituloPedidosCliente {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    margin: 20px 0 10px;
    text-align: center;
}

.tablaPedidosClientes {
    margin: 0 auto;
    width: 95%;
}

.cabeceraPedidoClientes {
    display: flex;
    margin: 0 0 10px;
}

.grupo1CabeceraPedidoClientes, .grupo2CabeceraPedidoClientes {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    display: flex;
}

.grupo1CabeceraPedidoClientes, .grupo1FilaPedidoCliente {
    width: 80%;
    display: flex;
}

.grupo2CabeceraPedidoClientes, .grupo2FilaPedidoCliente {
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center;
}

.textoCabeceraPedidoClientes, .contenidoFilaPedidoCliente {
    display: flex;
    justify-content: center;
    width: 50%;
}

.filaPedidoCliente {
    display: flex;
}

.grupo1FilaPedidoCliente {
    padding: 0;
    align-items: center;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    border-radius: 10px;
}

.grupo1FilaPedidoCliente, .grupo2FilaPedidoCliente {
    min-height: 50px;
    margin: 0 0 15px;
}

.contenidoFilaPedidoCliente {
    color: #000;
}

.containerDestacados2PedidosClientes {
    margin: 40px 0 60px;
}

.linkPedidoRealizado {
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-viewPedido {
    width: 25px;
    height: 25px;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    fill: #000;
}

.linkPedidoRealizado:hover .svg-viewPedido {
    opacity: 1;
}

.contenedorFabricantesResumenPedidos {
    max-width: 1190px;
    margin: 0 auto;
}

.contenedorFabricantesResumenPedidos .owl-next::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}

.contenedorFabricantesResumenPedidos .owl-prev::before {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
}

/* FIN DE LOS AJUSTES PÁGINA DE PEDIDOS - HCO DE PEDIDOS */

/* ================= AJUSTES DE LA PÁGINA ESTADO DEL PEDIDO =================== */


/*  Los ajustes que aparecen a continuación están más trabajados. Están inspirados en la siguiente plantilla: https://codepen.io/ChristosGeorgiou/pen/WrwxgM */
 
.gridFactura {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contenedorBreadcrumbEstadoPedido {
    margin: 0 auto;
}

.contenedorFactura {
    max-width: 1200px;
    margin: 20px auto;
    background: transparent !important;
    border-radius: 0 !important;
}

.mkt_cms_footerEstadoPedido {
    margin: 0;
}

table {
    font-family: inherit !important;
}

.tablaFactura {
    margin: 0 auto;
	border-spacing: 40px 20px;
    border-collapse: separate;
    width: 100%;
}

.h1-tituloNumeroPedidoTabla {
    margin: 0;
    font-size: 33px;
    font-weight: 400 !important;
    line-height: 1.1;
    text-align: center;
    color: #000 !important;
    text-transform: uppercase;
}

.td-datosClienteTabla, .td-datosPedidoTabla, .td-direccionEnvioTabla {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    padding: 0 0 10px;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.td-datosEmpresaTabla {
    padding: 10px 15px 10px 15px;
    position: relative;
    margin: 0;
    display: flex;
}

.box-logoEmpresa {
    width: 40%;
}

.img-logoEmpresaFactura {
    max-height: 135px;
    width: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 0px 15px 0 0;
}

.box-datosEmpresaTabla {
    width: 60%;
}

.p-datosEmpresaTituloTabla {
    font-size: 16px;
    font-weight: 900;
}

.p-datosEmpresaTabla {
    font-weight: 600;
}

.link-datosEmpresaTabla {
    font-size: 14px;
    margin: 0;
    color: #ef4134 !important;
    font-weight: 500;
}

.link-datosEmpresaTabla:hover {
    color: #c9ab81 !important;
}

.p-datosClienteTituloTabla, .p-datosPedidoTituloTabla, .p-direccionEnvioTituloTabla {
    font-size: 14px;
    color: #000 !important;
    background-color: transparent !important;
    border-bottom: 1px solid transparent !important;
    width: 100%;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.p-datosClienteTabla, .p-datosPedidoTabla, .p-direccionEnvioTabla {
    font-size: 14px;
    font-weight: 300 !important;
    padding: 0 10px 3px;
    margin: 0;
}

.p-datosClienteTabla:nth-child(2), .p-datosPedidoTabla:nth-child(2), .p-direccionEnvioTabla:nth-child(2) {
    padding: 5px 10px 3px;
}

.table-desgloseFactura, .tabla-pieDesgloseFacturaTabla {
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 10px;
    table-layout: fixed;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.table-desgloseFactura {
    margin: 10px 0 0;
}

.tabla-pieDesgloseFacturaTabla {
    margin: 30px 0 0;
}

.thead-desgloseFacturaTabla, .thead-pieDesgloseFacturaTabla {
    background: transparent !important;
    color: #000 !important;
}

.th-desgloseFacturaTabla, .th-desgloseFacturaTabla, .th-pieDesgloseFacturaTabla {
    padding: 5px;
    text-align: center;
    border: 1px solid transparent !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.box-thDesgloseFactura {
    display: flex;
    flex-direction: column;
}

.span-thDesgloseFactura2 {
    font-size: 10px !important;
    color: #fff !important;
    font-weight: 400;
}

.td-articuloFacturaTabla, .td-pieDesgloseFacturaTablaDato {
    border: 1px solid transparent !important;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.td-articuloDescripcionFacturaTabla {
    padding: 5px 10px;
}

.td-totalDato {
    font-size: 14px;
    font-weight: bold;
}

.tr-espacioVacioTabla {
    display: none;
}

.mkt_cms_footer_estadoPedido {
    margin: 50px 0 0;
}

.breadCrumbLeve1_estadoPedido {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: all .2s ease;
}

.breadCrumbLeve1_estadoPedido::after {
    content: "\f101";
    font-family: "Fontawesome";
    color: #c9ab81;
    padding: 0 12px;
    font-size: 15px;
}

.breadCrumbLeve1_estadoPedido:hover {
    color: #c9ab81;
}

.contenedorBreadcrumbEstadoPedido .paginaActiva {
    text-transform: uppercase;
}

/* FIN DE LOS AJUSTES DE LA PÁGINA ESTADO DEL PEDIDO */



/* ----------------------------------- MEDIAS Y RESPONSIVE ----------------------------------- */

/* Media de la pasarela de pago */

@media(max-width: 758px) {
    
    .contenedorRedsys {
    margin: 15px auto;
    }
	
	#redsysId, #paypalId {
	width: 90%;
    flex-direction: column;
    margin: 0 auto 15px;
	}
	
	#redsysId .infoPago, #paypalId .infoPago {
    width: 100%;
    clip-path: polygon(100% 0, 100% 88%, 49% 100%, 0 88%, 0 0);
	}
	
	#redsysId .infoPago h1, #paypalId .infoPago h1 {
    width: 100%;
	}
	
	#redsysId .infoPago h2, #paypalId .infoPago h2 {
    width: 100%;
    padding: 0 20px;
	}
	
	#redsysId .infoPago p, #paypalId .infoPago p {
    width: 100%;
    margin: 0;
    padding: 10px 15px 0;
	}
	
	#redsysId .infoPago img, #paypalId .infoPago img {
    height: 257px;
    width: 100%;
    object-position: top center;
	}
	
	#redsysId .infoTotal h2, #paypalId .infoTotal h2 {
    font-size: 33px;
    width: 100%;
    margin: 20px 0 0;
	}
	
	#redsysId .infoTotal label, #paypalId .infoTotal label {
    width: 100%;
    margin: 20px 0;
	}
	
	#redsysId .infoTotal #frmPago, #paypalId .infoTotal #frmPago {
    width: 100%;
    margin: 0 0 30px;
	}
	
	.pedidoNoCompletado {
    width: 90%;
	}
	
	.tituloNoCompletado {
    font-size: 25px;
    text-align: center;
    margin: 20px 0 10px;
	}
	
	.pedidoNoCompletado1 {
    flex-direction: column;
	}
	
	.pagoError, .imgPagoError {
    width: 100%;
	}
	
	.alert.alert-danger {
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
	}
	
	.imgPagoError img {
    height: 200px;
    margin: 10px 0 20px;
	}
	
	.btnVolverCarro {
    width: 100%;
    margin: 0 auto 20px;
	}
	
}

/* Fin del media de la pasarela de pago */

/* Menu ajustado a movil */

@media(max-width: 758px) {
    .box-menuSidebar2 {
    width: 100%;
    }
    
    .closeMenuSidebar {
    height: 60px;
    width: 100%;
    position: unset;
    transform: unset;
    border-radius: 0;
    box-shadow: unset;
    }
    
    .menuSidebar2 {
    top: 60px;
    width: 100%;
    }
}

/* Fin del Menu ajustado a movil */

/* Media de la pasarela de pago */

@media(max-width: 758px) {
    
    .contenedorRedsys {
    margin: 15px auto;
    }
	
	#redsysId, #paypalId {
	width: 90%;
    flex-direction: column;
    margin: 0 auto 15px;
	}
	
	#redsysId .infoPago, #paypalId .infoPago {
    width: 100%;
    clip-path: polygon(100% 0, 100% 88%, 49% 100%, 0 88%, 0 0);
	}
	
	#redsysId .infoPago h1, #paypalId .infoPago h1 {
    width: 100%;
	}
	
	#redsysId .infoPago h2, #paypalId .infoPago h2 {
    width: 100%;
    padding: 0 20px;
	}
	
	#redsysId .infoPago p, #paypalId .infoPago p {
    width: 100%;
    margin: 0;
    padding: 10px 15px 0;
	}
	
	#redsysId .infoPago img, #paypalId .infoPago img {
    height: 257px;
    width: 100%;
    object-position: top center;
	}
	
	#redsysId .infoTotal h2, #paypalId .infoTotal h2 {
    font-size: 33px;
    width: 100%;
    margin: 20px 0 0;
	}
	
	#redsysId .infoTotal label, #paypalId .infoTotal label {
    width: 100%;
    margin: 20px 0;
	}
	
	#redsysId .infoTotal #frmPago, #paypalId .infoTotal #frmPago {
    width: 100%;
    margin: 0 0 30px;
	}
	
	.pedidoNoCompletado {
    width: 90%;
	}
	
	.tituloNoCompletado {
    font-size: 25px;
    text-align: center;
    margin: 20px 0 10px;
	}
	
	.pedidoNoCompletado1 {
    flex-direction: column;
	}
	
	.pagoError, .imgPagoError {
    width: 100%;
	}
	
	.alert.alert-danger {
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
	}
	
	.imgPagoError img {
    height: 200px;
    margin: 10px 0 20px;
	}
	
	.btnVolverCarro {
    width: 100%;
    margin: 0 auto 20px;
	}
	
}

/* Fin del media de la pasarela de pago */

/* Este media de "max-width:992" es para que se visualice el botón "Buscar" cuando está en versión Móvil */

@media(min-width: 759px) {
    
    .menu-footerMobile {
    display: none;
    }
    
    .menuInferiorFijo {
    display: none;
    }
    
    .svg-container {
    display: none;
    }
    
    .btnPagarMobile {
    display: none;
    }
    
    .botonCerrar {
    display: none;
    }
    
    .menuOpcionesMovil {
    display: none;
    }
    
    .menuKebab1 {
    display: none;
    }
    
    .fila-cabecera-movil {
    display: none;
    }
    
    .sliderCabeceraMovil {
    display: none;
    }
    
}

/* Fin de la visualización del botón "Buscar" */

/* Ajustes del menú kebab */

@media(max-width: 758px) {
    
    .menuKebab1 {
    width: 10%;
    display: none;
    align-items: center;
    position: unset;
    padding: 0;
    }
    
    .menuKebab {
    position: relative;
    width: 100%;
    min-height: 35px;
    display: flex;
    align-items: center;
    }

    .menuKebabContainer {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    height: 100%;
    transition: transform cubic-bezier(0.1,0.2,.8,1.0) 250ms 0.2s;
    z-index: 10;
    }

    .menuKebabContainer.active-kebab {
    display: flex;
    padding-bottom: 0;
    width: 50%;
    height: auto;
    overflow: scroll;
    }

    .Kebab, .Kebab-two {
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275);
    }

    .kebab-stick {
    width: 5px;
    background: #ed7204;
    height: 5px;
    position: relative;
    transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275);
    border-radius: 50%;
    }

    .kebab-stick::before, .kebab-stick::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #ed7204;
    border-radius: 50%;
    transition: all 300ms cubic-bezier(0.175,0.885,0.32,1.275);
    }

    .kebab-stick::before {
    transform: translateY(-9px);
    }

    .kebab-stick::after {
    transform: translateY(9px);
    }

    .open-kebab, .open-reverse-kebab {
    animation: spin 250ms ease;
    }

    .open-reverse-kebab {
    transform: rotate(-45deg);
    }

    .open-kebab {
    transform: rotate(45deg);
    }

    @keyframes spin{
        0%{
            transform: rotate(0deg);
        }
        100%{
        transform: rotate(490deg)
        }
    }

    .nav-items-kebab {
    display: flex;
    flex-direction: column;
    color: #fff;
    background: #7b8184;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    transition: transform cubic-bezier(0.1,0.2,.8,1.0) 250ms 0.2s;
    margin: 0 auto;
    padding: 0;
    }

    .close-kebab {
    user-select: none;
    }

    .nav-item-kebab {
    width: 100%;
    position: relative;
    list-style: none;
    cursor: pointer;
    align-self: flex-start;
    font-size: 1.5rem;
    transition: transform cubic-bezier(0.1,0.2,.8,1.0) 250ms;
    }

    .nav-item-kebab:not(:last-child) {
    padding-bottom: 0;
    }
    
    .linkDirecto {
    font-size: 14px;
    }

}

/* Fin de los ajustes del menú kebab */

/* Ajustes del icono Login para versión Móvil */

@media(max-width: 758px) {
    
    .iconLogin {
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    }
    
    .iconoLoginPpal {
    position: relative;
    }
    
    .imagenIconoPpal {
    object-fit: contain;
    object-position: center center;
    height: 35px;
    }
    
    .iconoLoginPpal.activeLoginPpal .imagenIconoPpal {
    transform: scale(0.25);
    transition: all 0.25s cubic-bezier(0.32, 2.04, 0.85, 0.54);
    box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
    }
    
    .iconLoginClose {
    width: 30px;
    height: 30px;
    }
    
    .iconLoginClose.activeLoginClose {
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.15s cubic-bezier(0.32, 2.04, 0.85, 0.54);
    }
    
    .iconLoginDropdown {
    position: absolute;
    left: 120px;
    right: unset;
    top: 2.5em;
    transition: all 0.25s ease-out;
    transform: scale(0);
    transform-origin: 100% 0;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 8px 0 rgb(0 0 0 / 12%);
    list-style: none;
    background: #fff;
    margin-bottom: 0;
    padding: 5px 10px;
    width: 60%;
    text-align: center;
    }
    
    .iconLoginDropdown.activeLoginDropdown {
    transform: scale(1);
    transition: all 0.25s cubic-bezier(0.5, 1.8, 0.9, 0.8);
    }
    
    .iconLoginDropdown li {
    padding: 10px 0;
    }
    
    .iconLoginDropdown .enlaceRegistroMovil:hover {
    color: #ed7204;
    }
}

/* Fin de los Ajustes del icono Login para versión Móvil */


/* Ajustes del pre-headerMobile */

@media(max-width: 758px) {
    
    #mkt_cms_menuMobileContainer {
    width: 100%;
    }
    
    .fila-cabecera-movil {
    display: flex;
    align-items: center;
    height: 60px;
    }
    
    .footerDesktop {
    display: none;
    }
    
    .RegistroCabecera, .boxDchaHeader .previewCarro, .menuProductosHeaderDesktop {
    display: none;
    }
    
    .fila-cabecera-escritorio {
    display: none;
    }
    
    .accesosDirectosMenu {
    display: none;
    }
    
    .CarroCabeceraMovil {
    margin-right: 10px;
    }
    
    .elementos-pre-header {
    min-height: 40px;
    }
    
    .espacioCabeceraMovil {
    width: 100%;
    }
    
    #mkt_cms_menuMobile {
    padding: 0;
    }
    
    #mkt_cms_menuMobile .fa {
    font-size: 12px;
    min-height: 30px;
    }
    
    .iconoLoginPpal1 {
    font-size: 12px;
    }
    
    #toggle-search > i {
    font-size: 25px;
    }
    
    .buscadorPreHeader {
    padding-right: 10px;
    }
    
    #search-form {
    top: 60px;
    }
    
    #search-form.open {
    max-height: 50px;
    }
    
    #search-form fieldset {
    margin: 0 50px 0 0;
    }
    
    #search-form input {
    height: 50px;
    }
    
    #search-form input[type="submit"] {
    width: 50px;
    font-size: 30px;
    }
    
    .menuPrincipal {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    width: 100%;
    }
    
    .pre-headerMobile {
    background: #0575b1;
    }
    
    .header-button {
    text-align: right;
    }
    
    .menuMobileContainer1 {
    width: 100%;
    }
    
    #mkt_cms_menuMobileContainer .borderNivel1 > a {
    padding: 8px 14px 8px 40px;
    width: 75%;
    }
    
    #mkt_cms_menuMobileContainer .borderNivel1 > .flechaChildren {
    width: 5%;
    }
    
    .variableEnviosHeaderMobile {
    min-height: 30px;
    font-size: 12px;
    margin: 0 auto;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #171b24;
    }
    
    .imagenEnviosHeaderMobile {
    margin: 0 5px 0 0;
    height: 20px;
    width: 20px;
    fill: #000;
    }
    
    .iconoTelefonoPreHeaderMobile {
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
    fill: #000;
    }
    
    .previewCarro .btn-theme-transparent {
    align-items: center;
    }
    
    .cantidadPreviewCarro {
    
    }
    
    .cantidadPreviewCarro i {
    display: none;
    }
    
    .hidden-xs {
    display: unset !important;
    }
    
}

/* Fin de los ajustes del pre-headerMobile */

/* Ajustes del Slider móvil */

@media(max-width: 758px) {
	
	.grid-layout {
    grid-auto-rows: minmax(120px, auto);
	}
    
    .sliderCabeceraMovil {
    background-color: #f1f3f6;
    }

    #content-slider .wrap-slider {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    text-align: center;
    }
    
    #content-slider .slider {
    margin-top: 5%;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    }
    
    #content-slider .inset {
    width: 400%;
    line-height: 0;
    -webkit-animation: 15s slidy infinite;
    -moz-animation: 15s slidy infinite;
    -ms-animation: 15s slidy infinite;
    -o-animation: 15s slidy infinite;
    animation: 15s slidy infinite;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    animation-play-state: running;
    }
    
    @keyframes slidy {
         0% { margin-left:    0%; } /*empieza en posición inicial*/
    33.333% { margin-left:    0%; } /*cambio de la primera a la segunda img*/
    38.333% { margin-left: -100%; } /*se queda parado*/
    68.333% { margin-left: -100%; } /*cambio de la segunda a la tercera img*/
    73.333% { margin-left: -200%; } /*se queda parado*/
    93.333% { margin-left: -200%; } /*Vuelve a mostrar la primera img para que no haya un salto repentino a la primera img*/
       100% { margin-left: -300%; }
    }
    
    @-webkit-keyframes slidy {
         0% { margin-left:    0%; } /*empieza en posición inicial*/
    33.333% { margin-left:    0%; } /*cambio de la primera a la segunda img*/
    38.333% { margin-left: -100%; } /*se queda parado*/
    68.333% { margin-left: -100%; } /*cambio de la segunda a la tercera img*/
    73.333% { margin-left: -200%; } /*se queda parado*/
    93.333% { margin-left: -200%; } /*Vuelve a mostrar la primera img para que no haya un salto repentino a la primera img*/
       100% { margin-left: -300%; }
    }
    
    @-moz-keyframes slidy {
         0% { margin-left:    0%; } /*empieza en posición inicial*/
    33.333% { margin-left:    0%; } /*cambio de la primera a la segunda img*/
    38.333% { margin-left: -100%; } /*se queda parado*/
    68.333% { margin-left: -100%; } /*cambio de la segunda a la tercera img*/
    73.333% { margin-left: -200%; } /*se queda parado*/
    93.333% { margin-left: -200%; } /*Vuelve a mostrar la primera img para que no haya un salto repentino a la primera img*/
       100% { margin-left: -300%; }
    }
    
    @-o-keyframes slidy {
         0% { margin-left:    0%; } /*empieza en posición inicial*/
    33.333% { margin-left:    0%; } /*cambio de la primera a la segunda img*/
    38.333% { margin-left: -100%; } /*se queda parado*/
    68.333% { margin-left: -100%; } /*cambio de la segunda a la tercera img*/
    73.333% { margin-left: -200%; } /*se queda parado*/
    93.333% { margin-left: -200%; } /*Vuelve a mostrar la primera img para que no haya un salto repentino a la primera img*/
       100% { margin-left: -300%; }
    }

    #content-slider figure {
    margin: 0;
    padding: 0;
    width: 25%;
    float: left;
    cursor: pointer;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -ms-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    }
    
    #content-slider .slider [class*='title-'] {
    background: rgba(0, 0, 0, 0.51);
    padding: 1% 1%;
    display: inline-block;
    width: 40%;
    height: auto;
    position: absolute;
    z-index: 12;
    margin: 15px 0 0 15px;
    line-height: normal;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }
    
    .telefonoCabeceraMobile, .whatsappMobile {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
    .telefonoPreHeaderMobile, .whatsappPreHeaderMobile {
    color: #171b24;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    transition: box-shadow 600ms cubic-bezier(0.33, 0.11, 0.02, 0.99), transform 600ms cubic-bezier(0.33,0.11,0.02,0.99);
    }
    
    .telefonoPreHeaderMobile i, .whatsappPreHeaderMobile i {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
    }
    
}

/* Fin de los ajustes del Slider móvil */

/* Ajustes del menú footer mobile */

@media(max-width: 758px) {
    .menu-footerMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1d1d27;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .4s ease;
    }
    
    .menu-footerMobile.footer-is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 560;
    }
    
    .menu-footerMobile .widget {
    height: 100%;
    }
    
    .links-footer {
    flex-direction: column;
    height: 100%;
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
    }
    
    .links-footer a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    }
    
    .links-footer li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12.666667%;
    padding: 0 15px;
    }
    
    .closeFooter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 40px;
    font-size: 25px;
    color: #000;
    }
    
    
}

/* Fin de los ajustes del menú footer mobile */

@media(max-width: 758px) {
    
    .bodyWebsite {
    padding: 0 0 50px;
    }
    
    .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 25px;
    }
    
    .boxBreadcrumb {
    position: relative;
    z-index: 5;
    }
    
    #idBackBoton > a {
    margin: 0;
    }
    
    .gridContenedorArtículo {
    min-height: 300px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    }
    
    .contenedorArticulo {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
    background: unset;
    background: #fff;
    }
    
    .contenedorImagenArticulo, .contenedorTextoArticulo {
    width: 100%;
    }
    
    .contenedorTextoArticulo {
    padding: 0;
    border-radius: 0 150px 0 0;
    background: #f1f3f6;
    box-shadow: -4px -1px 4px 0px #a0a0a094, 1px -2px 3px 0px #a0a0a054, 5px 5px 8px 7px #f1f3f6, -4px 7px 3px 0px #f1f3f6, 5px 5px 8px 7px #f1f3f6;
    }
	
	.itemGrouped .descriptionItem .h2-titleItem {
    font-size: 14px;
	}
    
    .descriptionItem {
    align-items: flex-start;
    padding: 0 20px;
    width: 85%;
    }
    
    #IdTextoProducto .descriptionItem h1 {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    padding: 0;
    }
    
    #IdTextoProducto .porcDtoItem {
    font-size: 12px;
    margin: 0 0 0 20px;
    padding: 1px 15px;
    width: 22%;
    }
    
    #IdTextoProducto .precioArticulo::before {
    background: #c7c7c7;
    }
    
    #IdTextoProducto .priceItem {
    font-size: 18px;
    margin-top: 10px;
    justify-content: center;
    width: 93%;
    }
    
    #IdTextoProducto .promopriceItem {
    font-size: 11px;
    margin: 0 10px 0 0;
    }
    
    #IdTextoProducto .infoArticuloGrupo0 {
    padding: 15px 0 10px;
    }
    
    #IdTextoProducto .articuloGrupo1, #IdTextoProducto .articuloGrupo2 {
    font-size: 11px;
    }
    
    #IdTextoProducto .articuloGrupo1 {
    margin: 0 0 15px;
    }
    
    #IdTextoProducto .shoppingCartItem {
    display: flex;
    width: 93%;
    margin: 15px auto 25px;
    }
    
    #IdTextoProducto .boxInputArticulo {
    width: 40%;
    height: 50px;
    }
    
    #IdTextoProducto .btnCarroArticulo {
    width: 60%;
    margin-left: 5px;
    }
    
    .textoInputArticulo {
    font-size: 10px;
    }
    
    .num-in_articulo span {
    width: 30px;
    height: 30px;
    font-size: 20px;
    }
    
    #IdTextoProducto .carroProducto {
    font-size: 14px;
    height: 50px;
    }
    
    .tabs-cabecera-articulo-item {
    margin: 0 auto;
    }
    
    .tabs-contenido-articulo {
    width: 90%;
    margin: 25px auto 0;
    }
    
    .tab-content-articulo {
    padding: 3%;
    }
    
    .h2-titleVentasSlider {
    font-size: 15px;
    }
    
    #idBtnVerMas, [id^="idBtnVerMas"] {
    width: 95px;
    height: 25px;
    padding: 4px 0 4px 25px;
    font-size: 11px;
    }
    
    #idBtnVerMas::after, [id^="idBtnVerMas"]::after {
    left: 27px;
    }
    
    .boxAgrupacionesCombinaciones {
    padding: 0 0 5px;
    width: 93%;
    }
    
    .waitAngularJs .moduloAgrupaciones {
    text-align: left;
    }
    
    .waitAngularJs .tituloAgrupaciones {
    font-size: 15px;
    padding: 0 0 0 20px;
    }
    
    .waitAngularJs select {
    font-size: 14px;
    }
    
    #IdTextoProducto .inputArticuloPpalDisabled {
    min-height: unset;
    }
    
    #imagenPrincipal img {
    height: 270px;
    }
    
    .backSubMenu i, .backNivel3 i {
    padding: 0 10px 0 0;
    font-size: 25px;
    }
    
    .backNivel3 {
    font-size: 15px;
    }
    
    .owl-carousel {
    width: 90%;
    margin: 0 auto;
    }
	
	#myTopVentasInicioSlider {
    width: 100%;
	}
	
	#myTopVentasInicio .owl-nav .owl-next {
    right: 9%;
	}
	
	#myTopVentasInicio .owl-nav .owl-prev {
    left: -1%;
	}
    
    .gridCompraRapida {
    flex-direction: column;
    }
    
    .gridCompraRapida > div {
    width: 100%;
    }
    
    .contenedorCompraRapida {
    background-image: unset;
    padding: 20px 0 0;
    }
    
    .productosCarritoCompraRapida {
    padding: 0 10px 30px;
    }
    
    .titleCompraRapida .h2-titleItem {
    font-size: 17px;
    margin: 10px 0;
    padding: 0px 0 5px;
    }
    
     .productosCompraRapida .contenedorPaginacionItems {
    margin: 0;
    }
    
    .btnPagarEscritorio {
    display: none;
    }
    
    #departamentos .col-xs-6:nth-child(even) {
    padding-left: 0;
    }
    
    .boxFooterCarrito .modal-dialog {
    width: 90%;
    transform: unset !important;
    position: unset;
    }
    
    .navigation--sticky {
    position: relative;
    }
    
    .navigation--unpin {
    transform: unset;
    }
    
    .cart-items-innerPopUp {
    min-height: 175px;
    }
    
    .popup-cart_mediaSummary {
    margin: 20px 0 0;
    }
    
    .textoSummaryPopUp {
    font-size: 20px;
    }
    
    .summaryPopUp {
    font-size: 22px;
    }
    
    .popup-cart_btn {
    font-size: 15px;
    padding: 5px 0;
    }
    
    .popup-cart_btnVaciar {
    margin: 0 15px 0 0;
    }
    
    .box-popupcart_animacion {
    left: 80px;
    }
    
    .popup-cart_animacion {
    min-height: 140px;
    display: none;
    }
    
    .modal-dialog {
    width: 90%;
    }
    
    .box-popupcart_animacion {
    width: 30%;
    }
    
    .box-popupcart_cajaRegistradora_animacion {
    width: 39%;
    }
    
    #popup-cart_carritoSVG {
    min-height: 153px;
    }

    .logoCabecera {
    width: 35%;
    justify-content: flex-start;
    }
    
    .logoCabeceraMobile {
    width: 100%;
    height: 40px;
    object-fit: contain;
    }
    
    .infoHeader, .infoHeaderDelivery {
    display: none;
    }
    
    .boxDchaHeader {
    justify-content: flex-end;
    width: 65%;
    margin: 0 15px 0 0;
    }
	
	#imagenPrincipalAsync .item a + a {
    min-height: 350px;
	}
	
	#imagenPrincipalAsync .btn-zoom {
    z-index: 1;
	}
	
	#mydestacadoGrupoSlider .itemSlider:hover, #mydestacadoDepartamento .itemSlider:hover {
	width: 100%;
	}
	
	#mydestacadoGrupoSlider .itemSlider:hover .imageContainerItem, #mydestacadoDepartamento .itemSlider:hover .imageContainerItem {
	right: unset;
	}
	
	#mkt_cms_breadcrumb .breadcrumbActivo .breadCrumbLeve2 {
    display: none;
	}
	
	.breadcrumbActivo > .paginaActiva a + a + span + a + span + a {
    display: none;
	}
    
    .telefonoPreHeader, .whatsappPreHeader {
    font-size: 15px;
    }
    
    .elementos-pre-header {
    justify-content: center;
    }
    
    .boxHeader {
    padding: 0;
    z-index: 10;
    }
    
    #departamentosSlider .owl-controls .owl-nav [class*="owl-"] {
    font-size: 25px;
    }
    
    #departamentosSlider .owl-nav {
    top: 30px;
    }
    
    #departamentosSlider .owl-nav .owl-next {
    right: -23px;
    }
    
    #departamentosSlider .owl-nav .owl-prev {
    left: -23px;
    }
    
    .logoCabecera2 {
    height: 50px;
    margin: 5px 0;
    }
    
    .previewCarro img {
    object-fit: contain;
    object-position: center center;
    height: 35px;
    }
   
    .imagenEnviosHeader img {
    object-fit: contain;
    object-position: center center;
    height: 20px;
    }
	
	.articulosCategoriasHome {
    max-width: 90% !important;
	}
    
	.span-1, .span-2, .span-3, .span-4 {
	grid-column-end: span 1;
    grid-row-end: span 1;
	}
	
	.imgBannerGrid1 {
    height: 120px;
    width: 100%;
	object-position: center -105px;
	}
	
	.imgBannerGrid4 {
    height: 120px;
    width: 100%;
    object-position: 0px 0px;
	}
	
	.imgBannerGrid5 {
    height: 120px;
	}
	
	.textosBanner2 {
    min-height: 120px;
	}
	
	.NtelefonoBanner4, .NwhatsappBanner4, .NemailBanner4 {
    font-weight: 700;
	}
	
	.textosBanner5 {
    min-height: 120px;
	}
	
	.tituloBanner3 {
    font-size: 27px;
    line-height: 30px;
    min-height: 60px;
	}
	
	.textoEnviosBanner3 {
    font-size: 11px;
    min-height: 25px;
	}
	
	.textosBanner4 {
    min-height: 120px;
	justify-content: center;
	}
	
	.contactoBanner4-1 {
    font-size: 12px;
    text-align: center;
	}
	
	.textosBanner6 {
    min-height: 120px;
	}
    
    .textoBanner2 {
    font-size: 10px;
	letter-spacing: 1px;
    }
	
	.tituloBanner4 {
    font-size: 15px;
	}
    
	.textoBanner5 {
    padding: 5px 0 0 0;
    font-size: 12px;
	}
    
    .textoBanner6 {
    padding: 0;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
	}
    
    .tituloBanner6 {
    padding: 5px 20px 0 0px;
    font-size: 14px;
    line-height: 15px;
	}
	
	.tituloBanner2-1 {
    font-size: 33px;
	}
	
	.tituloBanner2-2 {
    font-size: 15px;
	}
	
	.clasificacionBanner6 {
    padding: 6px 10px 0 0;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 0;
	}
	
	.tituloBanner1 {
    text-align: center;
	}
    
    .imgBannerGrid6 {
    height: 120px;
    }
	
	.espacioVacioBanner4 {
    min-height: 45px;
	}
	
    .textoEnviosHeader {
    margin-left: 5px;
    }
    
    .tituloEnviosHeader {
    font-size: 12px;
    }
    
    .textoEnviosHeader1 {
    font-size: 10px;
    }
    
    .variableEnviosHeader {
    min-height: 40px;
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
    }
    
    .EnviosCabecera .tituloEnviosHeader, .EnviosCabecera .tituloEnviosHeader1 {
    line-height: 12px;
    }
    
    .EnviosCabecera .imagenEnviosHeader img {
    height: 26px;
    }
    
    .RegistrosCabecera {
    min-height: 50px;
    }
    
    .MenuDesplegableRegistro1 {
    display: flex;
    }
    
    #sliderBannerIDHome img.imageItem {
    width: 100%;
    object-fit: contain;
    }
    
    .titleSection {
    font-size: 25px;
    margin: 0 auto 10px;
    }
    
    .titleSection::after, .titleSection::before {
    width: 85%;
    }
    
    .departamentosBody {
    margin: 10px 0 0;
    }
    
    #departamentos {
    margin-top: 10px;
    }
    
    #departamentos .item {
    margin-bottom: 20px;
    }
    
    #sliderManufacturesID .imageContainerItem {
    width: 50px;
    border-radius: unset;
    }
    
    #sliderManufacturesID .itemSlider .imageItem {
    height: 25px;
    }
	
	#mkt_cms_breadcrumb .breadcrumbActivo .breadCrumbLeve3 {
    display: none;
	}
    
    #departamentos h2 {
    font-size: 11px;
    line-height: 15px;
	}
    
    #imagenesCategoriasID .imageItem, #departamentos .imageItem {
    height: 90px;
    }
    
    #imagenesCategoriasID .descriptionItem, #departamentos .descriptionItem {
    height: 90px;
    }
    
    #imagenesCategoriasID .descriptionItem .h2-titleItem::before, #departamentos .descriptionItem .h2-titleItem::before {
    content: unset;
    }
    
    .contenedorPaginacionItems {
    flex-direction: column;
    }
    
    .contenedorPaginacionItems .nav-pagination {
    width: 100%;
    }
    
    #inicioDestacadosGrid .item {
    width: 98%;
    max-width: unset;
    margin: 0 0 0 auto;
    display: flex;
    }
	
	#myTopVentasInicioSlider .item {
    width: 70%;
    }
    
    #IdTextoProducto {
    margin-top: 0;
    }
    
    .contenedorTextoArticulo::before {
    content: unset;
    }
    
    .contenedorImagenArticulo {
    min-height: unset;
    padding: 0;
    }
    
    .imageContainerItem {
    margin-top: 0;
    }
    
    #imagenPrincipal a {
    min-height: 230px;
    }
    
    #idBackBoton + p + #mkt_cms_breadcrumb .paginaActiva a + a, #idBackBoton + p + #mkt_cms_breadcrumb .paginaActiva a + a + span + a {
    display: none;
    }
    
    #idBackBoton {
    left: 47%;
    }
    
    .clasificacionTituloArticulo a:last-child {
    font-size: 14px;
    }
	
	.waitAngularJs select {
    margin: 0 10px 0 0;
	}
	
	.descriptionItemAgrupacion1 {
    text-align: center;
	}
	
	.contenedorArticulo .infoAdicional {
    width: 90%;
    margin: 0 auto;
	}
    
    .contenedorInformacionAdicional {
    margin: 15px auto 0;
    }
    
    .nav-tabs {
    width: 93%;
    height: 40px;
    margin: 0 auto;
    }
    
    .nav-tabs > .tabArticulo {
    font-size: 12px;
    }
    
    .tabs-wrapper .tabArticulo svg {
    width: 12px;
    height: 12px;
    }
    
    .tab-content {
    margin: 10px 0 0;
    }
    
    .tab-content > div {
    margin: 0 0 10px;
    }
    
    .comments-form {
    width: 85%;
    padding: 0;
    margin: 0 auto;
    }
    
    .title-documentosTab {
    font-size: 12px;
    }
    
    .title-link-tab {
    margin: 10px 0 0 5px;
    }
    
    .enlaces-productos {
    font-size: 11px;
    }
    
    .enlaces-productos::before {
    font-size: 20px;
    }
	
	.infoIvaItemAgrupacion {
    left: 50%;
	}
    
    #IdTextoProducto .infoIvaItemArticulo {
    justify-content: center;
    display: flex;
    }
    
    #IdTextoProducto .unidadesCajasItem {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: unset;
    right: unset;
    text-align: center;
    }
    
    #IdTextoProducto .textoCajas {
    position: relative;
    right: unset;
    top: unset;
    width: 50%;
    display: flex;
    justify-content: center;
    }
	
	#imagenPrincipalAsync .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
	}
	
	#imagenPrincipalAsync .owl-theme .owl-controls .owl-nav .owl-next {
    right: 0;
	}
    
    .breadcrumbActivo .paginaActiva a {
    display: none !important;
    }
    
    .breadcrumbActivo .paginaActiva a:first-child, .breadcrumbActivo .paginaActiva a:last-child {
    display: flex !important;
    }
    
    .breadcrumbActivo .paginaActiva a:last-child {
    margin: 0 0 0 10px;
    }
    
    .gridBreadcrumbCarrito .breadCrumbHome, .gridBreadcrumbAcceso .breadCrumbHome, .gridBreadcrumbContacto .breadCrumbHome, .gridBreadcrumbDesistimiento .breadCrumbHome, .gridBreadcrumbRegistro .breadCrumbHome, .gridBreadcrumbCuenta .breadCrumbHome, .gridBreadcrumbFabricantes .breadCrumbHome {
    margin: 0 10px 0 0 !important;
    }
    
    .link-subcategoriaBreadcrumb::before {
    content: unset;
    }
    
    .tabs-articulo-item li {
    width: 50%;
    height: 30px;
    }
    
    .tabs-articulo-item li a {
    font-size: 12px;
    }
    
    #IdTextoProducto .shoppingCartItem p {
    width: 37%;
    padding: 0;
    }
    
    #IdTextoProducto .shoppingCartItem p::before {
    font-size: 11px;
    top: -10px;
    left: 52%;
    }
    
    #IdTextoLimitadoProducto {
    margin: 20px auto 0;
    }
	
	.contenedorArticulo .infoAdicional a {
    padding: 4px 5px;
    font-size: 12px;
	}
	
	.shoppingCartItemAgrupaciones {
    width: 75%;
    margin: 0 10px 0 10px;
	}
	
	.solo-numerosAgrupaciones {
    min-height: 55px;
	}
    
    #sliderManufacturesID .titleSection {
    font-size: 20px;
    margin: 10px auto;
    }
    
    .sliderManufacturersBodyMarcas #sliderManufacturesID .titleSection {
    justify-content: center;
    border-style: unset;
    border-bottom: unset;
    }
    
    .sliderManufacturersBodyMarcas .titleSection::before {
    width: 100%;
    font-size: 32px;
    text-align: center;
    }
    
    .indexModuleInstanceBody {
    margin: 25px 0 0;
    }
    
    .contenedorLetras {
    padding: 10px 10px;
    }
    
    .textoIndiceLetras {
    font-size: 12px;
    top: -8px;
    padding: 0 10px;
    }
    
    .letrasIndice {
    font-size: 17px;
    }
    
    .contenedorLetra {
    min-height: 60px;
    margin: 10px 0;
    }
    
    .contenedorLetra::before {
    width: 15px;
    left: 10px;
    }
    
    .letra-indiceListado {
    font-size: 17px;
    margin: 5px 0 10px 15px;
    }
    
    .li-marcasOrdenAlfabetico {
    width: 50%;
    margin: 0 0 10px;
    }
    
    .card-marcasOrdenAlfabetico {
    width: 90%;
    height: 70px;
    }
    
    .card-marcasOrdenAlfabetico::before, .card-marcasOrdenAlfabetico::after {
    width: 14px;
    height: 14px;
    }
    
    .card-marcasOrdenAlfabetico::before {
    left: 10px;
    }
    
    .card-marcasOrdenAlfabetico::after {
    left: 10px;
    }
    
    .tituloIndice {
    font-size: 12px;
    line-height: 16px;
    top: 5px;
    width: 77%;
    padding: 0 0 0 40px;
    font-weight: 500;
    }
    
    .ul-ptosCardOrdenAlfabetico {
    left: 16px;
    top: 4px;
    }
    
    .btn-marcasOrdenAlfabetico {
    right: 10px;
    bottom: 10px;
    width: 15px;
    height: 15px;;
    }
    
    .pic {
    height: 70px;
    }
    
    .img-pic {
    object-fit: contain;
    height: 70px;
    }
    
    .icon-marcasOrdenAlfabetico {
    right: 12px;
    bottom: 10px;
    font-size: 20px;
    }
    
    .tarjetasFooter img {
    object-fit: contain;
    object-position: center center;
    height: 15px;
    }
    
    .tarjetasFooter {
    float: left;
    padding: 0 8px;
    }
    
    .enviosFooter {
    padding: 0px;
    margin-right: 8px;
	justify-content: flex-end;
    }
    
    .variableEnvios {
    display: flex;
    }
    
    .imagenEnvios-footer {
    display: none;
    }
    
    .imagenEnvios-footer img {
    object-fit: contain;
    object-position: center center;
    height: 30px;
    display: none;
    }
    
    .tituloEnvios-footer, .textoEnvios-footer1 {
    font-size: 12px;
    line-height: 14px;
    }
    
    .textoEnvios-footer {
    margin-left: 6px;
    }
    
    .footerInformacion {
    margin: 15px auto;
    padding: 0 10px;
    }
    
    .footerTiendaFisica {
    display: flex;
    justify-content: center;
    padding: 0;
    }
    
    .tiendaFisicaFooter {
    margin: 0 25px 0 0;
    }
    
    .logoFooter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 20px;
    padding: 0;
    }
    
    .logoFooter .logo {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    
    .link-logoFooter {
    text-align: left;
    }
    
    .menu-footer {
    margin: 0 auto;
    }
    
    .productosCarroGrid {
    flex-direction: column-reverse;
    }
    
    .articulosCarro {
    width: 100%;
    padding: 0 10px;
    }
    
    .datosCarrito {
    width: 100%;
    padding: 0 0 20px;
    }
    
    .datosCarrito1 {
    position: unset;
    width: 100%;
    }
    
    .productosCarro .col-md-4 {
    padding: 0;
    }
    
    .resumenCarro {
    width: 90%;
    }
    
    .tituloObservacionesCarro, .tituloLoginCarro {
    font-size: 17px;
    }
    
    .boxCalculoGastosEnvio h2 {
    font-size: 17px;
    }
    
    .btnPagarMobile .boxCalculoGastosEnvio h2 {
    color: #7b8184;
    margin: 4px 0 0;
    }
    
    .btnPagarMobile #shippingCostCalculatorInstace .input-group-addon {
    color: #7b8184;
    }
    
    .btnPagarMobile #shippingCostCalculatorInstace .form-control {
    color: #7e8184;
    border: 1px solid #7e8184;
    }
    
    .btnPagarMobile #shippingCostCalculatorInstace button.btn {
    color: #7e8184;
    box-shadow: inset 0 0 0 2px #7e8184;
    }
    
    .btnPagarMobile #shippingCostCalculatorInstace button.btn:hover {
    background-color: #7e8184;
    color: #fff;
    }
    
    .btnPagarMobile  .contenedorObservacionesCarro, .btnPagarMobile .contenedorLoginCarro {
    color: #7e8184;
    }
    
    .btnPagarMobile .btnAccesoCarrito {
    color: #7e8184;
    box-shadow: inset 0 0 0 2px #7e8184;
    }
    
    .btnPagarMobile .btnAccesoCarrito:hover {
    background-color: #7e8184;
    color: #fff;
    }
    
    .infoCarro {
    font-size: 12px;
    }
    
    .tituloObservacionesCarro {
    margin-top: 15px;
    }
    
    .inputFormasDePago {
    width: 100%;
    }
    
    .productosCarro {
    padding-top: 0;
    }
    
    .subtotalCarro div {
    padding: 5px 0 10px;
    }
    
    .textoSubtotalCarro1 {
    font-size: 15px;
    }
    
    .cantidadSubtotalCarro {
    font-size: 15px;
    }
    
    .productosCarro .checkbox.pregunta.terminos {
    width: 90%;
    margin: 0 auto;
    }
    
    .productosCarro .checkbox.pregunta.terminos + div {
    width: 90%;
    margin: 0 auto;
    }
    
    .mkt_cms_header.boxedContent {
    margin: 0;
    }
    
    .itemCarro .contenidoItem h4 {
    font-size: 11px;
	font-weight: 600;
    }
    
    .itemCarro .importeCarro {
    font-size: 12px;
    }
    
    .cajaCantidad {
    width: 20%;
    }
    
    .itemCarro .cantidad input {
    font-size: 15px;
    }
    
    .itemCarro .precioCarro {
    font-size: 12px;
    font-weight: 600;
    }
    
    .itemCarro .imagenItemFinalizar {
	margin: 0 5px 0 0;
    }
    
    .media {
    margin: 0 auto 5px;
    }
    
    .articulosCarro .totalCarro > p + .media-body h4, .articulosCarro .totalCarro > p {
    font-size: 19px;
    }
    
    .btnCarrito > a, .btnCarrito > a:link, .btnCarrito > a:visited 	{
    width: 95%;
    font-size: 12px;
    padding: 7px 0;
    }
    
    .resumenCarroPpal h2 {
    font-size: 16px;
    }
    
    .seccionGeneric1 {
    flex-direction: column;
    width: 95%;
    margin: 15px auto 0;
    }
    
    .seccionGeneric1 > div {
    width: 100%;
    }
    
    .formasEnvioCarrito {
    margin: 0;
    }
    
    .formasPagoCarrito {
    margin: 15px 0 0;
    }
    
    .seccionGeneric2 {
    margin: 20px 0 0;
    }
    
    .datosCarritoSeccion3 .boxRegister {
    flex-direction: column;
    }
    
    .datosCarritoSeccion3 #accountId .registro {
    padding: 0;
    width: 95%;
    }
    
    .datosCarritoSeccion3 .boxRegister > .form-input-block {
    width: 100%;
    }
    
    .datosCarritoSeccion3 .boxRegister .form-input-block1 {
    margin: 0;
    }
    
    .datosCarritoSeccion3 .boxRegister .form-input-block2 {
    margin: 20px 0 0 0;
    }
    
    .datosCarritoSeccion3 {
    margin: 0 0 20px;
    }
    
    .input-group.btnPagar {
    width: 90%;
    }
	
	.owl-theme .owl-controls .owl-nav .owl-prev {
    left: 37px;
	}
    
    .titleBuscador {
    font-size: 15px;
    }
    
    .itemGrouped {
    margin: 15px 0;
    }
    
    .boxCategoriasFijas {
    margin: 20px auto 10px;
    }
    
    .gridCategoriasFijas {
    flex-direction: column;
    }
    
    .categoriaFija {
    width: 90%;
    }
    
    .link-categoriaFija {
    margin: 0 0 20px;
    }
    
    .description-categoriaFija {
    height: 80px;
    padding: 10px 0 0 20px;
    }
    
    .img-containerCategoriaFija {
    top: -50px;
    }
	
	.infoAcceso {
    position: relative;
    min-height: 200px;
    padding: 20px 15px;
    margin: 0 auto;
	width: 94%;
	}
	
	.infoAcceso + .col-md-6 {
    width: 86%;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    float: unset;
    margin: -30px auto 0;
    padding: 10px 15px 15px;
    text-align: center;
	}
	
	.infoAcceso h2 {
    font-size: 20px;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
	}
	
	.infoAcceso p {
    font-size: 14px;
    padding: 0;
    width: 100%;
    text-align: center;
	}
	
	#accountId .textoLogin {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 15px 25px 0;
	}
    
    .boxRegister .form-input-block2 {
    margin: 25px 0 10px;
    }
	
	#accountId .textoLogin h1 {
    font-size: 25px;
    margin: 10px auto 0;
	}
	
	#accountId .textoLogin h2 {
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 20px;
	}
	
	#accountId .textoLogin p {
    font-weight: 400;
    text-align: center;
    font-size: 14px;
	}
	
	#accountId .registro {
    margin: 0 auto;
    padding: 20px 20px 0;
    width: 100%;
	}
    
    .boxRegister {
    width: 100%;
    }
    
    .form-input-block > div {
    margin: 0 0px 15px;
    }
    
    .form-input-block .input-checkbox {
    margin: 0 0px 15px;
    }
	
	#accountId .registro > label:first-child {
    padding: 1rem 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -35px;
    font-size: 15px;
    font-weight: 500;
	}
	
	#accountId .registro .input-group + br {
    display: none;
	}
	
	#accountId .registro .pregunta {
    padding: 15px 0 0;
	}
	
	#contactoId .col-md-6:first-child {
    width: 92%;
    padding: 10px 15px 80px;
	}
	
	#contactoId .col-md-6 h1 {
    font-size: 20px;
	}
	
	#contactoId .col-md-6 p {
    font-weight: 500;
    font-size: 14px;
	text-align: center;
	}
	
	#contactoId .col-md-6 {
    width: 85%;
    padding: 20px 12px;
    margin: -60px auto 0;
	}
	
	#contactoId .col-md-6 label:first-child {
    font-size: 18px;
	}
	
	#contactoId .col-md-6 .input-group .input-group-addon {
    padding: 5px 12px;
    width: 100%;
    font-size: 15px;
    float: left;
	white-space: unset;
	}
	
	#contactoId .botonEnviar .btn {
    width: 90%;
	}
	
	.articulosCarro + .col-md-4 .row + p {
    width: 90%;
    text-align: center;
	margin: 0 auto !important;
	}
	
	.borrarCarro {
	}
	
	.borrarCarro i {
    font-size: 12px;
	}
	
	.stage {
    width: 100%;
	}
	
	.productosCompraRapida + .col-md-6 .imagenItemFinalizar {
    height: 135px;
	}
	
	.productosCompraRapida + .col-md-6 .contenidoItem {
    padding: 10px 10px 0;
    height: 95px;
	}
	
	.productosCompraRapida + .col-md-6 .contenidoItem h4 {
    font-size: 12px;
    line-height: 14px;
	}
	
	.productosCompraRapida + .col-md-6 .item-cajas {
    font-size: 10px;
	}
	
	.productosCompraRapida + .col-md-6 .contenidoItem .cantidad {
    height: 35px;
	}
	
	.productosCompraRapida + .col-md-6 .cantidad input {
    min-height: 35px;
    font-size: 19px;
	}
	
	.productosCompraRapida + .col-md-6 .precioCarro {
    font-size: 17px;
    height: 35px;
    padding: 0 14px;
	}
	
	.productosCompraRapida + .col-md-6 .separadorCarro {
    height: 35px;
	}
	
	.productosCompraRapida + .col-md-6 .totalCarro > p + .media-body h4, .productosCompraRapida + .col-md-6 .totalCarro > p {
    font-size: 19px;
	}
	
	.productosCompraRapida + .col-md-6 .btVaciar > a, .productosCompraRapida + .col-md-6 .btVaciar > a:link, .productosCompraRapida + .col-md-6 .btVaciar > a:visited {
    width: 100%;
	}
	
	.titleSection h1 {
    font-size: 17px;
    margin: 10px 0;
    padding: 0px 0 5px;
    }
	
	.tituloArticuloAgrupacion {
    font-size: 15px;
	}
	
	.pagination > li > a, .pagination > li > span {
    margin-right: 5px;
    }
    
    .nav-pagination3 {
    flex-direction: column;
    }
    
    .grupo-nav-pagination3 {
    justify-content: flex-end;
    }
    
    .grupo1-nav-pagination3, .nav-pagination2 {
    margin: 0 0 10px;
    }
	
	.pagination > li > a.activeProductsPageOption {
    min-width: 65px;
	}
	
	.pagination {
    padding: 0 0 0 5px;
	}
    
    .paginationCantidadMostrada {
    margin: 0 10px 0 0 !important;
    }
    
    .gridVentajas {
    margin: 16px auto 0;
    }
    
    .tituloVentajas {
    font-size: 17px;
    margin: 0 0 10px;
    }
    
    .tituloVentajas1::before, .tituloVentajas1::after {
    width: 2px;
    }
    
    .iconosTextosVentajas {
    flex-direction: column;
    }
    
    .contenedorVentaja {
    width: 90%;
    margin: 0 auto 15px;
    }
    
    .contenedorVentaja:last-child {
    margin: 0 auto;
    }
    
    .iconoVentaja1 {
    width: 40px;
    height: 40px;
    border: 1px solid #ed7204;
    }
    
    .svg-iconVentaja {
    width: 20px;
    height: 20px;
    }
    
    .tituloVentaja {
    font-size: 14px;
    margin: 0 0 5px;
    }
    
    .pagination > li > a, .pagination > li > span {
    min-height: 15px;
    font-size: 10px;
    }
	
	#mydestacadoGrupoSlider .itemSlider, #mydestacadoDepartamento .itemSlider {
    display: flex;
    justify-content: flex-start;
    margin: 3px auto;
	}
    
    #mydestacadoGrupoSlider .itemSlider .boxItemDatos, #mydestacadoDepartamento .itemSlider .boxItemDatos {
    min-height: 100px;
    }
    
    #mydestacadoGrupoSlider .item .linkItem-description, #mydestacadoDepartamento .item .linkItem-description {
    margin: 7px 0 0;
    }
    
    #mydestacadoGrupo .textoCajas {
    justify-content: center;
    }
    
    #mydestacadoGrupoSlider .itemSlider a, #mydestacadoDepartamento .itemSlider a {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    }
    
    #mydestacadoGrupoSlider .itemSlider .imageContainerItem, #mydestacadoDepartamento .itemSlider .imageContainerItem {
    position: unset;
    width: 100%;
    }
    
    #mydestacadoGrupoSlider .itemSlider .descriptionItem, #mydestacadoDepartamento .itemSlider .descriptionItem {
    position: unset;
    width: 100%;
    }
	
	#mydestacadoGrupoSlider img.imageItem {
    margin: 0;
	width: unset;
    height: 100px;
	}
    
    .item .articuloGrupo2 {
    width: 100%;
	justify-content: space-around;
    }
    
    #mydestacadoGrupo .textoCajas {
    position: unset;
    }
    
    #inicioDestacadosGrid .row div[class*="col-"], .row aside[class*="col-"] {
    margin: 10px 0 5px;
    }
	
	#mydestacadoGrupoSlider .itemSlider .priceItem, #mydestacadoDepartamento .itemSlider .priceItem {
    position: relative;
    margin: 0;
    padding: 0;
	font-size: 14px;
	}
    
    #inicioDestacadosGrid .item .shoppingCartItem::before, #mydestacadoGrupoSlider .itemSlider .shoppingCartItem::before, #mydestacadoDepartamento .itemSlider .shoppingCartItem::before {
    content: "\f291";
    font-family: 'FontAwesome';
    font-size: 17px;
    position: absolute;
    color: #fed700;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    }
    
    #inicioDestacadosGrid .item .shoppingCartItem.shoppingCartItemConsultaPrecio::before, #mydestacadoGrupoSlider .itemSlider .shoppingCartItem.shoppingCartItemConsultaPrecio::before, #mydestacadoDepartamento .itemSlider .shoppingCartItem.shoppingCartItemConsultaPrecio::before {
        color: #e4e4e4;
    }
    
    #inicioDestacadosGrid .item .linkItem-img {
    position: relative;
    width: 20%;
    }
    
    #inicioDestacadosGrid .item .imageContainerItem {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
    border-radius: 10px;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #ced2d6;
    }
    
    #inicioDestacadosGrid .item .boxItemDatos {
    margin: 5px 0 0;
    width: 80%;
    position: relative;
	min-height: 122px;
    }
	
	.span-iconConsultaPrecio {
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: 600;
	}
	
	.item .infoConsultaPrecio {
    font-size: 11px;
	}
	
	.item .link-ConsultaPrecio {
    margin: 3px 0 3px;
	}
	
	.stockItemGeneric {
    top: 5px;
    left: -25%;
    transform: unset;
    padding: 3px 6px;
    font-size: 9px;
    letter-spacing: .1px;
	}
    
    #inicioDestacadosGrid .boxPpalPrecioArticulo {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 5px;
    }
    
    #inicioDestacadosGrid .item .priceItem {
    font-size: 14px;
    }
    
    #inicioDestacadosGrid .item .envioGratisItem, #inicioDestacadosGrid .item .envioSiempreItem {
    position: relative;
    height: unset;
    top: unset;
    right: unset;
    font-size: 10px;
    font-weight: 400;
    background-color: transparent;
    color: #171b24;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    text-transform: uppercase;
    border-radius: 0;
    }
    
    #inicioDestacadosGrid .item .grupoPrecioArticulo {
    width: unset;
    height: unset;
    position: unset;
    }
    
    #inicioDestacadosGrid .item .descriptionItem h2 {
    text-transform: unset;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    text-align: left;
    }
    
    #inicioDestacadosGrid .imageContainerItem .imageItem {
    height: 80px;
    }
    
    #inicioDestacadosGrid .item .descriptionItem {
    padding: 0 10px 0 0;
    margin: 0;
	min-height: 30px;
    }
    
    #inicioDestacadosGrid .item .unidadesCajasItem, #inicioDestacadosGrid .item .referenciaArticulo, #mydestacadoGrupo .item .unidadesCajasItem, #mydestacadoDepartamento .item .unidadesCajasItem, #mydestacadoGrupo .item .referenciaArticulo, #mydestacadoDepartamento .item .referenciaArticulo, #inicioDestacadosGrid .item .textoCajas, #mydestacadoGrupo .item .textoCajas, #mydestacadoDepartamento .item .textoCajas {
    padding: 0;
    font-size: 9px;
    font-weight: 600;
    width: unset;
    }
    
    #inicioDestacadosGrid .item .textoCajas, #mydestacadoGrupo .item .textoCajas, #mydestacadoDepartamento .item .textoCajas {
    margin: 0 0 0 4px;
    }
    
    #mydestacadoGrupo .item .articuloGrupo2, #mydestacadoDepartamento .item .articuloGrupo2 {
    margin: 0 0 0 7px;
    }
    
    #inicioDestacadosGrid .item .textoCajas, #inicioDestacadosGrid .item .textoBaseIva {
    padding: 0;
    font-size: 9px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    width: unset;
    }
    
    #inicioDestacadosGrid .item .articuloGrupo1, #inicioDestacadosGrid .item .articuloGrupo2 {
    padding: 0;
    }
    
    #inicioDestacadosGrid .item .porcDtoItem {
    width: 55px;
    height: 15px;
    font-size: 9px;
    position: unset;
    top: unset;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 4px 0 0;
    }
    
    #inicioDestacadosGrid .item .shoppingCartItem {
    color: transparent;
    font-size: 0;
    width: 20%;
    bottom: 0;
    right: 0;
    height: 35px;
    border-radius: 20px 0 20px 0;
    }
    
    #inicioDestacadosGrid .item .shoppingCartItemDetalle::before, #myTopVentasInicio .item .shoppingCartItemDetalle::before {
    content: unset;
    }
    
    #inicioDestacadosGrid .input-shoppingCart {
    font-size: 14px;
    }
    
    #inicioDestacadosGrid .num-block {
    position: absolute;
    top: unset;
    left: unset;
    transform: unset;
    bottom: 2px;
    right: 67px;
    display: flex;
    justify-content: center;
    z-index: 1;
    }
    
    #mydestacadoGrupoSlider .itemSlider .grupoPrecioArticulo, #mydestacadoDepartamento .itemSlider .grupoPrecioArticulo {
    height: unset;
    }
    
    #mydestacadoGrupo .porcDtoItem, #mydestacadoGrupoSlider .itemSlider .porcDtoItem, #mydestacadoDepartamento .itemSlider .porcDtoItem {
    height: 15px;
    width: 50px;
    font-size: 9px;
    margin: 0 5px 0 0;
    }
    
    #mydestacadoGrupoSlider .itemSlider .shoppingCartItem, #mydestacadoDepartamento .itemSlider .shoppingCartItem {
    width: 22%;
    font-size: 0;
    color: transparent;
    height: 35px;
    }
    
    #mydestacadoGrupoSlider .itemSlider .shoppingCartItemDetalle, #mydestacadoDepartamento .itemSlider .shoppingCartItemDetalle {
    border-radius: 20px 0 20px 0;
    }
    
    #mydestacadoGrupoSlider .itemSlider .shoppingCartItemDetalle::before, #mydestacadoDepartamento .itemSlider .shoppingCartItemDetalle::before {
    content: unset;
    }
    
    #inicioDestacadosGrid .texto-shopping-agrupacion, #mydestacadoGrupoSlider .texto-shopping-agrupacion, #mydestacadoDepartamento .texto-shopping-agrupacion {
    margin: 0;
    text-align: center;
    font-size: 0;
    color: transparent;
    }
    
    #mydestacadoGrupoSlider .itemSlider .num-block, #mydestacadoDepartamento .itemSlider .num-block {
    width: 25%;
    left: unset;
    right: 70px;
    }
    
    #mydestacadoGrupoSlider .itemSlider .boxPpalPrecioArticulo, #mydestacadoDepartamento .itemSlider .boxPpalPrecioArticulo {
    flex-direction: row-reverse;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 14px;
    }
    
    #mydestacadoGrupoSlider .itemSlider .grupoPrecioArticulo, #mydestacadoDepartamento .itemSlider .grupoPrecioArticulo {
    flex-direction: column;
    height: unset;
    }
    
    #inicioDestacadosGrid .num-in span, #myTopVentasInicio .num-in span, #mydestacadoGrupoSlider .num-in span, #mydestacadoDepartamento .num-in span {
    width: 20px;
    height: 20px;
    font-size: 17px;
    }
    
    #inicioDestacadosGrid .num-in, #myTopVentasInicio .num-in, #mydestacadoGrupoSlider .num-in, #mydestacadoDepartamento .num-in {
    padding: 2px;
    }
    
    #mydestacadoGrupoSlider .itemSlider .input-shoppingCart, #mydestacadoDepartamento .itemSlider .input-shoppingCart {
    font-size: 14px;
    width: 40%;
    }
	
	#mydestacadoGrupo .unidadesCajasItem, #mydestacadoDepartamento .unidadesCajasItem {
    position: relative;
    left: unset;
    top: unset;
    text-align: center;
	}
	
	#mydestacadoGrupoSlider span.textoCajas {
    position: relative;
    top: unset;
    left: unset;
	}
	
	#mydestacadoGrupoSlider .itemSlider .descriptionItem h2, #mydestacadoDepartamento .itemSlider .descriptionItem h2 {
    font-size: 12px;
	text-align: left;
	}
    
    #mydestacadoGrupo .itemSlider .promopriceItem, #mydestacadoDepartamento .itemSlider .promopriceItem {
    font-size: 10px;
    margin: 0;
    }
	
	.cantidad span.ng-scope {
    font-size: 11px;
	height: 16px;
	width: 75px;
	margin: 0 0 0 5px;
	}
	
	.cantidad span.ng-scope i.fa-refresh {
    margin: 0 3px 0 0;
	}
    
    .copyright {
    font-size: 12px;
    }
    
    .c-form-content {
    flex-direction: column;
    }
    
    .c-form-content > div {
    width: 100%;
    }
    
    .textoFormularioContacto {
    width: 90%;
    margin: 15px auto 10px;
    }
    
    .p-texto-contacta {
    margin: 0 0 10px !important;
    }
    
    .contact-part2-form {
    padding: 20px 25px 30px;
    }
    
    .title-contacto {
    font-size: 25px;
    text-align: center;
    }
    
    .title-contacto::before {
    content: unset;
    }
    
    .texto-contacta {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    }
    
    .tituloFormularioContacto {
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin: 0 0 5px;
    }
    
    .input-group-contacto {
    margin: 0 0 10px;
    }
    
    .input-contact, .textarea-contact {
    font-size: 12px;
    }
    
    .c-map-content {
    display: flex;
    flex-direction: column;
    }
    
    .contact-part1-map iframe {
    height: 200px;
    }
    
    .contact-part2-map {
    position: unset;
    transform: unset;
    width: 100%;
    min-height: unset;
    box-shadow: unset;
    padding: 20px;
    }
    
    .contact-part1-map {
    width: 100%;
    }
    
    .icon-correo-map-tienda, .icon-phone-map-tienda, .icon-marker-map-tienda {
    width: 25px;
    height: 25px;
    }
    
    .correo-map-tienda a, .telefono-map-tienda a {
    font-size: 14px;
    }
    
    .correo-map-tienda, .direccion-map-tienda, .telefono-map-tienda {
    min-height: 30px;
    padding: 10px 0 10px 15px;
    }
    
    .c-schedule-content {
    min-height: unset;
    flex-direction: column;
    padding: 15px 20px;
    }
    
    .c-schedule-content > div {
    width: 100%;
    }
    
    .c-schedule-content1-conocenos {
    display: none !important;
    }
    
    .title-schedule {
    font-size: 17px;
    }
    
    .text-schedule {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0;
    }
    
    .c-schedule-content2 {
    margin: 10px 0 0;
    padding: 5px;
    }
    
    .c-schedule-content2-conocenos {
    margin: 10px 0;
    padding: 10px 25px;
    }
    
    .c-schedule-conocenos {
    text-align: center;
    }
    
    .title-schedule2 {
    font-size: 16px;
    }
    
    .text-schedule2 {
    font-size: 14px;
    font-weight: 400;
    }
    
    .boxInfoEmpresa {
    width: 90%;
    }
    
    .textoEmpresaInfo1 img {
    margin: 0 0 10px;
    width: 100%;
    }
    
    .textoEmpresaInfo1 a {
    display: flex;
    padding: 0 20px 0 0;
    }
    
    .textoEmpresaInfo1 li {
    padding: 0 20px 0 0;
    }
    
    .bodyWebsiteRegister {
    background: unset;
    }
    
    .moduleRegister {
    display: flex;
    flex-direction: column;
    max-width: 1190px;
    margin: 0 auto;
    }
    
    .moduleRegister > div {
    width: 100%;
    }
    
    .desistimientoInstrucciones {
    margin: 0;
    }
    
    .textoLogin {
    padding: 15px 25px;
    }
    
    .Register1 {
    margin: 0 auto;
    padding: 20px 0 0;
    }
    
    .formularioDesistimiento {
    padding: 0 25px 15px;
    }
    
    .boxRegisterDesistimiento {
    align-items: center;
    }
    
    .contact-part1-form {
    padding: 0 35px 0;
    }
    
    .switch__circle {
    width: 300px;
    height: 300px;
    bottom: -85%;
    left: -150px;
    }
    
    .switch__circle--t {
    top: -100px;
    left: 75%;
    width: 200px;
    height: 200px;
    }
    
    .titleRegister {
    font-size: 17px;
    text-transform: uppercase;
    margin-block-start: 0;
    }
    
    .textoRegister {
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    margin: 0 0 10px !important;
    }
    
    .cd-popup-container {
    position: absolute;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)!important;
    }
    
    .formPopUpHeader .textoPopUpYaRegistrado {
    font-size: 16px;
    }
    
    .containerAccesoClientePopUp {
    min-height: 260px;
    }
    
    .containerAccesoClientePopUpRegistrado {
    min-height: 150px;
    }
    
    .containerPopUpHeader {
    flex-direction: column;
    min-height: 420px;
    }
    
    .cd-popup-container .cd-popup-close {
    right: -14px;
    }
    
    .sign-in-container, .overlay-container {
    width: 100%;
    }
    
    .title-formPopUp {
    font-size: 20px;
    }
    
    .overlayPopUpHeader {
    height: unset;
    }
    
    .overlay-panel {
    min-height: 260px;
    }
    
    .overlay-panelRegistrado {
    min-height: 330px;
    }
    
    .sign-in-container {
    min-height: 140px;
    display: flex;
    align-items: center;
    }
    
    .boxFooterCuenta {
    margin-top: 20px;
    }
    
    .headerStickyMenu.is-visible, .headerStickyMenu.is-visible.navigation--pin {
    margin-left: 0;
    }
    
    .bodyWebsite.is-visible {
    margin-left: 0;
    }
    
    .title-infoCuentaUsuario {
    font-size: 20px;
    padding: 0 20px;
    }
    
    .loginBoxedContentBody {
    min-height: 70vh;
    }
    
    .bgvid {
    min-height: 70vh;
    object-fit: cover;
    object-position: center center;
    }
    
    .contenedorLogin {
    width: 80%;
    height: 400px;
    }
    
    .bgvid.inner {
    top: calc(-62vh + 400px);
    left: calc(-97vw + 400px);
    width: 100%;
    }
    
    .containerAccesoCliente {
    padding: 20px 20px 0;
    width: 100%;
    height: 345px;
    }
    
    .moduleRegister .boxRegister {
    flex-direction: column;
    }
    
    .boxRegister > div {
    width: 100%;
    }
    
    .box-form {
    padding: 40px 10px 0;
    }
    
    .boxRegister {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    }
    
    .containerAccesoCliente.active .boxRecuperar {
    min-width: 100%;
    height: 345px;
    padding: 30px 30px 0;
    }
    
    .tituloRecuperarClave1 {
    font-size: 20px;
    }
    
    .box-login-title {
    margin: 0 auto 5px;
    font-size: 25px;
    }
    
    .form-input-block1 .input-checkbox2 + .tgl-btn {
    width: 5em;
    }
    
    .btnPagarMobile {
    padding: 20px 15px;
    width: 95%;
    margin: 0 auto 20px;
    border: 1px solid #59668c;
    display: flex;
    flex-direction: column;
    }
    
    .btnPagarMobile .label-preguntaCarrito {
    color: #171b24;
    font-weight: 600;
    }
    
    .btnPagarMobile .boxTerminosCondicionesCarro {
    margin: 0;
    }
    
    .btnPagarMobile .label-preguntaCarrito a {
    color: #171b24;
    font-weight: 600;
    }
    
    .btnPagarMobile .infoCarro {
    color: #7e8184;
    }
    
    .btnPagarMobile .infoCarro i {
    border: 2px solid #7e8184;
    }
    
    .btnPagarMobile .btnPagar .btn {
    box-shadow: inset 0 0 0 2px #7e8184;
    color: #7e8184;
    }
    
    .tituloPedidosCliente {
    margin: 0 0 10px;
    font-size: 19px;
    }
    
    .grupo2CabeceraPedidoClientes, .grupo2FilaPedidoCliente {
    width: 30%;
    }
    
    .grupo1CabeceraPedidoClientes, .grupo2CabeceraPedidoClientes {
    font-size: 10px;
    }
    
    .textoCabeceraPedidoClientes, .contenidoFilaPedidoCliente {
    width: 100%;
    }
    
    .contenedorFactura {
    overflow: hidden;
    width: 100%;
    margin: 0 auto !important;
    border-radius: 0 !important;
    }
    
    .tablaFactura {
    border-spacing: 20px !important;
    width: 100% !important;
    display: block;
    overflow: scroll;
    margin: 0 !important;
    border-collapse: unset !important;
    }
    
    .tablaFactura > tbody {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 20px;
    }
    
    .td-desgloseFactura {
    width: 100%;
    display: flex;
    margin: 20px 0;
    }
    
    .tr-fila2FacturaTabla, .td-datosPedidoTabla {
    margin: 0 0 15px;
    }
    
    .box-datosEmpresaTabla {
    position: unset;
    width: 100% !important;
    transform: unset;
    }
    
    .td-datosEmpresaTabla::after {
    content: unset;
    }
    
    .h1-tituloNumeroPedidoTabla {
    font-size: 17px !important;
    }
    
    .box-desgloseFacturaTabla, .box-pieDesgloseFacturaTabla {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    border: 1px solid #c9ab81;
    }
    
    .box-desgloseFacturaTabla, .box-pieDesgloseFacturaTabla {
    border-style: none solid none none;
    }
    
    .tr-fila2FacturaTabla, .tr-fila3FacturaTabla {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    }
    
    .table-desgloseFactura {
    table-layout: auto !important;
    margin: 0 !important;
    }
    
    .th-desgloseFacturaTabla, .th-desgloseFacturaTabla, .th-pieDesgloseFacturaTabla {
    padding: 5px 20px !important;
    }
    
    .tabla-pieDesgloseFacturaTabla {
    table-layout: fixed;
    }
    
    .box-logoEmpresa {
    display: none;
    }
    
    .td-datosClienteTabla, .td-datosPedidoTabla, .td-direccionEnvioTabla, .td-datosEmpresaTabla {
    width: 100%;
    }
    
    .p-datosEmpresaTituloTabla, .p-datosEmpresaTabla, .p-datosClienteTituloTabla, .p-datosPedidoTituloTabla, .p-direccionEnvioTituloTabla {
    font-size: 12px !important;
    }
    
    .p-datosClienteTituloTabla, .p-datosPedidoTituloTabla, .p-direccionEnvioTituloTabla {
    padding: 5px !important;
    }
    
    .p-datosClienteTabla:nth-child(2), .p-datosPedidoTabla:nth-child(2), .p-direccionEnvioTabla:nth-child(2) {
    padding: 3px 10px 1px !important;
    }
    
    .p-datosClienteTabla, .p-datosPedidoTabla, .p-direccionEnvioTabla {
    padding: 0 10px 1px !important;
    }
    
    .p-datosClienteTabla8 {
    display: none;
    }
    
}
    
@media(max-width: 397px) {
	#sliderBannerIDHome img.imageItem {
    height: 120px;
	}
	
	#loginId .btn {
    margin: 0 auto 10px;
    width: 95%;
	}
	
	.imagenEnvios-footer img {
    display: none;
	}
	
	.enviosFooter {
    justify-content: flex-end;
	}
	
	.infoAcceso + .col-md-6 {
    margin: -20px auto 0;
	}
	
	.shop-categories {
    display: none;
	}
	
	#mkt_cms_breadcrumb .breadcrumbActivo .breadCrumbLeve1 {
    display: none;
	}
}

@media (min-width: 398px) and (max-width: 426px) {
	#sliderBannerIDHome img.imageItem {
    height: 105px;
	}
	
	#loginId .btn {
    margin: 0 auto 10px;
    width: 95%;
	}
	
	.shop-categories {
    display: none;
	}
}

@media (min-width: 427px) and (max-width: 447px) {
	#sliderBannerIDHome img.imageItem {
    height: 140px;
	}
	
	.shop-categories {
    display: none;
	}
}

@media (min-width: 448px) and (max-width: 466px) {
	#sliderBannerIDHome img.imageItem {
    height: 150px;
	}
	
	.shop-categories {
    display: none;
	}
}

@media (min-width: 520px) and (max-width: 767px) {
	.col-sm-6 {
    width: 50%;
	padding: 0;
	}
	
}






/* ESTILO NOTY ESPERE*/

p.cookiesStyle {
    padding-left: 30px;
    vertical-align: middle;
    padding-top: 8px;
}


.noty_bar.noty_type_basi {	
    border-radius: 2%;
    border: 3px solid #efefef;
    background-color: #fff !important;
    min-width: 100%;
    min-height: 100%;
    box-shadow: 0px 2px 14px 3px rgba(0, 0, 0, 0.33);
}
.mkt_cms_noty_icon{	
	animation-duration: 2.5s;
	animation-name: bounceIn;	
	font-size: 50px;
	text-align: center;
}
.animated.fadeInUp.confirmar {
    border-radius: 2% !important;
}

/* li.animated.fadeInUp.confirmar .mkt_cms_noty_text {
    color: red !important;
} */

li.animated.fadeIn {
    width: 245px !important;
}


#noty_center_layout_container {
    width: 90% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
    max-width: 450px;
}

#noty_center_layout_container > li {
    width: 100% !important;
    height: 100% !important;
}

.mkt_cms_noty_text, .mkt_cms_noty_text_alertaFormaDePago {
    animation-duration: 3.5s;
    animation-name: fadeIn;
}

#infoSesionActivaNoty {
    display: flex;
    flex-direction: column;
    position: relative;
}

.cardInfoNoty {
    /* background: linear-gradient(-15deg, rgba(241, 39, 17, 0.99), rgba(245, 175, 25, 0.99)); */
    background-color: rgba(0, 0, 0, 0.85);
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 2rem 2rem 0;
    padding: 4rem 2rem;
    border-radius: 0.25rem;
}

.iconInfoNoty {
    position: relative;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid white;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.textoInfoNoty {
    font-weight: 600;
    margin: 2rem 0;
    letter-spacing: 0.075em;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

.messageInfoNoty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.messageInfoNoty1 {
    font-size: 1.4rem;
    margin: 0 0 10px;
}

.messageInfoNoty2 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.noty_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2rem 2rem;
}

.btn-afirmativo, .btn-negativo {
    background: #fff;
    text-transform: uppercase;
    color: #666;
    border-radius: 0.25rem;
    cursor: pointer;
    box-shadow: unset;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    width: 45%;
    border: unset;
    padding: 10px 0;
    position: relative;
    top: -15px;
    transition: all 250ms cubic-bezier(0.25, 1, 0.75, 2);
}

.btn-negativo {
    border: 2px solid #000;
    border-style: none solid none none;
}

.btn-negativo:hover {
    background: red;
    color: #fff;
}

.btn-afirmativo:hover {
    background: #8bc34a;
    color: #fff;
}

.btn-negativoEmpty, .btn-afirmativoEmpty {
    border-style: solid;
    border: 2px solid #72819e;
    color: #72819e;
}

.btn-negativoEmpty:hover {
    border: 2px solid red;
}

.btn-afirmativoEmpty:hover {
    border: 2px solid #8bc34a;
}

.preguntaVaciarNoty {
    font-size: 2.25rem;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


.cardEmptyNoty {
    background-color: #fbfbfb;
    color: #000;
    box-shadow: 0px 3px 32px 8px rgb(0 0 0 / 76%);
    padding: 0rem 2rem 4rem;
}




.noty_type_alertaFormaDePago, .noty_type_alertaPrivacidad, .noty_type_alertaLogin, .noty_type_alertaPrecios, .noty_type_alertaDesistimiento, .noty_type_recovery {
    text-align: center;
    border-radius: 2%;
    border: 3px solid #efefef;
    background-color: #fff !important;
    min-width: 100%;
    min-height: 100%;
    color: #437992;
    padding-bottom: 20px;
    font-weight: 700;
    box-shadow: 0px 2px 14px 3px rgba(0, 0, 0, 0.33);
}



.noty_type_alertaLogin:before{
    content:url("../../../../mkt_cms_images/business/loginEmail.gif");
}

.noty_type_alertaDesistimiento:before{
    content:url("../../../../mkt_cms_images/business/loginEmail.gif");
}




.noty_type_alertaFormaDePago:before{
    content:url("../../../../mkt_cms_images/business/formaDePago.gif");
}

.noty_type_alertaPrivacidad:before{

    content:url("../../../../mkt_cms_images/business/politicas.gif");
}

.noty_type_alertaPrecios:before{
    
        content:url("../../../../mkt_cms_images/business/alertaPrecios.jpg");
    }


/*---FIN NOTY----*/
