*,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	text-decoration: none!important;
	font-weight: 600;
    color: #198754;
	transition: all ease 300ms;
}
.text-green{
	color: #4ca712;
}
/*slider*/
.slides{
	position: relative;
	overflow: hidden;
	min-height: calc(100vh - 54px);
	width: 100%;
}

.slide:nth-child(1){
	background-image: url("../imagenes/banner/img-banner-1.jpg");
}
.slide:nth-child(2){
	background-image: url("../imagenes/banner/img-banner-2.jpg");
}
.slide:nth-child(3){
	background-image: url("../imagenes/banner/img-banner-3.jpg");
}

.slide{
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	animation:  sliding 2s ease;
	display: none;
}

.slide.active{
	display: block;
}

.slides .indicatorContainer{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
}

.slides .indicatorContainer > div{
	border: 3px solid #313131;
	display: inline-block;
	height: 15px;
	width: 15px;
	margin-right: 5px;
	border-radius: 50%;
}

.slides .indicatorContainer > div:last-child{
	margin: 0;
}

.slides .indicatorContainer > div.active{
	background-color: #313131;
}

@keyframes sliding{
	from {
		opacity: 0;
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}
.slideContainer{
	width: auto;
	height: 100%;
	margin: auto;
	padding: 0 75px;
	position: relative;
}

.slide .content{
	height: 100%;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: center;
	color: #313131;
}

.slide .content h1{
	font-size: 2.5rem;
    opacity: 0;
    width: 40%;
    animation: captionAnimation 0.5s ease-in-out forwards;
    text-align: right;
    animation-delay: 0.6s;}

.slide .content p {
	max-width: 500px;
	font-size: 20px;
	margin: 5px 0 30px;
	color: #222222;
	text-align: right;
	opacity: 0;
	animation: captionAnimation 0.5s ease-in-out forwards;
	animation-delay: 0.8s;
}

.slide .content a {
	background-color: #31313131;
	padding: 7px 15px;
	text-decoration: none;
	color: #ffffff;
	opacity: 0;
	animation: captionAnimation 0.5s ease-in-out forwards;
	animation-delay: 1s;
}

@keyframes captionAnimation{
	from {
		opacity: 0;
		transform: translateX(100px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.slides .controls{
	width: 100%;
	margin: 46vh 0;
	position: absolute;
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}

.slides .next,
.slides .prev{
	cursor: pointer;
	background-color: #313131;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	padding: 7px;
	color: #fff;
	opacity: 0.5;
	transition: 0.5s;
}
.form-control:focus{
	color: #0a0a0a;
}

.slides .prev:hover,
.slides .next:hover{
	opacity: 1;
}

.form-control{
    appearance: none;
}
a:active, a:focus, a:hover{
	color: #265c03!important;
}

ol, ul {
   padding: 0!important;
   margin: 0!important;
}
body{
	font-family: 'Spartan', sans-serif;
	font-weight: 300;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

/*backgorund*/
.bg-green{
	background: #00ac04;
}

.form-group {
	padding-top: 5px;
}
input[type=text],input[type=password], input[type="number"],
input[type="email"], input[type="file"], textarea, select{
	margin: 4px 0px;;
	padding: 0.5rem;
	transition: .3s;
}


 select{
	padding: 8px!important;
 }
ul li{
	list-style:none;
}
.tod-container-fluid {
    --offset-x: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: calc(var(--fluid-container-width, 1620px) + var(--offset-x)*2);
    padding-left: var(--offset-x);
    padding-right: var(--offset-x);
}

/*menu*/
.header-top{
	width: 100%;
	padding: 5px 25px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	background: antiquewhite;
}

.right-social{
	padding-right: 10px;
}

.header-sociales{
	display: flex;
}
.header-comunicacion{
	display: flex;
}

.full-header.container{
	max-width: 100%;
}
.menu-header{
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
    left: 0;	width: 100%;
	z-index: 2;
	height: 0px;
}
.menu-top{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	}


.dropdown-menu-dark .dropdown-item:active{
	background-color: #4ca712;
}
.dropdown-item:hover{
	color: #4ca712;
}

.header-bottom{
	width: 100%;
	height: 47px;
	padding: 5px 25px;
	background: #4ca712;
    transition: all 0.5s;
}

.header-bottom-show{
	height: 47px;
	padding: 5px 25px;
	transform: translate(0,0);
}

.img-brand img{
	text-align: left;
	margin-left: 10px;
}

.toll-tip.item-menu{
	padding:0 0.6rem;
	transition: all 0.3s;
}

.toll-tip .btn.dropdown-toggle{
	background: transparent;
    color: white;
	border: none;
	box-shadow: none;
}

.toll-tip .btn.dropdown-toggle:hover,
.toll-tip .btn.dropdown-toggle:focus{
	color: #63c525;
}

.toll-tip i {
	pointer-events: none;
	display: flex;
}

.menu-large {
    display: flex;
    opacity: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
	align-items: center;
}


.menu-large-item {
	padding: 1.25rem 1.25rem;
	color: white;
}
.menu-short{
	display: none;
	opacity: 0;
}
.btn-bar{
	font-size: 24px;
    color: white;
    padding: 0 1.4rem!important;
}
.item-bar{
	color: white;
    padding: 1rem 2rem;
}
.item-bar a {
	color: white;
}
.menu-left{
	display: flex!important;
	flex-direction: column;
    justify-content: space-between;
}
.menu-bar-bottom{
	margin-bottom: 1rem;
}
.menu-bar-bottom a{
    margin: 0.5rem 1rem;
    width: calc(100% - 2rem);}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col_group_btns {
    min-width: 6.666667%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
.col_group_btns-item{
	display: flex;
	align-items: center;
    justify-content: flex-end;
	margin-right: 15px;
}


.navbar-nav li{
	margin-left: 5px;
}
.navbar-brand .img-logo-h{
	max-width: 350px;
}
.navbar-brand .img-logo-v{
	display: none;
	opacity: 0;
}

.navbar-nav .boton-nav{
	color: white;
	margin: 1rem;
}

.toll-tip{
	position: relative;
	font-size: 20px;
	transition: all 500ms ease;
}


.tool-tip-content {
	visibility: hidden;
	position: absolute;
	z-index: 20;
	display: none;
	min-width: max-content;
	border-radius: 0.25rem	;
	padding: 0.25rem 0.75rem; 
	font-size: .875rem; 
	line-height: 1.25rem;
	opacity: 0;
	background-color: black;
	color: white;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
	transition-duration: .3s;
}

.tool-tip-content::after{
	content: "";
    width: 10px;
    height: 10px;
    background: var(--bg-color-tooltip);
    position: absolute;
	background-color: black;
    transform: rotate(45deg);
	left: calc(50% - 5px);
    top: -3px;
    z-index: -1;
}

.toll-tip:hover .tool-tip-content {
    top: 125%;
    left: 15px;
    transform: translateX(-50%);
    visibility: visible;
    opacity: 1;
	display: block;
}

.carrito-cuenta{
	font-size: 12px;
    height: 20px;
    min-width: 20px;
	top: -10px;
    left: 21px;
	font-weight: 700;
    color: white;
    background-color: red;
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
}

.item-menu a{
	color: white;
}

.toolbar-movil{
	display: none;
	
}

.toolbar{
	z-index: 350;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 5px;
	height: 55px;
	box-shadow: -8px -6px 9px rgb(58 49 49 / 18%);
    transition: all 2.25s;
	display: flex;
	-webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-around;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	transform: translatey(70px);
}

.item-toolbar{
	padding: 4px 35px;
    position: relative;
	transition: color 0.3s, box-shadow 0.3s;
}

.item-toolbar>a{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 45px;
	color: white;
	font-weight: 400;
    line-height: 1;
	position: relative;
}

.toolbar i{
	position: relative;
	font-size: 20px;
	padding-bottom: 5px;
}

.panel-title{
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.u-size-100{
	width: 100px;
	text-align: center;
}

.main-form{
	max-width: 500px;
	margin: 0 auto;
}

.panel-info>.panel-heading{
	color: #ffffff;
    background-color: #e95420;
}

.footer{
	margin-top: 100px;
  
}

.panel-titulo{
	min-height: 45px;
}

.panel-heading{
	min-height: 53px;
}

.panel-body{
	padding: 0px!important;
}
.titulo-producto{
	font-size: 15px;
	margin: 0;
	font-weight: bold;
}
/*formulario registro*/
.img-1{
	background-image: url('../imagenes/laboratorios-biosana.jpg');
	background-size: cover;
	background-position: center;
}

.img-2{
	background-image: url('../imagenes/fito-acnyl-banner2.jpg');
	background-size: cover;
	background-position: center;
}

.h-img{
	height: 100vh;
}

.bg-boton-gray{
	background-color: dimgray;
}

.datos-crear-cuenta{
	padding: 4rem;
}

 /* Formulario login*/

.main-login{
	width: fit-content;
	margin: 0 auto;
	padding-top: 45px;
}

.form-login .inputicon input[type=text],.form-login .inputicon input[type=password]{
	padding-left: 40px!important;
}

.form-login label{
	font-weight: 600;
}

.inputicon{
	position: relative;
}

.inputicon i {
	position: absolute;
	left: 0;
	top: 0px;
	padding: 12px 12px;
	color: #aaa;
	font-size: 20px;
	transition: .3s;
}

.inputicon input[type=text]:focus + i{
	color: dodgerblue;
}

.inputicon.inputiconBg i{
	background-color: #198754;
	color: #fff;
	padding: 11px 8px;
	border-radius: 4px 0 0 4px;
}

.inputicon.inputiconBg input[type=text]:focus + i,
.inputicon.inputiconBg input[type=password]:focus + i{
	color: #fff;
	background-color: dodgerblue;

}
.btn-success:hover {
    background-color: transparent;
    border-color: #146c43;
	color: #146c43!important;
}
.botones-carrito{
	justify-content: space-between;
	display: flex;
}

.datos-login {
    padding: 4rem;
}

/*cuadro superop buscar*/
.cuadro-buscar{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	margin: 2em 0 0;
}
.cuadro-buscar-input form i {position: absolute;
    right: 45%;
    top: 49px;}

.cuadro-buscar-input form input{
	border: 2px solid #ccc!important;
    border-radius: 6px;
    padding: 0.5em !important;
    height: 40px;
    min-width: 45px;
}

.cuadro-buscar-input .boton-buscar-top{
	position: relative;
}
.boton-buscar-top i{
	position: absolute;
    pointer-events: none;
    left: 36%;
    top: 28%;
    font-size: 20px!important;
}
.cuadro-buscar-input form{
	margin: 0;
	display: flex;
}
.most-popular{
	display: flex;
    justify-content: center;
	margin-top: 17px;
}
.most-popular input{
	color: white;
	padding: 0!important;
}
.most-popular input:hover{
	color: #63c525;
}
.cuadro-buscar h2{
	padding: 0 15px 0 0!important;
}
#casillabuscartodo{
	border-right-color: transparent;
	margin-right: -10px;
	width: 90%;
    border: 2px solid #aaa;
    border-radius: 3px;
}
.cuadro-buscar i{
	font-size: 15px;
}

.most-popular input{
	background: transparent;
    border: none;
}
/*formulario bsucar*/
.input-buscar{
	position: relative;
	width: 80px;
	height: 45px;
	border-radius: 30px;
	background: #853f3f7a!important;
	transition: all 500ms ease;
}

.input-buscar input[type=text]{
	width: 90%;
    height: 100%;
    outline: 0;
    border-style: none;
    color: white;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    margin: 0 ;
}

.input-buscar i{
	position: absolute;
	right: 15px;
	top: 0;
	width: 10%;
	height: 100%;
	display: flex;
	color: #ffffff8c;
	justify-content: center;
	align-items: center;
	transform:  rotateZ(45deg);
	transition:  all 1s ease;
	cursor:  pointer;
}

.input-buscar:hover i{
	transform: rotateZ(0deg);
	color: white;
}

.input-buscar:focus-within {
	width: 380px;	
}


/*Headers*/
.header-big{
	padding: 3.5rem 0;
}
.header-small {
    padding: 30px 0;
}

/*catalogo*/

.casilla_productos{
	padding-top: 1.75rem;
	margin-bottom: 3.75rem;
	margin-top: 0.625rem;
}

.header-descripcion{
	width: 60%;
	margin: auto;
	line-height: 1.5em;
}

/*sidebar*/

.pushbar-menu{
	background: #282b30;
    transition: transform 0.3s;
	color: white;
}

.btn-cero{
	line-height: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
}

.btn-filtro{
	margin-right: 0.5rem;
	font-weight: 500;
	align-items: center;
}

.pushbar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pushbar-menu .item-buscar{
	padding: 0.5em 1.9em;
    display: flex;
    background: transparent;
    align-items: center;
}
.pushbar-menu .item-buscar input{
	background: transparent;
	border: none;
	color: white;
	text-transform: capitalize;
}
.btn-cerrar-pushbar{
	position: absolute;
    color: white;
    font-size: 20px;
    top: 15px;
    right: 19px;
}

.pushbar-menu h2{
	margin: 0;
	padding: 1em;
}

.pushbar-menu .cuadro-buscar-input input {
	text-align: center;
	white-space: initial;
    padding: 0.6em 0.6em 0.6em 0.4em;
    text-transform: capitalize;
	color: white;
	background-color: transparent;
	width: 100%;
}
.pushbar-menu .cuadro-buscar-input input:focus::placeholder{
	color: transparent!important;
}
.pushbar-menu input::-webkit-input-placeholder {color: #ffffff;}

.pushbar-menu .item-buscar:hover, .pushbar-menu .item-buscar input:hover{
	color: #63c525;
	transition: color 0.3s, box-shadow 0.3s;
}

.pushbar-menu .fas {
	margin-right: 8px;
}

/* gridcolumnas*/
.titleprice{
	display: flex;
    flex-direction: column;
}
.columnas-forma > button{
	transition: background .25s ease,fill .25s ease;
    margin: 0 5px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background-color: black;
	color: white;
    border-radius: 3px;
	cursor: pointer;
	border-color: transparent;
	transition: color 0.3s, box-shadow 0.3s;
}

.columnas-forma > button:hover, 
.columnas-forma > button.selected{
	color: #63c525;
}

.li-producto{
	width: calc((100% / 5) - 30px);
	display: inline-block;
}
.casilla-productos{
	width: calc((100% / 5) - 30px);
}

.casilla-producto{
    display: flex;
    flex-direction: column;
	position: relative;
	overflow: hidden;
}

.catalogo_productos ul {
	list-style: none;
	padding: 0;
	margin: 0;
	transition: all ease 300ms;

}

.catalogo_productos ul:before, 
.catalogo_productos ul:after { 
	content: " "; 
	display: table; 
}

.catalogo_productos ul:after { 
	clear: both; 
}

.catalogo_productos ul li, .catalogo_productos .li-producto, .productos-relacionados .casilla-productos {
	display: inline-block;
	position: relative;
	min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    flex-wrap: wrap;
	margin: 13px;
}

.casilla-img{
	width: 100%;
	border-top-left-radius: calc(10px - 1px);
    border-top-right-radius: calc(10px - 1px);
}

.total-border{
	border-radius: 10px!important;
}

/* articulo solo pagina*/

.descripcion-solo .casilla-img{
	width: 100%;
	border-radius: 10px;
}

.casilla-producto .casilla-producto-datos{
	padding: 1rem;
    width: 100%;
    text-align: center;
    min-height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	background: white;
	border-bottom-left-radius: calc(10px - 1px);
    border-bottom-right-radius: calc(10px - 1px);
}

.casilla-producto-datos .presentacion{
	visibility: hidden;
	opacity: 0;
	display: none;
}

.casilla-producto-datos .descripcion{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: black;
    font-weight: 500;	
	padding: 0 10%;
}

.envio-item{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.envio-item .titulo{
	margin-left: 10px;
	font-weight: 600;
}
.envio-item i {
	font-size: 20px;
    font-weight: 800;
    width: 22px;
    text-align: center;}

 .fw-600{
	font-weight: 600!important;
 }
 .fw-700{
	font-weight: 700!important;
 }
/*cambiar a listar*/

.cambiar_lista .catalogo_opciones .boton_grid{
	visibility:visible;
	display: flex;
	opacity: 1;
}

.casilla-lista .li-producto{
	width: calc((100% / 2) - 30px);
	display: inline-block;
	transition: all ease 300ms;
}

.casilla-lista .casilla-producto{
	flex-direction: row;
	}
.casilla-producto-datos h5{
	font-weight: 600;
}
.casilla-producto-datos h4{
	font-size: 17px;
}
.casilla-producto .precio{
	color: #4ca712;
	font-weight: 600;
}

.casilla-lista .casilla-img{
	
	border-top-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: 0;
}

.casilla-lista .presentacion{
	visibility: visible;
	opacity: 1;
	display: block;
}

.casilla-lista .precio{
	position: absolute;
    top: 7%;
    font-size: 19px;
    right: 4%;
    font-weight: 600;}


.btnAgregar i{
	display: none;
} 

.btnAgregarSolo i{
	display: none;
} 
.catalogo_productos2{
	position: relative;
}
.btnAgregar span, .btnAgregar i{
	pointer-events: none;
}

.btnAgregarSolo span, .btnAgregarSolo i{
	pointer-events: none;
}

.casilla-lista .casilla-accion {
	display: flex;
    bottom: 2px;
    top: auto;
    right: -200px;
	transform: none;
}

.casilla-lista .toll-tip.item-producto i{
	display: none;
}
.casilla-lista .tool-tip-content{
	display: block;
    opacity: 1;
    visibility: visible;
}

.casilla-lista #cantidad{
	position: absolute;
    bottom: 4%;
    right: 198px;
}
/*gracias*/
.gracias-titulo img{
	width: 170px;
}

.cuadro-gracias{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*tabla comprar*/
.tabla-compra{
	margin-top: 50px;
	text-transform: capitalize;
}

.table.tabla-compra>tbody{
	vertical-align: middle;
}

/*casilla de productos*/
.casilla-imagen {
	position: relative;
}
.stock {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #198754;
    padding: 6px 10px;
    border-radius: 13px;
    color: white;
    font-size: 15px;
    line-height: 19px;
}

.casilla-accion{
	position: absolute;
    top: 10px;
    right: 10px;
	transform: translatex(56px);
	transition: all .3s ease;
}

.casilla-producto:hover .casilla-accion, .casilla-accion:hover{
	transform: translatex(0px);
	opacity: 1;
}

input#cantidad {
    color: black!important;
    width: 65px;
    padding: 7px;
    text-align: center;
}

.casilla-accion .toll-tip{
	width: 40px;
    height: 40px;
    margin-bottom: 10px!important;
	border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	background: white;
    transition: all .3s ease;
}

.casilla-lista .casilla-accion .toll-tip{
	width: 95px;
	margin: 0;
	background: none;
}

.casilla-lista .casilla-accion .toll-tip:hover {
    background:none;
}
.casilla-accion a{
	color: #63c525;
}

.casilla-accion .toll-tip:hover{
	background: black;
    color: #fff;
}

.casilla-producto .casilla-accion .toll-tip:hover .tool-tip-content::after {
	content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    z-index: -1;
	right: -3px;
	left: auto;
    top: calc(50% - 5px);
}

.casilla-producto .casilla-accion .toll-tip:hover .tool-tip-content{
	right: calc(100% + 8px);
}

.casilla-producto .casilla-accion .toll-tip:hover .tool-tip-content {
	right: calc(100% + 8px);
    top: calc(50% - 12px);
	left: auto;
    transform: none;
}

.casilla-lista .casilla-producto .casilla-accion .toll-tip:hover .tool-tip-content{
	right: auto;
    top: auto;
}
	/*Carrusel Categoria*/
.carrusel-categoria li{
    position: relative;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    flex-wrap: wrap;
    margin: 13px;
    box-shadow: 2px 10px 12px #cfd4d999;
}
.productos-relacionados{
	overflow:visible;
}
li.item-productos-relacionados.clone.left{
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 10px;
    flex-wrap: wrap;
    margin: 13px 0;
    box-shadow: -1px 4px 0px 0px #cfd4d999;
}

/*productos solo descripcion*/
.producto-descripcion{
	padding: 10px 0 0 25px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.producto-descripcion .nombre{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
	margin: 0;
	padding: 0;
}

.producto-descripcion p{
	font-weight: 700;
	margin-bottom: 5px;
}

.producto-descripcion .categoria{
	color: #4ca712;
    font-weight: 600;
}

.producto-descripcion .precio{
	color: #4ca712;
    font-weight: 600;
	font-size: 30px;
}

.producto-descripcion label{
	font-weight: 600;
}

.accordion-button{
	padding: 1rem 0rem;
	font-weight: 600;
	border-bottom: 2px solid;
	border-color: #dee2e6;
}

.accordion-body{
	padding: 1.25em 0;
	font-size: 15px;
	margin: 0 20px;
}
.accordion-header {
    margin: 0px 20px;
}

.accordion-collapse.show .accordion-button{
	border-color: black;
}
.accordion-item{
	border-bottom: none;
}

.accordion-button:focus{
	box-shadow: none;
}

.accordion-button:not(.collapsed), .accordion-button:focus{
	color: black;
    box-shadow: none;
	border-color: black;
    background-color: transparent;
}


/*Carrito de compra*/

.f-cartgoal {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.f-cartgoal__title {
    text-align: center;
	margin-bottom: 1.5rem;
}

.f-cartgoal__title strong{
	color: #198754;
}

.f-cartgoal__inner {
    position: relative;
	color: #ffbc11;
    transition: all .3s;
}

.cart-tabla{
	flex: 1;
	width: 100%;
}
.tabla-head{
	border-bottom: 1px solid #dedede;
}

.tabla-producto{
	flex: 1;
	width: auto;
}

.tabla-col{
	width: 25%;
    flex: 0 0 auto;
    padding: 0.8rem 1rem;
	font-weight: 600;
}

.tabla-col:first-child{
	padding-left: 0;
	flex: 1;
	width: auto;
}

.tabla-subtotal {
    padding-right: 0;
    width: 12%;
	text-align: right;
}

.cart-item{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    padding: 1rem 0;
	border-bottom: 1px solid #dedede;
}
.cart-item-producto{
	display: flex;
	align-items: flex-start;
}
.cart-item-producto-image{
	width: 110px;
}

.cart-item-producto-info{
	padding-left: 1.5rem;
}

.cart-item-producto-tittle{
	font-size: 14px;
    font-weight: 600;
}

.cart-item-producto-detalle{
	color: #666;
	font-size: 13px;
    font-weight: 600;
}

.btn-carrito-eliminar{
	font-size: 14px;
    opacity: .8;
    font-weight: 600;
    color: #198754;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}

.btn-carrito-eliminar:hover{
	opacity: 1;
}

.tabla-cantidad button {
	padding: 0.5rem 1rem;
}

.tabla-cantidad span{
	margin-top: 15px;
}
.tabla-cantidad p,
.tabla-cantidad span{
	display: none;
}

.cart-item form{
	width: 100%;
	display: flex;
	align-items: center;
}

.cart-footer{
	width: 550px;
    padding: 3rem 0rem 3rem 3rem;
}
.coste-envio{
	display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
}
.nota-envio{
	font-size: 12px;
    font-weight: 600;
}

.cart-vacio{
	font-size: 16px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #dedede;
}

.botones-carrito a {
	font-size: 15px;
}

/*page header*/
.info-finalizar-envio{
	padding: 4em 4em 0 0;
}

.sidebar {
    background-position: left top;
    float: right;
	padding: 4em 0 0 4em;
}

.sidebar::after {
    background-position: left top;
    -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
    box-shadow: 1px 0 0 #e1e1e1 inset;
    content: "";
    display: block;
    width: 43%;
    position: absolute;
    top: 0;
    left: 57%;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
}

.page-header{
	padding: 2.5rem 0;
	text-align: center;
}

.page-header-title{
	font-size: 2.25rem;
    line-height: 2.5rem;
	font-weight: 700;
}

.page-header .listar{
	font-weight: 400;
}

.page-header .listar a,
.page-header .listar span{
	padding: 0.4rem 1rem;
}

.f-cartgoal__bar {
    height: 6px;
    border-radius: 10px;
    background: #e9e9e9;
    color: currentColor;
    position: relative;
}

.f-cartgoal__bar span {
    background: currentColor;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: var(--progress,0);
    display: block;
    transition: width .35s ease-in-out;
    transition-delay: .5s;
    border-radius: 10px;
}

.f-cartgoal__icon {
    position: absolute;
    left: var(--progress,0);
    top: -10px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    background: #fff;
    width: 26px;
    height: 26px;
    transition: left .35s ease-in-out,transform .2s ease;
    transition-delay: .5s;
    margin-left: -25px;
}

/*lista producto finalizar*/
.listar-finalizar{
	padding: 1em 0;
}
.listar-finalizar a,
.listar-finalizar span,
.listar-finalizar i{
	padding-right: 0.5em;
}

.form-registro label{
	font-weight: 600;
}
.tabla-producto-lista{
	width: 100%;
    margin-top: 0.75em;
    margin-bottom: 1.5em;
    position: relative;
    z-index: 1;
    border-collapse: separate;
    border-spacing: 0px 15px;
	border-bottom: 1px solid #ccc;
}

.imagen-producto{
	position: relative;
}

.producto th{
	padding-left: 1em;
}

.imagen-producto{
	width: 66px;
    height: 66px;
}

.imagen-producto img{
	width: 4rem;
	height: 4rem;
}

.producto-precio{
	text-align: right;
}

span.producto-cantidad{
	font-size: 0.75em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.5833333333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}

.descripcion{
	display: flex;
	flex-direction: column;
}
.tabla-producto-lista th{
	font-size: 14px;
	font-weight: 500;
}

.tabla-total-line{
	width: 100%;

}

.tabla-total-body th,
.tabla-total-body td{
	font-size: 14px;
    z-index: 1;
	font-weight: 600;
}

.total-line-footer td{
	font-size: 16px;
	font-weight: 700;

}
.total-line-precio{
	text-align: right;
}

.total-line-footer th, .total-line-footer td{
	padding-top: 2em;
	position: relative;
}

.tabla-total-body tr:last-child{
	padding-bottom: 3em;
}

aside.sumary{
	background: #fafafa;
}
.btn-sumary{
	background: #fafafa;
	border : none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.3em 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
    width: 100%;
}

.wrap {
    display: block;
    margin: 0 auto;
    max-width: 31em;
    zoom: 1;
}

.conten-titulo-sumary{
	display: flex;
    justify-content: space-between;
}

.card.sumary{
	padding-top: 0;
	border: none;
	background-color: transparent;
}

.collapse.sumary{
	border-bottom: 1px solid #ccc;
}
.conten-titulo-sumary{
	margin: 1em;
}
.sidebar-sm .producto,
.sidebar-sm tr{
	display: table-row;
}

aside.sumary,
.img-sumary{
	display: none;
}

/*pagina gracias*/
.gracias-titulo strong,
.gracias-contenido strong{
	color: #198754;
}

.gracias-titulo{
	padding-bottom: 2em;
}

.cuadro-gracias img{
	width: 250px;
}
/*carrito menu lateral*/
.pushbar-menu-carrito{
	width: 450px!important;
}

/*inicio categorias*/
.card-categoria{
	position: relative;
	overflow: hidden;

}
.card-categoria-info{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    padding: 1.85rem 1.25rem
}
.card-icon{
	width: 40px;
	height: 40px;
	top: 50%;
    right: 1.875rem;
    position: absolute;
    transform: translateY(-50%);
    display: inline-flex;
    padding: 0;
    border-radius: 50%;
	background-color: #313131;
}
.card-icon i{
	margin: auto;
	color: white;
	font-size: 20px;
	transition: all 300ms ease-in-out;

}
.card-icon:hover i{
	color: #63c525;
}

.card-categoria-img{
	transition: all 0.2s ease;
}
.card-categoria-img:hover {
	backface-visibility: hidden;
    transform: scale(1.1) translateZ(0);
}

/*footer*/
footer{
	background-color: #ffffff;
    color: #000;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
	box-shadow: -2px -5px 7px 1px #cfd4d999;
}

.footer-page{
	position: relative;
	text-align: center;
	padding: 10px 0px;
    margin-top: 30px;
	background-color: #00ac04;
	color: white;
}
.footer-page a {color: white!important;}

.foot-copy{
	
	padding: 0 15px;
	font-size: 13px;
	font-weight: 400;
}

.foot-menu{
	text-align: right;
}

#footer-menu li {
	font-size: 13px;
    list-style: none;
    margin-left: 20px;
    display: inline-block;
}

.presentacion{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	text-transform: math-auto;
}
.image_wrapper {
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}

.icon-header-right{
	margin-left: 10px;
}
.phone-header {
	font-size: 40px; margin: 0 7px;
}
.whatsapp-header {
	font-size: 50px; margin: 0 7px;
}

.iosslider__item .banner-1{
	display: block;
}

.iosslider__item .banner-1b{
	display: none;
}

.services_box__list .services_box__icon {background:#4ca712;}
.services_box__list {list-style:none; margin:0; padding:0;}
.services_box__list li::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    font-weight: 900;
    margin-right: 10px;
    color: #4ca712;
    top: 0;
    vertical-align: middle;
    -webkit-transition: color .15s;
    transition: color .15s;
}

