/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


/*single product*/

.woocommerce .product .images {
	float: none;
    width: 100%;
    margin-right: 1.818181818181818%;
    margin-bottom: 20px;
	
}
.product span.single-onsale.onsale-outter {
    top: 200px;
}
@media only screen and ( max-width:600px){
	.product span.single-onsale.onsale-outter {
    top: 300px;
}
	
}
.single-product .container_inner.default_template_holder.clearfix {
    text-align: center;
}
.single-product span.woocommerce-Price-amount.amount{
	color: #282828 !important;
    font-size: 21px;
    line-height: 33px;
    font-style: normal;
    font-weight: 700;
}
.single-product .woocommerce-product-gallery img.wp-post-image {
    width: 400px!important;
}

@media only screen and (min-width: 1001px) and (max-width: 1319px){
	
	nav.main_menu>ul {
    left: -38%;
	}
	nav.main_menu > ul > li > a {
    padding: 0 8px!important;
	font-size: 13px!important;
}
	
}