/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* WooCommerce */
.woocommerce ul.products li.product .price .amount {
    color: #000000 !important;
}

/*.WooCommerce - Product Archive */
ul.products li img {
	height: 180px;
	width: auto;
}

/* WooCommerce - Product Page */
.quantity .minus, .quantity .plus {
    border: none !important;
    color: #262b2e !important;
}

.quantity .qty {
    color: #262b2e !important;
}

.woocommerce div.product div.summary p.in-stock{
    display: none;
}


/* WooCommerce Product Page - Lists */
.woocommerce #tab-description ul {
    color: #1a1a1a;
    padding-left: 4%;
}
.woocommerce div.product div.woocommerce-product-details__short-description {
    color: #676b6d;
}

/* Menu sticky */
#site-header.sticky {
    background: rgba(255, 255, 255);
    z-index:100;
	border-bottom:1px solid #e8e8e8;
    margin:0 auto;
    width:100%;
    position:fixed;
    top:0;
    height: 100px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (min-width: 1080px) {
#site-header.sticky {
    max-width: 1440px;
    }
}
