/*****************************************************************************************************
 TABLE OF CONTENT
  [1] Import Css Files
  [2] Google Web Fonts 
  [3] Globle
  [4] Header
  [5] Navigation
  [6] Slider
  [7] Breadcrumb
  [8] Content
	[8.1] Product Listing
	[8.2] Product Info
	[8.3] Shopping Cart
	[8.4] Checkout Pages
  [9]  Button
  [10] List Group
  [11] Tooltip
  [12] Blog
  [13] Footer
	[13.1] Footer HTML
	[13.2] Custom Footer
	[13.3] Powered
	[13.4] Back To Top
  [14] Responsive Style
  [15] Sidebar Category
  
***************************************************************************************************/


/************************************************
 * [1] Import Css File(font-awesome, owl-theme, blog)
***********************************************/
@import url("../../../javascript/font-awesome/css/font-awesome.min.css");
@import url("../../../javascript/jquery/owl-carousel/owl.theme.css");
@import url("styleswitcher.css");


/************************************************
 * [2] Google Web Fonts
***********************************************/
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700italic|Philosopher:400,700,400italic,700italic|Roboto:400,400italic,700italic);


/************************************************
 * [3] Globle
***********************************************/
body {
	background: url("../image/pattern-a.png") #f8f8f8;
	font-family: 'Roboto',Arial,"Lucida Grande",sans-serif;
	font-weight: 400;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
   -webkit-font-smoothing: antialiased;	
   -webkit-text-stroke:1px transparent;
}
*{
	transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
	-webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
	-o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
	-pie-transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
	-ms-transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
}
h1, h2, h3, h4, h5, h6 {
	color: #e65a3a;
	font-family: Philosopher,Georgia,serif;
	font-style: italic;
	margin: 10px 0;
	font-weight: 700;
}
footer {
    margin-top: 70px!important;
 }
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
hr{
	margin: 15px 0;	
}
a {
	color: #e65a3a;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:focus {
	text-decoration: none;
	outline: none;
	outline-offset:0;
}
p{
	font-family: 'Roboto',Arial,"Lucida Grande",sans-serif;
   -webkit-font-smoothing: antialiased;	
   -webkit-text-stroke:1px transparent;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none outside none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.padding-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
table{ font-family: Philosopher,Georgia,serif;
}

textarea.form-control{
	font-size: 12px;
	background: #f8f8f8;
	border: 1px solid #dcd9d9;
	padding: 10px 8px;
	font-size: 14px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	-pie-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
select.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
	background: #f8f8f8;
	color: #888888;
	border: 1px solid #dcd9d9;
	padding: 8px;
	font-size: 14px;
	height: 35px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.form-control:focus{
	background: #f8f8f8;
	border: 1px solid #dcd9d9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.has-error .form-control:focus{
	background: #f8f8f8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

div.required .control-label:before {
	color: #ff0000;
	content: "* ";
	font-weight: bold;
}
table td, table th{ font-size:14px;}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.alert {
	border-radius: 0;
	padding: 10px;
	border-top-width:2px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
} 
.alert-danger{
	background:#f2dede;
	border-top-color: #eed3d7;
	border-left-color : #eed3d7;
	border-bottom-color:#eed3d7;
	border-right-color: #eed3d7;
	color: #b94a48;
}
.alert-success{
	background:#dff0d8;
	border-top-color: #d6e9c6;
	border-left-color : #d6e9c6;
	border-bottom-color:#d6e9c6;
	border-right-color: #d6e9c6;
	color: #468847;
}
.alert-info{
	background:#d9edf7;
	border-top-color: #bce8f1;
	border-left-color : #bce8f1;
	border-bottom-color:#bce8f1;
	border-right-color: #bce8f1;
	color: #3a87ad;
}
.alert-warning{
	border-top-color: #faebcc;
	border-left-color : #faebcc;
	border-bottom-color:#faebcc;
	border-right-color: #faebcc;
	background:#fcf8e3;
	color: #8a6d3b;
}

.category h2, .shopping-cart h2, .checkout h2, .login h2, .custom-blog h2{
	background: #e65a3a;
	color: #fff; padding: 8px 10px;
	font-size: 1.38em;
	font-weight: 700;
}
/*.container{
	max-width: 950px;
}*/
.padding-5{
	padding: 5px;
}

#notification .alert-success, #notification .alert-info {
	background: none repeat scroll 0 0 #ffffff;
	padding: 15px;
	position: fixed;
	right: 5px;
	top: 10px;
	width: 30%;
	z-index: 99999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 11px 0 #dddeee;
	-moz-box-shadow: 0 0 11px 0 #dddeee;
	-o-box-shadow: 0 0 11px 0 #dddeee;
	box-shadow: 0 0 11px 0 #dddeee;
}
span.onsale {
	background: #e65a3a;
	color: #ffffff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 1em 0;
	text-align: center;
	text-transform: uppercase;
	width: 3.631em;
	z-index: 10000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
span.onsale:after {
	background: #e65a3a;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -4;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
span.onsale {
	left: 25px;
	position: absolute;
	top: 12px;
	z-index: 4;
}
.modal.in{
	z-index: 9999;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #e75a39;border-color: #e75a39;color: #ffffff;    
}
.pagination > li > a, .pagination > li > span{
	color: #e75a39;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	background-color: #4a3b3c;border-color: #4a3b3c;color: #ffffff;
}
.input-group .input-group-btn .btn{ padding:8px 17px;}
/************************************************
 * [4] Header
***********************************************/
#header {
	background: #ffffff;
	padding-top: 0px;
	transition: all 0.4s ease 0s;
	position: relative;
	z-index: 1919;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-pie-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
	-pie-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
#header.active{
	padding-top: 45px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-pie-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
#header .top-currency, .top-language {
	padding-top: 4px;
}
#top {
	background-color: #999999;
	min-height: 42px;
	position: absolute;
	top: -38px;
	width: 100%;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-pie-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	z-index: 9999;
}
#top .fa-arrow-up:before{
	content:"\f062" !important;
}
#top .show_hide {
	background: #999999;
	bottom: -47%;
	padding: 0 7px;
	position: absolute;
	right: 8%;
	cursor: pointer;
	z-index: 9999;
	color: #fff;
}
#top .container {
	/*padding: 0 20px;*/
}
#top #currency .currency-select {
	text-align: left;
	color: #e75a39;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #e75a39;
	background-repeat: repeat-x;
	font-style: italic;
}
#top #form-currency .currency-select {
	text-align: left;
	color: #e75a39;
}
#top #form-currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #e75a39;
	background-repeat: repeat-x;
	font-style: italic;
}
#top .btn-link, #top-links li, #top-links a {
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-size: 13px;
}
#top-links a span{font-size: 13px;}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top .dropdown-menu a {
	text-shadow: none;
	color: #e75a39;
}
#top .top-currency button.dropdown-toggle {
    padding: 6px 0;
}
#top .dropdown-menu a:hover {
	color: #ffffff;
	background-color: #e75a39;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 0px;
	position: relative;
}
#top-links a + a {
	margin-left: 15px;
}
.search-popup{
	display: none;
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #e0dddd;
	border-radius: 5px;
	margin-left: -20px;
	margin-top: 15px;
	padding: 10px;
	position: absolute;
	right: -12px;
	z-index: 99999;
	width: 50%;
}
.fa-search{
	display: block;
	cursor: pointer;
}
.search-popup:after {
	bottom: 100%;
	right: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
        border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #ffffff;
        border-width: 13px;
        margin-left: -11px;
}
.btn-search{
	background: #e75a39;
	border: 0 none;
	color: #ffffff;
	display: block;
	height: 35px;
	margin-top: 0;
	width: 32px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background: none;}

/* LOGO */
#logo {
	margin-top: 20px;
}

/************************************************
 * [5] Navigation
***********************************************/
/* DEFAULT MENU */
#menu .dropdown-inner li{
    padding: 5px 20px;
}
#menu .see-all {
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #ddd;
    display: block;
    font-size: 12px;
    margin-top: 0.5em;
    padding: 3px 20px;
}

/*MEGA MENU*/

.navigation {
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-align: right;
}
.navigation .container {
	position: relative;
}
.mainmenu > li {
	margin-bottom: 0;
	position: relative;
	border-top: 1px solid transparent;
	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	display: inline-block;
	text-align: left;
}
.mainmenu > li > a {
	cursor: pointer;
	padding: 0px 10px;
	display: block;
	font-style: italic;
	font-family: Philosopher,Georgia,serif;
	font-size: 17px;
	line-height: 89px;
	border-bottom: 5px solid #ffffff;
}


.mainmenu > li a {
	text-transform: capitalize;
}
.mainmenu > li > div {
	position: absolute;
	background: #FFFFFF;
	padding: 15px;
	width: 250px;
	z-index: -999;
	pointer-events: none;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	z-index: 999;
	-webkit-transform:scale(1,0);
	-moz-transform:scale(1,0);
	-ms-transform:scale(1,0);
	-o-transform:scale(1,0);
	transform:scale(1,0);
	-webkit-transform-origin:center top;
	-moz-transform-origin:center top;
	-ms-transform-origin:center top;
	-o-transform-origin:center top;
	transform-origin:center top;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-ms-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;

}
.mainmenu > li a:hover {
	background: #e65a3a;
	color: #fff !important;
}
.mainmenu > li:hover > div {
	visibility: visible;
	z-index: 1001;
	opacity: 1;
	margin-top: 0;
	pointer-events: auto;
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
}
#megamenu .dropdown-container{
	border-top-width:3px;
	border-top-style:solid;
}

#megamenu {
	position: static;
}
#megamenu .sublevel{ padding: 0 20px;}
#megamenu .mainmenu > li {
	position: static;
}
#megamenu .mainmenu > li > div {
	left: 175px;
	width: 75%;
	font-size: 13px;
	padding: 30px 15px 20px;
}
#megamenu .mainmenu > li > div .item > a {
	display: block;
	font-family: Philosopher,Georgia,serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#megamenu .mainmenu > li > div .item > a:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	z-index: 1;
	background-color: #dddddd;
	margin-left: 5px;
}
#megamenu .mainmenu > li > div p {
	line-height: 1.5;
	margin-bottom: 0px;
}
#megamenu .col-md-3 {
	float: none;
	margin-right: -5px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
#megamenu .subcat {
	float:left;
    margin: 0 !important;
}
#megamenu .subcat li {
	line-height: 1;
	margin-bottom: 12px;
}
#megamenu .subcat a {
	text-transform: none;
	font-size: 12px;
	color: #666666;
	padding: 5px 3px;
}
#btn-mobile-toggle {
	display: none;
}
  
.mainmenu > li a.menu-category-title:hover {
	background: none;
	color: #e75a39 !important;
}

#megamenu .mainmenu > li > div .item > a:hover{
	background: none;
}
#megamenu .category-image{ margin-right: 10px;}
.wrapper .col-md-9{
	position: static;
}
#megamenu  .sub-container .box-product .product-thumb .caption{ min-height: 100px;}
#megamenu .media-list p{ margin-bottom:5px; text-align: justify;}

#megamenu .media-list a, #megamenu .media-list a:hover{ background: none; color:#e65a3a !important;}

/************************************************
 * [6] Slider
***********************************************/

.slideshow img { width: 100%;}
.owl-theme .owl-controls .owl-buttons div{ color: #e65a3a;}

.author{
	color: #e65a3a;
}

.swiper-viewport img {
	width: 100%;
}

.swiper-viewport:hover .swiper-button-next {
	right: 0;
}

.swiper-viewport:hover .swiper-button-prev {
	left: 0;
}


.swiper-viewport .swiper-button-next {
	right: 0 !important;
}

.swiper-viewport .swiper-button-prev {
	left: 0 !important;
}

#header_top {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
}
/************************************************
 * [7] Breadcrumb
***********************************************/

.breadcrumb-contant{
	background: url("../image/shade-b.png") repeat;
	margin: 0 0 20px;
	padding-top: 15px;
}
.cart-breadcrumb{
	width:auto;
	margin-top: 20px;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding: 10px 7px 10px 60px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #ffffff;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#cart.open > .btn:hover {
	color: #ffffff;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

.breadcrumb {
	background: rgba(0, 0, 0, 0.04);
	margin: 5px 0 20px;
	padding: 8px 0;
	border-left-width: 5px;
	border-left-style: solid ;
	border-left-color: #917460;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:last-child{
	border: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -5px;
	width: 0;
	height: 0;
	border-style: inset;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #917460;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #917460;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.breadcrumb > li:last-child:after  {
	border :0;
}
.breadcrumb  li  a{
	color:#837e79;
}



/************************************************
 * [8] Content
***********************************************/
#content {
	min-height: 600px;
}
#content h1, #content h2{ margin:0 0 10px; font-size:21px;}
#specials .transition {
    clear: both;
    display: table;
    width: 100%;
	font-size:14px;
	font-family:Philosopher,Georgia,serif;
	border-bottom-width:1px;
	border-top-width:0;
	border-left-width:0;
	border-right-width:0;
	border-style: solid;
	border-bottom-color: #e75a39;
}
#specials .image{
	margin-right:15px;
}

#specials .caption{ margin-top:5px;}

#specials .price {
    font-size: 16px;
    font-weight: bold;
}
#specials .price-old {
    margin-left: 10px;
    opacity: 0.75;
    text-decoration: line-through;
}
/**** Custome Category Homepage ******/

.category-author{ padding-right: 5px;}
/*.c-category-content{
	margin-bottom: 20px;
	margin-top: 20px;
}*/
.category-name h3{
	font-size: 24px;
	padding: 24px 0 12px;
	margin: 0;
}
.c-category-content:before,.c-category-content:after{
	display: table;
	clear: both;
	content: " ";
}
.c-category .description{
	margin:0 10px 30px;
}
.c-category-name > h3 {
	font-family: Philosopher,Georgia,serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 0;
	padding: 15px 0;
	text-align: right;
}

.image-a {
	color: #90d1ea;
	display: block;
	font-family: Cambria,Georgia,serif;
	font-size: 1.6em;
	font-style: italic;
	text-align: center;
	width: auto;
	margin-bottom: 23px;
}
.image-a .wrapper {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #e0dddd;
	display: block;
	margin: 0 0 -1px;
	padding: 10px;
	position: relative;
}
.image-a img {
	border: 3px solid #e4dfdf;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.image-a .wrapper > .shade-a, .image-a .wrapper > .shade-b {
	background: url("../image/sprite-a.png");
	display: block;
	height: 62px;
	position: absolute;
	width: 63px;
	z-index: 1;
}

.image-a .wrapper > .shade-a {
	background-position: -54px -267px;
	left: -12px;
	top: -12px;
}
.image-a .wrapper > .shade-b {
	background-position: -125px -267px;
	bottom: -12px;
	right: -12px;
}
.c-category .buttons{
	background: url("../image/border-d.gif") no-repeat scroll center 8px;
	font-size: 1.4em;
	margin: 0 0 0 -10px;
	text-transform: lowercase;
	margin-bottom:40px;
}
.c-category .category-link{
	font-size: 14px;
	padding: 4px 17px;
}

/* Homepage featute product */

.common-home .feature {
	clear: both;
}
.common-home .feature h3{
	font-style: italic;
	padding-bottom: 9px;
	margin: 0;
}
.feature-bottom{
	margin-top: -40px;
    overflow: auto;
    position: relative;
    right: -10px;
    top: 0;
	float:right;
}
#feature_products .owl-carousel, #latest_products .owl-carousel, #special_products .owl-carousel{ margin: 0 !important;}
.common-home .feature .owl-buttons{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
}
.common-home #content{
	min-height: 0px !important;
}

/* Tab contents */
.all-tabs{ margin:60px 0 100px;}
.all-tabs .nav{ background:#e75a39;}
.all-tabs .nav-tabs > li{ margin-bottom: 0;}
.all-tabs .nav.nav-tabs li a, .all-tabs .nav.nav-tabs li.active a{
	border: none;
	border-radius: 0;
	color:#ffffff;
	font-size: 14px;
}
.all-tabs .tab-content{background : #ffffff; }
.all-tabs .nav-tabs > li > a{ line-height : 18px; text-transform:uppercase;}
.all-tabs .nav.nav-tabs li.active a, .all-tabs .nav-tabs > li > a:hover{ background: #4a3b3c;}
.all-tabs .icon{ display:block !important; float: left !important; background: #4a3b3c; margin-right:4px;}

/* Homepage About Shop **************/
.about-shop-home{
	padding: 30px 0;
	background: rgba(0, 0, 0, 0.04);
	margin: 0;
	overflow: hidden;
	width: 100%;
}
.home-testimonial{
	background: url("../image/border-e.png") repeat-y scroll 66% 0 #ffffff;
	border: 1px solid #d7d4d4;
	color: #a19a94;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 13px;
	padding: 20px 0;
	padding: 18px 0 13px;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.home-testimonial .image{
	margin-right: 10px;
}
.home-testimonial article{
	padding: 0 25px !important;
}
.testimonial-image{ height: 60px; width:60px;}
.author{ color: #e65a3a;}
#tetimonial-crowsel .author{
	font-family: Philosopher,Georgia,serif;
	font-size: 1.333em;
	font-style: italic;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	text-align: left;
	line-height:60px;
}
.home-testimonial > .shade-a, .home-testimonial > .shade-b, .home-testimonial > .shade-c, .home-testimonial > .shade-d{
	background: url("../image/sprite-a.png") no-repeat;
	display: block;
	height: 6px;
	left: 35%;
	margin: 0 0 0 -4px;
	position: absolute;
	width: 8px;
}
.home-testimonial > .shade-a{
	background-position: -280px -268px;
	bottom: -1px;
}
.home-testimonial > .shade-b{
	background-position: -269px -268px;
	top: -1px;
}
.home-testimonial > .shade-c{
	background-position: -269px -268px;
	left: 66%;
	top: -1px;
}
.home-testimonial > .shade-d{
	background-position: -280px -268px;
	bottom: -1px;
	left: 66%;
}
.testimonial-crowsel .description{
	padding: 15px 10px;
}
.testimonial-crowsel .readmore{
	padding: 2px 5px 1px 5px;
	background: #e65a3a;
	color: #fff;
	cursor: pointer;
}
.pagination-home {
	background: url("../image/border-d.gif") no-repeat scroll center 5px rgba(0, 0, 0, 0);
	bottom: -10px;
	display: table;
	margin: 0;
	position: absolute;
	text-transform: lowercase;
	width: 88%;
	direction:ltr;
}
#tetimonial-crowsel{
	margin: 0 !important;
	text-align: center;
}
.testimonial-crowsel{
	position: relative;	
}
.page-content{
	background: #fff;
	border: 1px solid #d7d4d4;
	margin-bottom: 80px;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	-webkikt-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

/************************************************
 * [8.1] Product Listing
***********************************************/
.product-thumb {
	background: #f8f8f8;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	padding: 10px;
	font-family: 'PT-Sans',Tahoma,Geneva,sans-serif;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-thumb h4 {
	font-weight: bold;
	font-style: italic;
	margin: 10px 0;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 125px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 4px;
}
.rating .fa-star-o {
	color: #adb9bc;
	font-size: 11px;
}
.rating .fa-star {
	color: #e65a3a;
	font-size: 11px;
}
.rating .fa-star + .fa-star-o {
	color: #e65a3a;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #e65a3a;
	font-size: 16px;
	font-weight: bold;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #e65a3a;
	text-decoration: line-through;
	margin-left: 10px;
	opacity: 0.75;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	background-color: transparent;
	float: right;
	margin: 5px 0;
}

/* Category */
.category{
	background: #fff;
	padding: 20px 0;
	margin-bottom: 50px;
}
.category select.form-control{
	padding: 0 10px;
	height: 30px;
}
.category .control-label {
    padding-top: 4px;
}
.products-category{
	background: #f8f8f8 !important;
}
.products-category:hover{
	border-color: #beb9b9;
	box-shadow: 0 0 4px #beb9b9;
}
caption > p {
	font-family: 'PT-Sans',Tahoma,Geneva,sans-serif;
}

.product-thumb .button-group button {
	border: none;
	display: inline-block;
	background: url("../image/bg-pattern.png") repeat scroll center 0 padding-box #e65a3a;
	color: #fff;
	line-height: 27px;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
	margin: 0 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 0 #64883f;
	-moz-box-shadow: 0 2px 0 #64883f;
	-ms-box-shadow: 0 2px 0 #64883f;
	-o-box-shadow: 0 2px 0 #64883f;
	box-shadow: 0 2px 0 #64883f;

}
.product-thumb .button-group button + button {
	width: auto;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #4a3b3c;
	text-decoration: none;
	cursor: pointer;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	/*float: left;*/
	/*margin-left: 10px;*/
	margin: 0 auto !important;
}
.thumbnails .image-additional:first-child{
	margin-left: 0;
}
.product-layout.product-grid.padding {
    padding: 0 8px;
}

/************************************************
 * [8.2] Product Info
***********************************************/
.products-info #column-left{ padding:0;}
#Gallery .fa.fa-chevron-left.fa-5x, #Gallery .fa.fa-chevron-right.fa-5x{
	font-size: 20px;
}
#Gallery .owl-controls .owl-buttons .owl-prev, #Gallery .owl-controls .owl-buttons .owl-next{
	top:28%;
}
.quantity input {
    border-width: 0 0 2px;
    border-color: #917460;
    float: left;
    font-size: 21px;
    font-weight: bold;
    height: 40px !important;
    margin: 0 1px 25px;
    width: 40px;
    background: #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.products-info #product .alert-info{ display:table; width:100%;}
.products-info  .old-price {
	color: #e65a3a;
	text-decoration: line-through;
	opacity: 0.75;
	font-size: 15px;
    font-weight: bold;	
}
.tab-content{
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px;
}
#review .fa-star{
	color: #e65a3a;
}
#review .fa-star-o{
	color: #e65a3a;
}
.rating-review label:first-child{
	text-align: left !important;
	border-right: 0 !important;
	margin-left:0;
	padding-left:0;
}
.rating-review label{
	border-right: 1px solid #ececec;
	text-align: center;
}
.rating-review input[type=radio] {
	display:none;
	margin:10px;
}

.rating-review input[type=radio] + label {
	display:inline-block;
	padding: 4px 5px;
	margin: 3px;
	background-color: #e7e7e7;
	border-color: #ddd;
	cursor: pointer;
}

.rating-review input[type=radio]:checked + label {
	background-image: none;
	background-color:#d0d0d0;
}
.rating-review .fa-star{
	color: #999999;
}
.rating-review input[type=radio]:checked + label .fa-star{
	color: #e65a3a;
}
.plus, .minus {
	background: #f2f2f2;
	border-bottom: 2px solid;
	cursor: pointer;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin: 0 2px;
	padding: 9px 20px;
}
.plus{
	padding: 9px 15px;
}
.minus{
	padding: 9px 16px;
}
#input-quantity{
	background: #f2f2f2;
	border-bottom: 2px solid #000;
	text-align: center;
	height: 40px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid;
}

.related-product{
	margin-top:15px;
}
.related-product .col-lg-9 > h3 {
    margin-bottom: 0;
}
.related-product .col-lg-3 > h3 {
    margin-bottom: 0;
}

/************************************************
 * [8.3] Shopping Cart
***********************************************/
.shopping-cart .remove {
	padding: 5px;
	background: #e65a3a;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.shopping-cart .update{ border: 0;
	background: #e65a3a;
	color: #fff;
	padding: 4px 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.shopping-cart .products-name, .shopping-cart .price, .shopping-cart .total{
	font-size: 17px;
	font-style: italic;
	color: #e65a3a;
}

.shopping-cart .qty {
	background: #f2f2f2 !important;
	border-bottom: 2px solid !important;
	cursor: pointer;
	float: left;
	font-size: 26px;
	font-weight: bold;
	margin: 1px 2px;
	text-align: center !important;
	width: 40px;
}

.shopping-cart .minus, .shopping-cart .plus {
	padding: 0 10px;
}
.shopping-cart .panel, .shopping-cart .panel-default > .panel-heading{
	background: #fff;
	color: #e65a3a;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#e65a3a;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.shopping-cart #input-coupon, .shopping-cart #input-voucher{
	height: 32px !important;
	padding: 7px 8px !important;
	font-size: 12px;
}
.shopping-cart .input-group-btn .btn{
	padding: 7px 10px;
	height:31px;
} 
.shopping-cart #button-voucher{
	margin-top:-2px;
}

/************************************************
 * [8.4] Checkout Pages
***********************************************/

.login-heading{
	background: #fff !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}
.checkout .panel-group .panel, panel-heading, .checkout .panel-default > .panel-heading {
	border-top: 1px solid #e65a3a;
	background:#ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.login .well{
	background: #fff;
}


.pagination {
	margin: 0;
}
.button-cart{
	background-image: url("../image/orange/sprite-a.png") !important;
	background-position: 0 -1294px !important;
	border: 0 !important;
	text-align: right;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}
.button-cart span{ font-size: 17px; }

/************************************************
 * [9] Button
***********************************************/
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 5px 17px;
	font-size: 12px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: -webkit-gradient(to bottom, #eeeeee, #dddddd);
	background-image: -moz-linear-gradient(to bottom, #eeeeee, #dddddd);
	background-image: -ms-linear-gradient(to bottom, #eeeeee, #dddddd);
	background-image: -o-linear-gradient(to bottom, #eeeeee, #dddddd);
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-secondary{
    border: 1px solid #e0d1d1;
    margin-right: 5px;
    padding: 5px 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.btn-primary {
	color: #ffffff;
	text-shadow:none;
	background: url("../image/bg-pattern.png") repeat #e65a3a;
	font-style: italic;
	border: 0;
	-webkit-box-shadow: 0 2px 0 #917460;
	-moz-box-shadow: 0 2px 0 #917460;
	-ms-box-shadow: 0 2px 0 #917460;
	-o-box-shadow: 0 2px 0 #917460;
	box-shadow: 0 2px 0 #917460;

}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #4a3b3c;
	background-position: 0 -15px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
	background-color: #4a3b3c;
	color: #fff;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active{
	background-color: #4a3b3c;
	color: #fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -webkit-linear-gradient(to bottom, #fbb450, #f89406);
	background-image: -moz-linear-gradient(to bottom, #fbb450, #f89406);
	background-image: -ms-linear-gradient(to bottom, #fbb450, #f89406);
	background-image: -o-linear-gradient(to bottom, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -webkit-linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -webkit-linear-gradient(to bottom, #62c462, #51a351);
	background-image: -moz-linear-gradient(to bottom, #62c462, #51a351);
	background-image: -ms-linear-gradient(to bottom, #62c462, #51a351);
	background-image: -o-linear-gradient(to bottom, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: -webkit-linear-gradient(to bottom, #e06342, #dc512c);
	background-image: -moz-linear-gradient(to bottom, #e06342, #dc512c);
	background-image: -ms-linear-gradient(to bottom, #e06342, #dc512c);
	background-image: -o-linear-gradient(to bottom, #e06342, #dc512c);
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -webkit-linear-gradient(to bottom, #444444, #222222);
	background-image: -moz-linear-gradient(to bottom, #444444, #222222);
	background-image: -ms-linear-gradient(to bottom, #444444, #222222);
	background-image: -o-linear-gradient(to bottom, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: -webkit-linear-gradient(to bottom, #333333, #111111);
	background-image: -moz-linear-gradient(to bottom, #333333, #111111);
	background-image: -ms-linear-gradient(to bottom, #333333, #111111);
	background-image: -o-linear-gradient(to bottom, #333333, #111111);
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/************************************************
 * [10] List Group
***********************************************/
.list-group a {
	border: 1px solid #DDDDDD;
	color: #e75a39;
	padding: 5px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ffffff;
	background: #e75a39;
	border: 1px solid #DDDDDD;
}

/*------------------------------------------------
   carousel
----------------------------------------------*/
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.contoller-button .icon{
	background-color: #e65a3a;
	display: inline-block;
	padding: 2px 5px 0px;
	color: #ffffff;
	cursor: pointer;
}

/*--------------------------------------------
  Box Rating
------------------------------------------*/
.box .product-thumb{
	padding: 10px 0;
	margin-bottom: 5px;
	cursor: pointer;
}
.box .product-thumb:hover {
    background: #e65a3a;
    color: #fff;
}
.box .product-thumb:hover a, .box .product-thumb:hover .price, .box .product-thumb:hover .price-old{
	color: #fff;
}
.box .product-thumb:hover .rating .fa-star, .box .product-thumb:hover .rating .fa-star-o{
	color: #4a3b3c;
}

/************************************************
 * [11] Tooltip
***********************************************/

.tooltip-inner {
  color: #fff;
  background: #e65a3a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #e65a3a;
  border-width: 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #e65a3a;
  border-width: 5px 0 5px 5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #e65a3a;
  border-width: 5px 5px 5px 0;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #e65a3a;
  border-width: 0 5px 5px;
}

/*-------------------------------------
 Sitemap
-------------------------------------*/
.sitemap ul li ul{
	padding-left: 15px;
	margin-bottom: 10px;
}

/************************************************
* [12] Blog
************************************************/
.blog-title {
    display: table;
    height: 60px;
    width: 100%;
}
.blog-title h2 {
    display: table-cell;
    vertical-align: middle;
}
.blog-title h2 a{color: #fff;}
.custom-blog-comment{ border-bottom: 1px solid #ddd; padding-bottom: 5px;}
.article-title h2 { padding: 10px; min-height:61px;}
.blog-comment a{ font-size: 12px; padding: 0 5px; }
.article-info {
	padding: 10px;
	border-bottom: 1px dotted #CCCCCC;
}
.related-article {
    border-top: 1px solid #dddddd;
    padding: 15px 0;
}
.author-info{
	background: #f8f8f8;
	padding: 15px;
	border: 1px solid #dcd9d9;
	margin: 20px 0;
}
.author-info img{background: #fff; padding: 3px;}
.author-info .panel-title {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 8px;
    padding-bottom: 5px;
    font-style: italic;
    color: #4a3b3c;
}
.comment-desc{ margin: 20px 0;}
.comment-desc h2{ margin: 0;}
.comment-desc li{
	border-bottom: 1px solid #fff;
	list-style: none outside none;
	padding: 5px; color:68b5d;
	font-style: italic;
}

.article-title a {
	font-size: 30px;
	text-decoration: none;
	color: #384047;
	font-weight:lighter;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.article-title a:hover {
	color: #d24d23;
}

.article-author a {
	text-decoration: none;
	color: #d24d23;
	font-size: 17px;
	font-weight: bold;
}

.bullet {
	color: #384047;
	padding: 0 5px;
	font-size: 17px;
	position: relative;
	top: 1px;
}

.article-date {
	color: #384047;
	font-size: 17px;	
}

.article-comment {
	color: #666;
	font: 16px Helvetica, Arial, sans-serif;
	font-weight: lighter;
	line-height: 1.625;
	text-decoration: none;
}

.article-comment a {
	color: #666;
	font-size: 13px;
	line-height: 1.625;
	text-decoration: none;
	text-align: right;
}

.article-description {
	font-size: 12px;
	line-height: 25px;
	padding: 10px 0;
}
a.continue-reading{}

#comments {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}

.comment-left {
	margin-top: 15px;
}

.article-image img {
	border: 1px solid #DDDDDD;
	padding: 5px;
	max-width: 100%;
}

.article-thumbnail-image img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}

.article-thumbnail-found {
	margin-bottom: 60px;
}

.article-reply {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-radius: 5px;
}

.article-reply .author {
	float: left;
	margin-bottom: 20px;
}

.article-reply .comment-date {
	float: right;
	margin-bottom: 20px;
}

.article-reply .text {
	clear: both;
}

.author-info {
	overflow: auto;
}
.author-info > .left {
	float: left;
	margin-right: 15px;
}
.author-info > .left + .right {
	margin-left: 130px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #d24d23;
	font-weight: bold;
}


.margin-top-21 {
	margin-top: 21px;
}

.module-info {
	overflow: auto;
	border-bottom: 1px dotted #CCCCCC;
}
.module-info > .left {
	float: left;
	margin-right: 15px;
}
.module-info > .left + .right {
	margin-left: 130px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #d24d23;
	font-weight: bold;
}

.related-article-blok-1 {
	display:inline-block;
	width: 48%;
	word-wrap: break-word;
	margin-right: 10px;	
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.related-article-blok-2 {
	display:inline-block;
	width: 48%;
	word-wrap: break-word;	
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.related-article-blok-11 {
	display:inline-block;
	width: 46%;
	word-wrap: break-word;
	margin-right: 10px;	
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.related-article-blok-22 {
	display:inline-block;
	width: 46%;
	word-wrap: break-word;	
	padding: 5px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.related-article-blok-1 .name {
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 7px;
	
}

.related-article-blok-1 .name a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.related-article-blok-2 .name {
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 7px;
	
}

.related-article-blok-2 .name a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}


.related-article-blok-11 .name {
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 7px;
	
}

.related-article-blok-11 .name a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.related-article-blok-22 .name {
	text-align: center;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 7px;
	
}

.related-article-blok-22 .name a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}


.related-article-description {
	overflow: auto;
}
.related-article-description > .left {
	float: left;
	margin-right: 15px;
}
.related-article-description > .left + .right {
	margin-left: 130px;
}

.related-article-meta {
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 2px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
}

.related-article-button {
	text-align: right;
}

.related-article-footer {
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
}

.related-article-footer a {
	text-decoration: none;
}

.simple-blog-product .caption {
    min-height: 25px;
}

.related-article .name a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
    color: #d24d23;
}


/************************************************
 * [13] Footer
***********************************************/

footer {
	margin-top: 30px;
	padding-top: 30px;
	background: url("../image/bg-pattern.png");
	background-repeat: repeat;
	background-position:center 0 ;
	background-color:#e65a3a;
	border-top: 4px solid #fff;
	color: #e2e2e2;
	font-size: 13px;
	-webkit-box-shadow: 0 -1px 3px #cdcdcd;
	-moz-box-shadow: 0 -1px 3px #cdcdcd;
	-ms-box-shadow: 0 -1px 3px #cdcdcd;
	-o-box-shadow: 0 -1px 3px #cdcdcd;
	box-shadow: 0 -1px 3px #cdcdcd;
}
footer h2{
	color: #ffffff;
}

footer h3 {
	font-size: 17px;
	font-weight: bold;
	color: #f4f4f4;
}
footer hr {
/*	border-top: 1px solid #e39685 !important;
	border-bottom: 1px solid #c5dcae !important;*/
	opacity: 0.4;
	margin-bottom:0;
}
footer a, footer a:focus {
	color: #ffffff;
}
footer a:hover {
	color: #f0f0f0;
}

/************************************************
 * [13.1] Footer HTML
***********************************************/

.footer-wrap{
	position: relative;
	margin-bottom: -70px;
}
.footer-html{
	position: relative;
	top: -85px;
	background: #fff;
	padding: 10px 0;
	background: url("../image/border-e.png") repeat-y scroll 50% -10px #ffffff;
	border: 1px solid #ccc;
	display: table;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.footer-wrap .icon-bg {
    padding: 10px 0 0 18px;
}
.footer-html h3{
	color: #e65a3a;
	margin: 5px 0;
}
.footer-html p{
	font-family: 'Tahoma',Geneva,sans-serif;
	font-size: 12.2px;
	color: #a19a94;
   -webkit-font-smoothing: antialiased;	
   -webkit-text-stroke:1px transparent;	
}
.footer-html .fa{
	background: #ffffff;
	color: #e65a3a;
	font-size: 50px;
	padding: 13px 15px;
	-wbkit-border-radius: 85px;
	-moz-border-radius: 85px;
	-ms-border-radius: 85px;
	-o-border-radius: 85px;
	border-radius: 85px;
	-wbkit-box-shadow: 0 0 9px #cccccc inset;
	-moz-box-shadow: 0 0 9px #cccccc inset;
	-ms-box-shadow: 0 0 9px #cccccc inset;
	-o-box-shadow: 0 0 9px #cccccc inset;
	box-shadow: 0 0 9px #cccccc inset;
}


/************************************************
 * [13.2] Custom Footer
***********************************************/
footer .box-container{
	height:320px;
}
footer #iCustomFooterGoogleMap{
	height: 100%;
}
.footer-icons{ padding:5px 0;}
.footer-icons .col-sm-6 {
    display: table;
    height: 43px;
}
.footer-icons ul {
    display: table-cell;
    vertical-align: middle;
}
.footer-icons ul > li {
	display: inline-block;
	margin: 0 8px 0 0;
	height: 30px;
	vertical-align: middle;
}
ul.social-icons {
    padding-top: 10px;
}
.footer-icons ul > li:last-child {
	margin: 0;
}

#twitter iframe{ height: 320px !important;}

/************************************************
 * [13.3] Powered 
***********************************************/
.powerd{
	padding-top: 4px;
	background: url("../image/orange/footer.png") repeat-x scroll center 0;
}
.powerd p {
	line-height: 26px;
	margin: 0;
}


/************************************************
 * [13.4] Back To Top 
***********************************************/
#back-to-top {
	background: rgba(231, 90, 57, 0.55);
	bottom: 25%;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	padding: 5px 8px 9px;
	position: fixed;
	right: 3%;
	-wbkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	z-index: 999999;
}
#back-to-top .fa {
	font-size: 28px;
}

/************************************************
 * [14] Responsive Style
***********************************************/
@media only screen and (max-width: 991px) {
  /*mega menu for mobile*/
  .navigation {
    text-align: left;
    margin-bottom: 30px;
    background: none !important;
  }
  #megamenu .mainmenu > li > div{
	left:0;
	width: 50%;
	visibility: visible;
  }
  #btn-mobile-toggle {
    background-color: #333333;
    color: #ffffff;
  }
  #btn-mobile-toggle {
    cursor: pointer;
    padding: 10px 15px;
    position: relative;
    display: block !important;
    text-transform: uppercase;
  }
  #btn-mobile-toggle:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f105";
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 8px;
  }
  #btn-mobile-toggle.expand:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  #megamenu {
    display: none;
  }
  #megamenu .dropdown-container {
    display: none;
    background-color: #fff;
    padding: 15px;
  }
  #megamenu .dropdown-container .container {
    padding: 10px 0;
  }
  #megamenu li.item {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }
  #megamenu li.item:before,
  #megamenu li.item:after {
    content: " ";
    display: table;
  }
  #megamenu li.item:after {
    clear: both;
  }
  #megamenu li.item p {
    color: #aaa;
  }
  #megamenu li.item > a {
    border-bottom: 0;
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 0;
    line-height: 25px;
  }
  #megamenu li.item .menu-category-image {
    margin-right: 15px;
  }
  #megamenu li.item .menu-category-title {
    display: block;
    color: #444;
  }
  #megamenu li.item .subcat {
    margin: 0 !important;
  }
  #megamenu li.item .btn-expand-menu {
    float:right;
	background:#000000;
  }
  #megamenu li.item .btn-expand-menu:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f067";
    display: inline-block;
    color: #ffffff;
    padding: 5px;
	cursor:pointer;
  }
  #megamenu li.item.expand .btn-expand-menu:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #megamenu .product .hover {
    display: none;
  }
  #megamenu li.item{
	  margin-bottom:1px;
	  padding:10px;
  }
}

@media (min-width:768px){
	/*.container{max-width:750px !important;}*/
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	#column-left  .product-layout .col-md-3{
		width: 100%;
	}
	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
	#column-left + #content + #column-right .product-layout .col-md-3{
		width: 100%;
	}
	#content + #column-right .product-layout .col-md-3{
		width: 100%;
	}
}

/*@media (min-width:992px){
	.container{max-width:970px !important;}
}
@media (min-width:1200px){
	.container{max-width:980px !important;}
}*/
@media (min-width: 768px) {
	#megamenu .sublevel .col-xs-12{
		width: 33.3333%;
	}
}


@media (min-width: 480px) and (max-width: 640px){
	#megamenu .sublevel{ width: 100%;}
	#megamenu .sublevel .col-xs-12{ width: 100%;}
	#megamenu .sublevel img{ display: inline;}
	#megamenu .box-product .col-xs-12{ width: 50%;}
}
@media (max-width: 1024px){
	#megamenu .mainmenu > li > div{
		width: 100%; left: 0;
	}
}
@media (min-width: 1024px){
	.nav-fix{
		position: fixed;
		top: 0;
		width: 100%;
		background: #ffffff;
		-webkit-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
		-moz-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
		-ms-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
		-o-transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
		transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
	}
	.nav-fix #logo{
		margin: 2px 0 !important;	
	}
	.nav-fix .mainmenu > li > a{
		line-height : 50px;
	}
	.nav-fix #logo .img-responsive {
		height: 40px;
		margin: 8px;
	}
}


@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.about-shop-home{
		padding: 10px;
	}
	.footer-html {
		background-position: 352px 0;
	}
	.home-testimonial{
		background:#fff;
	}
	.home-testimonial > .shade-a, .home-testimonial > .shade-b, .home-testimonial > .shade-c, .home-testimonial > .shade-d{
		left:66%;
		background: none;
	}
	.footer-html {
		background:#fff;
	}
       .box-container{
		display: block;
	}
       .camera_caption{
		display: none !important;
	}
       	footer .box-container{
		height: auto;
	}
}
@media (min-width: 480px) and (max-width: 680px) {
	#megamenu .col-xs-12{ width: 50% !important; float: left;}
	.c-category-content .col-xs-12{width: 50% !important; float: left; display: block !important;}
	footer .footer-html .col-sm-6{
		width: 50%;
		float: left;
	}
	.footer-column .col-sm-3 {
		float: left;
		width: 50%;
	}
}
@media (max-width: 767px) {
       .box-container{display: none;}
 	   .payment_icons{ text-align:left;}
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption{
		min-height: 0;
	}
	.footer-html {background-position: 352px 0; background-size: cover; }
	
	.navbar-inverse {
		min-height: 50px!important;
	}
	
	.container-fluid {
		padding-left: 15px;
	    padding-right: 15px;
	}	
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}

/************************************************
 * [15] Sidebar Category
***********************************************/
.justcake_nav .nav__list {
    border: 1px solid #ccc;
}
.justcake_nav a {
	box-shadow: none !important; 
}
.justcake_nav .active {
	color: #fff;
}
.justcake_nav .group-list > li {
    border-bottom: 1px solid #ccc;
	padding: 8px;
	background: #fff;
}
.justcake_nav .w_sub > a {
    background: #fff none repeat scroll 0 0;
}
.justcake_nav .group-list .active > a {
    color: #fff;
}

.justcake_nav .active > a {
    color: #fff;
}

.justcake_nav .group-list li:hover a {
    color: #fff;
}
.justcake_nav .w_sub:hover a {
    color: #fff;
}
.justcake_nav .nav__list label a {
    background: #fff;
}
.justcake_nav .nav__list label:hover a {
    color: #fff;
}
.justcake_nav a {
	box-shadow: inset 0 -1px #ccc;
}
.justcake_nav label {
	display: block;
	padding: 9px;
	background-color: #fff;
	box-shadow: inset 0 -1px #ccc;
}
.justcake_nav a:focus, .justcake_nav a:hover, .justcake_nav label:focus, .justcake_nav label:hover {
	color: rgba(255, 255, 255, 1);
}
.justcake_nav label { 
	cursor: pointer; 
}
.justcake_nav label {
    margin-bottom: 0;
}
.group-list a, .group-list label {
	padding-left: 2rem;
	background: #fff;
	box-shadow: inset 0 -1px #ccc;
}
.group-list, .sub-group-list, .sub-sub-group-list {
	height: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
}
.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
	max-height: 1000px; 
}
label > span {
	float: right;
	-webkit-transition: -webkit-transform .65s ease;
	transition: transform .65s ease;
}
.nav__list input[type=checkbox]:checked + label > span {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}