.cart_items_icon {
    background-color: #4E5B31;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
    position: absolute;
    top: -18px;
    right: -5px;
}

body.woocommerce #primary {
    background-color: #ffffff;
}

h1.woocommerce-products-header__title {
    display: none;
}

h2.woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 300;
    color: #4E5B31;
}

li.type-product {
    text-align: center;
}

span.price {
    color: #B1501F !important;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
}

span.price ins {
    text-decoration: none;
}

span.price del {
    color: #493728 !important;
}

/**  
 *  Shop Home 
 *
**/
/* Hide Search Results Text */
p.woocommerce-result-count {
    display: none;
}

ul.products {
    margin: 1em 3em;
}

header.woocommerce-products-header {
    margin: 1em 3em;
}

/* Hide add to cart on product listing */
a.button.ajax_add_to_cart,
a.button.product_type_variable.add_to_cart_button {
    display: block;
}

/* Sale Items */
span.onsale {
    background-color: #B1501F;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

ul.products span.onsale {
    position: absolute;
    top: 10px;
    right: 10px;
}

div.type-product {
    position: relative;
}

div.type-product span.onsale {
    position: absolute;
    left: 10px;
    top: 10px;
}

#yith-quick-view-content div.type-product span.onsale {
    position: relative;
    display: block;
    width: 75px;
    text-align: center;
    margin-bottom: -40px;
}

/* Form Styling */
select.orderby {
    outline: none;
    border: 0px;
    font-size: 16px;
    color: #493728;
    background-color: none;
    text-transform: uppercase;
}

/** 
 *
 * Individual Product Page
 *
**/
.woocommerce-breadcrumb {
    color: #493728;
    margin: 0px auto 30px auto;
    padding: 10px 3em;
    max-width: 1100px;
}

header.woocommerce-products-header {
    max-width: 1000px;
    margin: 0 auto;
}

div.term-description {
    font-family: "Slabo 27px", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2em;
}

div.term-description p {
    line-height: 1.5em;
}

h1.product_title {
    font-size: 48px;
    font-weight: 100;
    color: #4E5B31;
}

.single-product .woocommerce-Price-amount {
    font-size: 1.5em;
}

.woocommerce-Price-amount {
    color: #B1501F;
}

del .woocommerce-Price-amount {
    color: #493728;
}

div.summary.entry-summary > p > span {
    font-size: 24px;
    color: #493728;
}

single-product .accordion-container {
    float: right;
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: right !important;
    float: right !important;
}

/* Hide unneeded items */
.sku_wrapper,
.posted_in,
form.cart label,
.woocommerce-tabs[role=tablist] {
    display: none;
}

.select-qty,
.woocommerce button {
    display: inline-block;
}

.woocommerce button {
    background-color: #B1501F;
    color: #fff;
    padding: 15px 25px;
    border-radius: 0;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 100;
}

/* Related Products */
section.related h2 {
    color: #493728;
    text-align: center;
    font-weight: 400;
}

section.related ul.products {
    text-align: center;
}

/* WooCommerce General */
.woocommerce-message {
    z-index: 10000;
    position: relative;
}

/* Remove bullets from shortcode */
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    list-style: none;
}

/**
 *
 * Checkout 
 *
**/
p.woocommerce-notice.woocommerce-thankyou-order-received {
    font-weight: 100;
    font-size: 38px;
    color: #4E5B31;
    line-height: 1.2em;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details {
    background-color: #fff;
}

ul.woocommerce-order-overview {
    padding-left: 0;
}

section.woocommerce-order-details {
    background-color: #fff;
}

section.checkout-page-section .container {
    position: relative;
}

body.page-template-tp-checkout section.woocommerce-order-details {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    font-size: 16px;
}

section.woocommerce-order-details th,
section.woocommerce-order-details td {
    border-bottom: 1px solid #ccc;
}

section.woocommerce-order-details thead th,
section.woocommerce-order-details thead td {
    border-bottom: none;
}

h2.woocommerce-order-details__title {
    color: #4E5B31;
    text-transform: uppercase;
    font-size: 16px;
}

section.woocommerce-order-details tfoot tr:last-of-type span.woocommerce-Price-amount.amount {
    font-weight: 100;
    font-size: 30px;
    color: #4E5B31;
}

a.ced_my_account_reorder {
    display: none;
}

@media screen and (max-width: 800px) {
    section.woocommerce-order-details {
        position: relative !important;
    }
    .woocommerce-order {
       padding-bottom: unset !important;
    }




}
.processing .blockOverlay {
    background-image: url("assets/images/loading.gif") !important;
    background-position: center 30% !important;
    background-repeat: no-repeat !important;
}
.continue-shopping{
    clear: both;  
}
a.continue-shopping:link, a.continue-shopping:active, a.continue-shopping:visited {
    background-color: #B1501F;
    color: #fff;
    padding: 15px 25px;
    width: 250px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
