/*
// ********************************************************************
// SIGN DESIGNER STYLES - FOR ALL PAGES
// ********************************************************************    
*/


/* --------------------------------------------------------------------
    PRODUCT LINE DATA - MESSAGES
-------------------------------------------------------------------- */
.ls-product-line-data-dump-message.warning-message {
    font-weight: bold;
    color: orange;
}
.ls-product-line-data-dump-message.error-message {
    font-weight: bold;
    color: red;
}


/* --------------------------------------------------------------------
    WOOCOMMERCE PRODUCTS
-------------------------------------------------------------------- */
.ls_product_long_description {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    border-top: solid 1px #ddd;
    padding-bottom: 15px;
}


/* --------------------------------------------------------------------
    WOOCOMMERCE - SINGLE PRODUCT BREADCRUMBS
-------------------------------------------------------------------- */

.ls-single-product-breadcrumbs {
    margin-bottom: 15px;
}


/* --------------------------------------------------------------------
    WOOCOMMERCE FORM FIELDS
-------------------------------------------------------------------- */

select, .select2-container .select2-selection--single {
    background-position-y: center;
}


/* --------------------------------------------------------------------
    WOOCOMMERCE CART & CHECKOUT
-------------------------------------------------------------------- */
.woocommerce-page.woocommerce-checkout form #order_review td.product-name, 
.woocommerce.woocommerce-checkout form #order_review td.product-name {
    flex-direction: column;
    width: 75%;
}
.woocommerce-page.woocommerce-checkout .cart_item .product-total {
    width: 25%;
}
.woocommerce-page.woocommerce-checkout .cart_item dl dd, 
.woocommerce-page.woocommerce-checkout .cart_item dl dd p
{
    font-weight: bold;
}

.theme-astra .wc-block-components-product-metadata__description {
    display: none;
}

.theme-astra .wc-block-components-totals-coupon .wc-block-components-panel__button {
    padding-top: 10px!important;
}


/* --------------------------------------------------------------------
    WOOCOMMERCE MY ACCOUNT ICON
-------------------------------------------------------------------- */

.woo_my_account_icon_menu_list_item {
    display: -ms-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 5px;
    cursor: pointer;
}
.my-account-contents {
    display: -ms-flexbox;
    display: flex;
    /*flex-flow: column nowrap;*/
    justify-content: center;
    align-items: center;
}

.my-account-contents:before {
    padding-right: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f007"!important;
    font-size: 22px;
    /*color: #fff;*/
}

.my-account-contents:hover {
    text-decoration: none;
    color: #bd2e2b;
}
.my-account-contents:hover:before {
    color: #bd2e2b;
}



/* --------------------------------------------------------------------
    WOOCOMMERCE CART ICON 
-------------------------------------------------------------------- */

.woo_cart_icon_menu_list_item {
    display: -ms-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 5px 15px 20px;
    cursor: pointer;
}
.cart-contents {
    display: -ms-flexbox;
    display: flex;
    /*flex-flow: column nowrap;*/
    justify-content: center;
    align-items: center;
}

.cart-contents:before {
    padding-right: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f07a"!important;
    font-size: 22px;
    /*color: #fff;*/
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents:hover:before {
    color: #bd2e2b;
}

.cart-contents-count {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;

    padding: 2px;
    background: #fff;
    border-radius: 50%;
    font-size: 17px;
    color: #000;
}            



body.ls-sign-designer-product .price {
    display: none;
}