#producto-tab-costo-envio label {
  display: inline-block;
  min-width: 20rem;
  color: #390f0f;
}
#producto-tab-costo-envio p {
  display: inline-block;
  margin-bottom: 0;
}

.appWhatsapp {
	position: fixed;
	right: 26px;
	bottom: 30px;
	width: 60px;
	z-index: 1000;
}

.appWhatsapp img{
	width: 100%;
	height: auto;
}

/*===========================================
	COLOR CONTAINER HEAD TOP
===========================================*/
.header-top {
    background: #390f0f;
}

.header .inner-wrap {
    background: #390f0f;
}

.btn-dark {
    border-color: #390f0f;
    background-color: #390f0f;
}

.product-form .btn-cart {
    background-color: #390f0f;
}

.cart-dropdown .minicart-icon {
    color: #390f0f;
}

.footer {
    background: #390f0f;
}

.scroll-top {
	background-color: #ad3a3a;
}

.mobile-menu-container {
    background: #390f0f;
}

.mobile-menu li:not(:last-child) {
    border-bottom: 1px solid #390f0f;
}
.mobile-menu-container .mobile-menu {
    background: #390f0f;
}

.product-form > label {
    min-width: 10rem;
    margin-bottom: 1rem;
}

.product-form .btn-cart:disabled {
    background-color: #390f0f;
}

@media (max-width: 479px) {
	.product-details .btn-cart, .product-hide-details .btn-cart {
		padding: 0.85em 0.85em;
	}
}


.fixed .logo img {
    filter: invert(100%) grayscale(100%) saturate(1);
}

.fixed .cart-dropdown .minicart-icon,
.fixed .cart-dropdown .cart-count,
.fixed .cart-dropdown .cart-price,
.fixed .cart-dropdown .cart-label {
    color: white;
}

.product-form .btn-cart:hover:not(:disabled) {
	background-color: #721515;
	border-color: #721515;
}

.social-link.social-facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.social-link.social-instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-color: #d6249f;
}

.social-link.social-youtube:hover {
    background: #ff0000;
    border-color: #ff0000;
}

.btn-primary:hover{
	background: #721515;
	border-color: #721515;
}
.btn-outline.fb:hover{
	background: #1877f2;
	border-color: #1877f2;
}

.btn-outline.gml:hover{
	background: #d93025;
	border-color: #d93025;
}

/*===========================================
	COLOR BUSCADOR
===========================================*/

.header-search .btn-search{
	background-color: #390f0f;
}

.header-search input.form-control{
	background-color: #eee;
}

.welcome-msg {
	color: #eee;
}

.header-right .dropdown .dropdown-box {
	color: #eee;

}

.header-right .dropdown .dropdown-box a:hover{
	color: #fff;
}


.menu li:hover > a:not(.menu-title), .menu .active > a:not(.menu-title){
	color: #fff;
}


.mobile-menu a:hover{
	color: #fff;
}

.menu li > ul {
	background: #390f0f;
	color: #fff;
}

.title::before, .title::after{
	background-color: #fff;
}

.sticky-sidebar .category-menu li > a:hover{
	color: #390f0f;
}

.intro-slider img {
  min-height: auto;
  object-fit: cover;
}

.cart.main {
    border-top: 0px solid #e1e1e1;
}

.order-table td {
    line-height: 2.0; 
}