/*******My account css***********/

div#customer_login>div {
    width: 50% !important;
    max-width: 50%;
    flex: 0 0 50%;
}

div#customer_login {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}
.woocommerce-page .entry-content .woocommerce {
    max-width: 1170px;
    margin: 0 auto !important;
    padding:0 15px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px 25px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 2;
    color: #16212F;
}
span.password-input {
    width: 100%;
}

.woocommerce-checkout-payment .input-radio {
    width: auto;
    height: auto;
}

.woocommerce form input,.woocommerce form textarea {
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid #E4E4E4;
    transition: all ease-in-out .3s;
}
.woocommerce form input[type=checkbox] {
    width: auto;
    height: auto;
}
.woocommerce form input:focus {
    border-color: #000;
    outline: none;
}

.woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center;
    margin-bottom: 15px !important;
}

.woocommerce .woocommerce-form__label-for-checkbox input {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
button[type=submit] {
    color: #fff;
    background-color: #16212F;
    border: none;
    text-transform: uppercase;
    padding: 10px 25px !important;
    font-size: 14px;
    line-height: 1.6;
}
button[type=submit]:focus {
    outline: none;
}
button[type=submit]:hover {
    background-color: #B99E5D;
}
.woocommerce-account .woocommerce-privacy-policy-text {
    display: none;
}
.woocommerce-lost-password .form-row-first {
    max-width: 48%;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
    content: "";
    width: 25px;
    height: 25px;
    right: 0px;
    background-size: 18px !important;
    background: #fff;
    background-position: center center;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url(../images/eye-slash-regular.svg);
}   
.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {
    background-image: url(../images/eye-regular.svg);
} 

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}
.woocommerce form .password-input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
  }







@media (max-width: 767.98px) {
    div#customer_login>div {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .woocommerce-lost-password .form-row-first {
        max-width: 100%;
    }
}
/* @media (min-width: 1600px){
    .container {
        max-width: 1440px !important;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1170px !important;
    }
} */

/**************************************/
nav.woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    padding-bottom: 0.625rem;
    margin-bottom: 3px;
    border-bottom: none;
    background: #F7F7F7;
    display: block;
    padding-left: 13px;
    padding-top: 0.625rem;
    font-weight: 600;
    color: #9AA7B3;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #16212F;
    background: #f1f3f5;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}
/* .logged-in main#primary {
    padding-bottom: 6rem;
} */

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    font-weight: 500;
    border-top: 3px solid #16212F;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    position: relative;
    display: flow-root;
}
.woocommerce-message {
    background-color: #86c988 !important;
    color: #16212f !important;
    font-weight: 600;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

a.woocommerce-Button.button,.woocommerce-payment-methods a.button {
    background: #16212F;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
  
    line-height: 25px;
}
a.woocommerce-Button.button:hover,.woocommerce-payment-methods a.button:hover {
    background-color: #B99E5D;
}



.woocommerce-error .woocommerce-Button.button, .woocommerce-info .woocommerce-Button.button, .woocommerce-message .woocommerce-Button.button {
    float: right;
}
.woocommerce-error {
    border-top-color: #b81c23;
}
.woocommerce-info {
    border-top-color: #1e85be;
}
.woocommerce-message {
    border-top-color: #16212F;
}
.u-columns {
    display: flex;
    margin: 0 -15px;
    justify-content: space-between;
}

.woocommerce-account .u-columns .col-1, .woocommerce-account .u-columns .col-2 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce-account .addresses .title .edit {
    float: right;
}
.woocommerce-Address-title.title h3 {
    display: inline-block;
}
.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .form-row {
    margin: 0 0 1.25rem;
    width: 100%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}
.form-row.form-row-wide {
    width: 100%;
}
.select2-container .select2-selection--single {
    height: 45px;
    border-radius: 0;
    border: 1px solid #E4E4E4;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}
.woocommerce-account .woocommerce-error,.woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
}
.woocommerce-error::before,.woocommerce-message:before, .woocommerce-info::before{
    content: "";
    width: 25px;
    height: 25px;
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}
.woocommerce-info::before {
    background-image: url(../images/default-notificatin-icon.png);
}
.woocommerce-error::before {
    background-image: url(../images/errot-notification-icon.png);
}
.woocommerce-message:before{
    background-image: url(../images/mesaage-notification-icon.png);
}

/********/
input#payment_method_stripe {
    width: auto;
    height: auto;
}
.stripe-card-group,div#stripe-exp-element,div#stripe-cvc-element {
    width: 100%;
}
div#payment ul {
    padding: 1rem;
    list-style: none;
    margin: 0;
}
div#payment {
    background: #f7f7f7;
    border-radius: 5px;
}

.woocommerce-PaymentBox {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #ffffff;
    color: #515151;
}
.woocommerce-PaymentBox::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
    border-bottom-color: #fff;
}
div#payment button#place_order {
    padding: 20px 80px !important;
    display: inline-block;
    letter-spacing: .2em;
    font-weight: 600;
    font-size: 16px;
    float: none;
    width: 100%;
    background-color: #a46497;
    line-height: 25px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
div#payment button#place_order:hover {
background-color: #96588a;
}
div#payment .woocommerce form .form-row {
    margin: 0 0 1.25rem;
    width: 100%;
}

/************/
table.woocommerce-orders-table {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    border-collapse: collapse;
    /* overflow: hidden; */
}

table.woocommerce-orders-table thead {
    background: #16212f;
    color: #ffffff;
    display: revert;
}

table.woocommerce-orders-table thead th {
    padding: 10px;
}

table.woocommerce-orders-table tbody td {
    padding: 10px;
    font-size: 15px;
}
table.woocommerce-orders-table tbody tr:nth-child(even){
    background: #f1f3f5;
}
table.woocommerce-orders-table tbody td a {
    font-size: 16px;
    font-weight: 700;
}
table.woocommerce-orders-table tbody td a.woocommerce-button {
    background: #16212F;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    line-height: 25px;
}
table.woocommerce-orders-table tbody td a.woocommerce-button:hover {
    background-color: #B99E5D;
}
/****************/
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    width: 100%;
}

section.woocommerce-customer-details{
    background: #f7f7f7;
    border-radius: 5px;
    padding: 20px 15px;
    margin-top: 25px;
}
section.woocommerce-customer-details .woocommerce-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}
section.woocommerce-customer-details .woocommerce-columns>div {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

section.woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 22px;
    font-weight: 600;
}
table.woocommerce-table.woocommerce-table--order-details ul.wc-item-meta {
    padding: 0;
    list-style: none;
    margin: 0;
}

table.woocommerce-table.woocommerce-table--order-details ul.wc-item-meta p {
    margin-bottom: 10px;
}

section.woocommerce-order-details h2 {
    font-size: 25px;
    font-weight: 700;
}
section.woocommerce-order-details table.shop_table.order_details tbody td.product-name a {
    color: #b99e5d;
    font-weight: 700;
}
section.woocommerce-order-details table.shop_table.order_details {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    border-collapse: collapse;
}

section.woocommerce-order-details table.shop_table.order_details thead {
    background: #16212f;
    color: #ffffff;
    display: revert;
}

section.woocommerce-order-details table.shop_table.order_details thead th,section.woocommerce-order-details table.shop_table.order_details tbody td {
    padding: 10px;
}
table.woocommerce-table.woocommerce-table--order-details ul.wc-item-meta li {
    display: flex;
    flex-wrap: wrap;
}

table.woocommerce-table.woocommerce-table--order-details ul.wc-item-meta li strong {
    padding-right: 5px;
}
table.woocommerce-table.woocommerce-table--order-details tfoot tr th,
table.woocommerce-table.woocommerce-table--order-details tfoot tr td {
    padding: 10px;
}
table.woocommerce-table.woocommerce-table--order-details tfoot tr:nth-child(odd){
    background: #f1f3f5;
}
table.woocommerce-table.woocommerce-table--order-details tfoot {
    border-top: 2px solid #16212f;
}
section.woocommerce-order-details table.shop_table.order_details tbody tr {
    border-top: 1px solid #ddd;
}
.payment_box.payment_method_stripe .woocommerce-validated label {
    width: auto !important;
    line-height: initial;
    padding-left: 4px;
}
table.woocommerce-table.woocommerce-table--order-details tfoot tr:last-child span.woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 18px;
}
/***********/
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 25px;
    font-weight: 600;
    color: #16212f;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    list-style: none;
    width: 100%;
    padding: 0;
    border: 1px solid #ddd;
    padding: 0px 0px;
    display: inline-block;
    background: #ffffff;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    /* float: right; */
    padding-left: 0px;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:first-child {
    border: none;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    float: right;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:nth-child(even) {
    background: #f1f3f5;
}

.woocommerce-order-received table.shop_table tfoot td {
    font-weight: 400 !important;
}
.woocommerce-order-received table.shop_table tfoot tr:last-child td span.woocommerce-Price-amount.amount {
    font-weight: 700 !important;
}


@media (min-width: 768px){
    .woocommerce-MyAccount-navigation {
        padding-right: 30px;
    }
}
@media (max-width: 991px) {
    table.woocommerce-orders-table tbody td {
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .woocommerce-account .woocommerce-MyAccount-content,nav.woocommerce-MyAccount-navigation{
        width: 100% !important;
        float: none;
    }
    .woocommerce-error .woocommerce-Button.button, .woocommerce-info .woocommerce-Button.button, .woocommerce-message .woocommerce-Button.button {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 10px !important;
        width: 100%;
        text-align: center;
        float: none;
    }
    .woocommerce-account .woocommerce-error, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-message {
        padding-bottom: 4.5rem !important;
    }
    .woocommerce-account .u-columns .col-1, .woocommerce-account .u-columns .col-2 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    div#payment button#place_order {
        padding: 20px 20px !important;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
        overflow: visible;
    }
	table.woocommerce-orders-table thead {
		display: none;
	}
}
@media (max-width: 576.98px) {
    section.woocommerce-customer-details .woocommerce-columns>div {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    table.woocommerce-table.woocommerce-table--order-details ul.wc-item-meta li strong {
        width: 100%;
    }
}