
body{
    
    background-color: hsl(0, 0%, 98%);
	height: 100vh;
	font-family: 'MyriadPro-Regular', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	color:hsl(0, 0%, 30%);
	font-family: 'MyriadPro-Bold', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.box-element{
	box-shadow:hsl(0, 0%, 80%) 0 0 16px;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
}

.thumbnail{
	width: 100%;
	height: 200px;
	-webkit-box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
    -moz-box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
    box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
}

.product{
	border-radius: 0 0 4px 4px;
}

.bg-dark{
	background-color: #4f868c!important;
}

#cart-icon{
	width:25px;
	display: inline-block;
	margin-left: 15px;
}

#cart-total{
	display: block;
	text-align: center;
	color:#fff;
	background-color: #DAA588;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 14px;
}

.col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12{
	margin-top: 10px;
}


.row-image{
	width: 100px;
}
@media (max-width: 600px) {
	.row-image{
		width: 50px;
	}
}
.form-field{
	width:250px;
	display: inline-block;
	padding: 5px;
}

.cart-row{
	display: flex;
    align-items: flex-stretch;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;

}

.quantity{
	font-weight: 700;
	padding-right:10px;
	

}

.chg-quantity{
	width: 30px;
	cursor: pointer;
	display: block;
	margin-top: 5px;
	transition:.1s;
}

.chg-quantity:hover{
	opacity: .6;
}

.child-space-between > * {
    display: block;
    margin: 2em 0;
}

.hidden{
	display: none!important;
}

.wpp-btn {
    position: fixed;
    bottom: 5%;
    right: 5%;
	z-index: 10;
}
.spinner-loading {
    position: fixed;
    bottom: 5%;
    left: 5%;
	z-index: 10;
}

.margin-top-big {
	margin-top: 6em;
}

.bg-primary-soft {
	background-color: #D4EDEB;
}
.bg-secondary-soft {
	background-color: #F5E7E0;
}
::-webkit-scrollbar{max-width:14px!important;max-height:10px!important;background:#1d1d1d!important}
::-webkit-scrollbar-track,::-webkit-scrollbar-corner{background:#1d1d1d!important}
::-webkit-scrollbar-thumb{background:rgba(175,175,175,.5)!important}
::-webkit-scrollbar-thumb:hover{background:#8CCFCA!important}

.wrapper {

	display: flex;
}

.trigger_search {

	background: #8CCFCA;
	border: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	outline: none !important;
	cursor: pointer;
	transform: rotate(-45deg);
	font-weight: bold;
	font-size: 1.5em;
}

.input {
	color: #000;
	background-color: #fff;
	border-radius: 20px;
	border: 0;
	outline: 0;
	transition: 0.25s ease-in-out all;
	width: 0;
	padding: 0;
	margin-right: -25px;
	height: 40px;
}

.input-open {

	width: 200px;
	max-width: 200px;
	padding: 0 20px;
	margin-right: 10px;
	transform: rotate(0deg);
}

.text-decoration-line-through {
	text-decoration: line-through;
}