CSS INDEX
===================

1. Theme Default CSS (body, link color, section etc)
2. header-area
3. mainmenu-area
4. slider area
5. home-service-area
6. banner-area
7. product-area
8. add-area
9. new-featured-product
10. blog-area
11. logo-brand-area
12. footer-top-area
13. footer-middle-area
14. footer-bottum-area 
15. home-2-header-top-bar 
15.1 home-2-banner-area 
15.2 home-2-testimonials-area
16. home-3-header-search
16.1 home-3-category-saidebar
16.2 home-3-banner-home-3
16.3 home-3-special-product-carusol-3
16.4 home-3-product-category-tab
16.5 home-3-popular-category
16.6 home-3-logo-brand-area 
16.7 home-3-blog-testimonials-area
16.8 home-3-testimonials-area
16.9 home-3-shipping-info-area
17. home-4
18. home-5
18.1 home-5 brand-new-product
19. home-6 header
19.1 home-6 product-category-carosul
19.2 home-6 best-sellers-area
20. home-7
21. home-8
21.1 home-8-header_area
21.2 home-8-banner
21.3 home-8-product-category-tab
22. home-9-Header
22.1 home-9-banner-left-area
22.2 home-9-service-area-bottum
22.3 home-9-category-saidebar
22.4 home-9-product
22.5 home-9-logo-brand
22.6 home-9-footer-area
23. home-10
24. shop-page
24.1 shop-page-category-sidebar
24.2 shop-page-filter-price
24.3 shop-page-tags
24.4 shop-page-featured-product-area
24.5 shop-page-view-mode
24.6 shop-page-all-product-area
25. shop-list-page-all-product-area
26. my-account-page
27. wishlist-page
28. shopping-cart-page
29. checkout page
30. portfolio page
31. blog page
31.1 blog page sidebar-right
32. blog-leftbar page
33. blog-post-image page
34. variable-product page
35. about-us page
36. contact page
37. sample-page
38. single-project-page
39. category-blog-page
40. blog full-width-page
41. faq page
-----------------------------------------------------------------------------------*/
/* Let's get this party started */

::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}

::-webkit-scrollbar {
    width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 35px #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	    background: #fbf9f9;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ddd;
        -webkit-box-shadow: inset 1px 0px 0px #e8e8e8;
    border: 2px solid #fff;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #ddd; 
}
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
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}
a:focus {
	color: #009587;
	outline: medium none;
	text-decoration: none;
}
a:hover {
	color: #3bb2ca;
	text-decoration: none;
}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 5px;
}
a {transition: all 0.4s ease 0s;text-decoration:none;color: #222;}

ul{
	list-style: outside none none;
	margin: 0;
	padding: 0
}
body {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	visibility: visible;
}
.clear{
	clear: both;
}
#scrollUp {
	background: #9d9d9d none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 12px;
	color: #fff;
	font-size: 30px;
	height: 50px;
	line-height: 45px;
	right: 12px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: 50px;
	font-weight:bold;
}
#scrollUp:hover{
	background:#009587;
}
/* style for tooltip */
.color-tooltip + .tooltip > .tooltip-inner {background-color: #646464;color:#fff;padding:7px 10px; border-radius:0;width:100%;}
.color-tooltip + .tooltip.top > .tooltip-arrow { border-top-color:#646464; }
.slicknav_menu{display:none}
.mobile-menu {
	display: none;
}
/* ----------------------------
2. header-area
------------------------------*/
.header_area{background: #2f2f2f none repeat scroll 0 0;}
.header-top-bar {
	border-bottom: 1px solid #454545;
	float: left;
	line-height: 51px;
	width: 100%;
}
.header-left{}
.header-email,.header-phone{
	float: left;
	margin-right: 22px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 51px;
}
.header-email i,.header-phone i {
	width: 15px;
}
.header-email strong,.header-phone strong {
	color: #fff;
	font-weight: bold;
	    text-transform: uppercase;
}
.header-email a {
	color: #fff;
	text-decoration: none;
}
.header-email a:hover,.menu-top-menu ul li a:hover {
	color: #adadad;
}
.header-right {
	float: right;
}
.menu-top-menu {
	float: left;
}
.menu-top-menu ul{
	margin:0;
	padding: 0;
	list-style: none;
}
.menu-top-menu ul li{
	display: inline-block;
	position: relative;
}
.menu-top-menu ul li a {
	border-left: 1px solid #454545;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 0 14px 0 15px;
	color: #fff;
	text-decoration: none;
}
.menu-top-menu ul li:first-child a {
	border: none;
	padding-left: 0;
}
.menu-top-menu ul li ul {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	right: -17px;
	top: 49px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 125px;
	z-index: 999;
}
.menu-top-menu ul li ul li {
	display: block;
	line-height: normal;
}
.menu-top-menu ul li ul li a {
	border: 0 none;
	color: #444;
	display: block;
	line-height: 36px;
	padding: 0 10px !important;
}
.menu-top-menu ul li ul li a:hover{
	background: #009587;
	color:#fff;
}
.menu-top-menu ul li a i {
	margin-right: 3px;
}
.menu-top-menu ul li:hover ul{
	opacity: 1;
	visibility: visible;
}
.chosen-container {
	float: left;
}
.chosen-container {
	padding: 0 15px;
	text-transform: uppercase;
}
.chosen-container ul{margin: 0;padding: 0;list-style: none;}
.chosen-container ul li{
	position: relative;
}
.chosen-container ul li a i{
	font-size: 11px;
	margin-left: 5px;
}
.chosen-container ul li a{color: #fff; font-size: 11px;
	font-weight: 400;}
.chosen-container ul li ul {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	font-family: 'Roboto', sans-serif;
	opacity: 0;
	padding: 5px 0;
	position: absolute;
	right: -16px;
	text-align: center;
	top: 49px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 65px;
	z-index: 9999;
}
.chosen-container ul li ul li {
	cursor: pointer;
	line-height: normal;
	padding: 10px 0;
}
.chosen-container ul li:hover ul{
	opacity: 1;
	visibility: visible;
}
.chosen-container ul li ul li:hover{
	background: #009587;
	color: #fff;
}
.lang-sel-list {
	float: left;
}
.lang-sel-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.lang-sel-list ul li{
	float: left;
}
.lang-sel-list ul li a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: inline-block;
	padding: 0 0 0 12px;
	width: 30px;
}
.cart-total ul li a.cart-toggler {
	background: #009587 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	height: 50px;
	line-height: 50px;
	padding-right: 20px;
}
.header-search {
	background: #fff none repeat scroll 0 0;
	float: left;
	margin-right: 15px;
	position: relative;
	vertical-align: middle;
}
.header-search input[type='text'] {
	border: 0 none;
	color: #222;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	height: 50px;
	line-height: 30px;
	outline: medium none;
	padding: 10px 15px;
	vertical-align: middle;
	width: 520px;
}
.header-search button{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #222;
	display: inline-block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	outline: medium none;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 56px;
}
.search-cart-list {
	float: right;
	margin: 40px 0;
}
.logo {
	margin: 5px 0 0;
}
.home-2 .logo {
	margin: 35px 0 0;
}
.cart-total{
	float: left;
	margin-left: 10px;}
.cart-total ul{}
.cart-total ul li{float: left;position:relative}
.cart-total ul li a{display: block;text-decoration: none;}
.cart-total ul li a span.cart-no {
	border-color: #e8e8e9;
	border-image: none;
	border-width: 1px 1px 1px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding: 0 15px;
}
.cart-total ul li a span.cart-no{color: #fff;
	display: block;
	float: right;
	transition: all 0.3s ease 0s;}
.cart-total ul li a span.cart-no i {
	margin-right: 4px;
}
.cart-total ul li .mini-cart-content{background: #fff none repeat scroll 0 0;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	opacity: 0;
	padding: 25px;
	position: absolute;
	right: 0;
	top: 100%;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
	width: 300px;
	z-index: -99;
}
.cart-total ul li:hover .mini-cart-content {
	opacity: 1;
	transform: scaleY(1);
	z-index: 9999999;
}
.cart-total ul li .mini-cart-content .cart-img-details{
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
}
.cart-total ul li .mini-cart-content .cart-img-details:last-child{
	border-bottom: 0px solid #e5e5e5;
}
.cart-total ul li .mini-cart-content .cart-img-details .cart-img-photo{border: 1px solid #e5e5e5;
	float: left;
	position: relative;
	width: 64px;
	margin-right:10px;}
.cart-total ul li .mini-cart-content .cart-img-details .cart-img-photo:hover{border: 1px solid #009587;}
.cart-total ul li .mini-cart-content .cart-img-details .cart-img-photo a{}
.cart-total ul li .mini-cart-content .cart-img-details .cart-img-photo img{}
.cart-total ul li .mini-cart-content .cart-img-details .cart-img-contaent{float: left;
	margin-left: 0px;
	width:170px;
}
.cart-total ul li .mini-cart-content .cart-img-details .cart-img-contaent h3{color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	margin: 0 0 5px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}
.cart-total ul li .mini-cart-content .cart-img-details .cart-img-contaent h3:hover{color:#009587;}
.cart-total ul li .mini-cart-content .cart-img-details .cart-img-contaent span{font-size: 14px;
	font-weight: 700;
	text-align: left;
	font-family: 'Roboto', sans-serif;
}
.pro-del{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #9d9d9d !important;
	display: block;
	font-size: 18px;
	left: auto;
	position: absolute;
	right: 2px;
	top: 0px;
	z-index: 1;}
.pro-del a{}
.pro-del a i{color: #909295;
	font-size: 18px;}
.pro-del a i:hover{color:#009587}
.cart-total ul li .mini-cart-content .cart-img-details .cart-img-contaent span.quantity{color: #939393;
	float: left;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	width: 100%;}
p.total,p.buttons{background: #222 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 0 15px;
	padding: 0 10px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;}
p.buttons{
	padding: 0;
	margin: 0;
}
p.buttons a{background: #009587 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	padding: 0 10px;
	text-align: left;
	text-transform: uppercase;}
p.buttons a:hover{background: #222222}
p span.amount{
	float: right;
	font-size: 14px;
}
p.cart-button-top{margin-top: 15px;
	overflow: hidden;}
.mini-cart-content p.cart-button-top a{background: #ec4445 none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 35px;
	text-align: center;
	text-transform: uppercase;}
.mini-cart-content p.cart-button-top a:hover{background: #252525 none repeat scroll 0 0;
	border: 1px solid;
	color: #fff;}
/* ----------------------------
3. mainmenu-area
------------------------------*/
.mainmenu-area{border-top: 2px solid #000;}
.main-menu{}
.main-menu ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.main-menu ul li{
	display: inline-block;
	position: relative;
}
.main-menu ul li a{
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 62px;
	min-height: 62px;
	transition: all 0.4s ease 0s;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	padding: 0 0 0 40px;
}
.main-menu ul li:first-child a{
	padding: 0;
}
.main-menu ul li a:hover{color: #009587;}
.main-menu ul li a i{
	font-size: 14px;
	margin-left: 6px;
}
/* ----------------------------
Dropdown-menu
------------------------------*/
.main-menu ul li ul.sup-menu,.main-menu ul li .mega-menu {
	left: 0;
	position: absolute;
	text-align: left;
	transition: all 0.5s ease 0s;
	transform-origin: 0 0 0;
	top:100%;
	width: 250px;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	margin: 0;
	padding: 10px 0;
	display: block;
	max-height: 0;
	max-width: 0;
	opacity: 0;
	overflow: hidden;
	transform: perspective(600px) rotateX(-90deg);
	transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;  
	float: none;
	vertical-align: top;
	visibility: visible;
	z-index: 5000;
}
.main-menu ul li:hover ul.sup-menu{
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	overflow: visible;
	transform: perspective(600px) rotateX(0deg);
	transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
	z-index:999;
}
.main-menu ul li ul.sup-menu li a {
	color: #222;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: inherit;
	min-height: inherit;
	padding: 12px 25px;
	text-transform: none;
}
.main-menu ul li ul.sup-menu li{
	display: block;
}
.main-menu ul li ul.sup-menu li:hover {
    background: none !important;
    color: #3bb2ca !important;
}
.main-menu ul li ul.sup-menu li a{
    color: #272727 !important;
}
.main-menu ul li ul.sup-menu li:hover a{
    background: none !important;
    color: #3bb2ca !important;
}
/* ----------------------------
mega-menu
------------------------------*/
.main-menu ul li .mega-menu{
	width: 670px;
}
.main-menu ul li:hover .mega-menu{
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	overflow: visible;
	transform: perspective(600px) rotateX(0deg);
	transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
}
.main-menu ul li .mega-menu .single-mega-menu{
	width: 33.3333%;
	float: left;
	padding: 0 15px;
}
.main-menu ul li .mega-menu .single-mega-menu .hedding-border a{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 1px solid #c2c2c2;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: inherit;
	min-height: inherit;
	padding: 10px 0;
	text-transform: capitalize;
}
.main-menu ul li .mega-menu .single-mega-menu a {
	color: #222;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 36px;
	min-height: inherit;
	padding: 0;
	text-transform: none;
}
.main-menu ul li .mega-menu .single-mega-menu a:hover, .main-menu ul li ul.sup-menu li a:hover {
	color: #009587;
	background: transparent !important;
}
/* ----------------------------
4. Slider area
------------------------------*/
.slider-wrap {
	margin-bottom: 40px;
}
.slider-wrap a.s-button::after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	margin-left: 10px;
}
.slider-wrap a.s-button{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #313131 !important;
	border-radius: 0;
	color: #313131;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 40px !important;
	padding: 0 20px !important;
	text-transform: uppercase;
}
.slider-wrap a.s-button:hover {
	border-color: #009587 !important;
	color: #009587;
}
/* ----------------------------
5. home-service-area
------------------------------*/
.home-service-area {
	margin-bottom: 40px;
	text-align: center;
}
.home-service-area .service-box::before {
	background-image: url("img/free_shipping.png");
	background-position: 50% 32px;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 120px;
	width: 100%;
}
.home-service-area .col-lg-4.col-md-4:nth-child(2) .service-box::before{
	background-image: url("img/money_back.png");
	background-position: 50% 25px;
}
.home-service-area .col-lg-4.col-md-4:nth-child(2) .service-box:hover::before{
	background-position: 50% -150px;
}
.home-service-area .col-lg-4.col-md-4:nth-child(3) .service-box::before{
	background-image: url("img/support.png");
	background-position: 50% 20px;
}
.home-service-area .col-lg-4.col-md-4:nth-child(3) .service-box:hover::before{
	background-position: 50% -142px;
}
.home-service-area .service-box h3 {
	border: 1px solid #f0f0f0;
	font-size: 12px;
	letter-spacing: 3px;
	line-height: 35px;
	padding: 20px;
	text-transform: uppercase;
	color: #4c4c4c;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 5px;
}
.home-service-area .service-box:hover::before {
	background-color: #009587;
	background-position: 50% -153px;
}
.home-service-area .service-box:hover h3{
	border: 1px solid #009587;
}
/* ----------------------------
6. banner-area
------------------------------*/
.banner-area {
	margin-bottom: 40px;
}
.single-banner a{
	position: relative;
	display: block;
}
.single-banner a::before {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s ease-out 0s;
	z-index: 0;
}
.single-banner:hover a::before {
	opacity: 1;
}
.banner-bottom {
	margin-top: 35px;
}
/* ----------------------------
7. product-area
------------------------------*/
.product-area {
	margin-bottom: 40px;
}
h2.area-headding {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
    height: 40px;
    color: #3bb2ca;
}
h2.area-headding span{
    float: left;
    border-bottom: 3px solid #3bb2ca;
}
.product-carusol {
	padding-top: 15px;
}
.product-img{
	position: relative;
	overflow: hidden;
	text-align: center;
	    margin-bottom: 15px ;
}
.product-img a .secondary-image {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.4s ease 0s;
}
.product-img:hover .secondary-image {
	opacity: 1;
}
.product-img::before {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.product-name-cart-button button.button_style:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #009587;
    color: #009587;
}
.product-name-cart-button button.button_style {
    border: 2px solid #222;
    box-shadow: none;
    color: #313131;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
	background:#fff;
}
.single-product:hover .overlay_collection {
    opacity: 1;
}
.overlay_collection{
	cursor:pointer;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    transition: all 0.4s ease 0s;
    opacity: 0;
}
.single-product:hover .product-img:before {
	opacity: 1;
}
.single-product .price-rate {
	left: 0;
	margin-top: -40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 3;
}
.single-product:hover .price-rate {
	opacity: 1;
}
.single-product .price-rate .ratings {
	transform: translateY(30px);
	transition: all 0.4s ease 0s;
}
.single-product .price-rate .ratings i{
	color: #ffe117;
	font-size: 18px;
}
.single-product:hover:hover .product-img .price-rate .ratings {
	transform: translateY(0px);
}
.single-product .price-rate .price-box {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin-top: 15px;
	padding: 8px 0;
	position: relative;
	transform: translateY(-30px);
	transition: all 0.4s ease 0s;
	z-index: 2;
}
.single-product .price-rate .price-box .old-price {
	font-size: 18px;
	margin-left: 10px;
	text-decoration: line-through;
}
.single-product:hover .price-rate .price-box {
	transform: translateY(0px);
}
.single-product {
	position: relative;
}
.action-button {
	bottom: 18px;
	height: 40px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	z-index: 3;
}
.action-button div{
	display: inline-block;
}
.action-button div a{
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	font-weight: normal;
	line-height: 40px;
	padding: 0;
	position: relative;
	text-align: center;
	color: #222;
	    padding: 0px 15px;
}
.action-button div.compare-button {
	margin: 0 5px;
}
.action-button div a{
	opacity: 0;
	top: -40px;
	visibility: hidden;
}
.action-button .add-to-wishlist a{
	transition: all 0.8s ease 0s;
}
.single-product:hover .action-button div a{
	opacity: 1;
	top: 0;
	visibility: visible;
}
.single-product .action-button div a:hover{
	background: #009587 none repeat scroll 0 0;
	color: #fff;
}
.action-button .compare-button a{
	transition: all 0.6s ease 0s;
}
.action-button .quickviewbtn a{
	transition: all 0.4s ease 0s;
}
.product-name-cart-button {
	display: block;
	margin-top: 15px;
	text-align: center;
}
.product-name-cart-button h2.product-name {
	font-size: 12px;
	text-transform: uppercase;
}
.product-name-cart-button h2.product-name a {
	color: #222;
	text-decoration: none;
}
.product-name-cart-button h2.product-name a:hover{
	color:#009587
}
.product-name-cart-button a.button {
	border: 2px solid #222;
	box-shadow: none;
	color: #313131;
	display: inline-block;
	height: 40px;
	line-height: 36px;
	padding: 0 20px;
	position: relative;
	text-shadow: none;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	transition: all 0.3s ease 0s;
}
.product-name-cart-button a.button:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color: #009587;
	color: #009587;
}
.product-name-cart-button a.button::before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	margin-right: 10px;
	text-align: center;
}
.single-product .onsale {
	background: #97d316;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    left: 10px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 60px;
    z-index: 2;
}
.single-product .onsale .sale-bg {
    display: block;
    height: 40px;
    left: 36%;
    position: absolute;
    top: 27px;
    width: 40px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #97d316;
}
.single-product .onsale .sale-text {
	    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 0px;
    font-weight: normal;
	top: -2px;
}
.product-carusol .col-lg-3.col-md-3{
	width:100%;
}
.product-carusol.owl-theme .owl-controls .owl-buttons div,.new-product.owl-theme .owl-controls .owl-buttons div,.featured-product.owl-theme .owl-controls .owl-buttons div,.blog-carusol.owl-theme .owl-controls .owl-buttons div {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #222;
	border-radius: 3px;
	color: #4c4c4c;
	display: inline-block;
	font-size: 16px;
	height: 25px;
	margin: 5px;
	opacity: 1;
	padding: 0;
	text-align: center;
	width: 25px;
	transition:0.4s;
}
.product-carusol.owl-theme .owl-controls .owl-buttons,.new-product.owl-theme .owl-controls .owl-buttons,.featured-product.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	right: 12px;
	top: -70px;
}
.product-carusol.owl-theme .owl-controls .owl-buttons div:hover,.new-product.owl-theme .owl-controls .owl-buttons div:hover,.featured-product.owl-theme .owl-controls .owl-buttons div:hover,.blog-carusol.owl-theme .owl-controls .owl-buttons div:hover{
	color:#009587;
	border-color: #009587;
}
/* ----------------------------
8. add-area
------------------------------*/
.add-area{transition: all 0.5s ease-out 0s;margin-bottom: 40px;}
.add-area:hover{background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;}
.add-area .add-image {
	text-align: center;
}
.add-area .add-text{margin-top: 111px;}
.add-area .add-text h2 {
	font-size: 14px;
	padding-left: 10px;
}
.add-area .add-text h2 strong {
	color: #ff5252;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}
.add-area .add-text h1 {
	font-size: 100px;
	font-weight: 700;
}
.add-area .add-text p a {
	background: #009587 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 60px;
	letter-spacing: 2px;
	line-height: 60px;
	padding: 0 28px;
}
.add-area .add-text p a:hover {
	background: #006259 none repeat scroll 0 0;
}
/* ----------------------------
9. new-featured-product
------------------------------*/
.new-featured-product {
	margin-bottom: 30px;
}
.new-featured-product .product-img {
    float: left;
    width: 20%;
    border: 1px solid #ebebeb;
}
.new-product .col-lg-6.col-md-6,.featured-product .col-lg-6.col-md-6 {
	width: 100%;
}
.new-featured-product .product-name-price{
	float: left;
	padding-left: 15px;
	width: 75%;
}
.new-featured-product .product-name-price h3{
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
}
.new-featured-product .product-name-price h3 a{
	color: #222;
	    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.new-featured-product .product-name-price h3 a:hover{
	color: #009587
}
.new-featured-product .product-name-price p{
	color: #009587;
	font-size: 18px;
	margin-top: 10px;
}
.new-featured-product .single-product {
	overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}
.product-grid-thumb .list_item:nth-child(3n) .single-product{border-bottom:none;}
.product-name-price p span{
	color: #222;
	font-size: 12px;
	text-decoration: line-through;
	margin-left: 10px;
}
.new-product.owl-theme .owl-controls .owl-buttons div{
	background:url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/icon_btn_slider.png?1576398893391) no-repeat;
	text-indent:8000px !important;
}
.new-product.owl-theme .owl-controls .owl-buttons div:hover{
	background:url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/icon_btn_slider.png?1576398893391) #ddd no-repeat;
}
.new-product .owl-prev{
        background-position: 6px center !important;
    border: 1px solid #ddd !important;
    border-radius: 0px !important;
}
.new-product .owl-next{
    background-position: -17px center !important;
	border: 1px solid #ddd !important;
    border-radius: 0px !important;
}
/* ----------------------------
10. blog-area
------------------------------*/
.blog-area{
	margin-bottom: 40px;
}
.blog-area-title h2 {
	font-size: 30px;
	line-height: 40px;
	text-transform: capitalize;
	text-align: center;
	margin:0;
	position: relative;
}
.blog-area-title h2 span{
	background: #fff none repeat scroll 0 0;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}
.blog-area-title h2::before{
	background: #e5e5e5 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
}
.blog-carusol{padding-top: 75px;}
.blog-area .blog-carusol .col-lg-3.col-md-3 {
	width: 100%;
}
.single-post .post-image {
	position: relative;
}
.single-post .post-image .post-date {
	background: #009587 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	left: 0;
	min-height: 70px;
	min-width: 70px;
	position: absolute;
	text-align: center;
}
.single-post .post-image .post-date span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.single-post .post-image .post-date span.day {
	font-size: 20px;
	margin-top: 16px;
}
.single-post .post-image .post-date span.month {
	font-size: 12px;
}
.single-post .post-des {
	margin-top: 20px;
}
.single-post .post-des h3 {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.single-post .post-des p {
	color: #222;
}
.single-post .post-des a.readmore {
	border: 1px solid #e5e5e5;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 39px;
	margin-top: 15px;
	overflow: hidden;
	padding: 0 25px;
	text-transform: uppercase;
}
.single-post .post-des a.readmore i{
	margin-left: 10px;
}
.single-post .post-des a.readmore:hover {
	background: #4c4c4c none repeat scroll 0 0;
	color: #fff;
}
.blog-carusol.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -35px;
}
/* ----------------------------
11. logo-brand-area
------------------------------*/
.logo-brand-area {
	margin-bottom: 60px;
}
.logo-brand-area .logo-brand {
	border: 1px solid #e5e5e5;
	padding: 20px 0;
	position: relative;
}
.logo-brand.owl-theme .owl-controls .owl-buttons div {
	background: #fff none repeat scroll 0 0;
	height: 100%;
	margin: 0;
	top:0;
	width: 30px;
	color:#4c4c4c;
	font-size: 22px;
	font-weight: bold;
	opacity: 1;
	position: absolute;
}
.logo-brand.owl-theme .owl-controls .owl-buttons div i{margin-top: 55px;}
.logo-brand.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 0;
	right: auto;
	border-radius: 0;
	border-right:1px solid #e5e5e5;
}
.logo-brand.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 0;
	left: auto;
	border-radius: 0;
	border-left:1px solid #e5e5e5;
}
.logo-brand.owl-theme .owl-controls .owl-buttons div:hover{
	color: #009587;
}
/* ----------------------------
12. footer-top-area
------------------------------*/
.footer-top-area {
	background: #f8f8f8 none repeat scroll 0 0;
	padding: 48px 0;
}
.footer-top-area .subcribe-area h2{
	color: #fff;
	float: left;
	font-size: 13px;
	height: 36px;
	line-height: 36px;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	width: auto;
}
.about_us img{
    float: left;
    margin-right: 15px;
}
.about_us h2{
    font-size: 14px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    height: 40px;
    color: #3bb2ca;
}
.about_us h2 span {
    float: left;
    border-bottom: 1px solid #3bb2ca;
}
.about_us p{color:#898989;}
.footer-top-area .subcribe-area form input[type="text"] {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #222;
	float: left;
	font-size: 13px;
	height: 36px;
	padding-left: 15px;
	width: 370px;
}
.footer-top-area .subcribe-area form input[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #fff;
	color: #fff;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	height: 36px;
	margin: 0 0 0 5px;
	padding: 0 20px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.footer-top-area .subcribe-area form input[type="submit"]:hover {
	border-color: #009587;
	color: #009587;
}
.social-media{}
.social-media ul{
	margin:0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.social-media ul li{
    display: inline-block;
    margin: 0 5px 0 0px;
}
.social-media ul li a{
	    border-radius: 0px;
    color: #3bb2ca;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 36px;
    border: 1px solid #3bb2ca;
}
.social-media ul li a i{
    font-size: 12px;
}
.social-media ul li a.facebook:hover{
	background: #3b579d none repeat scroll 0 0;
	border: 1px solid #3b579d;
}
.social-media ul li a.twitter:hover{
	background: #3acaff none repeat scroll 0 0;
	border: 1px solid #3acaff;
}
.social-media ul li a.tumblr:hover{
	background: #304e6c none repeat scroll 0 0;
	border: 1px solid #304e6c;
}
.social-media ul li a.google-plus:hover{
	background: #d11717 none repeat scroll 0 0;
	border: 1px solid #d11717;
}
.social-media ul li a.dribbble:hover{
	background: #e14d87 none repeat scroll 0 0;
	border: 1px solid #e14d87;
}
.social-media ul li a:hover{color:#fff;}
.social-media .color-tooltip + .tooltip > .tooltip-inner {background-color: #009587;color:#fff;padding:5px 10px;}
.social-media .color-tooltip + .tooltip.top > .tooltip-arrow { border-top-color:#009587; }
/* ----------------------------
13. footer-middle-area
------------------------------*/
.footer-middle-area{
	background: #222222;
	padding: 40px 0 50px;
	color: #adadad;
}
.footer-middle-area .footer-mid-menu h3{
color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 60px;
    text-transform: uppercase;
    line-height: 23px;
	    white-space: nowrap;
}
.footer-middle-area .footer-mid-menu h3 span{
float: left;
    border-bottom: 2px solid #3bb2ca;
    padding-bottom: 15px;}
.footer-mid-menu ul{
	margin:0;
	padding: 0;
	list-style: none;
}
.footer-mid-menu ul li{
	display: block;
}
.footer-mid-menu ul li a {
	color: #797979;
	display: block;
	padding:11px 0px;
	    font-family: 'Roboto';
	    font-size: 14px;
}
.footer-mid-menu ul li a:hover {
	color: #009587;
	padding-left: 5px;
}
.footer-mid-menu ul li a:hover::before {
	background: #009587 none repeat scroll 0 0;
}
.footer-mid-menu.contuct ul li {
	display: inline-block;
	    width: 100%;
    color: #797979;
	    font-size: 14px;
    line-height: 30px;
}
.footer-mid-menu.contuct ul li i {
    color: #797979;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    margin-right: 3px;
    text-align: left;
    width: 22px;
}
/* ----------------------------
14. footer-bottum-area 
------------------------------*/
.footer-bottum-area {
	background: #222 none repeat scroll 0 0;
    padding: 0px 0;
    color: #797979;
	    line-height: 34px;
    border-top: 1px solid #393939;
}
.footer-bottom-menu ul{
	margin:0;
	padding: 0;
	list-style: none;
}
.footer-bottom-menu ul li{
	display: inline-block;
	line-height: 1;
	padding: 0;
}
.footer-bottom-menu ul li a {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	margin-right: 4px;
	padding-right: 10px;
	text-transform: uppercase;
	border-right: 1px solid #fff;
}
.footer-bottom-menu ul li:last-child a{border-right: 0px solid #fff;}
.footer-bottom-menu ul li a:hover,.copyright-info a:hover {
	color: #009587;
}
.copyright-info {
	margin: 3px 0 0;
	color: #797979;
}
.copyright-info a {
	color: #ddd;
}
.footer-payment-logo {
	text-align: right;
	margin-top: 2px;
}
/* ----------------------------
15. home-2-header-top-bar 
------------------------------*/
.home-2 .header-top-bar {
	background: rgba(34, 34, 34, 0.3) none repeat scroll 0 0;
	border: 0 none;
	line-height: 43px;
}
.home-2 .slider-wrap {
	position: relative;
}
.home-2 .slider-wrap .tp-caption a:hover{
	background: #006259;
}
.home-2 .slider-wrap .tp-caption a.button2::after {
	background: #006259 none repeat scroll 0 0;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	height: 41px;
	text-align: center;
	top: 0px;
	width: 40px;
	position: absolute;
}
.home-2 .header_area {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}
.home-2 .main-menu {
	margin: 30px 0;
	display: inline-block;
}
.home-2 .cart-total ul li a.cart-toggler {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	height: 41px;
	line-height: 39px;
	text-transform: uppercase;
}
.home-2 .header-search {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.home-2 .header-search button {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	color: #fff;
	height: 41px;
	line-height: 39px;
	width: 41px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	font-size: 14px;
	text-align: center;
}
.home-2 .header-search input[type="text"] {
	height: 0;
	line-height: 39px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 41px;
	transition: all 0.4s ease-out 0s;
	z-index: 99;
}
.home-2 .header-search:hover input[type="text"]{
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	height: 41px;
	padding: 0 10px;
	z-index:9999999;
}
.home-2 .menu-top-menu {
	border-left: 1px solid #464d58;
	border-right: 1px solid #464d58;
	padding: 0 15px;
}
.home-2 .chosen-container{
	border-right: 1px solid #464d58;
}
/* ----------------------------
15.1 home-2-banner-area
------------------------------*/
.home-2 .banner-area .single-banner {
	float: left;
	padding-right: 5px;
	width: 33.3333%;
}
.home-2 .banner-area .single-banner:last-child {
	padding-left: 0px;
}
.home-2 .banner-area .banner-bottom .single-banner.larg-banner{
	width: 66.6667%;
	float:left;
}
.home-2 .banner-area .banner-bottom {
	margin-top: 5px;
}
.home-2 .single-product {
	margin: 0 0 30px;
}
.new-product-area .area-title{
	text-align: center;
	margin-bottom: 18px;
}
.tab-content {
	padding: 60px 0 0;
}
.new-product-area h3.tab-hedding {
	font-size: 23px;
	line-height: 40px;
	margin: 0;
	text-transform: capitalize;
	border-bottom: 4px double #4c4c4c;
	display: inline-block;
}
.new-product-area h3.tab-hedding span{
	color: #009587;
	font-size: 38px;
}
.tab-menu{}
.tab-menu ul{
	margin: 0;
	padding:0;
	list-style: none;
	text-align: center;
	height: auto;
	line-height: 30px;
	min-height: 34px;
	width: 100%;
}
.tab-menu ul li{
	display: inline-block;
	position: relative;
}
.tab-menu ul li a{
	color: #222;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 700;
	height: 34px;
	padding: 0 20px;
	text-transform: uppercase;
}
.tab-menu ul li a:hover{
	color: #009587;
}
.tab-menu ul li.active a{
	color: #009587;
}
.tab-menu ul li::after {
	background: #4c4c4c none repeat scroll 0 0;
	border-radius: 100%;
	content: "";
	display: block;
	height: 5px;
	margin-top: -3px;
	position: absolute;
	right: -2px;
	top: 50%;
	width: 5px;
	z-index: 1;
}
.tab-menu ul li:last-child::after {
	display: none;
}
.home-2 .shop-add-area {
	margin-bottom: 55px;
	margin-top: 25px;
}
/* ----------------------------
15.2 home-2-testimonials-area
------------------------------*/
.testimonials-area {
	background: #f2f2f2 none repeat scroll 0 0;
	margin-bottom: 0;
	padding: 70px 0 0;
	text-align: center;
}
.testimonials-area .testimonials-list {
	padding: 15px 100px 0;
}
.home-2 .testimonials-area .blog-area-title {
	margin-bottom: 18px;
}
.home-2 .testimonials-area .blog-area-title h2 span {
	background: #f2f2f2 none repeat scroll 0 0;
}
.single-testimonials blockquote{
	border: medium none;
	display: block;
	font-size: 20px;
	font-style: italic;
	line-height: 34px;
	margin: 0 0 20px;
	padding: 0;
	color: #333;
}
.single-testimonials .author {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	min-height: 47px;
	position: relative;
	text-transform: uppercase;
	font-style: normal;
}
.single-testimonials .author::before {
	border: 1px solid #009587;
	color: #009587;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: 400;
	height: 37px;
	left: 0;
	line-height: 35px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 37px;
}
.single-testimonials .author span {
	display: block;
	margin-left: 47px;
	text-align: left;
}
.single-testimonials .author span.jobtitle {
	color: #222;
	font-size: 10px;
	font-weight: 400;
}
.testimonials-list.owl-theme .owl-controls .owl-page span {
	background: #dedede none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	display: block;
	height: 5px;
	padding: 0;
	position: static;
	width: 26px;
	margin: 0 3px;
	transition:0.4s;
}
.testimonials-list.owl-theme .owl-controls .owl-page span:hover{
	background: #009587 none repeat scroll 0 0;
}
.testimonials-list.owl-theme .owl-controls .owl-page.active span{
	background: #009587 none repeat scroll 0 0;
}
.home-2 .logo-brand-area {
	background: #f2f2f2 none repeat scroll 0 0;
	margin: 0;
	padding: 50px 0 75px;
}
.home-2 .logo-brand.owl-theme .owl-controls .owl-buttons div {
	background: #f2f2f2 none repeat scroll 0 0;
}
.home-2 .header-right {
	line-height: 50px;
}
/* ----------------------------
16. home-3-header-search
------------------------------*/
.home-3 h1, .home-3 h2, .home-3 h3, .home-3 h4, .home-3 h5, .home-3 h6 {
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 5px;
}
.home-3 .header_area {
	background: #3b4348 none repeat scroll 0 0;
}
.home-3 .header-top-bar{
	border-bottom: 1px solid #525d64;
}
.home-3 .header-email i, .home-3 .header-phone i {
	background: #0b96f3 none repeat scroll 0 0;
	border: 0 none;
}
.home-3 .header-search {
	background: #fff none repeat scroll 0 0;
	height: 50px;
	position: relative;
	width: 675px;
	display: inline-block;
	margin-right: 2px;
}
.home-3 .cart-total {
	float: right;
	position: relative;
}
.home-3 .header-search .cate-toggler {
	color: #4c4c4c;
	cursor: pointer;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 55px 0 20px;
	position: relative;
}
.header-search .cate-toggler::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 22px;
	top: 25px;
	width: 0;
}
.home-3 .header-search input[type="text"] {
	border-color: #8e8b8c;
	border-style: none none none solid;
	border-width: medium medium medium 2px;
	color: #4c4c4c;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	height: 32px;
	margin: 9px 0 0;
	outline: medium none;
	padding: 0 0 0 20px;
	width: 60%;
}
.home-3 .header-search button {
	background: #0b96f3 none repeat scroll 0 0;
	border-color: #3b4348;
	border-radius: 0;
	border-style: none none none solid;
	border-width: medium medium medium 4px;
	color: #fff;
	display: block;
	float: right;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	outline: medium none;
	padding: 0;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 56px;
}
.home-3 .header-search button:hover {
	background: #3babf6 none repeat scroll 0 0;
	color: #3c3c3c;
}
.home-3 .cart-total ul li a.cart-toggler {
	background: #3babf6 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding-right: 10px;
}
.home-3 .cart-total ul li a span.cart-no {
	font-family: 'Roboto', sans-serif;
	padding: 0;
}
.home-3 .cart-total ul li a span.cart-no i{
	background: #0b96f3 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
	padding: 0;
	text-align: center;
	width: 50px;
}
.home-3 .menu-top-menu ul li a {
	border-left: 0;
}
.product-category{
	left: 0;
	position: absolute;
	top: 52px;
	z-index: 9999999999;
}
.product-category ul{
	background: #fff none repeat scroll 0 0;
	display: none;
	height: 300px;
	margin: 0;
	overflow-y: auto;
	padding: 5px 0;
	width: 200px;
}
.product-category ul li{
	list-style: outside none none;
}
.product-category ul li a{
	color: #4c4c4c;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	padding-left: 20px;
}
.product-category ul li a:hover {
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
}
.product-category ul li ul.children {
	margin: 0;
	padding-left: 0;
	height: inherit;
	overflow-y:inherit; 
	width: inherit;
}
.product-category ul li ul.children a::before {
	content: "_";
	display: inline-block;
	margin-right: 3px;
}
.product-category ul li ul.children li ul.children li a::before {
	content: "_ _";
	display: inline-block;
	margin-right: 3px;
}
.home-3 .mainmenu-area {
	background: #2f2f2f none repeat scroll 0 0;
	padding-top: 12px;
}
.catemenu-toggler {
	background: #3babf6 url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/bkg_category.png?1576398893391) no-repeat scroll 92% center;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	height: 50px;
	line-height: 50px;
	padding-left: 22px;
	text-transform: uppercase;
	width: 100%;
}
.catemenu-toggler i {
	line-height: 50px;
	margin-right: 15px;
}
.home-3 .main-menu{
	background: #181818 none repeat scroll 0 0;
	border: 0 none;
	float: left;
	height: 50px;
	width: 100%;
}
.home-3 .main-menu ul li {
	float: left;
}
.home-3 .main-menu ul li a {
	border-left: 1px solid #4b4b4b;
	line-height: 50px;
	min-height: 50px;
	padding: 0 25px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	display: block;
}
.home-3 .main-menu ul li a.active{
	background: #646464 none repeat scroll 0 0 !important;
	color: #ffffff;
}
.home-3 .main-menu ul li a:hover{
	background: #646464 none repeat scroll 0 0 !important;
	color: #ffffff;
}
.home-3 .main-menu ul li:first-child a{
	border: 0 none;
}
.home-3 .main-menu ul li .mega-menu .single-mega-menu .hedding-border a,.home-3 .main-menu ul li .mega-menu .single-mega-menu a,.home-3 .main-menu ul li ul.sup-menu li a{
	border-left: 0;
}
.home-3 .main-menu ul li ul.sup-menu li {
	float: none;
}
.home-3 .main-menu ul li ul.sup-menu li a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.home-3 .main-menu ul li ul.sup-menu li a:hover,.home-3 .main-menu ul li .mega-menu .single-mega-menu a:hover{
	color: #0b96f3;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
/* ----------------------------
16.1 home-3-category-saidebar
------------------------------*/
.home-3 .slider-wrap {
	margin-bottom: 0;
}
.tp-caption.tp-title1, .tp-title1 {
	background-color: rgb(11, 150, 243);
	border-color: rgb(34, 34, 34);
	border-style: none;
	border-width: 0;
	color: rgb(255, 255, 255);
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	line-height: 28px;
	padding: 10px 20px;
	text-decoration: none;
}
.tp-caption.tp-desc, .tp-desc {
	background-color: rgba(66, 66, 66, 0.5);
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 0;
	color: rgb(255, 255, 255);
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding: 10px;
	text-decoration: none;
}
.tp-caption.tp-desc, .tp-desc i{
	margin-right: 10px;
}
.tp-caption.tp-button, .tp-button {
	background-color: transparent;
	border-color: rgb(255, 255, 255);
	border-style: none;
	border-width: 0;
	color: rgb(255, 255, 255);
	font-family: "Ubuntu";
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	text-decoration: none;
}
.tp-caption.tp-button a {
	background: #262626 none repeat scroll 0 0;
	display: inline-block;
	line-height: 40px !important;
	padding: 0 20px 0 15px !important;
	color: #fff;
}
.tp-caption.tp-button a i{
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 13px;
	margin-left:12px;
	padding: 0;
}
.slider-and-category-saidebar {
	margin-bottom: 25px;
}
.category-saidebar {
	background: #0b96f3 none repeat scroll 0 0;
	height: auto;
	position: relative;
}
.category-saidebar ul li{
	position: relative;
}
.category-saidebar ul li a{
	border-bottom: 1px solid #0a87db;
	display: block;
	line-height: 45px;
	padding: 0 20px;
	text-decoration: none;
	position: relative;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}
.category-saidebar ul li a:hover{
	background: #0A87DB;
}
.category-saidebar ul li a.arrow::after {
    border: medium none;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    right: 25px;
    top: 0;
    position: absolute;
}
.category-saidebar ul li a i {
	font-size: 13px;
	height: 45px !important;
	line-height: 47px !important;
	padding-right: 15px;
}
.category-saidebar ul li ul.cat-sup-menu{
	transition:0.5s;
	background: #ffffff none repeat scroll 0 0;
	width: 205px;
	left: 100%;
	border:1px solid #e5e5e5;
	padding: 0 15px !important;
	box-shadow: 0 4px 13px -3px #808080;
	position: absolute;
	z-index: 5000;
	opacity: 0;
	visibility: hidden;
	top:0;
}
.category-saidebar ul li ul.cat-sup-menu li {
	border-bottom: 1px solid #e5e5e5;
	display: block;
}
.category-saidebar ul li ul.cat-sup-menu li a{
	border-bottom:0;
	padding: 0;
	color: #222;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.category-saidebar ul li:hover ul.cat-sup-menu{
	opacity: 1;
	visibility: visible;
}
.sup-menu-child2{
    position: absolute !important;
    left: 100% !important;
    top: -10px !important;
}
.main-menu ul li ul.sup-menu li:hover .sup-menu-child2{
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    overflow: visible;
    transform: perspective(600px) rotateX(0deg);
    transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
    z-index: 999;
}
.main-menu ul li ul.sup-menu .sup-menu-child2{
    left: 0;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease 0s;
    transform-origin: 0 0 0;
    top: 100%;
    width: 250px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 10px 0;
    display: block;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transform: perspective(600px) rotateX(-90deg);
    transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
    float: none;
    vertical-align: top;
    visibility: visible;
    z-index: 5000;
}

.main-menu ul li ul.sup-menu li a.arrow::after {
    right: 10px;
}

.main-menu ul li ul.sup-menu li a.arrow::after {
    border: medium none;
    content: "?";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    right: 25px;
    top: 0;
    position: absolute;
}
.category-saidebar ul li ul.cat-sup-menu li:hover .sup-cate-child2{
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    overflow: visible;
    transform: perspective(600px) rotateX(0deg);
    transition: transform 0.5s ease 0s, opacity 0.2s ease 0s, max-height 0s step-end 0s, max-width 0s step-end 0s, padding 0s step-end 0s;
    z-index: 999;
}
.category-saidebar ul li ul.cat-sup-menu .sup-cate-child2{
    left: 0;
    position: absolute;
    text-align: left;
    transition: all 0.5s ease 0s;
    transform-origin: 0 0 0;
    top: 100%;
    width: 250px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 10px 0;
    display: block;
    max-height: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    transform: perspective(600px) rotateX(-90deg);
    transition: transform 0.5s ease 0s, opacity 0.6s ease 0s, max-height 0.6s step-end 0s, max-width 0.6s step-end 0s, padding 0.6s step-end 0s;
    float: none;
    vertical-align: top;
    visibility: visible;
    z-index: 5000;
}
.sup-cate-child2 {
    position: absolute !important;
    left: 108% !important;
    top: 0px !important;
    padding-left: 15px !important;
}
.category-saidebar ul li ul.cat-sup-menu li a.arrow::after {
    right: 10px;
}

.category-saidebar ul li ul.cat-sup-menu li a.arrow::after {
    border: medium none;
    content: "?";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    right: 25px;
    top: 0;
    position: absolute;
}
.category-saidebar ul li .cat-mega-menu {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	box-shadow: 0 4px 13px -3px #808080;
	opacity: 0;
	padding: 0 15px !important;
	position: absolute;
	top: 0;
	width: 480px;
	z-index: 5000;
	left: 100%;
	visibility: hidden;
	transition:0.5s;
}
.category-saidebar ul li:hover .cat-mega-menu{
	opacity: 1;
	visibility: visible;
}
.category-saidebar ul li .cat-mega-menu .single-cat-mega-menu {
	float: left;
	width: 50%;
	padding: 0 5px 20px
}
.category-saidebar ul li .cat-mega-menu .single-cat-mega-menu h2{
	border-bottom: 1px solid #e5e5e5;
	display: block;
	margin-bottom: 10px;
}
.category-saidebar ul li .cat-mega-menu .single-cat-mega-menu a {
	border: none;
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px !important;
	padding: 0;
	text-transform: none;
}
.category-saidebar ul li .cat-mega-menu a:hover, .category-saidebar ul li ul.cat-sup-menu li a:hover {
	background: transparent none repeat scroll 0 0;
	color: #0b96f3;
}
.category-saidebar ul li .cat-mega-menu .single-cat-mega-menu h2 a{
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	line-height: 47px !important;
	text-transform: uppercase;
	padding: 0;
}
.owl_coverage .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
	width:100%;
}
.owl_coverage .owl-controls .owl-buttons .owl-prev {
    position:absolute;
	left:0px;
	    padding: 30px 10px;
    border-radius: 0px;
    margin: 0px;
}
.owl_coverage .owl-controls .owl-buttons .owl-next {
    position:absolute;
	right:0px;
	    padding: 30px 10px;
    border-radius: 0px;
    margin: 0px;
}
.owl_coverage .owl-controls .owl-page span {
    border-radius: 0px;
    background: #fff;
	    width: 11px;
    height: 11px;
    margin: 5px 5px;
}
.owl_coverage .owl-controls .active span {
    border-radius: 0px;
    background: #59cee2;
}
.morelesscate {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 10000;
}
.morelesscate span{
	background-color: #3babf6;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 48px;
	line-height: 47px;
	padding: 0 20px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}
.morelesscate span i {
	font-size: 13px;
	height: 47px !important;
	line-height: 47px !important;
	padding-right: 15px;
}
.morelesscate .lesscate {
	display: none;
	position: absolute;
	width: 100%;
}
.over_width{    overflow: hidden;}
/* ----------------------------
16.2 home-3-banner-home-3
------------------------------*/
.banner-home-3 {
	margin-bottom: 55px;
}
.banner-pic a {
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.banner-pic a img {
	transition: transform 0.3s ease 0s;
}
.banner-pic a:hover img {
	transform: scale(1.05);
}
/* ----------------------------
16.3 home-3-special-product-carusol-3
------------------------------*/
.product-title-area h3 {
	background: rgba(0, 0, 0, 0) url("img/bkg_title.gif") repeat-x scroll left center;
	border: 0 none;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Roboto', sans-serif;
}
.home-3 .product-carusol-3 .col-lg-4.col-md-4 {
	width: 100%;
}
.product-title-area h3 span {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	padding-right: 20px;
	text-transform: uppercase;
}
.home-3 .single-product .price-box {
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.home-3 .single-product .price-box span {
	float: left;
}
.home-3 .single-product .price-box .old-price{
	background: #fff none repeat scroll 0 0;
	color: #4c4c4c;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	height: 50px;
	margin: 0;
	padding: 0 15px;
	text-decoration: line-through;
}
.home-3 .single-product .price-box .special-price {
	background: #3babf6 none repeat scroll 0 0;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	height: 50px;
	padding: 0 15px;
}
.home-3 .single-product {
	position: inherit;
	width: 75%;
	float: left;
}
.home-3 .count-down {
	width: 25%;
	float: left;
	overflow: hidden;
}
.home-3 .button-area {
	overflow: hidden;
}
.home-3 .button-area div{
	background: #e5e5e5 none repeat scroll 0 0;
	float: left;
	height: 50px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 1px;
	line-height: 0;
}
.home-3 .button-area div a {
	color: #8f8f8f;
	display: inline-block;
	font-size: 18px;
	height: 35px;
	margin-top: 8px;
	line-height: 35px;
	width: 35px;
}
.home-3 .button-area div:hover{
	background: #0b96f3 none repeat scroll 0 0;
}
.home-3 .button-area div:hover a {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
}
.home-3 .button-area div:hover a{
	transform: rotate(360deg);
}
.home-3 .timer {
	background: #575e62 none repeat scroll 0 0;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.home-3 .timer span p{
	font-size: 12px;
}
.home-3 .timer span {
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 20px;
	padding: 10px 0;
	padding-top:15px; 
}
.timer span p {
	font-size: 12px;
	color: #B1B1AD;
}
.home-3 .product-name-cart-button h2.product-name {
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
}
.home-3 .product-name-cart-button {
	margin-top: 15px;
	text-align: left;
}
.home-3 .product-name-cart-button h2.product-name a:hover {
	color: #0B96F3;
}
.home-3 .ratings{
	color: #ef3d5e;
	font-size: 15px;
}
.home-3 .product-carusol-3{
	padding-top: 40px;
}
.home-3 .product-carusol-3 .owl-buttons,.home-3 .logo-brand-3 .owl-buttons {
	background: #fff;
	position: absolute;
	top: -28px;
	right: 14px;
	padding-left: 15px;
}
.home-3 .product-carusol-3.owl-theme .owl-controls .owl-buttons div,.home-3 .logo-brand-3.owl-theme .owl-controls .owl-buttons div {
	background-color: #fff;
	background-image: url("img/bkg_slider_home.png");
	background-repeat: no-repeat;
	border: 2px solid #262626;
	border-radius: 0;
	height: 19px;
	right: 15px;
	text-indent: -9999px;
	top: -20px;
	transition: all 0.3s ease 0s;
	width: 19px;
	z-index: 2;
	display: inline-block;
	background-position: 0 0;
	padding: 0;
}
.home-3 .product-carusol-3.owl-theme .owl-controls .owl-buttons .owl-next,.home-3 .logo-brand-3.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 45px;
	top: -20px;
	background-position: 100% 0;
}
.home-3 .product-carusol-3.owl-theme .owl-controls .owl-buttons div:hover,.home-3 .logo-brand-3.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #0b96f3;
	background-position: 100% 100%;
	border: 2px solid #0b96f3;
}
.home-3 .product-carusol-3.owl-theme .owl-controls .owl-buttons .owl-prev:hover:hover,.home-3 .logo-brand-3.owl-theme .owl-controls .owl-buttons .owl-prev:hover:hover {
	background-position: 0 100%;
}
.home-3 .single-product:hover .secondary-image{
	opacity: 1;
}
/* ----------------------------
16.4 home-3-product-category-tab
------------------------------*/
.home-3 .product-category-tab {
	margin-bottom: 55px;
}
.home-7 .product-category-tab {
	margin-bottom: 0;
}
.home-3 .product-category-tab .single-product {
	float: left;
	position: inherit;
	width: 100%;
}
.home-3 .product-category-tab .button-area div,.home-6 .best-sellers-area .button-area div {
	width: 33.33%;
	border-right: 1px solid #fff;
}
.home-3 .product-category-tab .button-area,.home-6 .best-sellers-area .button-area {
	margin: 10px 0 0;
}
.home-3 .product-category-tab .product-img::before,.home-6 .best-sellers-area .product-img::before{
	display: none;
}
.home-3 .product-category-tab .product-img .onsale,.home-3 .best-sellers-area .product-img .onsale{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 80px;
	left: 0;
	line-height: 40px;
	padding: 0;
	top: 0;
	width: 80px;
	z-index: 2;
}
.home-3 .product-category-tab .product-img .onsale .sale-bg,.home-3 .best-sellers-area .product-img .onsale .sale-bg {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	border-right: 80px solid transparent;
	border-top: 80px solid #eba12c;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}
.home-3 .product-category-tab .product-img .onsale .sale-text,.home-3 .best-sellers-area .product-img .onsale .sale-text {
	border: 0 none;
	display: inline-block;
	left: 10px;
	position: absolute;
	top: 6px;
	transform: rotate(-45deg);
	z-index: 2;
}
.home-3 .product-category-tab .col-lg-3.col-md-3 {
	width: 100%;
}
.home-3 .product-category-tab .tab-menu {
	position: relative;
}
.home-3 .product-category-tab .tab-menu ul{
	background: #2d2d2d none repeat scroll 0 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.home-3 .product-category-tab .tab-menu ul li{
	float: left;
	height: 60px;
	line-height: 60px;
}
.home-3 .product-category-tab .tab-menu ul li::after{display: none;}
.home-3 .product-category-tab .tab-menu ul li a{
	border-left: 1px solid #49494a;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	height: 60px;
	padding: 0 25px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
}
.home-3 .product-category-tab .tab-menu ul li:first-child a {
	border: none;
}
.home-3 .product-category-tab .tab-menu ul li a:hover{
	background: #0b96f3 none repeat scroll 0 0;
}
.home-3 .product-category-tab .tab-menu ul li.active a{
	background: #0b96f3 none repeat scroll 0 0;
}
.home-3 .product-category-carosul.owl-theme .owl-controls .owl-buttons div,.home-5 .product-category-carosul-5.owl-theme .owl-controls .owl-buttons div,.home-5 .brand-carosul.owl-theme .owl-controls .owl-buttons div,.sp-carosul.owl-theme .owl-controls .owl-buttons div {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 15px;
	height: 19px;
	line-height: 0;
	opacity: 1;
	transition: all 0.3s ease 0s;
	width: 19px;
	z-index: 2;
	padding: 0;
}
.home-3 .product-category-carosul.owl-theme .owl-controls .owl-buttons div:hover{
	background: #0B96F3;
	border: 2px solid #0B96F3;
}
.home-3 .product-category-carosul.owl-theme .owl-controls .owl-buttons,.home-5 .product-category-carosul-5.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	right: 20px;
	top: -85px;
}
.home-3.home-5.home-8 .product-category-carosul-5.owl-theme .owl-controls .owl-buttons {
	right: 10px;
}
.home-3 .product-category-tab .tab-content {
	overflow: inherit;
	padding: 40px 0 0;
}
/* ----------------------------
16.5 home-3-popular-category
------------------------------*/
.popular-category {
	margin-bottom: 55px;
}
.popular-category .product-title-area h3::before {
	display: none;
}
.popular-category .single-category {
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	padding: 20px 0 40px;
	width: 100%;
}
.popular-category .single-category .category-list{
	float: left;
	padding-left: 20px;
	width: 50%;
}
.popular-category .single-category .category-list h3 {
	font-size: 15px;
	margin-bottom: 20px;
}
.popular-category .single-category .category-list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.popular-category .single-category .category-list ul li{}
.popular-category .single-category .category-list ul li a{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-transform: capitalize;
}
.popular-category .single-category .category-list a:hover{
	color: #0b96f3;
}
.popular-category .single-category .category-list ul li a::before {
	color: #0b96f3;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: 10px;
}
/* ----------------------------
16.6 home-3-logo-brand-area 
------------------------------*/
.home-3 .logo-brand-area .logo-brand {
	border: 0;
	padding-top: 40px;
}
.home-3 .logo-brand.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: inherit;
	right: 75px !important;
}
.home-3 .logo-brand-area .logo-brand-3 .owl-buttons {
	right: 0;
}
.home-3 .logo-brand-3 {
	padding-top: 40px;
}
.home-3 .logo-brand-area {
	margin-bottom: 45px;
}
/* ----------------------------
16.7 home-3-blog-testimonials-area
------------------------------*/
.home-3 .blog-testimonials-area .blog-area-3 {
	padding-top: 40px;
	margin: 0;
}
.home-3 .single-post .post-image {
	float: left;
	padding-right: 10px;
	width: 50%;
}
.home-3 .single-post .post-des {
	float: left;
	padding-left: 20px;
	text-align: left;
	width: 50%;
	margin: 0;
}
.home-3 .single-post .post-des h3 {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-:0 0 10px;
	text-transform: none;
}
.home-3 .single-post .post-des h3 a{
	color: #fff;
}
.home-3 .single-post .post-des p {
	margin: 0 0 18px;
}
.home-3 .single-post .post-des a.readmore {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	padding: 12px 30px;
	text-transform: uppercase;
	line-height: inherit;
	margin: 0;
}
.home-3 .single-post .post-des a.readmore:hover,.home-3 .single-post .post-des h3 a:hover {
	color: #0b96f3;
	background: none;
}
.home-3 .blog-testimonials-area {
	background: rgba(0, 0, 0, 0) url("img/bkg_block_bottom.jpg") repeat-y scroll 50% 0;
	margin: 0 0 45px;
	padding: 50px 0 50px;
}
.home-3 .blog-testimonials-area .product-title-area h3 span{
	background: #222 none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
}
.home-3 .blog-testimonials-area .product-title-area h3 {
	background: rgba(0, 0, 0, 0) url("img/bkg_blog_title.gif") repeat-x scroll left center;
}
.home-3 .blog-testimonials-area .blog-area-3.owl-theme .owl-controls .owl-buttons div,.home-3 .blog-testimonials-area .testimonial.owl-theme .owl-controls .owl-buttons div {
	background: #000 none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	height: 20px;
	opacity: 1;
	padding: 0;
	text-align: center;
	width: 20px;
	line-height: 0;
	transition:0.4s;
}
.home-3 .blog-testimonials-area .blog-area-3.owl-theme .owl-controls .owl-buttons,.home-3 .blog-testimonials-area .testimonial.owl-theme .owl-controls .owl-buttons {
	background: #222222 none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: -28px;
	padding-left: 20px;
}
.home-3 .blog-testimonials-area .blog-area-3.owl-theme .owl-controls .owl-buttons div:hover,.home-3 .blog-testimonials-area .testimonial.owl-theme .owl-controls .owl-buttons div:hover{
	background: #0B96F3;
	border: 2px solid #0B96F3;
}
/* ----------------------------
16.8 home-3-testimonials-area
------------------------------*/
.home-3 .blog-testimonials-area .testimonial-area .product-title-area h3 span{
	background: #2F2F2F;
}
.home-3 .blog-testimonials-area .testimonial {
	padding-top: 40px;
}
.home-3 .blog-testimonials-area .testimonial .single-testimonial {
	text-align: center;
}
.home-3 .single-post .post-des p {
	color: #fff;
}
.home-3 .blog-testimonials-area .testimonial .single-testimonial blockquote {
	border: 1px solid #444;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	margin: 0 0 20px;
	padding: 25px;
	position: relative;
	text-align: center;
}
.home-3 .blog-testimonials-area .testimonial .single-testimonial blockquote::after {
	background: rgba(0, 0, 0, 0) url("img/bkg_std_testimo.jpg") no-repeat scroll 0 0;
	bottom: -18px;
	content: "";
	display: block;
	height: 27px;
	left: 31%;
	position: absolute;
	width: 38px;
}
.home-3 .blog-testimonials-area .testimonial .single-testimonial .author {
	color: #0b96f3;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin-left: 10px;
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
}
.home-3 .blog-testimonials-area .testimonial.owl-theme .owl-controls .owl-buttons{
	background: #2F2F2F;
}
/* ----------------------------
16.9 home-3-shipping-info-area
------------------------------*/
.home-3 .shipping-info-area {
	margin-bottom: 45px;
}
.home-3 .shipping-info {
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.home-3 .shipping-info .single-shipping {
	width: 25%;
	float: left;
	padding: 45px 0 45px 37px;
	border-right: 1px solid #e5e5e5;
}
.home-3 .shipping-info .single-shipping:last-child{
	border: 0;
}
.home-3 .shipping-info .single-shipping .shipping-icon{
	font-size: 60px;
	float: left;
}
.home-3 .shipping-info .single-shipping .shipping-text h3{
	color: #000;
	font-size: 15px;
	line-height: 15px;
	padding-top: 0;
	text-transform: uppercase;
}
.home-3 .shipping-info .single-shipping .shipping-text{
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
.home-3 .shipping-info .single-shipping .shipping-text p{
	margin:0;
	color: #6a6a6a;
}
.home-3 .shipping-info .single-shipping:hover .shipping-text p,.home-3 .shipping-info .single-shipping:hover .shipping-text h3{
	color: #fff;
}
.home-3 .shipping-info .single-shipping:hover{
	background: #0B96F3;
	color: #fff;
}
.home-3 .footer-top-area .subcribe-area form input[type="submit"]:hover{
	border-color: #0b96f3;
	color: #0b96f3;
}
.home-3 .footer-top-area .subcribe-area form input[type="submit"],.home-3 .footer-bottom-menu ul li a{
	font-family: 'Roboto', sans-serif;
}
.home-3 .footer-mid-menu ul li a:hover,.home-3 .footer-bottom-menu ul li a:hover, .copyright-info a:hover{
	color: #0b96f3;
}
.home-3 .footer-mid-menu ul li a:hover::before,.home-3 #scrollUp:hover{
	background: #0B96F3;
}
.home-3 .social-media .color-tooltip + .tooltip > .tooltip-inner {background-color: #0B96F3;color:#fff;padding:5px 10px;}
.home-3 .social-media .color-tooltip + .tooltip.top > .tooltip-arrow { border-top-color:#0B96F3; }
/* ----------------------------
17. home-4
------------------------------*/
body.home-4 {
	background: #e8e8e8 none repeat scroll 0 0;
}
.box-layout {
	max-width: 1170px;
	margin: 0 auto;
	background: #fff;
}
.home-4 .header-email i, .home-4 .header-phone i,.home-4 .header-search button,.home-4 .cart-total ul li a span.cart-no i,.home-4 .category-saidebar{
	background: #ea7696 none repeat scroll 0 0;
}
.home-4 .header-search button:hover,.home-4 .cart-total ul li a.cart-toggler,.home-4 .morelesscate span,.home-4 .single-product .price-box .special-price{
	background: #f1a2b8 none repeat scroll 0 0;
}
.home-4 .catemenu-toggler {
	background: #f1a2b8 url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/bkg_category.png?1576398893391) no-repeat scroll 92% center;
}
.home-4 .category-saidebar ul li {
	line-height: 0;
}
.home-3 .category-saidebar ul li a i {
	height: 46px !important;
}
.home-4 .category-saidebar ul li a {
	border-bottom: 1px solid #e76085;
	line-height: 45px;
}
.home-4 .category-saidebar ul li a:hover{
	background: #e76085;
}
.home-4 .main-menu ul li ul.sup-menu li a:hover, .home-4 .main-menu ul li .mega-menu .single-mega-menu a:hover,.home-4 .category-saidebar ul li .cat-mega-menu a:hover, .home-4 .category-saidebar ul li ul.cat-sup-menu li a:hover{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #EA7696;
}
.home-4 .product-carusol-3.owl-theme .owl-controls .owl-buttons div:hover, .home-4 .logo-brand-3.owl-theme .owl-controls .owl-buttons div:hover,.home-4 .product-category-carosul.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #EA7696;
	border: 2px solid #EA7696;
}
.home-4 .button-area div:hover,.home-4 .product-category-tab .tab-menu ul li a:hover,.home-4 .product-category-tab .tab-menu ul li.active a{
	background: #ea7696 none repeat scroll 0 0;
}
.home-4 .product-name-cart-button h2.product-name a:hover {
	color: #ea7696;
}
.home-4 .popular-category .single-category .category-list ul li a::before,.home-4 .popular-category .single-category .category-list a:hover,.home-4 .single-post .post-des a.readmore:hover, .home-4 .single-post .post-des h3 a:hover {
	color: #ea7696;
}
.home-4 .blog-testimonials-area .testimonial .single-testimonial .author {
	color: #ea7696;
}
.home-4 .blog-testimonials-area .blog-area-3.owl-theme .owl-controls .owl-buttons div:hover, .home-4 .blog-testimonials-area .testimonial.owl-theme .owl-controls .owl-buttons div:hover {
	background: #ea7696 none repeat scroll 0 0;
	border: 2px solid #ea7696;
}
.home-4 .shipping-info .single-shipping:hover {
	background: #ea7696 none repeat scroll 0 0;
}
.home-4 .footer-top-area .subcribe-area form input[type="submit"]:hover {
	border-color: #ea7696;
	color: #ea7696;
}
.home-4 .footer-mid-menu ul li a:hover, .home-4 .footer-bottom-menu ul li a:hover, .copyright-info a:hover {
	color: #ea7696;
}
.home-4 .footer-mid-menu ul li a:hover::before, .home-4 #scrollUp:hover {
	background: #ea7696 none repeat scroll 0 0;
}
.home-4 .social-media .color-tooltip + .tooltip > .tooltip-inner {background-color: #ea7696;color:#fff;padding:5px 10px;}
.home-4 .social-media .color-tooltip + .tooltip.top > .tooltip-arrow { border-top-color:#ea7696; }
/* ----------------------------
18. home-5
------------------------------*/
.home-5 .header-email i, .home-5 .header-phone i {
	background: #269c58 none repeat scroll 0 0;
}
.home-5 .search-cart-list {
	margin: 0;
}
.home-5 .main-menu{
	margin: 40px 0 0;
	background: transparent;
}
.home-5 .main-menu ul li a.active,.home-5 .main-menu ul li a:hover,.home-5 .main-menu ul li ul.sup-menu li a:hover, .home-5 .main-menu ul li .mega-menu .single-mega-menu a:hover{
	color: #269c58;
	background: transparent !important;
}
.home-5 .main-menu ul li a{
	border: none;
}
.home-5 .main-menu ul li{
	background: rgba(0, 0, 0, 0) url("img/bkg_menu.png") no-repeat scroll left center !important;
}
.home-5 .main-menu ul li:first-child{
	background: rgba(0, 0, 0, 0)!important;
}
.home-5 .catemenu-toggler {
	background: #30c56f url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/bkg_category.png?1576398893391) no-repeat scroll 92% center;
}
.home-5 .morelesscate span {
	background-color: #30c56f;
}
.home-5 .category-saidebar {
	background: #269c58 none repeat scroll 0 0;
}
.home-5 .category-saidebar ul li a {
	border-bottom: 1px solid #21874c;
}
.home-5 .category-saidebar ul li a:hover {
	background: #21874c none repeat scroll 0 0;
}
.home-5 .category-saidebar ul li .cat-mega-menu a:hover, .home-5 .category-saidebar ul li ul.cat-sup-menu li a:hover {
	background: transparent none repeat scroll 0 0;
	color: #269c58;
}
.home-5 .search-cart-list {
	float: none;
}
.home-5 .banner-pic {
	margin-bottom: 28px;
}
.home-5 .banner-pic:last-child {
	margin: 0;
}
.home-5 .banner-home-3 {
	margin-bottom: 0;
	margin-top: 33px;
}
.home-5 .slider-wrap {
	margin-top: 33px;
}
.home-5 .header-search {
	background: #ededed none repeat scroll 0 0;
}
.home-5 .header-search input[type="text"] {
	background: #ededed;
}
.home-5 .header-search button {
	background: #269c58 none repeat scroll 0 0;
}
.home-5 .header-search button:hover {
	background: #30c56f none repeat scroll 0 0;
	color: #fff;
}
.home-5 .cart-total ul li a span.cart-no i {
	background: #269c58 none repeat scroll 0 0;
}
.home-5 .cart-total ul li a.cart-toggler {
	background: #30c56f none repeat scroll 0 0;
}
.home-5 .slider-and-category-saidebar {
	margin-bottom: 50px;
}
.home-5 .single-product .price-box .special-price,.home-5 .button-area div:hover {
	background: #30c56f none repeat scroll 0 0;
}
.home-5 .product-name-cart-button h2.product-name a:hover {
	color: #30c56f;
}
.home-5 .product-category-tab .col-lg-3.col-md-3 {
	width: 25%;
}
.home-5 .product-category-carosul-5 .col-lg-4.col-md-4 {
	width: 100%;
}
.product-category-carosul .col-lg-4.col-md-4 {
	width: 100%;
}
.home-5 .product-category-carosul-5.owl-theme .owl-controls .owl-buttons div:hover{
	background: #269c58;
	border-color: #269c58;
}
.home-5 .product-category-tab .tab-menu ul li a:hover,.home-5 .product-category-tab .tab-menu ul li.active a {
	background: #269c58 none repeat scroll 0 0;
}
/* ----------------------------
18.1 home-5 brand-new-product
------------------------------*/
.brand-new-product-list .product-img {
	width: 30%;
	float: left;
}
.brand-new-product-list .product-name-cart-button{
	float: left;
	width: 70%;
	padding-left: 30px;
}
.brand-product-area {
	border: 1px solid #e5e5e5;
	padding: 15px 30px 0;
}
.brand-new-product-list .product-name-cart-button h2.product-name {
	font-size: 14px;
	font-weight: 400;
}
.home-5 .ratings {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
.home-5 .ratings i {
	float: left;
}
.price-box-sm{
	font-family: 'Roboto', sans-serif;
}
.price-box-sm span{
	display: block;
}
.price-box-sm .special-price span {
	color: #269c58;
	font-size: 15px;
}
.price-box-sm .old-price span{
	color: #888888;
	font-size: 14px;
	text-decoration: line-through;
}
.brand-new-product-list .product-name-cart-button {
	margin-top: 0;
	text-align: left;
}
.brand-new-product-list .single-product {
	border-bottom: 1px solid #ececec;
	margin-bottom: 18px;
	padding: 0 0 20px;
}
h3.saidebar-hedding {
	background: #2d2d2d none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding-left: 30px;
	text-transform: uppercase;
	width: 100%;
}
.home-5 .brand-carosul.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	right: -25px;
	top: -55px;
}
.home-5 .left-saidebar .banner-pic {
	margin-bottom: 0px;
}
.left-saidebar .brand-new,.left-saidebar .bestsellers {
	margin-bottom: 30px;
}
.brand-new-product-list .single-product:last-child{
	border: 0;
	margin: 0;
}
.product-category-carosul-5 {
	margin-bottom: 55px;
}
.home-5 .popular-category .single-category .category-list ul li a::before,.home-5 .popular-category .single-category .category-list a:hover,.home-5 .blog-testimonials-area .testimonial .single-testimonial .author {
	color: #269c58;
}
.home-5 .single-post .post-des a.readmore:hover, .home-5 .single-post .post-des h3 a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #269c58;
}
.home-5 .shipping-info .single-shipping:hover {
	background: #269c58 none repeat scroll 0 0;
}
.home-5 .footer-top-area .subcribe-area form input[type="submit"]:hover {
	border-color: #269c58;
	color: #269c58;
}
.home-5 .footer-mid-menu ul li a:hover::before, .home-5 #scrollUp:hover {
	background: #269c58 none repeat scroll 0 0;
}
.home-5 .footer-mid-menu ul li a:hover, .home-5 .footer-bottom-menu ul li a:hover, .copyright-info a:hover {
	color: #269c58;
}
.home-5 .social-media .color-tooltip + .tooltip > .tooltip-inner {background-color: #269c58;color:#fff;padding:5px 10px;}
.home-5 .social-media .color-tooltip + .tooltip.top > .tooltip-arrow { border-top-color:#269c58; }
/* ----------------------------
19. home-6 header
------------------------------*/
body.home-6 {
	background: #e8e8e8 none repeat scroll 0 0;
}
.home-6 .category-saidebar {
	background: #c5b150 none repeat scroll 0 0;
	height: auto;
	left: 15px;
	position: absolute;
	top: 0;
	width: 22.4%;
	z-index: 9999;
	display: none;
}
.home-6 .slider-wrap {
	margin-bottom: 55px;
	position: relative;
}
.home-6 .header-email i, .home-6 .header-phone i {
	background: #c5b150 none repeat scroll 0 0;
	border: 0 none;
}
.home-6 .header-search button,.home-6 .cart-total ul li a span.cart-no i {
	background: #c5b150 none repeat scroll 0 0;
}
.home-6 .header-search button:hover {
	background: #d2c276 none repeat scroll 0 0;
}
.home-6 .cart-total ul li a.cart-toggler {
	background: #d2c276 none repeat scroll 0 0;
}
.home-6 .catemenu-toggler {
	background: #d2c276 url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/bkg_category.png?1576398893391) no-repeat scroll 92% center;
}
.home-6 .morelesscate span {
	background-color: #d2c276;
}
.home-6 .category-saidebar ul li a {
	border-bottom: 1px solid #bda73f;
}
.home-6 .category-saidebar ul li a:hover {
	background: #bda73f none repeat scroll 0 0;
}
.home-6 .category-saidebar ul li .cat-mega-menu a:hover, .home-6 .category-saidebar ul li ul.cat-sup-menu li a:hover,.home-6 .main-menu ul li ul.sup-menu li a:hover, .home-6 .main-menu ul li .mega-menu .single-mega-menu a:hover {
	background: transparent none repeat scroll 0 0;
	color: #c5b150;
}
/* ----------------------------
19.1 home-6 product-category-carosul
------------------------------*/
.product-category-carosul-6 .col-lg-4.col-md-4 {
	width: 100%;
}
.home-6 .product-category-tab {
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.home-6 .tab-menu {
	padding: 40px 15px 0;
}
.home-6 .tab-menu ul {
	text-align: left;
	border-left: 1px solid #e5e5e5;
	height: 100%;
}
.home-6 .tab-menu ul li {
	display: block;
	padding: 10px 25px;
	text-transform: capitalize;
	width: 100%;
}
.home-6 .tab-menu ul li a {
	color: #4c4c4c;
	height: inherit;
	line-height: 20px;
	padding: 0;
	text-transform: none;
}
.home-6 .tab-menu ul li::after {
	display: none;
}
.home-6 .tab-menu ul li a:hover,.home-6 .tab-menu ul li.active a{
	color: #c5b150;
}
.home-6 .tab-menu ul li a::before{
	color: #c5b150;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	margin-right: 10px;
	text-rendering: auto;
}
.product-category-carosul-6.owl-theme .owl-controls .owl-buttons div,.best-sellers-carusul.owl-theme .owl-controls .owl-buttons div {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #000;
	border-radius: 0;
	color: #000;
	font-size: 15px;
	height: 19px;
	opacity: 1;
	padding: 0;
	width: 19px;
	line-height: 0;
	transition:0.4s;
}
.product-carusol-9 .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: -56px;
    right: 0px;
}
.product-category-carosul-6.owl-theme .owl-controls .owl-buttons div:hover,.best-sellers-carusul.owl-theme .owl-controls .owl-buttons div:hover{
	background: #c5b150;
	border-color: #c5b150;
	color:#fff;
}
.product-category-carosul-6.owl-theme .owl-controls .owl-buttons {
	background: #fff none repeat scroll 0 0;
	position: absolute;
	right: -280px;
	top: -68px;
}
/* ----------------------------
19.2 home-6 best-sellers-area
------------------------------*/
.best-sellers-area{
	margin-bottom: 55px;
}
.best-sellers-carusul {
	padding-top: 40px;
}
.home-6 .single-product,.best-sellers-carusul .col-lg-3.col-md-3 {
	width: 100%;
}
.best-sellers-area .headding h3 {
	background: #e5e5e5 none repeat scroll 0 0;
	color: #4c4c4c;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding-left: 20px;
	text-transform: uppercase;
}
.product-title-area  h3::before {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 4px;
	position: absolute;
	right: 0;
	top: 11px;
	width: 74px;
}
.best-sellers-carusul.owl-theme .owl-controls .owl-buttons div{
	border: none;
	background: #fff;
	font-size: 18px;
}
.best-sellers-carusul.owl-theme .owl-controls .owl-buttons{
	position: absolute;
	right: 20px;
	top: -40px;
}
.home-6 .single-product .price-box .special-price,.home-6 .button-area div:hover {
	background: #d2c276 none repeat scroll 0 0;
}
.home-6 .product-name-cart-button h2.product-name a:hover,.home-6 .popular-category .single-category .category-list ul li a::before,.home-6 .popular-category .single-category .category-list a:hover {
	color: #d2c276;
}
.home-6 .product-carusol-3.owl-theme .owl-controls .owl-buttons div:hover, .home-6 .logo-brand-3.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #d2c276;
	border: 2px solid #d2c276;
}
.home-6 .blog-testimonials-area .blog-area-3.owl-theme .owl-controls .owl-buttons div:hover, .home-6 .blog-testimonials-area .testimonial.owl-theme .owl-controls .owl-buttons div:hover {
	background: #d2c276 none repeat scroll 0 0;
	border: 2px solid #d2c276;
}
.home-6 .single-post .post-des a.readmore:hover, .home-6 .single-post .post-des h3 a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #d2c276;
}
.home-6 .blog-testimonials-area .testimonial .single-testimonial .author {
	color: #d2c276;
}
.home-6 .shipping-info .single-shipping:hover {
	background: #d2c276 none repeat scroll 0 0;
}
.home-6 .footer-top-area .subcribe-area form input[type="submit"]:hover {
	border-color: #d2c276;
	color: #d2c276;
}
.home-6 .footer-mid-menu ul li a:hover::before, .home-6 #scrollUp:hover {
	background: #d2c276 none repeat scroll 0 0;
}
.home-6 .footer-mid-menu ul li a:hover, .home-6 .footer-bottom-menu ul li a:hover, .copyright-info a:hover {
	color: #d2c276;
}
.home-6 .cart-total ul li .mini-cart-content .cart-img-details .cart-img-contaent h4:hover,.home-6 .pro-del a i:hover {
	color: #d2c276;
}
.home-6 p.buttons a {
	background: #d2c276 none repeat scroll 0 0;
}
.home-6 .cart-total ul li .mini-cart-content .cart-img-details .cart-img-photo:hover {
	border: 1px solid #d2c276;
}
/* ----------------------------
20. home-7
------------------------------*/
.timer-count{
	display: block;
	width: 100%;
	background: #575E62;
	padding: 0 15px;
	padding-left: 20px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.timer-count span p{
	font-size: 12px;
	color: #B1B1AD;
}
.timer-count span {
	display: inline-block;
	font-size: 20px;
	padding: 10px 0;
	padding-top:15px;
	text-align: center;
	color: #fff;
	margin-right:38px; 
}
.timer-count span:last-child{
	margin-right:0;
}
.timer-count span p {
	font-size: 12px;
	color: #B1B1AD;
}
.sp-carosul {
	margin: 20px 0 25px;
}
.sp-carosul.owl-theme .owl-controls .owl-buttons{
	position: absolute;
	top: 0;
	right: 0;
}
.sp-carosul.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	right: 0px;
	top: -60px;
}
.sp-carosul.owl-theme .owl-controls .owl-buttons div:hover,.home-8 .brand-carosul.owl-theme .owl-controls .owl-buttons div:hover{
	background: #EF7C3D;
	border-color:#EF7C3D; 
}
.home-7 .header-email i, .home-7 .header-phone i {
	background: #ef7c3d none repeat scroll 0 0;
}
.home-7 .main-menu ul li a.active, .home-7 .main-menu ul li a:hover, .home-7 .main-menu ul li ul.sup-menu li a:hover, .home-7 .main-menu ul li .mega-menu .single-mega-menu a:hover {
	background: transparent none repeat scroll 0 0 !important;
	color: #ef7c3d;
}
.home-7 .catemenu-toggler {
	background: #f39c6c url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/bkg_category.png?1576398893391) no-repeat scroll 92% center;
}
.home-7 .category-saidebar {
	background: #ef7c3d none repeat scroll 0 0;
}
.home-7 .category-saidebar ul li a {
	border-bottom: 1px solid #ed6c25;
}
.home-7 .morelesscate span {
	background-color: #f39c6c;
}
.home-7 .category-saidebar ul li a:hover {
	background: #ed6c25 none repeat scroll 0 0;
}
.home-7 .category-saidebar ul li .cat-mega-menu a:hover, .home-7 .category-saidebar ul li ul.cat-sup-menu li a:hover {
	background: transparent none repeat scroll 0 0;
	color: #ef7c3d;
}
.home-7 .header-search button,.home-7 .cart-total ul li a span.cart-no i {
	background: #ed6c25 none repeat scroll 0 0;
}
.home-7 .cart-total ul li a.cart-toggler {
	background: #f39c6c none repeat scroll 0 0;
}
.home-7 .product-category-tab .tab-menu ul li a:hover, .home-7 .product-category-tab .tab-menu ul li.active a {
	background: #EF7C3D none repeat scroll 0 0;
}
.home-7 .product-category-carosul-5.owl-theme .owl-controls .owl-buttons div:hover {
	background: #EF7C3D none repeat scroll 0 0;
	border-color: #EF7C3D;
}
.home-7 .single-product .price-box .special-price, .home-7 .button-area div:hover {
	background: #f39c6c none repeat scroll 0 0;
}
.home-7 .product-name-cart-button h2.product-name a:hover,.home-7 .price-box-sm .special-price span {
	color: #f39c6c;
}
.home-7 .popular-category .single-category .category-list ul li a::before, .home-7 .popular-category .single-category .category-list a:hover, .home-7 .blog-testimonials-area .testimonial .single-testimonial .author {
	color: #f39c6c;
}
.home-7 .product-carusol-3.owl-theme .owl-controls .owl-buttons div:hover, .home-7 .logo-brand-3.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #f39c6c;
	border: 2px solid #f39c6c;
}
.blog-testimonials-area .product-title-area h3::before {
	display: none;
}
.home-7 .blog-testimonials-area .blog-area-3.owl-theme .owl-controls .owl-buttons div:hover, .home-7 .blog-testimonials-area .testimonial.owl-theme .owl-controls .owl-buttons div:hover {
	background: #f39c6c none repeat scroll 0 0;
	border: 2px solid #f39c6c;
}
.home-7 .single-post .post-des a.readmore:hover, .home-7 .single-post .post-des h3 a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #f39c6c;
}
.home-7 .shipping-info .single-shipping:hover {
	background: #f39c6c none repeat scroll 0 0;
}
.home-7 .footer-top-area .subcribe-area form input[type="submit"]:hover {
	border-color: #f39c6c;
	color: #f39c6c;
}
.home-7 .footer-mid-menu ul li a:hover::before, .home-7 #scrollUp:hover {
	background: #f39c6c none repeat scroll 0 0;
}
.home-7 .footer-mid-menu ul li a:hover, .home-7 .footer-bottom-menu ul li a:hover, .copyright-info a:hover {
	color: #f39c6c;
}
/* ----------------------------
21.1 home-8-header_area
------------------------------*/
.home-8 .header_area{
	background: #EBEBED;
}
.home-8 .logo {
	margin: 30px 0;
}
.home-8 .header-search {
	background: #fff none repeat scroll 0 0;
}
.home-8 .header-search input[type="text"] {
	background: #fff none repeat scroll 0 0;
}
.home-5.home-8 .main-menu ul li {
	background: none !important;
}
.home-8 .main-menu {
	margin: 0;
}
.home-8 .mainmenu-area {
	background: #313131 none repeat scroll 0 0;
	padding-top: 0;
	border: none;
}
.home-8 .main-menu ul li a.active {
	background: #646464 none repeat scroll 0 0 !important;
	color: #ffffff;
}
.home-8 .main-menu ul li a {
	border-left: 1px solid #4b4b4b;
}
.home-8 .main-menu ul li a.active, .home-8 .main-menu ul li a:hover{
	color: #fff;
	background: #646464 none repeat scroll 0 0 !important;
}
.home-8 .category-saidebar {
	background: #313131 none repeat scroll 0 0;
	left: 382px;
	position: absolute;
	top: 0;
	width: 13.7%;
	z-index: 9999;
	display: none;
}
.home-8 .catemenu-toggler {
	background: #de4c4a url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/bkg_category.png?1576398893391) no-repeat scroll 92% center;
}
.home-8 .morelesscate span {
	background-color: #e67775;
}
.home-8 .category-saidebar ul li a {
	border-bottom: 1px solid #3e3e3e;
}
.home-8 .category-saidebar ul li a:hover {
	background: #393939 none repeat scroll 0 0;
}
.home-8 .category-saidebar ul li .cat-mega-menu,.home-8 .category-saidebar ul li ul.cat-sup-menu{
	background: #393939 none repeat scroll 0 0;
	border: none;
	box-shadow: 0 4px 13px -3px #808080;
}
.home-8 .category-saidebar ul li .cat-mega-menu .single-cat-mega-menu a,.home-8 .category-saidebar ul li ul.cat-sup-menu li a {
	color: #9d9d9d;
	line-height: 47px !important;
}
.home-8 .category-saidebar ul li .cat-mega-menu .single-cat-mega-menu a:hover,.home-8 .category-saidebar ul li ul.cat-sup-menu li a:hover{
	color: #cf2826;
}
.home-8 .main-menu ul li ul.sup-menu li a:hover, .home-8 .main-menu ul li .mega-menu .single-mega-menu a:hover {
	color: #cf2826;
}
.home-8 .slider-and-category-saidebar {
	margin-bottom: 40px;
}
.home-8 .slider-wrap {
	margin-top: 0;
	position: relative;
}
.home-8 .header-top-bar {
	background: #de4c4a none repeat scroll 0 0;
	border:none;
	line-height: 52px;
}
.home-8 .header-phone,.home-8 .header-email a{
	color: #fff;
}
.home-8 .header-phone {
	border-left: 1px solid #e46e6d;
	border-right: 1px solid #e46e6d;
	padding: 0 12px 0 5px;
}
.home-8 .header-email i, .home-8 .header-phone i {
	background: transparent !important;
}
.home-8 .header-search button {
	background: #313131 none repeat scroll 0 0;
	border-color: #EBEBED;
}
.home-8 .header-search button:hover {
	background: #de4c4a none repeat scroll 0 0;
	color: #fff;
}
.home-8 .menu-top-menu ul li {
	border-right: 1px solid #e46e6d;
}
.home-8 .menu-top-menu ul li:last-child{
	border: none;
}
.home-8 .menu-top-menu ul li a {
	color: #fff;
}
.home-8 .menu-top-menu ul li a:hover{color: #ddd;}
.home-8 .search-cart-list {
	margin-top: 30px;
}
.home-8 .cart-total ul li a span.cart-no i {
	background: #313131 none repeat scroll 0 0;
	color: #fff;
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.home-8 .cart-total ul li a.cart-toggler {
	background: #fff none repeat scroll 0 0;
	padding-left: 10px;
	padding-right: 0;
}
.home-8 .cart-total ul li a span.cart-no {
	color: #4c4c4c;
}
/* ----------------------------
21.2 home-8-banner
------------------------------*/
.home-8 .banner-pic{
	margin-bottom: 17px !important;
}
.home-8 .banner-area {
	margin-bottom: 18px;
}
/* ----------------------------
21.3 home-8-product-category-tab
------------------------------*/
.home-8 .product-category-tab .tab-menu ul{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 5px solid #2d2d2d;
	height: 55px;
	line-height: 40px;
}
.home-8 .product-category-tab .tab-menu ul li{
	margin-right: 8px;
	height: 55px;
	line-height: 55px;
}
.home-8 .product-category-tab .tab-menu ul li a {
	background: #ebebed none repeat scroll 0 0;
	border: medium none;
	color: #2d2d2d;
	font-size: 16px;
	height: 50px;
}
.home-8 .product-category-tab .tab-menu ul li a:hover, .home-8 .product-category-tab .tab-menu ul li.active a {
	background: #2d2d2d none repeat scroll 0 0;
	color: #fff;
}
.home-8 .product-category-carosul.owl-theme .owl-controls .owl-buttons div, .home-8 .product-category-carosul-5.owl-theme .owl-controls .owl-buttons div{
	border: 2px solid #000;
	color: #000;
}
.home-8 .product-category-tab .product-img .onsale .sale-bg, .home-8 .best-sellers-area .product-img .onsale .sale-bg {
	border-top: 80px solid #de4c4a;
}
.home-8 .ratings{
	color:#ffe117;
}
.layout-8 .ratings {
	float: right;
	margin-top: 7px;
}
.home-8 .single-product .layout-8 .price-box {
	display: inline-block;
	height: inherit;
	line-height: inherit;
	overflow: hidden;
	position: inherit;
}
.home-8 .single-product .layout-8 .price-box .special-price {
	background: transparent;
	color: #de4c4a;
	line-height: 28px;
	height: inherit;
	padding: 0;
}
.home-8 .single-product .layout-8 .price-box .old-price{
	background: #e5e5e5 none repeat scroll 0 0;
	border-radius: 20px;
	display: block;
	height: 28px;
	line-height: 28px;
	margin-right: 12px;
	padding: 0 28px;
}
.action-button-area {
	margin: 10px 0 0;
	overflow: hidden;
}
.action-button-area .add-to-wishlist {
	float: left;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.action-button-area .add-to-wishlist a{
	color: #8f8f8f;
	font-size: 12px;
}
.action-button-area .wish-comparate div{
	display: inline-block;
}
.action-button-area .wish-comparate div:hover a i{
	background: #de4c4a;
	color: #fff;
	transform: rotate(360deg);
	animation: 0.7s linear 0s normal none 1 running rotate;
}
.action-button-area .wish-comparate .compare-button {
	margin-right: 5px;
}
.action-button-area .wish-comparate div a i{
	background: #e5e5e5 none repeat scroll 0 0;
	border-radius: 100%;
	height: 36px;
	line-height: 36px;
	margin-left: 0;
	width: 36px;
	text-align: center;
	font-size: 16px;
	color: #8f8f8f;
	transition:0.4s;
}
.action-button-area .add-to-wishlist a i{
	background: #de4c4a none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	height: 36px;
	line-height: 36px;
	margin-left: 0;
	width: 36px;
	text-align: center;
	font-size: 16px;
	margin-right: 10px;
}
.wish-comparate {
	float: right;
	width: 50%;
	text-align: right;
}
.product-category-carosul-5.margin-zero {
	margin-bottom: 0px;
}
.home-8 .product-name-cart-button h2.product-name a:hover,.home-8 .price-box-sm .special-price span {
	color: #de4c4a;
}
.home-8 .popular-category .single-category .category-list ul li a::before, .home-8 .popular-category .single-category .category-list a:hover, .home-8 .blog-testimonials-area .testimonial .single-testimonial .author {
	color: #de4c4a;
}
.home-8 .single-post .post-des a.readmore:hover, .home-8 .single-post .post-des h3 a:hover {
	color: #de4c4a;
}
.home-8 .shipping-info .single-shipping:hover {
	background: #de4c4a none repeat scroll 0 0;
}
.home-8 .footer-top-area .subcribe-area form input[type="submit"]:hover {
	border-color: #de4c4a;
	color: #de4c4a;
}
.home-8 .footer-mid-menu ul li a:hover::before, .home-8 #scrollUp:hover {
	background: #de4c4a none repeat scroll 0 0;
}
.home-8 .footer-mid-menu ul li a:hover, .home-8 .footer-bottom-menu ul li a:hover, .copyright-info a:hover {
	color: #de4c4a;
}
.home-8 .product-category-carosul-5.owl-theme .owl-controls .owl-buttons div:hover {
	background: #de4c4a none repeat scroll 0 0;
	border-color: #de4c4a;
	color:#fff;
}
.home-8 .product-carusol-3.owl-theme .owl-controls .owl-buttons div:hover, .home-8 .logo-brand-3.owl-theme .owl-controls .owl-buttons div:hover {
	background-color: #de4c4a;
	border: 2px solid #de4c4a;
}
.home-8 .blog-testimonials-area .blog-area-3.owl-theme .owl-controls .owl-buttons div:hover, .home-8 .blog-testimonials-area .testimonial.owl-theme .owl-controls .owl-buttons div:hover {
	background: #de4c4a none repeat scroll 0 0;
	border: 2px solid #de4c4a;
}
.home-8 .sp-carosul.owl-theme .owl-controls .owl-buttons div:hover, .home-8 .brand-carosul.owl-theme .owl-controls .owl-buttons div:hover {
	background: #de4c4a none repeat scroll 0 0;
	border-color: #de4c4a;
}
.home-8 .single-product .price-box .special-price, .home-8 .button-area div:hover {
	background: #de4c4a none repeat scroll 0 0;
}
/* ----------------------------
22. home-9-Header
------------------------------*/
.home-9 h1, .home-9 h2, .home-9 h3, .home-9 h4, .home-9 h5, .home-9 h6{
	font-family: 'Roboto', sans-serif;
}
.home-9 .header_area {
	background: #fff none repeat scroll 0 0;
}
.home-9 .header-top-bar {
	background: #3bb2ca none repeat scroll 0 0;
    border-bottom: 1px solid #3bb2ca;
    line-height: 30px !important;
}
.home-9 .header-email, .home-9 .header-phone {
	color: #fff;
	font-size: 10px;
	line-height: 32px;
}
.home-9 .header-email{
	font-size: 12px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
}
.home-9 .menu-top-menu ul li {
	line-height: 0;
}
.home-9 .menu-top-menu ul li a {
	border-right: 1px solid #eee;
	color: #eee;
	font-size: 10px;
	padding: 10px 10px;
	border-left: none;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
.home-9 .menu-top-menu ul li:first-child a {
	border-left: 1px solid #eee;
	padding-left: 13px;
}
.home-9 .menu-top-menu ul li:last-child a{}
.home-9 .menu-top-menu ul li a:hover{color:#000;}
.home-9 .header-search {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	height: 42px;
	width: 410px;
}
.home-9 .header-search input[type="text"]{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-color:#fff;
	border-style: none none none solid;
	border-width: medium medium medium 1px;
	color: #4c4c4c;
	float: left;
	font-family: Arial,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: italic;
	height: 32px;
	margin: 5px 0;
	padding: 0 0 0 20px;
	width: 90%;
}
.home-9 .header-search .cate-toggler {
	color: #4c4c4c;
	cursor: pointer;
	float: left;
	font-family: Arial,Arial,Helvetica,sans-serif;
	font-size: 10px;
	height: 40px;
	line-height: 40px;
	padding: 0 30px 0 20px;
	position: relative;
	text-transform: uppercase;
}
.home-9 .header-search .cate-toggler::after {
	right: 10px;
	top: 19px;
}
.home-9 .header-search button {
	border: none;
	color: #707070;
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.home-9 .header-search button:hover {
	background: #3bb2ca none repeat scroll 0 0;
	color: #fff;
}
.home-9 .cart-total ul li a.cart-toggler {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
	cursor: pointer;
	float: left;
	font-family: Arial,Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 42px;
	line-height: 42px;
	padding-right: 0;
	text-transform: uppercase;
}
.home-9 .cart-total ul li a span.cart-no{
	color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    background: #3bb2ca;
}
.home-9 .cart-total ul li a span.cart-no i {
	color: #fff;
	float: left;
	font-size: 15px;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
	text-align: center;
	width: auto;
	background: transparent;
}
.home-9 .mainmenu-area {
	background: #272727 none repeat scroll 0 0;
	padding-top: 0;
	border: none;
}
.home-9 .main-menu {
	background: transparent;
}
.home-9 .main-menu ul li a{
	color: #fff;
    border: none;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 24px;
}
.home-9 .main-menu ul li a:hover{
	background: transparent !important;
}
.home-9 .main-menu ul li:hover{
	background: #3bb2ca !important;
	color: #fff !important;
}
.home-9 .main-menu ul li .mega-menu .single-mega-menu a:hover,.home-9 .main-menu ul li ul.sup-menu li a:hover {
	color: #fff;text-decoration: none;
}
.owl_coverage .owl-pagination{
    position: absolute;
    bottom: 10px;
    text-align: center;
	width: 100%;
}
.menu_index_left .menu_index_lv1{
	border: 1px solid #ebebeb;
	overflow-y: scroll;
	max-height: 400px;
}
.menu_index2_left .menu_index_lv1{
	border: 1px solid #ebebeb;
	overflow-y: scroll;
	height: 471px;
}
.menu_index_left .icon_title_1 {
	background: #3bb2ca url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/forma_icon_1.png?1576398893391) no-repeat 25px 10px;
	margin: 0px;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	color: #fff;
	padding: 18px 15px 12px 70px;
	font-weight: 400;
	text-transform: uppercase;
}
.menu_index_left .icon_title_2 {
	background: #3bb2ca url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/forma_icon_111.png?1576398893391) no-repeat 25px 10px;
	margin: 0px;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	color: #fff;
	padding: 18px 15px 12px 70px;
	font-weight: 400;
	text-transform: uppercase;
	position:relative;
}
.show_nav_bar1 {
    cursor: pointer;
    width: 50px;
    height: 33px;
    z-index: 9999;
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 22px;
    text-align: center;
}
.show_nav_bar2 {
    cursor: pointer;
    width: 50px;
    height: 33px;
    z-index: 9999;
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 22px;
    text-align: center;
}
.menu_index_left .menu_index_lv1 li{
	line-height: 20px;   
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.menu_index_left .menu_index_lv1 li:hover a{border-right: #3bb2ca;border-left: #3bb2ca;}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(1) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_2_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(1):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_2_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(2) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_3_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(2):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_3_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(3) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_4_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(3):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_4_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(4) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_5_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(4):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_5_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(5) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_6_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(5):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_6_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(6) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_7_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(6):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_7_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(7) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_8_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(7):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_8_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(8) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_9_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(8):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_9_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(9) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_10_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(9):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_10_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(10) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_11_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(10):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_11_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(11) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_12_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index_left .menu_index_lv1 li.icon1:nth-child(11):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_12_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(1) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_12_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(1):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_12_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(2) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_13_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(2):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_13_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(3) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_14_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(3):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_14_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(4) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_15_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(4):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_15_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(5) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_16_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(5):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_16_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(6) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_17_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(6):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_17_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(7) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_18_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(7):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_18_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(8) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_19_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(8):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_19_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(9) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_20_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(9):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_20_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(10) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_21_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(10):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_21_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(11) a {
    background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_22_icon.png?1576398893391) no-repeat 25px 16px;
    padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(11):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_22_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(12) a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_23_icon.png?1576398893391) no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
}
.menu_index2_left .menu_index_lv1 li.icon1:nth-child(12):hover a{
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/foma_23_icon_hover.png?1576398893391) #3bb2ca no-repeat 25px 16px;
	padding: 19px 15px 19px 68px;
	color: #fff;
}
.menu_index_left .menu_index_lv1 li a{display:block; font-size: 14px; font-family: 'Roboto', sans-serif;}
.main-menu ul li.active{background:#3bb2ca;color:#fff;}
.main-menu ul li ul.sup-menu li ul.sup-menu-child2 li a{color:#272727 !important;}
.main-menu ul li ul.sup-menu li ul.sup-menu-child2 li:hover a{color:#3bb2ca !important;}
.home-9 .main-menu ul li a.active {
	background: transparent none repeat scroll 0 0 !important;
	color: #000;
	text-decoration: underline;
}
.home-9 .main-menu ul li .mega-menu .single-mega-menu a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.home-9 .slider-wrap {
	margin-bottom: 0;
}
.home-9 .slider-and-category-saidebar {
	margin-bottom: 35px;
}

/* ----------------------------
22.1 home-9-banner-left-area
------------------------------*/
.banner-left-area .single-banner-left:nth-child(1),.banner-left-area .single-banner-left:nth-child(2){
	margin-bottom: 10px;
}
.single-banner-left a{position: relative;display: block;}
.single-banner-left a::before{
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(0);
	transition: all 0.2s ease-out 0s;
	z-index: 1;
}
.single-banner-left a:hover::before {
	opacity: 1;
	transform: scale(1);
}
/* ----------------------------
22.2 home-9-service-area-bottum
------------------------------*/
.service-area-bottum {
	background-color: #000;
	color: #fff;
	overflow: hidden;
	padding: 15px 20px;
	text-align: center;
}
.service-area-bottum .single-service {
	border-color: #545454;
	border-style: solid;
	border-width: 0 1px 0 0;
	float: left;
	font-weight: 400;
	line-height: 19px;
	width: 33.3333%;
	padding-left: 15px;
}
.service-area-bottum .single-service:last-child{
	border: none;
}
.service-area-bottum .single-service h3 {
	color: #fff;
	float: left;
	font-family: Arial,Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin: 0;
}
/* ----------------------------
22.3 home-9-category-saidebar
------------------------------*/
.home-9 .catemenu-toggler {
	background: #000 url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/bkg_category.png?1576398893391) no-repeat scroll 92% center;
}
.home-9 .category-saidebar{
	border: 1px solid #e5e5e5;
	background: transparent;
	padding: 0 15px;
}
.home-9 .category-saidebar ul li a {
	border-bottom: 1px dashed #e5e5e5;
	color: #333;
	font-family: inherit;
	font-size: 13px;
	padding:0;
	line-height: 45px !important
}
.home-9 .category-saidebar ul li a i {
	height: inherit !important;
	line-height: inherit !important;
}
.home-9 .category-saidebar ul li a.arrow::after {
	right: 10px;
}
.home-9 .category-saidebar ul li a:hover {
	background: transparent;
	color: #3bb2ca;
}
.home-9 .morelesscate span {
	background-color: #fff;
	color: #333;
}
.home-9 .slider-wrap, .banner-left-area {
	margin-top: 18px;
}
/* ----------------------------
22.4 home-9-product
------------------------------*/
.home-9 .product-area,.banner-9 {
	margin-bottom: 30px;
}
.title-tab-menu{
	background: #f1efed;
    padding: 14px 15px 9px 15px;
    border-bottom: 1px solid #ebebeb;
	height:54px;
}
.product-area.hot .product-carusol-9{
	padding-top: 30px;
}
.title-tab-menu h3 {
	    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0px;
}
.title-tab-menu .tab-menu {
	float: right;
}
.title-tab-menu .tab-menu ul li::after {
	display: none;
}
.title-tab-menu .tab-menu ul li a {
	border-left: 1px solid #e5e5e5;
	font-family: Arial,Arial,Helvetica,sans-serif;
	font-weight: 400;
	height: auto;
	line-height: 15px;
	padding: 0 15px;
}
.title-tab-menu .tab-menu ul li.active a,.title-tab-menu .tab-menu ul li a:hover{
	color: #3bb2ca;
	text-decoration: underline;
}
.title-tab-menu .tab-menu ul li:first-child a{border: none;}
.title-tab-menu .tab-menu ul li:last-child a{
	padding-right: 0;
}
.home-9 .single-product {
	width: 100%;
	position: relative;
}
.home-9 .single-product .onsale {
	font-family: 'Roboto', sans-serif;
}
.home-9 .tab-content {
	padding: 0px 0 0;
	width: 100%;
}
.banner_tab_pr img{width:100%;}
.product-carusol-9 {
	padding: 0px 0 0;
	width: 100%;
	border-right: 1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.product-carusol-9.owl-theme .owl-controls .owl-buttons div,.home-9 .logo-brand-3.owl-theme .owl-controls .owl-buttons div,.product-carusol-10.owl-theme .owl-controls .owl-buttons div {
	border-radius: 0;
	font-size: 20px;
	height: 30px;
	left: 10px;
	line-height: 26px;
	margin: 5px;
	padding: 0;
	position: absolute;
	top: 40%;
	width: 30px;
}
.product-carusol-9 .owl-controls .owl-buttons div{background:url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/icon_btn_slider.png?1576398893391) no-repeat;}
.home-9 .logo-brand-3:hover .owl-controls .owl-buttons div,.home-10 .product-carusol-10:hover .owl-controls .owl-buttons div{opacity: 1;visibility: visible;}
.home-9 .logo-brand-3.owl-theme .owl-controls .owl-buttons div:hover,.home-10 .product-carusol-10.owl-theme .owl-controls .owl-buttons div:hover{
	background: #3bb2ca;
}
.product-carusol-9.owl-theme .owl-controls .owl-buttons div:hover{background:url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/icon_btn_slider.png?1576398893391) no-repeat;}
.product-carusol-9.owl-theme .owl-controls .owl-buttons .owl-next,.home-9 .logo-brand-3.owl-theme .owl-controls .owl-buttons .owl-next,.home-10 .product-carusol-10.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 10px;
	left: auto;
}
.product-carusol-9 .owl-controls .owl-prev {
    left: -64px !important;
    background-position: 5px center !important;
    width: 20px !important;
}
.product-carusol-9 .owl-controls .owl-next {
    right: 10px !important;
    background-position: -19px center !important;
    width: 20px !important;
}
.home-9 .action-button div a {
	background: #fff none repeat scroll 0 0;
	color: #b4b4b4;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	border:1px solid #ebebeb;
}
.home-9 .action-button div a:hover{border:1px solid #3bb2ca;}
.action-button div button {
    transition: all 0.4s ease 0s;
    text-decoration: none;
    color: #222;
}
.action-button div button {
    background-color: transparent;
}
.action-button div button {
    opacity: 0;
    top: -40px;
    visibility: hidden;
}
.action-button div button {
        background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-weight: normal;
    line-height: 40px;
    padding: 0;
    position: relative;
    text-align: center;
    color: #222;
    padding: 0px 15px;
}
.home-9 .action-button div button {
	background: #fff none repeat scroll 0 0;
	color: #b4b4b4;
	font-size: 12px;
	line-height: 30px;
	border:1px solid #ebebeb;
}
.single-product:hover .action-button div button {
    opacity: 1;
    top: 0px;
    visibility: visible;
}
.home-9 .action-button div button:hover{background: #3bb2ca;border:1px solid #3bb2ca; color:#fff;}
.home-9 .action-button div a:hover{background: #3bb2ca;}
.home-9 .action-button {
	bottom: 35%;
    left: inherit;
    width:100%;
	text-align:center;
}
.product-carusol-tab2 .no_pad{
    padding: 0px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
	    min-height: 280px;
}
.jGrowl-close {
width:15px;
height:12px;
	background:url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/btn_remove.png?1576398893391) no-repeat;
    float: right;}
div.jGrowl-close{
right:10px !important;
left:initial  !important;}
.home-9 .product-img::before {
	display: none;
}
.product-name-ratting h3.product-name {
	    font-family: 'Roboto', sans-serif;
	    font-size: 14px;
    font-weight: 600;
	    margin: 5px;
}
.product-name-ratting h3.product-name a:hover{
	color:#3bb2ca;
}
.product-name-ratting {
	margin-top: 15px;
}
.home-9 .ratings {
	color: #ffe117;
	margin-bottom: 5px;
}
.price-box-small {
	font-size: 15px;
	    margin-bottom: 15px;
}
.price-box-small .special-price {
	margin-right: 5px;
	color:#ed1c24;
	font-family: 'Roboto Slab', serif;
	font-size:16px;
}
.price-box-small .old-price {
	color: #adadad;
	text-decoration: line-through;
	font-family: 'Roboto Slab', serif;
	font-size:16px;
	    margin-right: 10px;
}
/* ----------------------------
22.5 home-9-logo-brand
------------------------------*/
.home-9 .logo-brand-3 {
	margin-top: 40px;
}
.home-9 .logo-brand-3.owl-theme .owl-controls .owl-buttons div {
	left: 0;
}
.home-9 .logo-brand-3.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.home-9 .footer-bottom-menu ul li a,.home-9 .footer-top-area .subcribe-area form input[type="submit"] {
	font-family: 'Roboto', sans-serif;
}
/* ----------------------------
22.6 home-9-footer-area
------------------------------*/
.home-9 .footer-top-area .subcribe-area form input[type="submit"]:hover {
	border-color: #3bb2ca;
	color: #3bb2ca;
}
.home-9 .footer-mid-menu ul li a:hover::before,.home-9 #scrollUp:hover {
	background: #3bb2ca none repeat scroll 0 0;
}
.home-9 .footer-mid-menu ul li a:hover,.home-9 .footer-bottom-menu ul li a:hover, .copyright-info a:hover {
	color: #3bb2ca;
}
.home-9 .social-media .color-tooltip + .tooltip > .tooltip-inner {background-color: #3bb2ca;color:#fff;padding:5px 10px;}
.home-9 .social-media .color-tooltip + .tooltip.top > .tooltip-arrow { border-top-color:#3bb2ca; }
.home-9 .cart-total {
	margin-left: 0;
}
.menu_index{
display:none;}
.content_page_info{
margin-bottom:30px;}
.menu_hidden{
    display: none;
    position: absolute;
    width: 90%;
    z-index: 9999;
    background: #fff !important;
}
/* ----------------------------
23. home-10
------------------------------*/
.home-10 .header-search {
	background: #dedede none repeat scroll 0 0;
	border-color: #c6c6c6;
	border-radius: 4px;
	border-style: none none solid;
	border-width: 0 0 4px;
}
.home-10 .header-search button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #000;
}
.home-10 .header-search button:hover{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #3bb2ca;
}
.home-10 .mainmenu-area {
	background: #f26b7a none repeat scroll 0 0;
}
.home-10 .main-menu ul li a {
	color: #fff;
}
.home-10 .main-menu ul li a:hover{
	color: #000 !important;
}
.home-10 .catemenu-toggler {
	background: #d95564;
}
.product-carusol-10 .col-lg-3.col-md-3{
	width: 100%;
}
.add-area-ly-10{
	margin-bottom: 35px;
}
.popular-product{
	padding-top: 30px;
}
.popular-product.owl-theme .owl-controls .owl-buttons div,.best-sellers-carosul.owl-theme .owl-controls .owl-buttons div {
	border-radius: 0;
	font-size: 20px;
	height: 30px;
	line-height: 27px;
	padding: 0;
	width: 30px;
	transition:0.4s;
}
.popular-product.owl-theme .owl-controls .owl-buttons div:hover,.best-sellers-carosul.owl-theme .owl-controls .owl-buttons div:hover{
	background: #3bb2ca;
}
.popular-product.owl-theme .owl-controls .owl-buttons,.best-sellers-carosul.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: -40px;
	right: -5px;
}
.bestseller-product-area{
	margin-top: 30px;
}
.best-sellers-carosul{
	padding-top: 30px;
}
.best-product-list .product-img{
	width: 30%;
	float: left;
}
.best-product-list .product-name-ratting {
	float: left;
	padding-left: 15px;
	width: 70%;
	margin: 0;
}
.best-product-list .single-product {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.best-product-list .single-product:last-child{border: none;}
.popular-tags {
	border: 1px solid #e5e5e5;
	padding: 20px;
}
.popular-tags .title-tab-menu {
	border-bottom: 0;
	margin-bottom: 25px;
}
.popular-tags ul{
	margin: 0;
	padding:0;
}
.popular-tags ul li{
	display: inline-block;
}
.popular-tags ul li a {
	border: 1px solid #e5e5e5;
	display: block;
	font-size: 14px !important;
	line-height: 25px;
	margin: 0 3px 5px 0;
	padding: 0 10px;
}
.popular-tags ul li a:hover{
	color: #3bb2ca;
}
/* ----------------------------
24. Shop-page
------------------------------*/
.shop-header-area{
	text-align: center;
	text-transform: uppercase;
	margin: 50px 0 70px;
}
.shop-header{}
.shop-header h1{
	font-size: 70px;
}
.shop-header ul{
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.shop-header ul li{
	border-bottom: 2px solid #4c4c4c;
	display: inline-block;
	margin: 0;
	padding-left: 40px;
}
.shop-header ul li:first-child{
	padding-left: 0;
}
.shop-header ul li.active{
	border-bottom: 2px solid #009587;
}
.shop-header ul li.active a{
	color: #009587;
}
.shop-header ul li a{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
}
.breadcrumbs {
	    display: block;
    font-size: 12px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 5px 15px;
    background: #f7f5f5;
}
.blog .breadcrumbs {
	margin: 0 0 30px;
}
.cart .breadcrumbs,.wishlist .breadcrumbs {
	margin: 30px 0 20px;
}
.breadcrumbs ul{margin: 0;padding:0;list-style: none;}
.breadcrumbs ul li{float: left;}
.breadcrumbs ul li a{font-size: 12px;    color: #898989;}
.breadcrumbs ul li strong{color:#3bb2ca;}
.breadcrumbs ul i{margin: 0 10px;}
/* ----------------------------
24.1 Shop-page-category-sidebar
------------------------------*/
.category-sidebar,.filter-price,.compare,.tags{
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 35px;
	padding: 0 0 35px;
	overflow: hidden;
}
h3.sidebar-title{
	font-size: 14px;
	margin: 0 0 25px;
	text-transform: uppercase;
	    line-height: 30px;
}
h3.sidebar_title_cate{
	    line-height: 21px;
	text-transform: uppercase;
	background: #3bb2ca;
    margin: 0px;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #fff;
        padding: 15px 15px 14px 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.banner_collection{margin-bottom:30px;}
.banner_collection img{width:100%;}
.sup-menu .li_cate_lv2 a{    padding: 19px 15px 19px 68px;}
.sup-menu .li_cate_lv2 a:hover{color:#3bb2ca !important;}
.category-sidebar ul{
	margin: 0;padding: 0;list-style: none;
}
.category-sidebar ul li{
	font-size: 13px;
	line-height: 30px;
}
.category-sidebar ul li span{
	float: right;
}
.category-sidebar ul li.li_cate_lv1 a {
    padding: 15px;
    display: block;
    border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.category-sidebar ul li.li_cate_lv2 a {
    padding: 15px 30px;
    display: block;
    border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.category-sidebar ul li a{}
.category-sidebar ul li a::before{
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 10px;
}
.category-sidebar ul li ul {
	padding: 0px
}
/* ----------------------------
24.2 Shop-page-filter-price
------------------------------*/
.filter-price {
	overflow: inherit;
	width: 100%;
}
.ui-widget-header {
	background: #009587 none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	height: 10px;
}
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	background: #e5e5e5 none repeat scroll 0 0;
	border-radius: 8px;
	box-shadow: none;
	margin: 0 0 30px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #fff none repeat scroll 0 0;
	border: 3px solid #009587;
	border-radius: 100%;
	box-shadow: none;
	height: 18px;
	transition: none 0s ease 0s ;
	width: 18px;
}
.filter-price a,.compare .compare-button{
	border: 1px solid #e5e5e5;
	color: #3f3f3f;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.filter-price a:hover,.compare .compare-button:hover{
	background: #009587 none repeat scroll 0 0;
	border-color: #009587;
	color: #fff;
	text-shadow: none;
}
.filter-price p {
	float: right;
	margin: 0;
	width: 60%;
	text-align: right;
}
.filter-price input {
	border: 0 none;
	font-size: 12px;
	line-height: 36px;
	text-align: left;
	width: 35%;
}
.compare a.compare-button{
	float: right;
	display: block;
}
.compare p {
	margin: 0 0 20px;
}
.side_collection .menu_title{
    background: #3bb2ca;
    margin: 0px;
	position:relative;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #fff;
    padding: 18px 15px 12px 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.side_collection .menu_index_lv1 li {
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    text-transform: capitalize;
}
.side_collection .sup-menu .li_cate_lv2 a {
    padding: 0px 0px 0px 0px;
}
.side_collection .menu_index_lv1 li.active a { color: #3bb2ca;}
.side_collection .li_cate_lv2{padding:15px;} 
.side_collection .li_cate_lv3{    
	border: none !important;
    padding: 15px !important;}
/* ----------------------------
24.3 Shop-page-tags
------------------------------*/
.tags ul{margin: 0;padding: 0;list-style: none;}
.tags ul li{
	display: inline-block;
}
.tags ul li a{
	border: 1px solid #e5e5e5;
	display: inline-block;
	font-size: 12px !important;
	line-height: 34px;
	margin: 0 10px 10px 0;
	padding: 0 10px;
	text-transform: capitalize;
}
.tags ul li a:hover{
	background: #3bb2ca none repeat scroll 0 0;
	border-color: #3bb2ca;
	color: #fff;
}
/* ----------------------------
24.4 Shop-page-featured-product-area
------------------------------*/
.featured-product-area .single-product {
	margin-bottom: 10px;
	overflow: hidden;
}
.featured-product-area .product-img::before {
	display: none;
}
.featured-product-area .product-img{
	width: 30%;
	float: left;
}
.featured-product-area .product-name-ratting h3.product-name{
	font-size: 13px;
	line-height: 18px;
	list-style: outside none none;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: none;
}
.featured-product-area .price-box-small span {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
}
.featured-product-area .price-box-small span.old-price{
	margin-left: 10px;
	text-decoration: line-through;
	font-size: 13px;
}
.featured-product-area .product-name-ratting {
	float: left;
	width:63%;
	margin: 0 0 0 15px;
}
.featured-product-area .product-name-ratting h3.product-name a:hover {
	color: #009587;
}
/* ----------------------------
24.5 Shop-page-view-mode
------------------------------*/
.view-mode {
	float: left;
}
.view-mode a {
	float: left;
	font-size: 18px;
	margin-right: 10px;
	color:#afafaf;
	    line-height: 32px;
}
.view-mode a:hover{color: #3bb2ca;}
.mar-bt15{
    padding: 0px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    min-height: 318px;
}
.box_tool{
	padding:11px 15px;
	background:#f7f5f5;   
	float: left;
    width: 100%;}
.view-mode a.active{
	color: #3bb2ca;
}
.result-count {
	display: inline-block;
	margin: 6px 5px 0 0;
	text-align: right;
	color:#333;
}
.filter-xs {
	float: right;
	padding-left: 10px;
}
.toolbar{
	margin: 15px 0;
	overflow: hidden;
}
.toolbar form select{
	border: none;
	border-radius: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}
.product-carusol-9 .owl-item {
    float: left;
    border-left: 1px solid #ebebeb;
    min-height: 280px;
    text-align: center;
}
.add-to-wishlist button {
    background: #fff none repeat scroll 0 0;
    color: #747474;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    display: inline-block;
        font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
	border:1px solid #ebebeb;
	
}
.add-to-wishlist button i{margin-right:6px;}
.add-to-wishlist{margin-right:10px;}
.add-to-wishlist button:hover{border:1px solid #3BB2CB; color:#fff;background: #3BB2CB;}
.add-to-wishlist a.style_list{
    width: initial;
    padding: 0px 15px;
}
.required{color:red;}
.form_blog_comment .form-group label{    
	color: #797979;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;}
.form_blog_comment .form-control {
    display: block;
    width: 100%;
	height: 44px;
}
.add-to-wishlist a.style_list i{margin-right:10px;}
.product-description .add-to-cart{
        float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 10px 0px 20px 0;
    padding: 20px 0px;
    /* padding-top: 0px; */
    margin-top: 0px;
}
/* Example 5 */
.sp-thumbnail{
	width:100%;
}
.sp-selected-thumbnail{
	border:1px solid #e6ae48;
}
.sp-thumbnail-container{
    margin: 15px 0px;
    padding: 15px 0px;
}
#example5 .sp-thumbnail-image-container {
	width: 100%;
	height: 115px;
	overflow: hidden;
	float: left;
}
.sp-thumbnail-container{
	height: 150px !important;
}
.slider-pro{
	width:78% !important;
	padding-right:0px !important;
	padding-left:22% !important;
	max-width:inherit !important;
}
.sp-right-thumbnails{
	right: inherit !important;
	left:0px !important;
	margin-left: 0px !important;
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
    position: absolute;
    left: 0px !important;
    margin-left: 0 !important;
}
.sp-thumbnails {
    position: relative;
    text-align: center;
}
.slider-pro img.sp-image{
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{
	display:none;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{
	display:none;
}
#example5 .sp-thumbnail-image {
	height: 100%;
}

#example5 .sp-thumbnail-text {
	width: 170px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#example5 .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#example5 .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}
.box-reg-xs{
display:none;}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{
display:none;}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{
display:none;}
@media (max-width: 800px) {
	.slider-pro {
	    width: 100% !important;
	    padding-right: 0px !important;
	    padding-left: 0% !important; 
	    max-width: inherit !important;
	}
	.box-reg-lg{
	display:none;}
	.box-reg-xs{
	display:block;}
	.sp-mask{
		width:100% !important;
	}
	.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{
	display:none;
	}
	.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{
		display:none;
	}
}
/* ----------End --------*/
/* ----------------------------
24.6 Shop-page-all-product-area
------------------------------*/
.all-product-area{
	margin-bottom: 0px;
}
.styl_collection{
    float: left;
    border: 1px solid #ebebeb;
    min-height: 318px;
    text-align: center;
}
.all-product-area .single-product{
	float:left;
	    border: 1px solid #ebebeb;
}
.border_img{padding:15px;border-right:1px solid #ebebeb;}
.paginations{
	margin-bottom: 15px;
	    padding-top: 15px;
}
.infor_pr_list{
    border-left: 1px solid #ebebeb;}
.infor_pr_list .action-buttons{
margin-bottom:15px;
float:left;
width:100%;}
.product-info .product-name a:hover{color:#3bb2ca;}
.paginations ul{
	    margin: 30px 0px;
    text-align: right;
    padding: 0;
    list-style: none;
}
#sync1 .item{    border: 1px solid #ebebeb; cursor:pointer;}
#sync2 .item{    border: 1px solid #ebebeb;    margin-right: 15px; cursor:pointer;}
#sync1 .owl-controls .owl-buttons{
    position: absolute;
    top: 47%;
    width: 100%;
	display:none;
}
#sync1:hover .owl-buttons{display:block;}
.synced .item{    border: 1px solid #3bb2ca;}
#sync1 .owl-controls .owl-prev{
    position: absolute;
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/icon_btn_slider.png?1576398893391) 9px center no-repeat;
    left: 0px;
    text-indent: 8000px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 0px;
	    margin: 0px 15px;
}
#sync1 .owl-controls {
    margin-top: 25px;
    text-align: center;
}
#sync1 .owl-buttons .owl-next{
    position: absolute;
	background: url(//bizweb.dktcdn.net/100/080/757/themes/100851/assets/icon_btn_slider.png?1576398893391) -15px center no-repeat;
    right: 0px;
    text-indent: 8000px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 0px;
	    margin: 0px 15px;
}
.paginations ul li{
	display: inline-block;
	margin: 0 5px;
}
.paginations ul li a{
	    background: #fff;
    color: #4c4c4c;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 34px;
    padding: 0px 15px;
    position: relative;
    border: 1px solid #ebebeb;
}
.paginations ul li a:hover,.paginations ul li.current a {
	color: #fff;
	background:#3bb2ca;
}
.paginations ul li a.next-arrow{
}
/* ----------------------------
25. Shop-list-page-all-product-area
------------------------------*/
.product-info {
	display: block;
	padding: 20px 15px;
}
.product-info .ratings{
	color:#ffe117;
	font-size: 18px;
	margin-bottom: 15px;
}
.product-info .price-box {
	border-bottom: 2px solid #222;
	border-top: 2px solid #222;
	color: #222;
	display: inline-block;
	padding: 10px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 20px;
}
.product-info .price-box .old-price{
	font-size: 18px;
	text-decoration: line-through;
	margin-left: 8px;
}
.product-info .product-name {
    font-size: 16px;
    margin: 0 0 15px;
    text-align: left;
    text-transform: none;
    font-weight: normal;
}
.product-desc{
	display: block;
	line-height: 24px;
	margin: 0 0 10px;
	color: #333;
}
.product-info .action-buttons a.button,.product-description form button {
	    background: #fff none repeat scroll 0 0;
    color: #797979;
        height: 43px;
    line-height: 45px;
    padding: 0 15px;
    display: inline-block;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #ebebeb;
    margin-right: 10px;
}
.product-info .action-buttons a.button i{
	font-size: 16px;
	margin-right: 10px;
}
.product-info .action-buttons a.button:hover{
	background: #007c70 none repeat scroll 0 0;
}
.action-buttons div a{
    display: block;
    font-size: 12px;
    height: 42px;
    left: 0;
    line-height: 42px;
    width: 42px;
    float: left;
    background: #fff;
    color: #747474;
    text-align: center;
    margin-left: 5px;
    border: 1px solid #ebebeb;
}
.action-buttons div a:hover{
	background: #3bb2ca;
	 color: #fff;
}
.shop-list .single-product{
	margin: 0 0 36px;
	overflow: hidden;
}

.category-header{
	text-align: center;
	text-transform: uppercase;
}
.category-header .shop-header h1 {
	color: #fff;
	position: relative;
}
.category-header .shop-header h1::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -75px;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	width: 150px;
}
.category-image-desc{
	position: relative;
}
.category-header .shop-header ul li {
	border-color: #fff;
}
.category-header .shop-header ul li a {
	color: #fff;
}
.category-header .shop-header ul li a:hover{
	color: #009587;
}
.category-header .shop-header {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0px, -220%);
	width: 100%;
}
/* ----------------------------
26. My-account-page
------------------------------*/
.account-area{margin-bottom: 55px;}
.form-area {}
.form-title {
	color: #3bb2ca;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.wishlist .form-title {
	margin: 0 0 10px;
}
.form-fields{
	color: #909295;
}
.footer-top-area .subcribe-area form input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #222;
    float: left;
    font-size: 13px;
    height: 36px;
    padding-left: 15px;
    width: 265px;
	margin-bottom:10px;
}
.form-fields h2{
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0 0 5px;
	text-transform: uppercase;
}
.form-fields form{}
.form-fields p{
	margin: 0 0 30px;
	padding: 0;
}
.form-fields p label{
	color: #6a6a6a;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 5px;
	line-height: 2;
	display: block;
	font-weight: normal;
}
.form-fields p label span{
	border: 0 none;
	color: red;
	font-weight: 700;
}
.form-fields p input{
	    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 13px 15px;
}
.form-action{
	float: left;
	width: 100%;
}
.form-action p {
	overflow: hidden;
	margin: 0;
	display: inline;
}
.form-action p a {
    float: left;
    line-height: 34px;
    margin: 0;
    font-style: italic;
    color: #797979;
    text-decoration: underline;
}
.fix_register .form-fields p {
    margin: 0px 30px 30px 0px;
    padding: 0;
    width: 46%;
    float: left;
}
.style_account .form-fields p {
    margin: 0 0 10px;
    padding: 0;
}
.fix_register a{background: #3bb2ca;padding: 10px 40px;float: left;color: #fff;}
.form-action p a:hover{color:#009587}
.form-action input[type="submit"]{
	background: #3bb2ca;
    border: 1px solid #3bb2ca;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 39px;
    line-height: 37px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    float: left;
    margin-top: 15px;
}
.fix_register a:hover{background:#797979;}
.form-action input[type="submit"]:hover,.coupon input[type="submit"]:hover{
	background: #009587 none repeat scroll 0 0;
	border-color: #009587;
	color: #fff;
}
.form-action label{
	float: right;
	font-weight: normal;
	line-height: 34px;
	margin: 0 20px 0 0;
	font-family: 'Roboto', sans-serif;
}
.form-action label input{
	margin-right: 3px;
	margin-top: 0;
	position: relative;
	top: 1px;
}
.buttons-cart a{
    font-size: 15px !important;
}
.buttons-cart button {
    background: #3bb2ca none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0px;
    color: #fff;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    font-weight: normal;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: 'Roboto', sans-serif;
}
.proceed-to-checkout button {
    background: #3bb2ca none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
        height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 70px;
    border: 1px solid #3bb2ca;
    display: inline-block;
        font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-shadow: none;
	 text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border: none;
    float: right;
}
@media (max-width: 767px){
	.buttons-cart button {
		margin-bottom: 10px;
		margin-right: 0;
		text-align: center;
		width: 100%;
	}
}
/* ----------------------------
27. Wishlist-page
------------------------------*/
.wishlist-area{}
.wishlist-content{}
.wishlist-title{}
.wishlist-title h2{}
.wishlist-table{}
.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: 0px 0 0px;
	width: 100%;
}
#empty_cart_button{    
	background: #3bb2ca;
    padding: 10px 30px;
    color: #fff;
    border: none;
    text-transform: uppercase;}
#empty_cart_button:hover{background: #009587;}
.buttons-cart button:hover{background: #009587;}
.proceed-to-checkout button:hover{background: #009587;}
.wishlist-table table{}
.wishlist-table table th {
	background: #3bb2ca none repeat scroll 0 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 20px 10px;
	    color: #fff;
	text-transform: uppercase;
}
.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;
}
.wishlist-table table .product-remove {
	padding: 0 15px;
	width: 2%;
}
.wishlist-table table .product-remove > a {
	color: #797979;
	font-size: 16px;
	margin: auto;
	font-weight: 700;
}
.wishlist-table table .product-remove > a:hover{color:#009587;}
.wishlist-table table .product-thumbnail {
	width: 22%;
}
.wishlist-table table .product-name {
	width: 40%;
}
.wishlist-table table .product-price {
	width: 16%;
}
.wishlist-table table .product-stock-stauts {
	width: 10%;
}
.wishlist-table table td.product-price .price-box span {
	color: #009587;
	font-size: 16px;
    font-weight: normal;
}
.wishlist-table table .wishlist-in-stock {
	color: #009587;
	font-size: 12px;
}
.wishlist-table table .product-add-to-cart > a {
	border: 1px solid #e5e5e5;
	color: #3f3f3f;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.wishlist-table table .product-add-to-cart > a:hover{
	background: #009587 none repeat scroll 0 0;
	border-color: #009587;
	color: #fff;
}
.wishlist-table table .product-add-to-cart {
	width: 16%;
}
.quantity input{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: normal;
	height: 40px;
	padding: 0 5px 0 10px;
	width: 60px;
}
/* ----------------------------
28. shopping-cart-page
------------------------------*/
.wishlist-area{
	margin-bottom: 45px;
}
.buttons-cart{
	margin: 0 0 0px;
	overflow: hidden;
	float:right;
}
.buttons-cart input[type="submit"],.coupon input[type="submit"],.buttons-cart a {
	background: #d9d9d9 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 3px;
	color: #222;
	float: left;
	margin-right: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 39px;
	line-height: 39px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.buttons-cart a{
	padding: 0 20px;
	    background: #555555 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0px;
    color: #fff;
    float: left;
    margin-right: 0px;
        font-size: 14px !important;
    font-weight: normal;
    height: 39px;
    line-height: 39px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: 'Roboto', sans-serif;
}
.buttons-cart input[type="submit"]:hover,.buttons-cart a:hover {
	background: #009587 none repeat scroll 0 0;
}
.coupon {
	border: 1px solid #e5e5e5;
	float: left;
	margin: 0 0 20px;
	padding: 20px;
	width: 100%;
}
.coupon h3 {
	font-size: 14px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.coupon p{
	margin:0 0 10px;
	color: #6a6a6a;
}
.coupon input[type="text"]{
	background: #ebebeb none repeat scroll 0 0;
	border: 0 none;
	float: left;
	height: 36px;
	margin: 0 6px 20px 0;
	max-width: 100%;
	width: 100%;
	padding: 0 0 0 10px;
}
.coupon input[type="submit"]{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	color: #3f3f3f;
}
.cart-totals{
    float: right;
    margin-top: 30px;
}
.cart-totals h2{
	border-bottom: 2px solid #4c4c4c;
	display: inline-block;
	font-size: 26px;
	margin: 0 0 30px;
	text-transform: uppercase;
	float: right;
}
.cart-totals table{
	border: medium none;
	float: right;
	margin: 0;
	text-align: right;
	width: 100%;
}
.cart-totals table .shipping {
	text-align: left;
}
.cart-totals table tr th{
	border: medium none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px 0px 0;
	text-transform: uppercase;
	vertical-align: top;
}
.cart-totals table td .amount {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
}
.cart-totals table td ul{margin: 0;padding: 0;list-style: none;}
.cart-totals table td ul li{
	float: left;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.cart-totals table td ul li label{
	font-family: 'Roboto', sans-serif;
	margin: 0;
	font-weight: normal;
}
.cart-totals table .order-total .amount,.cart-totals table tr.order-total th{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color:#746865;
}
.cart-totals table tr.order-total td strong span{
	color: #009587;
}
.proceed-to-checkout a{
	background: #009587 none repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	padding: 0 30px;
	border: 1px solid #e5e5e5;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-shadow: none;
	transition: all 0.3s ease 0s;
	float: right;
}
.proceed-to-checkout a:hover {
	background: #006259 none repeat scroll 0 0;
}

/*=========================== 
29. checkout page
============================= */
.coupon-area{}
.coupon-accordion{}
.coupon-accordion h3 {
	background-color: #f7f6f7;
	border-top: 3px solid #1e85be;
	color: #515151;
	font-size: 13px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	list-style: outside none none !important;
	margin: 0 0 2em !important;
	padding: 1em 2em 1em 3.5em !important;
	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 {
	cursor: pointer;color: #222;
}
.coupon-accordion span:hover,p.lost-password a:hover{color: #009587;}
.coupon-content {
	border: 1px solid #e5e5e5;
	display: none;
	margin-bottom: 20px;
	padding: 20px;
}
.coupon-info{}
.coupon-info p.coupon-text {
	color: #6a6a6a;
	margin-bottom: 15px;
}
.coupon-info p{margin-bottom:0}
.coupon-info p.form-row-first{}
.coupon-info p.form-row-first label,.coupon-info p.form-row-last label{display: block;color:#6a6a6a;}
.coupon-info p.form-row-first label span.required,.coupon-info p.form-row-last label span.required{
	color: red;
	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;}
.coupon-info p.form-row-last{}
p.checkout-coupon input[type="submit"]:hover{background:#EC4445 }
.coupon-info p.form-row input[type="submit"],p.checkout-coupon input[type=submit]{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	color: #3f3f3f;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.coupon-info p.form-row input[type="submit"]:hover,p.checkout-coupon input[type=submit]:hover{
	background: #009587 none repeat scroll 0 0;
	border-color: #009587;
	color: #fff;
}
.coupon-info p.form-row input[type="checkbox"] {
	position: relative;
	top: 2px;
	margin: 0 3px 0 15px;
}
.form-row > label {
	color: #6a6a6a;
	margin-top: 7px;
}
p.lost-password{
	margin-top: 15px;}
p.lost-password a{color: #6f6f6f;}
p.checkout-coupon{}
p.checkout-coupon input[type=text]{height: 38px;
	padding-left: 10px;
	width: 220px;}
p.checkout-coupon input[type=submit]{height: }
.coupon-checkout-content {
	margin-bottom: 30px;
	display:none;
}
.checkout-area{}
.checkbox-form{}
.checkbox-form h3 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	text-transform: none;
	width: 100%;
}
.country-select{margin-bottom: 30px;
	position: relative;}
.country-select label,.checkout-form-list label{color: #333;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 5px;display:block}
.country-select label span.required,.checkout-form-list label span.required{color:red}
.country-select select{-moz-appearance: none;
	border: 1px solid #ddd;
	height: 32px;
	padding-left: 10px;
	width: 100%;}
.country-select::before {
	content: "";
	display: inline-block;
	font-family: fontawesome;
	font-size: 20px;
	position: absolute;
	right: 12px;
	top: 31px;
}
.checkout-form-list{margin-bottom: 30px;}
.checkout-form-list label{color: #4c4c4c;}
.checkout-form-list label span.required{}
.checkout-form-list input[type=text],.checkout-form-list input[type=password],.checkout-form-list input[type=email]{background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 36px;
	width: 100%;
	padding: 0 0 0 10px;}
.checkout-form-list{}
.checkout-form-list input[type=checkbox]{display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 2px;}
.create-acc label {
	color: #333;
	display: inline-block;
}
.checkout-form-list input[type=password]{}
.create-account{display:none}
.ship-different-title{}
.ship-different-title h3 label{display: inline-block;
	margin-right: 20px;}
.ship-different-title input{}
.order-notes{}
.order-notes textarea{height: 90px;
	padding: 15px;width:100%}
#ship-box-info{display:none}

.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%;}
.your-order-table table{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	width: 100%;}
.your-order-table table tr.cart-subtotal th,.your-order-table table tr.shipping th{
	font-size: 14px;
	color: #222;
	font-weight: 700;
}
.your-order-table table tr.cart-subtotal td span.amount{
	font-size: 14px;
	color: #222;
	font-weight: 700;
}
.your-order-table table th, .your-order-table table td {
	border-bottom: 1px solid #d8d8d8;
	border-right: medium none;
	color: #222;
	font-size: 14px;
	padding: 15px 0;
}

.your-order-table table th{border-top: medium none;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap;
	width: 250px;}
.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.cart_item:hover{background:#F9F9F9}
.your-order-table table tr.order-total td span {
	color: #009587;
	font-size: 20px;
}
.your-order-table table{}
.payment-method {
	margin-top: 40px;
}
.payment-accordion{}
.payment-accordion h3{border-bottom: 0 none;
	margin-bottom: 10px;
	padding-bottom: 0;}
.payment-accordion h3 a{color: #6f6f6f;
	font-size: 14px;
	padding-left: 25px;
	position: relative;
	text-transform: capitalize;text-decoration:none}
.payment-accordion h3 a:before,.payment-accordion h3.open a:after{content: "";
	display: inline-block;
	font-family: fontawesome;
	font-size: 20px;
	left: 0;
	position: absolute;
	top: -2px;}
.payment-accordion h3.open a:after{content: "\f056";}
.payment-content{}
.payment-content p{font-size: 13px;}
.payment-accordion img {
	height: 60px;
	margin-left: 15px;
}
.order-button-payment{}
.order-button-payment input {
	background: #009587 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	margin: 20px 0 0;
	padding: 0;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.input-element button.bnt-comment {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #3f3f3f;
    display: inline-block;
        font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 39px;
    line-height: 37px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.order-button-payment input:hover{background:#006259}
/*=========================== 
30. portfolio page
============================= */
.portfolio-content .mix{
	display: none;
}
.page-title {
	color: #4c4c4c;
	font-size: 24px;
	font-weight: 700;
	margin: 40px 0 0;
	text-transform: uppercase;
}
.portfolio-header-area{background: url("img/portfolio/pattern.png") repeat scroll center center / cover ;background-color: #ccc;}
.portfolio-header-area .entry-header{}
.portfolio-header-area .entry-header{}
.portfolio-header-area h1.entry-title{color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 60px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;}
.portfolio-header-area h1.entry-title:before{background: #fff none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -90px;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	width: 180px;}
.portfolio-area{}
.portfolio-menu {
	margin-bottom: 40px;
}
.portfolio-menu ul{text-align:center}
.portfolio-menu li {
	background: #ededed none repeat scroll 0 0;
	border: medium none;
	color: #4c4c4c;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-right: 5px;
	padding: 12px 30px;
	transition: all 0.3s ease 0s;
}
.portfolio-menu li.active,.portfolio-menu li:hover{background: #009587 none repeat scroll 0 0;
	box-shadow: none;
	color: #fff;}
.single-portfolio{margin-bottom:15px}
.single-portfolio a{display: block;
	overflow: hidden;
	position: relative;}
.single-portfolio a:after{background: rgba(0, 0, 0, 0) url("img/portfolio/portfolio-shadow.png") repeat-x scroll center bottom;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 1;}
.project-thumbnail{}
.project-thumbnail img{transition: all 0.5s ease 0s;}
.project-thumbnail img{}
span.project-info{bottom: 0;
	left: 0;
	opacity: 0;
	padding-left: 18px;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 2;}
span.project-date{color: #9d9d9d;
	float: left;
	font-size: 12px;
	margin: 0 0 5px;
	text-transform: uppercase;
	width: 100%;}
span.project-title{color: #222;
	float: left;
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 10px;
	width: 100%;}
.single-portfolio a:hover:after{opacity: 1;}
.single-portfolio a:hover img{transform: scale(1.05);}
.single-portfolio a:hover span.project-info{opacity: 1;}
.projects-pagination {
	border-top: 1px solid #ddd;
	margin: 70px 0;
	padding-top: 10px;
}
.portfolio-area .paginations {
	border-top: 1px solid #e5e5e5;
	float: left;
	margin: 35px 0 10px;
	padding: 0;
	width: 100%;
}
.portfolio-area {
	padding: 0 0 40px;
}
/*=========================== 
31. blog page
============================= */
.blog-header{
	background-color: #9d9d9d;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 40px;
	padding: 60px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	background-image: url("img/blog/blog-page/bg_blog.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
.blog-header::after,.about-header::after,.contact-header::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -90px;
	position: absolute;
	top: 50%;
	transform: rotate(-45deg);
	width: 180px;
}
.single-blog {
	margin: 0 0 60px;
}
.post-thumbnail{
	margin: 0 0 30px;
}
.post-thumbnail img {
	width: 100%;
}
.post-info {
	float: left;
	padding-left: 0px;
	width: 100%;
}
.postinfo-wrapper .date-social {
	width: 10%;
	float: left;
}
.postinfo-wrapper .post-date {
	background: #009587 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	height: 70px;
	text-align: center;
	width: 70px;
	display: block;
}
.postinfo-wrapper .post-date .day {
	display: block;
	font-size: 20px;
	margin-top: 16px;
}
.postinfo-wrapper .post-date .month {
	font-size: 12px;
	text-transform: uppercase;
}
.social-icon {
	overflow: hidden;
}
.social-icon ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-icon ul li{
	display: block;
	margin-left: 15px;
	margin-top: 15px;
}
.social-icon ul li a{
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	color: #bbb;
	height: 40px;
	line-height: 38px;
	padding: 0;
	text-align: center;
	width: 40px;
	display: block;
	font-size: 22px;
}
.social-icon ul li a.facebook:hover {
	color: #3b579d;
}
.social-icon ul li a.twitter:hover {
	color: #3acaff;
}
.social-icon ul li a.pinterest:hover {
	color: #cb2027;
}
.social-icon ul li a.google-plus:hover {
	color: #d11717;
}
.hedding{
	margin: 0px 0 15px;
}
.interview div{
    float: left;
    margin-right: 15px;
    color: #b7b7b7;
}
.interview {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.hedding .blog-hedding {
	color: #797979;
    font-size: 18px;
    font-weight: 400;
	float:left;
	width:100%;
}
.meta-small{
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	color: #9d9d9d;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin: 0 0 30px;
	padding: 10px 0;
	text-transform: uppercase;
	width: 100%;
}
.post-decrip {
	line-height: 30px;
	margin: 0 0 20px;
}
.post-decrip blockquote{
	background: #a7a7a7 none repeat scroll 0 0;
	border: medium none;
	font-size: 14px;
	font-style: italic;
	margin: 20px 0;
	padding: 30px 45px;
}
.post-decrip blockquote p {
	color: #fff;
}
.post-decrip p{
	color: #6a6a6a;
	font-size: 14px;
	line-height: 21px;
}
.post-info a.readmore {
	background: #222 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	height: 40px;
	padding: 0 28px;
	text-transform: uppercase;
}
.post-info a.readmore i {
	margin-left: 20px;
}
.post-info a.readmore:hover {
	background: #009587 none repeat scroll 0 0;
}
.post-slider .owl-buttons {}
.post-slider.owl-theme .owl-controls .owl-buttons div {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 36px;
	height: 40px;
	left: 50px;
	line-height: 0;
	margin-top: -20px;
	opacity: 0;
	padding-top: 2px;
	position: absolute;
	top: 50%;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	width: 40px;
}
.post-slider.owl-theme .owl-controls .owl-buttons div.owl-next{
	right:50px;
	left:auto;
}
.post-slider:hover .owl-controls .owl-buttons div{
	left: 0;
	opacity: 1;
	visibility:visible;
}
.post-slider:hover .owl-controls .owl-buttons div.owl-next{
	right: 0;
	opacity: 1;
	visibility:visible;
}
.post-slider.owl-theme .owl-controls .owl-pagination {
	left: 50%;
	margin-left: -28px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}
.post-slider.owl-theme .owl-controls .owl-pagination .owl-page span {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	border-radius: 20px;
	display: block;
	height: 14px;
	margin: 0 3px;
	width: 0px;
	transition:0.4s;
	opacity: 0;
	visibility: hidden;
}
.post-slider.owl-theme .owl-controls .owl-pagination .owl-page.active span {
	background: #fff;
	border: 2px solid #E7D0C1;
}
.post-slider:hover .owl-controls .owl-pagination .owl-page span{
	width: 14px;
	opacity: 1;
	visibility: visible;
}
audio.audio-format {
	background: #222 none repeat scroll 0 0;
	margin: 0 0 15px;
	width: 100%;
}
.blog-post-content{float:left;width:100%;}
.blog-post-content .paginations {
	margin: 0 0 70px;
}
/*=========================== 
31.1 blog page sidebar-right
============================= */
.sidebar-right .tags{
	border-bottom: 0 none;
	margin: 0;
	padding: 0;
	margin-bottom:30px;
}
.sidebar-right .tags ul li a {
	padding: 0 9px;
}
h3.right-bar-title{
	    font-size: 16px;
    margin: 0 0 35px;
    padding: 0 0 10px;
    position: relative;
    text-transform: none;
    color: #3bb2ca;
    font-family: 'Roboto Slab', serif;
    border-bottom: 1px solid #ebebeb;
}
h3.right-bar-title::after{
	    background: #3bb2ca none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
}
.sidebar-search,.categories,.comments,.categories,.recent-post,.archives-area{
	margin: 0 0 35px;
	overflow: hidden;
}
.form-input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	color: #9d9d9d;
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
}
.form-input input[type="text"]{
	border: medium none;
	float: left;
	height: 34px;
	width: 75%;
	padding: 0 0 0 10px;
}
.form-input button[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	float: right;
	height: 34px;
	padding: 0 10px;
	text-align: right;
	width: 25%;
}
.categories{}
.categories ul,.shere-icon ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.categories ul li{
	color: #009587;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
}
.categories ul li a{
	color: #009587;
}
.categories ul li a:hover {
	color: #222;
}
.categories ul li a::before,.archives-area ul li a::before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 10px;
}
.categories ul li:hover{
	color: #4c4c4c;
}
.recent-post{
	overflow: hidden;
}
.single-recent-post{margin: 0 0 20px;overflow: hidden;}
.post-thumb{
	float: left;
	width: 32%;
	margin-right:15px;
}
.post-thumb a{
	border: 2px solid transparent;
	display: block;
}
.post-thumb a:hover{
	border: 2px solid #009587;
}
.single-recent-post .post-info,.comments .post-info{
	float: left;
	width: 55%;
}
.single-recent-post .post-info h3{
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 5px;
}
.single-recent-post .post-date{
	color: #3c3c3c;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
}
.comments{
	overflow: hidden;
}
.single-comments{
	margin-bottom: 25px;
	overflow: hidden;
}
.comments .post-info p {
	margin: 5px 0;
}
.comments .post-info a {
	color: #3c3c3c;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
}
.comments .post-info a:hover{
	color: #009587;
}
.archives-area ul li {
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
/*=========================== 
32. blog-leftbar page
============================= */
.blog-leftbar .sidebar-right {
	border-right: 1px solid #e5e5e5;
	padding-right: 30px;
	padding-left: 0;
	border-left:0; 
}
/*=========================== 
33. blog-post-image page
============================= */
.shere-icon {
	clear: both;
	display: block;
	margin: 30px 0 55px;
	overflow: hidden;
}
.shere-icon h3{
	float: left;
	font-size: 14px;
	line-height: 34px;
	margin: 0 20px 0 0;
	text-transform: uppercase;
}
.shere-icon ul li {
	border-left: 1px solid #e5e5e5;
	float: left;
	line-height: 34px;
}
.shere-icon ul li:first-child{
	border: none;
}
.shere-icon ul li a{
	display: inline-block;
	font-size: 22px;
	line-height: 34px;
	padding: 0 25px;
	text-align: center;
}
.space {
	margin: 30px 0 60px;
}
.author-info{}
.author-avatar{
	float: left;
	width: 10%;
}
.author-description {
	float: left;
	padding-left: 20px;
	width: 90%;
}
.author-description h2{
	font-size: 18px;
	margin: 0 0 10px;
}
.reply-comment-area{
	float:left;
	width:100%;
}
.author-description p{color: #6a6a6a;}
.reply-comment-area h3{
	border-top: 1px solid #e5e5e5;
	font-size: 18px;
	margin: 30px 0 30px;
	padding: 30px 0 0;
	color:#7e7e7e;
}
.comment-author{
	float: left;
	width: 7%;
}
.comment-author img{border-radius:100%; }
.comment-info{
	border-bottom: 1px solid #ececec;
    border-radius: 3px;
    padding: 15px 0px;
    position: relative;
    float: left;
    width: 100%;
}
.comment-author-info {
	color: #9d9d9d;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 15px;
}
.single-reply {
	margin: 0 0 20px;
	overflow: hidden;
}
.comment-info p{
	color:#6a6a6a;
}
.user-comment {
	padding-left: 25px;
}
.comment-author-info span {
	margin-left: 10px;
	margin-right: 10px;
}
.blog-post-content .single-blog{
	    margin: 0 0 40px;
    float: left;
    width: 100%;
}
.user-comment-form-area {
	    margin-bottom: 30px;
    margin-top: 30px;
    /* overflow: hidden; */
    float: left;
}
.user-comment-form-area p{
	color: #9d9d9d;
}
.user-comment-form-area h3{
	    font-size: 18px;
    margin: 0 0 30px;
    padding: 0px 0 0;
	color:#7e7e7e;
}
.input-element p{
	float: left;
	padding-right: 15px;
	width: 50%;
}
.input-element p label {
	color: #9d9d9d;
	display: block;
	margin: 0 0 5px;
	font-weight: 400;
}
.input-element p input[type="text"],.input-element p textarea{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 32px;
	width: 100%;
	outline: medium none;
	padding: 0 0 0 10px;
}
.input-element p textarea{
	padding: 10px;
	height: inherit;
}
.input-element p:nth-child(4) {
	display: block;
	float: none;
	width: 100%;
}
.input-element p input[type="submit"]{
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #3f3f3f;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.input-element p input[type="submit"]:hover,.review-form form .comment-form-rating input[type="submit"]:hover {
	background: #009587 none repeat scroll 0 0;
	border-color: #009587;
	color: #fff;
}
.post-thumbnail .player{
	margin: 60px 0;
}
/*=========================== 
34. variable-product page
============================= */
.product-view-area {
	margin-bottom: 60px;
}
.shop .tab-content {
	overflow: inherit;
	padding: 0;
}
.thumnail-image {
	float: left;
	width: 15%;
}
.product-view-area .tab-menu li{
	margin-bottom: 20px;
}
.product-view-area .tab-menu li:last-child{
	margin: 0;
}
.larg-img {
	float: left;
	padding-left: 15px;
	position: relative;
	width: 85%;
}
.product-view-area .simpleLens-big-image-container a.fancybox{
	border: 4px double #9d9d9d;
	border-radius: 5px;
	bottom: 10px;
	color: #9d9d9d;
	cursor: pointer;
	font-size: 20px;
	height: 50px;
	line-height: 44px;
	position: absolute;
	right: 10px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 50px;
	z-index: 10;
}
.product-view-area .simpleLens-big-image-container a.fancybox:hover {
	border: 4px double #009587;
	color: #009587;
}
.product-header {
	overflow: hidden;
}
.product-header .ratting {
	color: #ffe117;
	float: left;
	font-size: 18px;
	font-weight: 700;
}
.product-header .ratting i{
	float: left;
}
.next-prev{
	float: right;
}
.next-prev a {
	border: 1px solid #bababa;
	border-radius: 100%;
	color: #bababa;
	display: block;
	float: left;
	font-size: 22px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	width: 34px;
	margin-left: 10px;
}
.next-prev a:hover {
	border: 1px solid #009587;
	color: #009587;
}
.product-description h1{
	    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: #000;
}
.des_content{
        color: #6a6a6a;
    border-top: 1px solid #ebebeb;
    /* border-bottom: 1px solid #ebebeb; */
    margin: 15px 0px;
    padding: 15px 0px;
    padding-bottom: 0px;
}
.short-description {
	font-size: 13px;
	line-height: 24px;
	margin: 0 0 20px;
	    margin-bottom: 0px;
}
.short-description p{
	color: #6a6a6a;
}
.short-description p.stock-status{
	margin: 10px 0 10px;
}
.product-description .price-box {
	display: block;
	margin: 0 0 30px;
	overflow: hidden;
	width: 100%;
}
.product-description .price-box p{
	border-bottom: 2px solid #4c4c4c;
	border-top: 2px solid #4c4c4c;
	color: #4c4c4c;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	font-weight: 400;
	margin: 0;
	padding: 8px 0;
}
.product-description .price-box p .old-price{
	font-size: 18px;
	text-decoration: line-through;
	margin-left: 10px;
	color: #9d9d9d;
}
.product-description form{
	margin:0 0 10px;
}
.product-description form .price-box p .old-price{
	margin-left: 0;
	margin-right: 10px;
}
.product-description form label {
	    color: #4c4c4c;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}
.product-description form select {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	height: 42px;
	padding: 5px 5px 5px 15px;
	    margin-left: 10px;
}
.product-description form a.clear-caption {
	display: block;
	float: right;
	margin-top: 10px;
	color: #9d9d9d;
}
.product-description form a.clear-caption:hover,.wish-list-btn a:hover,.product-meta span a:hover{color: #009587;}
.product-description form input{
	background: #fff;
    border: medium none;
    color: #4c4c4c;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: 43px;
    padding: 0;
    width: 75px;
    text-align: center;
    margin-right: 10px;
    float: left;
    border: 1px solid #ebebeb;
}
.product-description form button{
}
.product-description form button:hover{
	background: #ff822e;
	color:#fff;
}
.product-description form button i{
	margin: 0 0px 0 0;
	font-size: 14px;
}
.wish-list-btn a {
	color: #bababa;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.product-description .product-meta {
	    margin-top: 20px;
    float: left;
    width: 100%;
}
.product-description .product-meta span{
	color: #4c4c4c;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-right: 10px;
	text-transform: uppercase;
}
.product-description .product-meta span span{
	margin: 0;
	color: #898989;
	font-weight: 400;
}
.product-meta span a{
	color: #898989;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-transform: none;
}
.product-description .share-buttons{
	border-top: 1px solid #ececec;
	float: left;
	padding-top: 20px;
	width: 100%;
}
.social-button-area {
	background: #e5e5e5 none repeat scroll 0 0;
	line-height: 58px;
	margin: 0 0 65px;
	text-align: center;
}
.social-button-area .shere-icon{
	margin:0;
}
.social-button-area .shere-icon ul{
	text-align: center;
}
.social-button-area .shere-icon ul li {
	margin: 0 20px;
	border: none;
	display: inline-block;
	float: none;
}
.social-button-area .shere-icon ul li a{
	padding: 0;
	color: #9d9d9d;
}
.social-button-area .shere-icon li a.facebook:hover {
	color: #3b579d;
}
.social-button-area .shere-icon li a.twitter:hover {
	color: #3acaff;
}
.social-button-area .shere-icon li a.pinterest:hover {
	color: #cb2027;
}
.social-button-area .shere-icon li a.google-plus:hover {
	color: #d11717;
}
.social-button-area .shere-icon li a.linkedin:hover {
	color: #0097bd;
}
.product-overview-tab {
	margin: 0 0 30px;
}
.tab-menu-area {
}
.tab-menu-area ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tab-menu-area ul li{
	border: medium none;
	box-shadow: none;
	float: left;
	list-style: outside none none;
	margin: 0;
}
.tab-menu-area ul li.active{background:#fff;}
.tab-menu-area ul li:first-child {
	padding-left: 0;
}
.tab-menu-area ul li a{
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 11px 80px;
    text-decoration: none;
	    border: 1px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: none;
    text-transform: uppercase;
}
.tab-menu-area ul li.active a{
	color: #bababa;
	display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 11px 80px;
    text-decoration: none;
    border: 1px solid #ebebeb;
    border-top: 3px solid #7d7d7d;
	    border-bottom: none;
    text-transform: uppercase;
}
.pull-selection{
        display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}
.selector-wrapper{
	margin-bottom:10px;   
	float: left;
    margin-right: 15px;}
.pull-selection label{
margin-top:15px;}
.pull-selection select{
    height: 34px;
    min-width: 100px;
}
.tab-menu-area ul li.active a {
	color: #4c4c4c;
}
.related-product-area .owl-item{border-left: none;}
.related-product-area .owl-item .pad_tab_pr{border: 1px solid #ebebeb;    margin: 15px;}
.product-overview-tab .tab-content {
	color: #6a6a6a;
	font-size: 15px;
	line-height: 28px;
	margin-top: 54px;
	padding: 50px;
	    border: 1px solid #ebebeb;
}
.product-carusol-detail {border:none;}
.product-carusol-detail .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: -85px;
    right: 0px;
}
.product-carusol-detail .owl-controls .owl-prev {
        left: -90px !important;
    background-position: 6px center !important;
    width: 30px !important;
	border: 1px solid #ebebeb;
}
.product-carusol-detail .action-button {
    bottom: 35%;
    left: inherit;
    width:100%;
	text-align:center;
}
.product-carusol-detail .owl-controls .owl-next {
    right: 10px !important;
        background-position: -15px center !important;
    width: 30px !important;
    border: 1px solid #ebebeb;
}
.prod-size table{
	width: 100%
}
.prod-size table tr td,.prod-size table tr th{
	border: 1px solid #e5e5e5;
	padding: 8px;
}
.prod-size table tr td{
	font-style: italic;
}
.prod-size table tr th{
	color: #4c4c4c;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.review-comment-area,.review-form {
	margin: 0 auto;
	max-width: 650px;
	width: 100%;
}
.review-comment-area .comment-author {
	float: left;
	width: 10%;
}
.review-comment-area .comment-info {
	width: 85%;
}
.review-comment-area .meta{
	overflow: hidden;
	margin: 0 0 1em;
}
.review-comment-area .meta {
	font-size: 16px;
	color: #777;
}
.review-comment-area .comment-info .author-time strong {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.review-comment-area .meta .author-time {
	float: left;
}
.review-comment-area .meta .ranking {
	float: right;
	color: #000
}
.review-comment-area .comment-info {
	padding: 1em 1em 0;
}
.review-comment-area h2,.review-form h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.review-form form .comment-input label,.review-form form .comment-form-rating label {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	margin: 0 0 5px;
	display: block;
}
.review-form form .comment-input input[type="text"]{
	border: 1px solid #e5e5e5;
	height: 32px;
	padding: 0 0 0 10px;
	width: 100%;
}
.comment-form-rating .stars span {
	color: #bababa;
	font-weight: 700;
	margin-right: 1em;
	cursor: pointer;
}
.comment-form-rating .stars span:hover{
	color: #ffe117;
}
.review-form form .comment-form-rating textarea {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	height: 80px;
	padding: 10px;
	width: 100%;
}
.review-form form .comment-form-rating input[type="submit"]{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	color: #3f3f3f;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 38px;
	line-height: 37px;
	padding: 0 30px;;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.related-product-area {
	margin-bottom: 60px;
}
/*=========================== 
35. about-us page
============================= */
.about-header,.contact-header {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 275px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	background-image: url("img/about-us/bg_aboutus.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
.about-us-info-area{
	overflow: hidden;
}
.about-info-pic {
	float: left;
	width: 50%;
}
.about-us-info-area {
	margin-bottom: 40px;
	background-color: #f5f5f5;
}
.about-info-text {
	float: left;
	padding-left: 90px;
	padding-top: 19px;
	width: 50%;
}
.about-info h2 {
	font-size: 60px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}
.about-info h1 {
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.about-info h3 {
	border-bottom: 1px solid #e5e5e5;
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 30px;
	padding: 0 0 20px;
}
.about-info p,.address p{
	margin: 0;
	padding: 0 0 20px;
	color: #6a6a6a;
	font-size: 14px;
	line-height: 24px;
}
.address {
	float: left;
	padding: 10px;
	width: 50%;
}
.address h3{
	color: #4c4c4c;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0 0 20px;
	position: relative;
}
.address h3::after {
	background: #4c4c4c none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	width: 40px;
}
.team-member {
	margin-bottom: 40px;
	overflow: hidden;
}
.team-hedding {
	margin-bottom: 35px;
	text-align: center;
}
.team-hedding h3 {
	font-size: 50px;
}
.team-hedding p{
	font-size: 16px;
	color: #6a6a6a;
	margin: 0;
}
.member-info {
	background: #f2f2f2 none repeat scroll 0 0;
	max-width: 341px;
	padding: 30px 0;
	transition: all 0.5s ease-out 0s;
	text-align: center;
}
.member-info h4 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.member-info h5 {
	color: #9d9d9d;
	font-size: 13px;
	margin: 0;
}
.single-member:hover .member-info h5,.single-member:hover .member-info h4{
	color: #fff;
}
.single-member:hover .member-info {
	background: #222 none repeat scroll 0 0;
	color: #fff;
}
.service-work-area {
	border-top: 1px solid #e5e5e5;
	padding-top: 50px;
}
.single-service-work {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.service-pic {
	margin-bottom: 35px;
}
.service-text h3 {
	font-size: 40px;
	margin: 0 0 35px;
}
.service-text p {
	color: #6a6a6a;
	margin: 0 0 10px;
}
.service-text a {
	border: 2px solid #222;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin-top: 30px;
	padding: 10px 35px;
}
.service-text a:hover {
	background: #009587 none repeat scroll 0 0;
	border-color: #009587;
	color: #fff;
}
.single-service-work img{
	transition: all 0.4s ease-out 0s;
}
.single-service-work:hover img {
	transform: scale(1.2);
}
.about-skills-area {
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 24px;
	margin-top: 80px;
	padding-top: 50px;
	margin-bottom: 80px;
}
.skill-hedding h3 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 30px;
	margin: 0 0 35px;
	padding: 0 0 15px;
}
/*=========================== 
about-us page our-skill-team
============================= */
.our-skill-team{
	padding-top: 30px;
}
.skill .progress .lead {
	bottom: -30px;
	color: #222;
	font-size: 12px;
	font-weight: normal;
	left: 0;
	margin: 0;
	position: absolute;
	z-index: 99;
}
.skill .progress .lead span {
	color: #222;
	font-size: 16px;
	margin-left: 10px;
}
.progress-bar {
	background-color: #009587;
}
.skill .progress {
	background-color: #f0f0f0;
	border-radius: 0;
	box-shadow: none;
	height: 5px;
	margin-bottom: 70px;
	overflow: visible;
	position: relative;
}
.skill .progress-bar > span {
	background: #333 none repeat scroll 0 0;
	float: right;
	font-size: 11px;
	margin-right: 10px;
	margin-top: -26px;
	position: relative;
	padding: 0 5px;
}
.skill .progress-bar > span:before,.skill .progress-bar > span:after{border: medium solid transparent;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;}
.skill .progress-bar > span:before{border-top-color: #333;
	border-width: 5px;
	left: 50%;
	margin-left: -5px;}
/*=========================== 
36. contact page
============================= */
.contact-header{
	background-image: url("img/contact_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
.contuct-form p{
	margin: 0;
}
.contuct-form h1 {
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 60px;
	padding-bottom: 15px;
	font-size: 36px;
}
.contuct-form p.input-box {
	float: left;
	margin: 0 0 35px;
	padding-right: 10px;
	width: 50%;
}
.contuct-form p:nth-child(3).input-box{padding: 0;}
.contuct-form p.input-subject{
	margin: 0 0 35px;
	clear: both;
	overflow: hidden;
}
.contuct-form p.input-box input,.contuct-form p.input-subject input{
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 42px;
	padding-left: 15px;
	width: 100%;
	float: left;
}
.contuct-form p.comment textarea{
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 270px;
	padding: 15px;
	width: 100%;
	margin: 0 0 35px;
}
.contuct-form p.fsubmit-btn input{
	background: #009587 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	border: 1px solid #e5e5e5;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	padding: 0 36px;
	text-transform: uppercase;
}
.contuct-form p.fsubmit-btn input:hover {
	background: #9d9d9d none repeat scroll 0 0;
	border-color: #009587;
	color: #fff;
}
.map-caption {
	font-size: 14px;
}
.map-caption h2 {
	margin: 0 0 30px;
}
.map-caption i {
	color: #009587;
	font-size: 24px;
	margin-right: 10px;
}
.contuct-form-map {
	margin-bottom: 90px;
}
.map-area{
	padding: 0 0 50px
}
.map-caption strong {
	color: #009587;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
}
.main-menu ul li ul.sup-menu li:hover a{
    background: none !important;
    color: #3bb2ca !important;
}
/*=========================== 
37. sample-page
============================= */
.sp-new-product h3{
	background: #4c4c4c none repeat scroll 0 0;
	border-bottom: 4px solid #3f3f3f;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	height: 64px;
	line-height: 60px;
	margin-bottom: 15px;
	padding-left: 20px;
	text-transform: uppercase;
}
.sp-product-list .product-img {
	float: left;
	width: 30%;
}
.sp-product-list .product-name-price{
	float: left;
	padding-left: 18px;
	width: 70%;
}
.sp-product-list .product-name-price h2.product-name{
	margin: 10px 0 15px;
	text-align: left;
	text-transform: none;
	font-size: 12px;
}
.sp-product-list .product-name-price .price-box {
	color: #009587;
	font-size: 12px;
	font-weight: 700;
}
.sp-product-list .single-product {
	margin: 0 0 30px;
	overflow: hidden;
}
.sample-page .page-title {
	text-transform: none;
	margin: 0;
}
.simple-page-containt img{
	margin: 0 0 10px;
}
.simple-page-containt p{
	color: #6a6a6a;
	margin: 0 0 10px;
}
.simple-page-containt blockquote {
	background: #e0e0e0 none repeat scroll 0 0;
	border: medium none;
	font-size: 14px;
	font-style: italic;
	margin: 20px 0;
	padding: 30px 45px;
}
.sample-page .user-comment-form-area p{
	color: #9d9d9d;
}
/*=========================== 
38. single-project-page
============================= */
.single-project-area{margin-bottom: 1.618em;}
.project-right a {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
}
.single-project-area .project-right a img {
	transition: all 0.4s ease 0s;
}
.single-project-area .project-right a:hover img {
	transform: scale(1.2) rotate(3deg);
}
.single-project-area .project-date{
	color: #909295;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin: 0;
	width: 95px;
}
.single-project-area .project-date .day {
	font-size: 36px;
}
.single-project-area .project-date .separator {
	margin: 0 2px;
}
.single-project-area .project-date .month {
	font-size: 18px;
}
.single-project-area .social-icons {
	margin: 20px 0 0;
}
.single-project-area .project-decs {
	float: right;
	width: 82%;
}
.single-project-area .project-decs h2 {
	font-size: 26px;
	line-height: 36px;
	color: #4c4c4c;
	padding: 0;
	text-transform: uppercase;
	margin: 0 0 35px;
}
.single-project-area .project-text {
	font-size: 14px;
	margin: 0 0 25px;
}
.single-project-area .project-text p {
	font-size: 14px;
	margin :0 0 10px;
	color: #6a6a6a;
}
.single-project-area .project-meta h3 {
	color: #4c4c4c;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.single-project-area .social-icon ul li {
	margin-left: 0;
}
.single-project-area .social-icon ul li a {
	border: 2px solid #bababa;
	border-radius: 100%;
	color: #bababa;
	display: block;
	font-size: 18px;
	height: 48px;
	line-height: 44px;
	padding: 0;
	text-align: center;
	width: 48px;
}
.single-project-area .social-icon ul li a.facebook:hover {
	border: 2px solid #3b579d;
	color: #3b579d;
}
.single-project-area .social-icon ul li a.twitter:hover {
	border: 2px solid #3acaff;
	color: #3acaff;
}
.single-project-area .social-icon ul li a.pinterest:hover,.single-project-area .social-icon ul li a.google-plus:hover {
	border: 2px solid #cb2027;
	color: #cb2027;
}
.single-project-area .social-icon ul li a.linkedin:hover {
	border: 2px solid #0097bd;
	color: #0097bd;
}
.project-categories ul li a {
	color: #009587;
}
.project-categories ul li i{
	margin-right: 0.618em;
}
.project-categories ul li a:hover {
	color: #222;
}
.releted-title{
	font-size: 18px;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.related-project-area {
	margin-bottom: 70px;
	margin-top: 50px;
}
/*=========================== 
39. category-blog-page
============================= */
.archive-header {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.archive-header h1{
	font-size: 22px;
	margin: 0 0 10px;
	padding: 0;
}
.archive-header h1 span {
	text-transform: uppercase;
}
/*=========================== 
40. blog full-width-page
============================= */
.blog-post-content.full-width {
	margin: 0 auto;
	width: 60%;
}
/* Block: Account */

.block-account .block-title {
	padding-left: 10px;
	    background-color: #3bb2ca;
	color: #fff;
	border: none;
}
.block-account {
	background-color: #f8f8f8;
}
.block-account .block-content {
	padding: 0 10px;
}
.block-account .block-content ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
.block-account .block-content li {
	padding: 10px 0px;
	border-top: 1px #fff solid;
	border-bottom: 1px #ddd solid;
}
.block-account .block-content li:first-child {
	border-top: none;
}
.block-account .block-content li:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 10px;
	display: inline-block;
	position: absolute;
	cursor: pointer;
	line-height: 16px;
	color: #333;
}
.sidebar .block-content li.last {
	border-bottom: none;
}
.block-account .block-content li a {
	cursor: pointer;
	padding: 0 12px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.block-account .block-content li a:hover {
	cursor: pointer;
	padding: 0 12px;
	color: #000;
}
.sidebar .block-content li.current {
	font-weight: bold;
	color: #333;
}
.page-title h1, .page-title h2 {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.no-gutter h3{color:#3bb2ca;font-size:18px;}
.btn_themes_acc:hover{color:#fff;    background: #97d316;}
.btn_themes_acc{
    border: 1px solid #3bb2ca;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    padding: 0 20px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
    background: #3bb2ca;
}
/*=========================== 
41. FAQ PAGE
============================= */
.faq-area {
	margin-bottom: 110px;
}
.faq-content{}
h3.faq-title {
	color: #4c4c4c;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px;
}
.faq-desc {
	margin-bottom: 45px;
}
.faq-desc h3 {
	color: #333;
	font-size: 18px;
}
.faq-desc p {
	color: #222;
	margin: 0;
}
.faq-accordion{}
.faq-accordion .panel-title a {
	display: block;
	position: relative;
	padding: 15px 10px 15px 25px;
	color:#222;
	font-size:14px;
	font-weight: normal;
	line-height: 1.5;
}
.faq-accordion .panel-body {
	padding: 20px 25px;
	color: #222;
}
.faq-accordion .panel-title a.collapsed::before, .faq-accordion .panel-title a::after {
	content: "";
	font-family: fontawesome;
	position: absolute;
	right: 15px;
	top: 16px;
}
.faq-accordion .panel-title a:after {
	content: "\f068 ";
}
.faq-accordion .panel-heading {
	padding: 0;
}
.faq-accordion .panel-group .panel {
	border-radius: 0;
	border: 1px solid #ddd;
}
.faq-accordion .panel.panel-default.actives{
	border:1px solid #009587;
}
.faq-accordion .panel.panel-default.actives .panel-title a{
	color: #009587;
}
.faq-accordion .panel-title a:hover{color:#009587}
.faq-accordion .panel-title a:focus{text-decoration:none}
.faq-accordion .panel-default > .panel-heading {
	background-color: #f5f5f5;
}
.error-containt-area{
	text-align: center;
}
.error-img {
	margin: 60px 0 30px;
}
.error-page-text {
	margin-bottom: 90px;
}
.error-page-text h2 {
	border-bottom: 1px solid #d9d9d9;
	font-family: 'Roboto', sans-serif;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-bottom: 5px;
}
.error-page-text p {
	color: #6a6a6a;
	font-size: 14px;
	margin-bottom: 30px;
}
.error-page-text input[type="text"] {
	border: 1px solid #d9d9d9;
	font-size: 14px;
	height: 50px;
	padding-left: 10px;
	width: 510px;
}
.error-page-text input[type="submit"]{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
.error-page-text input[type="submit"] {
	background: #222222 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding: 16px 60px;
	text-transform: uppercase;
	margin-left: 10px;
	transition:0.4s;
}
.error-page-text input[type="submit"]:hover{
	background: #009587;
}
div#description {
    overflow: auto;
}
div#description img {
    max-width: 100% !important;
    height: auto !important;
    margin: auto !important;
}