/*====================================================

PROGRES THEMES

WooCommerce Styles

Version 1.0

======================================================

TABLE OF CONTENTS

1. My Account

2. Dashboard

3. Orders

4. Downloads

5. License

6. Shop

7. Product

8. Cart

9. Checkout

10. Responsive

======================================================*/

/*======================================
WOOCOMMERCE
MY ACCOUNT
======================================*/

.woocommerce-MyAccount-navigation{

    float:left;

    width:280px;

}

.woocommerce-MyAccount-navigation ul{

    margin:0;

    padding:12px;

    list-style:none;

    background:#fff;

    border-radius:20px;

    box-shadow:0 12px 40px rgba(0,0,0,.05);

}

.woocommerce-MyAccount-navigation li{

    margin:0;

}

.woocommerce-MyAccount-navigation a{

    display:flex;

    align-items:center;

    padding:16px 18px;

    border-radius:14px;

    color:var(--dark);

    font-weight:600;

    transition:.3s ease;

}

.woocommerce-MyAccount-navigation a:hover{

    background:#F3F8FF;

    color:var(--primary);

}

.woocommerce-MyAccount-navigation .is-active a{

    background:var(--primary);

    color:#fff;

}

.woocommerce-MyAccount-content{

    float:right;

    width:calc(100% - 330px);

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 12px 40px rgba(0,0,0,.05);

}

.woocommerce::after{

    content:"";

    display:block;

    clear:both;

}

.woocommerce-MyAccount-content p{

    font-size:18px;

    line-height:1.8;

    color:var(--text);

}

.woocommerce-MyAccount-content strong{

    color:var(--dark);

}

.woocommerce-MyAccount-content a{

    color:var(--primary);

    font-weight:600;

}

/*======================================
BUTTON
======================================*/

.progres-product-card .button{

    display:flex !important;

    align-items:center !important;

    justify-content:center !important;

    width:100%;

    height:48px;

    padding:0 !important;

    margin-top:18px;

    border:none;

    border-radius:14px;

    background:var(--primary);

    color:#fff !important;

    font-size:15px;

    font-weight:700;

    line-height:1 !important;

    text-align:center;

    text-decoration:none;

}

/*======================================
SHOP BUTTON STATES
======================================*/

.progres-product-card .button,
.progres-product-card .button:visited,
.progres-product-card .button:focus,
.progres-product-card .button:hover,
.progres-product-card .button.loading,
.progres-product-card .button.added{

    background:var(--primary) !important;

    color:#fff !important;

}

/*======================================
SINGLE PRODUCT BUTTON
======================================*/

.single-product .single_add_to_cart_button{

    width:100%;

    margin-top:20px;

}

/*======================================
PRODUCT META
======================================*/

.product_meta{

    margin-top:28px;

    padding:20px 24px;

    border:1px solid var(--border);

    border-radius:16px;

    background:#fff;

}

.product_meta > span{

    display:block;

    padding:10px 0;

    border-bottom:1px solid var(--border);

    color:var(--text);

    font-size:15px;

}

.product_meta > span:last-child{

    border-bottom:none;

}

.product_meta strong,
.product_meta .sku{

    color:var(--dark);

    font-weight:600;

}

.product_meta a{

    color:var(--primary);

}

.product_meta a:hover{

    color:var(--primary-dark);

}

.product_meta::before{

    content:"Informasi Produk";

    display:block;

    margin-bottom:14px;

    font-size:18px;

    font-weight:700;

    color:var(--dark);

}

/*======================================
SHOP BUY BUTTON
======================================*/

.progres-product-card .button{

    display:flex;

    align-items:center;

    justify-content:center;

    width:100%;

    height:48px;

    padding:0;

    margin-top:18px;

    border-radius:14px;

    font-size:15px;

    font-weight:700;

    text-align:center;

    background:var(--primary);

    color:#fff;

    transition:all .30s ease;

}

.progres-product-card .button:hover{

    background:var(--primary-dark);

    color:#fff;

    transform:translateY(-2px);

    box-shadow:0 12px 28px rgba(11,94,215,.25);

}

/*======================================
PRODUCT PRICE
======================================*/

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.progres-product-price{

    font-size:18px;

    font-weight:700;

    line-height:1.4;

}

/*======================================
OLD PRICE
======================================*/

.price del{

    color:#9CA3AF;

    opacity:1;

    font-size:15px;

    font-weight:500;

    margin-right:8px;

    text-decoration-thickness:2px;

}

/*======================================
SALE PRICE
======================================*/

.price ins{

    background:none;

    text-decoration:none;

}

.price ins bdi{

    color:var(--primary);

    font-size:24px;

    font-weight:700;

}