
* {
	margin: 0;
	padding: 0;
}

p {
	line-height: 1.7em;
}

ul {
	list-style-type: none;
}

a {
	text-decoration: none;
}

.fix {
	overflow: hidden;
}

.main_wrapper {
	width: 100%;
}

.wrapper {
	width: 1141px;
	display: block;
	margin: 0 auto;
}

/*------------------------------*/
/*------------------------------*/
.header_bg {
	background-color: #111111;
}
header {
	padding: 20px 0px;
}
header .logo {
	float: left;
	cursor: pointer;
}
header .profile {
	float: right;
}
header .profile p {
	color: white;
	font-family: Ubuntu;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	background: url(../img/helerik.png) no-repeat;
	padding-left: 40px;
}
header .profile p:hover {
	text-shadow: 0px 0px 3px white;
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.nav_wrapper {
	
}
nav {
	float: left;
}
nav ul li {
	float: left;
}
nav ul li a {
	display: block;
	padding: 18px 20px;
	color: #808080;
	font-family: Ubuntu;
	font-weight: regular;
	font-size: 20px;
}
nav ul li:first-child a {
	padding-left: 0px;
}
nav ul li a:hover {
	color: black;
}
.nav_wrapper .search_menu {
	float: right;
	padding: 12px 0px;
}
.nav_wrapper .search_menu input {
	margin-right: 10px;
	float: left;
	width: 150px;
	height: 35px;
	border: 1px solid #E5E5E5;
	border-radius: 7px;
	background: url(../img/search_left.png) no-repeat;
	padding-left: 30px;
}
.nav_wrapper .search_menu ul {
	float: left;
}
.nav_wrapper .search_menu ul li{
	float: left;
}
/*------------------------------------------*/
/*------------------------------------------*/
.location_wrapper {
	background: url(../img/background.png) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 90px 0px;
	position: relative;
}
.location_wrapper h1 {
	padding: 15px 0px;
	color: #ffffff;
	font-family: Ubuntu;
	font-weight: regular;
	font-size: 40px;
}
.location_wrapper input {
	width: 480px;
	height: 45px;
	border: none;
	border-radius: 7px;
	background: url(../img/search_map_icon.png) no-repeat;
	padding-left: 40px;
	background-color: white;
}
.location_wrapper input[type=submit] {
	background: url(../img/search_gps_icon.png) no-repeat;
	width: 45px;
	height: 45px;
	text-indent: -90000000px;
	margin-left: -50px;
	cursor: pointer;
}
.location_wrapper p {
	margin-top: 10px;
	color: #CECDCD;
	font-family: Ubuntu;
	font-weight: regular;
	font-size: 16px;
}
/*-------------------------------------*/
/*-------------------------------------*/
.category_color {
	background-color: #F5F5F5;
	padding: 35px 0px;
}
.category_wrapper {
	text-align: center;
	margin: 0 15%;
	padding: 20px 0px;
}
.category_wrapper ul {
}
.category_wrapper ul li {
	text-align: left;
	width: 195px;
	float: left;
	background-color: white;
	display: block;
	padding: 5px 15px;
	color: #6F6F6F;
	font-family: Ubuntu;
	font-weight: regular;
	font-size: 15px;
}
.category_wrapper ul li:first-child {
	border-radius: 6px 0px 0px 6px;
}
.category_wrapper ul li:last-child {
	border-radius: 0px 6px 6px 0px;
}
.category_wrapper ul li select {
	display: block;
	padding: 10px 0px;
	border: none;
	width: 190px;
	cursor: pointer;
	color: #D4D4D4;
	font-family: Ubuntu;
	font-weight: regular;
	font-size: 18px;
}
.category_wrapper ul li select.search_icon {
	background: url(../img/search_icon.png) no-repeat;
	padding-left: 25px;
}
.category_wrapper input[type=submit] {
	margin-top: 15px;
    padding: 10px;
    border: none;
    border-radius: 7px;
    background-color: #FCA313;
    color: white;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s all;
}
.category_wrapper input[type=submit]:hover {
	background-color: #d89528;
}
/*-----------------------------------------------*/
/*-----------------------------------------------*/
.product_color {
	background-color: #F5F5F5;
}
#product_wrapper {
	margin-bottom: 50px;
}
#product_wrapper .heading {
	border-bottom: 2px solid #C7C7C7;
	margin: 20px 0px;
	margin-bottom: 40px;
}
#product_wrapper .heading .pad {
	padding-right: 10px;
	margin-bottom: -10px;  
}
#product_wrapper .heading .pad h2 {
	float: left;
	background-color: #F5F5F5;
	padding-right: 20px;
	color: #111111;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: -8px;
}
#product_wrapper .heading .pad a {
	float: right;
	background-color: whitesmoke;
    margin-top: -19px;
    padding: 10px 12px;
    margin-right: -10px;
    color: #fca313;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 17px;
}
#product_wrapper .heading .pad a:hover {
	color: #e29312;
}
#product_wrapper .in_product_wrapper {
	width: 264px;
	background-color: white;
	float: left;
	margin-right: 28px;
}
#product_wrapper .no_margin {
	margin-right: 0px;
}
/*-----------------------------------------------------------------*/
#product_wrapper .in_product_wrapper .product {
	margin: 5px;
}
.in_product_wrapper .product img {
	cursor: pointer;
	opacity: 0.8;
	transition: 0.3s all;
}
.in_product_wrapper .product img:hover {
	opacity: 1;
}
.in_product_wrapper .product h2 {
	margin: 10px 0px;
	color: #222222;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 17px;
    height: 35px;
    cursor: pointer;
}
/*-----------------------------------------------------------------*/
.in_product_wrapper .product .sub_prof {
	border-bottom: 1px solid #D7D7D7;
}
.in_product_wrapper .product .sub_prof p {
	color: #fca313;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 14px;
    margin-bottom: 5px;
    float: left;
    cursor: pointer;
}
.in_product_wrapper .product .sub_prof p.p1 {
	background: url(../img/product-list-1/prof/p1.png) no-repeat;
	padding-left: 30px;
}
.in_product_wrapper .product .sub_prof p.p2 {
	background: url(../img/product-list-1/prof/p2.png) no-repeat;
	padding-left: 30px;
}
.in_product_wrapper .product .sub_prof p.p3 {
	background: url(../img/product-list-1/prof/p3.png) no-repeat;
	padding-left: 30px;
}
.in_product_wrapper .product .sub_prof p.p4 {
	background: url(../img/product-list-1/prof/p4.png) no-repeat;
	padding-left: 30px;
}
.in_product_wrapper .product .sub_prof img {
	float: right;
}
/*-----------------------------------------------------------------*/
.in_product_wrapper .product .price {
	margin: 5px 0px;
	padding: 10px 0px;
}
.in_product_wrapper .product .price h3 {
	float: left;
	color: #111111;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 18px;
}
.in_product_wrapper .product .price input[type=submit] {
	float: right;
	border: none;
    width: 54px;
    height: 26px;
    background-color: #FDB813;
    color: white;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s all;
}
.in_product_wrapper .product .price input[type=submit]:hover {
	background-color: #d09d24;
}
/*---------------------------------------------------------------*/
/*---------------------------------------------------------------*/
#footer_top {
	padding: 50px 0px;
}
#footer_top .single_footer_main {
	width: 290px;
	height: 145px;
	float: left;
	background: url(../img/footer_top_left.png) no-repeat;
	padding-left: 170px;
}
#footer_top .single_footer_main h2 {
	color: black;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0px;
}
#footer_top .single_footer_main p {
	color: black;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 14px;
    margin: 15px 0px;
}
#footer_top .single_footer_main a {
	color: orange;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 17px;
    margin: 15px 0px;
}
#footer_top .single_footer {
	width: 260px;
	float: right;
}
#footer_top .single_footer h2 {
	color: black;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0px;
}
#footer_top .single_footer ul li {
	margin: 15px 0px;
    font-family: Ubuntu;
    font-weight: regular;
    font-size: 15px;
}
#footer_top .single_footer ul li a {
	color: black;
}
/*-------------------------------------------*/
/*-------------------------------------------*/
.footer_color {
	background-color: #242424;
}
footer {
	padding: 40px 0px;
}
/*------------------------*/
footer .capt_logo {
	float: left;
	margin-right: 35px;
}
/*------------------------*/
footer .info {
	float: left;
	width: 600px;
	text-align: center;
	margin: 0px 60px;
}
footer .info p {
	font-family: Ubuntu;
    font-weight: regular;
    font-size: 15px;
    color: white;
}
/*------------------------*/
footer .social {
	float: right;
	margin-top: 15px;
}
footer .social ul li {
	float: left;
	margin-right: 10px;
}
footer .social ul li img {
	opacity: 0.8;
	transition: 0.3s all;
}
footer .social ul li img:hover {
	opacity: 1;
}