/* START CLIENT AREA */

.bspcommerce_account_menu a {
	background-color: black;
	color: white;
	display: block;
	padding: 12px;
	text-decoration: none;
	border: 1px solid black;
}

.bspcommerce_account_menu a:hover {
	background-color: #ffffff;
	color: #bc282f;
	border: 1px solid black;
	transition: 0.3s;
}

.bspcommerce_account_menu a.is-active {
	background-color: #bc282f;
	color: white;
}

.bspcommerce_account_item_header {
	background:#bc282f;
	margin:0px;
	width:100%;
	border-radius: 5px 5px 0 0;
	margin-bottom:0px;
}

.bspcommerce_account_item_header_title {
	color:white;
	margin-bottom:0px;
	padding: 11px 0px;
	font-weight: bold;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.bspcommerce_account_dashboard_container {
	border: 3px solid black;
	border-top: none;
	padding: 8px;
	border-radius: 0 0 5px 5px;
	margin-top: 0px;
	/*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
}

.bspcommerce_account_dashboard_welcome {
	font-weight: bold;
}


.woocommerce-address-fields__field-wrapper p.form-row {
	width: 100%!important;
}
.woocommerce-address-fields__field-wrapper label {
	width: 100%!important;
}
.woocommerce-address-fields__field-wrapper span.woocommerce-input-wrapper {
	width: 100%!important;
}

/* END OF CLIENT AREA */

/* START CART AREA */

.bspc_cart_product_details{
	padding: 12px 0px;
}

.bspc_cart_product_details img{
	float: left;
	margin-right: 20px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.bspc_cart_product_details p{
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	font-size: 11px;
}

.bspc_cart_product_name {
	font-weight: bold;
	font-size: 14px!important;
}

.bspc_cart_product_remove_btn{
	color: red;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-left: 11px;
	font-size: 14px;
}

.bspc_cart_product_remove_btn:hover{
	color: red;
}

.bspcommerce_button{
	background: white;
	color: black;
	border: none;
	border-radius: 10px;
	padding: 3px 10px;
	font-weight: bold;
}

.bspcommerce_coupon {
	background: #f6f6f6;
	color: #333;
	border: 1px solid #ebebeb;
	padding: 3px;
}

table.bspcommerce_table_header thead, tr.bspcommerce_table_header {
	background: #bc282f;
	color:white;
}

a.bspcommerce_checkout_button {
	background: black;
	color: white;
	border-radius: 5px;
	padding: 10px 17px;
	font-weight: bold;
	text-decoration-style: none;
	font-size: 13px;
}

a.bspcommerce_checkout_button:hover {
	background: #bc282f;
	transition: background 0.3s;
	color: white;
}

.bspcommerce_coupon_button {
	background: white;
	color: gray;
	border: 1px solid black;
	padding: 3px 10px;
}

.bspcommerce_coupon_button:hover {
	background: black;
	color: white;
	transition: 0.3s;
}

a.bspcommerce_back_button {
	color: black;
	border-radius: 5px;
	padding: 10px 17px;
	font-weight: bold;
	text-decoration-style: none;
	font-size: 14px;
}

a.bspcommerce_back_button:hover {
	color: #bc282f;
	transition: color 0.3s;
}

input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.number-input {
	border: none;
	display: inline-flex;
}

.number-input,
.number-input * {
	box-sizing: border-box;
}

.number-input button {
	outline:none;
	-webkit-appearance: none;
	background-color: #bc282f;
	border: 1px solid black;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	margin: 0;
	position: relative;
}

.number-input button:hover {
	background: #7892b3;
}

.number-input button:before,
.number-input button:after {
	display: inline-block;
	position: absolute;
	content: '';
	width: 8px;
	height: 2px;
	background-color: white;
	transform: translate(-50%, -50%);
}
.number-input button.plus:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
	font-family: sans-serif;
	max-width: 30px;
	padding: 0px;
	border: solid black;
	border-width: 1px 0px;
	height: 2rem;
	font-weight: bold;
	text-align: center;
}

/* END OF CART AREA */

/* START CHECKOUT AREA */

.bspcommerce_checkout_thankyou_container {
	border: 3px solid black;
	border-top: none;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	margin-top: 0px;
}


form.woocommerce-checkout input { 
	border-radius: 3px; 
	background-color: white; 
	color: black;
	border: 1px solid black;
	padding: 5px;
}
form.woocommerce-checkout input:hover { 
	border: 1px solid #bc282f;
	transition: border 0.5s;
}
form.woocommerce-checkout input:focus { 
	border: 2px solid #bc282f;
}


form.woocommerce-checkout select.country_select  { 
	border-radius: 3px; 
	background-color: white; 
	color: black;
	border: 1px solid black;
	padding: 5px;
}
form.woocommerce-checkout select.country_select:hover  { 
	border: 1px solid #bc282f;
	transition: border 0.5s;
}
form.woocommerce-checkout select.country_select:focus  { 
	border: 2px solid #bc282f;
}


form.woocommerce-checkout textarea  { 
	border-radius: 3px; 
	background-color: white; 
	color: black;
	border: 1px solid black;
	padding: 5px;
}
form.woocommerce-checkout textarea:hover  { 
	border: 1px solid #bc282f;
	transition: border 0.5s;
}
form.woocommerce-checkout textarea:focus  { 
	border: 2px solid #bc282f;
}


form.woocommerce-checkout input[type="checkbox"] { 
	border-radius: 3px; 
	background-color: white; 
	color: black;
	border: 2px solid black;
	padding: 5px;
}


form.woocommerce-checkout table.woocommerce-checkout-review-order-table{
	background: #bc282f;
	color: white;
	padding: 10px;
}


form.woocommerce-checkout div#payment{
	background: #bc282f;
	color: white;
	padding: 10px;
}
form.woocommerce-checkout div#payment div.payment_method_cheque{
	background: white;
	color: black;
	font-weight: bold;
	padding: 10px;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	content: '';
	display: block;
	border: 1em solid white;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #ffffff;
	color: #000;
	-webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt:hover {
	background-color: #B80022;
	color: white;
	-webkit-font-smoothing: antialiased;
	border: none;
	transition: 0.3s;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt:focus {
	background-color: #B80022;
	color: white;
	-webkit-font-smoothing: antialiased;
	border: none;
	transition: 0.3s;
}

a {
	outline: medium none !important;
	color: #25bbc5;
}

a:hover {
	outline: medium none !important;
	color: #25bbc5;
}

/* END OF CHECKOUT AREA */

/* Woocommerce Variations to Table - Grid (PLUGIN) AREA */
.globalcartbtn {
	font-size: 14px;
	padding: 12px 30px;
	background: #717171;
	color: white;
}

.globalcartbtn:hover {
	background: #000000;
	color: white;
}

button.single_add_to_cart_button {
	background: #bc282f;
	border: none;
	color: white;
	width: 133px;
	padding: 5px;
}
/* End of Woocommerce Variations to Table - Grid (PLUGIN) AREA */

/* Start login area */
.bspc_login_heading {
	color: #bc282f;
	font-size: 15px;
	font-weight: bold;
}

.bspc_login_icon {
	color: #bc282f;
	font-size: 20px;
}

.bspc_login_form {
	text-align: left;
}

.bspc_login_form label {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

.bspc_login_form_input_text {
	width: 100%;
	background: #bc282f1c;
	border: 1px solid black;
	outline: none;
	padding: 6px;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

.bspc_login_form_paragraph{
	padding-top: 11px;
}

.bspc_login_form_paragraph a{
	outline: medium none !important;
	color: #000000;
	font-size: 12px;
	border-bottom: 1px solid black;
	padding-bottom: 3px;
}

.bspc_login_form_button {
	background: #bc282f;
	/* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
	border: none;
	color: white;
	padding: 5px 20px;
	outline: none;
	float: right;
	margin-top: 20px;
	/* border-radius: 4px; */
	font-size: 13px;
}

.bspc_login_form_button:hover {
	background: #bc282f;
	transition: 0.2s;
}
/* End of login area */

/* Woocommerce Yith Wishlist (PLUGIN) AREA */
.bspcommerce_wishlist_add_button{
	font-size: 14px;
	padding: 12px 30px;
	background: #B80022;
	color: white;
}

.bspcommerce_wishlist_add_button:hover{
	background: #171717;
	color: white;
}

.yith-wcwl-wishlistexistsbrowse{
	font-size: 14px;
	padding: 12px 30px;
	background: #B80022;
	color: white;
}

.yith-wcwl-wishlistexistsbrowse a{
	text-decoration: none;
	color: black;
}
/* End of Woocommerce Yith Wishlist (PLUGIN) AREA */


.woocommerce-error {
	border-top-color: #bc282f;
}
.woocommerce-error::before {
	content: '\e016';
	color: #bc282f;
}

.woocommerce-message {
	border-top-color: #bc282f;
}
.woocommerce-message::before {
	content: '\e015';
	color: #bc282f;
}



div.quantity label.screen-reader-text {
	display: none;
}

td.actions {
	font-size: 12px;
}

.woocommerce-cart-form__contents th {
	font-size: 14px;
}

.woocommerce-info {
	border-top-color: #bc282f!important;
}

.woocommerce-info::before {
	color: #bc282f!important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #bc282f;
}