.flash-msg {
	font-size: 18px;
	color: #ED174F;
	font-weight: 700;
	padding-top: 15px;
}
#topbar .usernav {
	position: absolute;
    right: 230px;
    top: 0;
    width: 120px;
    text-transform: uppercase;
    text-align: center;
    z-index: 10;
}
#topbar .usernav .dropdown {
	display: none;
	background: #fff;
	width: 101%;
	border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.075);
    box-shadow: 0 5px 10px rgba(0,0,0,.075);
    padding: 15px;
}
#topbar .usernav .dropdown a{
	color: #543019;
	display: block;
	text-align: left;
}
#topbar .usernav .dropdown a:hover {
	color: #ED174F;
}
#topbar .usernav a {
	transition: all 0.2s ease;
}
#topbar .usernav >a {
	display: block;
	height: 100%;
}
#topbar .usernav:hover > a {
	background: #fff;
	color: #543019;
}
#topbar .usernav:hover .dropdown {
	display: block;
}


.purchase-qty.row  {
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	width: 200px;    
}
.purchase .btn.btn-pink.addtocart {
	width: 170px;
	max-width: 100%;
	text-align: center;
}	

.stripe-button-el {
	box-shadow: none !important;
	background-image: none !important;
}
.stripe-button-el span {
	background: #E30245 !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: lowercase;
    border:none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 18px !important;
    padding: 7px 16px !important;
    height: 44px !important;
}

.cart-page h1, .checkout-page h1 {
	margin-bottom: 30px;
}

.cart-page .empty-msg {
	padding: 30px 0;
}
.cart-container {
	margin: 10px auto;
}
.cart-items-header {
	 font-weight: 700;
	 font-size: 16px;
	 padding: 15px 0;
}
.cart-container .cart-item:before, .cart-container .cart-item:after {
	display: none !important;
}
.border-top-brown  {
	 border-top: 5px solid #D9CDC9;
}
.border-bottom-brown  {
	 border-bottom: 5px solid #D9CDC9;
}

.cart-items h4 {
	margin: 0;
}
.cart-item {
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 5px;

	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cart-item .price {
	display: block;
}
.cart-item.last{
	border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 768px){
	.cart-item {
		display: flex;
		align-items: center;
	}
}
.cart-item .qtychange {
	width: 82px;
}
.cart-item .qtychange .row>div {
	padding: 0 2px;
}
.cart-item .qtychange input {
	margin: 0;
	width: 100%;
}
.cart-combo {
	border-bottom: 1px solid #eee;
}
.cart-controls {
	padding-top: 15px;
	padding-bottom: 10px;
}
.cart-controls .btn-lg {
	margin-top: 15px;
}
.cart-total {
	padding: 15px 0;
	text-align: right;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}


.cart-subtotal p {
	width: 350px;
	max-width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.cart-subtotal p span {
	width: 60%;
	padding-right: 10px;
}
.cart-subtotal p strong {
	width: 40%;
	text-align: right;
}

.cart-container .form-general .text-small p {
	padding: 0;
}
.cart-container .cart-item {
	font-size: 16px;
}

.label-flex {
	display: flex;
}
.label-flex.align-center {
	align-items: center;
}
.checkout-form .label-flex.align-center .checkbox-custom {
	margin-top: 0;
}
.label-flex > span {
	margin-left: 10px;
	font-size: 15px
}
.label-flex p {
	font-weight: normal;
}
.checkout-form .label-flex {
	padding: 10px 0 0;
}
.checkout-form .btn-paynow {
	margin-top: 10px;
}
.checkout-form .label-flex img {
	margin-bottom: 10px;
}
.checkout-form .label-flex .checkbox-custom {
	margin-right: 10px;
	margin-top: 5px;
}
.checkbox-custom.light {
	height: 20px;
}
.checkbox-custom.light .box {
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
    background: #FAF8F9;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}
.checkbox-custom.light .fa {
	color: #E30245
}


.d-flex,
.d-flex-sm {
	display: flex;
	align-items: center;
}


.checkout-floors  {
	min-height: 70px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.checkout-floors input {
	width: 100%;
}
.checkout-floors a {
	font-size: 26px;
	margin-left: 15px;
    position: absolute;
    right: -30px;
}

.login-container {
	margin: 15px auto;
}
.login-container h2 {
	font-size: 32px;
	margin: 50px 0;
}
.login-container form {
	width: 430px;
	margin: 15px auto;
	max-width: 100%;
}
.login-container .form-group {
	margin-bottom: 25px;
}
.login-container a {
	text-decoration: underline;
}
.login-container .submit {
    min-height: 60px;
    margin-top: 50px;
}
.login-container .bottom {
	padding: 30px 0;
	border-top: 1px solid #eee;
}

.checkout-page h2 {
	color: #3E2311;
	font-size: 32px;
	margin-bottom: 30px;
}

.radio label {
	padding-left: 0;
}
.checkout-page {
	padding: 15px 0;
}
.checkout-page .bottom {
	padding: 15px 0;
}
.checkout-page input[type=radio] {
	height: auto;
}
.address-item {
	background: #FAF8F9;
	border-radius: 3px;
	border: 2px solid #ddd;
	margin-bottom: 30px;
}
.row .address-item {
	min-height: 230px;
}
.address-item .label-flex .checkbox-custom {
	margin-right: 15px;
}
.address-item .detail,
.address-item .edit {
	padding: 20px;
}
.address-item .form-group {
	margin: 0;
}
.address-item .phone {
	padding-top: 15px;
}
.address-item .edit {
	padding-left: 50px;
	border-top: 1px solid #ddd;
}
.profile-addresses .address-item .edit {
	padding-left: 20px;
}
.address-item .edit a {
	color: #3c3d41;
}
.address-item .edit a i {
	margin-right: 5px;
}


.checkout-page.payment .left {
	padding-right: 50px;
}
.checkout-page.payment h2 {
	font-size: 28px;
	font-weight: 700;
	margin-top: 40px;
}
.checkout-page.payment .cart-subtotal p {
	font-size: 13px;
}
.checkout-page.payment .total {
	padding-top: 30px;
	padding-bottom: 30px;
}
.checkout-page.payment .total a {
	text-decoration: underline;
}
.checkout-page.payment .checkout-form {
	padding-top: 30px;
	padding-bottom: 30px;
}

.checkout-page .modal .btn {
	width: 150px;
	max-width: 100%;
	margin: 15px 0;
}

.customer-page {
	padding-top: 30px;
	padding-bottom: 50px;
}
.customer-page .title {
	display: flex;
	align-items: baseline;
}
.customer-page .title a {
	margin-left: 30px;
	text-decoration: underline;
}
.customer-page .border-top-brown.d-flex-sm { 
	/*main container*/
	padding-top: 30px;
	align-items: inherit;
}
.customer-page .leftcol {
	border-right: 1px solid #ccc;
}
.customer-page .leftcol a {
	display: block;
	color: #3f2413;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 10px;
}
.customer-page .leftcol a:hover, .customer-page .leftcol a.active {
	color: #E30245
}
.customer-page .content {
	padding-left: 50px;
	padding-bottom: 50px;
}

.customer-page .content .title  {
	border-bottom: 1px solid #ccc;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.customer-page .content .title h3 {
	font-weight: 700;
	margin-top: 0;
}

@media only screen and (max-width: 767px ){
	.d-flex-sm {
		display: block;
	}

	.cart-item {
		align-items: center;
	}

	.checkout-page {
		padding: 15px;
	}
	.checkout-page.payment .left {
		padding-right: 15px;
	}

	.customer-page .leftcol {
		border: 0;
	}
	.customer-page .leftcol a {
		display: inline-block;
		margin: 10px;
		margin-bottom: 50px;
	}
	.customer-page .content {
		padding-left: 0;
	}
}


.form-general .form-group label {
  text-transform: uppercase;
}

.address-item .detail p {
	display: block;
	font-weight: normal;
	margin-top: 1em;
	font-size: 14px;
} 

.thank-you {
	color: #fff;
	background-color: rgb(90,145,51);	
}
.thank-you a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

.order-page .summaries h4, .order-page h2 {
	font-size: 28px;
    font-weight: 700;
    margin-top: 40px;
    text-transform: lowercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.order-page h2 {
	border-bottom: none;
}

.order-page .summary li strong {
	width: 60px;
	text-transform: lowercase;
	display: inline-block;
}

.order-page .imagecontainer {
	height: 100px !important;
}

.product .view-options .btn {
	display: block;
	text-align: center;
}
.product .view-options {
	margin-top: 15px;
}

#cartaddoosmodal .label-flex > span {
	font-weight: 300;
	text-align: left;
}
#cartaddoosmodal .label-flex {
	margin-bottom: 20px;
}
.mb-15 {
	margin-bottom: 15px;
}
form ul.errors {
	list-style: none;
    padding: 0;
    color: red;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: -10px;
    position: relative;
}
.floors .popover-content {
	width: 250px;
}
.form-general .sod_select, .intl-tel-input ul {
	font-size: 14px;
}
.sod_select .sod_label {
	font-weight: normal;
}
.product-options .sod_select .sod_label {
	font-weight: bold;
}
.intl-tel-input {
	width: 100%;
	font-size: 14px;
}
.low-stock, .last-chance {
	margin-top: 10px;
	font-weight: bold;
	font-style: italic;
	color: #9B9B9B;
/* 	width: 170px; */
}
.product-detail-form .purchase-qty input {
	width: 45px;
	float: left;
}
.add_qty, .minus_qty {
	float: left;
	font-weight: bold;
	font-size: 28px;
	color: #e50045;
	margin-top: -6px;
}
.minus_qty {
	padding: 0 5px;
}
.add_qty {
	padding: 0 5px;
}
.intl-tel-input .selected-flag .iti-arrow {
	top: auto;
	margin-top: 18px;
}
.product-detail-form .purchase-qty input::-webkit-inner-spin-button, 
.product-detail-form .purchase-qty input::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.product-detail-form .purchase-qty input {
  -moz-appearance:textfield;
}
.outofstock button {
	margin-bottom: 1em;
}
.outofstock a {
    font-weight: bold;
    font-style: italic;
    color: #E30245;
}
.align-self-flex-start {
	align-self: flex-start;
}
.form-general .form-group.floors {
	margin-top: 10px;
}
.livechat_button {
	margin-top: 1em;
}
.livechat_button a {
	color: #e50045;
}
#cartstockmodal .livechat_button {
	margin-bottom: 1em;
}
.Checkout.is-desktop .Button {
	
    background: #E30245 !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: lowercase;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 18px !important;
    padding: 7px 16px !important;
    height: 44px !important;
}