/*
 Theme Name:   PPwix Child Theme For Sprint
 Theme URI:    https://sprint.ancorathemes.com/
 Description:  A Child Theme for Sprint by Ancora
 Author:       PPwix Website Services
 Author URI:   https://ppwix.com/
 Template:     sprint
 Version:      1.0.0
 Tested up to: 6.6
 Requires at least: 5.0
 Requires PHP: 7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  sprint
*/


/* =Theme customization starts here
------------------------------------------------------------ */

body.body_style_wide:not(.expand_content) [class*="content_wrap"] > .content, body.body_style_boxed:not(.expand_content) [class*="content_wrap"] > .content{
    width:100% !important;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
	max-height:400px;
	width:auto;
	margin:auto;
}

/* WooCommerce*/
div.wc-block-cart__submit-container a{
    background-color:#ff0000 !important;
}

/* MAKE ALL SLIDES VISIBLE so translation works */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(n+2){
    margin-left:100px !important;
}
/* Affiliate Plugin*/
.ppwix-aff-dash .button,
.ppwix-aff-dash .button-primary {
    padding: 4px 10px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    height: auto !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

.ppwix-aff-dash .button-primary {
    background-color: #c8102e !important; /* deep red */
    border-color: #a30e26 !important;
    color: #fff !important;
}

.ppwix-aff-dash .button-primary:hover {
    background-color: #a30e26 !important;
    border-color: #7d0b1e !important;
}

.ppwix-aff-dash .button {
    background-color: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    color: #111 !important;
}