/*
 *  Panier
 */

@media (max-width: 993px) {
	.fw-container {
		width: 100%!important;
	}
}

/* Page */
.page-template-page-reservations .fw-page-builder-content > .row > .container {
	width: inherit;
	max-width: 1170px;
}
.listpdts {
	padding-bottom: 30px;
}
.wc_trajet_title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	font-weight: 900;
	color: #041d5b;
	padding: 35px 0!important;
	line-height: 30px;
	display: block;
	text-align:center;
}
.prdtstitle h2.woocommerce-loop-product__title { 
	border-bottom: none;
	margin: 0; 
}
.prdtstitle .price {
	line-height: 1.3; 
}
.wc_trajet_title > div > p { text-align: center; margin-bottom: 0; font-size: 28px }
.wc_trajet_subtitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #000000;
	line-height: 20px;
	padding: 0!important;
	margin: 20px auto; 
}
.listingprdts > .container > .row > .fw-col-xs-12 { padding: 0; }
.pdts_cat_name {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	color: #FFFFFF;
	line-height: 30px;
	background: #041d5b;
	padding: 29px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
}
.pdts_cat_name img { vertical-align: middle; }
.prdtstitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px;
	font-weight: 900;
	font-style: normal;
	color: #041d5b;
	line-height: 22px;
	padding-bottom: 20px;
	border-bottom: solid 1px #041d5b;
	margin-top: 40px;
}
.prdtstitle h3 { margin:0; padding: 0; }
.prdtstitle .txt-right { text-align: right; }
.prdtstitle > div { padding: 0; }
.prdtsoptions {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #fff6d3;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
	color: #041d5b;
	line-height: 22px;
	margin-top: 20px;
	padding: 10px 20px;
}
.prdtsoptions .right { float: right; vertical-align: middle;}
.prdtsoptions input {
	background: none;
	color: #041d5b;
	text-align: center;
	width: 70px;
	line-height: 26px;
	-moz-appearance:textfield;
}
.prdtsoptions input::-webkit-outer-spin-button,
.prdtsoptions input::-webkit-inner-spin-button,
.prdtsoptions input::-moz-outer-spin-button,
.prdtsoptions input::-moz-inner-spin-button,
.prdtsoptions input::-o-outer-spin-button,
.prdtsoptions input::-o-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.added_to_cart.wc-forward { display: none!important; }
.prdtsoptions .btninput {
	background: #ffffff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	line-height: 27px;
	font-size: 12px;
	text-align: center;
	display:inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.prdtsoptions .btninput:hover {
	background: #041d5b;
	color: #ffffff;
}
.prdtsoptions .btnminus { margin-left: 30px; }
.prdtsoptions label { display: inline-block; vertical-align: middle; line-height: 60px; margin-bottom: 0; }
.prdtsoptions a.btn { margin: 12px auto 0; }
.prdtsoptions a.btn:hover { background: #041d5b; color: #ffffff; border-color: #041d5b; margin: 12px auto 0; }
.totalprdts {
	background: #ffffff;
	line-height: 60px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 900;
	font-style: normal;
	color: #041d5b;
	display: inline-block;
	padding: 0 20px;
	margin: 0 20px;
}

/* Breadcrumb */
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
	color: #FFFFFF;
}
.woocommerce-breadcrumb { margin-bottom: 25px; }


/* Widget */
.widget.woocommerce.widget_shopping_cart {
	padding: 0 0 20px;
}
.woocommerce .sidewoocommerce {
	padding-right: 0;
	padding-left: 0;
}

/* Panier */
.widget_shopping_cart h5 {
	background: #041d5b;
	margin: 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 900;
}
.widget_shopping_cart h5 i {
	margin-right: 18px;
	color: #9de0f4;
}
.widget_shopping_cart_content {
	background: #dcf2fd;
	padding: 0 25px 25px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.widget li.mini_cart_item,
.widget li.empty {
	border-bottom: solid 1px rgba(4,29,91,0.5);
	padding: 23px 0;
}
.widget li.empty { border: none; padding: 23px 0 0; }
.widget li.mini_cart_item::before,
.widget li.empty::before { display: none; }
.widget li.empty {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #041d5b;
	text-align: center;
}
.widget li.mini_cart_item span.pdtimg,
.widget li.mini_cart_item span.pdtlibelle {
	display: inline-block;
	vertical-align: middle;
}
.widget li.mini_cart_item span.pdtimg {
	width: 10%;
	margin-right: 10px;
}
.widget li.mini_cart_item span.pdtlibelle {
	width: calc(40% - 10px);
}
.widget li.mini_cart_item span.pdtcat {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	display: block;
}
.widget li.mini_cart_item span.pdttitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: 700;
	display: block;
}
.widget li.mini_cart_item .quantity {
	width: calc(50% - 10px);
	display: inline-block;
	text-align: right;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	line-height: 10px;
	font-weight: 900;
}
.widget li.mini_cart_item .quantity .woocommerce-Price-amount.amount {
	width: calc(70% - 4px);
	display: inline-block;
}
.widget li.mini_cart_item a.remove {
	width: inherit;
	position: absolute;
	margin-left: 5px;
	font-size: 15px;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
}
.widget li.mini_cart_item a.remove:hover { 
	color: #ef1a4a;
	background: rgba(0,0,0,0.2);
	-webkit-border-radius: 50%;
	border-radius: 50%;
} 
.widget_shopping_cart_content .total {
	text-align: right;
	margin-top: 39px;
	margin-bottom: 39px;
}
.widget_shopping_cart_content .total strong {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #041d5b;
	margin-right: 30px;
}
.widget_shopping_cart_content .total .woocommerce-Price-amount.amount {
	background: #FFFFFF;
	padding: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #041d5b;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.widget_shopping_cart_content .total .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
	font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}
.widget_shopping_cart_content .buttons {
	text-align: center;
	margin-bottom: 0;
}
.widget_shopping_cart_content .buttons .btn {
	background: #00ade1;
	border: none;
	border-bottom: 3px solid #008db9;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #FFFFFF;
}
.widget_shopping_cart_content .buttons .btn:hover {
	border: none;
	background: #008db9;
	border-bottom: 3px solid #008db9;
}

/* Conditions Billetterie */
.conditionsreservations {
	padding: 0!important;
}
.conditionsreservations p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px!important;
	font-weight: 500;
	color: #041d5b;
	font-style: italic;
}

/* Commande */
.woocommerce-checkout {}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
	margin-bottom: 40px;
}
.woocommerce-billing-fields .clear { display: none; }
.woocommerce .woocommerce-checkout h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	color: #FFFFFF;
	line-height: 30px;
	background: #041d5b;
	padding: 29px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
}
.checkout_coupon .form-row.form-row-last,
.woocommerce-checkout .form-row,
.woocommerce-checkout .form-row-last {
	width: calc(50% - 10px);
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.checkout_coupon .form-row.form-row-first,
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #billing_city_field {
	/*width: calc(50% - 34px);*/
	/*margin-right: 30px;*/
	width: calc(50% - 20px);
	margin-left: 10px;
	margin-right: 0px;
}
.checkout_coupon .form-row.form-row-first input { height: 55px; }
.woocommerce-checkout #billing_phone { width: calc(100% - 10px); margin-left: 0px; margin-right: 0; }
.woocommerce-checkout #billing_country_field { margin-left: 10px; }
#billing_address_2_field { padding-top: 25px; }
#order_comments_field { width: 100%; }
.woocommerce-checkout #billing_company_field {
	display: none;
}
.woocommerce-checkout #s2id_billing_country a {
	padding: 8px 0;
	background: #f4f4f4;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px!important;
	font-weight: 500;
	font-style: normal;
	color: #041d5b;
}
.woocommerce-checkout #s2id_billing_country a .select2-chosen { margin-left: 10px; }
.woocommerce-checkout .form-row label {
	display: block;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	color: #041d5b;
	line-height: 20px;
	text-transform: uppercase;
}
.checkout_coupon .form-row input,
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row textarea {
	background: #f4f4f4;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #041d5b;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px!important;
	font-weight: 500;
	font-style: normal;
	color: #041d5b;
}
.woocommerce-checkout #terms { width: inherit; display: inline-block; }
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	color: #041d5b;
	line-height: 20px;
	text-transform: inherit;
}
.woocommerce-checkout-payment .wc_payment_methods { width: 100%; }
.woocommerce-checkout-payment .wc_payment_method {
	
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
	background: #f4f4f4;
	padding: 15px;
	border-bottom: solid 1px #041d5b;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px!important;
	font-weight: 900;
	font-style: normal;
	color: #041d5b;
	margin-left: 20px;
	line-height: 20px;
	text-transform: uppercase;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px!important;
	font-weight: 400;
	font-style: italic;
	color: #041d5b;
}
.woocommerce-checkout-payment .place-order {
	margin-top: 40px;
}
.woocommerce-edit-address .btnsubmit .button,
.woocommerce-EditAccountForm.edit-account .btnsubmit .button,
.woocommerce-account .login .btnsubmit .button,
.checkout_coupon .form-row .button,
.woocommerce-checkout-payment .place-order #place_order {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #00ade1;
    border-color: -moz-use-text-color -moz-use-text-color #008db9;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #ffffff;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 100%;
	text-transform: uppercase;
}
.woocommerce-edit-address .btnsubmit .button:hover,
.woocommerce-account .login .btnsubmit .button:hover,
.woocommerce-EditAccountForm.edit-account .btnsubmit .button:hover,
.checkout_coupon .form-row .button:hover,
.woocommerce-checkout-payment .place-order #place_order:hover {
	background: #008db9;
}
.order_item td,
.cart_item td,
.cart-subtotal td,
.order-total td
.woocommerce-page td {
	font-size: 14px!important;
}
.woocommerce-checkout-review-order .product-total,
.woocommerce-checkout-review-order tfoot td {
	text-align: right;
}
.woocommerce-checkout-review-order tfoot .order-total strong {
	display: block;
	line-height: 15px;
}
.woocommerce-checkout-review-order .product-img { width: 10%; }
.woocommerce-checkout-review-order span.pdtcat {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	display: block;
}
.woocommerce-checkout-review-order span.pdttitle {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: 700;
	display: block;
}

/* Reservation Billets */
#wc_checkout_add_ons {
	/*width: 66.66666667%;
	margin: 0 auto;*/
	padding: 0	;
}
#wc_checkout_add_ons .input-checkbox {
	display: inline-block;
}
#wc_checkout_add_ons .form-row {
	width: 100%;
}
#wc_checkout_add_ons .form-row input {
	width: inherit;
	margin: 4px 20px;
}
.woocommerce .woocommerce-MyAccount-navigation {
	border-bottom: 1px solid #031a54;
	margin-bottom: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
	display: inline-block;
    text-align: center;
    vertical-align: top;
    width: calc(20% - 4px);
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
	font-family: "Source Sans Pro",sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	display: block;
	padding: 10px 0;
	color: #031a54;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #ffffff;
	background: #031a54;
}
/*.woocommerce .login .form-row input.input-text,
.woocommerce .login .form-row label {
	width: calc(50% - 4px);
}*/
.woocommerce form.woocommerce-checkout > div,
.woocommerce form.woocommerce-checkout > fieldset > div {
	margin-top: 5px;
	vertical-align: middle;
}
.woocommerce .logininput input.input-text {
	border: 1px solid #031a54;
	background: none;
	color: #031a54;
	width: 100%;
}
.woocommerce .btnsubmit { text-align: center; }
.woocommerce .loginactions {
	text-align: center;
}

.woocommerce .order-number {
	text-align: center;
	text-transform: uppercase;
}
.woocommerce td.order-actions { text-align: left; }
.woocommerce .order-actions .button {
	color: #ffffff;
	background: #031a54;
	padding: 5px 10px;
	margin: 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #031a54;
}
.woocommerce .order-actions .button:hover {
	background: #ffffff;
	color: #031a54;
}

.woocommerce .woocommerce-Pagination {
	border-top: solid 1px #031a54;
	border-bottom: solid 1px #031a54;
	padding: 10px 0;
	text-align: center;
	font-family: "Source Sans Pro",sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #031a54;
}
.woocommerce .woocommerce-Pagination a { color: #031a54; }
.woocommerce .woocommerce-Pagination a:hover { color: #0586d7; }
.woocommerce .formadress label,
.woocommerce .formadress input.input-text {
	width: calc(50% - 4px);
}
.woocommerce .formadress input.input-text {
	border: 1px solid #031a54;
	background: none;
	color: #031a54;
}
.woocommerce #billing_address_2_field { text-align: right; }
.woocommerce #billing_address_2_field input { margin-right: 8px; }
.woocommerce .woocommerce-message {
	margin-bottom: 20px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.woocommerce legend {
	padding: 0 0 0 50px;
}
.prdtscondition p{
	color: #041d5b;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 12px!important;
    font-style: italic;
    font-weight: 500;
    margin-top: 10px;
    padding: 0 10px;
}
#payment .form-row.place-order { width: 100%; margin: 0 auto; text-align: center; }
.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	vertical-align: top;
}

/* Order Received */
.woocommerce-order-received .fw-special-subtitle { display: none; }
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details { margin: 40px 0; height: 70px; }
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li {
    width: 25%;
    float: left;
}
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li.order { width: 30%; }
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li.date { width: 20%; }
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li.total { width: 20%; }
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li.method { width: 30%; }
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li .payment_title {
	display: block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
    font-weight: 900;
	color: #031a54;
	border-bottom: solid 1px #ccd2de;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.woocommerce-order-received .woocommerce-thankyou-order-details.order_details li .payment_content {
	font-size: 14px;
}
.woocommerce-view-order .received_title,
.woocommerce-order-received .received_title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    line-height: 30px;
    background: #041d5b;
    padding: 29px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    vertical-align: middle;
}
.woocommerce-view-order .received_title:before,
.woocommerce-order-received .received_title:before { display: none; }
.woocommerce-view-order .shop_table.order_details td,
.woocommerce-order-received .shop_table.order_details td { font-size: 16px!important; padding-left: 0; }
.woocommerce-view-order .shop_table.order_details th.product-name,
.woocommerce-order-received .shop_table.order_details th.product-name { text-align: left; font-size: 18px; font-weight: 900; padding-left: 0; }
.woocommerce-view-order .shop_table.order_details th.product-total,
.woocommerce-order-received .shop_table.order_details th.product-total { text-align: right; font-size: 18px; font-weight: 900; padding-right: 0; }
.woocommerce-view-order .shop_table.order_details tbody .order_item .product-total,
.woocommerce-order-received .shop_table.order_details tbody .order_item .product-total { text-align: right; padding-right: 0; }
.woocommerce-view-order .shop_table.order_details tfoot th,
.woocommerce-order-received .shop_table.order_details tfoot th { text-align: left; border-top: 1px solid #e8edff!important; font-weight: 900; }
.woocommerce-view-order .shop_table.order_details tfoot td:first-child,
.woocommerce-order-received .shop_table.order_details tfoot td:first-child { border: none!important; }
.woocommerce-view-order .shop_table.order_details tfoot tr:first-child td:first-child,
.woocommerce-order-received .shop_table.order_details tfoot tr:first-child td:first-child { border-top: 1px solid #e8edff!important; }
.woocommerce-view-order .shop_table.order_details tfoot td,
.woocommerce-order-received .shop_table.order_details tfoot td { text-align: right; padding-right: 0; }
.woocommerce-view-order .shop_table.order_details tfoot .woocommerce-Price-amount,
.woocommerce-order-received .shop_table.order_details tfoot .woocommerce-Price-amount { font-weight: 900; }
.woocommerce-view-order .shop_table.order_details tfoot .includes_tax,
.woocommerce-order-received .shop_table.order_details tfoot .includes_tax { display: block; }
.woocommerce-view-order .customer_address,
.woocommerce-order-received .customer_address { vertical-align: top; }
.woocommerce-view-order .shop_table.customer_details tbody tr:first-child td,
.woocommerce-order-received .shop_table.customer_details tbody tr:first-child td { border: none!important; }

.woocommerce .formadress label,
.woocommerce-account form .logininput label {
	display: block;
	text-transform: uppercase;
	margin: 10px 0;
	font-size: 16px;
}
.woocommerce-account form .nopadleft .logininput label {
	margin: 28px 0 10px;
}
.woocommerce .formadress label,
.woocommerce .formadress input.input-text { width: 100%; }
.woocommerce-account form .nopadleft .logininput:nth-child(3) label {
	margin: 10px 0;
}
.woocommerce .formadress input.input-text,
.woocommerce-account form .logininput input.woocommerce-Input.woocommerce-Input--password.input-text,
.woocommerce-account form .logininput input.woocommerce-Input.woocommerce-Input--email.input-text,
.woocommerce-account form .logininput input.woocommerce-Input.woocommerce-Input--text.input-text {
	border: none;
	background: #f4f4f4;
}
.woocommerce-account form .lostpassword {
	text-align: center;
	margin-top: 20px;
}
.woocommerce-account form .lostpassword a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #041d5b;
	font-style: italic;
	text-decoration: underline;
}
.woocommerce-account .login .btnsubmit { margin: 40px 0 20px; }
.woocommerce-edit-address .btnsubmit .button { max-width: 370px; }
.woocommerce-EditAccountForm.edit-account .btnsubmit .button { max-width: 370px; }
.woocommerce-account .login .btnsubmit .button { max-width: 270px; }
.woocommerce-account .login .loginactions { margin-bottom: 50px; }
.woocommerce-account .login .loginactions label {
	margin-bottom: 0;
	line-height: 22px;
	text-transform: uppercase;
}
.woocommerce-account .login input[type="checkbox"]{
	border: solid 1px #b2b2b2!important;
	-webkit-border-radius: 2px!important;
	border-radius: 2px!important;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin: 0;
	margin-right: 10px;
}
.sidewoocommerce .woocommerce-MyAccount-navigation {
	background: #dcf2fd;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sidewoocommerce .woocommerce-MyAccount-navigation ul {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.sidewoocommerce .woocommerce-MyAccount-navigation ul li {
	display: block;
	text-align: left;
	width: 100%;
}
.sidewoocommerce .woocommerce-MyAccount-navigation ul li a {
	text-transform: none;
	padding: 20px;
}
.sidewoocommerce .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.sidewoocommerce .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #041d5b;
	background: transparent;
}
.sidewoocommerce .woocommerce .woocommerce-MyAccount-navigation ul li:hover,
.sidewoocommerce .woocommerce .woocommerce-MyAccount-navigation ul li:hover a:hover,
.sidewoocommerce .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #ffffff;
	background: #041d5b;
}
.sidewoocommerce .woocommerce-MyAccount-navigation-link--dashboard.is-active {
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.nopadleft { padding-left: 0!important; }
.logininputsmall {
	font-size: 12px;
	text-transform: none;
	display: block;
}
.woocommerce-edit-address .btnsubmit,
.woocommerce-EditAccountForm.edit-account .btnsubmit {
	margin: 25px 0 50px;
}
.woocommerce-edit-address .formadress.billing_country {
	min-height: 113px;
}

/* Login Checkout */
.woocommerce-form-login-toggle {
	padding: 10px 15px;
}