/*-----------------------------------------------------------------------------------

    Template Name: Victor Fashion
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: Hastech
    Author URI: http://bootexperts.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
	2  header
		2.1  header-top
		2.2  header-mid
		2.3  header-bottom
	3  banner-area	
	4  slide-show-area
	5  product-dell-area
	6  product-main-area
	7  brand-area
	8  newslatter-area
	9  banner-area
	10  footer
		10.1  footer-top
		10.2  footer-mid-area
		10.3  footer-bottom-area
	11 modal
	12 home-2
	13 home-3
	14 home-4
	15 shop
	16 	product-details
	17 	blog
	18 	blog-details
	19 contact
	20 login
	21 register
	22 about
	23  Cart
	24  Wishlist
	25  checkout
	26  404 page
		
		
		
-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
/* google-fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: 'Poppins', sans-serif;
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #ec4445;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}

/*.row.prod-row {*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -ms-flexbox;*/
/*display:         flex;*/
/*flex-wrap: wrap;*/
/*}*/
/*.row.prod-row  > [class*='col-'] {*/
/*display: flex;*/
/*flex-direction: column;*/
/*}*/
body {
	color:#777;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.mb-33{
	margin-bottom:33px;
}
.mb-30{
	margin-bottom:30px;
}
.mb-40{
	margin-bottom:40px;
}
.mb-50{
	margin-bottom:50px;
}
.mb-80{
	margin-bottom:80px;
}
.mt-10{
	margin-top:10px;
}
.mt-20{
	margin-top:20px;
}
.mt-25{
	margin-top:25px;
}
.mt-30{
	margin-top:30px;
}
.mt-20{
	margin-top:20px;
}
.mt-40{
	margin-top:40px;
}
.mtb-30{
	margin:30px 0;
}
.ptb-15{
	padding:15px 0;
}
.ptb-20{
	padding:20px 0;
}
.ptb-30{
	padding:30px 0;
}
.ptb-40{
	padding:40px 0;
}
.ptb-50{
	padding:50px 0;
}
.ptb-60{
	padding:60px 0;
}
.pt-40{
	padding-top:40px;
}
.pt-30{
	padding-top:30px;
}
.pt-20{
	padding-top:20px;
}
.pt-10{
	padding-top:10px;
}
.pb-30{
	padding-bottom:30px;
}
.pb-40{
	padding-bottom:40px;
}

/*----------------------------------------*/
/*  2  header-area
/*----------------------------------------*/
.home{
	background: #f5f5f5 none repeat scroll 0 0;
	margin:0 15px;
}

/*----------------------------------------*/
/*  2.1  header-top
/*----------------------------------------*/
.header-top{
	background:#dd7d01 ;
}
.contact_top ul li{
	margin-right:20px;
}
.contact_top ul li:last-child{
	margin-right:0;
}
.contact_top ul li a{
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 12px;
	transition:.3s;
}
.contact_top ul li:hover a,.header-top-menu ul li:hover a{
	color:#333;
}
.header-top-menu{
	float:right;
}
.header-top-menu ul li,.contact_top ul li{
	display:inline-block;
	position:relative;
}
.header-top-menu ul li::before,.contact_top ul li:before {
  background: #f5d8b3 none repeat scroll 0 0;
  content: "";
  height: 15px;
  position: absolute;
  right: -12px;
  top: 3px;
  width: 1px;
}
.header-top-menu ul li:last-child::before,.contact_top ul li:last-child:before {
	display:none;
}
.header-top-menu ul li{
	margin-left:20px;
}
.header-top-menu ul li:first-child{
	margin-left:0;
}
.header-top-menu ul li a{
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 12px;
	transition:.3s;
}
.header-top-menu ul li a i{
	padding-left:8px;
}
.header-top-menu ul li .header-sub {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #f6f7f8;
  position: absolute;
  right: 0;
  top: 50px;
  width: 170px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition:.4s;
}
.header-top-menu ul li:hover .header-sub{
	opacity:1;
	visibility:visible;
	top: 35px;
}
.header-top-menu ul li .header-sub ul li{
	display: block;
	margin:0;
	transition:.3s;
}
.header-top-menu ul li .header-sub ul li:hover{
	background: #f2f2f2 none repeat scroll 0 0;
}
.header-top-menu ul li .header-sub ul li:before{
	display:none;
}
.header-top-menu ul li .header-sub ul li a{
	color: #666;
	font-size: 12px;
	line-height: 35px;
	padding: 0 20px;
	display: block;
}
.header-top-menu ul li .header-sub ul li a:hover{
	color: #333;
}

/*----------------------------------------*/
/*  2.2  header-mid
/*----------------------------------------*/
.header-mid{
	background:#f58b02  ;
}
.search-area {
  margin-top: 12px;
}
.search-area form{
	position:relative;
}
.search-area form input{
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  height: 44px;
  line-height: 16px;
  padding: 16px 55px 14px 195px;
  width:100%;
}
.search-area form select.header-option{
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
	color: #333333;
	font-size: 13px;
	left: 17px;
	line-height: 50px;
	margin: 0;
	outline: medium none;
	padding: 0 0 0 10px;
	position: absolute;
	text-transform: capitalize;
	top: 50%;
	transform: translateY(-50%);
}
.search-area form a {
  background: #ffdc00 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: #333;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s;
  width: 48px;
  text-align: center;
}
.search-area form a:hover{
	color:#fff;
}
.cart-area {
  float: right;
  margin-top: 21px;
}
.cart-area ul{}
.cart-area ul li{
	display:inline-block;
	position:relative;
	margin-left:20px;
}
.cart-area ul li a{
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	transition:.3s;
	text-decoration:none;
}
.cart-area ul li a:hover{
	color:#333;
}
.cart-area ul li a i{
	padding-right:10px;
	font-size:30px;
}

.cart-area ul li > span {
  background: #b31313 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  left: 23px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: -4px;
  width: 20px;
}
.mini-cart-sub{
	position:absolute;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	display: block;
	left: auto;
	top: 60px;
	opacity: 0; 
	padding: 20px;
	right: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 280px;
	z-index: 99999999;
}
.cart-area ul > li:hover .mini-cart-sub{
	opacity:1;
	visibility:visible;
	top:40px;
} 
.cart-product .single-cart {
  margin-bottom: 15px;
  overflow: hidden;
}
.cart-product .single-cart .cart-img{
	display: block;
	float: left;
	margin-right: 15px;
	width: 65px;
}
.cart-product .single-cart .cart-img a{
	padding:0;
}
.cart-product .single-cart .cart-img a img {
  width: 100%;
}
.cart-product .single-cart .cart-info {
  margin-top: 15px;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
}
.cart-product .single-cart .cart-info h5{
	margin-bottom: 0px;
}
.cart-area ul > li .cart-product .single-cart .cart-info h5 a {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 0;
  padding:15px 0;
  text-transform: capitalize;
}
 .cart-area ul > li .cart-product .single-cart .cart-info h5 a:hover, .cart-area ul > li .cart-bottom a:hover{
	color:#f58b02;
}
.cart-product .single-cart .cart-info p{
	margin-bottom:0;
	font-family: Rufina;
	font-size: 14px;
}
.cart-totals{
	margin-bottom:15px;
}
.cart-totals h5{
	color: #606060;
	display: block;
	font-size: 15px;
	font-weight: 400;
	font-family: Rufina;
	margin: 0;
	text-transform: uppercase;
}
.cart-totals h5 span{
	display: block;
	float: right;
}
.cart-area ul > li .cart-bottom a {
  background-color: #606060;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 36px;
  line-height: 24px;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

/*----------------------------------------*/
/*  2.3  header-bottom
/*----------------------------------------*/
.header-bottom{
	background:#f58b02;
}
.categories-area{
  position: relative;
}
.categories-area h3{
	margin:0;
}
.categories-area h3 a {
  background: #303841 none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 18px;
  display:block;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 16px 20px;
  text-transform: uppercase;
  text-decoration:none;
}
.categories-area h3 i{
	padding-right:10px;
	font-size:22px;
}
.categories-sub-menu {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eaeaea;
  left: 0;
  position: absolute;
  display:none;
  top: 100%;
  z-index: 99999;
  width:100%;
  transition:.6s;
}
.categories-sub-menu ul li{
	position:relative;
	padding:0 17px;
}
.categories-sub-menu ul li a{
	border-bottom: 1px solid #ededed;
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 45px;
	padding: 2px 0 0;
	text-transform: capitalize;
	text-decoration:none;
}
.categories-sub-menu ul li:last-child a{
	border-bottom:0;
}
.categories-sub-menu ul li a i {
  float: right;
  margin-top: 18px;
}
.categories-sub-menu ul li:hover a{
	color:#f58b02
}
.categories-sub-menu ul li .categories-mega-menu {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	left: 100%;
	position: absolute;
	top: 0;
	width: 855px;
	z-index: 99999;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.7s ease 0s;
	visibility: hidden;
}
.categories-sub-menu ul li:hover .categories-mega-menu{
	opacity:1;
	visibility:visible;
	transform: scaleY(1);
}
.categories-sub-menu ul li .categories-mega-menu .categories-main-menu span{
	float:left;
	width:33.33%;
	padding: 20px 30px;
}
.categories-sub-menu ul li .categories-mega-menu .categories-main-menu span a.title{
	color: #333;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 35px;
	text-transform: uppercase;
}
.categories-sub-menu ul li .categories-mega-menu .categories-main-menu span a{
	color: #666;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 26px;
	text-transform: capitalize;
	border-bottom:0;
}
.categories-sub-menu ul li .categories-mega-menu .categories-main-menu span a:hover{
	color:#f58b02;
}
.categories-sub-menu ul li .categories-mega-menu .categories-img{
	padding: 0 30px 20px;
	overflow: hidden;
}
.categories-sub-menu ul li .categories-mega-menu .categories-img a {
  overflow: hidden;
}
.categories-sub-menu ul li .categories-mega-menu .categories-img a img{
	transform:scale(1);
	transition:.4s;
	width:100%;
}
.categories-sub-menu ul li .categories-mega-menu .categories-img a:hover img{
	transform:scale(1.1);
}
.categories-sub-menu ul li .categories-mega-men-2{
	width:450px!important;
}
.categories-sub-menu ul li .categories-mega-men-2 span{
	width:50%!important;
}
.main-menu-area ul li{
	display:inline-block;
	position: relative;
}
.main-menu-area ul li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 17px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.main-menu-area ul li:hover a,.main-menu-area ul li.active a{
	color:#303841;
}
.main-menu-area ul li a i{
	padding-left:10px;
}
.main-menu-area ul li .sub-menu{
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	position: absolute;
	left:0;
	top:100%;
	z-index: 99999;
	width:170px;
	opacity: 0;
	padding:15px 20px;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	visibility: hidden;
}
.main-menu-area ul li:hover .sub-menu{
	opacity: 1;
	transform: scaleY(1);
	visibility: visible;
}
.main-menu-area ul li .sub-menu ul{}
.main-menu-area ul li .sub-menu ul li{
	display:block;
}
.main-menu-area ul li .sub-menu ul li a{
	color: #666;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 26px;
	text-transform: capitalize;
	padding:0;
	display:block;
	transition:.3s;
}
.main-menu-area ul li .sub-menu ul li a:hover{
	color:#f58b02;
}
.main-menu-area ul li .mega-menu{
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	position: absolute;
	left:0;
	top:100%;
	z-index: 99999;
	width:735px;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease 0s;
	visibility: hidden;
}
.main-menu-area ul li .mega-menu-2{
	width:650px;
}
.main-menu-area ul li:hover .mega-menu{
	opacity:1;
	transform: scaleY(1);
	visibility: visible;
}
.main-menu-area ul li .mega-menu span{
	float:left;
	width:33.33%;
	padding:30px 30px;
}
.main-menu-area ul li .mega-menu span a.title{
	color: #333;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 35px;
	text-transform: uppercase;
}
.main-menu-area ul li .mega-menu span a{
	color: #666;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 26px;
	text-transform: capitalize;
	padding:0;
	display:block;
	transition:.3s;
}
.main-menu-area ul li .mega-menu span a:hover{
	color:#f58b02;
}

/*----------------------------------------*/
/*  3  banner-area
/*----------------------------------------*/
.banner-area{
	background:#fff;
}
.banner-area .container .banner-bg {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  line-height: 0;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
  text-align: center;
}
.single-banner{
	display: inline-block;
	padding: 21px 15px;
}
.br{
	position:relative;
}
.br::before {
  background: #cdcdcd none repeat scroll 0 0;
  content: "";
  height: 35px;
  position: absolute;
  right: -61px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  z-index: 999;
}
.single-banner .banner-icon{
	float: left;
}
.single-banner .banner-icon a{
	color: #666;
	font-size: 36px;
	line-height: 40px;
	transition: .4s;
}
.single-banner .banner-icon.rotaded a i {
  transform: rotate(0deg);
  transition: all 0.4s ease 0s;
}
.single-banner:hover .banner-icon.rotaded a i{
	transform: rotate(180deg);
}
.single-banner .banner-icon.phone a i{
	transition: .4s;
}
.single-banner:hover .banner-icon.phone a i{
	animation: 1s linear 0s normal none infinite running tada;
}
.single-banner  .banner-icon.car a i{
	transform: translate(0px, 0px);
	transition: all 1.4s ease 0s;
}
.single-banner:hover  .banner-icon.car a i{
	transform: translate(60px, 0px);
	transition: all 1.4s ease 0s;
}
.single-banner .banner-text{
	float: left;
	margin: 0 0 0 20px;
	text-align:left;
}
.single-banner .banner-text h2{
	color: #333;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 17px;
	padding-bottom: 3px;
	margin:0;
	transition: .3s;
}
.single-banner .banner-text p{
	color: #666;
	font-size: 12px;
	font-weight: 300;
	line-height: 17px;
	margin:0;
	transition: .3s;
}
.single-banner:hover .banner-icon a,.single-banner:hover .banner-text h2,.single-banner:hover .banner-text p{
	color:#f58b02;
}

/*----------------------------------------*/
/*  4  slide-show-area
/*----------------------------------------*/
.slide-show-area{
	background:#fff;
}
.slider-area{
	position:relative;
	clear: both;
}
.nivo-caption {
  background: none;
  color: #fff;
  display: none;
  left: 5%;
  opacity: 1;
  position: absolute;
  overflow:hidden;
  top: 50%;
  transform:translateY(-50%);
  width: 100%;
  z-index: b6;
  padding:0;
}
.slider-text h1{
	color: #333;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
}
.slider-text h2{
	color: #333;
	font-size: 25px;
	font-weight: 500;
	line-height: 36px;
	margin-top: 10px;
	text-transform: uppercase;
}
.slider-text a{
	background: #f58b02 none repeat scroll 0 0;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	line-height: 37px;
	margin-top: 20px;
	padding: 7px 25px;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.slider-text a:hover{
	background:#333333;
	color:#fff;
}
 .nivo-controlNav {
  bottom:5px;
  left: 5%;
  position: absolute;
  z-index: 23;
}
.nivo-controlNav a {
  background: #e3e3e3  none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  text-indent: -99999px;
  width: 10px;
}
.nivo-controlNav a.nivo-control.active {
  background:#fff;
  border-image: none;
  border-radius: 5px;
  height: 10px;
  width: 32px;
}
.single-banner-2{
	overflow:hidden;
}
.single-banner-2 a img{
	width:100%;
	transform:scale(1);
	transition:.4s;
}
.single-banner-2 a:hover img{
	transform:scale(1.1);
}
.slide-show-area .container .row .col-lg-9 {
  margin-right: 0;
  padding-right: 0;
}
.slide-show-area .container .row .col-lg-3 {
  margin-left: 0;
  padding-left: 0;
}

/*----------------------------------------*/
/*  5  product-dell-area
/*----------------------------------------*/
.product-dell-area{
	background:#fff;
}
.heading-title {
  border: 1px solid #ededed;
  overflow: hidden;
  padding: 10px 20px 7px;
  border-bottom:0;
}
.section-title{
	float: left;
}
.section-title h2{
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	padding: 2px 0 0;
	text-transform: uppercase;
	margin:0;
}
.heading-title .timer{
	float:right;
	position:relative;
}
.heading-title .timer .cdown {
  background: #dedede none repeat scroll 0 0;
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  border-radius: 5px;
  position:relative;
}
.heading-title .timer .cdown::before {
  content: ":";
  font-size: 23px;
  position: absolute;
  right: -7px;
  top: -3px;
}
.heading-title .timer .cdown:last-child:before{
	display:none;
}
.heading-title .timer .cdown span {
  padding-right: 5px;
}
.heading-title .timer::before {
  color: #f58b02;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  left: -25px;
  line-height: 30px;
  position: absolute;
  top: -2px;
}
.product-total{
	border: 1px solid #ededed;
	overflow:hidden;
}
.single-product{
	overflow: hidden;
	padding: 10px;
	position: relative;
	transition: .4s;
}
.single-product:hover{
	box-shadow: 0 0 4px 2px #f4f4f4 inset;
}
.single-product .product-img{
	position:relative;
}
.single-product .product-img .image-icon {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  opacity:0;
  visibility:hidden;
  transition:.4s;
}
.single-product:hover .product-img .image-icon{
	opacity:1;
	visibility:visible;
}
.single-product .product-img .image-icon a{
	background: #f58b02;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	width: 37px;
}
.single-product > span {
  background: #93c241 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  height: 40px;
  left: 10px;
  line-height: 35px;
  overflow: hidden;
  padding-top: 3px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 40px;
  z-index: 0;
}
.product-content{
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.product-content h4 {
  margin-bottom: 7px;
}
.product-content h4 a{
	color: #666;
	font-size: 13px;
	line-height: 17px;
	transition:.3s;
	text-decoration:none;
}
.single-product:hover .product-content h4 a{
	color:#f58b02;
}
.product-content .rating{
	margin-bottom: 7px;
	transition: .4s;
	opacity:1;
	visibility:visible;
}
.single-product:hover .product-content .rating{
	transform: translateY(-15px);
	opacity:0;
	visibility:hidden;
}
.product-content .rating ul li{
	display:inline-block;
}
.product-content .rating ul li a{
	color:#febd69;
}
.product-content .price-box{
	overflow:hidden;
	transition: .4s;
	opacity:1;
	visibility:visible;
}
.single-product:hover .product-content .price-box{
	transform: translateY(15px);
	opacity:0;
	visibility:hidden;
}
.product-content .price-box ul li{
	float: left;
	font-size: 16px;
	line-height: 19px;
}
.product-content .price-box ul li.old-price {
  color: #666;
  font-weight: 300;
  margin-right: 10px;
  text-decoration: line-through;
}
.product-content .price-box ul li.new-price{
	color: #f58b02;
	font-weight: 500;
}
.product-content .product-icon{
	bottom: 10px;
	left: 30px;
	opacity: 0;
	visibility:hidden;
	position: absolute;
	transition:.4s;
}
.single-product:hover .product-content .product-icon{
	left: 10px;
	opacity: 1;
	visibility:visible;
}
.product-content .product-icon ul li{
	display:inline-block;
}
.product-content .product-icon ul li a{
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	color: #333;
	display: block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
	transition:.3s;
}
.product-content .product-icon ul li a:hover{
	background:#f58b02;
	color:#fff;
	border: 1px solid #f58b02;
}

/*----------------------------------------*/
/*  6  product-main-area
/*----------------------------------------*/
.product-main-area{
	background:#fff;
	overflow:hidden;
}
.poscategorylist .sub_block{
	float:right;
}
.poscategorylist .sub_block ul li{
	display:inline-block;
	margin-left:30px;
}
.poscategorylist .sub_block ul li a{
	color: #333;
	display: block;
	letter-spacing: 0.03em;
	line-height: 32px;
	transition:.3s;
}
.poscategorylist .sub_block ul li a:hover{
	color:#f58b02;
}
.sale-block-total{
	 border-bottom: 1px solid #ededed;
	 overflow:hidden;
}
.sale_block {
  float: left;
  position: relative;
  width: 70%;
}
.single-product-2{
	overflow: hidden;
	padding: 30px 60px;
}
.single-product-2 .product-info{
	float:left;
	width:50%;
	overflow: hidden;
	padding-top: 85px;
}
.single-product-2 .product-info p{
	color: #999;
	font-size: 14px;
	margin-bottom:8px;
}
.single-product-2 .product-info h3{
	margin-bottom:8px;
}
.single-product-2 .product-info h3 a{
	color: #333;
	font-size: 18px;
	font-weight: 500;
	transition:.3s;
}
.single-product-2 .product-info h3 a:hover{
	color: #f58b02;
}
.single-product-2 .product-info .price-box-2{
	overflow: hidden;
	padding: 15px 0 21px;
}
.single-product-2 .product-info .price-box-2 ul li{
	display:inline-block;
	margin-right:10px;
	font-size: 20px;
	line-height: 23px;
}
.single-product-2 .product-info .price-box-2 ul li.old-price{
	color: #666;
	text-decoration:line-through;
}
.single-product-2 .product-info .price-box-2 ul li.new-price{
	color: #f58b02;
	font-weight: 500;
}
.single-product-2 .product-info > a {
  background: #333 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  line-height: 31px;
  padding: 6px 20px;
  text-transform: uppercase;
}
.single-product-2 .product-info > a:hover{
	background:#f58b02;
	color:#fff;
}
.single-product-2 .img_block{
	float:left;
	width:50%;
}
.single-product-2 .img_block a{}
.top_row{
	float: right;
	 width: 30%;;
}
.top_row .image_block a,.image a{
	position:relative;
	display:block;
}
.top_row .image_block a img,.image a {
  width: 100%;
}
.top_row .image_block a::before,.image a::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  visibility:hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 30%;
  z-index: 2;
}
.top_row .image_block a::after,.image a::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  visibility:hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
  width: 30%;
  z-index: 2;
}
.top_row .image_block:hover a:before,.image:hover a:before{
	opacity: 1;
	top:5%;
	visibility:visible;
}
.top_row .image_block:hover a:after,.image:hover a:after{
	opacity: 1;
	bottom:5%;
	visibility:visible;
}
.product-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 3px 1px #f2f2f2;
  color: #333;
  display: block;
  font-size: 18px;
  height: 35px;
  left: 3%;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  transition:.3s;
}
.product-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next{
	left:auto;
	right:3%;
}
.product-active-2.owl-carousel.owl-theme .owl-controls .owl-nav div:hover{
	background: #80bb35 none repeat scroll 0 0;
	color: #fff;
}
.single-banner-3{
	transition:.3s;
}
.single-banner-3 a{
	position:relative;
	display:block;
	overflow:hidden;
}
.single-banner-3 a:before,.single-banner-3 a:after{
	background: #f7f7f7 none repeat scroll 0 0;
	content: "";
	height: 70px;
	position: absolute;
	transform: rotate(-45deg);
	transition: all 150ms linear 0s;
	width: 70px;
	transition:.3s;
}
.single-banner-3 a::before {
  left: -85px;
  top: -35px;
  opacity:0;
  visibility:hidden;
}
.single-banner-3:hover a::before {
  left: -35px;
  opacity:1;
  visibility:visible;
}
.single-banner-3 a::after {
  bottom: -35px;
  right: -85px;
  opacity:0;
  visibility:hidden;
}
.single-banner-3:hover a::after {
  right: -36px;
  opacity:1;
  visibility:visible;
}
.single-banner-3 a img{
	width:100%;
}
.left-product .product-total{
	padding: 0 20px;
}
.single-product-3 {
  box-shadow: 0 -1px 0 0 #eee;
  padding: 20px 0;
  overflow: hidden;
}
.single-product-3 .product-3-img {
  float: left;
  width: 40%;
}
.single-product-3 .product-3-img a img{
	width:100%;
}
.single-product-3 .product-3-text{
	float: left;
	width: 60%;
	padding: 10px 5px 0 10px;
}
.single-product-3 .product-3-text h4{
	margin-bottom:7px;
} 
.single-product-3 .product-3-text h4 a{
	color: #666;
	font-size: 13px;
	line-height: 17px;
	transition:.3s;
} 
.single-product-3 .product-3-text h4 a:hover{
	color:#f58b02;
}
.single-product-3 .product-3-text .rating{
	margin-bottom:7px;
} 
.single-product-3 .product-3-text .rating ul li{
	display:inline-block;
} 
.single-product-3 .product-3-text .rating ul li a{
	color:#febd69;
	font-size:13px;
}
.single-product-3 .product-3-text .price-box ul li{
	display:inline-block;
	margin-right:5px;
	font-size: 16px;
	line-height: 19px;
} 
.single-product-3 .product-3-text .price-box ul li.old-price{
	color: #666;
	font-weight: 300;
	text-decoration:line-through;
} 
.single-product-3 .product-3-text .price-box ul li.new-price{
	color: #f58b02;
} 
.bb{
	border-bottom:1px solid #ededed;
}
.single-testimonial{
	background: #f58b02 none repeat scroll 0 0;
	padding: 20px 7px 20px;
}
.testimonial-img {
  margin-bottom: 20px;
  margin-top: -67px;
}
.testimonial-img span {
  display: block;
  margin-top: 15px;
}
.testimonial-text p{
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-style: italic;
	margin-bottom:9px;
}
.testimonial-text h5{
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	margin-bottom:9px;
}
.testimonial-active.owl-carousel.owl-theme .owl-dots .owl-dot {
  background: #CA7200 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  width: 10px;
  transition:.3s;
}
.testimonial-active.owl-carousel.owl-theme .owl-dots .owl-dot.active{
	background:#FFDC00;
	width:32px;
	border-radius:5px;
}

/*----------------------------------------*/
/*  7  brand-area
/*----------------------------------------*/
.brand-area{
	background:#fff;
}
.brand-total{
	border: 1px solid #ededed;
	padding: 30px 0;
}

/*----------------------------------------*/
/*  8  newslatter-area
/*----------------------------------------*/
.newslatter-area{
	background: #f58b02 none repeat scroll 0 0;
	overflow: hidden;
}
.newslatter-text h3{
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	margin-bottom:0;
}
.newslatter-text p{
	font-size: 16px;
	font-weight: 300;
	text-transform: capitalize;
	color: #fff;
	line-height: 30px;
	margin-bottom:0;
}
.newslatter-form form{
	position:relative;
}
.newslatter-form form input{
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	border-radius: 25px;
	color: #666;
	display: block;
	font-weight: 300;
	height: 50px;
	line-height: 47px;
	padding: 3px 125px 0 30px;
	width: 100%;
}
.newslatter-form form a{
	background: #333 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 48px;
	padding: 2px 20px 0;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
	transition: .3s;;
}

/*----------------------------------------*/
/*  9  banner-area
/*----------------------------------------*/
.banner-area{}
.single-banner-4{
	display: inline-block;
	padding: 25px 0;
	position: relative;
	width: 100%;
}
.single-banner-4 .banner-2-img{
	float: left;
	width: 20%;
}
.single-banner-4 .banner-2-img a{
	color: #f58b02;
	font-size: 48px;
}
.single-banner-4 .banner-text-2{
	float: left;
	padding-top: 10px;
	width: 80%;
}
.single-banner-4 .banner-text-2 h2{
	color: #f58b02;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 5px;
}
.single-banner-4 .banner-text-2 p{
	font-size:12px;
	font-weight:300;
	color: #333333;
	margin-bottom: 0;
}
.border-b {
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}

/*----------------------------------------*/
/*  10  footer
/*----------------------------------------*/
/*----------------------------------------*/
/*  10.1  footer-top
/*----------------------------------------*/
.footer-top{
	background:#fff;
	overflow:hidden;
}
.footer-info p{
	color:#666;
	font-size: 13px;
	line-height: 24px;
	margin: 0 0 15px;
}
.footer-info span{
	color: #333;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
}
.footer-social-icon ul li{
	display:inline-block;
	margin-right:10px;
}
.footer-social-icon ul li:last-child{
	margin-right:0;
}
.footer-social-icon ul li a{
	color: #b2b2b1;
	font-size: 22px;
	line-height: 25px;
	transition:.3s;
}
.footer-social-icon ul li a:hover{
	color:#f58b02;
}
.footer-title h4{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 34px;
	margin: 0 0 15px;
}
.footer-menu ul li a{
	color: #666;
	display: block;
	font-weight: 300;
	line-height: 34px;
	padding: 0 0 0 15px;
	position: relative;
	transition:.3s;
}
.footer-menu ul li a:hover{
	color:#f58b02;
	padding:0;
}
.footer-menu ul li a:before{
	content: "\f105 ";
	display: block;
	font-family: "fontawesome";
	font-size: 14px;
	left: 0;
	line-height: 34px;
	position: absolute;
	top: 0;
	transition: .3s;
	opacity:1;
}
.footer-menu ul li a:hover:before{
	opacity:0;
}

/*----------------------------------------*/
/*  10.2  footer-mid-area
/*----------------------------------------*/
.footer-mid-area{
	background:#fff;
	overflow:hidden;
}
.tag_payment-area{
	border-top: 1px solid #e5e5e5;
}
.tag_content a{
	border-right: 1px solid #adadad;
	color: #666;
	display: inline-block;
	font-weight: 300;
	line-height: 13px;
	margin: 11px 0 0;
	padding: 0 5px;
	transition:.3s;
}
.tag_content a:hover{
	color:#f58b02;
}
.tag_content a:last-child{
	border-right:0;
}
/*----------------------------------------*/
/*  10.3  footer-bottom-area
/*----------------------------------------*/
.footer-bottom-area{
	background: #303841 none repeat scroll 0 0;
	overflow: hidden;
}
.copy-right-area p{
	color: #c2c2c2;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	margin: 0;
	text-align: center;
}
.copy-right-area p a{
	color: #fff;
	transition:.3s;
}
.copy-right-area p a:hover{
	color:#f58b02;
}
a#scrollUp {
  background: #333 none repeat scroll 0 0;
  bottom: 25px;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 36px;
  overflow: hidden;
  position: fixed;
  right: 25px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: 40px;
  z-index: 9998;
  font-size: 30px;
}
a#scrollUp:hover{
	background:#f58b02;
}

/*----------------------------------------*/
/*  11 modal
/*----------------------------------------*/
.modal-content {
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
#mymodal .modal-dialog {
  width: 870px;
}
.modal-header {
  border: medium none;
  padding: 0;
}
.modal-header button.close {
  border: 1px solid #aaa;
  font-size: 25px;
  height: 30px;
  line-height: 20px;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s ease 0s;
  width: 30px;
  z-index: 22;
}
.modal-header button.close:hover{
	border-color:#f58b02;
	color:#f58b02;
}
.modal-img{
	float:left;
	width:40%;
}
.model-text {
  float: right;
  padding-left: 15px;
  width: 60%;
  margin-bottom:20px;
}
.model-text h2 a {
  font-size: 25px;
  color: #000;
}
.model-text .product-rating {
  display: inline-block;
  margin-bottom: 5px;
}
.model-text .product-rating a{
	margin-right:5px;
	color:#f58b02;
}
.model-text .price-rate span.old-price {
  font-size: 18px;
}
.model-text .price-rate span.new-price {
	font-size:22px;
}
.model-text h2 a:hover,.model-text .price-rate span.new-price,.model-text .product-rating a:hover {
	color:#f58b02;
}
.model-text .short-description p {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 15px 0;
}
.model-text form input {
  background: #eceff8 none repeat scroll 0 0;
  border: 1px solid #aaa;
  color: #626262;
  font-size: 16px;
  height: 40px;
  text-align: center;
  width: 80px;
}
.model-text form button {
  margin-left: 20px;
  border: none;
  padding: 11px 30px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  transition:.3s;
}
.model-text form button:hover{
	background:#f58b02;
}
.model-text .product-meta {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding: 10px 0;
}
.model-text .product-meta span a {
  color: #f58b02;
  padding: 0px 2px;
  text-transform: capitalize;
}
.model-text .social-icon ul li a {
  border: 1px solid #ddd;
  color:#393939;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}
.model-text .social-icon ul li a:hover{
	border-color:#f58b02;
	background:#f58b02;
	color:#fff;
}
.social-icon ul li{
	display:inline-block;
}

/*----------------------------------------*/
/*  12 home-2
/*----------------------------------------*/
.home-2 .header-top {
  background: #25c6d0  none repeat scroll 0 0!important;
}
.home-2 .header-top-menu ul li::before,.home-2 .contact_top ul li::before {
  background: #fff none repeat scroll 0 0;
}
.single-banner-5 {
  float: right;
}
.single-banner-5 .banner-5-img{
	float: left;
	width: 25%;
}
.single-banner-5 .banner-5-img a{
	color: #25c6d0;
	font-size: 48px;
}
.single-banner-5 .banner-text-5{
	float: left;
	padding-top: 10px;
	width: 75%;
}
.single-banner-5 .banner-text-5 h2{
	color: #25c6d0;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 5px;
}
.single-banner-5 .banner-text-5 p{
	font-size:12px;
	font-weight:300;
	color: #333333;
	margin-bottom: 0;
}
.home-2 .header-mid {
  background: #fff none repeat scroll 0 0;
}
.home-2 .main-menu-area ul li:hover a,.home-2  .main-menu-area ul li.active a {
  color: #25c6d0;
}
.home-2 .main-menu-area ul li a{
	color:#303841;
}
 .home-2 .main-menu-area ul li .mega-menu span a.title {
  color: #303841;
 }
.home-2 .main-menu-area ul li .mega-menu span a {
  color: #303841;
}
.home-2 .main-menu-area ul li .mega-menu span a:hover {
  color: #25c6d0;
}
.home-2 .main-menu-area ul li .sub-menu ul li a {
  color: #303841;
}
.home-2 .main-menu-area ul li .sub-menu ul li a:hover {
  color: #25c6d0;
}
.home-2 .header-bottom {
  background: #fff none repeat scroll 0 0;
}
.home-2 .categories-area h3 a {
  background: #25c6d0 none repeat scroll 0 0;
  color: #fff;
}
.home-2 .categories-sub-menu ul li:hover a {
  color: #25c6d0;
}
.home-2 .categories-sub-menu ul li .categories-mega-menu .categories-main-menu span a:hover {
  color: #25c6d0;
}
.home-2 .categories-sub-menu {
  display: block;
}
.home-2 .search-area {
  background: #e4e4e4 none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  margin-top: 0;
  padding: 8px;
}
.home-2 .search-area form input {
  height: 38px;
}
.home-2 .search-area form a {
  background: #303841 none repeat scroll 0 0;
  height: 38px;
  line-height: 38px;
  color:#fff;
}
.home-2 .search-area form a:hover {
  background: #25c6d0 none repeat scroll 0 0;
}
.home-2 .cart-area ul li a {
  color: #b31313;
  text-transform: capitalize;
  font-weight: 700;
}
.home-2 .cart-area ul li:hover a {
  color: #25c6d0;
}
.home-2 .cart-area {
  margin-top: 11px;
}
.home-2 .cart-area ul > li .cart-bottom a {
  color: #fff;
}
.home-2 .cart-area ul > li .cart-bottom a:hover {
  color: #f58b02;
}
.home-2 .slider-text a {
  background: #25c6d0 none repeat scroll 0 0;
}
.home-2 .slider-text a:hover {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
}
.home-2 .single-banner .banner-icon a {
  color: #25c6d0;
}
.home-2 .single-banner:hover .banner-icon a,.home-2 .single-banner:hover .banner-text h2,.home-2  .single-banner:hover .banner-text p {
  color: #25c6d0;
}
.view-all{
	float:right;
}
.view-all a{
	color: #666;
	display: block;
	font-size: 13px;
	line-height: 30px;
	padding: 5px 0 0;
	text-decoration:none;
	transition:.3s;
}
.view-all a:hover{
	color:#25c6d0;
}
.home-2 .single-product > span {
  background: #25c6d0 none repeat scroll 0 0;
}
.home-2  .product-content .price-box ul li.new-price {
  color: #25c6d0;
}
.home-2  .single-product .product-img .image-icon a {
  background: #25c6d0 none repeat scroll 0 0;
}
.home-2 .single-product:hover .product-content h4 a {
  color: #25c6d0;
}
.home-2  .product-content .product-icon ul li a:hover {
  background: #25c6d0 none repeat scroll 0 0;
  border: 1px solid #25c6d0;
  color: #fff;
}
.single-banner-6 a{
	display: block;
	overflow: hidden;
	position: relative;
}
.single-banner-6 a:before{
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: .3s;
}
.single-banner-6 a:before{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 90%;
	width: 0;
}
.single-banner-6 a:hover:before{
	width: 35%;
}
.single-banner-6 a:after{
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: .3s;
}
.single-banner-6 a:after{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 0;
	width: 95%;
}
.single-banner-6 a:hover:after{
	height: 65%;
}
.home-2 .top_row {
  float: none;
  width: 100%;
}
.sub_block-2{
	float:left;
	width:30%;
	padding-top:20px;
}
.sub_block-2 a{
	color: #666;
	display: block;
	line-height: 36px;
	padding: 2px 0 0 20px;
	transition:.3s;
}
.sub_block-2 a:hover{
	color:#25c6d0;
}
.home-2 .sale_block{
	float:left;
	width:70%;
	overflow: hidden;
	position: relative;
}
.home-2 .sale_block:before{
	position:absolute;
	content:"";
	background:#ededed;
	width:1px;
	height:100%;
	left:0;
	top:0;
	z-index:2;
	
}
.product-info > span{
	color: #25c6d0;
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 15px;
}
.timer-2 .cdown {
  background: #f0f0f0 none repeat scroll 0 0;
  border-radius: 5px;
  display: inline-block;
  height: 65px;
  margin: 0 4px;
  padding: 10px 0;
  width: 50px;
  text-decoration:capitalize;
}
.timer-2 .cdown span{
	display:block;
	color:#333;
}
.home-2 .single-product-2 .product-info h3 a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #25c6d0;
}
.home-2  .single-product-2 .product-info .price-box-2 ul li.new-price {
  color: #25c6d0;
}
.product-active-5.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
  position: absolute;
  right: 0;
}

.product-active-5.owl-carousel.owl-theme .owl-dots .owl-dot {
  background: #d8d8d8 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  transition: all 0.3s ease 0s;
  width: 10px;
}
.product-active-5.owl-carousel.owl-theme .owl-dots .owl-dot.active {
  background: #25c6d0 none repeat scroll 0 0;
  border-radius: 5px;
  width: 32px;
}
.product-tab-area{
	background:#fff;
	overflow:hidden;
}
.tab-area{
	border:1px solid #ededed;
	overflow:hidden;
}
.tab-menu {
  border-right: 1px solid #ededed;
  float: left;
  width: 35%;
}
.tab-menu ul li {
  border-bottom: 1px solid #ededed;
}
.tab-menu ul li:last-child{
	border-bottom:0;
}
.tab-content{
	float:left;
	width:65%;
}
.single-product-4 {
  overflow: hidden;
  padding: 12px 10px;
}
.product-4-img{
	float:left;
	width:40%;
	position:relative;
}
.product-4-img > span,.single-product-5 .product-5-img span {
  background: #25c6d0 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  height: 40px;
  left: 10px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 40px;
  z-index: 1;
}
.product-4-img a img{
	width:100%;
}
.product-4-info {
  float: left;
  margin-top: 40px;
  width: 60%;
}
.product-4-info h4,.product-5-info h4{
	margin-bottom:7px;
}
.product-4-info h4 a,.product-5-info h4 a{
	color: #666;
	font-size: 13px;
	line-height: 17px;
	text-decoration:none;
	transition:.3s;
}
.product-4-info h4 a:hover,.product-5-info h4 a:hover{
	color:#25c6d0;
}
.product-4-info .rating,.product-5-info .rating{
	margin-bottom:7px;
}
.product-4-info .rating ul li,.product-5-info .rating ul li{
	display:inline-block;
}
.product-4-info .rating ul li a,.product-5-info .rating ul li a{
	color:#febd69;
}
.product-4-info .price-box ul li,.product-5-info .price-box ul li{
	display:inline-block;
	font-size: 16px;
	line-height: 19px;
}
.product-4-info .price-box ul li.old-price,.product-5-info .price-box ul li.old-price{
	color: #666;
	font-weight: 300;
	text-decoration:line-through;
}
.product-4-info .price-box ul li.new-price,.product-5-info .price-box ul li.new-price{
	color: #25c6d0;
}
.tab-content-2{
	float:left;
	width:70%;
}
.single-product-5 {
  overflow: hidden;
  padding: 30px;
}
.single-product-5 .product-5-img{
	position:relative;
	overflow:hidden;
}
.product-5-info {
  overflow: hidden;
  padding: 34px 6px;
}
.product-5-info .rating{
	margin-bottom:0;
}
.home-2 .left-product,.home-3 .left-product{
	float:left;
	display:inline-block;
}
.home-2 .right-product,.home-3 .right-product{
	float:right;
	display:inline-block;
}
.home-2 .tab-menu-2,.home-3 .tab-menu-2 {
  float: right;
  width: 30%;
  border-left: 1px solid #ededed;
  transition:.3s;
}
.tab-menu-2 ul li {
  padding: 2px 0;
  text-align: center;
  border:1px solid transparent;
  border-bottom: 1px solid #ededed;
}
.tab-menu-2 ul li:last-child{
	border-bottom:0;
}
.tab-menu-2 ul li.active{
	border:1px solid #25c6d0;
}
.bloag-area{
	background:#fff;
	overflow:hidden;
}
.blog-content{
	border:1px solid #ededed;
	clear:both;
	padding:30px;
}
.bloag-img a{
	display: block;
	overflow: hidden;
	position: relative;
}
.bloag-img a:before{
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: .3s;
	z-index: 2;
}
.bloag-img a:before{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 90%;
	width: 0;
}
.single-blog:hover .bloag-img a:before{
	width: 35%;
}
.bloag-img a:after{
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: .3s;
	z-index: 2;
}
.bloag-img a:after{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 0;
	width: 95%;
}
.single-blog:hover .bloag-img a:after{
	height:65%;
}
.bloag-img a img{
	width:100%;
}
.blog-info h3{
	margin: 15px 0 0;
}
.blog-info h3 a{
	color: #333;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	text-transform: uppercase;
	transition:.3s;
}
.single-blog:hover .blog-info h3 a, .blog-info > a:hover{
	color:#25c6d0;
}
.blog-info p{
	color: #666;
	font-weight: 300;
	line-height: 24px;
	margin: 7px 0 0;
}
.blog-info > a{
	color: #333;
	display: block;
	font-weight: 500;
	margin-top: 7px;
	transition:.3s;
	text-decoration:none;
}
.blog-active.owl-carousel.owl-theme .owl-controls .owl-nav div {
  color: #777;
  font-size: 26px;
  position: absolute;
  right: 0;
  top: -73px;
  transition:.3s;
}
.blog-active.owl-carousel.owl-theme .owl-controls .owl-nav div:hover{
	color:#25c6d0;
}
.blog-active.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
  margin-right: 25px;
}
.home-2 .newslatter-area {
  background: #25c6d0  none repeat scroll 0 0;
}
.home-2 .single-banner-4 .banner-2-img a {
  color: #25c6d0 ;
}
.home-2 .single-banner-4 .banner-text-2 h2 {
  color: #25c6d0;
}
.home-2 .footer-menu ul li a:hover {
  color: #25c6d0;
}
.home-2 .tag_content a:hover {
  color: #25c6d0;
}
.home-2 .footer-social-icon ul li a:hover {
  color: #25c6d0;
}
.home-2 .copy-right-area p a:hover {
  color: #25c6d0;
}
.home-2 a#scrollUp:hover {
  background: #25c6d0 none repeat scroll 0 0;
}

/*----------------------------------------*/
/*  13 home-3
/*----------------------------------------*/
.home-3{}
.home-3 .header-top {
  background: #ececec none repeat scroll 0 0;
}
.home-3 .contact_top ul li a {
  color: #666;
}
.home-3 .header-top-menu ul li::before,.home-3 .contact_top ul li::before {
  background: #bec4cb none repeat scroll 0 0;
}
.home-3 .header-top-menu ul li a {
  color: #666;
}
.home-3 .contact_top ul li:hover a,.home-3 .header-top-menu ul li:hover a {
  color: #b14559;
}
.home-3 .header-top-menu ul li .header-sub ul li a {
  color: #666;
}
.home-3 .header-top-menu ul li .header-sub ul li a:hover {
  color: #333;
}
.home-3 .header-mid {
  background: #fff none repeat scroll 0 0;
}
.home-3 .search-area {
  background: #e4e4e4 none repeat scroll 0 0;
  border-radius: 5px;
  margin-top: 4px;
  padding: 8px;
}
.home-3 .search-area form a {
  background: #303841 none repeat scroll 0 0;
  color: #fff;
}
.home-3 .search-area form a:hover {
  background: #b14559  none repeat scroll 0 0;
}
.home-3 .search-area form select.header-option {
  left: 0px;
}
.home-3 .cart-area ul li a {
  color: #333;
}
.home-3 .cart-area ul li:hover a {
  color: #b14559;
}
.home-3 .cart-area ul li > span {
  background: #b14559 none repeat scroll 0 0;
}
.home-3  .cart-area ul > li .cart-bottom a {
  color: #fff;
}
.home-3 .cart-area ul > li .cart-bottom a:hover {
  color: #f58b02;
}
.home-3 .header-bottom {
  background: #b14559 none repeat scroll 0 0;
}
.home-3 .categories-area h3 i {
  float: right;
}
.home-3  .main-menu-area ul li:hover a,.home-3 .main-menu-area ul li.active a {
  color: #fff;
}
.home-3 .main-menu-area ul li .sub-menu ul li a {
  color: #666;
}
.home-3 .main-menu-area ul li .sub-menu ul li a:hover {
  color: #b14559;
}
.home-3 .main-menu-area ul li .mega-menu span a {
  color: #666;
}
.home-3 .main-menu-area ul li .mega-menu span a:hover {
  color: #b14559;
}
.home-3 .main-menu-area ul li .mega-menu span a.title {
  color: #333;
}
.home-3 .slide-show-area .container .row .col-lg-9 {
  margin-right: 0;
  padding-right: 5px;
}
.home-3 .slide-show-area .container .row .col-lg-3 {
  margin-left: 0;
  padding-left: 5px;
}
.home-3 .slider-text h1{
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
}
.home-3 .slider-text h2{
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 31px;
	margin-top: 10px;
	text-transform: capitalize;
}
.home-3 .slider-text p{
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	text-transform: uppercase;
}
.home-3 .slider-text a{
	background: #b14559 none repeat scroll 0 0;
	color: #fff;
}
.home-3  .slider-text a:hover {
  background: #333333 none repeat scroll 0 0;
}
.home-3  .banner-area .container .banner-bg {
  background:transparent;
}
.home-3 .single-banner:hover .banner-icon a,.home-3 .single-banner:hover .banner-text h2,.home-3  .single-banner:hover .banner-text p {
  color: #b14559;
}
.home-3  .tab-menu ul li {
  border:1px solid transparent;
  border-bottom: 1px solid #ededed;
}
.home-3  .tab-menu ul li.active{
	border:1px solid #b14559;
}
.home-3 .tab-menu-2 ul li.active {
  border: 1px solid #b14559;
}
.home-3 .product-4-img > span, .home-3 .single-product-5 .product-5-img span {
  background: #b14559 none repeat scroll 0 0;
}
.home-3  .product-4-info h4 a:hover,.home-3  .product-5-info h4 a:hover {
  color: #b14559;
}
.home-3 .product-4-info .price-box ul li.new-price,.home-3 .product-5-info .price-box ul li.new-price {
  color: #b14559;
}
.home-3 .poscategorylist .sub_block ul li a:hover {
  color: #b14559;
}
.home-3 .sale_block {
  width: 73%;
}
.home-3 .top_row {
  width: 27%;
}
.home-3 .single-product-2 {
  padding: 0;
}
.home-3 .single-product:hover {
  box-shadow: none;
}
.br-2{
	border-right:1px solid #ededed;
}
.bb-2 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 38px;
}
.home-3  .single-product > span {
  background: #b14559 none repeat scroll 0 0;
}
.home-3 .single-product .product-img .image-icon a {
  background: #b14559 none repeat scroll 0 0;
}
.home-3 .single-product:hover .product-content h4 a {
  color: #b14559;
}
.home-3 .product-content .price-box ul li.new-price {
  color: #b14559;
}
.home-3 .product-content .product-icon ul li a:hover {
  background: #b14559 none repeat scroll 0 0;
  border: 1px solid #b14559;
}
.home-3 .sale-block-total {
  border-bottom: 0 none;
}
.home-3 .newslatter-area {
  background: #b14559 none repeat scroll 0 0;
}
.home-3 .single-banner-4 .banner-2-img a {
  color: #b14559;
}
.home-3 .single-banner-4 .banner-text-2 h2 {
  color: #b14559;
}
.home-3  .footer-social-icon ul li a:hover {
  color: #b14559;
}
.home-3  .footer-menu ul li a:hover {
  color: #b14559;
}
.home-3  .tag_content a:hover {
  color: #b14559;
}
.home-3 .copy-right-area p a:hover {
  color: #b14559;
}
.home-3 a#scrollUp:hover {
  background: #b14559 none repeat scroll 0 0;
}
.product-active-6.owl-carousel.owl-theme .owl-controls .owl-nav div {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 3px 1px #f2f2f2;
  color: #333;
  display: block;
  font-size: 18px;
  height: 35px;
  left: 15px;
  line-height: 35px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 35px;
  z-index: 9;
  transition:.3s;
}
.product-active-6.owl-carousel.owl-theme .owl-controls .owl-nav div:hover{
	background:#b14559;
	color:#fff;
}
.product-active-6.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next{
	left:auto;
	right:15px;
	transition:.3s;
}
.product-total:hover .product-active-6.owl-carousel.owl-theme .owl-controls .owl-nav div{
	opacity:1;
	visibility:visible;
	left:2px;
}
.product-total:hover .product-active-6.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next{
	right:2px;
	left:auto;
}

/*----------------------------------------*/
/*  14 home-4
/*----------------------------------------*/
.home-4 .header-top {
  background: #ececec none repeat scroll 0 0;
}
.home-4 .contact_top ul li a {
  color: #666;
}
.home-4 .contact_top ul li:hover a {
	color:#b31313;
}
.home-4 .header-top-menu ul li::before, .home-4 .contact_top ul li::before {
  background: #bec4cb none repeat scroll 0 0;
}
.home-4 .header-top-menu ul li a {
  color: #666;
}
.home-4 .header-top-menu ul li:hover a {
  color: #b31313;
}
.home-4 .header-top-menu ul li .header-sub ul li a {
  color: #666;
}
.home-4 .header-mid {
  background: #fff none repeat scroll 0 0;
}
.home-4  .search-area {
  background: #b31313 none repeat scroll 0 0;
  border-radius: 5px;
  margin-top: 9px;
  padding: 3px;
}
.home-4 .search-area form select.header-option {
  left: 0;
}
.home-4 .search-area form a {
  background: #b31313 none repeat scroll 0 0;
  color: #fff;
}
.home-4 .search-area form a:hover {
  background: #2c9e4b  none repeat scroll 0 0;
}
.home-4 .cart-area ul li a {
  color: #333;
}
.home-4 .cart-area ul li:hover a {
  color: #b31313;
}
.home-4 .cart-area ul > li .cart-bottom a {
  color: #fff;
}
.home-4 .cart-area ul > li .cart-bottom a:hover {
  color: #f58b02;
}
.home-4 .main-menu-area ul li .sub-menu ul li a {
  color: #666;
}
.home-4 .main-menu-area ul li .sub-menu ul li a:hover {
  color: #b31313;
}
.home-4 .main-menu-area ul li:hover a,.home-4 .main-menu-area ul li.active a {
  color: #2c9e4b;
}
.home-4 .main-menu-area ul li a {
  color: #333;
}
.home-4 .main-menu-area ul li .mega-menu span a {
  color: #666;
}
.home-4 .main-menu-area ul li .mega-menu span a.title {
  color: #333;
}
.home-4 .main-menu-area ul li .mega-menu span a:hover {
  color: #b31313;
}
.home-4 .categories-area h3 i {
  float: right;
}
.home-4 .categories-area h3 a {
  background: #2c9e4b none repeat scroll 0 0;
  border-radius:0;
}
.home-4  .header-bottom {
  background: #fff none repeat scroll 0 0;
}
.home-4 .categories-sub-menu {
  background: #303841 none repeat scroll 0 0;
  display: block;
  border: 1px solid #3f464e;
}
.home-4 .categories-sub-menu ul li a {
  border-bottom: 1px solid #3f464e;
  color: #fff;
}
.home-4 .categories-sub-menu ul li:hover a {
  color: #2c9e4b;
}
.home-4 .categories-sub-menu ul li .categories-mega-menu .categories-main-menu span a:hover {
  color: #2c9e4b;
}
.home-4 .slider-text h1{
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	text-transform: uppercase;
}
.home-4 .slider-text h2{
	color: #fff;
	font-size: 46px;
	font-weight: 600;
	line-height: 51px;
	margin: 7px 0;
	text-transform: uppercase;
}
.home-4 .slider-text p{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.home-4 .slider-text a {
  background: #b31313 none repeat scroll 0 0;
}
.home-4 .slider-text a:hover {
  background: #333333 none repeat scroll 0 0;
}
.home-4 .slide-show-area .container .row .col-lg-9 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px;
}
.home-4 .header-bottom .container .row .col-lg-3{
	padding-right:0;
	margin-right:0;
}
.home-4 .view-all a:hover {
  color: #2c9e4b;
}
.home-4 .single-product > span {
  background: #b31313 none repeat scroll 0 0;
}
.home-4  .single-product .product-img .image-icon a {
  background: #2c9e4b none repeat scroll 0 0;
}
.home-4 .single-product:hover .product-content h4 a {
  color: #2c9e4b;
}
.home-4 .product-content .price-box ul li.new-price {
  color: #2c9e4b;
}
.home-4 .product-content .product-icon ul li a:hover {
  background: #2c9e4b none repeat scroll 0 0;
  border: 1px solid #2c9e4b;
  color: #fff;
}
.home-4 .brand-total {
  border: medium none;
  padding: 0;
}
.catgory-iner-2-area {
  background: #fff;
}
.header-title{
	background:#b31313 ;
}
.header-title.bg-2{
	background:#de95ba  ;
}
.header-title.bg-3{
	background:#95e1d3   ;
}
.header-title.bg-4{
	background:#ffc468    ;
}
.header-title h2{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height:51px;
	padding: 3px 5px 0 20px;
	text-transform: uppercase;
	margin:0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word;
}
.left-menu-2{
	margin-top: 15px;
	overflow: hidden;
}
.left-menu-2 ul li a{
	color: #666;
	display: block;
	font-size: 13px;
	line-height: 34px;
	padding: 2px 0 0 20px;
	transition:.3s;
}
.left-menu-2 ul li a:hover{
	color:#2c9e4b;
}
.catgory-iner-2-total {
	border-top: 2px solid #b31313;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 0 1px #ededed inset;
	overflow: hidden;
}
.catgory-iner-2-total.color-br-2 {
	border-top: 2px solid #de95ba;
}
.catgory-iner-2-total.color-br-3 {
	border-top: 2px solid #95e1d3 ;
}
.catgory-iner-2-total.color-br-4 {
	border-top: 2px solid #ffc468  ;
}
.catgory-iner-2-area .container .box-2 {
  padding: 0;
}
.product-active-7 {
  border-top: 1px solid #ededed;
  clear: both;
}
.br-4 {
  border-right: 1px solid #ededed;
}
.home-4 .single-product-2 .product-info h3 a:hover {
  color: #2c9e4b;
}
.home-4 .single-product-2 .product-info .price-box-2 ul li.new-price {
  color: #2c9e4b;
}
.home-4 .single-product-2 .product-info > a:hover {
  background: #2c9e4b none repeat scroll 0 0;
  color: #fff;
}
.home-4 a#scrollUp:hover {
  background: #2c9e4b none repeat scroll 0 0;
}
.home-4 .posfeature-product_block{
	background:#fff;
}
.home-4 .feature_content {
  border: 1px solid #ededed;
  clear:both;
}
.feature_content-img{
	margin: 0 -30px 0 0;
	padding: 10px 0 10px 10px;
}
.product-active-8.owl-carousel.owl-theme .owl-controls .owl-nav div {
  color: #666;
  font-size: 25px;
  position: absolute;
  right: 5px;
  top: -43px;
  transition:.3s;
}
.product-active-8.owl-carousel.owl-theme .owl-controls .owl-nav div:hover{
	color:#2c9e4b;
}
.product-active-8.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
  margin-right: 25px;
}
.home-4 .newslatter-area {
  background: #2c9e4b none repeat scroll 0 0;
}
.home-4 .single-banner-4 .banner-2-img a {
  color: #2c9e4b;
}
.home-4 .single-banner-4 .banner-text-2 h2 {
  color: #2c9e4b;
}
.home-4 .footer-social-icon ul li a:hover {
  color: #2c9e4b;
}
.home-4  .footer-menu ul li a:hover {
  color: #2c9e4b;
}
.home-4  .tag_content a:hover {
  color: #2c9e4b;
}
.home-4 .copy-right-area p a:hover {
  color: #2c9e4b;
}

/*----------------------------------------*/
/*  15 shop
/*----------------------------------------*/
.breadcrumb-area{
	background:#fff;
	overflow:hidden;
}
.breadcrumb-content{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	color: #333;
	font-size: 13px;
	line-height: 17px;
	padding: 15px 20px;
}
.breadcrumb-content ul li {
  display: inline-block;
  margin-right: 10px;
}
.breadcrumb-content ul li a{
	color: #666;
	float: left;
	font-size: 13px;
	line-height: 17px;
	transition:.3s;
	text-decoration:none;
}
.breadcrumb-content ul li a i {
  padding-left: 15px;
}
.breadcrumb-content ul li.active a{
	color:#333;
}
.breadcrumb-content ul li a:hover{
	color:#f58b02;
}
.shop-main-area{
	background:#fff;
	overflow:hidden;
}
.heading-title-2{
	overflow:hidden;
}
.heading-title-2 h2{
	color: #333;
	display: block;
	float: left;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 25px;
	padding: 2px 0 0;
	text-transform: uppercase;
	margin:0;
}
.shop-menu{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ededed;
	margin: 15px 0 30px;
	padding: 20px;
}
.shop-menu ul li a {
  color: #333;
  display: block;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 30px;
  transition:.3s;
  text-decoration:none;
}
.shop-menu ul li a:hover{
	color:#f58b02;
}
.shop-menu ul li a i {
  color: #666;
  font-size: 14px;
  margin-right: 10px;
}
.single-shop-left input {
  border: 1px solid #aaa;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  padding: 3px 0;
  text-align: center;
  width: 100%;
}
.ui-widget-content {
  border: 1px solid #ddd;
  height:10px;
}
.ui-slider .ui-slider-range {
  background: #333333 none repeat scroll 0 0;
  height: 8px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #f58b02 url("images/ui-bg_glass_85_dfeffc_1x400.png") repeat-x scroll 50% 50%;
  border: 2px solid #f58b02;
  border-radius: 50%;
  top: -3px;
  transition: all 0.3s ease 0s;
}
.ui-slider .ui-slider-handle {
  cursor: pointer;
  height: 13px;
  position: absolute;
  width: 13px;
  z-index: 2;
}
.content_sortPagiBar{
	border: 1px solid #eaeaea;
	clear: both;
	padding: 10px;
	overflow:hidden;
}
.shop-tab {
  float: left;
  margin-top: 5px;
}
.shop-tab .tab-menu {
  border: 0 none;
  width: 100%;
}
.shop-tab .tab-menu ul li {
  border: 0 none;
  display: inline-block;
}
.shop-tab .tab-menu ul li a{
	background: #808080 none repeat scroll 0 0;
	color: #fff;
	font-size:16px;
	display: block;
	height: 27px;
	border-radius:2px;
	line-height: 28px;
	margin-right: 5px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 27px;
	font-weight:600;
}
.shop-tab .tab-menu ul li.active a,.shop-tab .tab-menu ul li a:hover{
	background:#f58b02;
}
.toolbar-sorter{
	float:right;
	display:inline-block;
}
.toolbar-sorter span {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  padding-right: 10px;
}
.toolbar-sorter select.sorter-options{
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #666;
	padding: 5px 0;
}
.shop-product-content{
	border: 1px solid #ededed;
	overflow:hidden;
}
.shop-product-content .single-product{
	float:left;
	width:25%;
}
.tab-content > .tab-pane {
  display:block;
  overflow:hidden;
  height:0;
}
.tab-content > .active{
 display:block;
 overflow:visible;
 height:auto;
}
.shop-product-content .tab-content {
  float: none;
  width: 100%;
}
.shop-product-content .single-product > span {
  left: 20px;
}
.pagination-area{
	border:1px solid #ededed;
	padding:20px 10px;
	overflow:hidden;
	border-top:0;
}
.pagination-area .paging-area{
	float:left;
	display:inline-block;
}
.pagination-area .paging-area p{
	margin:0;
}
.pagination-area .compare-form{
	float:right;
	display:inline-block;
}
.pagination-area .compare-form a {
  background: #93c241 none repeat scroll 0 0;
  color: #fff;
  padding: 5px 20px;
}
.shop-product{
	border-bottom: 1px solid #ededed;
	margin-top: 10px;
	overflow: hidden;
	padding: 0 0 30px;
}
.product-wrapper-2{
	position:relative;
	overflow:hidden;
}
.product-wrapper-2 span {
  background: #93c241 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  height: 40px;
  left: 10px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 40px;
  z-index: 2;
}
.product-wrapper-2 a img{
	width:100%;
}
.product-details-2 {
  margin-top: 30px;
}
.product-details-2 p{
	color: #807f7f;
	font-size: 13px;
	letter-spacing: 0.02em;
	line-height: 24px;
	margin: 30px 0 20px;
}
.product-details-2 h3{
	margin:0;
}
.product-details-2 h3 a{
	color: #666;
	display: block;
	font-size: 16px;
	letter-spacing: 0.02em;
	line-height: 21px;
	text-decoration:none;
	transition:.3s;
}
.product-details-2 h3 a:hover{
	color: #f58b02;
}
.product-details-2 .product-rating ul li{
	display:inline-block;
}
.product-details-2 .product-rating a{
	color:#f58b02;
	font-size:15px;
}
.product-details-2 .product-price{
	overflow:hidden;
}
.product-details-2 .product-price ul li{
	display:inline-block;
}
.product-details-2 .product-price ul li.new-price {
	color: #333;
	font-weight: 500;
	display: block;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 23px;
	margin: 17px 15px 0 0;
}
.action-inner{
	overflow:hidden;
}
.action-inner .product-button-3{
	float:left;
	display:inline-block;
	margin-right:5px;
}
.action-inner .product-button-3 a{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f58b02;
	border-radius: 2px;
	color: #f58b02;
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 32px;
	padding: 2px 15px 0;
	text-align: center;
	transition:.3s;
}
.action-inner .product-button-3 a:hover{
	background:#f58b02;
	border:1px solid #f58b02;
	color:#fff;
}
.action-inner .product-button-3 a i{
	padding-right:5px;
}
.action-inner .add-to-links ul li{
	display:inline-block;
}
.action-inner .add-to-links ul li a{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	color: #333;
	display: block;
	float: left;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
	transition:.3s;
}
.action-inner .add-to-links ul li a:hover{
	background:#f58b02;
	border:1px solid #f58b02;
	color:#fff;
}

/*----------------------------------------*/
/* 16 	product-details
/*----------------------------------------*/
.product-details-area {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
}
.product-details .tab-menu {
  border-right: 0 none;
  float: none;
  width: 100%;
}
.product-details .tab-menu ul li {
  border-bottom: 0;
}
.product-details .tab-content {
  float: none;
  width: 100%;
}
.more-info-area {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
}
.flex-direction-nav a::before {
  content: "";
  font-family: fontawesome !important;
  font-size: 38px !important;
}
.flex-direction-nav a.flex-next::before {
  content: "";
}
.flex-control-thumbs .flex-active {
  border: 2px solid #ff5a09;
}
.page-title h1{
	color: #393939;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.comments_advices a{
	color: #666666;
	display: inline-block;
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
	margin-bottom: 10px;
	transition:.3s;
	text-decoration: none;
}
.comments_advices a:hover{
	color:#f58b02;
}
.product_reference p,.product_condition p{
	color: #393939;
	font-size: 14px;
	font-style: italic;
}
.product_reference p span,.product_condition p span{
	color: #73c437;
}
.product-info-price{
	margin-bottom:10px;
}
.product-info-price .price-final span{
	color: #101010;
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
}
.product-info-price .price-final span.tax{
	font-size: 14px;
	color: #393939;
}
.short_description_block p{
	color: #777777;
	font-size: 14px;
	line-height: 27px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 30px;
	padding: 20px 0;
}
.box-cart-bottom{
	padding: 30px 0;
	overflow:hidden;
}
.box-cart-bottom .add_to_cart {
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.box-cart-bottom .add_to_cart a{
	background: #101010 none repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	height: 45px;
	line-height: 25px;
	padding: 14px 25px;
	position: relative;
	text-transform: uppercase;
	transition: .3s;
}
.box-cart-bottom .add_to_cart a:hover,.box-cart-bottom .add-to-links-2 ul li a:hover{
	background:#f58b02;
}
.box-cart-bottom .add_to_cart a:before{
	content: "";
	display: inline-block;
	font-family: "Material-Design-Iconic-Font";
	font-size: 18px;
	padding-right: 5px;
	text-align: center;
	z-index: 2;
}
.box-cart-bottom .add-to-links-2 {
  display: inline-block;
  float: left;
  margin-top: -10px;
}
.box-cart-bottom .add-to-links-2 ul li{
	display:inline-block;
	margin-right: 12px;
}
.box-cart-bottom .add-to-links-2 ul li a{
	background: #101010 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	transition: .3s;
	width: 45px;
}
.product-add-form{
	overflow:hidden;
}
.product-add-form form .quality-button label {
  display: inline-block;
  float: left;
  font-size: 15px;
  line-height: 25px;
  margin-right: 10px;
  margin-top: 8px;
}
.product-add-form form .quality-button input {
  border: 1px solid #ddd;
  padding: 10px 3px;
  width: 55px;
}
.field-limiter-2 .label-title-2 span {
  display: inline-block;
  float: left;
  color:#393939;
  font-size: 15px;
  line-height: 25px;
  margin-right: 10px;
  margin-top: 4px;
}
.field-limiter-2 .control .chosen-select-2 {
  border: 1px solid #ddd;
  padding: 5px 0;
  width: 100px !important;
}
.attribute_fieldset label{
	font-size: 15px;
	line-height: 25px;
	margin-right: 10px;
	color:#393939;
}
.QuantityAvailable {
  margin-top: 20px;
}
.QuantityAvailable span{
	color: #393939;
	font-size: 15px;
	font-style: italic;
}
.QuantityAvailable a {
  background: #333 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  height: 24px;
  line-height: 22px;
  margin-left: 5px;
  text-align: center;
  width: 70px;
}
.QuantityAvailable a:hover{
	background:#f58b02;
}
.socialsharing_product{
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	margin: 15px 0;
	padding: 20px 0;
}
.socialsharing_product span{
	color: #333333;
	display: inline-block;
	font-size: 15px;
	text-transform: capitalize;
}
.socialsharing_product a{
	color: #333333;
	font-size: 16px;
	margin:0 15px;
}
.socialsharing_product a:hover{
	color:#f58b02;
}
.more-info-area .tab-menu ul li {
	display:inline-block;
}
.more-info-area .tab-menu ul li a{
	color: #9c9c9c;
	display: block;
	font-size: 20px;
	line-height: 1;
	padding: 0 40px;
	position: relative;
	text-transform: uppercase;
	transition: .3s;
	text-decoration:none;
}
.more-info-area .tab-menu ul li a:before{
	background: transparent none repeat scroll 0 0;
	bottom: -20px;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 80px;
}
.more-info-area .tab-menu ul li.active a,.more-info-area .tab-menu ul li a:hover{
	color:#000;
}
.more-info-area .tab-menu ul li.active a:before,.more-info-area .tab-menu ul li a:hover:before{
	background: #f58b02 none repeat scroll 0 0;
}
.more-info-area .rate p{
	color: #777777;
	font-size: 14px;
	line-height: 27px;
}
.page-product-box .table-data-sheet{
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 20px;
	width: 100%;
}
.page-product-box .table-data-sheet tbody tr{
	border-top: 1px solid #f2f2f2;
}
.table-data-sheet tr td:first-child {
  border-right: 1px solid #f2f2f2;
  color: #333;
  font-weight: 700;
  width: 30%;
}
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
.table-data-sheet tr.even {
  background: #fdfdfd none repeat scroll 0 0;
}
.review-title a{
	background: #333 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	transition:.3s;
}
.review-title a:hover{
	background:#f58b02;
}
.product-active-9.owl-carousel.owl-theme .owl-controls .owl-nav div{
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	box-shadow: 0 0 3px 1px #f2f2f2;
	color: #333;
	display: block;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	text-align: center;
	left:-10px;
	top: 50%;
	transform:translateY(-50%);
	width: 35px;
	z-index: 9;
}
.product-active-9.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next{
	right:-10px;
	left:auto;
}
.product-details .product-total {
  clear:both;
  overflow:visible;
}

/*----------------------------------------*/
/* 17 	blog
/*----------------------------------------*/
.blog-main-area{
	background:#fff;
	overflow:hidden;
}
.blog-sidebar-title h4{
	border-bottom:1px solid rgb(235, 235, 235);
	margin: 0 0 30px;
}
.blog-sidebar-title h4 span{
	color: rgb(54, 54, 54);
	display:inline-block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
}
.blog-sidebar-title h4 span:before{
  border-bottom: 1px solid #f58b02;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;

}
#blog-search{
	border: 1px solid rgb(229, 229, 229);
}
#blog-search input{
	border: medium none;
	color: rgb(95, 95, 95);
	font-size:15px;
	font-weight: 400;
	max-height: 30px;
	outline: medium none;
	padding: 5px 10px;
	width: 80%;
}
#blog-search .submit{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: rgb(95, 95, 95);
	float: right;
	line-height: 30px;
	padding: 0 10px;
	text-align: right;
	width: 20%;
}
.single-blog-sidebar ul.blog-menu li{
  padding: 3px 1px;
  margin-bottom:0;
}
.single-blog-sidebar ul.blog-menu li a{
	color: #444;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.single-blog-sidebar ul.blog-menu li a:hover{
	color:#f58b02;
}
.single-blog-sidebar ul.blog-menu li a:before{
	color: #9a9a9a;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	margin-right: 10px;
}
.single-blog-sidebar ul li {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-blog-sidebar ul li .post-thumb{
	float: left;
	margin-right: 10px;
	width: 80px;
}
.single-blog-sidebar ul li .post-info{
  display: inline-block;
}
.single-blog-sidebar ul li .post-info a{
	color: #444;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.single-blog-sidebar ul li .post-info a:hover,.single-blog-main .postinfo-wrapper .post-info h1 a:hover{
	color:#f58b02;
}
.single-blog-sidebar ul li .post-info span{
	color: #5f5f5f;
	display: block;
	font-weight: 400;
}
.single-blog-sidebar ul.tag-list li{
	margin-bottom:0;
	display:inline-block;
}
.single-blog-sidebar ul.tag-list li a{
	border: 1px solid #444;
	color: #444;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 8px 17px;
	text-transform: capitalize;
	transition:.3s;
	text-decoration:none;
}
.single-blog-sidebar ul.tag-list li a:hover,.single-blog-sidebar .action-button a:hover{
	background:#f58b02;
	border:1px solid #f58b02;
	color:#fff;
}
.single-blog-sidebar .action-button a{
	border: 1px solid #444;
	color: #444;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding: 8px 17px;
	text-transform: capitalize;
	transition:.3s;
	text-decoration:none;
}
.single-blog-main {
  overflow: hidden;
}
.single-blog-main .post-thumbnail a img{
	width:100%;
}
.single-blog-main .postinfo-wrapper{
	padding-left: 100px;
	position: relative;
	width: 100%;
}
.single-blog-main .postinfo-wrapper .post-date{
	background: #666666 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-weight: 700;
	left: 0;
	padding: 18px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70px;
}
.single-blog-main .postinfo-wrapper .post-date span{
	text-transform:uppercase;
}
.single-blog-main .postinfo-wrapper .post-date span.day{
	display: block;
	font-size: 20px;
}
.single-blog-main .postinfo-wrapper .post-info h1{
	margin: 0 0 20px;
}
.single-blog-main .postinfo-wrapper .post-info h1 a{
	color: #545454;
	font-size: 30px;
	text-decoration:none;
	transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta{
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	float: left;
	font-weight: 600;
	margin: 0 0 30px;
	padding: 10px 0;
	text-transform: uppercase;
	width: 100%;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span{
	color: #909295;
	font-size: 14px;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span a,.single-blog-main .postinfo-wrapper .post-info .entry-meta a {
  color: #666666;
  margin: 0 3px;
  transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info .entry-meta span a:hover,.single-blog-main .postinfo-wrapper .post-info .entry-meta:hover{
	color:#f58b02;
}
.single-blog-main .postinfo-wrapper .post-info p{
	color: #444;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px;
	font-size:15px;
}
.single-blog-main .postinfo-wrapper .post-info > a{
	background: #383838 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	float: left;
	font-size: 13px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	padding: 0 28px;
	text-transform: uppercase;
	transition:.3s;
}
.single-blog-main .postinfo-wrapper .post-info > a:hover{
	background:#f58b02;
}

/*----------------------------------------*/
/* 18 	blog-details
/*----------------------------------------*/
blockquote {
  background: #f7f7f7 none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
  font-style: italic;
  margin: 20px 0;
  padding: 30px 45px;
}
.share-icon{
	clear: both;
	display: inline-block;
	margin: 30px 0 55px;
	overflow: hidden;
}
.share-icon h3 {
  color: #252525;
  float: left;
  font-size: 15px;
  line-height: 34px;
  margin: 0 20px 0 0;
  text-transform: uppercase;
}
.share-icon ul {
  float: left;
}
.share-icon ul li{
	border-left: 1px solid #e5e5e5;
	line-height: 34px;
	display:inline-block;
}
.share-icon ul li:first-child{
	border-left:0;
}
.share-icon ul li a{
	color: #666666;
	display: inline-block;
	font-size: 22px;
	line-height: 34px;
	padding: 0 25px;
	text-align: center;
	text-decoration:none;
	transition:.3s;
}
.share-icon ul li a:hover,.author-info .author-description h2 a:hover,.postinfo-wrapper .single-reply .comment-author-info a:hover{
	color:#f58b02;
}
.author-info {
  overflow: hidden;
}
.author-info .author-avatar{
	float: left;
	width: 10%;
}
.author-info .author-description{
	float: left;
	padding-left: 20px;
	width: 90%;
}
.author-info .author-description h2{
	color: #252525;
	font-size: 18px;
	margin: 0 0 10px;
}
.author-info .author-description h2 a{
	color: #666666;
	text-transform: capitalize;
	text-decoration:none;
	transition:.3s;
}
.author-info .author-description p{
	color: #6a6a6a;
	font-size: 14px;
	font-weight: 400;
}
.reply-comment-area h3,.user-comment-form-area h3{
	border-top: 1px solid #e5e5e5;
	color: #252525;
	font-size: 24px;
	margin: 0 0 50px;
	padding: 22px 0 0;
}
.postinfo-wrapper .single-reply {
  margin: 0 0 20px;
  overflow: hidden;
}
.postinfo-wrapper .single-reply .comment-author {
  float: left;
  width: 7%;
}
.postinfo-wrapper .single-reply .comment-info {
  border: 1px solid #ececec;
  border-radius: 3px;
  float: right;
  padding: 10px;
  position: relative;
  width: 91%;
}
.postinfo-wrapper .single-reply .comment-info::before {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
  content: "";
  display: block;
  height: 10px;
  left: -5px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.postinfo-wrapper .single-reply .comment-author img {
  border-radius: 100%;
}
.postinfo-wrapper .single-reply .comment-author-info a {
  color: #666666;
  font-size:14px;
}
.postinfo-wrapper .single-reply .comment-author-info {
  color: #444;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px;
}
.postinfo-wrapper .single-reply .comment-author-info span {
  color: #444;
  font-size:14px;
  margin-left: 10px;
  margin-right: 10px;
}
.postinfo-wrapper .single-reply .comment-info p {
  color: #6a6a6a;
}
.user-comment {
  padding-left: 25px;
}
.single-blog-main .postinfo-wrapper  .user-comment-form-area form p{
	color: #444;
	margin-bottom: 20px;
	font-weight:700;
}
.user-comment-form-area form .singl-user-reply label{
	color: #666666 !important;
	font-size: 12px;
	display:block;
}
.user-comment-form-area form .singl-user-reply label span{
	color: #ff0000;
}
.user-comment-form-area form .singl-user-reply input{
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	height: 30px;
	margin: 0 0 14px;
	outline: 0 none;
	padding: 0 0 0 10px;
	width: 100%;
}
.user-comment-form-area form .singl-user-reply textarea{
	background: #fbfbfb none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	margin: 0 0 14px;
	outline: 0 none;
	padding: 0 0 0 10px;
	width: 100%;
}

/*----------------------------------------*/
/*  19 contact
/*----------------------------------------*/
.contact .static3_home1 {
  background-color: #f4f4f4;
}
.map-area {
  background: #fff;
  overflow: hidden;
}
.contact-area {
  background: #fff;
}
#googleMap{
	height: 410px;
	width: 100%;
}
.contact-info h3,.contact-form h3{
	border-bottom: 2px solid #e8e8e9;
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	text-transform: uppercase;
	font-weight:500;
}
.contact-info ul li{
	border-bottom: 1px solid #e8e8e9;
	float: left;
	font-size: 13px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.contact-info ul li i{
	font-size: 16px;
	margin-right: 5px;
	width: 20px;
}
.contact-info ul li span{
	font-weight:700;
}
.contact-info ul li a{
	color:#444;
	text-decoration:none;
	transition:.3s;
}
.contact-info ul li a:hover{
	color:#f58b02;
}
.contact-form h3 i {
  padding-right: 8px;
}
.contact-form .single-form-3 form input,.contact-form .single-form-3 form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 12px 10px;
  width: 100%;
  color: #626262;
}
.contact-form .single-form-3 form input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  margin-top: 16px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 140px;
}
.contact-form .single-form-3 form input[type="submit"]:hover {
  background: #f58b02 none repeat scroll 0 0;
}

/*----------------------------------------*/
/*  20 login
/*----------------------------------------*/
.user-login-area{
	background:#fff;
	overflow:hidden;
}
.login-title h2{
	color: #202020;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-transform: capitalize;
}
.login-title p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
}
.login-form{
	border: 1px solid rgba(0, 0, 0, 0.12);
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
	padding: 25px 30px;
	width: 100%;
}
.login-form .single-login{
	margin-bottom:15px;
}
.login-form .single-login label{
	color: #626262;
	font-size: 15px;
	font-weight: 400;
	margin-top:7px;
	display:block;
}
.login-form .single-login input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  padding: 12px 10px;
  width: 100%;
}
.login-form .single-login a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  display: inline-block;
  padding: 10px 43px;
  color: #626262;
  text-transform: capitalize;
  text-decoration: none;
  float: left;
  transition:.3s;
}
.login-form .single-login a:hover{
	background:#f58b02;
	color:#fff;
	border: 1px solid #f58b02;
}
.single-login input#rememberme {
  float: left;
  width: 7%;
  margin-top: 14px;
}
.single-login-2 span {
  float: left;
  margin-top: 10px;
}
.single-login-2{
	overflow:hidden;
}
.login-form > a{
	color: #f58b02;
	line-height: 24px;
	margin-bottom: 15px;
	font-size:13px;
}

/*----------------------------------------*/
/*  21 register
/*----------------------------------------*/
.single-register {
  margin-bottom: 15px;
  overflow: hidden;
}
.single-register form label ,.single-register label {
  color: #626262;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 7px;
}
.single-register form input{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eceff8;
	box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: 100%;
}
.single-register .chosen-select{
	height: 45px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eceff8;
	color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
	box-shadow: none;
	text-align:left;
}
.single-register input#billing_address_2 {
  margin-top: 15px;
}
.single-register-3 #rememberme {
  display: inline-block;
  float: left;
}
.single-register-3 label {
  display: inline-block;
  float: left;
  margin-top: 0;
  padding-left: 10px;
  font-size: 13px;
}
.single-register-3 label a {
  color: #f58b02;
  font-size: 14px;
  text-decoration: none;
}
.single-register > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #eceff8;
  box-shadow: none;
  color: #626262;
  display: inline-block;
  font-size: 14px;
  margin-top: 6px;
  padding: 12px 48px;
  text-decoration:none;
  transition:.3s;
}
.single-register > a:hover{
	background-color:#f58b02;
	color:#fff;
	border:1px solid #f58b02;
}

/*----------------------------------------*/
/*  22 about
/*----------------------------------------*/
.about-main-area{
	background:#fff;
	overflow:hidden;
}
.our-mission-area{
	background:#fff;
	overflow:hidden;
}
.counter-area{
	background:#fff;
	overflow:hidden;
}
.team-area{
	background:#fff;
	overflow:hidden;
}
.skill-area{
	background:#fff;
	overflow:hidden;
}
.about-img{
	overflow:hidden;
}
.about-img a img{
	transform:scale(1);
	transition:.4s;
}
.about-img a img:hover{
	transform:scale(1.1);
}
.about-content h3,.single-misson h3 {
  color: #252525;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 20px;
}
.about-content h3 span ,.single-misson h3 span{
  font-weight: 500;
  padding-left: 10px;
}
.about-content p,.single-misson p{
	color: #4a4d4f;
	font-size: 15px;
	line-height: 25px;
}
.about-content ul li{
	margin-top: 5px;
}
.about-content ul li a{
	font-size: 16px;
	color:#444;
	text-decoration:none;
	transition:.3s;
}
.about-content ul li a:hover{
	color:#f58b02;
}
.about-content ul li a i {
  color: #a08d7c;
  font-size: 16px;
  padding-right: 6px;
}
.counter-area {
  background: rgba(0, 0, 0, 0) url("img/banner/42.jpg") repeat scroll center center;
}
.single-counter h2{
  font-size: 40px;
  color:#444;
  font-weight:600;
}
.single-counter span{
	font-size: 15px;
	text-transform: uppercase;
}
.team-title h2{
	color: #252525;
	font-size: 28px;
}
.team-title h2 span{
	font-weight: 700;
}
.team-content{
	margin-top:15px;
}
.team-content h3{
	font-size: 20px;
	margin: 0;
	font-weight:500;
}
.team-content span {
  font-family: Yanone Kaffeesatz;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
}
.team-img-area{
	position:relative;
}
.team-img{
	position:relative;
}
.team-img a::before {
  background: #a08d7c none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
  transform:scale(0);
}
.team-img a img {
  width: 100%;
}
.single-team:hover .team-img a::before{
	opacity:.5;
	transform:scale(1);
}
.team-link{
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 70%;
	transform: translateY(-50%);
	width: 100%;
	opacity:0;
	z-index:5;
	transition:.6s;
}
.single-team:hover .team-link{
	opacity:1;
	top:50%;
}
.team-link ul li{
	display: inline-block;
	margin: 0 10px;
}
.team-link ul li a{
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease 0s;
}
.team-link ul li a:hover{
	color:#f58b02
}
.skill-content h3{
	color: #252525;
	font-size: 28px;
	font-weight:500;
	margin-bottom:30px;
}
.skill-content h3 span {
  font-weight: 700;
  margin: 0 8px;
}
.skill-content p{
	color: #4a4d4f;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 25px;
}
.skill-content a {
  border-bottom: 1px solid #a08d7c;
  color: #a08d7c;
  font-size: 15px;
  display:inline-block;
  text-decoration:none;
  transition:.3s;
}
.skill-content a:hover{
	color:#f58b02;
	border-bottom: 1px solid #f58b02;
}
.skill-content a i {
  padding-left: 5px;
}
.skill-progress {
  overflow: hidden;
  padding-top: 30px;
}
.progress {
  height: 5px;
  margin-bottom: 40px;
  overflow: visible;
  position: relative;
  border-radius: 2px;
}
.progress .skill-title {
  color: #333;
  font-weight: 700;
  position: absolute;
  text-transform: uppercase;
  top: -28px;
}
.progress .progress-bar {
  background: rgb(123, 123, 123) none repeat scroll 0 0;
  border-radius: 2px 0 0 2px;
  height: 5px;
}

/*----------------------------------------*/
/*  23  Cart
/*----------------------------------------*/
.entry-header-area{
	background:#fff;
	overflow:hidden;
}
.cart-main-area{
	background:#fff;
	overflow:hidden;
}
.entry-header-title > h2 {
  color: #444;
  font-size: 30px;
  margin-bottom: 0;
}
.entry-header-area{
	padding-bottom: 40px;
}
.entry-header-area .ntry-header-title h2{
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
}
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0 0 50px;
  text-align: center;
  width: 100%;
}
.table-content table th, .table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.table-content table th {
  border-top: medium none;
  font-weight: normal;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.table-content table {
  text-align: center;
}
.table-content table td {
  border-top: medium none;
  font-size: 13px;
  padding: 20px 10px;
  vertical-align: middle;
}
.table-content table td.product-thumbnail {
  width: 130px;
}
.table-content table td.product-name a {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  text-decoration:none;
}
.table-content table td.product-price {
  width: 130px;
}
.table-content table td.product-quantity {
  width: 180px;
}
.table-content table td input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #6f6f6f;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 60px;
}
.table-content table td.product-subtotal {
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}
.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 700;
}
.table-content table td.product-remove {
  width: 150px;
}
.table-content table td.product-remove i {
  color: #919191;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.buttons-cart ul li{
	display:inline-block;
}
.buttons-cart ul li a,.coupon form a{
	background: #252525 none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 15px;
	text-shadow: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.buttons-cart ul li a:hover,.coupon form a:hover{
	background: #f58b02 none repeat scroll 0 0;
	color: #fff;
}
.coupon {
  margin-bottom: 40px;
  overflow: hidden;
  padding-bottom: 20px;
}
.coupon h3 {
  font-size: 14px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.coupon p {
  font-size:12px;
  color::#777;
}
.coupon form input{
	border: 1px solid #e5e5e5;
float: left;
height: 40px;
margin: 0 6px 20px 0;
max-width: 100%;
padding: 0 0 0 10px;
width: 170px;
}
.coupon form a{
	float:left;
}
.cart_totals {
  float: left;
  text-align: right;
  width: 100%;
}
.cart_totals h2 {
  border-bottom: 2px solid #333;
  display: inline-block;
  font-size: 30px;
  margin: 0 0 35px;
  text-transform: uppercase;
}
.cart_totals table {
  border: medium none;
  float: right;
  margin: 0;
  text-align: right;
}
.cart_totals table th {
  border: medium none;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px 12px 0;
  text-align: right;
  text-transform: uppercase;
  vertical-align: top;
  color:#777;
}
.cart_totals table td {
  border: medium none;
  padding: 0 0 12px;
  vertical-align: top;
}
.cart_totals table td .amount {
  color: #ec4445;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin-left: 5px;
  text-align: right;
  text-transform: uppercase;
  font-size:12px;
}
.cart_totals table td ul#shipping_method {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.cart_totals table td ul#shipping_method li {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  text-indent: 0;
  width: 100%;
  color:#777;
  font-size:12px;
}
.cart_totals table td ul#shipping_method li input {
  margin: 0;
  position: relative;
  top: 2px;
}
.shipping a {
  color: #6f6f6f;
  font-weight: bold;
  font-size:12px;
}
.cart_totals table tr.order-total th, .cart_totals table tr.order-total .amount {
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.cart_totals table td {
  border: medium none;
  padding: 0 0 12px;
  vertical-align: top;
}
.wc-proceed-to-checkout a {
  background: #f58b02 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  padding: 0 30px;
  text-transform: none;
}

/*----------------------------------------*/
/*  24  Wishlist
/*----------------------------------------*/
.wishlist-title h2 {
  font-size: 30px;
  color: #252525;
}
.wishlist-table table {
  background: #fff none repeat scroll 0 0;
  border-color: #e8e8e9;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 20px 0 50px;
  width: 100%;
}
.wishlist-table table th, .wishlist-table table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
  color:#777;
}
.wishlist-table table .product-remove {
  padding: 0 15px;
  width: 20px;
}
.wishlist-table table th {
  font-weight: 600;
}
.wishlist-table table .product-thumbnail {
  width: 150px;
}
.wishlist-table table .product-add-to-cart {
  width: 240px;
}
.wishlist-table table .product-remove {
  padding: 0 15px;
  width: 20px;
}
.wishlist-table table .product-remove > a {
  font-size: 25px;
  color:#777;
}
.wishlist-table table .product-remove > a:hover {
  color:#f58b02;
}
.wishlist-table table .product-thumbnail {
  width: 150px;
}
.product-name a{
	color:#777;
	transition:.3s;
}
.product-name a:hover{
	color:#f58b02;
}
.wishlist-table table td.product-price .amount {
  font-weight: 700;
}
.wishlist-table table .wishlist-in-stock {
  color: #ec4445;
}
.wishlist-table table .product-add-to-cart {
  width: 240px;
}
.wishlist-table table .product-add-to-cart > a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 10px 56px;
  text-transform: uppercase;
  width: 260px;
}
.wishlist-table table .product-add-to-cart > a:hover {
  background: #f58b02 none repeat scroll 0 0;
}
.wishlist-share {
  margin:30px 0;
}
.wishlist-share-title {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
}
.wishlist-share ul li {
  display: inline-block;
  margin: 0 5px;
}
.wishlist-share ul li a {
  color: #444;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.wishlist-share ul li a:hover {
	color:#f58b02;
}

/*----------------------------------------*/
/*  25  checkout
/*----------------------------------------*/
.entry-header-area{
	background:#fff;
	overflow:hidden;
}
.coupon-area{
	background:#fff;
	overflow:hidden;
}
.checkout-area{
	background:#fff;
	overflow:hidden;
}
.different-address {
  margin-top: 30px;
}
.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #1e85be;
  color: #515151;
  font-size: 12px;
  font-weight: 300;
  list-style: outside none none;
  margin: 0 0 2em;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
  color: #1e85be;
  content: "";
  display: inline-block;
  font-family: fontawesome;
  left: 1.5em;
  position: absolute;
  top: 1em;
}
.coupon-accordion span {
  color: #6f6f6f;
  cursor: pointer;
}
.coupon-accordion span:hover, p.lost-password a:hover {
  color: #f58b02;
}
.coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}
.coupon-info p.coupon-text {
  margin-bottom: 15px;
}
.coupon-info p {
  margin-bottom: 0;
}
.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
  display: block;
}
.coupon-accordion span {
  color: #6f6f6f;
  cursor: pointer;
}
.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
  color: #FF1111;
  font-weight: 700;
}
.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
}
.buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.form-row > label {
  margin-top: 7px;
}
.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}
p.lost-password {
  margin-top: 15px;
}
p.lost-password a {
  color: #6f6f6f;
}
.coupon-checkout-content {
  display: none;
  margin-bottom: 30px;
}
p.checkout-coupon input[type="text"] {
  height: 36px;
  padding-left: 10px;
  width: 170px;
}
p.checkout-coupon input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
  background: #f58b02 none repeat scroll 0 0;
}
.coupon-accordion span:hover, p.lost-password a:hover {
  color: #f58b02;
}
.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.country-select {
  margin-bottom: 30px;
  position: relative;
}
.country-select label, .checkout-form-list label {
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 5px;
}
.country-select label span.required, .checkout-form-list label span.required {
  color: #FF1111;
}
.country-select select {
  height: 40px;
  width: 100%;
   border: 1px solid #ddd;
   padding-left:10px;
   font-size:12px;
}
.checkout-form-list {
  clear: both;
  margin-bottom: 30px;
}
.checkout-form-list input{
 background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    padding: 0 0 0 10px;
    width: 100%;
}
.checkout-form-list input#cbox {
  float: left;
  height: 0;
  position: relative;
  width: 2%;
}
.create-acc label {
  float: left;
  width: 80%;
  padding-left: 14px;
}
.create-account p{
	font-size:13px;
	color:#777;
}
.ship-different-title label {
  padding-right: 22px;
  font-size:19px;
}
.order-notes textarea {
  height: 90px;
  padding: 15px;
  width: 100%;
}
.your-order {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 40px 45px;
}
.your-order h3 {
  border-bottom: 1px solid #d8d8d8;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  color: #252525;
}
.your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}
.your-order-table table th {
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}
.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
   color:#777;
}
.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}
.your-order-table table .shipping th {
  vertical-align: top;
}
.your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}
.your-order-table table .order-total td {
  border-bottom: medium none;
}
.your-order-table table tr.order-total td span {
  color: #ec4445;
  font-size: 20px;
}
.panel-default > .panel-heading {
  background:none;
  transition:.3s;
  position:relative;
  padding:0px;
}
.panel-group .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.payment-method {
  margin-top: 40px;
}
.payment-accordion .panel-group .panel {
  background: transparent;
}
.payment-accordion .panel-title a {
  color: #6f6f6f;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 10px;
  display:inline-block;
  font-weight:400;
}
.payment-accordion .panel-body {
  border-top: medium none !important;
  padding: 0;
}
.payment-accordion .panel-body p {
  font-size: 14px;
  margin-bottom:0;
  color:#777;
  font-weight:400;
}
.payment-accordion .panel-title a img {
  height: 20px;
  margin-left: 15px;
}
.payment-accordion .panel-heading a::before {
  content: "";
  cursor: pointer;
  display: block;
  font-family: fontawesome;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 0px;
}
.payment-accordion .panel-heading a.collapsed::before {
  content: " ";
}
.payment-accordion  .panel-group .panel {
  margin-bottom: 20px;
}
.order-button-payment input:hover {
  background: #f58b02 none repeat scroll 0 0;
}
.order-button-payment input {
  background: #ec4445 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
  font-weight:400;
}
.your-order {
  margin-bottom: 50px;
}
/*----------------------------------------*/
/*  26  404 page
/*----------------------------------------*/
.section-element-area{
	background:#fff;
	overflow:hidden;
}
.page-not-found .entry-header p {
  color: #000;
  font-size: 24px;
  margin-bottom: 0;
}
.page-not-found .entry-content p {
  font-size: 15px;
  margin-bottom: 40px;
}
.page-not-found .entry-content a {
  border: 2px solid #aaa;
  color: #333;
  font-weight: 700;
  padding: 10px 30px;
  transition:.3s;
}
.page-not-found .entry-content a:hover{
	background: #f58b02 none repeat scroll 0 0;
	border-color: #f58b02;
	color: #fff;
}

