body{
	background-color: rgba(242,242,242,1.0);
}
.header_logo a {
	padding:10px 0px 0px 0px ;
}
.menu_style1 .navbar .navbar-collapse > ul > li > a{
	    padding: 20px 15px;
}
.cart-icon{
	max-width:50px;
}
.header-social ul li{
	background-color: white;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
        padding: 4px;
    margin: 0 auto;
}
.header_list li:last-child{
    padding: 4px;
}
.header-social ul li a{
	margin: 0 auto;
	text-align: center;
	color: #054871;
	padding: 0px;
}
.header-social ul li a i{
    margin: 0 auto;
    padding: 0px;
}
.header-social li:before{
	width: 0px;
	height: 0px;
}
.footer-social{
	margin:15px 0px 0px 0px;
}
.footer-social ul li{
	background-color: white;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	text-align: center;
        padding: 4px;
    margin: 0 auto;
}
.header_list li:last-child{
    padding: 4px;
}
.footer-social ul li a{
	margin: 0 auto;
	text-align: center;
	color: #5ccff5;
	padding: 0px;
}
.footer-social ul li a i{
    margin: 0 auto;
    padding: 0px;
}
.footer-social li:before{
	width: 0px;
	height: 0px;
}
.footer-social ul li a{
	font-size: 30px;
	color: #5ccff5;

}
.footer-social.social_dark ul li a{
	color: #5ccff5;
}

.header-top{
	background-color: #054871;
}
.search_div{
	padding: 10px;

}
.search_div {
	position: relative;
	padding: 0px;
}
.search_div input{
	border-radius: 25px;	
    padding: 15px;
    height: 40px;
}
.search_div .btn{
	border-radius: 25px;	
	padding: 5px;
	font-size: 15px;
	width: 40px;
	position: absolute;
	top: 0px;
	right: -50px;
	height: 40px;
	background-color: #054871;
	border-color: #054871;
}

/* product box */
.products-style-4 .product-info{
	padding: 0px;	
}
.product-box{
	border: 1px solid white !important;
	border-radius: 30px;
	background-color: white;
	padding: 20px;
}
.product-box .product-img {
	
}
.product-box .product-img img{
	/*border:1px solid #054871;*/
	border-radius: 0px;
	
}
.common-cart-info .cart-name{
	margin: 5px 0px 10px 0;
}
.product-box .product-info .cart-name{
	height: 75px;
	width: 100%;
}
.product-box .product-info a.add_to_cart{
	height: auto;
	width: auto;
	padding: 10px;
	border-radius: 10px;
	background-color: #054871;
	color: white;

}

.product-box .product-info a.add_to_wishlist{
	height: auto;
	width: auto;
	padding: 10px;
	border-radius: 10px;
	background-color: #5ccff5;
	color: white;

}
.product-info{
	padding-bottom: 0px !important;
}

.department-box{
	border: 1px solid white !important;
	border-radius: 10px;
	background-color: white;
	padding: 5px;
}
.department-img img{
	border-radius: 10px;

}
.department-info{
	padding-bottom: 0px !important;
	font-size: 20px;
	font-weight: 900;
}

.footer-btm{
	background-color: #054871;
}
.subscribe-input input{
	border: solid 1px rgba(242,242,242,1.0) !important;
	border-radius: 10px !important;
    height: 48px !important;
}
.subscribe_btn{
    position: absolute;
    right: 16px;
    background: transparent;
    border: 0px;
    height: 48px;

}
.fb-title{
	color: white;
}

