ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.woocommerce a {
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6,
.woocommerce p {
	margin: 0;
}

.woocommerce h2 {
    font-size: 32px;
    line-height: 40px;
}

/*:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button*/
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    color: #000;
    background-color: #f16014;
    border-radius: 8px;
    font-family: "DM Sans";
    text-transform: capitalize;
    /*margin-top: 16px;
    padding: 11px 22px;
    line-height: 24px;*/
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: hsl(21deg 89% 51% / 80%);
    text-decoration: none;
    background-image: none;
    color: #000;
}
body.woocommerce-edit-address form button.button {
    margin-top: 20px;
}

.wc-block-components-totals-coupon-link,
.content-body a {
	color: #332C2C !important;
}

/* .woocommerce-MyAccount-navigation ul li {
	padding: 0 !important;
} */

.woocommerce-MyAccount-navigation ul li a {
	padding: 8px 12px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none !important;
}

 .woocommerce-MyAccount-navigation ul li a:hover {
	background: #DDDDDD52 !important;
} 

 .woocommerce-MyAccount-navigation ul li.is-active a {
	background: #DDDDDD52 !important;
	font-weight: 700;
} 

.woocommerce-MyAccount-navigation ul li:last-child a {
	border: none !important;
}


.woocommerce-button.wp-element-button.button.view,
.woocommerce-address-fields .button.wp-element-button,
.woocommerce-Button.button.wp-element-button {
	margin-top: 20px;
	background: linear-gradient(120deg, #354060, #262D47) !important;
	border: 1px solid #DDDDDD3B;
}
.woocommerce-button.wp-element-button.button.view:hover,
.woocommerce-address-fields .button.wp-element-button:hover,
.woocommerce-Button.button.wp-element-button:hover{
	background: linear-gradient(120deg, #262D47, #354060) !important;
}

.woocommerce-address-fields .button.wp-element-button{
	margin-top: 0;
}

.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
	width: 100% !important;
	padding-top: 30px;
}

.woocommerce-Address-title.title {
	margin-bottom: 10px;
}

.woocommerce-button.wp-element-button.button.view,
.wc-block-components-notice-banner__content .woocommerce-Button.button.wp-element-button {
	margin: 0;
}


.woocommerce-account .woocommerce-MyAccount-content {
	min-height: 380px;
}

.white-image{
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin-bottom: 20px;
    margin-top: 30px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    padding: 0 !important;
}
.woocommerce-MyAccount-navigation ul li a {
    border-bottom: 1px solid #ddd !important;
    padding: 18px 20px !important;
    background: #F6F5FA;
    color: #000 !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a, 
.woocommerce-MyAccount-navigation ul li:hover a {
	background: #fff !important;
}
.woocommerce-MyAccount-navigation ul {
    /* box-shadow: 0 0 10px #D1D4E1; */
    border: 1px solid #f2f2f2;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
}

.woocommerce-MyAccount-content {
    padding: 25px !important;
    /* box-sizing: border-box; */
    /* box-shadow: 0 0 10px #D1D4E1; */
    background: #FFF;
    border-radius: 16px;
    border: 1px solid #f2f2f2;
}

.dashbord-simple-area p {
	padding-bottom: 15px;
}

.dashbord-simple-area p a:hover{
	text-decoration: underline;
}

.woocommerce-view-order h2.woocommerce-order-details__title {
    margin: 20px 0 10px;
}
.woocommerce-view-order h2.woocommerce-column__title {
    margin: 0 0 10px;
}

.woocommerce .woocommerce-customer-details address {
    border: 1px solid rgba(0,0,0,.1);
}


/*Responsive*/

@media all and (max-width: 991px){
	.woocommerce-account .woocommerce-MyAccount-content {
		 overflow-x: auto; 
	}
}

@media all and (max-width: 768px){
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100% !important;
		box-sizing: border-box;
	}
	.woocommerce-MyAccount-navigation ul li a {
		padding: 12px 15px !important;
		text-align: center;
	}
	.woocommerce-account .woocommerce-MyAccount-content {
		min-height: auto;
	}
	table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table > tbody > tr:first-child > th {
	    border: none;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) th,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) th {
	    background-color: rgba(0,0,0,.025);
	}
	.woocommerce th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
	    display: block;
        padding-top: 16px;
	}
	td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	    padding-bottom: 16px !important;
	}
}

@media all and (max-width: 575px){
	.button.wc-forward.wp-element-button {
		float: left;
		margin-top: 10px;
	}
}