body{
	background-color: hsl(0, 0%, 98%);
}

h1,h2,h3,h4,h5,h6{
	color:hsl(0, 0%, 30%);
}

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

.thumbnail{
	width: 100%;
	height: auto;
	-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);
}

.login-required {
	filter: grayscale(100%)
	opacity(50%)
}

.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: red;
	width: 20px;
	height: 25px;
	border-radius: 50%;
	font-size: 14px;
}

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

.btn{
	border-radius: 0;
	font-size: small;
}

.row-image{
	width: 100px;
}

.form-field{
	width:300px;
	display: inline-block;
	padding: 5px;
}

.form-field2{
	width:100%;
	display: inline-block;
	padding: 5px;
}

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

}

.form-control-paypal{
	font-size: small;
	width: 80%;
}

.quantity{
	display: block;
	font-weight: 700;
	padding-right:10px;
	text-align: center;
}

.chg-quantity{
	font-size: 24px;
	cursor: pointer;
	display: inline;
	margin-top: 5px;
	margin-bottom: 5px;
	transition:.1s;
}

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

.update-paypal-account .update-paypal-account-field {
	font-size: 15px;
	cursor: pointer;
	display: inline;
	margin-top: 5px;
	margin-bottom: 5px;
	transition:.1s;
}

.update-paypal-account:hover{
	opacity: .6;
}

.hidden{
	display: none!important;
}

.btn-group {
	margin: 5px 10px 5px 0;
    flex-shrink: 0;
}

.input-label{
	display: block
}

.side-label{
	width: 45px;
}

.circle {
	width: 55px;
	height: 50px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: #000
  }

.price {
	display: inline;
}

.price-active {
	font-size: xx-large;
}