@charset "utf-8";
/* CSS Document */

body{
	overflow-x: hidden;
	
}
.container-1{
	margin: 0px;
	padding: 0px;
	
}
.navbar{
	position: fixed;
	
}
.navbar-brand{
	margin-left: 9px;
   padding-right: 150px;
}
.nav-item{
	margin-right: 60px;
}
.nav-link{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#D3C9C9;
	
}
.active{
	color: white;
}
.nav-link:hover{
	color:#FFFFFF;
}
.collapse-icon{
	color: white;
	border: 0.5px solid white;
	padding:2px 3px;
	border-radius: 4px;
}

.connect-icon{
	color: white;
	
}
.connect{
	
    margin-right: 50px;
	padding-top:5px;
}
.contact-right-margin{
	 margin-right: 100px;
	
}
.badge{
	font-size: 2px;
}
.autoslide{
	margin: 0px !important;
	padding: 0px !important;
}
.firstrowitems{
	margin: 0px;
	padding:0px;
	background-color: #F5F0F0;
}
.itemsmargin{
	padding-top:40px;
}
.storetitle{
		 font-family: 'Roboto', sans-serif;
         text-align: center;
	     color:#171616;
	     margin-bottom: 50px;
}
.item-title{
	font-family: 'Roboto', sans-serif;
	text-align: center;
    color:#171616;
}
.item-content{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: 550;
	color:#171616;
}
.item-price{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: 600;
	color:#171616;
	margin-top: 18px;
	margin-bottom: 15px;
}
.item{
background-color: white;
transition: box-shadow 0.5s;
}
.item:hover{
	 -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
	cursor: pointer;
}
.buyitem{
	color:#171616;
	
	padding: 5px 8px;
	border: 1px solid #171616;
	margin-left:42%;
	margin-bottom: 30px;
}

.buyitem:hover{
	color: white;
	text-decoration: none;
	background-color: #171616;
}

#row2item1{
	margin-top: 7%;
}
.row2itemtitle,.row2itemsubtitle{
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.item2shodow{
	transition: box-shadow 0.5s;
}
.item2shodow:hover{
	-webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
.items3{
	margin:0px !important;
	padding: 0px !important;
}
.items3title{
	font-family: 'Roboto', sans-serif;
	text-align: center;
}
.changeitem4{
		margin:0px !important;
	padding: 0px !important;
	transition: box-shadow 0.5s;
}
.changeitem4:hover{
		-webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
	cursor: pointer;
}
.items3price{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: 600;
	
}
.items3buy{
	color:#171616;
	padding: 5px 8px;
	border: 1px solid #171616;
	margin-left:42%;
	margin-bottom: 30px;
}
.items3buy:hover{
	background-color: #171616;
	color:white;
	text-decoration: none;
	
}
.service{
	transition: box-shadow 0.5s;
}
.service:hover{
-webkit-box-shadow: 0px 1px 19px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 19px -1px rgba(0,0,0,0.75);
box-shadow: 0px 1px 19px -1px rgba(0,0,0,0.75);
	cursor: pointer;
}

.footer{
	background-color: #f2f2f2;
		margin-top: 30px;
}
.footer ul{
	list-style: none;
	color: #848080;

}
.footer ul li a{
	text-decoration: none;
	color:#6C6969;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}
.type{
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#1D1C1C;
	margin-top: 40px;
}
.footer ul li a:hover{
	color:#1D1C1C;
}
.subscribeinput{
	background-color: transparent;
	border: none;
	border-bottom: 0.5px solid #686767;
}
.sendbutton{
	padding: 5px;
	background-color: #45A7EF;
	color: white;
	text-decoration: none;
	border-radius: 5px;

}
.social{
	border-bottom: 0.5px solid #1F1F1F;
	padding-bottom: 10px;
	padding-top: 15px;
}
.aboutcomapny{
	
	
	font-size: 12px;
	list-style: none;
}
.aboutcomapny li{
	float: left;
	margin-right: 40px;

}
.aboutcomapny li a{
	font-weight: bold;
	color: #1D1C1C;
	text-decoration: none;
	
}
.socialicons{
	font-size:22px;
	color:#1D1C1C;
	margin-right: 20px;
}
.socialicons:hover{
	cursor: pointer;
}
.rights{
	text-align: center;
    font-size:12px;
	color:#1D1C1C;
	
}
