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

/*Woocommerce notice bar*/

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

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


/* Changes WooCommerce button*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 400 !important;
    border-radius: 0px !important;
    color: #ffffff !important;
    background-color: #2d2d2d!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: #39414A !important;
    color: #ffffff !important;
}

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

/* 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;
}

/* Customize color of WooCommerce store notice */

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

/* Customize WooCommerce Sales Badge*/

.woocommerce span.onsale {
    min-width: 3.636em;
    background-color: #056181;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 700px) {
.galleries-fee0edd0-d340-43d6-90ac-32aa0431da07 .slides-container--carousel, [data-galleries-fee0edd0-d340-43d6-90ac-32aa0431da07] .slides-container--carousel {
    height: 400px;
}}