:root{
  --bg-color-1: #df0a14; /* color rojo */
}

#cargador{
    position: fixed;
    background: white;
    height: 100vh!important;
    width: 100%!important;
    z-index: 200;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 9999;
}

.texto-rojo {
	color: var(--bg-color-1);
}

.precio {
	color: var(--bg-color-1);
}

.product__tag--discount {
	background: var(--bg-color-1);
}

.title--blue {
	color: var(--bg-color-1);
}

.hero__dots .swiper-pagination-bullet-active {
	background: var(--bg-color-1);
}

.product__price-reg {
	color: var(--bg-color-1);
	font-size: 20px;
	font-weight: bold;
}

.mega-menu__item .dropdown__list, .dropdown__submenu-list {
	padding: 5px 0px;
	display: block;
	position: relative;
}

.mega-menu {
	left: 0%;
	width: 100%;
	border-bottom: 2px solid var(--bg-color-1);
	text-transform: none;
}

.title--regular {
	font-weight: 600;
}

.mega-menu__item-box table{
	/*max-width: 300px;*/
}

.mega-menu__item-box table td {
	vertical-align: middle;
	text-transform: capitalize;
	padding: 0px 20px 0px 0px;
}
.mega-menu__item-box {
	margin-right: 0px;
}
.product--1 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.page-breadcrumb {
	padding: 30px 0;
	margin-bottom: 60px;
}

.section-content__title {
	font-weight: 600;
}

.product__box:hover .btn--hover-zoom {
	transform: scale(0.8);
}

.hero-img {
	background-color: #fff;
}

.seccion {
	padding-top: 60px;
	padding-bottom: 60px;
}

.mega-menu__item-box:last-child {
	margin-right: 0;
	width: 100%;
}

.mega-menu__item .dropdown__list, .dropdown__submenu-list {
	padding: 5px 15px;
}

.tab-pane.active > .product__box--default {
	min-height: 390px;
}

.header__nav-link {
	font-size: 14px;
}

.offcanvas.offcanvas-mobile-menu {
	padding: 50px 15px;
}

@media (max-width: 767.98px) {
	
	.tint-slide{
		background: #ffffffa8;
		height: 100%;
		width: 100%;
		position: absolute;
	}

	.table td, .table th {
		padding: 0rem;
		vertical-align: middle;
		border-top: 1px solid #dee2e6;
		font-size: 14px;
	}

	.offcanvas-menu li {
		position: relative;
		padding: 10px 0px;
	}
	
}
