/*
Theme Name: ABM Ecommerce

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 0.5em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	/*AMBD*/
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
	/*AMBD*/
	border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #FFA534;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #FFA534;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #FFA534;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #FFA534;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	/* AMBD */
    background-color: #037200;
    padding-left: 5px;
    clear: both;
    color: #fe0;
    font-weight: 500;
	
}


.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-info {
	background-color: #49b03487;
	padding-left: 10px;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}


/*===================AMBD Starte=============================*/
nav.woocommerce-breadcrumb {
    max-height: 26px;
}

@media screen and (max-width: 533px) {

	span.add_to_cart_display_none {
		display: none;
	}
}

	.related.products #related .product-am .product-media .product-action .add_to_cart_display_none {
		display: none;
	}

/*------------------------------------------*/

@media (max-width: 782px){
.wc-block-cart .wc-block-cart__submit-container--sticky {

    padding: 0 !important;
 
}}
/*------------------------------------------*/

.product_meta.product_tag_amd {
    max-height: 29px;
    overflow: hidden;
}

/*------------------------------------------*/
.col-md-6 > .product-gallery > span.onsale {
    position: absolute;
    z-index: 1;
    top: 2rem;
    left: 2rem;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: -0.01em;
    padding: 0.5rem 0.9rem;
    min-width: 45px;
    text-align: center;
    color: #333333;
    background-color: rgb(255 255 255 / 50%);
    border-radius: 50%;
}

/*------------------------------------------*/

.product-price del {

    color: #a6a6a6;
    margin-right: 10px;
  
}
.product-price ins {
    text-decoration: none;
}
/*-----------------woocommerce-pagination-------------------------*/
nav.woocommerce-pagination {
    margin-top: 5px;
    margin-bottom: 10px;
	margin-left: 10px;
}
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border-radius: 0;
    margin-right: 5px;
    width: 40px;
    border: none;
    float: left;
}
.woocommerce-page .woocommerce-pagination ul.page-numbers li span, .woocommerce-page .woocommerce-pagination ul.page-numbers li a {
    color: #39f;
    border: 1px solid #39f;
    text-align: center;
    padding: 2px 10px 2px 10px;
    border-radius: 50%;
    font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
    background: #39f;
}

/*-----------------woocommerce-pagination end------------------------*/

/*-----------------related products ------------------------*/

.related.products > div#related {
    float: left;
}
/*-----------------related products end------------------------*/
p.stock.out-of-stock {
    font-weight: bold;
}

.ambd-out-of-stock-label {
	position: absolute;
    text-align: center;
    width: 100%;
    background-color: rgb(255 255 255 / 68%);
    color: #f00;
    font-weight: bold;
    height: 26px;
    overflow: hidden;
    margin: auto;
    top: 0;
    bottom: 0;

}

/*-----------------Add a coupon------------------------*/


a.wc-block-components-totals-coupon-link {
    text-align: center;
    border-radius: 50px;
    font-weight: bolder;
	padding: 5px 20px;
	transition: 0.3s;
	border: 1px dashed;
}

a.wc-block-components-totals-coupon-link:hover {
    background: #0080ff;
	color: #fff;
	transition: 0.3s;
	border:none;
}

/*-----------------product view page Buy Now Button-----------*/
.buy-now-button {
    background-color: #037200;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    font-size: 23px;
    margin-bottom: 5px;
}


/*-----------------Proceed to Checkout Button------------------------*/

@media (max-width: 782px){
.wc-block-cart .wc-block-cart__submit-container--sticky {
	background: rgb(255 255 255 / 90%) !important;
    margin-bottom: 46px !important;
}
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border: 1px solid;
    font-weight: bold;
	border-radius: 50px;
	transition: 0.3s;
	background: #037200;
	color: #fff;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
	background: #0080ff;
    color: #fff;
	transition: 0.3s;
}
/*-----------------Place return Button------------------------*/
a.wc-block-components-checkout-return-to-cart-button {
    color: #0080ff;
    padding: 0px 15px 0px 30px;
    border-radius: 50px;
    transition: 0.5s;
}
a.wc-block-components-checkout-return-to-cart-button:hover {
    color: #fff;
	background:#0080ff;
    transition: 0.5s;
}

/*-----------------thankyou order received------------------------*/

@media (min-width: 768px){
	
	.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address {
    position: absolute;
}
	
	.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address {
    float: right;
    position: relative;
    min-height: 284px;
}
	
	
	footer.entry-footer {
    text-align: center;
    margin-top: 27rem;
	}
	
}

a.post-edit-link {
    border: 1px solid #0080ff;
    padding: 0px 29px;
    border-radius: 50px;
    font-weight: bolder;
	transition: 0.3s;
}
a.post-edit-link:hover {
	background:#0080ff;
	color:#fff !important;
	transition: 0.3s;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	text-align: center;
    color: #000;
    font-weight: bolder;
    background-color: #70ff003d;
    border: 1px solid #4aad00;
}
/*-----------------remove item------------------------*/

button.wc-block-cart-item__remove-link {
    text-decoration: none !important;
    padding: 0px 18px 0px 18px !important;
    color: #f00 !important;
	transition: 0.3s !important;
	font-weight: 600 !important;
	border-radius: 50px !important;
}

button.wc-block-cart-item__remove-link:hover {
	background: #f00 !important;
    color: #fff !important;
    transition: 0.3s !important;

}
/*-----------------Dashboard------------------------*/

@media (min-width: 360px){
#dashboard-nav-menu-ambd {
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
}
}



.woocommerce-MyAccount-navigation ul li a#tab-orders-link {
	transition: 0.3s !important;
}

.woocommerce-MyAccount-navigation ul li a#tab-orders-link:hover {
    color: #39f !important;
    font-weight: 600 !important;
    font-size: 15px !important;
	transition: 0.3s !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a#tab-orders-link {
    color: #39f !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.embed-responsive {
	/* map */
    height: 100%;
}


.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label {
  margin-right: 10px;
}



#mailchimp_woocommerce_is_subscribed,
#mailchimp_woocommerce_is_unsubscribed,
#mailchimp_woocommerce_is_transactional {
  margin-right: 10px;
}

/*===================AMBD end=============================*/


.abm-elogin.u-column1.col-1,
.u-column2.col-2,
article#post-10.post-10.page.type-page.status-publish.hentry {
	max-width: 100%;
    width: 322px;
    margin: 0 auto;
    padding: 5px 0;
    border-bottom: 1px dotted;
}
article#post-10.post-10.page.type-page.status-publish.hentry {
width: 1100px;
}
.abm-elogin h2,
.u-column2.col-2 h2,
.entry-header .entry-title {
text-align: center;
   
}

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-ResetPassword.lost_reset_password {
    
    padding: 0px 10px 0px;
    font-weight: 400;
    overflow: hidden;
    background: none;
    border: none;
    box-shadow: none;
	max-width: 420px;
	margin: 0 auto;
}
form.woocommerce-ResetPassword.lost_reset_password {
  text-align: center;
  max-width: 500px;
 
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide,
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first,
p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    margin: 10px;
    line-height: 1.5;
}

label {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
}


input#username,
input#password,
input#reg_username,
input#reg_email,
input#user_login,
input#reg_password
 {
    padding: 0px 13px 0px 15px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
    font-size: 20px;
    line-height: 1.33333333;
    width: 100%;
    border-width: 0.0625rem;
    min-height: 40px;
    max-height: none;
    border: 1px solid #8c8f94;
}
/*================Checkout page start================*/

.woocommerce-billing-fields h3 {
  text-align: center;
}

input#billing_first_name,
input#billing_last_name,
input#billing_company,
input#billing_address_1,
input#billing_address_2,
input#billing_city,
input#billing_postcode,
input#billing_phone,
input#billing_email,
#order_comments,
.select2-search__field,
.select2-selection.select2-selection--single{
	padding: 5px 13px 0px 15px;
	font-size: 14px;
	min-height: 45px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
    line-height: 1.33333333;
    width: 100%;
    border-width: 0.0625rem;
    max-height: none;
    border: 1px solid #8c8f94;
}



/*............Checkout page................*/
#customer_details {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 0;
  /* padding-right: 4.5283018868%; */
}

#customer_details .col-1,
#customer_details .col-2{
  max-width: 100%;
  margin: 10px 0px 10px 0px;
}

#customer_details .woocommerce-billing-fields__field-wrapper p,
.woocommerce-shipping-fields__field-wrapper p{
  display: block;
  padding: 10px;
  overflow: hidden;
}

.woocommerce-billing-fields__field-wrapper p label,
.woocommerce-additional-fields__field-wrapper p,
.woocommerce-additional-fields__field-wrapper p label,
.woocommerce-shipping-fields__field-wrapper p label{
  display: block;
}

#billing_last_name_field,
#shipping_last_name_field{
  float: none;
}

#billing_country_field,
#billing_state_field,
#shipping_country_field,
#shipping_state_field{
  width: 290px;
}

#order_comments {
  width: 350px;
  height: 72px;
}

.wc_payment_methods.payment_methods.methods {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
}


#payment .wc_payment_methods.payment_methods.methods{
  border-bottom: 1px solid #000;
}


#order_review_heading,
#order_review {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

#payment .wc_payment_methods.payment_methods.methods {
  overflow: hidden;
}
.payment_box p {
  padding-left: 20px;
}
/*............Place Order Button................*/
#place_order{
	margin: 0 auto;
	margin-bottom: 20px;
	width: 330px;
	height: 40px;
    border: 1px solid #768595;
    font-weight: bold;
	color: #fff;
	border-radius: 50px;
	background: #037200;
	box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
	
}
#place_order:hover {
    background: #0080ff;
    color: #fff;
	box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
}
/*............Place Order Button end................*/


/*=================Checkout page end=======================*/


input#username[type=text]:focus,
input#password[type=password]:focus,
input#reg_email[type=email]:focus,
input#user_login[type=text]:focus {
	border-color: #2271b1;
    outline: 2px solid transparent;
	
}

button.woocommerce-button.button.woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
button.woocommerce-Button.button {
    box-shadow: none;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
    letter-spacing: 1.3px;
    font-weight: bold;
    transition: 0.8s;
	margin-left:90px;
	border: 0.5px solid #2271b1;
	padding: 0px 10px 0px 10px;
}

button.woocommerce-button.button.woocommerce-form-login__submit:hover,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
button.woocommerce-Button.button:hover {
    background-color: #088ccd;
    transform: scale(1.2);
    transition: 0.3s;
}
/*--------------------------------------------------------------------------*/
.u-column2.col-2 {
	padding: 5px 0;
    width: 90%;
	border: none;
}

.woocommerce-form.woocommerce-form-register.register p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {

    min-width: 288px;
    max-width: 400px;
    margin: 0 auto;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
button.woocommerce-Button.button {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 50px !important;
}
/*-------------------------------------------------------------------------------------*/
.woocommerce-error li {
  margin-left: 10px;
}
/*===================woocommerce login from end=============================*/

.wc-block-components-product-metadata,
.woocommerce-shipping-fields,
#order_review_heading{
    display: none;
}













