body{
	padding-top: 80px;
}
/*header*/
.sticky .product-items .logo img{
	padding: 7px 111px;
}
header {
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}
.product-items .logo img{
	padding: 7px 80px;
}
.call-support {
	float: right;	
}
.mainmenu-area .container{
	padding: 0;
	width: 100%;
	background-color: #e7e7e7;
}
.mainmenu-area .noHome{
	box-shadow: 0px 1px 7px 0px #e7e7e7;
}
.mainmenu-area .noHome .logo a{
	box-shadow: 0px 1px 7px 0px #e7e7e7;
}
.mainmenu-area .row{
	margin: 0 auto;
	display: flex;
	width: 1145px;
	height: 80px;
}
.mainmenu-area .mainmenu{
	width: 35%;
}
.mainmenu-area .logo{
	width: 30%;
	background-color: #fff;
}
.mainmenu ul{
	display: flex;
}
.mainmenu ul li{
	width: 50%;
	text-align: center;
}

.mainmenu-area .col-md-9{
	padding: 0;
	background-color: #e5e5e5;
}
.mega-menu .last{
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* HOME - MAIN CATEGORY */
#main-categories{
	margin: 40px 0;
}
#main-categories .container{
	display: flex;
	justify-content: space-between;
}
#main-categories .main-category .name{
	background: #888;
	padding: 5px 0;
	text-align: center;
}
#main-categories .main-category .name a{
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
#main-categories .main-category .image img{
	width: 100%;
}
#main-categories .main-category .text{
	text-align: center;
	padding: 15px 0 0;
}
#main-categories .main-category .selection{
	font-weight: bold;
	text-transform: uppercase;
}
/*home-sell area*/
.sell-area{
	width: 1145px;
    margin: auto;
    display: flex;
    background-color: #fff;
    padding: 40px 0 0;
}
.sell-slider{
	border: 1px solid #e6e6e6;
}
.product-img a .primary-img{
	width: 100%;
	padding: 10px;	
}
.home2 .single-product .actions{
	width: 100%;
}
.home2 .single-product .actions .menu{
	display: flex;
	margin: 0 auto;
	background-color: #333333;
	width: 100px;
	opacity: 0.7;
}
.home2 .single-product .actions .item-price{
	width: 70%;
    margin: auto;
    border-right: 1px solid #fff;
    border-bottom: none;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}
.home2 .single-product .actions .item-cart{
	width: 30%;
}
.sell-area.home2 .single-product button.cart-btn{
	width: 100%;
}
.single-product:hover a{
	color: #4e8abe;
}
.single-product:hover img{
	opacity: 0.7;
}
.single-product .product-name{
	display: table;
    margin: 7px auto 5px;
}
/*home-after sell area*/
.news .title{
	border-bottom: 1px solid black; 
	margin-bottom: 15px;
}
/*page*/
.page-area{
	padding-top: 50px;
}
.blog-title{
	margin-bottom: 50px;
	color: #333;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
/*archive*/
.product-content .col-lg-4{
	min-height: 410px;
}
.message-no-product{
	font-size: 25px;
	font-weight: bold;
}
/*sidebar*/
.product-sidebar input{
	line-height: 30px;
	font-size: 16px;
}
.product-sidebar button{
	height: 34px;
	width: 34px;  
}
.product-sidebar a{
	font-size: 15px;
}
/*contact*/
.contact-area{
	padding-top: 50px;
}
.contact-info{
	margin-bottom: 10px
}
.contact-info a{
	color: #4e8abe;
}
.contact-info a:hover{
	text-decoration: underline;
}
.contact-details button{
	margin-top: 7px;
}
/*single-product*/
.Single-product-location{
	padding-top: 50px;
}
.single-product-details .gallery{
	display: flex;
	margin-top: 10px;
}
.single-product-details .variant .title{
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.single-product-details .variant .variant-title{
	font-weight: bold;
	padding-bottom: 10px;
}
.single-product-details .variant .attribute_table{
	padding-bottom: 20px;
}
.single-product-details .variant .attribute_table table{
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.single-product-details .variant .attribute_table table tr{
	border-bottom: 1px solid #ccc;
}
.single-product-details .variant .attribute_table table tr td{
	border-right: 1px solid #ccc;
	padding: 5px;
}
.accessories{
	margin-top: 30px;
}
.accessories .title{
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.accessories .subtitle{
	font-weight: bold;
	padding-bottom: 10px;
}
.accessories table{
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.accessories table tr{
	border-bottom: 1px solid #ccc;
}
.accessories table tr td{
	border-right: 1px solid #ccc;
	padding: 5px;
}

/*footer*/
.footer-area {
	background-color: #282828;
}
.footer-area .row{
	display: flex;
	-webkit-flex-wrap: wrap;
}
.footer-logo{
	width: 15%;
	background-color: #fff;
}
.footer-desc {
	width: 60%;
	padding-left: 15px;
}
.footer-s3 {
	width: 25%;
	margin-top: auto;
	margin-right: 0;
	padding-right: 10px;
}
.footer-s3 img{
	padding-bottom: 3px;
}