/*
Theme Name: greenglowing
Author: 
Description: Your description goes here
Version: 1.0
Template: Newspaper

This is the child theme for Newspaper theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* slick slider */
html {
  scroll-behavior: smooth;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -30px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 14px;
    height: 14px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #E1E1E1;
    border-radius: 20px;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{

}
.slick-dots li button:before
{

}

.slick-dots li.slick-active button{
     background: #179941;
}


.mywoo-content .term-description, .mywoo-content .page-title, .woocommerce-ordering, .woocommerce-result-count { display:none !important; }

.wooCon h2, .wooCon h3{ font-weight:600; }
.wooCon li.product{ text-align:center; }
.brandDesc{ margin-top:55px; }

.brandHeader{ position:relative; margin-top:50px; margin-bottom:15px; display:block; min-height:80px; }
.brandImg{ position:absolute; top:0; left:24px; }
.brandImg img{ max-width:80px; border-radius:80px; box-shadow:0 4px 8px rgba(0,0,0,.16); }
.brandTitle{ padding-left:100px; position:relative; top:10px; }
.brandTitle h2{ margin-bottom:0; font-size:24px; line-height:34px; }
.brandShop{
        background: #179941;
    color: #fff;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
}
.brandlink{ text-decoration:underline; }
.brandLeft{min-height:80px !important;}
.brandRight{ text-align:right; }
.linkouter{ position:relative; right:8%; }
.woocommerce .product a.button:hover{ background-color:#179941 !important;}
.bapf_head{ display:none;}
.bapf_sfilter ul li{ display:inline-block; vertical-align:top;    border: 1px solid #DADADA;
    padding: 0px 15px !important;
    margin-right: 11px !important;
    font-size: 12px;
    border-radius: 15px; margin-bottom:10px !important;}
.bapf_sfilter ul li.checked{background: #179941;
    border-color: #179941;
    color: #fff;}
.bapf_sfilter ul li input{ display:none !important;}
.bapf_sfilter ul li:hover{border-color: #179941; color: #179941;}
.bapf_sfilter ul li.checked:hover{ color:#fff;}
.woocommerce-loop-product__title{margin-top:15px !important;}

@media only screen and (max-width:767px){
	.brandImg{left:0;}
	.brandLeft{ max-width:450px; display:block; margin:auto;}
	.brandRight{ text-align:center; margin-top:20px;}
	.linkouter{ right:0;}
	
}