/*
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront
Template: storefront
Author: WooThemes
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.2.5.1507842

*/

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
* {
 font-family: 'Open Sans', sans-serif;
}

#masthead{
	padding-top:0;
}

#masthead .sp-header-row:first-child{
    background: black;
	width: 300%;
    margin-left: -100%;
    padding: 0 100%;
}

#masthead .sp-header-row:last-child{
    padding: 10px 0;
}

.secondary-navigation ul.menu a{
	color:white;
}

.secondary-navigation ul.menu ul{
	background-color:black;
}

.secondary-navigation .menu{
	font-size:12px
}

.secondary-navigation ul.menu ul li a{
     color: white;
}

.site-search .widget_product_search form:before{
	top: 10px;
}

#woocommerce-product-search-field-0 {
    background-color: #fff;
    color: #43454b;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 100px;
    margin-top: 4px;
}

#site-navigation > button.menu-toggle, #site-navigation > .menu{
	display:none;
}


.storefront-handheld-footer-bar ul li.home > a:before {
	content: "\f015";
}

/*Footer*/
footer li {
	font-size:14px
}

footer .shop-social li i {
    width: 30px;
    height: 30px;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    background: #414040;
}

ul.list-inline li{ 
	display:inline-block;
}


footer .widget .widget-title{
	font-size: 16px;
	margin-bottom:0;
	color: #ddd;
	font-weight: 400;
}

footer .widget_nav_menu ul li{
	padding-left: 0;
	margin-bottom: 3px;
}

footer .widget_nav_menu ul li:before{
	content:'';
}

.site-footer
{
	padding: 0;
}

footer .site-info{
	display:none;
}


.new_credit {
    padding: 15px 0;
    border-top: none;
    background: #191919;
}

.newsletter_row{
    padding: 20px 0 15px;
    background: #e51b24;
}

.newsletter_row h3{
	color: white;
	margin-bottom:0;
}

.newsletter_row input{
	background-color: transparent !important;
    border: 1px solid white;
    color: white !important;
    padding: 0.3em;
    margin-right: -6px;
}

.newsletter_row input::-webkit-input-placeholder{
	color: white;
}
.newsletter_row input::-moz-placeholder{
	color: white;
}
.newsletter_row input::-ms-input-placeholder{
	color: white;
}

.newsletter_row button{
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 0.3em 0.5em;
}

.new_credit .footer-widgets, .newsletter_row .footer-widgets{
	padding-top: 0;
}

.new_credit p{
	margin-bottom: 0;
}

.new_credit .sponsors-icons{
	margin-bottom: 0;
}

.new_credit .sponsors-icons i {
    color: #fff;
    font-size: 40px;
}

.new_credit p{
 	font-size: 14px;
	line-height: 40px;
}
.new_credit a {
    color: #e51b24;
}

.new_credit a:hover{
	border-bottom: 1px solid;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {

}

section.front__slider{
	margin-bottom: 50px;
}

.storefront-product-section{
	text-align:center;
}

/*
.storefront-product-section h2.section-title, .woo_section_title{
	text-transform:uppercase;
	position:relative;
	display:inline-block;
	padding: 0 15px;
}

.storefront-product-section .section-title:before, .woo_section_title:before {
	right: 100%;
}

.storefront-product-section .section-title:after, .woo_section_title:after{
	left:100%;
}


.storefront-product-section .section-title:before, .storefront-product-section .section-title:after, .woo_section_title:before, .woo_section_title:after  {
	width: 250px;
    top: 15px;
    height: 6px;
    position: absolute;
    border-width: 1px;
    border-color: #bbb;
    border-top-style: solid;
    border-bottom-style: solid;
    content: ' ';
}
*/

.storefront-product-section, .home.page-template-template-homepage #main>.hentry {
    border-bottom: solid 5px #f3f3f3;
    margin-bottom: 3.6rem;
}

.page-template-template-homepage .entry-content{
	text-align:left;
}

.storefront-product-section .section-title, .single-product div.product .related.products>h2:first-child, .woo_section_title {
    position: relative;
    text-align: left;
    display: inline-block;
    font-weight: 500;
    background: #fbd685;
    padding: 0 65px 0 17px;
    font-size: 1.1em;
    height: 48px;
    line-height: 48px;
    color: #222;
    text-shadow: 0 1px 1px rgba(255,255,255,.5);
    margin-bottom: 32px;
    white-space: nowrap;
    clear: both;
}

.storefront-product-section .section-title:after, .single-product div.product .related.products>h2:first-child:after, .woo_section_title:after {
    transform-origin: center left;
    display: block;
    position: absolute;
    content: "\020";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 48px 0 0;
    border-color: transparent #fcfcfc #fcfcfc;
    top: 0;
    right: 0;
}

body.product-template-default 
  #primary {
    float: none;
	width: 100%;
}

body.product-template-default 
  #secondary{
 display:none;
}

.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header{
	max-width:100%;
}

.page-template-template-homepage .entry-header{
	display:none;
}

.pwb-brands-cols-outer div p{
	display:none;
}

.page-template-template-homepage .type-page{
	padding-top:0;
	padding-bottom:0;
}
.pwb-pagination-wrapper{
	display:none;
}

.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3{
	padding-top: 5px;
	padding-bottom: 5px;
}

.list-unstyled.address-list li div{
	display: inline-block; 
	vertical-align: top;
}
.products li{
	
	padding-bottom: 30px;
}
.products img {
	
	width: 300px;
	height: 300px;
}

.products .woocommerce-LoopProduct-link {
	height: 280px;
}

.wooc_sclist {
	list-style-type: none;
}

.wooc_sclist li{
	display: inline;
}

.row{
	display:block;
}

.col-md-6{
	display:block;
	width: 50%;
	float:left;
	padding-left:15px;
	padding-right:15px;
}

.col-md-6:first-child{
	padding-left:0
}

.col-md-6:last-child{
	padding-right:0;
}

.single-product div.product .woocommerce-product-gallery {
	width: 100% !important;
	float:none;
}
.single-product div.product .summary{
	width: 100%;
	float:none;
}

.single-product-add-to-cart{
	margin-top:30px;
}



.pwb-brand-shortcode{
	margin-bottom:20px;
}

.wooc_sclist li + li::before{

	content: " | "; }

.ProductTableHead { font-weight: bold; }

.woocommerce .ui-accordion .ui-accordion-header { display: none; }
.woocommerce .ui-accordion ul { list-style-type: none; margin-left:3em;}
.woocommerce .ui-accordion ul a {color: #96588a;}
.woocommerce .ui-accordion ul a{position:relative;}
.woocommerce .ui-accordion ul a::before {content: "\f016";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    color: #96588a;;
    padding-right: 0.5em;
    position: absolute;
    left: -1.5em;}
.woocommerce .ui-accordion ul li {padding-bottom:1em; }

.woocommerce .ui-widget-content { border: none; }

.credit-icon{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}
.credit-icon:first-child{
	margin-left:0;
}
.credit-icon:last-child{
	margin-right:0;
}

.single-product div.product .wpgs.wpgs--with-images.images{
	float:none;
}

/*Home page categories*/
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top:0;
}

.home ul.products li.product.product-category img{
	background: white;
    width: 100%;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    background-color: white;
    padding: 3%;
}

.home .site-main ul.products.columns-3 li.product{
	border: 3px solid #fec833;
    border-radius: 10%;
    background: #fec833;
    padding: 2px 2px 8px;
        padding-bottom: 60px;
}

.home .site-main ul.products.columns-3 li.product.first{
	border: 3px solid #23bdb9;
	 background: #23bdb9;
}

.home .site-main ul.products.columns-3 li.product.last{
	border: 3px solid #c4cf52;
	 background: #c4cf52;
}

.home .site-main ul.products.columns-3  li.product:last-child {
    float: none !important;
    margin: auto !important;
	border: 3px solid #53c4f3;
    background: #53c4f3;
}

.home ul.products{
	margin-bottom:30px;
}

.home .wooc_sclist{
	min-height:25px;
}

.storefront-product-section:last-child, .home.page-template-template-homepage #main>.hentry:last-child {
    border: 0;
    margin-bottom: 0;
}

.home .wooc_sclist a {
    color: black;
}

.home .wooc_sclist a:hover{
	color: #96588a;
}

.home ul.products li.product h2.woocommerce-loop-category__title {
    color: black;
    font-weight: 800;
}

@media (min-width: 768px){
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    	width: auto;
	}
}


@media (min-width: 768px) {
	.col-full {
	   	max-width: 73em;
	}
	.sp-header-active .sp-header-span-8 {
	    width: 76% !important;
		margin-right: 0 !important;
	}

	.sp-header-row:last-child .sp-header-last {
	    margin-right: 0;
	    width: 6%;
	 }

	.site-header-cart .widget_shopping_cart {
		min-width: 300px;
	}

	.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
	    left: -200px;
	}

	.site-header-cart .cart-contents{
	 padding: 0.8em 0;
	}

	.site-header-cart .cart-contents .amount{
		display:none;
	}


	.site-header-cart .cart-contents:after {
		content: "\f07a";
	}

	.secondary-navigation .menu {
		 float:left;
	}

	.main-navigation ul.menu>li:first-child, .main-navigation ul.nav-menu>li:first-child {
	    margin-left: 0em;
	}

	.new_credit .footer-widgets.col-2 .block.footer-widget-1{
		width: 70%;
		margin-right:0;
	}

	.new_credit .footer-widgets.col-2 .block.footer-widget-2{
		width: 30%;
	}

	.footer-widgets {
	    border-bottom: 0px solid rgba(0,0,0,.05);
	}
	
	.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
       	margin-top: 5px;
	}
}


@media (max-width: 992px){ 

	.cmm-container.toggled-on .cmm.cmm-theme-ada2{
		box-shadow: 0 1px 5px rgba(0, 0, 0, 	0.46);
	}
	.cmm-container .cmm.cmm-theme-ada2{
	    margin-top: 10px;
	}

	.storefront-handheld-footer-bar {
	    display: block !important;
	}

	.sp-header-row:last-child .sp-header-last{
		display:none;
	}

	.cmm-toggle-wrapper .cmm-toggle{
		float:right;
	}

	#menu-main-menu a:hover{
		border:none;
		color: #e51b24;
	}

	#masthead .sp-header-row:first-child{
	 display:none;
	}

	.new_credit {
		margin-bottom:50px;
	}

	.new_credit .sponsors-icons{
	 margin-left:-0;
	}
}


@media (min-width:  768px) and (max-width: 992px){ 
	.cmm-container .cmm.cmm-theme-ada2{
		width: 80%;
	} 

	.cmm-container .cmm.cmm-theme-ada2 .vc_row .wpb_column {
	    width: 50%;
	}
}


@media(max-width: 768px){

	.storefront-product-section h2.section-title, .woo_section_title{
		font-size: 1.6em;
	}

	.newsletter_row .block{
		text-align:center;
	}
	.newsletter_row .block .input-group{
		margin-top:10px;
		float:none;
	}

	footer .block{
		text-align:center;
	}

	.footer-logo{
		margin: 20px auto 10px;
	}


	.new_credit p{
		line-height: 1.3;
		text-align:center;
	}

	.new_credit .sponsors-icons{
		float:none;
		text-align: center;
		margin: 10px auto;
	}

	.credit-row{ text-align:center; margin:auto;}

	 .col-md-6{
		width: 100%;
		float:left;
	 }
	
	.home .woocommerce.columns-3 {
		max-width: 310px;
		margin: auto;
	}
}

.storefront-sorting {
	margin: 40px 10px;
}