@charset "utf-8";
/* LINK CUSTOM CSS Document */
/* color prin: 000000 - color sec: eb0e0e */


/* impresion recibo pago */
.payment-options img {
	display: none;
}


/* detalles pedido */
.productos-pedido li {
	display: list-item;
	margin-left: 20px;
}


/* links */
a {
    color: #000000;
}
a:hover {
    color: #eb0e0e;
}

.bg-light {
    background-color: #f1f3f5 !important;
}


/* promo relámpago ico */
.fa-bolt {
	color: #eb0e0e;
}



/* boton WhatsApp todo el sitio */
.btn-wa {
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: all 300ms ease 0ms;
    z-index: 999;
}
@media (max-width: 575px) {
    .btn-wa {
        bottom: 60px;
        left: 10px;
    }
}

.btn-wa:hover {
    transform: translateY(-7px);
}
.btn-wa-bg {
    color: #25D366;
    transition: all 300ms ease 0ms;
}
.btn-wa:hover .btn-wa-bg {
    color: #70c745;
}
.btn-wa-ico {
    color: #ffffff;
}



.buscar-input {
	position: relative;
	box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}
.buscar-input input {
	height: 60px;
	text-indent: 25px;
	border: 2px solid #d6d4d4;
}
.buscar-input input:focus{
	box-shadow: none;
	border: 2px solid #000000;
}
.buscar-input .fa-search{
	position: absolute;
	top: 20px;
	left: 16px;
}
.buscar-input button{
	position: absolute;
	top: 5px;
	right: 5px;
	height: 50px;
	width: 110px;
	background: #eb0e0e;
	border: none;
}
.buscar-input .btn-primary:hover {
    background-color: #000000;
	border: none;
}





/* menu movil inferior */
.icon-block .mobile-user {
    right: 16%;
}

/* menu movil sup der */
.toggle-nav i {
    color: #000000;
}

/* select de categorías buscar */
.header-search .input-group .input-group-text select option {
    background-color: #999999;
}

/* ver categorías */
.header-category3 .category-toggle {
    min-width: 242px;
}

/* select de tiendas */
.store-locator select option {
    background-color: #999999;
}

/* slider */
.tools-slide .slide-main .slide-contain h3 {
	width: 455px;
}
@media (max-width: 991px) {
	.tools-slide .slide-main .slide-contain h3 {
		width: 300px;
	}
}
@media (max-width: 768px) {
	.tools-slide .slide-main .slide-contain h3 {
		display: inline;
		width: 80%;
		text-align: center;
		color: #ffffff;
	}
}

.tools-slide .slide-main .animat-block .animat1 {
    top: -10px;
}




/* productos principal */
.category3 .category-box:hover .category-detail {
    background-color: #eb0e0e;
}
/* precios promo principal */
.product .product-box .product-detail h5 {
    color: #eb0e0e;
}
.product .product-box .product-detail h5 span {
    color: #333333;
}


/* etiqueta nuevo */
.product .product-box .product-imgbox .new-label div {
    margin-top: 12px;
}


/* marcas */
.product .product-box .product-imgbox.marcas {
    background-color: transparent;
}
.marca-ico img {
	max-width: 200px;
}


/* tesimonios */
.testimonial .testimonial-contain .media .testimonial-img img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}
.testimonial .testimonial-contain a {
    color: #eb0e0e;
}


/* instagram */
.instagram .insta-contant .instagram-box .insta-cover {
    background-color: #eb0e0eB3;
}
/* feed de instagram */
.instagram .insta-contant .instagram-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}


/* lista de contenidos */
.collection-collapse-block .collapse-block-title a {
    color: #333333;
}
.collection-collapse-block-content .collection-brand-filter a {
	display: block;
	padding-left: 1.5rem;
    text-transform: uppercase;
    cursor: pointer;
    color: #777777;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.7;
    margin-bottom: 0;
}


/* contenido */
/* tags */
.peque {
    font-size: 14px;
    padding: 8px 16px;
	color: #000000!important;
	background-color: #cccccc;	
}
.peque:hover {
	background-color: #000000;
	color: #ffffff!important;
}
/* anexos */
.blog-detail-page .comment-section li {
    width: 100%;
}
/* mapa text */
.mapa-text h6 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.mapa-text h6 span {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #444444;
    margin-left: 20px;
}
.mapa-responsive iframe{
    height: 420px;
    width: 100%;
}



/* contacto */
/* trampa para formularios */
.ciudad {
	display: none;
}
.contact-page .map iframe {
    height: 420px;
}




/* seleccion de fecha y hora de entrega */
.contact-page .theme-form label {
    text-transform: inherit;
}
.checkout-page .checkout-form .form-group .field-label {
    text-transform: inherit;
}


/* metodos de pago */
.radio-option p {
	padding-left: 30px;
}
.opciones-compra label {
	font-size: 16px!important;
	text-transform: inherit!important;
}
.opciones-compra label a {
	color: #eb0e0e;
}



/* modal productos */
.product-buttons button {
    padding: 13px 18px;
}


/* boton ver producto en listas */
.product .product-box .product-detail .icon-detail button {
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	width: 100%;
	color: #000000;
}
.product .product-box .product-detail .icon-detail button:hover {
	color: #ffffff;
}


/* login */
.alert-dismissible .btn-close {
    height: -webkit-fill-available;
}


/* carrito */
.cart-table select, .table-responsive-stack select {
    border-color: #dddddd;
    width: 75px;
    text-align: center;
    font-size: 1rem;
    padding: .3rem .7rem;
}


/* mi cuenta */
/* pestañas tabs */
.dashboard-left .block-content ul li {
    width: -webkit-fill-available;
}
/* mis pedidos tabla */
.cart-section tbody tr td a img {
    height: 80px;
}
.cart-section tbody tr td img {
    height: 38px;
}
/* fixes del CSS de la plantilla para tabla MI CARRITO */
@media (max-width: 767px) {
	.cart-section tbody tr td:nth-last-child(-n+4) {
		display: inherit;
	}
}
@media (max-width: 991px) {
	.cart-section tbody tr td:last-child {
		display: inherit;
	}
}
.cart-section tbody tr td {
    border-bottom: none!important;
}

/* TABLA APILABLE PARA MI CARRITO */
.table-responsive-stack tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #dddddd !important;
}
.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}
@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
   }
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}
/* ESTILOS */
.table-responsive-stack table {
	border-color: transparent;
}
.table-responsive-stack thead th {
    text-transform: uppercase;
    text-align: center;
    padding: 0 0.75rem 0.75rem 0.75rem;
    letter-spacing: 0.05em;
    border-bottom: none;
}












.cart-section tbody tr td {
    min-width: inherit;
}
.cart-section tbody tr td a, .cart-section tbody tr td p {
    color: #eb0e0e;
    font-size: 14px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #eb0e0e;
    border-color: transparent;
}
.nav-link {
    padding: 0rem 1rem;
}
.nav-tabs {
    border-bottom: transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
}








/* direcciones tabla */
.acciones a {
	white-space: nowrap;
}

/* agergar dirección */
.cpval {
	margin-top: 34px;
}




/* contraseñas */


/* facturacion selects */
.contact-page .theme-form select {
    padding: 12px 25px;
}
/* facturación text area direccion */
.contact-page .theme-form textarea {
    margin-bottom: 15px;
}


/* listas productos */
/* selector vistas y cantidad de items */
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    padding: 20px;
    width: 10%;
    border-left: 1px solid #dddddd;
}


.product .product-box .product-imgbox img {
    padding: 20px;
}
/* paginación estilo */
.product-pagination {
    border-bottom: none;
    border-top: none;
}
.product-pagination .product-search-count-bottom {
    border-left: none;
    border-right: none;
}
.product-pagination .pagination .page-item a {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    width: 54px;
    text-align: center;
}
.product-pagination .pagination .page-item a:hover {
    color: #000000;
    background-color: #eb0e0e80;
}
.product-pagination .pagination .page-item.active a {
    background-color: #eb0e0e;
}
@media (max-width: 767px) {
	.collection-product-wrapper .product-pagination .theme-paggination-block nav {
		border-right: none;
		border-bottom: none;
	}
}
@media (max-width: 767px) {
	.product-pagination .pagination {
		border-left: none;
	}
}
/* paginación responsivo */
#SoloMovil {
	display: none!important;
	text-align: center;
	margin: 16px;
}
@media (max-width: 768px) {
	.ocultar {
		display: none!important;
	}
	#SoloMovil {
		display: inline!important;
	}
}






/* footer */
.footer-contant ul li {
    text-transform: inherit;
}
.footer-contant img {
	max-width: 240px;
	margin-bottom: 10px;
}
.footer-left a {
	color: #999999;
}
.footer-left a:hover {
	color: #eb0e0e;
}
.payment img {
	max-height: 32px;
}














