body{
	font-family: "Roboto",Helvetica,Arial,sans-sarif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #f0f0f0;
}
a {
    color:#ec942c;
    text-decoration: none !important;
}
.container{
	width: 100%;
}
/* top bar style start */
#top{
	background-color:#143e92;
	padding: 0px 0;
	    height: 50px;
    border-radius: 10px;
}
#top .offer{
	color: #fff;
}
#top .offer .btn{
	text-transform: uppercase;
}
@media(max-width: 991px){
	#top .offer{
		margin-bottom: 10px;
	}
}
@media(max-width: 991px){
	#top{
		font-size: 12px;
		text-align: center;
	}
}
#top a{
	color: #fff;
}
#top ul.menu{
	
	margin: 0;
	text-align: right;
	font-size: 12px;
	list-style: none;
}

@media(max-width: 991px){
	#top ul.menu{
		text-align: center;
	}
}
#top ul.menu{
	text-align: right;
}
#top ul.menu > li{
	display: inline-block;
}
#top ul.menu > li a{
	color: #eeeeee;
}
#top ul.menu > li + li:before{
	content: "|\00a0";
	padding: 0 5px;
	color: #f7f7f7;
}
/*top bar style end */

.navbar{
	background:#1F305E;
	position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border-radius: 5px;

}
.navbar-collapse .right{
	float: right;
}


.navbar-brand{
	float: left;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus{
	text-decoration: none;
}
.navbar ul.nav > li > a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.padding-nav{
	padding-top: 25px;
}
@media (min-width: 768px){
.navbar-left {
    float: right !important;
}
}
.navbar ul.nav > li >a:hover{
	background: #e7e7e7;
}
.btn-warning{
	background-color: #ff0000;
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px;
}
#search .navbar-form{
	float: right;
}
#search{
	clear: both;
	border-top: solid 1px #9adacd;
	text-align: right;
}
#search .navbar-form .input-group{
	display: table;
}
#search .navbar-form .input-group .form-control{
	width: 100%;
}

/* Slider*/
#slider{
	margin-bottom: 25px;
	margin-top: -20px;
}

/*Advantage style*/
.box{
	background: #fff;
	margin: 0 0 30px;
	border:solid 1px #e6e6e6;
	padding: 20px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
#advantage{
	text-align: center;
}
#advantage .box .icon{
	position: absolute;
	font-size: 120px;
	width: 100%;
	text-align: center;
	top: -20px;
	left: 0;
	height: 100%;
	float: left;
	color: #eeeeee;
	transition: all 0.2s ease-out;
	z-index: 1;
	box-sizing: border-box;
}
#advantage .box h3{
	position: relative;
	margin: 0 0 20px;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 2
}
#advantage .box h3:hover{
	text-decoration: none;
}
#advantage .box p{
	position: relative;
	color: #555555;
	z-index: 2;
}
/*hot box*/
#hot h2{
	text-transform: uppercase;
	font-size: 36px;
	color: #ec942c;
	font-weight: 100;
	text-align: center;
}
/*hot end*/

/*Product style start*/

.single{
	width: 282px;
}
@media(max-width: 768){
	.single{
		width: 60%;
		margin: 0 auto;
	}
}
#content .product{
	background: #fff;
	text-align: -webkit-center;
	border: solid 1px #e6e6e6;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#content .product img{
	width: auto;
	height:250px;
}
#content .product .text p .price{
	font-size: 18px;
	text-align: center;
	font-weight: 300;
}
#content .product .text .buttons{
	clear: both;
	text-align: center;
}
#content .product .text h3{
	text-align: center;
	font-size: 20px;
}
#content .product .text h3 a{
	color: rgb(85,85,85);
}
#content .product .text{
	padding: 10px 10px 0px;
	height:100px;
}
#content .product .text .buttons .btn{
	margin-bottom: 10px;
}
#content .product .text .price{
	text-align: center;
}

/*Product Category*/
#content .panel .sidebar-menu{
	box-sizing: border-box;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
#content .panel .sidebar-menu ul.nav.category-menu{
	margin-bottom: 20px;
}
#content .panel.sidebar-menu ul.nav.category-menu li a{
	text-transform: uppercase;
	font-weight: bold;
}
#content .panel.sidebar-menu h3{
	padding: 5px 0;
	margin: 0;
}


/* Breadcrumb Section */
.breadcrumb{
	padding: 8px 15px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 0;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
.breadcrumb > li + li:before{
	content:">\00a0";
	color: #cccccc;
}
@media (max-width: 991px){
	.breadcrumb{
		padding: 8px 0;
		text-align: center;
	}
}


/* Shop Product Style */
@media (max-width: 768px){
	.single{
		width: 70%;
		margin: auto;
	}
}
@media (max-width: 550px){
	.single{
		width: 95%;
		margin: 0 auto;
	}
}
@media (max-width: 768px){
	.single .img-responsive{
		width: 70%;
		margin: auto;
	}
}
@media (max-width: 550px){
	.single .img-responsive{
		width: 95%;
		margin: 0 auto;
	}
}


/* Details Page Style */
#content #productmain{
	margin-bottom: 30px;
}
#content #productmain .price{
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin-top: 40px;
}
#content #mainimage{
	box-shadow: 0 1px 5px rgba(0,0,0,0.7);
}

#content .thumb a{
	display: block;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	border: solid 2px transparent;
	margin-bottom: 30px;
}
#content .headline{
	height: 350px;
}

#content #order-summary table{
	margin-top: 20px;
}
#content #order-summary table td{
	color: #999999;
}
#content #order-summary table tr .total td,
#content #order-summary table tr .total th{
	font-size: 18px;
	color: #555555;
	font-weight: 700;
}

/*cart Style */
#content #cart .table tbody tr td img{
	width: 50px;
}

#content #cart .table tbody tr td input{
	width: 40px;
	text-align: right;	
}
#content #cart .table tbody tr td{
	vertical-align: middle;
}
#content #cart .table tfoot{
	font-size: 18px;
}
.box .box-footer{
	background: #f7f7f7;
	margin: 30px,-20px -20px;
	padding: 20px;
	border-top: solid 1px #eeeeee;
}
.box .box-footer:before,
.box.box-footer:after{
	content: " ";
	display: table;
}
.box .box-footer:after{
	clear: both;
}
.box .box-header{
	background: #f7f7f7;
	margin:-20px -20px 20px;
	padding: 20px;
	border-bottom: solid 1px #eeeeee;
}



/*footer start*/
#footer{
	background: #e0e0e0;
	padding: 0px 0;
}
#footer ul{
	padding-left: 0;
	list-style: none;
}
#footer ul a{
	color: #999999;
	padding: 0 0;
}
#footer .social{
	text-align: left;
}
#footer .social a{
	margin: 0 10px 0 0;
	color: #fff;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	transform: all 0.25 ease-out;
	vertical-align: bottom;
	background-color: #555555;
}

/*Copyright Section Start */
.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color:black;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 10px 0px;
    overflow: hidden;
    }
.footer-company-name{
	text-align: center;
}



.box-footer .pull-left {
	margin-top: -20px;
}
.box-footer .pull-right {
	margin-top: -20px;
}

@media (min-width: 768px){

.box-footer hr {
display: none;
}
}


/* Style the Image Used to Trigger the Modal */
.myImg {
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    margin-top: 100px;
    right: 100px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
@media only screen and (max-width: 700px){
    .close {
    position: absolute;
    margin-top: -40px;
    right: 20px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
}