/* --------------------
    Cart & Checkout
-------------------- */
#shipping_country_field {
    display: none;
}

.cart-empty.woocommerce-info {
    margin-bottom: 20px;
}

.return-to-shop {
    text-align: center !important;
}

table.shop_table {
    border-collapse: collapse;
    border: 1px solid #eee;
    border-bottom: 2px solid #223657;
    width: 100%;
    background: #fff;
}

table.shop_table th,
table.shop_table td {
    color: #222;
    border: 1px solid #eee;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

table.shop_table td{
    padding: 5px 10px;
}

table.shop_table th {
    background: #f9f9f9;
    color: #223657 !important;
    text-transform: uppercase;
    font-family: var(--bold_font);
    border: none !important;
    padding: 15px;

}

table.shop_table .actions {
    display: none !important;
}

.product-remove a {
    background: transparent;
    border: none !important;
    position: relative;
    top: 2px;
    color: var(--danger) !important;
    background: transparent !important;
    font-size: 25px;
}

.product-thumbnail img {
    max-width: 70px;
}

.wc-proceed-to-checkout {
    margin: 20px auto;
    text-align: center;
}

.wc-proceed-to-checkout .button {
    width: 250px;
    height: 45px;
    color: #fff;
}
.wc-proceed-to-checkout .button:hover{
     color: #fff;
}
.cart-collaterals {
    margin-top: 20px;
}

.cart-collaterals h2{
    display: none;
}

/*
Checkout
 */


.form-row.form-row-first {
    float: right;
    display: block;
    width: 48%;
}

.form-row.form-row-last {
    float: left;
    display: block;
    width: 48%;
}

#payment{
    margin-top: 15px;
}

#payment ul li{
    margin-bottom: 20px;
    user-select: none;
    background: #fff;
}
#payment label img{
    margin: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.wc_payment_method input {
    float: none !important;
    clear: both !important;
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.wc_payment_methods.payment_methods.methods li {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
}

.payment_box {
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 13px;
    color: #777;
}

#payment li:before{
    display: none;
}

#place_order {
    width: 100%;
    justify-content: center;
    display: flex;
    height: 45px;
    margin: 15px auto;
}

.checkout.woocommerce-checkout {
    margin-top: 20px;
}

.clear {
    clear: both;
}

.checkout_coupon.woocommerce-form-coupon p:not(.form-row) {
    margin-bottom: 10px;
}

#order_review_heading {
    display: none;
}

#order_review {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}

#billing_country_field {
    display: none;
}


.woocommerce-checkout .woocommerce-error {
    margin: 20px 0;
}

@media screen and (min-width: 768px){
    table.shop_table td.product-quantity .quantity{
        max-width: 150px;
        margin: 0 auto;
    }
}
table.shop_table td{
    padding: 10px;
}
/********* login part ********/
.logged-in.woocommerce-account .woocommerce {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation {
	flex: 0 0 25%;
    max-width: 25%;
    padding: 10px;
    padding-top: 0;
    color: white;

}
.woocommerce-MyAccount-content {
    flex: 0 0 75%;
    max-width: 75%;
    flex-wrap:wrap;
    padding: 20px;
    padding-top:0;
    font-size:15px;
}
.woocommerce-MyAccount-navigation ul{
    position: sticky;
    background: #fff;
    top: 0;
    z-index: 0;
}
td.woocommerce-table__product-name.product-name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}
ul.wc-item-meta {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
ul.wc-item-meta li {
    display: flex;
    justify-content: flex-start;
    margin-left: 17px;
    font-size: 13px!important;
    margin: 0;
    line-height: 27px;
}
ul.wc-item-meta p,ul.wc-item-meta li strong  {
    font-size: 13px;
	display: inline-block;
}
.woocommerce-Address-title.title h3, .woocommerce-column__title h3 {
    margin-bottom: 0;
}
.woocommerce-edit-account.woocommerce-js .woocommerce-MyAccount-content,
.woocommerce-edit-address .woocommerce-MyAccount-content
{ 

    padding-top:20px;
}
.woocommerce-MyAccount-content p{
    flex:0 0 100%;
}
.woocommerce-MyAccount-content p a:hover{
    color:var(--color1);
}
.woocommerce-MyAccount-navigation-link.is-active ,
.woocommerce-MyAccount-navigation-link:hover {
    background: var(--color2);
    transition:0.3s;
}
.woocommerce-MyAccount-navigation-link{
    background: var(--color1);
    border-radius:10px;
    transition:0.3s;
    text-align: center;
    padding-right: 0!important;
    justify-content: center;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation-link:before{
    display: none!important;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link:hover a {
    color: var(--color3);
}
.woocommerce-MyAccount-navigation-link a  {
    color: #fff;
    font-family: var(--bold_font);
    padding: 10px 20px;
    display: block;
    text-align: center;
}

.woocommerce-EditAccountForm fieldset {
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
    margin-top: 30px;
    border: 1px solid var(--color1);
}
.woocommerce-EditAccountForm fieldset .woocommerce-form-row {
    width: 100%;
    max-width: 100%;
}
.woocommerce-EditAccountForm fieldset .woocommerce-form-row:first-of-type {
    width: 100%;
    max-width: 100%;
}
/* edit adress */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 48%;
    flex: 0 0 48.333333%;
    max-width: 48.333333%;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    margin-top: 20px;
}
.woocommerce-Address-title.title, .woocommerce-column__title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    align-items: end;
}
.woocommerce-Address-title > a,.woocommerce-EditAccountForm fieldset legend {
    user-select: none;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    background: transparent;
    color: var(--color1);
    font-family: inherit;
    border-radius: 4px;
    z-index: 1;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid var(--color1);
    min-width: 124px;
}
.woocommerce-Address-title > a:hover{
    color: #fff!important;
    background: var(--color1);
}
.points-total, .friend_list-wrap,.add-moaref {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    align-items: center;
    background: var(--color3);
    flex-wrap: wrap;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
}
#rememberme {
    margin-left: 10px;
}
section.woocommerce-order-details {
    margin: 30px 0;
}


/* mahdis */
/*
Checkout
 */

#ship-to-different-address label{
	padding-right:0 !important;
	margin-top: 20px;
}
.form-row.form-row-first, #billing_postcode_field, #shipping_city_field,#shipping_state_field{
    float: right;
    display: block;
    width: 48%;
}

.form-row.form-row-last, #billing_phone_field, #billing_city_field{
    float: left;
    display: block;
    width: 48%;
}
#billing_state_field{
	display: block;
    width: 48%; 
 }
 #billing_first_name_field {
    padding-bottom: 15px;
}
.woocommerce-form__label-for-checkbox input[type="checkbox"], .woocommerce-form-register input[type="radio"] {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    top: 9px;
}
.woocommerce-form__label-for-checkbox span::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    right: 1px;
    top: calc(50% - 5px);
    border: 1px solid var(--color2);
    border-radius: 50%;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span::before, .woocommerce-form__label-for-checkbox input[type="checkbox"]:checked + span::after {
    opacity: 1;
}
.woocommerce-form__label-for-checkbox span::after {
    position: absolute;
    border-bottom: 3px solid var(--color2);
    border-right: 3px solid var(--color2);
    content: "";
    width: 5px;
    height: 10px;
    right: 2px;
    top: calc(50% - 7px);
    opacity: 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.woocommerce-billing-fields__field-wrapper input{
	margin-bottom:0 !important;
}
#payment li::after{
	display:none;
}
#payment{
    margin-top: 15px;
}

#payment ul li{
    margin-bottom: 20px;
    user-select: none;
    background: #fff;
}

#payment label{
    cursor: pointer;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
	padding-right: 0!important;
}
#payment label:before{
	right: -28px!important;
    top: 13px;
}
#payment label img{
    margin: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.wc_payment_method input {
    float: none !important;
    clear: both !important;
    position: relative;
    top: 1px;
    margin-left: 10px;
}
.wc_payment_methods.payment_methods.methods li {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
}

.payment_box {
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 13px;
    color: #777;
}
.payment_box p{
	margin-bottom:0;
}
#payment li:before{
    display: none;
}

#place_order {
    width: 100%;
    justify-content: center;
    display: flex;
    height: 45px;
    margin: 15px auto;
}

.checkout_coupon.woocommerce-form-coupon {
    background: #fff;
    padding: 20px 30px;
    border-radius: 5px;
    margin: 20px 0;
    border: 1px solid #eee;
}

.checkout.woocommerce-checkout {
    margin-top: 20px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
.woocommerce-checkout .woocommerce-error{
    flex: 0 0 100%;
}
.clear {
    clear: both;
}

.checkout_coupon.woocommerce-form-coupon p:not(.form-row) {
    margin-bottom: 10px;
	text-align: justify;
}

#order_review_heading {
    display: none;
}

#order_review {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}

#billing_country_field {
    display: none;
}


.woocommerce-checkout .woocommerce-error {
    margin: 20px 0;
}

table.shop_table td{
    padding: 10px;
}

.delivery-wrapper {
    margin-top: 30px;
}
.checkout_coupon  p.form-row.form-row-first{
	width:70%;
	
}
.checkout_coupon p.form-row.form-row-first input{
    margin-bottom:0;
	height:39px;
}
.checkout_coupon  p.form-row.form-row-last {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	width:28%;
	}
.checkout_coupon  p.form-row.form-row-last .button{
    width:unset;
    margin: 0;
}
.woocommerce-billing-fields p,.woocommerce-address-fields p{ 
	padding-top:15px;
}

.woocommerce-billing-fields p > label:before,
.woocommerce-address-fields p > label:before,
.editor-content .delivery-wrapper label:before,
.shipping_address label:before{
	content: "\e917";
	font-family:'icomoon';
	font-size:10px;
	border-radius: 50%;
	color: var(--color2);
	margin-left:7px;
}
.woocommerce-shipping-calculator{
	width:100%;
}
.shipping-calculator-form{
	max-width: 400px;
margin:20px  auto auto auto;
display: block;
}
#shipping_country_field ,.woocommerce-error li::after  ,#shipping_method li::after {
    display: none;
}
.woocommerce-shipping-destination{
		width:100%;
}
#shipping_method{
	margin-bottom:0;
	width:100%;
}
#shipping_method li{
	text-align:right;
	padding-right:0;
	display:flex;
	align-items:center;
}
#shipping_method label{
	margin-bottom:0 !important;
	padding-right:11px!important;
}

.cart-empty.woocommerce-info {
    margin-bottom: 20px;
}
.woocommerce-cart-form__cart-item{
	position:relative;
}
.woocommerce-cart-form__cart-item.cart_item .qty{
	margin:0;
	height:100%;
	text-align:center;
	border:none;
	border-radius:0;
	padding:0;
	background:transparent;
}
.woocommerce-cart-form__cart-item .quantity button{
	width:65px;
}
.woocommerce-cart-form__cart-item .quantity{
	border: 1px solid #e7e6e6;
	max-width: 140px;
    margin: 0 auto;
}
.wc-proceed-to-checkout a{
	color:#fff;
}
.return-to-shop {
    text-align: center !important;
}

table.shop_table {
    border-collapse: collapse;
    border: 1px solid #eee;
    border-bottom: 2px solid #223657;
    width: 100%;
    background: #fff;
}

table.shop_table th,
table.shop_table td {
    color: #222;
    border: 1px solid #eee;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

table.shop_table td{
    padding: 5px 10px;
}

table.shop_table th {
    background: #f9f9f9;
    color: var(--color2) !important;
    text-transform: uppercase;
    font-family:var(--bold_font) ;
    border: none !important;
    padding: 15px;

}

table.shop_table .actions {
    display: none !important;
}

.product-remove a {
    background: transparent;
    border: none !important;
    position: relative;
    top: 2px;
    color: var(--danger) !important;
    background: transparent !important;
    font-size: 25px;
}

.product-thumbnail img {
    max-width: 70px;
    border: 1px solid #eee;
}

.wc-proceed-to-checkout {
    margin-top: 20px;
}
.wc-proceed-to-checkout .button {
    min-width: 200px;
    height: 45px;
}
.cart-collaterals {
    margin-top: 20px;
}

.cart-collaterals h2{
    display: none;
}
.shipping-calculator-form .select2-container--default .select2-selection--single{
    border:solid 1px #e3e3e3;
    background: transparent;
    padding: 5px 20px;
    border-radius: 5px;
    height: 44px;
    margin: 0 0 15px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 10px;
    top: 13px;
}
section.shipping-calculator-form p {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    margin: auto;
}
.editor-content .woocommerce-shipping-methods li {
    font-size: 13px;
    text-align: right;
    line-height: 1.5;
}
.editor-content .woocommerce-shipping-methods li label {
    font-size: 12px!important;
    margin-right: 0;
    display: flex;
    align-items: unset;
    margin-bottom: 0!important;
    flex-wrap: wrap;
    line-height: 1.2;
	align-items: center;
}
#customer-type_field span {
    display: inline-flex;
    align-items: center;
}
/* radio button */
.woocommerce-shipping-methods input[type="radio"],#payment input[type="radio"],
#customer-type_field input[type="radio"]{
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
#payment input[type="radio"]{position:relative;display:inline-block!important}
.editor-content .woocommerce-shipping-methods label:before,#payment label:before,
#customer-type_field span label:before{
	content: "";
    display: block;
    height: 11px;
    position: absolute;
    width: 11px;
    right: -5px;
    padding-right: 0;
    border: 1px solid var(--color2);
    background: radial-gradient(var(--color2) 50%,#fff 50%);
    background-position: 9px 0;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.editor-content .woocommerce-shipping-methods li label:before{
	width:9px;
	height:9px;
}
.woocommerce-shipping-methods input[type="radio"]:checked ~ label:before, 
#payment input[type="radio"]:checked ~ label:before,
#customer-type_haghighi:checked ~ label[for=customer-type_haghighi].radio:before,
#customer-type_hoghooghi:checked ~ label[for=customer-type_hoghooghi].radio:before{
    opacity: 1;
    background-position:0 0;
}
.woocommerce-shipping-methods input[type="hidden"]~ label:before {
    display: none;
}
#customer-type_field {
    display: flex;
    width: 100%;
    align-items: center;
}
#customer-type_field span label{
    align-items:center;
    display:inline-flex;
    padding-right: 3px !important;
}
#customer-type_field span label:before{
	right: -14px;
	cursor: pointer;
}
#customer-type_field input[type="radio"] {
    margin-right: 5px;
}
.wc-proceed-to-checkout {
    margin-top: 20px;
    text-align: center;
}
td.product-remove {
    position: relative;
}
.select2-container--default .select2-selection--single {
	border-radius: 5px;
    border: solid 1px #e3e3e3;
    background: #ffffff;
    box-shadow: 0px 4px 19px -3px rgb(26 24 26 / 5%);
    padding: 10px 20px;
    height: 55px;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-family: inherit;
    transition: 0.3s;
    margin-bottom: 20px;
    text-align: right;
    font-size: 14px!important;
}
#billing_state_field, #shipping_state_field {
	margin-bottom: 0;
}
#billing_city_field, #shipping_city_field {
    float: left;
    width: 48%;
	margin-bottom: 0;
}
#billing_address_1_field, #shipping_address_1_field, #billing_email_field {
    clear: both;
}
#billing_address_1_field{padding-top:0}
.woocommerce-form__label input[type="checkbox"], .wc_payment_method input[type="radio"] {
    height: auto;
} 
.woocommerce-form__label-for-checkbox span{
    position:relative;
    display:inline-block;
    padding-right:20px;
	font-size: 14px;
}
.woocommerce-form__label-for-checkbox span:before {
    content: "";
    position: absolute;
    height: 11px;
    width: 11px;
    right: 1px;
    top: calc(50% - 5px);
    border: 1px solid var(--color2);
    border-radius: 50%;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked+span:before,
.woocommerce-form__label-for-checkbox input[type="checkbox"]:checked+span:after {
    opacity: 1;
}
.woocommerce-form__label-for-checkbox span:after{
    position: absolute;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    content: "";
    width: 5px;
    height: 10px;
    right: 3px;
    top: calc(50% - 6px);
    opacity: 0;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.woocommerce-form__label-for-checkbox input[type="checkbox"], .woocommerce-form-register input[type="radio"] {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
	top: 9px;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
    margin-top: 20px;
	font-size: 13px;
}
#shipping_method .woocommerce-Price-currencySymbol{
	font-size:14px;
}
form.checkout_coupon.woocommerce-form-coupon,form.checkout_coupon.woocommerce-form-coupon p {text-align: center;margin: 5px auto;}
form.checkout_coupon.woocommerce-form-coupon{
    padding: 10px 20px;
}
.checkout_coupon p.form-row.form-row-last{
	justify-content: flex-start;
    align-items: center;
}
p.return-to-shop a, p.return-to-shop a:hover {
    color: #fff;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    background: var(--color3);
    padding: 0 10px;
    border-radius: 5px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
    font-size:14px!important;
    font-family:var(--main_font)!important;
    margin: 5px 10px!important;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong{
    font-size:15px;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-MyAccount-content a.button {
    color: #fff!important;
    min-width: unset;
    font-size: 14px;
}
@media screen and (max-width: 992px){
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .u-column1.col-1.woocommerce-Address{
        margin-bottom:35px;
    }
    #customer_login .u-column2.col-2{
    }
	.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses h2 {
		font-size: 17px;
		margin: 15px 0 5px;
	}
	section.woocommerce-order-details {
		margin: 15px 0;
	}
	h2.woocommerce-order-details__title {
		font-size: 16px;
	}
}
@media screen and (max-width: 992px) and (min-width: 768px){
    .woocommerce-MyAccount-content {
        flex: 0 0 64%;
        max-width: 64%;
    }
    .woocommerce-MyAccount-navigation {
        flex: 0 0 34%;
        max-width: 34%;
    }
}
@media screen and (max-width: 767px){
    .woocommerce-Address-title.title h3{
        font-size: 15px!important;
    }
    .u-columns.woocommerce-Addresses.col2-set.addresses{
        margin-left:0;
        margin-right:0;
    }
    .woocommerce-MyAccount-navigation {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
		position: sticky;
		background: #fff;
		top: 0;
		z-index: 99;
    }
    .woocommerce-MyAccount-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    ul.wc-item-meta li {
		display: block;
    }
    .woocommerce-edit-account.woocommerce-js .woocommerce-MyAccount-content, .woocommerce-edit-address .woocommerce-MyAccount-content{
        padding: 20px 10px;
    }
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
		padding:0
	}
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong,ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details strong span.woocommerce-Price-currencySymbol {
		font-size: 14px;
	}
	p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,.woocommerce-order p{
		font-size: 14px;
	}
	.woocommerce-column--billing-address address {
		line-height: 27px;
	}
}
.woocommerce-form.woocommerce-form-login label {
    display: flex;
}
#customer_login{
    display:flex;
    flex-wrap: wrap;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button{
    margin:3px;
}

@media screen and (max-width: 768px) {

    .shop_table_responsive.shop_table{
        overflow: hidden;
    }

    .shop_table_responsive.shop_table tr,
    .shop_table_responsive.shop_table td,
    .shop_table_responsive.shop_table th,
    .shop_table_responsive.shop_table tbody,
    .shop_table_responsive.shop_table thead,
    .shop_table_responsive.shop_table{
        display: block;
        width: 100%;
    }

    .shop_table_responsive.shop_table tbody tr:nth-child(2n) {
        background: #f9f9f9;
    }

    .shop_table_responsive.shop_table thead{
        display: none;
    }

    .shop_table_responsive.shop_table td{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px;
    }

    .shop_table_responsive .quantity{
        margin: 0;
    }

    .shop_table_responsive.shop_table td:before{
        content: attr(data-title);
        display: inline-block;
        background: var(--color3);
        padding: 2px 10px;
        border-radius: 5px;
        min-width: 80px;
        text-align: center;
        font-size: 12px;
        color: var(--color2);
    }

    .product-name{
        justify-content: center !important;
    }

    .product-name a{
        display: block;
        text-align: center;
		line-height: 22px;
		font-size: 14px;
    }
	table.shop_table th{
		padding:9px;
	}
    .product-name:before,
    .product-thumbnail:before,
    .product-remove:before{
        display: none !important;
    }


    .product-thumbnail a {
        display: block;
        text-align: center;
        width: 100%;
        max-width: 130px;
        margin: 0 auto;
    }

    .product-remove {
        position: absolute;
        right: 20px;
        border: none !important;
    }

    #wrapper .cart-collaterals table td:before{
        display: none;
    }

    #wrapper .cart-collaterals table td{
        justify-content: center;
        background: #fff;
    }


    .product-remove {
        margin-right: 20px;
    }
	.shop_table_responsive.shop_table td.product-remove {
		right: 0;
		margin-right: 0;
		justify-content: center;
		padding: 0;
	}
	form.checkout_coupon.woocommerce-form-coupon {
		padding: 10px;
	}
}
@media screen and (max-width:576px){
.woocommerce-MyAccount-navigation-link {
    flex: 0 0 49%;
    display: flex;
    align-items: center;
    font-size: 12px!important;
    margin: 3px 0!important;
}

.woocommerce-MyAccount-navigation-link a {
    font-size: 12px;
    padding: 5px;
}
.woocommerce-MyAccount-navigation{
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.form-row.form-row-first,
.form-row.form-row-last{
	float:unset;
	width:100%;
}
.editor-content .woocommerce-address-fields label {
    margin-bottom: 2px!important;
}
.editor-content .woocommerce-error li{
	font-size:12px;
	margin: 3px 0;
}
.editor-content .woocommerce-error strong {
    font-size: 13px;
}
section.woocommerce-order-details {
    margin: 10px 0;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-bottom: 5px;
}
.checkout_coupon.woocommerce-form-coupon p:not(.form-row) {
    margin-bottom: 5px;
    text-align: center;
}
.checkout_coupon p.form-row.form-row-first {
    width: 100%;
}
ul.wc-item-meta li{
	line-height:20px;
}
ul.wc-item-meta p, ul.wc-item-meta li strong {
    font-size: 11px;
}
.checkout_coupon p.form-row.form-row-last {
    justify-content: center;
    align-items: center;
}
}
span.required:before,
span.required:after,
p.form-row.validate-required.woocommerce-invalid.woocommerce-invalid-required-field label:before{display: none!important;}
#payment label.checkbox:before {
    display: none;
}
.cart-collaterals .product-carousel:before {
    content: 'محصولات مشابه';
    font-size: 24px;
    display: block;
    font-family: var(--bold_font);
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.cart-collaterals .product-content h2 {
    display: block;
}