/* Simex child v1.3.1 — woocommerce-ui.css */
/* =========================================================
   WooCommerce shared UI foundation
   Loaded only on My Account, Order Received, Cart and Checkout
   ========================================================= */


/* =========================================================
   GLOBAL
   ========================================================= */

body.woocommerce-account,
body.woocommerce-order-received,
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account #main,
body.woocommerce-order-received #main,
body.woocommerce-cart #main,
body.woocommerce-checkout #main {
    background: #f7f7f5;
}

body.woocommerce-account #main .content,
body.woocommerce-order-received #main .content,
body.woocommerce-cart #main .content,
body.woocommerce-checkout #main .content {
    padding-top: 76px;
    padding-bottom: 90px;
}

body.woocommerce-account .entry-content > .woocommerce,
body.woocommerce-account .entry-content > .woocommerce *,
body.woocommerce-order-received .entry-content > .woocommerce,
body.woocommerce-order-received .entry-content > .woocommerce *,
body.woocommerce-cart .entry-content > .woocommerce,
body.woocommerce-cart .entry-content > .woocommerce *,
body.woocommerce-checkout .entry-content > .woocommerce,
body.woocommerce-checkout .entry-content > .woocommerce * {
    box-sizing: border-box;
    box-shadow: none !important;
    border-radius: 0 !important;
}

body.woocommerce-account .entry-content-wrapper,
body.woocommerce-order-received .entry-content-wrapper,
body.woocommerce-cart .entry-content-wrapper,
body.woocommerce-checkout .entry-content-wrapper {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-account .entry-content,
body.woocommerce-order-received .entry-content,
body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content {
    overflow: visible;
}

body.woocommerce-account .woocommerce,
body.woocommerce-order-received .woocommerce,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
    margin-bottom: 0;
    color: #181818;
    font-size: 15px;
}

body.woocommerce-checkout .entry-content > .woocommerce {
    position: relative;
}


/* =========================================================
   LINKS
   ========================================================= */

body.woocommerce-account .woocommerce a,
body.woocommerce-order-received .woocommerce a,
body.woocommerce-cart .woocommerce a,
body.woocommerce-checkout .woocommerce a {
    color: #181818;
    font-weight: 700;
    text-decoration: none;
}

body.woocommerce-account .woocommerce a:hover,
body.woocommerce-order-received .woocommerce a:hover,
body.woocommerce-cart .woocommerce a:hover,
body.woocommerce-checkout .woocommerce a:hover {
    color: #000;
    opacity: .75;
}


/* =========================================================
   NOTICES
   ========================================================= */

body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-error {
    margin: 0 0 24px;
    padding: 16px 18px;
    border: 1px solid rgba(0,0,0,.10) !important;
    background: #fff !important;
    color: #242424;
    font-size: 14px;
    line-height: 1.6;
}

body.woocommerce-account .woocommerce-message:before,
body.woocommerce-account .woocommerce-info:before,
body.woocommerce-account .woocommerce-error:before,
body.woocommerce-cart .woocommerce-message:before,
body.woocommerce-cart .woocommerce-info:before,
body.woocommerce-cart .woocommerce-error:before,
body.woocommerce-checkout .woocommerce-message:before,
body.woocommerce-checkout .woocommerce-info:before,
body.woocommerce-checkout .woocommerce-error:before {
    display: none !important;
    content: none !important;
}

/* Only non-interactive success notices may be auto-hidden by JS. */
body.woocommerce-cart .woocommerce-message.kha-notice-is-hiding,
body.woocommerce-checkout .woocommerce-message.kha-notice-is-hiding {
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity .28s ease, transform .28s ease;
}


/* Checkout coupon/success notices stay in native WooCommerce position. */

/* Cart top notices stay above the cart layout. */
body.woocommerce-cart .entry-content > .woocommerce > .woocommerce-notices-wrapper,
body.woocommerce-cart .entry-content > .woocommerce > .woocommerce-message,
body.woocommerce-cart .entry-content > .woocommerce > .woocommerce-info,
body.woocommerce-cart .entry-content > .woocommerce > .woocommerce-error {
    width: 100%;
}

body.woocommerce-checkout .woocommerce > .woocommerce-message {
    display: block;
    width: 100%;
    margin: 0 0 24px !important;
    padding: 18px 22px !important;
    border: 1px solid rgba(49,95,67,.20) !important;
    background: #eef7f1 !important;
    color: #315f43 !important;
    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   BUTTONS
   ========================================================= */

body.woocommerce-account .woocommerce-button,
body.woocommerce-account .button,
body.woocommerce-account button.button,
body.woocommerce-account input.button,
body.woocommerce-cart .button,
body.woocommerce-cart button.button,
body.woocommerce-cart input.button,
body.woocommerce-cart .checkout-button,
body.woocommerce-checkout .button,
body.woocommerce-checkout button.button,
body.woocommerce-checkout input.button,
body.woocommerce-checkout #place_order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 13px 24px !important;
    border: 1px solid #181818 !important;
    background: #181818 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none !important;
    transition: background .18s ease, color .18s ease, opacity .18s ease;
}

body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account .button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account input.button:hover,
body.woocommerce-cart .button:hover,
body.woocommerce-cart button.button:hover,
body.woocommerce-cart input.button:hover,
body.woocommerce-cart .checkout-button:hover,
body.woocommerce-checkout .button:hover,
body.woocommerce-checkout button.button:hover,
body.woocommerce-checkout input.button:hover,
body.woocommerce-checkout #place_order:hover {
    background: #000 !important;
    color: #fff !important;
    opacity: 1;
}

body.woocommerce-cart button.button:disabled,
body.woocommerce-cart button.button:disabled[disabled] {
    border-color: #e5e5e5 !important;
    background: #e9e9e6 !important;
    color: #999 !important;
    cursor: not-allowed;
}


/* =========================================================
   INPUTS
   ========================================================= */

body.woocommerce-account input.input-text,
body.woocommerce-account textarea,
body.woocommerce-account select,
body.woocommerce-cart input.input-text,
body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-selection {
    min-height: 48px;
    border: 1px solid rgba(0,0,0,.13) !important;
    background: #fff !important;
    color: #181818 !important;
    font-size: 14px;
}

body.woocommerce-account input.input-text:focus,
body.woocommerce-account textarea:focus,
body.woocommerce-account select:focus,
body.woocommerce-cart input.input-text:focus,
body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout .select2-container--open .select2-selection {
    border-color: #181818 !important;
    outline: none !important;
}

body.woocommerce-checkout textarea {
    min-height: 160px;
    padding: 15px;
    resize: vertical;
}
