header.page-header {
	background-color: #343333;
}

.text-red {
	color: #d70000;
}
.text-green {
	color: green;
}
.text-secondary {
	color: #C89667;
}

i {
	font-style: normal;
}

.breadcrumb-2 {
	display: flex;
    flex-wrap: wrap;
}

.text-dark {
	color: rgba(21, 21, 21, 0.8);
}

.addCart-popUp {
    position: fixed;
    display: none;
    opacity: 0;
    bottom: 50px;
    left: 50px;
    width: 300px;
    height: 250px;
    background-color: #fff;
    border: 2px solid gray;
    transition: .3s;
    z-index: 9999;
}

#navbar-lateral {
	display: none;
}
@media (max-width: 991px) {
	#navbar-lateral {
	  display: block;
	}
}

.form-input {
	min-height: 40px;
	padding: 10px 10px;
}

#btn-copy-info-details-1:hover, #btn-copy-info-details-2:hover {
	color: #C89667;
	transition: all 0.3s ease-in-out;
}

.total-prices tr td {
	font-size: 22px;
}

.table-custom th {
	padding: 15px 15px;
	color: #343333;
}
.table-custom th a {
	color: #343333!important;
}

b {
	font-weight: bold;
}

.contact-field {
	font-size: 16px;
    /* font-weight: 600; */
	text-transform: uppercase !important;
}
.contact-field p {
    color: rgba(21, 21, 21, 0.9) !important;
}

.warning-text {
	background: #d7d7d7;
    padding: 20px;
}
.warning-text a {
	text-decoration: underline;
    color: black;
}

