body {
	margin:0px auto;
    background: url(../image/bg.png) repeat center center;	
}

body * {
	box-sizing: border-box;
}

header {
    background-color: rgba(225, 204, 0, 1);
    border-radius: 30px 30px 0 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.75);	
	height:87px;
	width:980px;
	margin:0px auto;	
}

.container {
	width:980px;
	margin:0px auto;
}

#logo {
    float: left;
    height: 87px;
    margin-left: 10px;
}

.top_menu {
    float: left;
    margin-top: 34px;
	margin-left:15px;
}

.top_menu ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.top_menu ul li a {
    display: inline-block;
    padding: 0 10px;
    color: #402E17;
    transition: color 0.4s ease 0s;
    font: normal normal 700 15px/1.4em 'times new roman', times, serif;
    text-decoration: none;
    text-transform: uppercase;
}

.top_menu ul li a:hover {
	color:#ffffff;
}

.top_menu ul li {
	display: inline-block;
	height:38px;
	position:relative;
}

.top_menu nav > div > ul > li:hover > a + ul {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: -7px;
	z-index:1000;
    background: #E1CC00;
    padding:6px 7px;	
}

.top_menu nav > div > ul > li:hover > a + ul li {
	height:auto;
	padding:4px 0px;
    width: 180px;	
}

.top_menu nav > div > ul > li:hover > a + ul li:hover {

}

.top_menu nav > div > ul > li:hover > a + ul li:hover a {
	color:#ffffff;
}

.top_menu nav > div > ul > li:hover  > a+ ul li a {
	color:#402E17;
	text-transform:none;
}	

.top_menu ul li ul {
	display:none;
}

header #cart {
    float: left;
    margin-top: 28px;
    margin-left: 30px;
}

header #cart button {
	background:none;
	padding:0px;
	border:none;
	outline:none;
	cursor:pointer;
}

header #cart button::before {
	content:'';
	width:38px;
	height:30px;
	display:inline-block;
	background:url(../image/sprite-icon.png) no-repeat center center;
}

header #cart button span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 8px 13px;
    background: #ffffff;
    border-radius: 5px;
    margin-left: 15px;
    position: relative;
    top: -11px;
}

header #cart button:hover span {
	background: #402E17;
	color:#ffffff;
}

header #cart button:hover span::before {
    border-right-color: #402E17;
}	

header #cart button span::before {
    content: '';
    border: 10px solid transparent;
    border-right: solid 10px;
    position: absolute;
    left: -18px;
    border-right-color: #ffffff;
    top: 6px;	
}

.log_log {
    float: right;
    margin-top: 26px;
    margin-right: 20px;
    padding: 0px;
    list-style: none;
}


.log_log a {
    color: #402E17;
    font-size: 32px;
}

.log_log a:hover {
	color:#ffffff;
}

#logo img {
	height:87px;
}

#cart > ul {
	display:none;
}

.main_image h2 {
    font-family: lobster,cursive;
    color: #E1CC00;
    font-size: 60px;
    margin: 0px;
	font-weight:normal;
}

.main_image_bg {
	width:100%;
	height:500px;
    position:relative;
}

.main_image_bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 500px;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0px;
    z-index: 1;
}

.main_image_bg img {
	width:100%;
}

.main_image {
    position: absolute;
    top: 0px;
    z-index: 100;
    text-align: center;
    padding-top: 63px;
    width: 100%;
}

.main_content {
	position:relative;	
}

.main_image .txtNew p.font_7 {
    font-family: times new roman,times,serif;
	font-size:20px;
	color:#ffffff;
}	

.main_image .txtNew {
    width: 618px;
    margin: 0px auto;
    margin-top: 35px;
    margin-bottom: 80px;
}

.probb {
    background-color: transparent;
    border: solid rgba(225, 204, 0, 1) 3px;
    cursor: pointer !important;
    font: normal normal normal 17px/1.3em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    transition: color 0.4s ease 0s;
    color: #E1CC00;
    display: inline-block;
    margin: calc(-1 * 3px) 3px 0;
    position: relative;
    white-space: nowrap;	
    height: 40px;
    line-height:35px;
    width: 200px	
}

.probb:hover {
	background:rgba(225, 204, 0, 1);
}

.probb:hover a {
    color: #402E17;
}

.probb a {
	color: #E1CC00;
	text-decoration:none;
}

.vizz:hover {
	background:rgba(225, 204, 0, 1);
}

.vizz:hover span {
    color: #402E17;
}

.vizz {
    background-color: transparent;
    border: solid rgba(225, 204, 0, 1) 3px;
    cursor: pointer !important;
    font: normal normal normal 17px/1.3em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    transition: color 0.4s ease 0s;
    color: #E1CC00;
    display: inline-block;
    margin: calc(-1 * 3px) 3px 0;
    position: relative;
    white-space: nowrap;
    height: 40px;
    line-height: 35px;
    width: 200px;
    margin-left: 25px;	
}

footer {
	width:980px;
	height:87px;
	margin:0px auto;
    background-color: rgba(225, 204, 0, 1);
    border-radius: 0 0 30px 30px;	
}

footer ul {
    width: 110px;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    text-align: center;
    padding-top: 20px;
    margin-bottom: -10px;
}

footer ul li {
    display: inline-block;
    margin: 0px 10px;
}

.foot_txtNew {
	width:100%;
	text-align:center;
    font: normal normal normal 14px/1.3em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    color: #383838;	
}

.main_content {
	background:#ffffff;
	padding:20px 30px;
}

.main_content h1 {
    font-family: lobster,cursive;
    color: #402E17;
    font-size: 40px;
    margin: 0px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    padding: 0px 50px;
    box-sizing: border-box;
}

.prod_list {
	overflow:hidden;
}

.prod_list > div {
    width: 251px;
    margin: 3%;
    float: left;
}

.prod_image {
    border: 1px solid rgba(64, 46, 23, 0.22);
    padding: 10px;
}

.prod_image img {
	max-width:100%;
}

.prod h4 {
    text-align: center;
    margin: 15px 0px;
	height: 50px;
}

.prod h4 a {
    color: #402E17;
	text-decoration:none;
	font-size:18px;
}

.pprice {
	float:left;
	width:50%;
	height:35px;
	line-height:35px;
	background:#E1CC00;
}

.pprice p {
	margin:0px;
	text-align:center;
	color:#402E17;
	font-size:18px;
}

.button-group {
	float:right;
	width:50%;	
	height:35px;
	line-height:35px;
}

.button-group button {
background: #402E17;
    height: 35px;
    border: none;
    color: #ffffff;
    display: block;
    width: 100%;
    outline: none;
    font-size: 15px;
    cursor: pointer;
}

.prod_thumbs {
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0px 0px 30px 0px;
}

.alert-success {
    width: 100%;
    text-align: center;
    background-color: rgba(225, 204, 0, 1);
    margin-top: 15px;
    padding: 10px 0px;
    color: #402E17;
    font-size: 16px;	
}

.alert-success a {
    color: #402E17;
    font-size: 16px;
}

.alert-success button {
	float:right;
	margin-right:15px;
	border:none;
	background:transparent;
	color:#402E17;
	font-size:16px;	
	outline:none;
	cursor:pointer;
}

.prod_price {
    color: #E1CC00;
    text-align: center;
    font-size: 24px;
	font-family: lobster,cursive;
}

.prod_price p {
	margin-top:0px;
}

#product {
	text-align:center;
}

#product .form-group select {
    height: 40px;
    border: 2px solid #ededed;
    width: 210px;
    margin-bottom: 15px;
    color: #402E17;
    font-size: 15px;
}

#product .form-group label {
    color: #402E17;
    font-size: 16px;
    display: inline-block !important;
    margin-right: 15px;	
}

#input-quantity {
display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #E1CC00;
    text-align: center;
    color: #402E17;
    font-size: 16px;
    padding: 0px;	
	margin-right:10px;
}

#button-cart {
    height: 44px;
    display: inline-block;
    background: #402E17;
    color: #ffffff;
    font-size: 17px;
    width: 215px;
    border: 0px;
    padding: 0px;
	cursor:Pointer;
	outline:none;
}

#simplecheckout_button_login {
    height: 35px;
    display: inline-block;
    background: #402E17;
    color: #ffffff;
    font-size: 17px;
    width: auto;
    border: 0px;
    padding: 0px;
    cursor: Pointer;
    outline: none;
    padding: 0px 20px;
    line-height: 35px;	
}

#simplecheckout_login input + a {
    color: #402E17;
    font-size: 15px;
    text-decoration: underline;
    display: block;
    margin: 10px 0px;	
}

.two_desc {
    background: #ededed;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}

.two_desc p {
    color: #402E17;
    font-size: 16px;	
	margin:0px;
}

.free_desc {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.free_desc > div {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
}

.free_desc > div h3 {
    color: #402E17;
    font-size: 18px;	
}

.free_desc > div p {
    color: #402E17;
    font-size: 16px;	
}

.free_desc > div ul {
	padding:0px;
	list-style:none;
}

.free_desc > div li {
    color: #402E17;
    font-size: 16px;	
}

.free_desc > div:first-child::after {
	content:'';
	display:block;
    position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:2px;
	background:#ededed;
}

.main_content.home {
	padding:0px;
}

.blbl {
    display: inline-block;
    width: 44%;
    background: #ededed;
    vertical-align: top;
    padding: 20px;
    height: 260px;
}

.blbl + .blbl {
	float:right;
}

.blbl h2 {
	font-weight:normal;
    color: #402E17;
    font-size: 22px;
    margin-top:0px;	
}

.blbl p {
    color: #402E17;
    font-size: 16px;	
}

.blbl a.btn {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0px 20px;
    background: #402E17;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.blbl input.btn {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0px 20px;
    background: #402E17;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
border:none;
outline:none;	
}

.blbl input.form-control {
margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 240px;
    padding-left: 10px;
    height: 35px;
    background: transparent;
}

.blbl input + a {
	color:#402E17;
	font-size:15px;
	text-decoration:underline;
	display:inline-block;
	margin-left:10px;
}

.form-horizontal fieldset {
	border:none;
	padding:0px;
	margin:0px;
}

.login_str {
    overflow:hidden;
}

.form-group label {
	display:none !important;
}

#simplecheckout_shipping .form-group label {
    display: block !important;
}

#simpleregister .form-horizontal > div {
	width:48%;
	display:inline-block;
	margin:10px 0px;
}

#simpleregister .form-horizontal > div:nth-child(2n) {
	float:right;
}

#simpleregister .form-horizontal > div input {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 10px;
    height: 35px;
	background:transparent;	
	color:#402E17;
	font-size:14px;	
}

#simpleregister .form-horizontal > div select {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 10px;
    height: 35px;
	background:transparent;	
	color:#402E17;
	font-size:14px;	
}

.simpleregister-have-account {
    color: #402E17;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 20px;	
}

.simpleregister-have-account a {
	color:#402E17;
	font-size:15px;	
}

#simpleregister_button_confirm {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 220px;
    margin: 0px auto !important;
    padding: 0px 20px;
    background: #402E17;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;	
}

.info {
	color:#402E17;
	font-size:16px;	
}

.info p {
	color:#402E17;
	font-size:16px;		
}

.info a {
	color:#402E17;
	font-size:16px;		
}

.log_log li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}

.ion-person {
    position: relative;
    top: 1px;	
}

.account_a {
	padding:0px;
	margin:0px;
	list-style:none;
}

.main_content h1 {
	margin-bottom:30px;
}

.account_a li {
    display: inline-block;
    width: 33%;
    padding: 0px 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.account_a li a {
	background:#402E17;
	color:#ffffff;
	display:inline-block;
	width:100%;
	height:35px;
	line-height:35px;
	padding:0px 20px;
	text-decoration:none;
	margin-bottom:5px;
	box-sizing: border-box;
	text-align:center;
}

.simpleregister-block-content .form-horizontal > div {
	width:48%;
	display:inline-block;
	margin:10px 0px;
}

.simpleregister-block-content .form-horizontal > div:nth-child(2n) {
	float:right;
}

.simpleregister-block-content .form-horizontal > div input {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 10px;
    height: 35px;
	background:transparent;	
	color:#402E17;
	font-size:14px;	
}

.simpleregister-block-content .form-horizontal > div select {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 10px;
    height: 35px;
	background:transparent;	
	color:#402E17;
	font-size:14px;	
}

.passw {
display: block;
    height: 45px;
    line-height: 45px;
    width: 220px;
    margin: 0px auto !important;
    padding: 0px 20px;
    background: #402E17;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
border:none;	
}

.main_content.pasw fieldset > div {
	width:48%;
	display:inline-block;
	margin:10px 0px;	
}

.main_content.pasw fieldset > div:nth-child(2n) {
	float:right;
}

.main_content.pasw fieldset > div input {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 10px;
    height: 35px;
	background:transparent;	
	color:#402E17;
	font-size:14px;	
}

.main_content.pasw fieldset > div select {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 10px;
    height: 35px;
	background:transparent;	
	color:#402E17;
	font-size:14px;	
}

.simplecheckout-cart td.name a {
	color:#402E17;
	font-size:18px;	
text-decoration:none;	
}

.quantity input {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 50px !important;
    padding-left: 0px;
    height: 35px;
    background: transparent;
    color: #402E17;
    font-size: 14px;
    text-align: center;	
}

#total_sub_total {
	color:#402E17;
	font-size:18px;		
}

.checkout-heading {
	color:#402E17;
	font-size:20px;	
}

.simplecheckout-block-content {
	padding:10px 0px !important;
}

.simplecheckout-block-content fieldset {
	border:none;
	padding:0px;
	margin:0px;	
}

.simplecheckout-block-content fieldset input.form-control {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 10px;
    height: 35px;
	background:transparent;	
	color:#402E17;
	font-size:14px;		
}
#simplecheckout_shipping select,
.simplecheckout-block-content fieldset select {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 10px;
    height: 35px;
	background:transparent;	
	color:#402E17;
	font-size:14px;		
}

.simplecheckout-block-content fieldset .form-group {
	margin-bottom:10px;
}

.row-customer_register > label {
    display: inline-block !important;
    color: #402E17;
    font-size: 18px;
    margin-right: 10px;	
}

#simplecheckout_customer .simplecheckout-block-content {
    padding-top: 30px !important;
}

.row-customer_register > div {
	display:inline-block !important;	
}

#simplecheckout_shipping_address .simplecheckout-block-content {
    padding-top: 70px !important;	
}
.row-customer_register > div input {
	display:none !important;
}

.row-customer_register > div input + span {
display: block;
    height: 30px;
    line-height: 25px;
    padding: 0px 20px;
    border: 2px solid #402E17;
    color: #402E17;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

.row-customer_register > div input:checked + span {
	background: #402E17;
	color: #ffffff;
}

.radio label {
	display:block !important;
}

.checkout-heading-button a {
    color: #402E17;
    font-size: 16px;	
}

#simplecheckout_shipping .radio label {
    color: #402E17;
    font-size: 16px;	
}

#simplecheckout_payment .radio label {
    color: #402E17;
    font-size: 16px;	
}

#simplecheckout_comment .checkout-heading {
	margin-bottom:15px;
}

#simplecheckout_payment {
	margin-top:70px;
}

#comment {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 10px;
    height: 80px;
    background: transparent;
    color: #402E17;
    font-size: 14px;	
}

#simplecheckout_button_confirm {
    height: 44px;
    display: block;
    background: #402E17;
    color: #ffffff;
    font-size: 17px;
    width: 215px;
    border: 0px;
    padding: 0px;
    cursor: Pointer;
    outline: none;
    line-height: 44px;
    text-align: center;
    margin: 0px auto !important;
}

.contact h2 {
	font-size:25px;
}

.contact .txtNew {
    margin-bottom: 20px;	
}

.contact .txtNew p {
    margin: 5px;
	font-size:18px;
}

.contact form {
    width: 435px;
    margin: 0px auto;
}

.contact form input {
    font: normal normal normal 13px/1.3em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    background-color: rgba(255, 255, 255, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 3px solid rgba(225, 204, 0, 1);
    color: #383838;
    margin: 0 0 5px;
    width: 100%;
    height: 30px;
    padding-left: 10px;	
}

.contact form textarea {
    font: normal normal normal 13px/1.3em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    background-color: rgba(255, 255, 255, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 3px solid rgba(225, 204, 0, 1);
    color: #383838;
    margin: 0 0 5px;
    width: 100%;
    min-height: 90px;
    height: 120px;	
	padding-left: 10px;
	padding-top:10px;
}

.contact form input.btn {
	height:40px;
	cursor:pointer;
}

.contact form input.btn:hover {
	background:rgba(225, 204, 0, 1);
	color: #402E17;
}

.contact .main_image {
	padding-top:40px;
}

.info_content {
    background-color: rgba(225, 204, 0, 1);
    padding: 40px;
}

.one_block {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0px 20px;
    text-align: center;
}

.one_block img {
display: block;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 1);
    border: 3px solid rgba(255, 255, 255, 1);
    overflow: hidden;
    margin:0px auto;	
}

.one_block h3 {
	font-family: lobster,cursive;
	color:#ffffff;
	font-size:25px;
	font-weight:normal;
}

.one_block p {
	font-size:16px;
	color:#402E17;
}

.info_content a {
    border: solid rgba(255, 255, 255, 1) 3px;
    color: #ffffff;
    font-size: 17px;
    width: 330px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    display: block;
    margin: 0px auto;
    text-decoration: none;
    margin-top: 30px;
}

.info_content a:hover {
	background:#ffffff;
    color: #402E17;	
}

.image_block {
	height:255px;
}

.two_block {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding: 0px 20px;
    text-align: center;	
}

.two_block h3 {
	font-family: lobster,cursive;
	color:#ffffff;
	font-size:25px;
	font-weight:normal;
}

.two_block p {
	font-size:16px;
	color:#402E17;
}

.two_block ul {
	padding:0px 20px;
}

.free_block {
	text-align:center;
}

.free_block h3 {
	font-family: lobster,cursive;
	color:#ffffff;
	font-size:25px;
	font-weight:normal;
}

.free_block p {
	font-size:16px;
	color:#402E17;
}

.free_block img {
display: block;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 1);
    border: 3px solid rgba(255, 255, 255, 1);
    overflow: hidden;
    margin:0px auto;
}

.two_block ul li {
	text-align:left;
	font-size:16px;
	color:#402E17;	
}

#tab-review h3 {
font-family: lobster,cursive;
    color: #402E17;
    font-size: 30px;
    margin: 0px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    padding: 0px 50px;
    box-sizing: border-box;	
}

#tab-review {
	padding-top:20px;
	text-align:center;
}

#tab-review {
}

.fff {
	width:450px;
	margin:0px auto;	
}

#tab-review h2 {
color: #402E17;
    font-size: 22px;
    margin: 0px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    padding: 0px 50px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#tab-review .form-group input.form-control {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 10px;
    height: 35px;
	background:transparent;	
	color:#402E17;
	font-size:14px;	
}

#tab-review .form-group textarea.form-control {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 100%;
    padding-left: 10px;
    height: 80px;
	background:transparent;	
	color:#402E17;
	font-size:14px;	
}

#button-review {
    height: 40px;
    display: block;
    background: #402E17;
    color: #ffffff;
    font-size: 17px;
    width: 215px;
    border: 0px;
    padding: 0px;
    cursor: Pointer;
    outline: none;
    line-height: 40px;
    text-align: center;
    margin: 0px auto !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;	
}

#tab-review .alert {
	margin-bottom:15px;
}

#review {
    margin-top: 20px;
    margin-bottom: 20px;
}

#review table td {
    border: 1px solid rgba(64, 46, 23, 0.22);
    padding: 10px;	
	color:#402E17;
	font-size:17px;
	margin-bottom:20px;
    padding:15px 0;
    width:800px;
    margin:0 auto;
}

#review table {
    border-collapse: collapse;    	
}

.fa.fa-stack {
	color: #E1CC00;
}

#review p {
	color: #402E17;
	font-size:17px;
}

.forg .form-group > div {
    width:100%;
	text-align:center;
}

.forg .form-group > div .form-control {
    margin-bottom: 10px;
    border: 2px solid #ededed;
    width: 250px;
    padding-left: 10px;
    height: 35px;
	background:transparent;	
	color:#402E17;
	font-size:14px;		
}

.forg .form-group > div input.btn {
    height: 40px;
    display: block;
    background: #402E17;
    color: #ffffff;
    font-size: 17px;
    width: 215px;
    border: 0px;
    padding: 0px;
    cursor: Pointer;
    outline: none;
    line-height: 40px;
    text-align: center;
    margin: 0px auto !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;		
}

.main_content.pay {
	text-align:center;
}

.main_content.pay input.btn {
    height: 40px;
    display: block;
    background: #402E17;
    color: #ffffff;
    font-size: 17px;
    width: 215px;
    border: 0px;
    padding: 0px;
    cursor: Pointer;
    outline: none;
    line-height: 40px;
    text-align: center;
    margin: 0px auto !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;		
}

.simplecheckout-cart-total .form-control {
    border: 2px solid #ededed;
    width: 100px;
    padding-left: 10px;
    height: 30px;
    background: transparent;
    color: #402E17;
    font-size: 14px;   
}

.simplecheckout-cart-total.coup {
    display: inline-block;
    float: right;
} 

.simplecheckout-cart-total.simplecheckout-cart-buttons {
    display: inline-block;
    float: right;  
    margin-top:6px;
}

#simplecheckout_cart {
    overflow:hidden;
}

.order_l table td {
    border: 1px solid rgba(64, 46, 23, 0.22);
    padding: 10px;	
	color:#402E17;
	font-size:17px;
}

.order_l table {
    border-collapse: collapse; 
        width: 100%;
}

.ordd table {
border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;    
}

.ordd table td {
    border: 1px solid rgba(64, 46, 23, 0.22);
    padding: 10px;	
	color:#402E17;
	font-size:17px;
}

fieldset {
    margin:0px;
    padding:0px;
    border:none;
}