/**
Theme Name: Designer Plants 2019 Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: designer-plants-2019-child-theme
Template: astra
*/

@import url("style/media.css");
@import url("style/home-page.css");
@import url("style/header.css");
@import url("style/single-product.css");
@import url("style/checkout.css");
@import url("style/contact-page.css");
@import url("style/install-hedges.css");
@import url("style/blog-page.css");
@import url("style/products.css");
@import url("style/calculator.css");
@import url("style/gallery.css");
@import url("style/cart/checkout.css");


@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

textarea {
    resize: none!important;
}

a:focus{
    outline: none;
}

input:focus{
    outline: none;
}

/*Wholesale*/

#wwlc-registration-form input[type=email],
#wwlc-registration-form input[type=number],
#wwlc-registration-form input[type=password],
#wwlc-registration-form input[type=reset],
#wwlc-registration-form input[type=search],
#wwlc-registration-form input[type=tel],
#wwlc-registration-form input[type=text],
#wwlc-registration-form input[type=url],
#wwlc-registration-form select,
#wwlc-registration-form textarea {
    color: #666;
    padding: .75em;
    height: auto;
    width: 100%;
}

.woocommerce span.onsale {
    z-index: 1!important;
}

/*Sonetel chat*/

#SonetelWidget {
    bottom: 30px !important;
    right: 100px !important;
}

/*scroll to top*/
#ast-scroll-top {
    box-shadow: 0 -7px 19px 0px rgba(136,122,230,0.7) !important;
}

/*Artificial Plants Categories*/

.product-category  .cat-item-list{
    text-align: center;
}

.product-category  .cat-item-list a{
    font-size: 19px;
}

/*Search*/
.autocomplete-no-suggestion{
    color: black;
}

.ysm-search-widget-1 .search-field::placeholder {
    font-size: 16px;
}

.ysm-search-widget .search-field[type=search] {
    font-size: 16px;
}

/*General Styles*/

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="tel"]{
    font-size: 16px!important;
}

a#log-in, a#lost-password {
    color: #FFFFFF;
    margin: 5px 10px 0 10px!important;
    display: block;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: 1;
    display: inline-block;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
    line-height: 25px!important;
}


@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, textarea:focus, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{
        font-size: 16px!important;
    }
}
.wholesale_customer.woocommerce ul.products li.product .price,
.wholesale_customer.woocommerce-page ul.products li.product .price{
    line-height: 1.2em!important;
    min-height: 3.6em;
}
@media screen and (max-width: 1024px){
    .wholesale_customer.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
        min-height: 4em;
    }
}

body.single-product .yith-wfbt-section.woocommerce h3 {
    font-family: "Roboto", Oswald;
    font-weight: 600;
    color: #3a3a3a;
    font-size: 30px;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 20px 0 50px 0;
}
body.single-product .yith-wfbt-submit-block input.yith-wfbt-submit-button.button {
    font-size: 20px !important;
    margin: 20px 0 0 0 !important;
    font-family: "Open Sans", Oswald;
    text-transform: capitalize;
    line-height: 1em;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 25px 10px 25px;
    color: #ffa500;
    background-color: #ffffff;
    border-color: #ffa500;
    transition: all 0.5s;
}
body.single-product .yith-wfbt-submit-block input.yith-wfbt-submit-button.button:hover {
    color: #fcfcfc;
    background-color: rgba(255,165,0,0.65);
    border-color: #ffa500;
}