.content-wrap{
	/*margin-top:30px;*/
}

.cart-links a{
	font-size:11px;
	color:red;
}

.cart-links a:hover{
	font-weight:bold;
}

.shop-quantity{
/*
	width:65%;
*/
}

.add-to-cart{
	padding: 2px 5px;
	font-size: 12px;
}

.flash-updte-cart-msg p{
	color: #fff;
    background: #7c4607;
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
    width: 40%;
    text-align: center;
}

.added-to-cart-flash{
	background: transparent;
    height: 8%;
    width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    margin-top:45%;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; 
}

.added-to-cart-flash p{
	text-align: center;
    margin-top: 0;
    vertical-align: middle;
    align-self: center;
    z-index: 10;
    font-family: OpenSans;
    font-size: 14px;
    padding: 5px;
    letter-spacing: 2px;
    width: 50%;
    margin-left: 25%;
    /* border-radius: 4px; */
    box-shadow: 0px 1px 4px #333; 
}

@media (max-width: 991px){
	#header-wrap:not(.dark) #primary-menu > ul > li.current a{
		color:#fff !important;
	}
	
	.content-wrap{
/*
		margin-top:75px;
*/
	}
}


#item-single-content .add-to-cart{
	width:100%;
}

.widget-filter-links .widget-filter-reset {
    position: relative;
}

@media (max-width: 767px){
	.container {
		width: 100% !important;
/*
		margin:10px;
*/
	}
	
/*
	#header-wrap .container{
		width: 470px !important;
	}
*/
	
	
}

@media (max-width: 479px){
	#top-cart{
		display:block !important;
	}
}


