 /*
 Theme Name: oceana
 WooCommerce styles override
 */ 
.woocommerce-cart .edit_price_in_cart_text.edit_in_cart_text {
    display: none!important;
}

p.woocommerce-special {
	text-align: center!important; 
	margin: 2em auto; 
	line-height: 1.3;
    font-weight: 500;
    color: #000;
}

p.woocommerce-special:last-of-type {
    margin-bottom: 3em;
}

.woocommerce .summary.entry-summary {
    text-align: left;
}

.woocommerce .product_meta {
    display: none;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center; 
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    background-image: url(/wp-content/uploads/header-gift-card.jpg);
    width: 205px;
    opacity: 1!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    height: 150px;
} /* overrides issue with broken lightbox because of salvatorre.min */ 

.woocommerce div.product div.summary {
    width: auto;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    border: 1px solid #8b734d;
    background: #8b734d;
    color: #fff;
    padding: 10px;
    font-weight: 300;
    border-radius: 0;
    font-size: 1em;
    -webkit-transition: all 300ms cubic-bezier(0.420, 0.500, 0.685, 0.370);
    -moz-transition: all 300ms cubic-bezier(0.420, 0.500, 0.685, 0.370);
    -o-transition: all 300ms cubic-bezier(0.420, 0.500, 0.685, 0.370);
    transition: all 300ms cubic-bezier(0.420, 0.500, 0.685, 0.370);
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.500, 0.685, 0.370);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.500, 0.685, 0.370);
    -o-transition-timing-function: cubic-bezier(0.420, 0.500, 0.685, 0.370);
    transition-timing-function: cubic-bezier(0.420, 0.500, 0.685, 0.370);
    text-transform: uppercase;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #8b734d;
    border-color: #8b734d;
    background: #fff;
}

.product .nyp {
    margin-bottom: 0;
}

.woocommerce div.product form.cart div.quantity:before {
    content: "Quantity:";
    font-weight: 600;
}

.woocommerce div.product form.cart div.quantity {
    margin-bottom: 1.625em;
    display: block;
    float: none;
}

.woocommerce .product .nyp label {
    font-weight: normal!important;
}

.woocommerce div.product form.cart div.quantity:before {
    font-weight: 400!important;
}

body.woocommerce-cart div#primary, 
body.woocommerce-checkout div#primary {
    margin-top: 100px;
}

@media screen and (max-width: 880px) {
	.woocommerce div.product {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column; 
	}
}