body {
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #D5C9BC;
	color:#080808;
	
	font-family: 'Helvetica Rounded Bold', 'Open Sans';
	font-weight:400;
}
footer {
	background-color: #080808;
	color:#D5C9BC;
	margin-top:25px;
	font-weight:600
}
footer .bg-white{
	background-color: #080808 !important;
	color:#D5C9BC
}
footer a, footer a:hover{
	color:#D5C9BC
}
.wp-social-link {
	display:inline-block
}
.wp-social-link svg {
	font-size:24px
}
/*.container-fluid {
	padding-right: 70px;
	padding-left: 70px;
}*/
.menu-icon {
	width:26px;
	vertical-align: bottom;
	margin-right:5px
}
.nav-item .nav-item {
	padding-left:25px
}
a, a:hover {
	color: #080808;
	text-decoration: none;
}
h1, h2, h3 {
	font-weight:700
}
.product-name {
	font-weight:500
}
.product-mini .img-wrapper img {
  height: 180px;
}
.btn-primary, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus, .bg-primary, a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #080808!important;
	border-color: #080808;
	color:#D5C9BC;
}
.product-mini .list-add-to-cart {
	background-color: #080808!important;
	border-color: #080808;
	color:#D5C9BC;
	margin-top: 10px;
	border-radius: 0;
}
.product-mini .qty-small {
	width: 60px;
	border-radius: 0;
	height: 28px;
}
.product-mini .price {
	text-align: center;
}
.product-mini .align-items-center {
	place-content: center;
}
header {
	background-color: #D5C9BC;
}

.bg-white {
	background-color: #D5C9BC !important;
}

header .menu-header-lists {
	width: calc(50% - 105px);
}

.nav-item .nav-link {
	color: #000;
	
}

.nav-item .nav-link:hover {
	color: #00B74F;
	text-decoration: underline;
}

.product-mini .favorite {
	color: #00B74F;
}
