/*
Theme Name: David Salomón Store (Divi)
Theme URI: https://davidsalomonstore.com
Template: Divi
Author: Markea Agency
Author URI: https://markea.agency
Version: 1.0.0.1660596580
Updated: 2022-08-15 20:49:40

*/

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


/* Dashboard  */

.bc-account-nav {
    display: none;
}
.bc-account-content {
    width: 100% !important;
}
.woocommerce-dashboard-message__account > p:nth-of-type(2){
    display: block;
}
.woocommerce-dashboard-message__account > p:nth-of-type(1) a{
    text-decoration: underline !important;
}
.woocommerce-dashboard-message__account > p:nth-of-type(1) strong{
    font-weight:500 !important;
}
.woocommerce-dashboard-message__account a {
    color: black !important;
}
.account-menu-cards {
    display: flex;

    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem 1rem 1rem 0;
    list-style: none;
}

.card-my-account {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 1rem;
    text-align: center;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-my-account a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.bc-account-content p{
    color: black;
    font-weight: 300;

}
.card-my-account.woocommerce-MyAccount-navigation-link p {
    font-weight: 400;
    font-size: 16px;
}


#ds-my-account-container .bc-account-content-container {
    display: flex;
    flex-direction: column-reverse;
}
#ds-my-account-container .bc-account-content-container .bc-account-nav {
    width: 100%;
    margin-right: inherit;
}
#ds-my-account-container .bc-account-content-container .bc-account-content {
    width: 100%;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    color: black !important;
    font-weight: 600;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date {
    color: black;
    font-weight: 400;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total {
    color: black;
    font-weight: 400;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 10px 8px;
}


.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .order-status-cancelled{
    color:red;
    font-weight: 400;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
    color: black;
}
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 1rem;
    margin: auto;
}
.woocommerce-button.button-view-order.pay {
    border: 1px black solid;
    color: black;
}
.woocommerce-button.button-view-order.cancel {
    border: 1px black solid;
    color: black;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 12px 10px !important;
}
/* Card Orders */
.woocommerce-my-account-my-orders__card > div:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
}
.woocommerce-my-account-my-orders__card {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 10px;
}
.woocommerce-my-account-my-orders__card > div:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
}
.woocommerce-my-account-my-orders__card > div:nth-of-type(3) p a {
    color: black;
    text-decoration: underline !important;
}
.woocommerce-my-account-my-orders__card p{
    padding: 0.3rem 0 !important;
}
.woocommerce-my-account-my-orders__card > div:nth-of-type(1) > p:nth-of-type(1){
    font-weight: 500;
}
.woocommerce-my-account-my-orders__card > div:nth-of-type(3) p{
    font-weight: 500;
}
.woocommerce-pagination {
    display: flex;
    justify-content: space-between;
}

.woocommerce-orders-back a{
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    max-width: fit-content;
}
.woocommerce-orders-back a p{
    font-size: 1rem;
    font-weight: 400;
    color: black;
}

.woocommerce-my-account-my-orders{
    display: none;
}

/* Custom CSS Details Order */

.woocommerce-button.button-view-order.view {
    border: 1px black solid;
    color: black;
}
.woocommerce-view-order-status{
    font-weight: 400;
    color:black;
}
.woocommerce-view-order-status span{
    font-weight: 600;

}
.woocommerce-view-order__container{
    margin: 2rem 0;
}
.woocommerce-order-details {
    margin: 2rem 0;
    margin-bottom: 2rem;
}

/* Custom CSS Order */
.woocommerce-order-details__card{
    display: flex;
    padding: 1rem;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.woocommerce-order-details__image-product img{
    height: auto;
    width: 75px;
}

.woocommerce-order-details__name-product > div:first-child{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.woocommerce-order-details__name-product > div:first-child h2{
    font-size: 1rem;
    padding: 0;
}
.woocommerce-order-details__title{
    font-size: 1rem !important;
}
.woocommerce-order-details__card > div:nth-of-type(2) p{
    padding: 0;
}

.woocommerce-order-details__name-product {
    flex: 1;
}
.woocommerce-order-details__name-product {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    justify-content: space-between;
    margin: 0.3rem;
}
.woocommerce-order-details__name-product {
    font-size: 1rem;
    font-weight: 300;
    color: black;
}
.woocommerce-order-details__name-product > div:nth-of-type(1) h2{
    text-decoration: underline;
    font-weight: 300;
}
.woocommerce-order-details__name-product > div:nth-of-type(2) p{
    font-weight: 500;

}
.woocommerce-order-details__name-product > div:nth-of-type(2) p span{
    font-weight: 300;
}
.woocommerce-order-details__price {
    margin: auto !important;
}
.woocommerce-OrderUpdates__title{
    font-size: 1rem;
}

.woocommerce-order-details__table{
    width: 100%;
    display: flex; /* Utilizamos Flexbox para alinear el contenido */
    justify-content: flex-end; /* Alinea el contenido a la derecha */
    padding-top: 20px; /* Espaciado opcional alrededor del contenedor */
}
.woocommerce-order-details__amount-header {
    text-align: right !important;
    padding: 8px 22px !important;
}
.woocommerce-order-details__subtotal-header {
    padding: 8px 22px !important;
}
.woocommerce-order-details__table div table tr td:nth-child(even){
    text-align: right;
}
.woocommerce-order-details__title-total,.woocommerce-order-details__amount-total {
    border-top: 1px solid #DBDBDB !important;
    border-bottom: 1px solid #DBDBDB !important;
    font-weight: 600;
}
.woocommerce-order-details__shipping-info {
    color: #A0A0A0;
}
.woocommerce-order-details__table div table{
    border: none!important;
    font-weight: 500;
    color: black;
}
.woocommerce-order-details__amount-header span, .woocommerce-order-details__subtotal-header {
    font-weight: 500 !important;
}

.woocommerce-order-details__table div table, .woocommerce-order-details__table div table th, .woocommerce-order-details__table div table td {
    border: none; /* Elimina el borde de la tabla y las celdas */
}

.woocommerce-order-details__table div table {
    border-collapse: collapse; /* Elimina el espacio entre las celdas */
    width: 50% !important; /* La tabla se ajustará a su contenido */
}
.woocommerce-order-details__table > div:first-child {
    display: flex;
    justify-content: end;
}

.woocommerce-order-details__table div th, woocommerce-order-details__table div td {

    padding: 8px; /* Espaciado interno en las celdas */
    text-align: left; /* Alinea el texto a la izquierda dentro de las celdas */
}

.woocommerce-order-details__amount-header,.woocommerce-order-details__subtotal-header{
    width: 500px;
}
.woocommerce-order-details__table div tr td{
    padding: 8px 22px !important; /* Espaciado interno en las celdas */
}

/* Details Customer  */
.woocommerce-customer-details__row {
    display: flex;
    gap: 1rem;
}
.woocommerce-customer-details__column-1,.woocommerce-customer-details__column-2 {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.woocommerce-customer-details__column-adress-1,.woocommerce-customer-details__column-adress-2 {
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    padding: 1rem;
    flex: 1;
    font-weight: 300;
    color: black;
}
.woocommerce-column__title{
    font-size: 1rem !important;
}
.woocommerce-customer-details--phone__custom{
    padding: 0;
}
.woocommerce-customer-details--phone__custom span,.woocommerce-customer-details--email__custom span{
    font-weight: 500;
}

/* Address */
.woocommerce-Address-title.title h2{
    font-size: 1rem;
    font-weight: 500;
}
.woocommerce-my-addresses__row{
    display: flex;
    gap:1rem;
    margin: 1rem 0;
}
.woocommerce-my-addresses__row div{
    flex: 1;
}
.woocommerce-my-addresses__column{
    display: flex;
    align-items: start;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    justify-content: space-between;
    padding: 1rem;
}
.woocommerce-my-addresses__column > div:nth-of-type(2s){
    flex: 1;
}
.address-container {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 1rem 0;
}

.woocommerce-my-addresses__column {
    flex: 1;
}

.woocommerce-address {
    flex: 1;
    display: flex;
    flex-direction: column;


}
.woocommerce-my-addresses__column address {
    font-weight: 300;
    font-style: normal;
    color: black;
}
.woocommerce-my-addresses__column address span{
    font-weight: 500;
}
.woocommerce-form-edit-account__button-direction{
    text-align: right;
}
.woocommerce-EditAccountForm.edit-account fieldset {
    margin: 1rem 0;
}
.woocommerce-form-edit-account__blank-password{
    padding: 0.1rem 0;
    font-weight: 300;
    color: black;
}
.woocommerce-form-edit-account__container-password{
    padding: 1rem;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    margin: 0.6rem 0;
}
.woocommerce-EditAccountForm.edit-account label{
    font-weight: 300;
    color: black;
}
.woocommerce-EditAccountForm.edit-account legend{
    font-weight: 500;
    color: black;
}
.woocommerce-form-edit-account__button-primary{
    padding: 0.6rem 1.5rem;
    background: black;
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 14px;
}
.woocommerce-my-account__button-primary{
    padding: 0.6rem 1.5rem;
    background: black;
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 14px;
}
.woocommerce-my-account-edit-address__title{
    font-size: 1rem;
    font-weight: 500;
}
.woocommerce-my-account-edit-address__container p {
    font-weight: 300;
    color: black;
    font-size: 1rem;
}

/*Responsive My Account*/
@media all and (max-width: 479px), (max-width: 768px) {
    /*Dashboard My Account*/
    .account-menu-cards {
        padding:1rem 0;
    }
    .woocommerce-dashboard-message__account > p:nth-of-type(2){
        display: none;
    }
    .card-my-account{
        width:46%;
        height: auto;
    }
    .address-container{
        flex-direction:column;
    }
    .woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
        display: none;
    }
    .woocommerce-my-account-my-orders{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }


    /*View Order*/
    .woocommerce-order-details__table div table {
        width: 100% !important;
    }
    .woocommerce-customer-details__row{
        flex-direction: column;
    }
    .woocommerce-order-details__table,.woocommerce-order-details__table > div:first-child{
        justify-content: normal;
    }

}

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


body a {
    text-decoration: none !important;
}

.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    border: none;
}

#header-container button.et_pb_menu__search-button {
    position: absolute;
    right: 40px !important;
    top: calc(26% + 3px) !important;
}
.woocommerce .bc_menu_cart {
    position:absolute;
    right:0!important;
    top:17px !important;
    z-index:1
}

.woocommerce form .form-row {
    margin: 0;
}


/* Variaciones de producto */
.choose-title label {
    font-weight: 500 !important;
    font-size: 16px;
    text-transform: initial;
}

.choose-value {
    font-size: 16px;
    font-weight: 300;
}


/* Margin de opciones de pago y boton de realizar pedido */
#payment ul.payment_methods li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#payment div.form-row {
    margin-top: 2rem !important;
}

/* .woocommerce .et_pb_menu__icon.et_pb_menu__search-button {
  position: absolute;
  right: 2.5rem !important;
top: calc(25% + 3px) !important;
} */
.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__search-button {
    position: absolute;
    right: 16px;
    top: calc(50% + 3px);
}

body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0_tb_body .button {

    text-transform:capitalize!important
}
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0_tb_body .single_add_to_cart_button.button.alt.ajax_add_to_cart, body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0_tb_body a.button {
    text-transform: none !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
    color: #000;
}

.et-db #et-boc .et-l .et_pb_button{
    padding:0;
}
.et-db #et-boc .et-l .et_pb_newsletter .et_pb_newsletter_fields {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-newsletter-mc{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.form-newsletter-mc.et_pb_newsletter_form.et_pb_newsletter_custom_fields.et_pb_newsletter_button.et_pb_button:hover:hover{
    padding: 0.8rem;
}
.et_pb_newsletter_button.et_pb_button:hover {
    padding: 0.8rem;

}
.et_pb_newsletter_form {
    padding:0 !important;
}
.et_pb_wc_checkout_order_details_0 #order_review_heading{
    font-weight:500 !important;
}
.et_pb_wc_checkout_additional_info_0 form .form-row label, .et_pb_wc_checkout_order_details_0 td a, .et_pb_wc_checkout_billing_0 form .form-row label{
    font-weight: 300 !important;
}

.form-row-first-column{
    float: left;
    clear: both !important;
    width: 48%;
    margin-right: 4%;
}
.form-row-last-column{
    float: right;
    clear: none !important;
    width: 48%;
    margin-right: 1% !important;

}

.form-row-first-column-adress-2{
    float: right;
    clear: none !important;
    width: 48%;
    margin-top: 4.5% !important;
    margin-right: 1% !important;
}


/*Message Add Product*/
/* #cart-product-single .woocommerce .woocommerce-notices-wrapper .woocommerce-message{
	position: relative;
}


.btn-product-success{
	padding: 0.5rem 1rem;
  background-color: #F2F2F2;
}
.icon-product-success{
	width: 3rem;
  height: auto;
  position: absolute;
  top: 0.8rem;
}

.message-product-success{
	position: absolute;
  left: 5rem;
  top: 1.6rem;
  font-weight: 300;
} */




/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px), (max-width: 768px) {
    .et_pb_section {
        padding: 0 0;
    }
    .et_pb_row {
        padding: 2rem 0 0 0;
    }
    .et_pb_column {

        margin-bottom: 0;
    }
    .woocommerce-page .ds-woocommerce-cart-container .cart_totals .shop_table tr.order-total {
        border-top: none !important;
    }
    .woocommerce-page .ds-woocommerce-cart-container .cart_totals .shop_table tr.cart-subtotal {
        display: flex !important;
        justify-content: space-between !important;
    }
    .woocommerce-page .ds-woocommerce-cart-container .cart_totals .shop_table tr.cart-subtotal td {
        padding-top: 0.5rem !important;
    }

    .woocommerce-page .ds-woocommerce-cart-container .cart_totals .shop_table tr.order-total {
        display: flex !important;
        justify-content: space-between !important;
    }
    .woocommerce-page .ds-woocommerce-cart-container .cart_totals .shop_table tr.order-total td{
        padding: 0 !important;

        padding-top: 0.8rem !important;
        padding-right: 1rem !important;

    }
    .woocommerce-page .ds-woocommerce-cart-container .cart_totals .shop_table tr.woocommerce-shipping-totals.shipping {
        display: flex !important;
        justify-content: space-between !important;
    }
    .woocommerce-page .ds-woocommerce-cart-container .cart_totals .shop_table tr.woocommerce-shipping-totals.shipping td{
        padding: 0 !important;
        padding-top: 0px;
        padding-right: 0px;
        padding-top: 0.8rem !important;
        padding-right: 1rem !important;
    }
    .woocommerce-page .ds-woocommerce-cart-container table.shop_table tr.ds-tfooter {
        border-top: none !important;
        border-bottom: none !important;
        border-radius: 0 !important;
        /* 		padding-bottom: 2rem !important; */
    }

    .woocommerce-cart-form__cart-item .cart_item{
        padding-bottom: 2rem !important;
    }
    .woocommerce-page form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item td{
        padding-top: .8em !important;
    }
    .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_color.clase-dows {
        padding: 0 !important;
    }

    .woocommerce-page .woocommerce-product-attributes tr th {
        padding: .5rem 1rem !important;

    }
    .woocommerce-page .woocommerce-product-attributes.product-subtotal {
        padding-top:1rem;
    }

    .woocommerce-page table.shop_table tbody {
        padding-top: 10px !important;
    }

    .woocommerce-product-attributes-item__label {

        padding: 0 !important;
    }

    table.cart th, #content table.cart th, table.cart td, #content table.cart td, table.cart tr, #content table.cart tr {
        padding: 0 !important;
    }
    .woocommerce .quantity input.qty {
        border: 0 !important;
        background-color: transparent !important;
    }

    .woocommerce-cart-form__cart-item.cart_item:nth-child(2n) {
        background-color: #F9F9F9 !important;
        border-top: 1px solid #DBDBDB !important;
        border-bottom: 1px solid #dbdbdb !important;
        margin-top: 1rem;
        padding-bottom: 1rem !important;
    }
    .woocommerce-cart-form__cart-item.cart_item {

        padding-bottom: 1rem !important;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: "";
        font-weight: 500 !important;
        float: left;
        margin-left: 0.8rem;
        color:black;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display: inherit;
        padding-top: 22px;
    }
    .woocommerce-page table.shop_table td.product-thumbnail::before {
        content: "PRODUCTO";
        margin-top: -0.8rem;
        margin-left: 1rem;
    }
    .woocommerce-page table.shop_table td.product-quantity::before {
        content: "Cantidad" !important;
        margin-top: -0.3rem;
        margin-left: 1rem;
    }
    .woocommerce-page table.shop_table td.product-price::before {
        content: "Precio" !important;
        margin-top: -1.1rem;
        margin-left: 1rem;
    }
    .woocommerce-page table.shop_table td.product-subtotal::before {
        content: "Subtotal" !important;
        margin-top: -1rem;
        margin-left: 1rem;
    }
    .product-quantity {
        padding-top: .5rem !important;
    }
    .product-price {
        padding-top: .5rem !important;
    }
    .product-subtotal {
        padding-top: .5rem !important;
    }
    .product-name > a:first-child {
        float: left;
    }
    .woocommerce-page table.shop_table td::before {

        padding-left: 22px !important;

    }

    #add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
        text-align:left!important;
    }
    .woocommerce-product-attributes-item__value {
        display: inline-block !important;
        margin: 0 !important;
        padding: 0 !important;
        padding-left: 0px !important;
        padding-left: 2rem !important;
    }

    /* 	.woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
      display:block;
      text-align:left!important;
          padding-left: 1rem !important;
        padding-top: 2rem !important;
    } */
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: inline-block;
    }

    .et-db #et-boc .et-l .et_pb_newsletter .et_pb_newsletter_fields{
        flex-wrap: wrap;
    }
    .gecko .et_pb_newsletter .et_pb_newsletter_field {

        padding: 0;
    }
    .et_pb_with_border.et_pb_module.et_pb_signup_0_tb_footer.form-newsletter-mc.et_pb_recaptcha_enabled.et_pb_newsletter_layout_left_right.et_pb_newsletter.et_pb_subscribe.clearfix.et_pb_text_align_left.et_pb_bg_layout_dark.et_pb_newsletter_description_no_content {
        padding-left: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 1.875rem !important;
    }
    .et_pb_newsletter_field.et_pb_contact_field_last.et_pb_contact_field_last_tablet.et_pb_contact_field_last_phone {
        padding: 0 !important;
    }
    .et_pb_newsletter_button.et_pb_button {
        width: 100%;
        padding: .8rem;
    }

    .clase-dows:nth-child(2n) {
        background: rgba(0,0,0,.025);
    }
    .woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th,.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: none;
    }
    .woocommerce-product-attributes.shop_attributes:nth-child(2n) {
        background-color: #FFF !important;
    }
    .product-thumbnail.product-rersponsive a {
        text-align: left !important;
    }
    .ds-woocommerce-cart-container .shop_table .ds-tfooter {

        border-bottom: none !important;

    }
    .woocommerce-page .ds-woocommerce-cart-container .shop_table .coupon {
        margin: 0 !important;
    }
    .woocommerce-page .ds-woocommerce-cart-container .shop_table .actions .button {
        margin: 0 !important;
    }
    .woocommerce-page .ds-woocommerce-cart-container .shop_table .actions .ds-tfooter {
        border-bottom: 1px solid #dbdbdb !important;
        /* 		border-bottom: 1px solid #dbdbdb !important; */
    }
    .woocommerce-page .ds-woocommerce-cart-container .shop_table .actions > .button:nth-child(2) {

        margin-bottom: 1rem !important;

    }
    .ds-woocommerce-cart-container .cart_totals h2 {

        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
    }
    .woocommerce-page .ds-woocommerce-cart-container .shop_table .actions {


        padding-left: 1rem !important;
    }
    .checkout-button.button.alt.wc-forward {
        text-transform: none !important;
        letter-spacing: 1px;
    }
    .woocommerce-product-attributes-item__label::after {
        content: ":";
    }
    #order_review_heading {
        padding-left: 0.5rem;
    }
    #place_order {
        text-transform: none !important;
        letter-spacing: 1px !important;
        padding: 8px !important;
    }
    .et_pb_row.et_pb_row_3_tb_body {
        padding: 0 !important;
    }
    .et_pb_column.et_pb_column_1_2.et_pb_column_5_tb_body.et_pb_css_mix_blend_mode_passthrough {
        margin: 0 !important;
    }

    .woocommerce .woocommerce-message {

        text-align: center !important;
    }
    /* 	.woocommerce .woocommerce-message .button.wc-forward {
      border: 1px solid black !important;
      border-radius: 0 !important;
      text-align: center;
       } */


    .woocommerce .woocommerce-message .message-warnnig .button.wc-forward{
        border: none !important;
        font-size: 14px !important;
        margin-top: 12px !important;
        right: calc(50% - 97.5px);
    }

}


