/* -------------------------- INDEX -----------------------

1. BASIC STYLE
2. PADDING AND MARGINS STYLE
3. INDEX PAGE STYLE 
4. FOOTER STYLE
5. CATEGORY PAGE STYLE 
6. LOGIN/ REGISTER PAGE STYLE
7. MY ACCOUNT PAGE STYLE
8. BLOG PAGE STYLE
9. PRODUCT PAGE STYLE 
10. CHECKOUT PAGE STYLE
11. ABOUT/ CONTACT PAGE STYLE 

/*--------------------------------COLOR CODE-----------------------

COLOR CODE :

1. primary color : #e6ae48
2. accent color : #9c9c9c
3. primary text color : #000
4. secondary text color:#909090
*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

/*1. --------------------------- BASIC STYLE ----------------------------*/

body
{
	font-family: 'Source Sans Pro', sans-serif;
}
a, a:hover, a:focus
{
	text-decoration: none;
	transition: all 0.24s ease-in-out;
}
p
{
	color:#909090 !important;
}
a:hover
{
	text-decoration: none;
}
::selection
{
	background: #e6ae48;
	color: #fff;
}

/* Different color for some fields */

#name_2::-webkit-input-placeholder
{
  color: #e6ae48;
}

/* 2.---------------------- PADDING AND MARGINS STYLE-------------------*/
.marg-top-0
{
	margin-top: 0px;
}
.marg-top-10
{
	margin-top: 10px;
}
.marg-top-20
{
	margin-top: 20px;
}
.marg-top-30
{
	margin-top: 30px;
}
.marg-top-40
{
	margin-top: 40px;
}
.marg-top-50
{
	margin-top: 50px;
}
.marg-top-60
{
	margin-top: 60px;
}
.marg-top-70
{
	margin-top: 70px;
}
.marg-top-80
{
	margin-top: 80px;
}
.marg-top-100
{
	margin-top: 100px;
}
.marg-top-150
{
	margin-top: 150px;
}

/*  ---------------------------MARGIN LEFT STYLE ---------------------*/
.marg-left-0
{
	margin-left: 0px;
}
.marg-left-10
{
	margin-left: 10px;
}
.marg-left-20
{
	margin-left: 20px;
}
.marg-left-30
{
	margin-left: 30px;
}
.marg-left-40
{
	margin-left: 40px;
}
.marg-left-50
{
	margin-left: 50px;
}
.marg-left-60
{
	margin-left: 60px;
}
.marg-left-70
{
	margin-left: 70px;
}
.marg-left-80
{
	margin-left: 80px;
}
.marg-left-100
{
	margin-left: 100px;
}
/*  -------------------------MARGIN RIGHT STYLE ---------------------*/

.marg-right-0
{
	margin-right: 0px;
}

.marg-right-10
{
	margin-right: 10px;
}
.marg-right-20
{
	margin-right: 20px;
}
.marg-right-30
{
	margin-right: 30px;
}
.marg-right-40
{
	margin-right: 40px;
}
.marg-right-50
{
	margin-right: 50px;
}
.marg-right-60
{
	margin-right: 60px;
}
.marg-right-70
{
	margin-right: 70px;
}
.marg-right-80
{
	margin-right: 80px;
}
.marg-right-100
{
	margin-right: 100px;
}
/* ----------------------------MARGIN BOTTOM STYLE----------------------*/

.marg-bottom-0
{
	margin-bottom: 0px;
}
.marg-bottom-10
{
	margin-bottom: 10px;
}
.marg-bottom-20
{
	margin-bottom: 20px;
}
.marg-bottom-30
{
	margin-bottom: 30px;
}
.marg-bottom-40
{
	margin-bottom: 40px;
}
.marg-bottom-50
{
	margin-bottom: 50px;
}
.marg-bottom-60
{
	margin-bottom: 60px;
}
.marg-bottom-70
{
	margin-bottom: 70px;
}
.marg-bottom-80
{
	margin-bottom: 80px;
}
.marg-bottom-100
{
	margin-bottom: 100px;
}
.marg-bottom-150
{
	margin-bottom: 150px;
}
/*  ----------------------- PADDING TOP STYLE -------------------------*/
.pad-top-0
{
	padding-top: 0px;
}

.pad-top-10
{
	padding-top: 10px;
}
.pad-top-20
{
	padding-top: 20px;
}
.pad-top-30
{
	padding-top: 30px;
}
.pad-top-40
{
	padding-top: 40px;
}
.pad-top-50
{
	padding-top: 50px;
}
.pad-top-60
{
	padding-top: 60px;
}
.pad-top-70
{
	padding-top: 70px;
}
.pad-top-80
{
	padding-top: 80px;
}
.pad-top-100
{
	padding-top: 100px;
}
.pad-top-150
{
	padding-top: 150px;
}
/*  -------------------- PADDING LEFT STYLE ------------------*/
.pad-left-0
{
	padding-left: 0px;
}

.pad-left-10
{
	padding-left: 10px;
}
.pad-left-20
{
	padding-left: 20px;
}
.pad-left-30
{
	padding-left: 30px;
}
.pad-left-40
{
	padding-left: 40px;
}
.pad-left-50
{
	padding-left: 50px;
}
.pad-left-60
{
	padding-left: 60px;
}
.pad-left-70
{
	padding-left: 70px;
}
.pad-left-80
{
	padding-left: 80px;
}
.pad-left-100
{
	padding-left: 100px;
}

/*  -------------------- PADDING RIGHT STYLE ----------------------*/
.pad-right-0
{
	padding-right: 0px;
}

.pad-right-10
{
	padding-right: 10px;
}
.pad-right-20
{
	padding-right: 20px;
}
.pad-right-30
{
	padding-right: 30px;
}
.pad-right-40
{
	padding-right: 40px;
}
.pad-right-50
{
	padding-right: 50px;
}
.pad-right-60
{
	padding-right: 60px;
}
.pad-right-70
{
	padding-right: 70px;
}
.pad-right-80
{
	padding-right: 80px;
}
.pad-right-100
{
	padding-right: 100px;
}
/* -------------------- PADDING BOTTOM STYLE ----------------------*/
.pad-bottom-0
{
	padding-bottom: 0px;
}

.pad-bottom-10
{
	padding-bottom: 10px;
}
.pad-bottom-20
{
	padding-bottom: 20px;
}
.pad-bottom-30
{
	padding-bottom: 30px;
}
.pad-bottom-40
{
	padding-bottom: 40px;
}
.pad-bottom-50
{
	padding-bottom: 50px;
}
.pad-bottom-60
{
	padding-bottom: 60px;
}
.pad-bottom-70
{
	padding-bottom: 70px;
}
.pad-bottom-80
{
	padding-bottom: 80px;
}
.pad-bottom-100
{
	padding-bottom: 100px;
}
.pad-bottom-150
{
	padding-bottom: 150px;
}
/*3. ----------------------------- INDEX PAGE STYLE -------------------*/

.top-header
{
	background: #212121;
	padding: 10px;
}
.top-header ul
{
	margin-bottom: 0px;
}
.top-call li
{
	color: #fff;
	font-weight: 200; 
}
.top-links a
{
	color: #fff;
	font-weight: 200;
}
.top-links a:hover
{
	color: #e6ae48;
}
.top-links li
{
	padding-right: 10px;
}

.logo h2
{
	margin: 0px;
	color: #e6ae48;
	padding-top: 30px;
	font-weight: 600;
}
.logo 
{
	margin: 6px 0px;
}
.logo a
{
	color: #e6ae48;
	text-decoration: none;
}
.top-links
{
	text-align: right;
}
.top-search .form-control
{
	box-shadow: none;
	outline: none;
	border: 1px solid #fff;
	border-bottom: 1px solid #d4d4d4;
	border-radius: 0px;
	font-size: 16px;
	text-align: center;
	color: #e6ae48;
}

.top-search .btn-default
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	border: 1px solid #fff;
	border-bottom: 1px solid #d4d4d4;
	color: #6d6d6d;
	font-size: 14px;
}
.top-search .btn-default:hover, .top-search .btn-default:focus
{
	box-shadow: none;
	background: #fff;
	outline: none;
	border: 1px solid #fff;
	color: #e6ae48;
	border-bottom: 1px solid #d4d4d4;
}
.top-cart i.fa-shopping-bag
{
	font-size: 38px;
	color: #212121;
}
.top-cart .badge
{	
	margin-bottom: 26px;
	background: #e6ae48;
	color: #fff;
	font-size: 10px;
	padding:2px 6px;
}
.top-cart img
{
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
}
.top-cart .dropdown-menu
{
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #d4d4d4;
	min-width: 300px;
}
.top-cart .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
	background: #fff;
}
.top-cart i.thumbnail
{
	border:transparent;
	border-radius: 0px;
	color: #e6ae48;
}
.top-cart li
{
	margin: 20px 10px;
}
.top-cart li>a
{
	color: #9c9c9c;
}
.top-cart li:hover a
{
	color: #e6ae48;
}

.top-cart-total 
{
	border-top: 1px dashed #e6ae48;
	margin:10px 0px;
	border-bottom: 1px dashed #e6ae48;
	padding: 10px 0px;
	font-size: 20px;
	color: #888888;
	font-weight: 600;
}
.top-cart .btn-default
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
}
.top-cart .btn-default:hover, .top-cart .btn-default:focus
{
	box-shadow: none;
	outline: none;
	background: #000;
	border: 2px solid #000;
	color: #fff;
}

/* mega dropdown menu */

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
    background: #fff;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0px 25px;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #9c9c9c;
  font-size: 16px;
  padding: 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
	color:#e6ae48;
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header 
{
  font-size: 16px;
  padding: 5px;
  line-height: 30px;
  font-weight: 700;
  border-bottom: 2px solid #e4e3e3;
}
.mega-dropdown-menu .dropdown-header a
{
	font-size: 17px;
	font-weight: 700;
}
.mega-dropdown .dropdown-header a
{
	color:#5c616e;
}
.mega-dropdown .dropdown-header a:hover
{
	color:#000;
}
.mega-dropdown-menu .dropdown-headerss a
{
  font-size: 14px;
  color: #000;
  padding: 5px 60px 0px 5px;
  line-height: 30px;
  font-weight: 700;
}
.mega-dropdown-menu img
{
	width: 130px;
	height: 130px;
}
/*---------/ mega menu ----------*/

.navbar-default
{
	background: transparent;
	border-color: transparent;
	border-top: 1px solid rgba(212, 212, 212, 0.42);
	border-radius: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
	background: #fff;
	color: #e6ae48;
}
.navbar-default .navbar-nav>li>a
{
	font-size: 15px;
}
.navbar-default .navbar-nav>li>a:hover
{
	color: #e6ae48;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
{
	background: transparent;
	color: #e6ae48;
}
.navbar
{
	margin-bottom: 0px;
}
.navbar-collapse {
	text-align: center;
}
.navbar-nav {
	float: none;
	display: inline-block;
}
.navbar-nav>li
{
	float: none;
	display: inline-block;
	border-top: 3px solid #fff;
}
 .navbar-nav>li.active
 {
 	border-top: 3px solid #e6ae48;
 }
.navbar-nav>li:hover
{
	border-top: 3px solid #e6ae48;
}
.main-header .dropdown-menu
{
	box-shadow: none;
	border-radius: 0px;
}
.main-header .dropdown-menu>li>a
{
	display: block;
    color: #9c9c9c;
    font-size: 16px;
    padding: 8px 20px;
}
.main-header .dropdown-menu>li>a:hover
{
	color: #e6ae48;
}
.navbar-default .navbar-toggle
{
	border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar
{
	background: #000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
{
	background: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form
{
	border-color: transparent;
}
/*--------------- bx slider css ----------------------*/
.bx-wrapper .bx-viewport
{
	box-shadow: none;
	border: 0px;
	left: 0px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
	background: #e6ae48;
	border-radius: 0px;
	width: 40px;
	height: 1.5px;
}
.bx-wrapper .bx-pager.bx-default-pager a
{
	border-radius: 0px;
	width: 40px;
	height: 1.5px;
}
.bx-wrapper .bx-next, .bx-wrapper .bx-prev
{
	cursor: default;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../images/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-prev {
	left: 10px;
	background: url("../images/controls.png") no-repeat 0 -32px;
	display: none;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url("../images/controls.png") no-repeat -43px -32px;
	display: none;
}

/*--------------- bx slider css ----------------------*/

/*------------------------- product hover style ---------------------------*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 85%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 20px;
	color: #000;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	margin-top: 20px;
}

.related-products-slider .grid figure {
	min-width: auto !important;
	max-width: 320px !important;
	width: auto !important;
	text-align: center !important;
}
.related-products-slider .grid figure img {
	max-width: 100% !important;
	border: 1px solid #9c9c9c;
	margin: 0 auto;
}
.related-products-slider .grid h4 {
	color: #333;
    text-align: center;
    padding: 20px 0px;
    font-weight: 600;
    font-size: 13px;
    margin: 0px;
    text-transform: capitalize;
}
.related-products-slider .grid h4 a {
	color: #333;
}
.related-products-slider .grid figure figcaption,
.related-products-slider .grid figure figcaption > a {
	top: -80px !important;
}
.related-products-slider .grid figure.effect-kira figcaption a {
	margin: 0 !important;
}
.related-products-slider .grid figure.effect-kira figcaption:before {
	width: 100%;
}

/*-----------------*/
/***** Kira *****/
/*-----------------*/

figure.effect-kira {
	background: #fff;
	text-align: left;
}

figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-kira figcaption {
	z-index: 1;
}

figure.effect-kira p {
	padding: 2.25em 0.5em;
	font-weight: 600;	
	font-size: 100%;
	line-height: 20;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-kira p a {
	margin: 0 0.5em;
	color: #e6ae48;
	margin-right: 10px;
}

figure.effect-kira p a:hover,
figure.effect-kira p a:focus {
	opacity: 0.6;
}

figure.effect-kira figcaption::before {
	position: absolute;
	top: 145px;
    right: 2em;
    left: 0em;
    opacity: 0;
    z-index: -1;
    height: 4.5em;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

figure.effect-kira:hover img {
	opacity: 0.5;
}

figure.effect-kira:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-kira:hover figcaption::before {
	opacity: 0.9;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}
.effect-kira i.thumbnail
{
	 width: 40px;
    height: 40px;
    border-radius: 0px;
    font-size: 18px;
    padding: 9px 10px;
    background: #000;
    border-color: #000;
    color: #fff;

}
.grid h4
{
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: #9c9c9c;
}
.grid:hover h4
{
	color: #000;
}
.grid a
{
	color: #9c9c9c;
}
.grid a:hover
{
	color: #000;
}

/*------------------------- product hover style ---------------------------*/

.owl-theme .owl-controls .owl-buttons div
{
	border-radius: 0px;
	background: #fff;
	border:1px solid #000;
	color: #000;
	padding: 0px;
}
.heading 
{
	width: 240px;
    height: 53px;
    border: 1px solid #000;
    margin: 0 auto;
}
.heading h3
{
	margin: 0px;
	font-size: 22px;
	font-weight: 600;
	padding: 15px 0px;
	color: #000;
}
.latest-products
{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.latest-products
{
	padding-bottom: 40px;
}
.f-product
{
	padding: 20px 0px 50px;
}
.f-product h4
{
	color: #333;
    text-align: center;
    padding: 20px 0px;
    font-weight: 600;
    font-size: 13px;
    margin: 0px;
    text-transform: capitalize;
}
.f-product .btn-default
{
	background: #fff;
	border: 2px solid #000;
	border-radius: 0px;
	box-shadow: none;
	color: #000;
	font-size: 11px;
	outline: none;
	text-transform: uppercase;
}
.f-product .btn-default:hover,.f-product .btn-default:focus
{
	background: #000;
	border:2px solid #000;
	color: #fff;
	box-shadow: none;
	outline: none;
}
.f-product img
{
	border: 1px solid #fff;
	margin: 0 auto;
}
.f-product:hover img
{
	border: 1px solid #9c9c9c;
}
.f-product:hover h4
{
	color: #000;
}
.f-product:hover .btn-default
{
	background: #000;
	color: #fff;
	border-color: #000;
}
.f-product:hover .f-discount, .f-product:hover .f-sale , .f-product:hover .f-new
{
	visibility: visible;
}
.f-discount, .f-sale, .f-new
{
	visibility: hidden;
}
.f-product1 img
{
	border: 1px solid #9c9c9c;
	margin: 0 auto;
}
.f-discount span
{
	position: relative;
    top: 10px;
    background: #dd4b39;
    color: #fff;
    padding: 5px 15px;
}
.f-discount1 span
{
	position: relative;
    top: 10px;
    background: #dd4b39;
    color: #fff;
    padding: 5px 15px;
}
.f-sale span
{
	position: relative;
    top: 10px;
    background: #2b98e0;
    color: #fff;
    padding: 5px 15px;	
}
.f-sale1 span
{
	position: relative;
    top: 10px;
    background: #2b98e0;
    color: #fff;
    padding: 5px 15px;	
}
.f-new span
{
	position: relative;
    top: 10px;
    background: #e6ae48;
    color: #fff;
    padding: 5px 15px;	
}
.f-new1 span
{
	position: relative;
    top: 10px;
    background: #e6ae48;
    color: #fff;
    padding: 5px 15px;	
}
.divider1
{
	background: url('../images/backgrounds/bg7.jpg');
	background-size: cover;
	background-position: 25% 26%;
	padding: 80px 0px;
}
.divider1 h2
{
	font-weight: 600;
	color: #000;
	font-size: 38px;
	margin:0px;
	padding-bottom: 25px;
}
.divider1 h3
{
	font-weight: 900;
	margin: 0px;
	color:#505050;
	padding-bottom: 25px;
}
.divider1 .btn-default
{
	background: transparent;
	border: 2px solid #000;
	color: #000;
	border-radius: 0px;
	padding: 8px 25px;
}
.divider1 .btn-default:hover , .divider1 .btn-default:focus
{
	box-shadow: none;
	outline: none;
	background: #000;
	border: 2px solid #000 ;
	color: #fff;
	box-shadow: none;
	outline: none;
}
.newsletter 
{
	background: #fff;
	padding: 50px 0px 70px;
}
.newsletter1
{
	background: #F7F7F7;
	padding: 50px 0px 70px;
}
.news-head h3
{
	text-align: center;
	color: #505050;
	margin-bottom: 30px;
	font-weight: 700;
}
.news-head .form-control
{
	box-shadow: none;
	outline: none;
	border-color: #ddd;
	background:transparent;
	border-radius: 0px;
}
.news-head input:focus
{
	border-color: #e6ae48;
	box-shadow: none;
	outline: none;
}
.news-head .btn-default
{
	background: #e6ae48;
	color: #fff;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	border-color: #e6ae48;
}
.news-head .btn-default:hover , .news-head .btn-default:focus
{
	box-shadow: none;
	outline: none;
	background: #a07936;
	border-color: #a07936;
	color: #fff;
}
.blog
{
    border: 1px solid #ddd;
    padding: 15px 0px;
    background: #f8f8f8;
    margin:0px 20px 60px 0px;
}
.blog img
{
	width: 100%;
	height: 176px;
}
.blog-date
{
	border: 1px solid #e6ae48;
    text-align: center;
}
.bupper h4, .blower h4
{
	margin: 0;
}
.bupper
{
	padding: 7px 0px;
	color: #e6ae48;
}
.blower
{
	padding: 7px 0px;
	background: #e6ae48;
	color: #fff;
}

.bauthor h4
{
	margin: 0px;
}
.bauthor i
{
	font-size: 14px; padding-right: 5px;
}
.cat-upper
{
	padding: 7px 0px;
    border-bottom: 1px solid #ddd;
    color: #e6ae48;
}
.author-lower
{
	padding: 7px 0px;
	color: #e6ae48;
}
.blog-title
{
	min-height: 78px;
}
.btitle h3
{
	font-size: 20px;
}
.btitle p
{
	color: #9c9c9c;
	font-size: 15px;
}
.blog-title a
{
	color: #000;
	font-weight: 500;
}
.blog-title a:hover
{
	color: #e6ae48;
}
.blogowl .owl-theme .owl-controls .owl-buttons div
{
	border-radius: 0px;
	background: #fff;
	border:1px solid #000;
	color: #000;
	padding: 0px;
	margin-right: 15px !important;
    margin-left: -2px !important;
}


/*4. ---------------------------- FOOTER STYLE -----------------------------*/
.top-footer
{
	background: url('../images/backgrounds/bg_pttrn.png');
	padding: 40px 0px 0px;
	border-top: 1px solid #ddd;
}
.footer-widget h4
{
	color: #000;
	font-weight: 900;
	font-size: 20px;
}
.footer-widget ul
{
	list-style-type: none;
	padding-left: 0px;
}
.footer-widget li
{
	padding: 5px 0px;
}
.footer-widget a
{
	color: #9c9c9c;
	font-size: 16px;
}
.footer-widget a:hover
{
	color: #000;
}
.footer-widget p
{
	color: #9c9c9c;
	font-size: 16px;
}
.footer-widget span
{
	margin-left: 13px;
}
.social-icon i.thumbnail
{
	width: 30px;
    height: 30px;
    border-radius: 0px;
    padding-top: 6px;
    text-align: center;
    background: #9c9c9c;
    margin-right: 3px;
    color: #fff;
	border-color: transparent;
	transition: all 0.24s ease-in-out;
}
.social-icon i:hover
{
	background-color: #e6ae48;
	color: #fff;
}
.sec-footer
{
	background: rgba(0,0,0,0.85);
	padding: 30px;
}
.sec-footer p
{
	margin: 0px;
	color: #fff !important;
}
.sec-footer img
{
	margin: 0 auto;
}

/*----------------------------- 5. CATEGORY PAGE STYLE -------------------*/
.breadcrumb 
{
	text-align: center;
	border-radius: 0px;
	background: #e7e7e7;
	padding: 15px;
	position: relative;
}
.breadcrumb a
{
	font-size: 16px;
	color: #000;
}
.breadcrumb li
{
	color: #e6ae48;
	font-size: 16px;
}
.breadcrumb:after
{
	content: "";
    width: 30px;
    height: 30px;
    border: 15px solid transparent;
    border-top-color: #e7e7e7;
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 100%;
}
.catdesc .cattitle
{
	color: #000;
	margin: 0px;
	font-size: 26px;
	font-weight: 900;
	padding-bottom: 15px;
}
.catdesc 
{
	margin-bottom: 50px;
	padding-bottom: 0;
}
.catdesc p
{
    line-height: 23px;
}
.cat-navbar {
	background: #f9f9f9;
	margin-top: 20px;
}
.cat-navbar .nav-header {
	float: left;
    padding: 9px 24px;
    font-size: 16px;
    background: #7d7d7d;
    color: #fff;
    position: relative;
	top: 3px;
	margin-right: 10px;
}
.cat-navbar .nav-header:after {
    content: "";
    float: right;
    background: #7d7d7d;
    width: 13px;
    height: 13px;
    position: absolute;
    right: -5px;
    top: 14px;
	transform: rotate(130deg);
	z-index: 2;
}
.cat-navbar .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #444;
}
.cat-navbar .navbar-nav>li.active>a,
.cat-navbar .navbar-nav>li>a:hover,
.cat-navbar .navbar-nav>li>a:focus {
	background-color: #fff;
}
.catdesc .tab-pane {
	padding: 12px 20px;
	background: #f9f9f9;
    border-top: 1px solid #eee;
}
.catdesc .tab-pane > h1:first-child,
.catdesc .tab-pane > h2:first-child,
.catdesc .tab-pane > h3:first-child {
	margin-top: 0;
}
.catdesc .tab-pane > h3 {
	font-size: 20px;
}
.catdesc .tab-pane p{
	color: #444 !important;
}
.catdesc .tab-pane p:empty {
    display: none;
}
.catdesc .tab-pane .faq-title {
    font-size: 16px;
    background: #ededed;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 0;
	border: 1px solid #ddd;
	cursor: pointer;
}
.catdesc .tab-pane .faq-content {
	display: none;
    background: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
}
.cat-sort .form-control
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
}
.cat-sort label
{
	font-size: 16px;
	padding-top: 5px;
}
.cat-sort select:focus
{
	box-shadow: none;
	outline: none;
	border: 1px solid #000;
}
.filter h4
{
	margin: 0;
	padding-bottom: 20px;
	font-weight: 900;
	padding-bottom: 48px;
}
.category-filter .panel {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.category-filter .collapse {
	display: block;
}
.category-filter .panel-default>.panel-heading
{
	background: transparent;
}
.category-filter .panel-group .panel
{
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0px;
	border: none !important;
}
.category-filter .panel-heading
{
	padding: 10px;
	border: none !important;
}
.category-filter .panel-title
{
	font-size: 14px;
	font-weight: 600;
	border: none !important;
}
.category-filter .panel-title i
{
	color: #000;
	display: none;
}
.category-filter .panel-title>a:hover, .category-filter .panel-title>a:focus
{
	text-decoration: none;
	color: #9c9c9c;
}
.category-filter .panel-title>a:hover, .category-filter .panel-title>a:focus i
{
	color: #9c9c9c;
}
.category-filter .panel-title:hover i
{
	color: #9c9c9c;
}
.category-filter .panel-body
{
	padding: 0px 12px;
    color: #666;
    font-size: 14px;
	line-height: 1.2;
	border: none !important;
}
.category-filter ul
{
	list-style-type: none;
	padding-left: 0px;
}
.category-filter li
{
	padding: 6px 0px;
}
.category-filter .catflter a
{
	color: #9c9c9c;
	text-decoration: none;
}
.category-filter a:hover
{
	color: #e6ae48;
}
.category-filter i.fa-chevron-right
{
	font-size: 12px;
	font-weight: 100;
	padding-right: 5px;
}
.category-filter .checkbox label:hover
{
	color: #e6ae48;
}
.filter-toggle-responsive {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #fff;
	z-index: 9999;
	border-top: 1px solid #eee;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	cursor: pointer;
}
.filter-toggle-responsive label {
    padding: 15px 12px;
    margin: 0;
}
.filter-toggle-responsive .fa {
	float: right;
    padding: 13px 16px;
    font-weight: bold;
    font-size: 20px;
}
body.filter-open {
	overflow: hidden;
}
.filter-toggle-responsive.filter-open {
	background: #f2f2f2;
}
.filter-toggle-responsive .fa-angle-down {
	display: none;
}
.filter-toggle-responsive.filter-open .fa-angle-up {
	display: none;
}
.filter-toggle-responsive.filter-open .fa-angle-down {
	display: inline-block;
}
.filter-toggle-responsive a.filter-toggle {
	display: none;
}
@media only screen and (max-width: 767px) {
	.category-filter {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		margin: 10px;
		height: 410px;
		z-index: 9999;
		width: 95%;
		border: 1px solid #ddd;
		overflow-y: auto;
		background: #fefefe;
	}
	.category-filter .panel {
		background: none;
		background-color: transparent;
	}
	.filter-toggle-responsive {
		display: block;
	}
	.cat-navbar {
		overflow-x: auto;
	}
	.cat-navbar .navbar-nav {
		display: block;
		margin: 0;
		width: 450px;
	}
	.cat-navbar .navbar-nav > li {
		border: none !important;
	}
}

/*---------------------------- Products CSS -------------------*/
.products {
	opacity: 1;
    transition: all 0.3s ease-in-out;
}
.products.is-filtering {
	opacity: 0.2;
}
/*---------------------------- Price Filter Area CSS -------------------*/

.price-filter-area .price-filter {
	padding-top: 12px;
}
.price-filter-area .price-filter .ui-slider-horizontal .ui-slider-range {
	background: #f1f1f1 none repeat scroll 0 0;
}
.price-filter-area .price-filter .ui-slider-horizontal .ui-slider-handle {
  margin-left: -10px;
  top: -7px;
  background: #eee;
  outline: 0;
}
.price-filter-area .price-filter .ui-slider .ui-slider-handle {
	height: 20px;
	width: 20px;
	cursor: col-resize;
}
.price-filter-area .price-filter .ui-slider-horizontal {
	background: #fff none repeat scroll 0 0;
	height: 0.5em;
	margin: 18px 10px 25px;
}
.price-filter-area .btn-default {
	background: #b8b8b8 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-weight: 700;
	padding: 7px 20px;
	text-transform: uppercase;
	margin-bottom:20px;
}
/*---------------------------- Price Filter Area CSS -------------------*/

/*6. ---------------------------- LOGIN/ REGISTER PAGE STYLE ----------------*/
.login-section
{
	border: 1px solid #ddd;
	background: #F7F7F7;
	padding: 30px;
}
.login-section .form-control
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
}
.login-section input:focus
{
	box-shadow: none;
	outline: none;
	border: 1px solid #000;
}
.login-section .btn-default
{
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	background: #000;
	border: 2px solid #000;
	color: #fff;
}
.login-section .btn-default:hover, .login-section .btn-default:focus
{
	box-shadow: none;
	outline: none;
	background: transparent;
	border: 2px solid #000;
	color: #000;
}
.forget-pwd
{
	margin-top: 12px;
	text-align: right;
}
/*-------------------------------- EXTRA PAGES -----------------------*/
.page-error h1
{
	font-size: 60px;
	font-style: italic;
	color: #000;
	margin: 0px;
	padding-bottom: 25px;
}
.page-error h2
{
	font-size: 45px;
	padding-bottom: 15px;
	margin: 0px;
	color: #212121;
}
.page-error p
{
	color: #9c9c9c;
	font-size: 25px;
}
.policy h3
{
	margin: 0;
	color: #000;
	padding: 15px 0px;
}
.policy ul
{
	list-style-type: none;
	padding-left: 0px;
}
.policy li
{
	padding: 8px;
	font-size: 16px;
	color: #9c9c9c;
}
.policy i
{
	font-size: 12px;
	padding-right: 5px;
}
.policy p
{
	color: #9c9c9c;
	font-size: 16px;
	line-height: 28px;
}

/*------------------------------ COMPONENTS -----------------------*/

/* ------------------------ TABS AND ACCORDIANS ---------------------*/


.tabs-style2 .nav-tabs
{
	border-bottom: transparent;
}
.tabs-style2 .tab-content
{
	border:1px solid #212121;
	padding:30px;
}
.tabs-style2 .nav-tabs>li>a
{
	border-radius: 0px;
	color:#212121;
	font-size: 17px;
}
.tabs-style2 .nav-tabs>li>a:hover
{
	background: transparent;
}
.tabs-style2 .nav-tabs>li.active>a, .nav-tabs>li>a:hover
{	  
	color:#9c9c9c;
	border:1px solid #212121;
    border-bottom-color: transparent;
}
.tabs-style2  .nav-tabs>li.active>a:hover
{
	background: transparent;
	border-bottom-color: transparent;
}
.th-accordians .panel-title a
{
	text-decoration: none;
	color:#fff;
}
.panel-heading
{
	border-radius: 0px;
}
.th-accordians h2
{
	font-size: 38px;
	font-weight: 600;
}
.th-accordians .panel-default>.panel-heading
{
	background: #636F77;
}
.alert-style  h3
{
	font-size: 35px;
	margin: 40px 0px;
}
.acch
{
	font-size: 35px;
}
/*----------------------------------- FAQ STYLE ---------------------*/

.faq-style .panel-default>.panel-heading
{
	background: transparent;
}
.faq-style .panel-group .panel
{
	margin-bottom: 25px;
	border-radius: 0px;
}
.faq-style .panel-heading
{
	padding: 15px;
}
.faq-style .panel-title
{
	font-size: 16px;
	font-weight: 900;
}
.faq-style .panel-title i
{
	color: #000;
}
.faq-style .panel-title>a:hover, .faq-style .panel-title>a:focus
{
	text-decoration: none;
	color: #9c9c9c;
}
.faq-style .panel-title>a:hover, .faq-style .panel-title>a:focus i
{
	color: #9c9c9c;
}
.faq-style .panel-title:hover i
{
	color: #9c9c9c;
}
.faq-style .panel-body
{
	padding: 20px;
	color: #989898;
	font-size: 16px;
	line-height: 25px;
}
/*7. -------------------------------- MY ACCOUNT PAGE STYLE --------------------*/
.my-account h4
{
	color: #9c9c9c;
	border-bottom: 1px solid #eee;
	margin: 0px;
	padding-bottom: 15px;
}
.user-manage 
{
	background: #F7F7F7;
	border: 1px solid #eee;	
}
.user-manage ul
{
	list-style-type: none;
	padding-left: 0px;
	padding-top: 10px;
}
.user-manage li
{
	padding: 8px;
	font-size: 18px;
	color: #9c9c9c;
	border-bottom: 1px solid #eee;
}
.user-manage li:last-child
{
	border-bottom: transparent;
}
.user-manage a
{
	color: #9c9c9c
}
.user-manage .active
{
	color: #000;
}
.user-manage a:hover
{
	color: #000;
}
.user-manage i
{
	padding-right: 5px;
}
.accheading h4
{
	color: #000;
    font-weight: 900;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 22px;
    border-bottom: 1px solid #eee;
}
.accheading span
{
	font-size: 18px;
}
.accheading a
{
	font-size: 16px;
	font-weight: 600;
	color: #9c9c9c;
}
.accheading a:hover
{
	color: #000;
}
.user-detail .thumbnail 
{
    width: 35px;
    height: 35px;
    background: #9c9c9c;
    color: #fff;
    border-color: #9c9c9c;
    border-radius: 0px;
    font-size: 14px;
    padding-top: 8px;
    text-align: center;
    margin-right: 10px;
}
.user-detail p
{
	color: #9c9c9c;
	font-size: 18px;
}
.orders img
{
	width: 100px;
	height:100px;
}
.cart-coupon-total
{
	font-size: 22px !important;
	color:#000 !important;
	font-weight: 600 !important; 
}
.orders .table-bordered>thead>tr>td
{
    border-bottom-width: 1px;
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    font-weight: 800;
}
.orders .table>tbody>tr>td
{
	padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #9c9c9c;
}
.orders .table>tbody>tr a.linkp
{
	color: #9c9c9c;
}
.orders .table>tbody>tr a.linkp:hover
{
	color: #222;
}
.orders .btn-default 
{
	background: #9c9c9c;
	border-color: #9c9c9c;
	color: #fff;
	box-shadow: none;
	outline: none;
	border-radius: 0px;
}
.orders .btn-default:hover, .orders .btn-default:focus
{
	background: #000;
	border-color: #000;
	color: #fff;
	box-shadow: none;
	outline: none;
} 
.orders i.thumbnail
{
	width: 35px;
	height: 35px;
	background: #000;
	border-color: #000;
	color: #fff;
	border-radius: 0px;
	margin-bottom: 0px;
	font-size: 18px;
    padding: 7px 9px;
}
.orders i:hover
{
	background: #9c9c9c;
	color: #fff;
	border-color: #9c9c9c;
}
.orders .form-control
{
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	background: #F7F7F7;
}
.orders input:focus
{
	box-shadow: none;
	outline: none;
	background: #fff;
	border:1px solid #000;
}
/*8. ------------------------ BLOG PAGE STYLE ---------------------*/
.blog-category h3
{
	margin: 0px;
	font-size: 20px;
	color: #000;
	font-weight: 900;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.blog-category ul
{
	list-style-type: none;
	padding-left: 0px;
}
.blog-category li
{
	padding: 5px 0px;
}
.blog-category a
{
	color: #9c9c9c;
	font-size: 16px;
}

.blog-category a:hover
{
	color: #000;
}
.blog-newsletter h3
{
	font-size: 22px;
	font-weight: 900;
	color: #000;
	line-height: 27px;
	margin: 0px;
	padding-bottom: 15px;
	text-align: center;
}
.blog-newsletter .form-control
{
	border-radius: 0px;
	box-shadow: none;
	outline: none;
}
.blog-newsletter input:focus
{
	box-shadow: none;
	outline: none;
	border: 1px solid #000;
}
.blog-newsletter .btn-default
{
	box-shadow: none;
	outline: none;
	background: #000;
	border-color: #000;
	color: #fff;
	border-radius: 0px;
}
.blog-newsletter .btn-default:focus, .blog-newsletter .btn-default:hover
{
	box-shadow: none;
	outline: none;
	background: #fff;
	border-color:  #000;
	color: #000;
}
.blog-tags li
{
	background: #000;
    padding: 7px;
    margin: 0 3px 10px 0;
    border: 1px solid #000;
}
.blog-tags a
{
	color: #fff;
}
.blog-tags h3
{
	margin: 0px;
	font-size: 20px;
	color: #000;
	font-weight: 900;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.blog-tags li:hover 
{
	background: #fff;
	color: #000;
	border-color: #000;
}
.blog-tags a:hover, .blog-tags li:hover a
{
	color: #000;	
}
.blog-pagination .pagination>li:first-child>a, .pagination>li:first-child>span
{
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.blog-pagination .pagination>li:last-child>a, .pagination>li:last-child>span
{
	border-top-right-radius:0px;
    border-bottom-right-radius: 0px;
}
.blog-pagination .pagination>li>a, .pagination>li>span
{
	padding: 8px 20px;
	color:#000;
	border:1px solid #000;
}
.blog-pagination .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
	background: #000;
	border-color: #000;
	color:#fff;
}
.blog-single-title
{
	min-height: 64px;
}
.blog-single-title h3
{
	color: #000;
	font-weight: 600;
	margin: 0px;
	padding: 15px 0px;
	font-size: 26px;
}

.blog-single-details ul 
{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.blog-single-details li 
{
    padding-right: 30px;
    color: #9c9c9c;
    font-size: 16px;
}
.blog-single-details a
{
	color: #9c9c9c;
	font-size: 16px;
}
.blog-single-details i
{
	padding-right: 5px;
}
.blog-single-content p
{
	color: #9c9c9c;
	font-size: 16px; 
	line-height:  28px;
}
.blog-single-content 
{
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.blog-comment  img
{
	border: 1px solid #ddd;
	padding: 3px;
}
.blog-comment h4
{
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.blog-comment p
{
	color: #9c9c9c !important;
	font-size: 14px;
}

.b-comment .form-control
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	border-color: #9c9c9c;
}

.b-comment input:focus, .b-comment textarea:focus
{
	box-shadow: none;
	outline: none;
	border-color: #000;
}
.b-comment .btn-default
{
	background: #000;
	color: #fff;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	border-color: #000;
}
.b-comment .btn-default:hover, .b-comment .btn-default:focus
{
	background: #9c9c9c;
	color: #fff;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	border-color: #9c9c9c;
}
/*9. ------------------------- PRODUCT PAGE STYLE ---------------------*/


/*---------------------------FLEX SLIDER STYLE ------------------*/
.flex-direction-nav a
{
	top:47%;
}
.flexslider .slides img
{
	border: 2px solid #ddd;
    padding: 4px;
    cursor: pointer;
}
.flex-direction-nav a
{
	width: 50px ;
	height: 50px;
}
.flex-direction-nav a:before 
{
    font-family: "flexslider-icon";
    font-size: 15px;
    background: #e6ae48;
    display: inline-block;
    content: '\f001';
    color: #fff;
    padding: 7px 12px;
    margin-bottom: 30px

}

/*------------------------- / FLEX SLIDER STYLE ------------------*/
.product-desc {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.product-desc  h2
{
	margin: 0px;
	color: #000;
	font-weight: 600;
}
.product-desc h4
{
	color: #9c9c9c;
}
.product-desc a
{
	color: #9c9c9c;
	font-size: 16px;
	text-decoration: none;
}

.product-desc a:hover
{
	color: #000;
}
.prod-price 
{
	margin-bottom: 25px;
}
.prod-price h2
{
	margin: 0px;
	font-weight: 600;
	color: #e6ae48;
	font-size: 40px;
	padding: 10px 0px;
}
.prod-price i.fa-inr
{
	font-size: 25px;
	padding-right: 10px;
}
.prod-price h4
{
	margin: 0px;
	color:  #9c9c9c;
}
.product-select .form-control
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	border-color: #9c9c9c;
}
.product-select select:focus
{
	box-shadow: none;
	outline: none;
	border-color: #000;
}
.product-select span
{
	color: #ff0000;
}
.product-select p
{
	color: #000 !important;
	margin-bottom: 15px;
}

.prod-quantity .form-control
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	border-color: #9c9c9c;
}
.prod-quantity select:focus
{
	box-shadow: none;
	outline: none;
	border-color: #000;
}
.prod-add .btn-default, .prod-customize .btn-default
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	background: #000;
	font-size: 16px;
	color: #fff;
	border-color: #000;
}
.prod-add .btn-default:focus, .prod-add .btn-default:hover,
.prod-customize .btn-default:focus, .prod-customize .btn-default:hover
{
	box-shadow: none;
	outline: none;
	border-color: #e6ae48;
	background: #e6ae48;
	color: #fff;
}
.prod-wish .btn-default
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	background: #e6ae48;
	color: #fff;
	font-size: 16px;
	border-color: #e6ae48;
}
.prod-wish .btn-default:focus, .prod-wish .btn-default:hover
{
	box-shadow: none;
	outline: none;
	border-color: #000;
	background: #000;
	color: #fff;
}



/*----------------------------------Tab view -----------------------------*/

/*****************************/
/* Underline */
/*****************************/
.tabs{
	border-bottom: 1px solid #eee;
	padding-bottom: 60px;
}
.tabs nav li.tab-current a
{
	color: #000 !important;
}
.tabs-style-underline nav {
	background: #f8f8f8;
}

.tabs-style-underline nav a {
	padding: 0.25em 0 0.5em;
	border-left: 1px solid #e7ecea;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #9c9c9c;
	font-size: 24px;
}

.tabs-style-underline nav li:last-child a {
	border-right: 1px solid #e7ecea;
}

.tabs-style-underline nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: #000;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0);
}

.tabs-style-underline nav li.tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tabs-style-underline nav a span {
	font-weight: 700;
}
.tabs-style-underline nav a:hover
{
	color: #000;
}
.content-wrap section p 
{
	font-size: 17px;
	color: #727272;
	font-weight: 100;
	text-align: left;
	line-height: 23px;
    letter-spacing: 0.4px;
}
.tabs nav a span
{
	font-size: 20px;
}
.tabs-style-underline nav a span
{
	font-weight: 600;
}
/*----------------------------------Tab view -----------------------------*/
.p-tab-desc h3
{
	color: #000;
	margin: 0px;
	font-weight: 600;
	padding: 10px 0px;
}
.p-tab-desc h4
{
	margin: 0px;
	color: #000;
	font-weight: 600;
	padding: 10px 0px 15px;
}
.p-tab-desc h2
{
	margin-bottom: 20px;
}
.product-review h3
{
	font-weight: 600;
	color: #000;
}
.p-tab-desc td
{
	padding: 10px;
	border: 1px solid #ddd;
}

.p-review h4
{
	font-size: 17px;
	color: #727272;
}
.p-review .fa-star, .p-review .fa-star-o
{
	color: #fbc02d;;
}

.p-review  img
{
	border: 1px solid #ddd;
	padding: 3px;
	float: left;
	margin-right: 10px;
}
.p-review h4
{
	color: #9c9c9c;
	font-size: 16px;
	font-weight: 600;
}

.w-review h3
{
	padding-bottom: 30px;
	color: #000;
	font-weight: 600;
}

.w-review .form-control
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	background: transparent;
	border:1px solid #9c9c9c;
}
.w-review select:focus, .w-review input:focus, .w-review textarea:focus
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	background: transparent;
	border:1px solid #000;
}

.w-review .btn-default
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	background: #000;
	color: #fff;
	border-color: #000;
	font-size: 16px;
}

.w-review .btn-default:hover, .w-review .btn-default:focus
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	background: #9c9c9c;
	color: #fff;
	border-color: #9c9c9c;
}

/*10. ---------------------------- CHECKOUT PAGE STYLE ---------------------*/


.returning-style .panel-group .panel
{
	border-radius: 0px;
}
.returning-style .panel-heading
{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.returning-style span
{
	color:#ff0000;
}
.returning-style a:focus
{
	text-decoration: none;
}
.returning-style .panel
{
	box-shadow: none;
}
.returning-style .panel-body
{
	padding: 15px 35px;
}
.returning-style .form-control
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	border-color: #9c9c9c;
}
.returning-style input:focus
{
	box-shadow: none;
	outline: none;
	border-color: #000;
}
.returning-style .btn-default
{
	border-color: #000;
	background: #000;
	color:#fff;
	box-shadow: none;
	outline: none;
	border-radius: 0px;
}
.returning-style .btn-default:focus, .returning-style .btn-default:hover
{
	box-shadow: none;
	outline: none;
	border-color:#9c9c9c;
	color:#fff;
	background: #9c9c9c;
}

#flip
{
	background: #f7f7f7;
	border-top:2px solid #000;
}
#flip h4
{
	text-align: left;
	padding-left: 20px;
}
#flip a
{
	color:#000;
	font-size: 16px;
}
#panel, #flip 
{
    text-align: center;
    border: solid 1px #c3c3c3;
}
#panel {
    padding: 20px;
    display: none;
}

.proceed-checkout .form-control
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	border-color: #9c9c9c;
}
.proceed-checkout input:focus, .proceed-checkout select:focus
{
	box-shadow: none;
	outline: none;
	border-color: #000 !important;
}
.proceed-checkout .btn-default
{
	border-color: #000;
	background: #000;
	color:#fff;
	box-shadow: none;
	outline: none;
	border-radius: 0px;
}
.proceed-checkout .btn-default:focus, .proceed-checkout .btn-default:hover
{
	box-shadow: none;
	outline: none;
	border-color:#9c9c9c;
	color:#fff;
	background: #9c9c9c;
}

.box
{
	padding: 20px 20px;
    display: none;
    border: 2px solid #ddd;
    margin-bottom: 20px;
}

.shop-cart table
{
	margin-bottom: 0px;
}
.shop-cart thead
{
	background: #9c9c9c;
}
.shop-cart thead>tr>td
{
	font-size: 17px;
    font-weight: 600;
    padding: 14px 0px;
    color:#fff;
}
.shop-cart .table>tbody>tr>td
{
	font-size: 16px;
	padding: 14px 0px;
	color:#9c9c9c;
	border-bottom: none;
}
.shop-cart .table-bordered>tbody>tr>td
{
	border-bottom: 0px;
}

.shop-cart .btn-default
{
	border-radius: 0px;
	background: #000;
	color:#fff;
	box-shadow: none;
	outline: none;
	border-color:#000;
}
.shop-cart .btn-default:focus, .shop-cart .btn-default:hover
{
	box-shadow: none;
	outline: none;
	background: #9c9c9c;
	color:#fff;
	border-color: #9c9c9c;
}
.shop-cart .form-control
{
	box-shadow: none;
	outline: none;
	border-radius: 0px;
	border:1px solid #ddd;
	border-top: transparent;
}

.shop-cart table>tbody>tr>td
{
	border-bottom: 0px;
}
.shop-cart select:focus
{
	box-shadow: none;
	outline: none;
	border-color: #ddd;
}

.gift-order input[type=checkbox], input[type=radio]
{
	margin-top: 9px;
	margin-left: 0px;
}
.gift-order label
{
	padding-left: 9px;
}
.order-total
{
	font-size: 20px !important;
	font-weight: 700;
	color:#000 !important;
}

 /* 11. ------------------------- ABOUT/ CONTACT PAGE STYLE ------------- */

.contact-form .btn-default
{
	border-radius: 0px;
	background: #000;
	color:#fff;
	box-shadow: none;
	outline: none;
	border-color:#000;
}
.contact-form .btn-default:focus, .contact-form .btn-default:hover
{
	box-shadow: none;
	outline: none;
	background: #9c9c9c;
	color:#fff;
	border-color: #9c9c9c;
}
.contact-form .form-control
{
	box-shadow: none;
	outline: none;
	background: #f7f7f7;
	border-radius: 0px;
	border:1px solid #9c9c9c;
}
.contact-form input:focus, .contact-form textarea:focus
{
	box-shadow: none;
	outline: none;
	border-color: #000;
	background: #fff;
}
.contact-address i.fa-map-marker
{
	padding: 8px 13px;
}
.contact-address .thumbnail 
{
    width: 35px;
    height: 35px;
    background: #9c9c9c;
    color: #fff;
    border-color: #9c9c9c;
    border-radius: 0px;
    font-size: 14px;
    padding: 8px 11px;
    margin-right: 10px;
}
.contact-address p
{
	font-size: 18px;
	color: #9c9c9c;
}
.about-us p
{
	font-size: 16px;
	line-height: 26px;
	color: #9c9c9c;
}
.services 
{
	text-align: center;
	padding: 20px;
	border:1px solid #fff;
}
.services h4
{
	font-weight: 600;
	color: #000;
	font-size: 20px;
}
.ser-icon .thumbnail
{
	width: 55px;
    height: 55px;
    background: transparent;
    color: #9c9c9c;
    border-color: #9c9c9c;
    border-radius: 0px;
    font-size: 25px;
    padding: 13px 11px;
}
.services:hover
{
	background: #f8f8f8;
	border: 1px solid #eee;
}
.services:hover i
{
	background: #9c9c9c;
	color: #fff;
}


/*------------- caraousel slider -->*/

.carousel-caption h2 
{
	font-size: 40px;
}

.carousel-caption {
  right: 15%;
  left: 15%;
  text-shadow: none;
  padding: 0;
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.carousel-caption > h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 18px;
  padding-top: 18px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption >  a
{
	margin-right: 62%;
    margin-top: 9%;
}
.whornge a
{
	margin-right: 83%;
    margin-top: 19%;
}
.whorngenew a
{
	margin-right: 60%;
    margin-top: 9%;
}
.whornge .btn-default
{
	background: #e6ae48;
	border-radius: 0px;
	border-color: #e6ae48;
	color: #fff;
	box-shadow: none;
	outline: none;
	padding: 6px 16px;
}
.whornge .btn-default:hover , .whornge .btn-default:focus
{
	background: #fff;
	border: 2px solid #e6ae48;
	color: #e6ae48;
	box-shadow: none;
	outline: none;
}
.whorngenew .btn-default
{
	background: #e6ae48;
	border-radius: 0px;
	border-color: #e6ae48;
	color: #fff;
	box-shadow: none;
	outline: none;
	padding: 6px 16px;
}
.whorngenew .btn-default:hover , .whorngenew .btn-default:focus
{
	background: #fff;
	border: 2px solid #e6ae48;
	color: #e6ae48;
	box-shadow: none;
	outline: none;
}
.ornge .btn-default
{
	background: #e6ae48;
	border-radius: 0px;
	border-color: #e6ae48;
	color: #fff;
	box-shadow: none;
	outline: none;
}
.ornge .btn-default:hover , .ornge .btn-default:focus
{
	background: #fff;
	border: 2px solid #e6ae48;
	color: #e6ae48;
	box-shadow: none;
	outline: none;
}
.carousel-indicators
{
	bottom: -9%;
}
.carousel-indicators li
{
	background: #666;
	width: 40px;
	height: 4px;
}
.carousel-indicators li:hover
{
	background: #e6ae48;
}
.carousel-indicators .active
{
	width: 40px;
	height: 4px;
	background: #e6ae48;
}
.carousel-caption > h2:after {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > img {
  opacity: 0;
  margin-top: -20px;
  -webkit-transition: opacity 0.5s, margin-top 0.5s;
          transition: opacity 0.5s, margin-top 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.carousel-caption > p {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.header.transp + .carousel .carousel-caption {
  margin-bottom: -40px;
  background-color: rgba(84, 20, 88, 0.55);
}
.header.transp.center-content + .carousel .carousel-caption {
  margin-bottom: -60px;
}
.carousel-inner .item.active .carousel-caption > h2 {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > h2:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.carousel-inner .item.active .carousel-caption > p {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.carousel-inner .item.active .carousel-caption > img {
  opacity: 1;
  margin-top: 25px;
}
.carousel-control.right
{
	background-image: none;
	cursor: default;
}
.carousel-control.left
{
	background-image: none;
	cursor: default;
}
/* CAROUSEL ENDS HERE */
/*------------- caraousel slider -->*/






/*------------------ mobile and tablet responsive css ---------------------*/

@media(min-width: 768px) and (max-width: 1024px){

	.navbar-default .navbar-nav>li>a
	{
		font-size: 15px;
	}
	.nav>li>a
	{
		padding: 10px;
	}
	.mega-dropdown-menu .dropdown-header a
	{
		font-size: 15px;
	}
	.f-product .btn-default
	{
		font-size: 10px;
	}
	
}	
@media (max-width: 736px){

	.top-call, .top-links
	{
		text-align: center;
	}
	.logo h2
	{
		text-align: center;
	}
	
	.blog-detail
	{
		margin-top: 25px;
	}
}

a.redbtn{
	background: #f23534 !important;
	border-color: #cc2726 !important;
	color: #fff !important;
}
.wishredbtn{
	background: #f23534 !important;
	border-color: #cc2726 !important;
	color: #fff !important;
}

.catfilter{
	min-height: 300px;
	max-height: 300px;
	overflow: auto;
}

.catfilter::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
.catfilter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.catfilter::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.catfilter::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}