/*
Theme Name: Fashion loudge Child Theme
Description: This is child theme of Fashion Loudge
Author: wpprocare
Author URI: http://wpprocare.com
Template: wpp-fashion-loudge
Version: 1.0
*/
@import url("../wpp-fashion-loudge/style.css");

/** Header **/
header#masthead.site-header .site-navigation .navbar .site-title{
	margin-right: 24px;
}
header.site-header .site-navigation .navbar .site-title img{
	height: 26px;
	margin-top: 17px;
}
/** Home **/
.home.page .block-breadcrumb{
	display: none;
}
.block-heading .container .heading-right .banner-1 .before{
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}
.block-heading  .heading-right .banner-1 a.lg{
	text-align: left;
}
.block-heading .heading-right .banner-1 .grid-sm .col-sm-4:first-child{
	border: 0;
}
.block-carousel .container .item-header .line img,
.woocommerce div.products div.product .line img, 
.woocommerce ul.products div.product .line img{
	display: none;
}
/** Footer **/
body footer .copyright a .fa{
    background: #3d3d3d;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 30px;
    margin: 0 7px;
    padding: 8px 0;
    text-align: center;
    vertical-align: top;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.8;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
body footer .copyright a .fa:hover{
	opacity: 1;
}
body footer .copyright p img{
	height: auto;
	max-width: 205px;
}
/** Page **/
.spacer-margin{
	margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.no-margin-top{
	margin-top: 0;
}
.block-breadcrumb .social-icons{
	display: none;
}
body .container .sidebar aside.widget .widget-title{
	background: none;
}
body .container .sidebar aside.widget .widget-title:after{
    content: "";
    display: block;
    height: 1px;
    background: #da402d;
    width: 107px;
    margin: 0 auto;
    position: relative;
    top: 16px;
    clear: both;
}
/** Sidebar **/
body .sidebar aside.widget.widget_nav_menu li.menu-item{
	padding: 8px 0;
    border-bottom: 1px dotted #CCC;
}
/** Single Product **/
.single-product.woocommerce #content .product div.summary .product_title.entry-title{
	font-size: 28px;
	margin-bottom: 10px;
}
.single-sku-product{
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.single-sku-product .sku_wrapper{
    font-size: 19px;
}
.single-product.woocommerce #content .product div.summary .price span.amount{
    font-size: 28px;
}
.single-product.woocommerce #content .product div.summary h3{
    font-size: 23px;
    margin-top: 25px;
}
.single-product.woocommerce #content .product div.summary ul li{
    margin-bottom: 5px;
}
body.single-product.woocommerce #content .product div.summary.entry-summary form.cart{
	margin-top: 1.5em;
	max-width: 100%;
	width: 100%;
}
body.single-product.woocommerce #content .product div.summary.entry-summary form.cart .quantity{
    max-width: 65px;
}
body.single-product.woocommerce #content .product div.summary form.cart .label label{
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
    vertical-align: middle;
}
body.single-product.woocommerce #content .product div.summary form.cart select{
	height: 32px;
	margin-bottom: 8px;
}
/** Upsell **/
.woocommerce div.products.upsells{
	overflow: hidden;
	padding-top: 3em;
}
.woocommerce div.products.upsells h2{
	margin-bottom: 20px;
}
.woocommerce div.products.upsells .products{

}
.woocommerce div.products.upsells .products div.product{
    margin: 0 2.53% 2.992em 0;
    width: 23.1%;
}
.woocommerce div.products.upsells .products div.product.last{
	margin-right: 0;
}
/** Single Product - Wholesale **/
body.wholesale_customer.single-product.woocommerce #content .product div.summary .price span{
	font-size: 28px;
}
body.wholesale_customer.single-product.woocommerce #wholesale_form #matrix_form_table .price span{
	font-size: 16px;
	margin: auto;
}
body.wholesale_customer.single-product.woocommerce #wholesale_form #matrix_form_table .price span.wholesale_price_title{
	display: none;
}
.single-product.woocommerce #content #wholesale_form #matrix_form_table div.images{
	margin-bottom: 10px;
}
.single-product.woocommerce #content #wholesale_form #matrix_form_table div.summary{
	margin-top: 0 !important;
}
#matrix_form_table{
    border-bottom: 1px solid #C4C4C4;
}
#matrix_form_table tfoot tr td{
	border-right: 1px solid #C4C4C4;
}

/**** Responsive ****/
@media screen and (max-width: 1199px){
	/** Header **/
	header.site-header .site-navigation .navbar .site-title img{
		height: 22px;
		margin-top: 19px;
	}
	header#masthead.site-header .site-navigation .navbar .nav li a{
		padding: 21px 18px;
	}
}
@media screen and (max-width: 991px){
	/** Header **/
	header.site-header .site-navigation .navbar .site-title img{
		margin-top: 20px;
	}
	/** Single Product **/
	body.single-product.woocommerce #content .product div.summary.entry-summary form.cart button[type=submit]{
	    width: 54%;
	}
	body.single-product.woocommerce #content .product div.summary.entry-summary .yith-wcwl-add-to-wishlist{
	    max-width: 46px;
	}
	.woocommerce div.products.upsells .products div.product{
	    width: 31.64%;
        margin-right: 2.53% !important;
	}
	.woocommerce div.products.upsells .products div.product:nth-child(3n+3){
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 768px){
	/** Single Product **/
	.single-product.woocommerce #content .product div.summary{
		width: 100% !important;
		display: inline-block;
		margin: 40px 0 30px;
	}
	body.single-product.woocommerce #content .product div.summary.entry-summary .yith-wcwl-add-to-wishlist{
		max-width: 73px;
	}
	body.single-product.woocommerce #content .product div.summary.entry-summary form.cart{
		max-width: 480px;
	}
	.woocommerce div.products.upsells .products{
	    text-align: center
	}
	.woocommerce div.products.upsells .products div.product{
		clear: none !important;
		display: inline-block;
		margin-right: 2.53% !important;
		max-width: 255px;
		min-width: 216px;
		width: 36%;
		vertical-align: top;
	}
	.woocommerce div.products.upsells .products div.product:nth-child(3n+3){
	    margin-right: 2.53% !important;
	}
	.woocommerce div.products.upsells .products div.product:nth-child(2n+2){
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 767px){
	/** Shop **/
	.woocommerce div.products div.product .links-title, .woocommerce ul.products div.product .links-title{
		padding-bottom: 3em;
	}
}
@media screen and (max-width: 552px){
	/** Header **/
	header#masthead.site-header .site-navigation .navbar .site-title{
		margin-right: 5px;
	}
	header.site-header .site-navigation .navbar .site-title img{
		height: 18px;
		margin-top: 22px;
	}
	header#masthead.site-header .site-navigation .navbar .header-right .list-header-right li i.fa-shopping-cart{
		margin-right: 5px;
	}
}
@media screen and (max-width: 496px){
	/** Single Product **/
	.woocommerce div.products.upsells .products div.product{
		clear: both !important;
		margin-right: 0 !important;
		width: 255px;
	}
	.woocommerce div.products.upsells .products div.product:nth-child(3n+3){
	    margin-right: 0 !important;
	}
	.woocommerce div.products.upsells .products div.product:nth-child(2n+2){
	    margin-right: 0 !important;
	}
}
@media screen and (max-width: 380px){
	header.site-header .site-navigation .navbar .site-title img{
	    height: 16px;
	}
}
@media screen and (max-width: 320px){
	header.site-header .site-navigation .navbar .site-title img{
		height: 13px;
		margin-top: 24px;
	}
}

/** Header - WC 3.3.3 **/
header#masthead.site-header .site-navigation .navbar .nav li a{
	padding: 21px 6px;
	font-size: 14px;
}

.woocommerce .cart-collaterals div.products div.product, 
.woocommerce .cart-collaterals ul.products div.product{
    width: 48%;
}
.woocommerce .cart-collaterals div.products div.product:first-child, 
.woocommerce .cart-collaterals ul.products div.product:first-child{

}
.woocommerce .cart-collaterals div.products div.product:last-child, 
.woocommerce .cart-collaterals ul.products div.product:last-child{
    margin-left: 4%;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	header.site-header{
	    margin-bottom: 60px;
	}
	header#masthead.site-header .site-navigation .navbar .nav{
		margin-top: 0;
	}
	header.site-header .site-navigation:before{
		content: "";
		display: block;
		position: absolute;
		top: 62px;
		right: 0;
		left: 0;
		height: 2px;
		background: #3d3d3d;
	}
	header#masthead.site-header .site-navigation .navbar .nav li a{
	    border-top: 2px solid #3d3d3d;
	}
	header#masthead.site-header .site-navigation .navbar .nav li a:hover,
	header#masthead.site-header .site-navigation .navbar .nav li.active a{
		color: #d33e2c;
		border-top: 2px solid #000;
		border-bottom: 2px solid #da402d;
		border-left: 1px solid #363636;
		border-right: 1px solid #363636;
		background: #000;
	}
	header#masthead.site-header .site-navigation{
		background: #000;
		position: relative;
	}
	header#masthead.site-header .site-navigation .navbar .nav li a{
		padding: 21px 7px;
	}
}

@media screen and (max-width: 1199px){
	.form-wppp-select label[for="product-filter-show"]{
		display: none;
	}
}

@media screen and (max-width: 767px){
	.woocommerce .cart-collaterals div.products div.product:last-child, 
	.woocommerce .cart-collaterals ul.products div.product:last-child{
		margin-left: auto;
	}
	.woocommerce .cart-collaterals div.products div.product, 
	.woocommerce .cart-collaterals ul.products div.product{
	    width: 100%;
	}
}