/* Custom CSS
------------------------------------------------------------ */
/* Center product elements on shop pages */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align:center;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
  float:none;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
	color: #222;	
}


.woocommerce-loop-product__title {
	color: #222;
	font-weight: 500;
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: bold!important;
}

.woocommerce div.product span.price, 
.woocommerce div.product p.price {
	font-size: 28px!important;
    line-height: 31px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}

.woocommerce .quantity .qty {
	    margin-top: 4px;
}

/* tweak submenu styles */
.fl-builder-content .sub-menu > li > a, 
.fl-builder-content .sub-menu > li > .fl-has-submenu-container > a {
    padding: 6px;
    font-weight: 500;
    font-size: 14px;
}

.shiftnav-depth-1 a:hover {
	color:#e25926!important;
}

#hometestimonials li {
	list-style-type: none;
}


/* WooCommerce Checkout */
.woocommerce-checkout #payment div.payment_box {
	background-color: #dfdcde!important;
}

#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before {
	    border: none!important;
}

.woocommerce-checkout #payment div.payment_box:after{
	border: none!important;
}


.woocommerce-checkout #payment {
	background: #ebe9eb!important;
}
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid #d3ced2!important;
}

.woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none!important;
}


/*** Style accordians *****/
.pp-accordion-button-label {
	font-weight: bold;
}

.woocommerce-product-search .button {
    background-color: #e25926!important;
    border-width: 0;
    padding: 5px 15px 5px 15px;
    color: white;
    font-size: 14px;
}

/* Fix product archive spacing on tablet */
@media (max-width:1180px) and (min-width:992px) {
    .post-type-archive-product .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 210px!important;
    }
    .tax-product_cat .orderby {
    	margin-right: 170px!important;
    }
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 992px) {

}

@media only screen and (min-width: 768px) and (max-width: px) {

}

@media only screen and (min-width: 480px) and (max-width: 992px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {

}