/*Image for type menu item*/
li._8e484060-f2e6-404f-8496-371fc88d234b.pp-menu-item--custom-text.pp-menu-item, li._057b0c6a-afcd-4f63-bab3-8eabadc8d660.pp-menu-item--custom-text.pp-menu-item {
     content: url(https://thestylingreserve.com/wp-content/uploads/2020/09/untitled-4444.jpg);
     max-height: 200px;
     max-width: 250px;
     padding-top: 20px;
}

/*Image for color menu item*/
li._304a8dca-d65a-478a-9fe6-76764fd43d5c.pp-menu-item--custom-text.pp-menu-item, li._582df5f2-f8e4-412e-a6ea-adc8a9008f18.pp-menu-item--custom-text.pp-menu-item{
     content: url(https://thestylingreserve.com/wp-content/uploads/2020/09/Ringboxes-4351.jpg);
     max-height: 200px;
     max-width: 250px;
     padding-top: 20px;
}

/*Image for Material item*/
li._fe35aa65-eda2-48c4-9813-084d53c322b2.pp-menu-item--custom-text.pp-menu-item, li._8e1fb2f6-4f31-4a92-bdd8-31722474bd35.pp-menu-item--custom-text.pp-menu-item {
     content: url(https://thestylingreserve.com/wp-content/uploads/2020/09/The-Styling-Reserve-0510.jpg);
     max-height: 200px;
     max-width: 250px;
     padding-top: 20px;
}

/* Image for shape item*/
li._47724c9a-7ff9-499a-ad9e-89e2b75ee049.pp-menu-item--custom-text.pp-menu-item, li._e8380102-7535-4e33-b210-7947a51b0d61.pp-menu-item--custom-text.pp-menu-item{
     content: url(https://thestylingreserve.com/wp-content/uploads/2020/09/Ringboxes-4351.jpg);
     max-height: 200px;
     max-width: 250px;
     padding-top: 20px;
}


/* Changes WooCommerce icon colos*/
.woocommerce-info::before {
    color: #CCA9A3;
}
.woocommerce-message::before {
    color: #CCA9A3;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: #f9f8f7;
}

/* Changes the WooCommerce banner message banners*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: #CCA9A3;
    border-top: 3px solid #CCA9A3;
}


/* Changes WooCommerce button*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400 !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding:  10px 30px;
    background-color: #f3f0eb !important;
    font-size: 13px !important;
    color: #333333 !important;
}

/* Changes WooCommerce button on hover*/
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #CCA9A3 !important;
    color: #ffffff !important;
}

/* Changes WooCommerce price color */
.woocommerce ul.products li.product .price {
    color: #b59d99;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #A46E65;
}

/* Increase size of WooCommerce product title */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 1.5em;
    color: #5e5e5e;
    text-transform: none;
    letter-spacing: 0em;
}

/* Customize color of WooCommerce store notice */

.woocommerce-store-notice {
background-color: #f9f8f7;
}

/* Customize WooCommerce Sales Badge*/

.woocommerce span.onsale {
    min-width: 3.636em;
    background-color: #CCA9A3;
   z-index: 1;
}
