/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
}

.woocommerce table .badge {
    width: 100% ;
}
.woocommerce table {
    border-width: 1px;
    border-style: solid;
    margin: 40px 0px 40px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-color: #eaeaea;
    -webkit-box-shadow: 2px 2px 15px 6px rgba(0,0,0,0.38);
    box-shadow: 2px 2px 15px 6px rgba(0,0,0,0.05);
}
.woocommerce table.shop_table td {
    border-color: #c1c1c1;
}
.woocommerce table tr:nth-child(even) {background-color: #f2f2f2;}
.woocommerce table thead th {
    color: #434343 !important;
    font-weight: 600;
    border-bottom: 4px solid #746aed;
    background: #ffffff;
    /* border-right: 3px solid rgba(0, 0, 0, 0.11);
    text-shadow: rgba(48, 48, 48,0.15) 2px 0px 0px, rgba(48, 48, 48,0.15) 1.75517px 0.958851px 0px, rgba(48, 48, 48,0.15) 1.0806px 1.68294px 0px, rgba(48, 48, 48,0.15) 0.141474px 1.99499px 0px, rgba(48, 48, 48,0.15) -0.832294px 1.81859px 0px, rgba(48, 48, 48,0.15) -1.60229px 1.19694px 0px, rgba(48, 48, 48,0.15) -1.97998px 0.28224px 0px, rgba(48, 48, 48,0.15) -1.87291px -0.701566px 0px, rgba(48, 48, 48,0.15) -1.30729px -1.5136px 0px, rgba(48, 48, 48,0.15) -0.421592px -1.95506px 0px, rgba(48, 48, 48,0.15) 0.567324px -1.91785px 0px, rgba(48, 48, 48,0.15) 1.41734px -1.41108px 0px, rgba(48, 48, 48,0.15) 1.92034px -0.558831px 0px;
    */
    font-weight: 400;
}


.button {

    background-color: #467DE4;
}

.elementor_fullscreen_column {
    width: 100% !important;
    position: absolute !important;
    background: rgba(255,255,255,1) !important;
    transition: all 0.5s 0s ease-in-out;
}

.toggable_section {

    background: rgba(255,255,255,0);
}

.ldev_order_card {

    font-size: 1.3em;
}

.ldev_order_card h5{
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.2px;
}

.ldev_order_card card-footer {
    font-size: 1em;
}

a.woocommerce-button.button, .my_account_orders .button {
    margin: 0 !important;
    content: '\000';
    font-size: 12px;
    padding: 10px;
    text-align: left;
    display: block;
    width: 100%;
    font-weight: 400;
    background: #e4e4e4;
    color: #000;
}

a.woocommerce-button.button:hover, .my_account_orders .button:hover {
    background: #cacaca;
}
.woocommerce-button.button:after {
    margin-left: 8px;
    font-size: 0px;
    content: '\000';
}

.woocommerce-button.button:before {
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    padding-top: 2px;
}
.woocommerce-button.button.view:before {
    font-family:'simple-line-icons';
    content: '\e087';
}
.woocommerce-button.button.cancel:before {
    font-family:'simple-line-icons';
    content: '\e082';
}
.woocommerce-button.button.pay:before {
    font-family:'simple-line-icons';
    content: '\e025';
}
a.woocommerce-button.button, .my_account_orders .button {
    margin: 0 !important;

}

.woocommerce-checkout form.checkout {
    display: flex !important;
}
.woocommerce-checkout #order_review {
    float: none !important;
    width: auto !important;
}

span.woocommerce-Price-amount.amount {
    color:#000;
    font-weight: 600;
    display: block;
}