/*-----------------------------------------------------------------------------------

    Template Name: Cepheu 
    Template URI: http://bootexperts.com
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://bootexperts.com
    Version: 1.0.2

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
	2. header 
		2.1 header-top-field
		2.2 header-mid-field
		2.3 mainmenu-field
	3. slider-field 
	4. homepage-widgets-field 
	5. products-field
	6. footer
		6.1 footer-top-field
		6.2 footer-mid-field
		6.3 footer-bottom-field
	7.  breadcrumbs-field
	8.  cart-page-css
	9.  shop-page-css
	10. single-product-page-css
	11. wishlist-page-css
	12. login-registration-page-css
	13. checkout-my-account-page-css
	14. contact-page-css

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

@font-face {
    font-family: 'abrahamlinco';
    src: url('../fonts/abrahamlinco/abrahamlincoln-webfont.eot');
    src: url('../fonts/abrahamlinco/abrahamlincoln-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abrahamlinco/abrahamlincoln-webfont.woff2') format('woff2'),
         url('../fonts/abrahamlinco/abrahamlincoln-webfont.woff') format('woff'),
         url('../fonts/abrahamlinco/abrahamlincoln-webfont.ttf') format('truetype'),
         url('../fonts/abrahamlinco/abrahamlincoln-webfont.svg#abraham_lincolnregular') format('svg');

}
@font-face {
    font-family: 'century';
    src: url('../fonts/century/ufonts_com_century.eot');
    src: url('../fonts/century/ufonts_com_century.eot') format('embedded-opentype'),
         url('../fonts/century/ufonts_com_century.woff2') format('woff2'),
         url('../fonts/century/ufonts_com_century.woff') format('woff'),
         url('../fonts/century/ufonts_com_century.ttf') format('truetype'),
         url('../fonts/century/ufonts_com_century.svg#ufonts_com_century') format('svg');
}


html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
.text-alignleft {text-align:left !important;}
.text-alignright {text-align:right !important;}
a:focus {outline:0px solid}
a {
	color: #333;
	font-size: 12px;
	font-family: 'Bitter', serif;
	text-decoration: none;
	transition: all 150ms ease 0s;
}
a:hover {color: #1a1a1a;}
a:active, a:hover {
  outline: 0 none;
}
img {max-width:100%;height:auto}
p {margin: 0; padding: 6px 0;}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	font-family: "abrahamlinco";
	font-size: 20px;
	letter-spacing:1px;
}
label {
	display:block;
	font-weight: normal;
	margin-bottom: 5px;
}
input, select, textarea, table {
	width:100%;
}
input, select, textarea {
	border: 1px solid #ddd;
	padding:5px;
}
input[type="radio"] {
	width:10px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #8a624d;
  outline: 0 none;
  transition: border 0.2s linear 0s;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0
}
hr {
	color:694b3b;
}
th {
	font-weight:normal;
}
body {
	background:url(../images/bg/general_bg_image.webp) repeat;
	color:#333;
	font-size:12px;
}
body, p, div, li {
	font-family:"century";
}
.fix {overflow:hidden}
.clear{clear:both;}
.inline-block {display:inline-block}
.margin-top-15 {margin-top:15px;}
.margin-top-22 {margin-top:22px;}
.margin-left-30 {margin-left:30px;}

@media only screen and (min-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1600px){
	.container {
		max-width: 1200px;
	}
}

.custom-row{
	margin-left: -12px;
	margin-right: -12px;
}
.custom-col{
	padding: 0 12px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.mean-container .mean-nav ul li:hover a {
  color: #88604B;
}
.mean-container .mean-nav ul li:hover a {
  background: #fff;
}
#scrollUp {
  background: #88604b none repeat scroll 0 0;
  bottom: 80px;
  color: #fff;
  font-size: 25px;
  height: 40px;
  line-height: 37px;
  right: 101px;
  text-align: center;
  width: 40px;
}
.element-border {
	position:absolute;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	border:1px solid #ddd;
	content:"";
}
a.cart-button:after, a.green-button:after, button.cart-button:after, .box-homepage-widget:before, .subscribe-form button:before {
	position:absolute;
	top:3px;
	left:3px;
	right:3px;
	bottom:3px;
	border:1px solid #ddd;
	content:"";
}
/* =========================
2. header 
============================*/
/*----------------------------------- 
2.1 header-top-field 
-------------------------------------*/
.header-top-inner {
	border-bottom:2px dashed #6f6d6e;
	padding:20px 0;
}
.top-menu ul li {
	display:inline-block;
}
.top-menu ul li a {
	text-transform:uppercase;
	padding:0 10px;
	border-right:1px solid #ddd;
}
.top-menu ul li:last-child a {
	border-right:none;
	padding:0;
}
/*----------------------------------- 
2.2 header-mid-field 
-------------------------------------*/
.header-mid-inner {
	border-top: 4px double #acabab;
	margin-top: 5px;
	padding-top: 25px;
}
.top-search-box {
	background: #faf9f8 none repeat scroll 0 0;
	padding: 3px;
	position: relative;
	margin-top: 20px;
}
.top-search-box form input[type='text'] {
	display: block;
	height: 33px;
	padding: 7px 30px 7px 10px;
}
.top-search-box form input[type='text']:focus {
	border-color: #8a624d;
	outline: 0 none;
	transition: border 0.2s linear 0s;
}
.top-search-box form button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #b7b7b7;
	cursor: pointer;
	font-size: 145%;
	height: 26px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 7px;
	width: 20px;
}
.logo {
	text-align:center;
	margin-top: 20px;
}
.cart-total {	
	position: relative;
	margin-top: 20px; 
}
.cart-total > a{
	position: relative;
	padding: 4px 0 4px 70px;
	display: inline-block;
}
.cart-total > a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
}
.cart-total > a .cart-text{
    border-bottom: 4px double #ddd;
    border-top: 4px double #ddd;
    color: #070504;
    display: inline-block;
    padding: 10px 5px 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.mini-cart-dropdown {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #593f32;
	max-height: 400px;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 100%;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 380px;
	z-index: 999;
}
.cart-total:hover .mini-cart-dropdown {
	opacity:1;
	transform:scaleY(1);
	visibility:visible;
}
.mini-cart-inner {
	padding:10px 22px;
	max-height:400px;
	overflow: auto;
}
.cart-single-pro {
	border-bottom: 1px solid #ecf0f1;
	padding: 10px 0;
	position: relative;
}
.cart-single-pro:last-child {
	border-bottom:none;
}
.cart-single-pro:hover a.del-pro {
	visibility:visible;
}
.cart-pro-thumb {
	float: left;
	margin-right: 25px;
	position: relative;
	z-index: -1;
}
.cart-pro-desc {
	overflow:hidden;
}
a.del-pro {
	position:absolute;
	right:0;
	top:10px;
	color: #281c16;
	font-size: 16px;
	line-height: 16px;
	visibility:hidden;
	transition:none;
}
.mini-cart-buttons {
	background: #946952;
	padding: 18px 22px;
	margin-top:-3px;
	overflow:hidden;
	width:100%;
	display:block;
}
a.cart-button, a.green-button {
	background:url("../images/buttons/bg-button.webp") repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 8px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
a.cart-button:hover, a.green-button:hover {
	background:url("../images/buttons/bg-button.webp") repeat scroll 0 -70px !important;
}
a.green-button {
	background:url(../images/buttons/link-banner-green.webp) repeat;
}
/*----------------------------------- 
2.3 mainmenu-field
-------------------------------------*/
.mainmenu {
	background:url(../images/bg/menu.webp) repeat;
	margin-top:45px;
	padding:5px;
}
.mainmenu nav > ul {
	border:1px solid #ddd;
}
.mainmenu nav ul li {
	position:relative;
	display:inline-block;
	padding:9px;
}
.mainmenu nav ul li a {
	color: #333;
	display: block;
	font-family: "abrahamlinco";
	font-size: 25px;
	margin: 0 5px;
	padding: 8px 15px 7px;
	text-decoration:none;
	text-transform:uppercase;
	position:relative;
}
.mainmenu nav > ul > li > a:before {
	background: #ddd none repeat scroll 0 0;
	content: "";
	height: 21px;
	position: absolute;
	right: 0;
	top: 30%;
	width: 1px;
	z-index:1;
}
.mainmenu nav > ul > li:last-child > a:before {
	display:none;
}
.mainmenu nav ul li:hover > a:before {
	z-index:-1;
}
.mainmenu nav > ul > li > a:hover, .mainmenu nav > ul > li:hover > a {
	background:#413d3e;
	color:#fff;
}
.mainmenu nav ul li ul.sub-menu {
	background: #fff none repeat scroll 0 0;
	left: auto;
	min-width: 250px;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	z-index: 999999;
	padding:15px 16px;
}
.mainmenu nav ul li ul.sub-menu li  {
	display:block;
	padding:0;
}
.mainmenu nav ul li ul.sub-menu li a  {
	color: #333;
	font-family: "century";
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
	text-transform: capitalize;
}
.mainmenu nav ul li .mega-menu, .mainmenu nav ul li ul.sub-menu {
	border-color: #f2efec;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	z-index: 999999;
	opacity:0;
	transition:all .3s ease 0s;
	visibility:hidden;
}
.mainmenu nav ul li .mega-menu {
	background: #fff none repeat scroll 0 0;
	left: auto;
	min-width: 632px;
	padding: 15px 16px;
	position: absolute;
	top: 100%;
}
.right-mega-menu,.right-sub-menu {
	right:12px;
}
.mainmenu nav ul li .mega-menu span {
	float: left;
	min-width: 25%;
}
.mainmenu nav ul li .mega-menu a {
	color: #333;
	font-family: "century";
	font-size: 12px;
	padding: 8px 8px 8px 0;
	text-transform: capitalize;
	margin-left:0;
}
.mainmenu nav ul li .mega-menu a:hover,ul.sub-menu li a:hover {
	text-decoration:underline;
}
.mainmenu nav ul li  a.mega-menu-title {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 0;
	margin-right: 15px;
	padding-left: 0;
	color: #333;
	font-family: "century";
	font-size: 12px;
	padding: 8px 8px 8px 0;
	text-transform: capitalize;
	margin-left:0;
}
.mainmenu nav ul li:hover .mega-menu,.mainmenu nav ul li:hover .sub-menu {
	opacity:1;
	visibility:visible;
}
/* =========================
3. slider-field
============================*/
.slider-main {
	margin-top:25px;
}
.slider-main.owl-theme .owl-controls {
  margin-top: 20px;
}
.slider-main.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.slider-main.owl-theme .owl-controls .owl-page span {
  background: #dadada none repeat scroll 0 0;
  border: 3px solid #fff;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  margin: 0 2px;
  position: relative;
  text-indent: 0;
  width: 26px;
  z-index: 9;
  border-radius:0;
}
.slider-main.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #846b47 none repeat scroll 0 0;
}
/* =========================
4. homepage-widgets-field
============================*/
.box-homepage-widget {
	background:#fff;
	text-align:center;
	position:relative;
	padding:20px;
	margin-top:30px;
	z-index:1;
}
.box-homepage-widget a.green-button {
	margin-top:12px;
}
.box-homepage-widget p {
	color: #333;
	font-size: 12px;
	line-height: 21px;
	margin: 0;
	text-transform: uppercase;
}
.box-homepage-widget:before {
	pointer-events: none;
}
.box-homepage-widget h2 {
	color: #333;
	font-size: 25px;
	margin: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
}
h2.home-widget-title-big {
	font-size: 50px;
	padding: 19px 0;
}
span.home-widget-title-br {
	border-top: 4px double #ddd;
	height: 4px;
	margin: 0 auto;
	max-width: 200px;
	display:block;
}
span.home-widget-button a {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 7px 16px;
	text-transform: uppercase;
}
span.home-widget-button a:hover {
	color:#333;
}
span.home-widget-button:hover {
	background:url(../images/buttons/hover-banner.webp) repeat;
}
/* =========================
5. products-field
============================*/
.section-title {
	background:url("../images/bg/bg-title.webp") no-repeat scroll center center;
	height: 65px;
	margin: 40px 0;
	text-align: center;
}
.section-title h2 {
	color: #333;
	font-size: 30px;
	font-weight: normal;
	line-height: 55px;
	padding: 0;
	text-transform: uppercase;
}
.product-thumb a img {
	width:100%;
}
.product-desc a {
	font-size:100%;
	font-family:"century";
}
.product-desc a.product-title {
	color: #333;
	display: inline-block;
	font-size: 12px;
	overflow: hidden;
	padding-top: 15px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	width: 90%;
}
span.product-price {
	color: #8a624d;
	margin: 6px 0;
	font-size: 15px;
	font-weight: bold;
}
.single-product .product-button {
	opacity: 0;
	padding: 17px 0;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
}
.single-product .product-button:before {
	background: rgba(0, 0, 0, 0) url("../images/buttons/shadow-feature.webp") no-repeat scroll center center;
	content: "";
	height: 10px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 16px;
}
.single-product .product-button a {
	background: rgba(0, 0, 0, 0) url("../images/buttons/cart-feature.webp") no-repeat scroll center center;
	color: #fff;
	display: inline-block;
	padding: 8px 0 18px;
	text-align: center;
	width: 130px;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
}
.single-product:hover .product-button {
	opacity:1;
}
.owl-theme .owl-controls .owl-buttons div {
  background: #4f382c none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  opacity: 0.7;
  padding: 3px 10px;
}
.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  right: 10px;
  top: -45px;
}
.owl-theme .owl-controls-outside .owl-buttons div {
  float: left;
  font-size: 15px;
  height: 20px;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 3px;
  padding: 2px 9px;
  width: 6px;
}
/* =========================
6. footer
============================*/
/*----------------------------------- 
6.1. footer-top-field
-------------------------------------*/
.footer-top-field {
  margin: 30px 0;
}
.footer-top-inner {
	background: #fff;
	position:relative;
	padding:40px 100px;
	z-index:1;
}
.footer-top-inner:before {
	border:1px solid #ddd;
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	content:"";
	z-index:-1;
}
.footer-top-inner p {
	color: #413d3e;
	font-size: 16px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.footer-top-inner p a {
	color:#568e4f;
}
.footer-top-inner p a:hover {
	color:#333;
}
/*----------------------------------- 
6.2.  footer-mid-field
-------------------------------------*/
.footer-mid-field {
	margin-top:40px;
}
.footer-mid-field h2.home-widget-title:before {
	border-top: 4px double #ddd;
	content: "";
	left: 0;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.footer-mid-field h2.home-widget-title {
	color: #2d2d2d;
	font-size: 25px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.footer-mid-field h2.home-widget-title span {
	background: rgba(0, 0, 0, 0) url("../images/bg/general_bg_image.webp") repeat scroll 0 0;
	margin: 0;
	padding: 0 15px;
	position: relative;
	z-index: 11;
}
.about-content {
	font-size: 12px;
	line-height: 24px;
	padding: 5px 8px;
	text-transform: uppercase;
}
.subscribe-form p {
	margin-top:8px;
}
.footer-mid-field .box-homepage-widget a {
	font-family:"century";
	color: #333;
	display: block;
	font-size: 12px;
	line-height: 26px;
	padding: 0 16px;
	text-align: center;
	text-transform: uppercase;
}
.subscribe-form input {
	background: transparent none repeat scroll 0 0;
	margin: 20px 0;
	padding: 10px 12px;
	border: 1px solid #ddd;
	color:#737373;
	text-align:center;
}
.subscribe-form button, button.cart-button {
	border: 1px solid #ddd;
	background: #88604b none repeat scroll 0 0;
	border: 0 none;
	clear: both;
	padding: 3px;
	color: #fff;
	padding: 8px 15px;
	text-transform: uppercase;
	position:relative;
}
/*----------------------------------- 
6.3.  footer-bottom-field
-------------------------------------*/
.footer-bottom-inner {
	border-top: 4px double #acabab;
	float: left;
	margin: 50px 0 0;
	padding-top: 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.footer-bottom-inner:before {
	border-top: 2px dashed #6f6d6e;
	content: "";
	left: 0;
	position: absolute;
	top: -10px;
	width: 100%;
}
.footer-widget h3 {
	font-size: 40px;
	font-weight: normal;
}
.footer-social-icons a {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px 0 0;
    width: 45px;
    text-align: center;
}
.footer-social-icons a:hover {
	color:#88604B;
	border-color:#88604B;
}
.footer-copyright {
	color: #333;
	font-size: 13px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}
/* =========================
7. breadcrumbs-field
============================*/
.breadcrumbs-inner {
	color: #a87a62;
	padding: 20px 0;
}
.breadcrumbs-inner a {
	font-family:"century";
	color: #38281f;
	display:inline-block;
	padding:2px;
}
.breadcrumbs-inner span.breadcrumb-slash {
	color: #38281f;
	display: inline-block;
	margin: 0 6px;
}
.breadcrumbs-inner span.breadcrumb-current {
	color:#333;
	display: inline;
	padding: 2px;
}
.top-pagination {
	padding-top:20px;
}
.top-pagination a {
	background:#281c16;
	color:#fff;
	width:18px;
	height:18px;
	border-radius:100%;
	display:inline-block;
	text-align:center;
	line-height:18px;
}
.top-pagination span {
	margin: 0 10px;
	color:694b3b;
}
/* =========================
8. cart-page-css
============================*/
.cart-button-container {
	background:#fff;
	margin: 25px 0;
	padding:20px;
	overflow:hidden;
}
.cart-button-container a.cart-button {
	margin-bottom:0;
}
.mainbox-cart {
	background:url("../images/bg/menu.webp") repeat scroll 0 0;
	overflow:hidden;
}
th.cart-content-title {
	background: #976b54 none repeat scroll 0 0;
	border-bottom: 1px solid #8a624d;
	border-right: 1px solid #8a624d;
	font-weight: bold;
	line-height: normal;
	padding: 12px;
	text-align: left;
	color:#fff;
}
table.cart-content tbody tr {
	padding: 4px;
}
table.cart-content tbody tr td {
	border-bottom: 1px solid #ecf0f1;
	border-right: 1px solid #ecf0f1;
	padding: 13px;
	vertical-align:top;
}
table.cart-content tbody tr td .cart-pro-desc a.cart-del-pro {
	font-size: 14px;
	margin-left: 6px;
}
table.cart-content tbody tr td .cart-pro-desc p {
	padding: 5px 0;
	font-size: 11px;
	text-transform:uppercase;
}
table.cart-content tbody tr td .sec-pro-price {
	color: #694b3b;
}
table.cart-content tbody tr td .sec-pro-price  span {
	margin-left:-3px;
}
.pro-quantity-changer {
  width: 55px;
}
.pro-quantity-changer a {
	background:#fff;
	border: 1px solid #ddd;
	display: inline-block;
	font-size: 14px;
	height: 15px;
	line-height: 13px;
	margin-left: 1px;
	text-align: center;
	width: 17px;
	cursor:pointer;
}
.pro-quantity-changer a:hover{
	background:#593F32;
	color:#fff;
	text-decoration:none;
}
.pro-quantity-changer input {
	float: left;
	line-height: 21px;
	overflow: hidden;
	text-align: center;
	width: 35px;
}
.cart-statistic-list {
	width: 100%;
	padding:20px 0;
	border-bottom:1px solid #ecf0f1;
}
.cart-statistic-list span {
	float: right;
	margin-right: 20px;
	padding: 8px 10px;
	text-align: right;
	width: 220px;
}
.cart-statistic-list span i {
	margin-right:5px;
}
span.pro-total-cost-value {
	color:#8a624d;
}
span.pro-total-cost-value, span.pro-total-cost-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
/* =========================
9. shop-page-css
============================*/
h1.page-title-large {
	font-size: 30px;
	margin: 40px 0 0;
	text-transform: uppercase;
}
.category-pro-box h1 {
	margin-bottom:15px;
}
.single-sidebar {
	background:#fff;
	margin-bottom:30px;
}
.single-sidebar {
	background:#fff ;
	margin: 0 0 30px;
	padding: 2%;
	position: relative;
}
.single-sidebar:after {
	border: 1px solid #ddd;
	bottom: 5px;
	content: "";
	left: 5px;
	pointer-events: none;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 0;
}
.sidebar-title {
	background:url("../images/bg/title-bg-left.webp") no-repeat scroll 0 0;
	margin: 20px 0 20px -64px;
}
.sidebar-title h1 {
	text-align:center;
	background:url("../images/bg/title-bg.webp") repeat-x scroll 50% 50%;
	display: block;
	height: 65px;
	margin-left: 46px;
	padding: 3px 0 0 30px;
	text-transform: capitalize;
}
.sidebar-title h1 span {
	color: #333;
	font-size: 30px;
	font-weight: normal;
	line-height: 50px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
.sidebar-content {
	padding: 0 14px 20px;
}
ul.sidebar-menu li {
	border-bottom: 1px solid #e8e8e9;
	display:inline-block;
	font-size: 12px;
	line-height: 40px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.sidebar-menu li:last-child {
	border-bottom:none;
}
ul.sidebar-menu li:before {
	background: #ddd none repeat scroll 0 0;
	border-radius: 100%;
	color: #333;
	content: "";
	font-family: "FontAwesome";
	margin-right: 10px;
	padding: 4px 8px;
	text-align: center;
}
ul.sidebar-menu li span {
	float:right;
}
ul.sidebar-menu li a {
	text-transform:uppercase;
}
ul.widget-tags li{
	display: inline-block;
}
ul.widget-tags li a{
	border: 1px solid #ddd;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px 7px;
	text-transform: capitalize;
}
ul.widget-tags li a:hover {
	text-decoration:none;
	color:#8A624D;
	border-color:#8A624D;
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  background: #eeeeee none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 9px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-top:20px;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
	background: #333 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	height: 20px;
	top: -6px;
	width: 11px;
}
.price_filter .ui-slider-range {
  background: #694b3b;
  height:7px;
}
.price_slider_amount > input[type="text"] {
	border: 1px solid #ddd;
	height: 40px;
	margin-left: 28px;
	text-align: center;
	width: 110px;
}
.price_slider_amount > input[type="submit"] {
	height: 40px;
	width: 85px;
	float:left;
}
.price_slider_amount a.cart-button {
	height:40px;
	line-height:25px;
}
.sub-category-menu {
	margin-top:15px;
}
.sub-category-menu ul li {
	display:inline-block;
	margin:5px 20px 5px 0;
}
.shop-product-sort {
	background:#fff;
	margin: 15px 0 30px;
	padding: 2%;
	position: relative;
}
.shop-product-sort:after {
	border: 1px solid #ddd;
	bottom: 5px;
	content: "";
	left: 5px;
	pointer-events: none;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 0;
}
.shop-product-sort a {
	text-decoration:none;
}
.product-view-system ul li {
	display:inline-block;
}
.product-view-system ul li + li {
	margin-left: 5px;
}
.product-view-system ul li a.active {
	background: #7a5644;
}
.product-view-system ul li.active a {
	color: #fff;
}
.product-view-system ul li a{
	border: 1px solid #ccc;
	color: #c69c6d;
	display: block;
	height: 36px;
	line-height: 34px;
	text-align: center;
	width: 36px;
}
.product-sort-dropdown a {
	text-decoration:none;
}
.product-sort-dropdown ul li {
	display:inline-block;
	position:relative;
}
.product-sort-dropdown ul li ul {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #593f32;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 999;
}
.product-sort-dropdown ul li:hover ul {
	visibility:visible;
	opacity:1;
}
.product-sort-dropdown ul li ul li {
	min-width: 200px;
}
.product-sort-dropdown ul li ul li a {
	color: #333;
	display: block;
	padding: 7px 14px;
}
.product-sort-dropdown ul li ul li a:hover {
	background: #333;
	color: #fff;
}
.product-sort-dropdown > ul > li > a {
	border:1px solid #ddd;
	color: #34495e;
	cursor: pointer;
	display: inline-block;
	padding: 7px 7px 9px;
}
.product-sort-dropdown > ul > li > a:hover {
	background:#805b48;
	color:#fff;
}
.tab-content .single-product {
	margin-bottom:40px;
}
.product-list-flat {
	padding:35px 0;
	border-bottom:1px solid #8a624d;
	overflow:hidden
}
.product-list-flat:last-child {
	border-bottom:0;
}
.product-list-flat .page-product-thumb {
	margin-bottom:0;
	border:none;
}
.product-list-flat span.page-product-price {
	margin: 10px 0;
	font-size:13px;
}
.page-list-type-pro {
	padding: 10px 0 10px 0;
	border-bottom:1px solid #dfdfdf;
}
.page-list-type-pro-inner .cart-product-thumb {
	width:64px;
	margin-right:50px;
}
.page-list-type-pro-inner .pro-quantity-changer {
	margin:0 15px;
}
.page-list-type-pro-inner a.cart-button {
	margin-right:0;
}
.page-list-type-pro-inner p {
	text-transform:uppercase;
}
.page-list-type-pro-inner div, .page-list-type-pro-inner span, .page-list-type-pro-inner a {
	vertical-align:top;
}
/* =========================
10. single-product-page-css
============================*/
.page-product-thumb {
	background:#fff;
	text-align:center;
	border: 1px solid #8a624d;
	margin-bottom:20px;
}
a.page-product-title {
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
	padding-top:3px;
}
span.page-product-price {
	color: #8a624d;
	display: block;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin: 20px 0;
	text-decoration: none;
}
.page-product-desc table {
	margin-bottom:20px;
}
.page-product-desc tr > th {
	font-weight: normal;
	margin-right: 70px;
	padding: 5px 0;
	width: 130px;
}
.page-product-desc span.qty-stock {
	font-weight:bold;
	color:#2ecc71;
}
.product-full-desc {
	margin-top:30px;
}
ul.tab-menu {
	border-bottom:1px solid #735240;
}
ul.tab-menu li {
	display:inline-block;
	background:#7a5644;
}
ul.tab-menu li a.active {
	background:#493428;
}
ul.tab-menu li a {
	color: #fff;
	display: block;
	padding: 8px 20px;
	text-decoration: none;
	text-transform:capitalize;
}
.product-full-desc-content {
	padding:15px 5px;
}
/* =========================
11. wishlist-page-css
============================*/
.wishlist-field .single-product {
	text-align:center;
	margin-bottom:35px;
}
.wishlist-field .single-product a.remove-item {
	padding-bottom:5px;
	display:block;
}
.wishlist-field .single-product .product-desc {
	text-align:left;
}
.wishlist-field .cart-button-container {
	border-top:1px solid #d9c5bb;
}
.wishlist-field .cart-button a.cart-button-gray {
	background: #bdc3c7 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-family: Droid Serif,serif;
	line-height: 1.42857;
	padding: 8.6px 14px;
	text-decoration: none;
	text-transform: uppercase;
	margin-right:10px;
}
/* =========================
12. login-registration-page-css
============================*/
.login-field h1.page-title-large {
	margin-bottom:30px;
}
.login-field-inner {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 45px;
	padding: 50px 25px;
}
.login-field-inner .single-form input[type='checkbox'] {
	margin: 2px 8px 0 0;
}
.panel-group .panel {
  margin-bottom: 15px;
}
.register-benefits {
	background:#fff;
}
.register-benefits ul {
	list-style:inherit;
	margin-left:20px;
	
}
.register-benefits ul li {
	padding:5px 0;
}
.create-account {
	margin-top:40px;
}
/* =========================
13. checkout-my-account-page-css
============================*/
.checkout-my-account-field {
	margin-top:25px;
}
.collapse-inner {
	background:#fff;
	padding:45px 25px;
}
.panel-default .panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background:#8A624D;
	color: #fff;
	padding: 10px 25px;
	position:relative;
}
.panel-heading a {
	color: #fff;
	display: block;
	font-family: "abrahamlinco";
	font-size: 21px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.panel-heading span {
	background: #4F382C;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	text-align: center;
	width: 25px;
}
.panel-heading a.active span {
	color: #4f382c;
	background:#fff;
}
span.required {
	color:#f13340;
	font-size:13px;
	font-weight:normal;
}
.social-title label {
	font-weight:bold;
}
.social-title .single-form:nth-child(1) {
	margin-bottom:5px;
}
.social-title .single-form:nth-child(3) {
	margin-left:10px;
}
.single-form {
	margin-bottom:20px;
}
.single-form input[type='checkbox'] {
	margin: -2px 8px 0 0;
	vertical-align: middle;
	width: inherit;
}
.register-control-group {
	margin-bottom:20px;
}
.register-control-group > span {
	margin-left:24px;
}
.register-control-group input[type='radio'] {
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}
.register-control-group label {
  padding-left: 22px;
  font-size:11px;
}
.login-control-group a.cart-button {
	margin-right:0;
}
form.customer-login input, select {
	padding:5px;
}
.shipping-address-switch {
	border: 2px solid #4f382c;
	border-radius: 3px;
	padding: 10px 20px;
	margin:25px 0;
	overflow:hidden;
}
.shipping-address-switch p, .shipping-address-switch span {
	padding: 0;
	vertical-align: middle;
}
.shipping-address-switch span {
	margin-left:10px;
}
.shipping-address-switch span input[type='radio'] {
	vertical-align: middle;
}
.shipping-address-switch span label {
	display: inline;
	padding-top: 3px;
	vertical-align: middle;
}
p.shipping-options {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:15px;
}
p.shipping-options input[type='radio'] {
	float: left;
	margin: 1px 6px 0 0;
}
.shipping-desc {
	padding:10px 0;
	border-bottom:1px solid #694b3b;
}
.shipping-desc > p span {
	color:#8a624d
}
.credit-cart-field {
	padding:40px 0;
}
.credit-cart-field .login-control-group input[type="radio"] {
  float: left;
  height: 17px;
  margin-right: 10px;
  width: 10px;
}
.credit-cart-form {
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 15px 22px;
	margin-top:15px
}
.credit-cart-form input {
	font-size: 18px;
	height: 40px;
	padding: 8px;
}
.credit-cart-no input {
	background:url("../images/icons/payment-1.webp") no-repeat scroll 282px center;
}
.cart-period input {
	width:50px;
}
.cart-period span, .cart-cvv a {
	vertical-align:middle;
	padding:0 5px;
}
.cart-cvv input {
	width:65px;
}
.cart-cvv span {
	cursor
}
.login-control-group textarea {
	height:100px;
}
/* =========================
14. contact-page-css
============================*/
.map-field {
	margin-bottom:50px;
}
.contact-desc, .contact-form {
	background:#fff;
	padding:20px;
	margin-bottom:40px;
}
h3.contact-title {
	border-bottom:4px double #ddd;
	padding-bottom:6px;
}
.contact-desc  ul li {
	border-bottom:1px solid #ddd;
	padding:15px 0;
}
.contact-desc  ul li:last-child {
	border:0;
}
.contact-desc  ul li i {
	margin-right:5px;
	width:20px;
	font-size:16px;
	line-height:19px;
}
h2.thank-you {
	background:#fff;
	color:#44b449;
	margin-bottom:0;
	padding:20px;
	font-weight:bold;
	font-size:25px;
	margin-bottom:20px;
}
h3.contact-title i {
	margin-right:10px;
}
.contact-form input {
	height:40px;
	padding-left:10px;
}
.contact-form textarea {
	height:200px;
	padding:15px;
}