/*!
Theme Name: OstrichLandStore theme
Theme URI: https://ostrichlandstore.com
Author: OlMalex
Author URI: https://olmalex.com.com
Template: agriculture-farm-lite
Description: Lightweight theme to make OstrichLand Store!
Version: 1.0.0
*/

@import url("../popularfx/style.css");

/* Global - link color */
a, a:hover, a:focus, a:active, a:visited {
    color: #36a832;
}
/* Global - button color & background color */
.button, .button:hover, .button:visited, .button:active {
    background-color: #36a832;
    color: #FFFFFF;	
}
button {
    background-color: #36a832;
    color: #FFFFFF;		
}
/* Global - stars review */
.woocommerce .star-rating {
	width: 6em;
}
/* Global - order now button on home and related */
ul.products {
    text-align:center;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
/* Global - color of review stars */
.star-rating span:before,
.star-rating::before,
p.stars a:hover:after, 
p.stars a:after {
    color: #a59a00 !important;
    letter-spacing: 2px;
}
a.woocommerce-review-link {
	margin-left: 15px;
}
/* Contact us page - submit button */
div.pagelayer-contact-submit-holder button.pagelayer-contact-submit-btn.pagelayer-btn-holder {
    background-color: #36a832;
    color: #FFFFFF;		
}
/* Submit review on single product page */
.woocommerce p.stars a {
	color: #a59a00;
}
/* Price on single product page  */
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 1.25em;
	font-weight: 600;
}
/* SKU on single product page */
.woocommerce div.product .product_meta .sku_wrapper {
	display: block;	
}
.woocommerce div.product .product_meta .sku_wrapper .sku {
    color: #000000;
    font-size: 1em;
	font-weight: 600;
}
/* Product category on single product page */
.woocommerce div.product .product_meta .posted_in {
    display: block;		
}
.woocommerce div.product .product_meta .posted_in a {
    color: #36a832;
    font-size: 1em;
	font-weight: 600;	
}
/* Product tags on single product page */
.woocommerce div.product .product_meta .tagged_as {
    display: block;	
}
.woocommerce div.product .product_meta .tagged_as a {
    color: #36a832;
    font-size: 1em;
	font-weight: 600;	
}
/* Images slider on single product page */
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding-right: 20px;
}
.ols-thumbs div.woocommerce-product-gallery__image {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 3%;
	float: left;
}
.woocommerce-error {
    border-top-color: red;
}
.woocommerce-error::before {
    color: red;
}
/* Hide tab Additional Information on single product page */
.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab {
	display: none;
}
/* Out of stock on single product opage */
.woocommerce div.product .out-of-stock {
    color: red;
	font-weight: 600;	
}
/* Price note on single product page */
.price-note {
    color: #000000;
	font-family: PT Sans;
    font-size: 12px;
    font-style: Normal;
    font-weight: 300;
    font-variant: Normal;
    text-decoration-line: None;
    text-decoration-style: Solid;
}
/* "Add to cart" button on single product page */
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #36a832;
    color: #ffffff;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    color: #ffffff;
    background-color: #36a832;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    color: #ffffff;
    background-color: #36a832;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #36a832;
    color: #ffffff;
}
/* Question section on single product page */
div#questions_div{
    background: #eee;
    font-family: PT Sans;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 1em;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
}
/* Product warning section on single product page */
div#product_warning1{
    background: #eee;
    font-family: PT Sans;
    font-size: 1.2em;
	font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1em;
    max-width: 100%;
    overflow: auto;
    //padding: 1em;
}
div#product_warning2{
    background: #eee;
    font-family: PT Sans;
    font-size: 1.2em;
	font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1em;
    max-width: 100%;
    overflow: auto;
    //padding: 1em;
}
/* "Add to cart" button on archives (e.g. shop, category page) */
.woocommerce .product .add_to_cart_button.button {
    background-color: #36a832;
    color: #FFFFFF;
}
.woocommerce .product .add_to_cart_button.button:hover {
    background-color: #36a832;
	color: #ffffff;
}
.woocommerce .product .add_to_cart_button.button:visited {
    background-color: #36a832;
	color: #ffffff;
}
.woocommerce .product .single_add_to_cart_button.button {
    background-color: #36a832;
    color: #FFFFFF;
}
.woocommerce .product .single_add_to_cart_button.button:hover {
    background-color: #36a832;
	color: #ffffff;
}
.woocommerce .product .single_add_to_cart_button.button:visited {
    background-color: #36a832;
	color: #ffffff;
}
.woocommerce .product .wc-backward.button {
    background-color: #36a832;
    color: #FFFFFF;
}

/* "Beadcrumbs" on single product page */
.woocommerce .woocommerce-breadcrumb {
    margin: 1em;
}
/* Single product page layout */ 
.woocommerce div.product {
	margin: 1em;
}
/* Add to cart popup */
.xoo-qv-plink, .xoo-qv-plink a, .xoo-qv-plink a:active, .xoo-qv-plink a:visited, .xoo-qv-plink a:hover {
    background-color: #36a832;
	color: #ffffff;
}
.xoo-cp-btns a, 
.xoo-cp-btns a:visited, 
.xoo-cp-btns a:hover,
.xoo-cp-btns a:active {
    color: #ffffff;
}
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover {
    background-color: #a59a00;
	color: #ffffff;	
}
.xoo-cp-pdetails td.xoo-cp-ptitle a {
    color: #000000;
	font-family: PT Sans;
    font-size: 21px;
    font-style: Normal;
    font-weight: 700;
    font-variant: Normal;
    text-decoration-line: None;
    text-decoration-style: Solid;
    line-height: 1.65em;
    text-transform: Capitalize;
    letter-spacing: 0px;
    word-spacing: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;	
}
td.xoo-cp-pprice {
    color: #000000;
	font-family: PT Sans;
    font-size: 21px;
    font-style: Normal;
    font-weight: 700;
    font-variant: Normal;
    text-decoration-line: None;
    text-decoration-style: Solid;
    line-height: 1.65em;
    text-transform: Capitalize;
    letter-spacing: 0px;
    word-spacing: 0px;
    -webkit-transition: all .4s;
    transition: all .4s
}
/* Home page - product shortcode */
div.pagelayer-shortcodes-container .woocommerce ul.products li img {
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
div.pagelayer-shortcodes-container .woocommerce ul.products li img:hover {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
/* Cart page - hide paypal button */
.wcppec-checkout-buttons {
    display: none;
}
/* Cart page - hide shipping destination */
.woocommerce table.shop_table p.woocommerce-shipping-destination {
    display: none;
}
	 
/*  Checkout page */
.woocommerce table.shop_table td .product-name {
	color: #a59a00;
}
/* Related Products - number to show */
.related.products ul.products li.product {
    width: 22%;
    float: left;
    margin-right: 4%;
}
/*  Related Products - title */
/*.woocommerce ul.products li.product .woocommerce-loop-category__title,*/ 
.woocommerce ul.products li div.woo-height img {
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.woocommerce ul.products li:hover {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title  {
    color: #000000;
	font-size: 1.2em;
	text-align: center;
}
/*  Related Products - price */
.woocommerce ul.products li.product .price {
    color: #000000;
    font-weight: 600;
    margin-bottom: .5em;
	margin-top: .5em;
	text-align: center;
}
/*  Related Products - star review */
.woocommerce .products .star-rating {
    margin: 1em 0 .5em;
	display: inline-block;
}
/*  Online store category on single product page*/
.pagelayer-posts-container .pagelayer-wposts-title {
    color: #000000 !important;
    text-align: center;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: PT Sans;
    font-size: 21px !important;
    font-style: Normal !important;
    font-weight: 700 !important;
    font-variant: Normal !important;
    text-decoration-line: None !important;
    text-decoration-style: Solid !important;
    line-height: 1.65em !important;
    text-transform: Capitalize !important;
    letter-spacing: 0px !important;
    word-spacing: 0px !important;
    -webkit-transition: all .4s !important;
    transition: all .4s !important;	
}
.pagelayer-posts-container .pagelayer-wposts-author,
.pagelayer-posts-container .pagelayer-wposts-date,
.pagelayer-posts-container .pagelayer-wposts-sep {
	display: none;
}
/* Estimated delivery date on Products Page */
.pi-edd-loop {
	display: none;
	background: #ffffff;
	color: #000000;
}
/* Estimated delivery date on single Product Page */
.pi-edd-product {
	background: #ffffff;
	color: #000000;
	display: none;
}
/*  Testimonials on Home page */
.easy_testimonial .grey-merit_style .user-area img {
    border: 4px solid #a59a00;
}
.easy_testimonial .grey-merit_style .rate-area-2 {
    background: #a59a00;
}
.easy_testimonial .grey-merit_style .main-content-2 {
    border: 2px solid #a59a00;
}
/*  Waiting list popup */
.xoo-wl-sidebar {
    background-image: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.ostrichlandstore.com/wp-content/plugins/waitlist-woocommerce/assets/images/popup-sidebar.jpg);
    min-width: 0%;
}
/*button.xoo-wl-action-btn {
    background-color: #36a832;
    color: #fff;
}*/