/*
Theme Name: Gradient Business
Theme URI: https://www.gradientthemes.com/product/wordpress-shopping-cart-theme/
Template: best-shop
Author: gradientthemes
Author URI: https://gradientthemes.com/
Description: Gradient Business is a modern WordPress theme with a one click demo install. It comes with high quality and easy customizable features and a minimal design. The theme is a perfect fit for all kind of business such as Agency, Hotel, Storefront, Shop, food blogs, travel journals, personal blogs many more. Gradient Business is developed using custom bootstrap framework and a fully responsive design that always nicely render on all devices. You also get support for custom headers, WooCommerce product widgets, Post sliders, WooCommerce product search, two column layout, full-width layout, Google fonts and tons of easy customization options. Gradient Business is compatible with YITH WooCommerce Wishlist, YITH WooCommerce Compare, YITH WooCommerce Quick view, WooCommerce Variation Swatches and most of the popular plugins. The theme is SEO friendly, WPML and RTL ready. See documentation:-https://wordpress.gradientthemes.com
Tags: blog,one-column,two-columns,right-sidebar,left-sidebar,footer-widgets,custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready,full-width-template,rtl-language-support,theme-options,e-commerce
Version: 1.0.0
Requires PHP: 5.6
Tested up to: 5.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gradient-business
*/



.container .footer-newsletter-section .blossomthemes-email-newsletter-wrapper  {
    background:transparent;
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
}

section.newsletter-section .dt-newsletter-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    margin: 0;
    border-radius: 0px;
}

section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder span,
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper > form > label .text {
  color: var(--footer-text-color);
}

/*****************
* Custom widget  *
******************/

.custom_product_widget .woocommerce-ordering {
    display: none;
}

.custom_product_widget  .woocommerce-result-count {
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-top: 0.5em;
    font-style: italic;
}

.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li,
.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li a,
.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li span.page-numbers {
    line-height: 10px;
    height: 25px;
    width: 25px;
    border: initial;
    font-size: 14px;
}

.custom_product_widget .woocommerce a.added_to_cart {
    padding-top: .0em;
    padding-bottom: 10px;
}


/* Slow motion zoom container */
.custom_product_widget li,
.woocommerce ul.products li {
    transition: transform .9s;
}

/* The Transformation */
.custom_product_widget li:hover,
.woocommerce ul.products li:hover {
    -ms-transform: scale(1.04); /* IE 9 */
    -webkit-transform: scale(1.04); /* Safari 3-8 */
    transform: scale(1.04); 
}


.hover-area .yith-wcwl-wishlistexistsbrowse  {
    display: none;
}
