/*
Theme Name: Aurum - Child Theme
Theme URI: https://laborator.co/themes/aurum/
Author: Laborator
Author URI: http://laborator.co/
Description: Use this theme if you want to extend features of Aurum theme or prevent overwriting the changes you make when new theme update is available.
Version: 1.0
Template: aurum
Text Domain: aurum
*/
body {
}
.woocommerce .summary form.cart .button:hover{background-color: #d0a276;color:#fff;}

.woocommerce .products .product .item-info .price, .woocommerce .products .product .item-info h3 {
    font-size: 14px;
    margin: 5px 0px 0px 0px;
}
.woocommerce .products .product .item-info span a {
    font-size: 13px;
    color: #444;
}
.woocommerce .products .product .item-info .price span, .woocommerce .products .product .item-info .woocs_price_code span {
    display: inline;
    font-weight: 600;
	font-size: 14px;
    letter-spacing: 0.07em;
}
.woocommerce .summary .price {
    padding-bottom: 0;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}
.woocommerce .summary .product_title {
    margin: 0 0 20px;
    font-size: 25px;
	font-weight: 600;
}
.woocommerce .onsale.oos {
    color: #fff;
    padding-top: 20px;
    font-size: 9px;
    background: #626262;
    line-height: 1.5;
    transform: rotate(-45deg);
}