html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0;
	padding:0;
	font-family: 'Poppins', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
a, img, span {
	border:0;
	outline:none;
	text-decoration:none;
	margin:0;
	padding:0;
	text-decoration:none;
	transition:all linear 0.3s;
	-moz-transition:all linear 0.3s;
	-webkit-transition:all linear 0.3s;
}
img {
	line-height:0px;
	outline:none;
	border:none;
	vertical-align:middle;
}
li {
	display:list-item;
	border:0;
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.mar-tb0 {
	margin-bottom:0px !important;
	margin-top:0px !important;
}
.pad_r10 {
	padding-right:10px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h2 {
	width:100%;
	float:left;
	font-size:24px;
	color:#fff;
	font-weight:300;
	letter-spacing:1px;
	margin:0px 0px 20px 0px;
	padding:0;
}
h4 {
	width:100%;
	float:left;
	font-size:18px;
	color:#fff;
	font-weight:400;
	letter-spacing:1px;
	margin:0px 0px 20px 0px;
	padding:0;
}
#sitemain {
	width:100%;
	float:left;
}
.conteiner {
	width:100%;
	max-width:1140px;
	margin:0 auto;
}
header {
	width:100%;
	float:left;
	background:url(../images/header-pat.jpg) repeat left top;
	padding:15px 0px;
	-moz-box-shadow:inset 0 0 8px #000000;
	-webkit-box-shadow:inset 0 0 8px #000000;
	box-shadow: inset 0 0 8px #000000;
}
header .logo {
	width:auto;
	float:left;
}
header .top-right {
	width:auto;
	float:right;
	text-align:right;
	margin:14px 0px 0px 0px;
}
header .top-right .phone-social {
	width:auto;
	display:inline-block;
	vertical-align:middle;
	margin:0px 0px 0px 15px;
}
header .top-right .phone-social a {
	width:35px;
	height:35px;
	display:inline-block;
	font-size:18px;
	color:#000000;
	text-align:center;
	line-height:35px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	text-shadow:0px 0px 1px rgba(255,255,255,0.75);
	margin:0px 3px;
	background: #b39038;
	background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
header .top-right .phone-social a .fa {
	text-shadow:0px 1px 1px #fff;
}
header .top-right .phone-social a:hover {
	background:#fff;
}
.menu-main {
	width:auto;
	display:inline-block;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}
.toggleMenu {
	width:30px;
	height:30px;
	display:none;
	padding:0px;
	color: #fff;
	z-index:999;
}
.toggleMenu span {
	width:100%;
	height:2px;
	float:left;
	margin:6px 0 0 0;
	background:#fff;
}
.nav {
	list-style: none;
 *zoom: 1;
	margin:0px;
	padding:0px;
	width:auto;
	text-align:right;
}
.nav:before, .nav:after {
	content: " ";
	display:inline;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width:9em;
}
.nav a {
	padding:0px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	color:#fff;
	text-decoration:none;
	line-height:36px;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:500;
}
.nav li:hover a, .nav li.active a, .nav li.current_page_item a {
	color:#b99742;
}
.nav li {
	position: relative;
	padding:0px 10px;
	margin:0;
}
.nav li:last-child {
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
	background: #b39038;
	background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
.nav li:last-child a {
	color:#000000;
	text-shadow:0px 1px 1px #fff;
}
.nav li:last-child:hover {
	background:#fff;
}
.nav > li {
	float:none;
	display:inline-block;
	position:relative;
}
.nav > li > .parent {
	background-image:url(../images/downArrow2.png);
	background-repeat: no-repeat;
	background-position:right;
	transition:none;
}
.nav li span.arrow {
	display:none;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	padding:0px;
	width:220px;
	background:#fff;
	text-align:left;
	z-index: 12;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav > li.hover > ul {
	left:0px;
}
.nav li li.hover ul {
	left:100%;
	top:0px;
}
.nav li li {
	padding:0px;
}
.nav li li:last-child {
	background:none;
}
.nav li li:last-child a {
	text-shadow:none;
}
/*.nav li:hover li a, .nav li li a {

	display: block;

	position: relative;

	z-index:100;

	border-bottom:none;

	padding:10px 10px;

	line-height:inherit;

	font-size:14px;

	color:#231f20;

	font-weight:400;

	text-transform:uppercase;

}

.nav li li a:hover {

	background:#b99742;

	color:#fff;

}*/

.nav li li li a {
	background:rgba(255,255,255,0.8);
	z-index:200;
	border-top:1px solid #000;
}
section.hero-banner {
	width:100%;
	float:left;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
	padding:5px 0px 0px 0px;
	position:relative;
}
section.hero-banner img {
	max-width:100%;
	height:auto;
	display:inline-block;
}
section.hero-banner .banner-content {
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
}
section.hero-banner .banner-content h1 {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	font-size:40px;
	letter-spacing:2px;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	text-shadow:0px 5px 10px rgba(0,0,0,0.75);
}
section.hero-banner .banner-content h4 {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	font-size:20px;
	letter-spacing:1px;
	color:#fff;
	font-weight:600;
}
section.hero-banner .banner-content a {
	width:auto;
	float:left;
	color:#000000;
	text-shadow:0px 1px 1px #fff;
	font-size:13px;
	letter-spacing:1px;
	font-weight:700;
	line-height:45px;
	text-transform:uppercase;
	padding:0px 30px;
	margin:30px 0px 0px 0px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background: #b39038;
	background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
section.hero-banner .banner-content a:hover {
	background:#fff;
}
section.welcome-home {
	width:100%;
	float:left;
	background:url(../images/welcome-pattern.jpg) repeat center top;
	padding:100px 0px;
	position:relative;
	font-size:0;
}
section.welcome-home::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
section.welcome-home .welcome-img {
	width:50%;
	display:inline-block;
	vertical-align:middle;
}
section.welcome-home .welcome-img img {
	max-width:100%;
}
section.welcome-home .welcome-content {
	width:50%;
	display:inline-block;
	vertical-align:middle;
	padding:0px 50px;
}
section.welcome-home .welcome-content p {
	width:100%;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
	line-height:25px;
}
section.welcome-home .welcome-content a {
	width:auto;
	float:left;
	color:#000000;
	text-shadow:0px 1px 1px #fff;
	font-size:13px;
	letter-spacing:1px;
	font-weight:700;
	line-height:45px;
	text-transform:uppercase;
	padding:0px 30px;
	margin:10px 0px 0px 0px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background: #b39038;
	background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
section.welcome-home .welcome-content a:hover {
	background:#fff;
}
section.services {
	width:100%;
	float:left;
	background:url(../images/service-pattern.jpg) repeat center top;
	padding:80px 0px;
	position:relative;
	font-size:0;
	text-align:center;
}
section.services::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
section.services ul {
	width:100%;
	float:left;
	margin:0;
	padding:0;
}
section.services ul li {
	width:100%;
	max-width:450px;
	display:inline-block;
	margin:10px 20px;
	padding:10px;
	list-style:none;
	background:#000000;
}
section.services ul li .box {
	width:100%;
	float:left;
	border:1px solid #fff;
	height:122px;
	padding:10px 0px 10px 120px;
	position:relative;
}
section.services ul li .box .icon {
	width:100px;
	height:120px;
	position:absolute;
	left:0;
	top:0;
	background: #b39038;
	background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
section.services ul li .box .icon span {
	width:100px;
	height:120px;
	display:table-cell;
	vertical-align:middle;
}
section.services ul li .box h6 {
	width:100%;
	float:left;
	margin:0px 0px 5px 0px;
	padding:0;
	font-size:15px;
	color:#fff;
	font-weight:600;
	letter-spacing:1px;
	text-align:left;
}
section.services ul li .box p {
	width:100%;
	float:left;
	margin:0px;
	padding:0;
	font-size:13px;
	color:#fff;
	font-weight:400;
	line-height:18px;
	text-align:left;
}
section.home-product {
	width:100%;
	float:left;
	background:#000;
	padding:0px;
	position:relative;
}
section.home-product::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:5px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
section.home-product::after {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	bottom:5px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
	z-index:0;
}
section.home-product .product-thumb {
	width:50%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background-position:center bottom;
	background-size:cover;
	background-repeat:no-repeat;
	z-index:1;
}
section.home-product .product-content {
	width:50%;
	float:left;
	padding:100px 70px 100px 0px;
}
section.home-product .product-content p {
	width:100%;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0;
	font-size:14px;
	color:#fff;
	font-weight:400;
	line-height:20px;
	text-align:left;
	letter-spacing:1px;
}
section.home-product .product-content a {
	width:auto;
	float:left;
	color:#000000;
	text-shadow:0px 1px 1px #fff;
	font-size:13px;
	letter-spacing:1px;
	font-weight:700;
	line-height:45px;
	text-transform:uppercase;
	padding:0px 30px;
	margin:10px 0px 0px 0px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background: #b39038;
	background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
section.home-product .product-content a:hover {
	background:#fff;
}
section.contact-form {
	width:100%;
	float:left;
	background:url(../images/contact-form-bg.jpg) no-repeat center center;
	padding:80px 0px;
	position:relative;
	background-size:100%;
}
section.contact-form .conteiner {
	max-width:850px;
}
section.contact-form .form-main {
	width:100%;
	float:left;
	background:#000;
	padding:20px;
	text-align:center;
}
section.contact-form .form-main .form-box {
	width:100%;
	float:left;
	border:1px solid #fff;
	padding:50px 70px;
}
section.contact-form .form-main .form-box h2 {
	margin:0px 0px 10px 0px;
}
section.contact-form .form-main .form-box p {
	width:100%;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0;
	font-size:14px;
	color:#fff;
	font-weight:400;
	line-height:20px;
	letter-spacing:1px;
}
section.contact-form .form-main .wpcf7-form-control-wrap {
	width:100%;
	max-width:300px;
	float:left;
}
section.contact-form .form-main .form-box .wpcf7-form p {
	width:auto;
	display:inline-block;
	vertical-align:top;
	float:none;
	margin:0px 10px;
}
section.contact-form .form-main .form-box input[type="text"], section.contact-form .form-main .form-box input[type="email"], section.contact-form .form-main .form-box input[type="tel"] {
	width:100%;
	float:left;
	border:none;
	outline:none;
	border-bottom:1px solid #fff;
	line-height:60px;
	padding:0px 20px;
	margin:0px;
	background:none;
	font-size:14px;
	color:#fff;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
}
section.contact-form .form-main .wpcf7-form-control-wrap.your-message {
	width:620px;
	max-width:inherit;
	float:left;
}
section.contact-form .form-main .form-box textarea {
	width:100%;
	height:100px;
	float:left;
	border:none;
	outline:none;
	border-bottom:1px solid #fff;
	line-height:60px;
	padding:0px 20px;
	margin:0px;
	background:none;
	font-size:14px;
	color:#fff;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	resize:none;
}
section.contact-form .form-main .form-box input[type="submit"] {
	width:auto;
	display:inline-block;
	color:#000000;
	text-shadow:0px 1px 1px #fff;
	font-size:14px;
	letter-spacing:1px;
	font-weight:700;
	line-height:50px;
	text-transform:uppercase;
	padding:0px 30px;
	margin:30px 0px 0px 0px;
	border:none;
	cursor:pointer;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background: #b39038;
	background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
section.contact-form .form-main .form-box input[type="submit"]:hover {
	background:#fff;
}
section.contact-form .form-main span.wpcf7-not-valid-tip {
	font-size:13px;
	text-align:left;
}
footer {
	width:100%;
	float:left;
	padding:80px 0px 0px 0px;
}
footer h6 {
	width:100%;
	float:left;
	font-size:20px;
	color:#000;
	font-weight:600;
	margin:0;
	padding:0;
	text-align:left;
}
footer .ft-menu {
	width:20%;
	float:left;
	font-size:15px;
	color:#000000;
	line-height:24px;
}
footer .ft-menu a {
	width:100%;
	display:inline-block;
	margin:10px 10px 0px 10px;
	padding:0px 0px 0px 20px;
	font-size:14px;
	color:#000000;
	line-height:18px;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:400;
	background:url(../images/menu-caret.png) no-repeat left center;
}
footer .ft-menu a:hover {
	color:#b39038;
}
footer .quick-contact {
	width:60%;
	float:left;
	text-align:left;
}
footer .quick-contact .box {
	width:50%;
	float:left;
}
footer .quick-contact .box p {
	width:100%;
	float:left;
	padding:0px 0px 0px 30px;
	position:relative;
	font-size:14px;
	color:#000000;
	letter-spacing:1px;
	margin:10px 0px;
	line-height:25px;
	font-weight:400;
}
footer .quick-contact .box p a {
	font-size:14px;
	color:#000000;
	letter-spacing:1px;
	text-decoration:none;
}
footer .quick-contact .box p a:hover {
	color:#b39038;
}
footer .quick-contact .box p .fa {
	width:30px;
	position:absolute;
	left:0;
	top:4px;
	font-size:16px;
	color:#000000;
}
footer .quick-contact .box p .fa-map-marker {
	font-size:22px;
}
footer .social-media {
	width:20%;
	float:left;
	text-align:left;
	vertical-align:top;
}
footer .social-media p {
	width:100%;
	float:left;
	font-size:14px;
	color:#000000;
	letter-spacing:1px;
	margin:10px 0px;
	padding:0px;
	font-weight:400;
}
footer .social-media a {
	width:auto;
	display:inline-block;
	margin:0px 5px 0px 0px;
	font-size:22px;
	color:#000000;
}
footer .social-media a:hover {
	color:#b39038;
}
footer .copyright {
	width:100%;
	float:left;
	text-align:center;
	background:#000000;
	font-size:13px;
	color:#ffffff;
	line-height:75px;
	margin-top:80px;
}
section.inner-banner {
	width:100%;
	float:left;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
	padding:5px 0px 0px 0px;
	position:relative;
	text-align:center;
}
section.inner-banner img {
	max-width:100%;
	height:auto;
	display:inline-block;
}
section.inner-banner .banner-content {
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
}
section.inner-banner .banner-content h1 {
	width:100%;
	float:left;
	margin:0;
	padding:0;
	font-size:40px;
	letter-spacing:2px;
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
	text-shadow:0px 5px 10px rgba(0,0,0,0.75);
}
section.inner-banner .banner-content .breadcrum {
	width:100%;
	float:left;
	margin:30px 0px 0px 0px;
	position:relative;
	font-size:15px;
	color:#fff;
	line-height:20px;
}
section.inner-banner .banner-content .breadcrum::before {
	content:"";
	width:100px;
	height:3px;
	background:#fff;
	position:absolute;
	left:50%;
	top:-20px;
	transform:translateX(-50%);
}
section.inner-banner .banner-content .breadcrum a {
	width:auto;
	display:inline-block;
	margin:0px 5px;
	font-size:15px;
	color:#fff;
	text-decoration:underline;
}
, section.inner-banner .banner-content .breadcrum span {
width:auto;
display:inline-block;
margin:0px 5px;
font-size:15px;
color:#fff;
}
section.inner-banner .banner-content .breadcrum a:hover {
	color:#b99742;
}
section.charcoal-product {
	width:100%;
	float:left;
	background:url(../images/welcome-pattern.jpg) repeat center top;
	padding:60px 0px;
	position:relative;
	font-size:0;
}
section.charcoal-product::after {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	bottom:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
	z-index:0;
}
section.charcoal-product::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
section.charcoal-product .box {
	width:48%;
	text-align:center;
}
section.charcoal-product .charcoal-img {
	width:100%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:20px 0px 0px 0px;
}
section.charcoal-product .charcoal-img img {
	max-width:100%;
}
section.charcoal-product .charcoal-code {
	width:100%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	margin:40px 0px 0px 0px;
}
section.charcoal-product .charcoal-code img {
	max-width:200px;
}
section.charcoal-product .box a {
	width:auto;
	display:inline-block;
	color:#000000;
	text-shadow:0px 1px 1px #fff;
	font-size:13px;
	letter-spacing:1px;
	font-weight:700;
	line-height:45px;
	text-transform:uppercase;
	padding:0px 30px;
	margin:40px 0px 0px 0px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background: #b39038;
	background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
section.charcoal-product .box a:hover {
	background:#fff;
}
section.redruby-charcoal {
	width:100%;
	float:left;
	background:#000000;
	padding:60px 0px;
	position:relative;
	text-align:center;
}
section.redruby-charcoal::after {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	bottom:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
	z-index:0;
}
section.charcoal-product2 {
	width:100%;
	float:left;
	background:#000;
	padding:60px 0px;
	position:relative;
	font-size:0;
}
section.charcoal-product2::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
section.charcoal-product2 .align-left {
	width:100%;
	max-width:50%;
	float:left;
	margin:0px 20px 20px 0px;
}
section.charcoal-product2 .align-right {
	width:100%;
	max-width:50%;
	float:right;
	margin:0px 0px 20px 20px;
}
section.charcoal-product2 p {
	width:auto;
	margin:0px 0px 20px 0px;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
	line-height:25px;
}
section.charcoal-detail {
	width:100%;
	float:left;
	background:url(../images/welcome-pattern.jpg) repeat center top;
	position:relative;
	font-size:0;
}
section.charcoal-detail::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
section.charcoal-detail .charcoal-img {
	width:50%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	padding:50px 0px;
}
section.charcoal-detail .charcoal-img img {
	max-width:100%;
}
section.charcoal-detail .charcoal-content {
	width:50%;
	display:inline-block;
	background:#000;
	vertical-align:middle;
	padding:50px 50px;
}
section.charcoal-detail .charcoal-content p {
	width:100%;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
	line-height:25px;
}
section.charcoal-detail .charcoal-content a {
	display:none;
	width:auto;
	float:left;
	color:#000000;
	text-shadow:0px 1px 1px #fff;
	font-size:13px;
	letter-spacing:1px;
	font-weight:700;
	line-height:45px;
	text-transform:uppercase;
	padding:0px 30px;
	margin:10px 0px 0px 0px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background: #b39038;
	background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
section.charcoal-detail .charcoal-content a:hover {
	background:#fff;
}
section.charcoal-detail .charcoal-quality {
	width:100%;
	float:left;
	background:#000;
}
section.charcoal-detail .charcoal-quality .box {
	width:33.3%;
	float:left;
	padding:0px 20px;
}
section.charcoal-detail .charcoal-quality .box .icon {
	width:auto;
	display:inline-block;
	vertical-align:middle;
}
section.charcoal-detail .charcoal-quality .box .title {
	width:auto;
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	font-weight:600;
	color:#fff;
}
.contact-pages {
	width: 100%;
	float: left;
	margin:0px 0px;
	padding:100px 0px;
	background:url(../images/welcome-pattern.jpg) repeat center top;
	position:relative;
}
.contact-pages::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
.contact-pages::after {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	bottom:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
	z-index:0;
}
.contact-pages h2 {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	font-weight: 400;
}
.contact-detial {
	width: 35%;
	float: right;
	background: #000;
	padding: 35px;
}
.contact-detial ul {
	margin: 0px;
	padding: 0px;
}
.contact-detial ul li {
	margin: 0px 0px 25px;
	padding: 0px;
	list-style: none;
}
.contact-detial ul li p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
}
.contact-detial ul li .icon {
	width: 22px;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	vertical-align: top;
}
.contact-detial ul li a {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	text-decoration: none;
}
.contact-detial ul li a:hover {
	color: #ae792e;
}
.contact-form {
	width: 60%;
	float: left;
	margin: 0px;
	padding: 35px;
	background: #000;
}
.contact-form p {
	margin: 0px 0px 30px;
	padding: 0px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
}
.contact-form ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.contact-form ul li {
	width: calc(50% - 20px);
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 0px;
	list-style: none;
}
.contact-form ul li span.wpcf7-not-valid-tip {
	font-size:13px;
}
.contact-form ul li:nth-child(2n) {
	width: 50%;
	margin: 0px 0px 20px 0px !important;
}
.contact-form ul li:last-child {
	margin: 0px !important;
}
.contact-form ul li.full-width {
	width: 100% !important;
}
.map {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 50px 0px 0px;
}
.map iframe {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 10px;
	height: 350px;
	border: 1px solid #b99742;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form input[type="password"], .contact-form input[type="date"], .contact-form select, .contact-form textarea, .contact-form .select-style {
	border: 1px solid #b99742;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	width: 100%;
	padding: 10px 10px;
	display: block;
	font-weight: normal;
	line-height: 24px;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	background: #000;
	color:#b99742;
	margin: 0px;
	text-align: left;
	margin-top: 0px;
	position: relative;
}
.contact-form textarea {
	padding: 10px 10px 15px;
	height: 80px;
	resize:none;
}
.contact-form form input[type="submit"], .contact-form form input[type="button"], .contact-form input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	width: auto;
	color:#000000;
	text-shadow:0px 1px 1px #fff;
	font-size:16px;
	letter-spacing:1px;
	font-weight:700;
	line-height:50px;
	text-transform:uppercase;
	padding: 0px 40px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background: #b39038;
	background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
	margin: 0px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact-form form input[type="submit"]:hover, .contact-form form input[type="button"]:hover, .contact-form input[type="button"]:hover {
	background: #b99742;
}
.contact-form .btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	background: #ae792e;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #fff;
	width: auto;
	font-size: 20px;
	padding: 10px 75px 10px 15px;
	line-height: 40px;
	margin: 0px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 1px;
}
.contact-form .btn:after {
	content: '\f105';
	position: absolute;
	right: 0px;
	font-family: 'FontAwesome';
	font-size: 45px;
	background: #975800;
	height: 100%;
	top: 0px;
	line-height: 60px;
	width: 60px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.contact-form .btn:hover {
	background: #9f6513;
}
section.about-details {
	width: 100%;
	float: left;
	margin: 0px;
	padding:100px 0;
	background:#000;
	position:relative;
}
section.about-details::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
section.about-details::after {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	bottom:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
	z-index:0;
}
section.about-details h3 {
	margin: 0px 0px 20px;
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	color: #fff;
}
section.about-details p {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}
section.about-details ul {
	width:100%;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0;
}
section.about-details ul li {
	width:100%;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0;
	list-style:disc;
	list-style-position:inside;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}
section.charcoal-detail .charcoal-content .barcode-main {
	width:100%;
	float:left;
	margin:0px 0px 20px 0px;
	padding:0;
}
section.charcoal-detail .charcoal-content .barcode-main .qty {
	width:100px;
	display:inline-block;
	margin:0px 20px 0px 0px;
	padding:0;
	vertical-align:middle;
}
section.charcoal-detail .charcoal-content .barcode-main .qty select {
	width:100%;
	height:35px;
	float:left;
	border:none;
	background:#fff;
	font-size:16px;
	line-height:35px;
	color: #000;
	font-weight: 400;
	padding:0px 10px;
}
section.charcoal-detail .charcoal-content .barcode-main .barcode {
	width:100%;
	max-width:320px;
	display:inline-block;
	vertical-align:middle;
	text-align:right;
}
section.charcoal-detail .charcoal-content .barcode-main .barcode img {
	max-width:250px;
	display:inline-block;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	width:100%;
	float:left;
	color:#fff;
	margin:0;
}
section.hootah-tips {
	width:100%;
	float:left;
	margin:0px;
	padding:60px 0px;
	background:#000;
	position:relative;
}
section.hootah-tips::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
section.hootah-tips::after {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	bottom:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
	z-index:0;
}
section.hootah-tips p {
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
}
section.hootah-tips .align-left {
	max-width:500px;
	float:left;
	margin:0px 30px 20px 0px;
	padding:0;
}
section.hootah-tips .align-right {
	max-width:500px;
	float:right;
	margin:0px 0px 20px 30px;
	padding:0;
}
section.superior-quality {
	width:100%;
	float:left;
	background:#000;
	padding:60px 0px;
	position:relative;
	font-size:0;
}
section.superior-quality::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
section.superior-quality::after {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	bottom:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
	z-index:0;
}
section.superior-quality .align-left {
	width:100%;
	max-width:50%;
	float:left;
	margin:0px 20px 20px 0px;
}
section.superior-quality .align-right {
	width:100%;
	max-width:50%;
	float:right;
	margin:0px 0px 20px 20px;
}
section.superior-quality p {
	width:auto;
	margin:0px 0px 20px 0px;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
	line-height:25px;
}
section.about-charcoal-main {
	width:100%;
	float:left;
	background:#000;
	padding:60px 0px;
	position:relative;
	font-size:0;
}
section.about-charcoal-main::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
section.about-charcoal-main .align-left {
	width:100%;
	max-width:50%;
	float:left;
	margin:0px 20px 20px 0px;
}
section.about-charcoal-main .align-right {
	width:100%;
	max-width:50%;
	float:right;
	margin:0px 0px 20px 20px;
}
section.about-charcoal-main p {
	width:auto;
	margin:0px 0px 20px 0px;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
	line-height:25px;
}
section.about-charcoal-detail {
	width:100%;
	float:left;
	background:#000;
	padding:60px 0px;
	position:relative;
	font-size:0;
}
section.about-charcoal-detail::before {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	top:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
}
section.about-charcoal-detail::after {
	content:"";
	width:100%;
	height:5px;
	position:absolute;
	left:0;
	bottom:0px;
	background:url(../images/hr-gredient-bg.jpg) no-repeat center top;
	z-index:0;
}
section.about-charcoal-detail .align-left {
	width:100%;
	max-width:50%;
	float:left;
	margin:0px 20px 20px 0px;
}
section.about-charcoal-detail .align-right {
	width:100%;
	max-width:50%;
	float:right;
	margin:0px 0px 20px 20px;
}
section.about-charcoal-detail p {
	width:auto;
	margin:0px 0px 20px 0px;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
	line-height:25px;
}
section.about-charcoal-detail ul {
	width:100%;
	float:left;
	margin:0px;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
	line-height:25px;
}
section.about-charcoal-detail ul li {
	width:100%;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
	line-height:25px;
	list-style:disc;
	list-style-position:inside;
}
.for-40mm {
	float:right !important;
}
.padtb_70 {
	padding-top:70px;
	padding-bottom:70px !important;
}


.product-main{ width:100%; float:left; background:url(../images/welcome-pattern.jpg) repeat center top; padding:0px 0 60px 0; position:relative;}
.product-main::before{ content:""; width:100%; height:5px; position:absolute; left:0; top:0; background:url(../images/hr-gredient-bg.jpg) no-repeat center top;}
.product-main header{ background:none; padding:50px 0px 30px 0px; box-shadow:none; width:100% !important;}
.product-main header h1{width:100%; float:left; margin:0; padding:0; font-size:40px; letter-spacing:2px; color:#fff; font-weight:800; text-transform:uppercase; text-shadow:0px 5px 10px rgba(0,0,0,0.75);}
.product-main .woocommerce-result-count{ display:none !important;}
.product-main .woocommerce-ordering{ display:none !important;}
.woocommerce ul.products, .woocommerce-page ul.products{ margin:0; padding:0;}
.product-main ul.products li.product{ width:46% !important; margin:0px 2% 30px 2% !important; text-align:center;}
.product-main ul.products li.product img{ width:100%;}
.product-main ul.products li.product .woocommerce-loop-product__title{ font-size: 24px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px; text-transform:none;}
.product-main ul.products li.product .price{ width:100%; float:left; font-size:20px; color:#b39038;}
.product-main ul.products li.product .button{
	width:auto;
	display:inline-block;
	color:#000000;
	text-shadow:0px 1px 1px #fff;
	font-size:13px;
	letter-spacing:1px;
	font-weight:700;
	line-height:45px;
	text-transform:uppercase;
	padding:0px 30px;
	margin:10px 0px 0px 0px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background: #b39038;
	background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%);
	background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
.product-main ul.products li.product .button:hover {
	background:#fff;
}
.product-main .woocommerce-tabs{ display:none;}
.product-main .related{ display:none;}
.product-main div.product div.summary .product_title{ font-size:30px !important;
    color: #fff;
    font-weight: 300 !important;
    letter-spacing: 1px; text-transform:none; margin:0 !important; padding:0 !important;}
.product-main div.product div.summary .price{font-size:20px; color:#b39038; margin-bottom:20px !important;}
.product-main .woocommerce-product-details__short-description{
	width:100%;
	float:left;
}
.product-main .woocommerce-product-details__short-description p{width:100%;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0;
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
	line-height:25px;}
.product-main .product_meta{ display:none;}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{ text-align:center;}
.product-main .woocommerce-product-gallery img{ width:auto; max-width:100%; display:inline-block;}
.single-product div.product{ width:100%; float:left; margin-top:80px;}
.single-product form.cart .quantity { width:100%; float:left; margin-bottom:10px;}
.single-product form.cart .quantity label{ color:#ffffff; font-size:14px;}
.product-main .single_add_to_cart_button{ width:auto; float:left; color:#000000; text-shadow:0px 1px 1px #fff; font-size:13px; letter-spacing:1px; font-weight:700; line-height:45px; text-transform:uppercase; padding:0px 30px !important; margin:10px 0px 0px 0px; border:none; cursor:pointer; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; background: #b39038; background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%); background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%); background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
.product-main .single_add_to_cart_button:hover { background:#fff;}

.single-product .summary{ padding:20px; background:#000000; float:right !important;}
.single-product .summary .variations_form{ width:100%; float:left;}
.single-product .summary table.variations{ width:100%; float:left;}
.single-product .summary table.variations tr{width:100%; float:left; margin-bottom:10px;}
.single-product .summary table.variations tr td{width:100%; float:left;}
.single-product .summary .variations_form label{ font-size:14px; color:#ffffff;}
.single-product .summary .quantity .input-text{border: 1px solid #b99742; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; width:100%; padding: 5px 10px; display: inline-block; font-weight: normal; line-height: 24px; font-size: 14px; font-family: 'Poppins', sans-serif; background: #000; color:#b99742; margin: 0px; text-align: left; position: relative; outline:none;}
.single-product .summary table.variations select{border: 1px solid #b99742; width:100%; padding: 5px 10px; display: inline-block; font-weight: normal; line-height: 24px; font-size: 14px; font-family: 'Poppins', sans-serif; background: #000; color:#b99742; margin: 0px; text-align: left; position: relative; outline:none;}
.single-product .summary table.variations .reset_variations{ display:none !important;}

body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-content, body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-header{ width:100% !important; float:left;}
body.page-two-column.woocommerce-cart:not(.archive) #primary .entry-header{ padding:20px 0px;}

.woocommerce .shop_table{ width:100%; color:#ffffff; font-size:14px; background:#000000;}
.woocommerce .cart_totals th{ text-align:left; padding:10px !important; line-height:18px;}
.woocommerce .shop_table th{ padding:15px 10px; background:#000000; border-bottom:1px solid #1a1a1a; font-weight:500; font-family:'Roboto Condensed', sans-serif; color:#b99742;}
.woocommerce .woocommerce-cart-form td{padding:15px 15px; background:#000000; border-bottom:1px solid #1a1a1a; }
.woocommerce .woocommerce-cart-form .quantity input{border: 1px solid #b99742; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; width:60px; padding: 5px 10px; display: inline-block; font-weight: normal; line-height: 24px; font-size: 14px; font-family: 'Poppins', sans-serif; background: #000; color:#b99742; margin:0px 0px 0px 10px; text-align: left; position: relative; outline:none;}
.woocommerce .woocommerce-cart-form img{ max-width:120px;}
.woocommerce .woocommerce-cart-form td a.remove{font-size: 26px; color: red;}
.woocommerce .woocommerce-cart-form td.product-name a{ color:#ffffff;}
.woocommerce .woocommerce-cart-form td.actions .button{ width:auto; color:#000000; text-shadow:0px 1px 1px #fff; font-size:13px; letter-spacing:1px; font-weight:700; line-height:45px; text-transform:uppercase; padding:0px 30px !important; margin:0px; border:none; cursor:pointer; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; background: #b39038; background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%); background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%); background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );
}
.woocommerce .woocommerce-cart-form td.actions .button:hover { background:#fff;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{ margin-top:20px;}
.woocommerce .cart_totals td{ text-align:right; padding:10px; line-height:18px; border-bottom:1px solid #1a1a1a; border-left: 1px solid #1a1a1a;}
.woocommerce .cart_totals td .shipping-calculator-button{ color:#b99742;}
.woocommerce .cart_totals .input-text{border: 1px solid #b99742; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; width:100%; padding: 5px 10px; display: inline-block; font-weight: normal; line-height: 24px; font-size: 14px; font-family: 'Poppins', sans-serif; background: #000; color:#b99742; margin: 0px; text-align: left; position: relative; outline:none;}
.woocommerce .cart_totals .shipping-calculator-form .button{ width:auto; color:#000000; text-shadow:0px 1px 1px #fff; font-size:13px; letter-spacing:1px; font-weight:700; line-height:45px; text-transform:uppercase; padding:0px 30px !important; margin:0px; border:none; cursor:pointer; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; background: #b39038; background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%); background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%); background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );}
.woocommerce .cart_totals .shipping-calculator-form .button:hover { background:#fff;}
.woocommerce .cart_totals .order-total{ font-size:20px;}
.woocommerce .select2-container--default .select2-selection--single{ background:none; border: 1px solid #b99742; border-radius:0px; height:36px !important; text-align:left;}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{ line-height:36px !important;}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{ height:36px !important;}
.woocommerce .cart_totals .checkout-button{ width:100%; float:left; color:#000000; text-shadow:0px 1px 1px #fff; font-size:18px; letter-spacing:1px; font-weight:700; line-height:50px; text-transform:uppercase; padding:0px !important; margin:20px 0px 0px 0px; border:none; cursor:pointer; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; background: #b39038; background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%); background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%); background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );}
.woocommerce .cart_totals .checkout-button:hover { background:#fff;}

.woocommerce{ width:100%; float:left;}
.woocommerce .woocommerce-checkout{ width:100%; float:left;}
.product-main .entry-content{ width:100% !important;}
.woocommerce .woocommerce-checkout h3{ margin:0px 0px 20px 0px; padding:0; color:#ffffff; font-size:20px; font-weight:500;}
.woocommerce .woocommerce-checkout h3#order_review_heading{ margin-top:20px;}
.woocommerce .woocommerce-billing-fields__field-wrapper, .woocommerce .woocommerce-additional-fields, .woocommerce .shipping_address{ background:#000; padding:0px 20px 20px 20px;}
.woocommerce .woocommerce-additional-fields{ padding-top:20px;}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{font-size: 14px; color: #ffffff;}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{border: 1px solid #b99742; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; width:100%; padding: 5px 10px; display: inline-block; font-weight: normal; line-height: 24px; font-size: 14px; font-family: 'Poppins', sans-serif; background: #000; color:#b99742; margin: 0px; text-align: left; position: relative; outline:none;}
.woocommerce form .form-row-wide span, .woocommerce-page form .form-row-wide span{ color:#ffffff;}

.woocommerce .shop_table.woocommerce-checkout-review-order-table{ width: 48%; float:left; border-spacing:0;}
.woocommerce .woocommerce-checkout-payment{ width: 48%; float:right;}
.woocommerce .shop_table.woocommerce-checkout-review-order-table th, .woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item td.product-name{ text-align:left;}
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item td{border-bottom: 1px solid #1a1a1a;}
.woocommerce .shop_table.woocommerce-checkout-review-order-table th.product-total,
.woocommerce .shop_table.woocommerce-checkout-review-order-table .cart_item td.product-total,
.woocommerce .shop_table.woocommerce-checkout-review-order-table td{border-bottom: 1px solid #1a1a1a; border-left:1px solid #1a1a1a; text-align:right;}

.woocommerce .woocommerce-checkout-payment .wc_payment_methods{ margin:0; padding:0; color:#fff; font-size:14px;}
.woocommerce .woocommerce-checkout-payment .wc_payment_methods a{color: #b99742;}
.woocommerce .woocommerce-checkout-payment .wc_payment_methods a:hover{ text-decoration:underline;}
.woocommerce .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method{ margin-bottom:10px; border:none;}
.woocommerce .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method>label{ margin:0; padding:10px; background:#000000; width:100%; display:inline-block;}
.woocommerce .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box{ background:none; padding:10px 10px 0px 10px;}
.woocommerce .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box p{ margin:0;}
.woocommerce .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box fieldset{padding:15px 0px 0px 0px;}
.wc-stripe-elements-field, .wc-stripe-iban-element-field{border: 1px solid #b99742 !important; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; width:100%; padding: 5px 10px !important; display: inline-block; font-weight: normal; line-height: 24px; font-size: 14px; font-family: 'Poppins', sans-serif; background: #000 !important; color:#b99742 !important; margin: 0px !important; text-align: left; position: relative; outline:none;}
#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand, .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand{margin-top: -13px !important;}
.ElementsApp, .ElementsApp .InputElement{ color:#ffffff !important;}
.woocommerce-privacy-policy-text p{ color:#ffffff !important; margin:0; padding:0; font-size:14px;}
.woocommerce-privacy-policy-text p a{color: #b99742;}
.woocommerce-privacy-policy-text p a:hover{ text-decoration:underline;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{ width:100%; float:left; color:#000000; text-shadow:0px 1px 1px #fff; font-size:18px; letter-spacing:1px; font-weight:700; line-height:50px; text-transform:uppercase; padding:0px !important; margin:20px 0px 0px 0px; border:none; cursor:pointer; -webkit-border-radius:25px; -moz-border-radius:25px; border-radius:25px; background: #b39038; background: -moz-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%); background: -webkit-linear-gradient(left, #b39038 0%, #fbf5a9 52%, #b39038 100%); background: linear-gradient(to right, #b39038 0%, #fbf5a9 52%, #b39038 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b39038', endColorstr='#b39038', GradientType=1 );}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{ background:#fff;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{padding: 1em;}

.woocommerce-order{ font-size:14px; color:#ffffff;}
.woocommerce-order .woocommerce-thankyou-order-received{ margin-top:0;}

.woocommerce .order_details{ border-spacing:0;}
.woocommerce .order_details th{ text-align:left;}
.woocommerce .order_details td.product-name {text-align:left;}
.woocommerce .order_details td.product-name a{font-size:14px; color:#ffffff;}
.woocommerce .order_details td{border-bottom: 1px solid #1a1a1a; padding:15px 10px; border-left: 1px solid #1a1a1a; text-align: right;}
.woocommerce .order_details th.product-total,
.woocommerce .order_details td.product-total{border-bottom: 1px solid #1a1a1a; border-left:1px solid #1a1a1a; text-align:right;}

.woocommerce .shop_table .coupon{ width:40%;}
.woocommerce .shop_table .coupon .input-text{border: 1px solid #b99742; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; width:calc(100% - 185px) !important; padding:9px 10px; display: inline-block; font-weight: normal; line-height: 24px; font-size: 14px; font-family: 'Poppins', sans-serif; background: #000; color:#b99742; margin: 0px; text-align: left; position: relative; outline:none;}
.woocommerce .shop_table .coupon .button{ width:100%; max-width:175px;}
.cart-discount .woocommerce-remove-coupon{color: #b99742; text-decoration:underline;}
.cart-discount .woocommerce-remove-coupon:hover{ text-decoration:none;}