body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;  
}

/* Cart Pages */
/*#column-left {
    float: left;
    width: 180px;
}*/
#column-left .box{ width: 100%;  }
.box {
    margin-bottom: 20px;
	color: #555555;
	border: 2px solid #ECF1C8;
	padding: 15px;
	width: 170px;
    background: #f1f3e1;
}

.banner div {
    display: none;
    text-align: center;
    width: 100%;
}

#column-left + #column-right + #content, #column-left + #content {
    margin-left: 195px;
}

#content {
    margin-bottom: 25px;
    min-height: 400px;
}


.breadcrumb {
    color: #cccccc;
    margin-bottom: 10px;
    font-size: 14px;
}

#container {
    text-align: left;
}

.category-info {
    margin-bottom: 20px;
    overflow: auto;
}

.category-list {
    margin-bottom: 20px;
    overflow: auto;
}

.product-filter {
    border-bottom: 1px solid #eeeeee;
    overflow: auto;
    padding-bottom: 5px;
}

.product-compare {
    font-weight: bold;
    margin-bottom: 25px;
    padding-top: 6px;
}

.pagination {
    border-top: 1px solid #eeeeee;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 8px;
    width: 100%;
}

/* Login Page */
.login-content {
    margin-bottom: 20px;
    overflow: auto;
}
.login-content .left {
    float: left;
    width: 48%;
}
.login-content .right {
    float: right;
    width: 48%;
}
.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}

#column-right {
    float: right;
    width: 180px;
}

a.button {
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
}
a.button.not_fix_width{
    width: inherit;
    display: inline-block;
    font-size: 1.1em;
}
a.button.checkout{
    width: inherit;
    display: inline-block;
    font-size: 1.1em;
    background: #604530;
    padding: 6px 26px 6px 26px;
}


a.button, input.button {/*
    background: url("../image/button.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 7px;
    box-shadow: 0 2px 2px #dddddd;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;*/
	width: 100px;
	background:#603813;
	border-radius:5px;
	color:white;
	font-size: 12px;
	text-align:center;
	padding:5px 0;
	cursor:pointer;
    margin-bottom: 10px;
}

/* My Account */

a, a:visited, a b {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}

input[type='text'], input[type='password'], textarea {
    background: #F8F8F8;
    border: 1px solid #dacaca !important;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 5px;
}
select {
  border: 1px solid #cdd878;
  padding: 2px;
  border-radius: 0px;
  background: #f8f9f1;
  padding: 5px 0px;
}
label {
    cursor: pointer;
}
/* layout */
#container {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
/*#column-left {
    float: left;
    width: 180px;
}*/
#column-right {
    float: right;
    width: 180px;
}
#content {
    min-height: 400px;
    margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
    /*margin-left: 195px;*/
    margin-left: 240px;
}
#column-right + #content {
    margin-right: 195px;
}
/* header */
#header {
    height: 90px;
    margin-bottom: 7px;
    padding-bottom: 4px;
    position: relative;
    z-index: 99;
}
#header #logo {
    position: absolute;
    top: 25px;
    left: 15px;
}
#language {
    /*position: absolute;*/
    float: right;
    margin:18px 24px 0 0;
    top: 15px;
    left: 320px;
    width: 80px;
    color: #999;
    line-height: 17px;
    font-size: 12px;
}
#language img {
    cursor: pointer;
    margin-right: 5px;
}
#currency {
    /*width: 75px;*/
    float:right;
    top: 15px;
    left: 425px;
    color: #999;
    line-height: 17px;
	margin:18px 24px 0 0;
	font-size:14px;
	text-align:right;
}

#currency > div{
	margin-right:4px;
}
#currency a {
    display: inline-block;
    padding: 2px 4px;
    color: #999;
    text-decoration: none;
    margin-right: 2px;
    margin-bottom: 2px;
	font-size:12px;
}
#currency a b {
    color: #000;
    text-decoration: none;
	font-size:12px;
}
#header #cart {
    position: absolute;
    top: 0px;
    right: 145px;
    z-index: 9;
    min-width: 300px;
}
#header #cart .heading {
    float: right;
    margin-right: 172px;
    margin-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #EEEEEE;
    background: #FFF;
    position: relative;
    z-index: 1;
}
#header #cart .heading h4 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
}
#header #cart .heading a {
    color: #38B0E3;
    text-decoration: none;
}
#header #cart .heading a span {
    background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
    padding-right: 15px;
}
#header #cart .content {
    clear: both;
    display: none;
    position: relative;
    top: -1px;
    padding: 8px;
    min-height: 150px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    -webkit-border-radius: 0px 7px 7px 7px;
    -moz-border-radius: 0px 7px 7px 7px;
    -khtml-border-radius: 0px 7px 7px 7px;
    border-radius: 0px 7px 7px 7px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    background: #FFF;
}
#header #cart.active .heading {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
    display: block;
}
.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #000;
    padding: 4px;
}
#header #cart .checkout {
    text-align: right;
    clear: both;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}
#header #search {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 298px;
    z-index: 15;
}
#header .button-search {
    position: absolute;
    left: 0px;
    background: url('../image/button-search.png') center center no-repeat;
    width: 28px;
    height: 24px;
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
}
#header #search input {
    background: #FFF;
    padding: 1px 1px 1px 33px;
    width: 262px;
    height: 21px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0px 2px 0px #F0F0F0;
    -moz-box-shadow: 0px 2px 0px #F0F0F0;
    box-shadow: 0px 2px 0px #F0F0F0;
}
#header #welcome {
    position: absolute;
    top: 47px;
    right: 0px;
    z-index: 5;
    width: 298px;
    text-align: right;
    color: #999999;
}
#header .links {
    position: absolute;
    right: 0px;
    bottom: 3px;
    font-size: 10px;
    padding-right: 10px;
}
#header .links a {
    float: left;
    display: block;
    padding: 0px 0px 0px 7px;
    color: #38B0E3;
    text-decoration: none;
    font-size: 12px;
}
#header .links a + a {
    margin-left: 8px;
    border-left: 1px solid #CCC;
}
/* menu */
#menu {
    background: #585858;
    border-bottom: 1px solid #000000;
    height: 37px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;
    padding: 0px 5px;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu > ul > li {
    position: relative;
    float: left;
    z-index: 20;
    padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
    font-size: 13px;
    color: #FFF;
    line-height: 14px;
    text-decoration: none;
    display: block;
    padding: 6px 10px 6px 10px;
    margin-bottom: 5px;
    z-index: 6;
    position: relative;
}
#menu > ul > li:hover > a {
    background: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu > ul > li > div {
    display: none;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    padding: 5px;
    border: 1px solid #000000;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -khtml-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
    display: table;
}
#menu > ul > li > div > ul {
    display: table-cell;
}
#menu > ul > li ul + ul {
    padding-left: 20px;
}
#menu > ul > li ul > li > a {
    text-decoration: none;
    padding: 4px;
    color: #FFFFFF;
    display: block;
    white-space: nowrap;
    min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
    background: #000000;
}
#menu > ul > li > div > ul > li > a {
    color: #FFFFFF;
}
.breadcrumb {
    color: #CCCCCC;
    margin-bottom: 30px;
}
.success, .warning, .attention, .information {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.success {
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 1px solid #BBDF8D;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 1px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 1px solid #F2DD8C;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
.error {
    display: block;
    color: #b5282b;
    font-size: 14px;
}
.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif;
    display: block;
}
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {
    width: 200px;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width: 300px;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
table.list tbody td {
    padding: 0px 5px;
}
table.list .left {
    text-align: left;
    padding: 7px;
}
table.list .right {
    text-align: right;
    padding: 7px;
}
table.list .center {
    text-align: center;
    padding: 7px;
}
table.radio {
    width: 100%;
    border-collapse: collapse;
}
table.radio td {
    padding: 5px;
}
table.radio td label {
    display: block;
}
/*table.radio tr td:first-child {
    width: 1px;
}*/
table.radio tr td:first-child input {
    margin-top: 1px;
    margin: 0px;
    position: relative;
}
table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}
.pagination {
    border-top: 1px solid #EEEEEE;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.pagination .links {
    float: left;
}
.pagination .links a {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 4px 10px;
    text-decoration: none;
    color: #A3A3A3;
}
.pagination .links b {
    display: inline-block;
    border: 1px solid #269BC6;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #269BC6;
    background: #FFFFFF;
}
.pagination .results {
    float: right;
    padding-top: 3px;
    font-size: 14px;
}
/* button */
a.button, input.button {/*
    cursor: pointer;
    color: #FFFFFF;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: url('../image/button.png') repeat-x;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    -webkit-box-shadow: 0px 2px 2px #DDDDDD;
    -moz-box-shadow: 0px 2px 2px #DDDDDD;
    box-shadow: 0px 2px 2px #DDDDDD;*/
	width: 100px;
	/*background:#603813;*/
	border-radius:5px;
	color:white;
	font-size: 12px;
	text-align:center;
	padding:5px 0;
	cursor:pointer;
    background: #b6be35;
}
a.button {
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
}
input.button {
    margin: 0;
    border: 0;
    height: 24px;
    padding: 0px 12px 0px 12px;
    margin-bottom: 10px;
}
a.button:hover, input.button:hover {
    background-position: 0px -24px;
}
.buttons {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.htabs {
    line-height: 16px;/*
    border-bottom: 1px solid #DDDDDD;*/
}
.htabs ul{ padding: 0px; list-style: none; overflow: hidden;}
.htabs ul li{ float: left; margin-right: 5px;}
.htabs ul li.ui-tabs-active a{  background: #b6be35; color: #ffffff; }
.htabs li.ui-tabs-active>a:after{
    border-color: transparent transparent transparent #b6be35;
}

.htabs li>a {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    /*background: #FFFFFF url('../image/tab.png') repeat-x;*/
    padding: 7px 18px 6px 41px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 2px;
    background: #f1f3e1;
    position: relative;

}
.htabs li>a:before{
    content: '';
    top: 0;
    bottom: 0;
    width: 15px;
    position: absolute;
    border-style: solid;
    border-width: 0px 0px 28px 22px;
    border-color: transparent transparent transparent #ffffff;
    left: -2px;
}

.htabs li>a:after{
    content: '';
    top: 0;
    bottom: 0;
    width: 15px;
    position: absolute;
    border-style: solid;
    border-width: 0px 0px 28px 22px;
    border-color: transparent transparent transparent #f1f3e1;
    right: -22px;
    z-index: 1;
}
.htabs li>a.selected {
    padding-bottom: 7px;
    background: #FFFFFF;
}
#tab-description{ padding-top: 20px; }
.tab-content {/*
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;*/
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 15px;    
    clear: both;
}
.product-info{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;  
  background: url("../image/mainBGpaper.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 25px;
  border-radius: 5px;  
}


/* box */
.box {
    margin-bottom: 20px;
}
.box .box-heading {/*
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #DBDEE1;
    background: url('../image/background.png') repeat-x;
    padding: 8px 10px 7px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    color: #333;*/
	font-size:18px;
    color: #b6c544;
    text-transform: uppercase;
    border-bottom: 1px dashed;
    margin-bottom: 18px;    
}
.box .box-content {/*
    background: #FFFFFF;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -khtml-border-radius: 0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
    border-left: 1px solid #DBDEE1;
    border-right: 1px solid #DBDEE1;
    border-bottom: 1px solid #DBDEE1;
    padding: 10px;*/
	margin-top:10px;
}
/* box products */
.box-product {
    width: 100%;
    overflow: auto;
}
/*.box-product > div {
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
}*/
#column-left + #column-right + #content .box-product > div {
    width: 119px;
}
.box-product .image {
    display: block;
    margin-bottom: 0px;
}
.box-product .image img {
    padding: 3px;
    border: 1px solid #E7E7E7;
}
.box-product .name a {
  color: #603813;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  padding: 5px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1em;
}
.box-product .price {
    display: block;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
}
.box-product .price-old {
    color: #F00;
    text-decoration: line-through;
}
.box-product .price-new {
    font-weight: bold;
}
.box-product .rating {
    display: block;
    margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-category > li:first-child {
    padding: 0px 8px 8px 0px;
}
ul.box-category > li {
    padding: 8px 8px 2px 0px;
}
ul.box-category > li + li {/*
    border-top: 1px solid #EEEEEE;*/
}
ul.box-category > li > a {
    text-decoration: none;
    color: #666;
}
ul.box-category > li ul {
    display: none;
}
ul.box-category > li a.active {
    font-weight: bold;
    color: #292927;
}
ul.box-category > li a.active + ul {
    display: block;
}
ul.box-category > li ul > li {
    padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
    text-decoration: none;
    display: block;
}
ul.box-category > li ul > li > a.active {
    font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.box-filter span {
    font-weight: bold;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
ul.box-filter > li ul {
    padding-bottom: 10px;
}
/* content */
#content .content {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
/* category */
.category-info {
    overflow: auto;
    margin-bottom: 20px;
}
.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #E7E7E7;
}
.category-list {
    overflow: auto;
    margin-bottom: 20px;
}
.category-list ul {
    float: left;
    width: 18%;
}
/* manufacturer */
.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}
.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
/* product */
.product-filter {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 5px;
    overflow: auto;
    font-size: 14px;
}
.product-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #333;
}
.product-filter .display a {
    font-weight: bold;
}
.product-filter .sort {
    float: right;
    color: #333;
}
.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #333;
}
.product-compare {
    padding-top: 6px;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 14px;
}
.product-compare a {
    text-decoration: none;
    font-weight: normal;
}
.product-list > div {
    overflow: auto;
    margin-bottom: 15px;
}
.product-list .right {
    float: right;
    margin-left: 15px;
}
.product-list > div + div {/*
    border-top: 1px solid #EEEEEE;*/
    padding-top: 16px;
}
.product-list .image {
    float: left;
    margin-right: 10px;
}
.product-list .image img {
    padding: 3px;/*
    border: 1px solid #E7E7E7;*/
    width: 150px;
    height: 150px;
}
.product-list .name {
    margin-bottom: 3px;
}
.product-list .name a {/*
    color: #38B0E3;
    font-weight: bold;
    text-decoration: none;*/
	color:#603813;
	font-size:20px;
}
.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #4D4D4D;
	font-size:12px;
}
.product-list .rating {
    color: #7B7B7B;
}
.product-list .price {
    float: right;
    height: 50px;
    margin-left: 8px;
    text-align: right;
    color: #333333;
    font-size: 12px;
}
.product-list .price-old {
    color: #F00;
    text-decoration: line-through;
}
.product-list .price-new {
    font-weight: bold;
}
.product-list .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #BBBBBB;
}
.product-list .cart {
    margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
    margin-bottom: 3px;
}
.product-list .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
    font-size: 14px;
}
.product-list .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left 60% no-repeat;
    font-size: 14px;
}
.product-grid {
    width: 100%;
    overflow: auto;
    padding: 10px 10px;
}
.product-grid > div {
/*    width: 235px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 15px;*/
    height: 520px;
    margin-bottom: 20px;
}

div.product-item{
  margin-bottom: 15px;
  padding: 15px;
  overflow: inherit;
  border-radius: 5px;  
  overflow: hidden;
}


div.product-item:hover{
  box-shadow: 0px 3px 17px #cccccc;
  -webkit-transition: box-shadow 1s; 
  transition: box-shadow 1s;
}


.product-list .product-item{
  width: 100% !important;
  clear: both !important;
}
 
#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}
.product-grid .image {
    display: block;
    margin-bottom: 0px;
}
.product-grid .image img {
    padding: 3px;
/*    width: 150px;
    height: 150px;*/
    border-radius: 5px;
    padding: 10px;
    display: block;
    margin: 0px auto;
}
.product-grid .name a {
    color: #603813;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    padding: 5px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1em;
    height: 40px;
}
.product-grid .description {
    font-size: 13px;
    font-weight: normal;
    color: #363638;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    height: 55px;
    overflow: hidden;
}
.product-grid .rating {
    /*display: table;*/
    margin: 0px auto 4px ;
}
.product-grid .price {
    display: block;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
}
.product-grid .price-old {
    color: #F00;
    text-decoration: line-through;
}
.product-grid .price-new {
    font-weight: bold;
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    margin-bottom: 3px;
    margin-top: 10px;
}
.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
}
.product-grid .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
    font-size: 13px;
}
.product-grid .compare a {
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
    overflow: auto;
    margin-bottom: 20px;
}
.product-info > .left {
    float: left;
    margin-right: 15px;
}
.product-info > .left + .right {
    margin-left: 265px;
}
.product-info .image {/*
    border: 1px solid #E7E7E7;*/
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
	width:250px;
	height:250px;
}
.product-info .image-additional {
    width: 260px;
    margin-left: -10px;
    clear: both;
    overflow: hidden;
}
.product-info .image-additional img {
    border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
}
.product-info .description {/*
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;*/
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px;
}
.product-info .description span {
    color: #999;
}
.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}
.product-info .price {
    overflow: auto;/*
    border-bottom: 1px solid #E7E7E7;*/
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    font-size: 15px;
}
.product-info .price-old {
    color: #F00;
    text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}
.product-info .options {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    color: #000000;
}
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}
.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}
.product-info .cart {/*
    border-bottom: 1px solid #E7E7E7;*/
    padding: 0px 5px 10px 5px;
    margin-bottom: 20px;/*
    color: #4D4D4D;*/
}
.product-info .cart div > span {
    color: #999;
}
.product-info .cart .links {
    display: inline-block;
    vertical-align: middle;
}
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
}
.product-info .review {/*
    color: #4D4D4D;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;*/
    margin-bottom: 10px;
}
.product-info .review > div {
    padding: 8px;/*
    border-bottom: 1px solid #E7E7E7;*/
    line-height: 20px;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.product-info .review .share {
    overflow: auto;
    line-height: normal;
}
.product-info .review .share a {
    text-decoration: none;
}
.review-list {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #ced4a7;
    border-radius: 5px;
}
.review-list .author {
    float: left;
    margin-bottom: 20px;
    color: #444444;
}
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}
.review-list .text {
    clear: both;
    color: #757575;
    font-size: 14px;
}
.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.attribute td {
    padding: 7px;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}
.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info .price-old {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
/* wishlist */
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}
.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
    text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}
.wishlist-info tbody .price s {
    color: #F00;
}
.wishlist-info tbody .action img {
    cursor: pointer;
}
.login-content {
    margin-bottom: 20px;
    overflow: auto;
}
.login-content .left {
    float: left;
    width: 48%;
}
.login-content .right {
    float: right;
    width: 48%
}
.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}
/* orders */
.order-list {
    margin-bottom: 10px;
}
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}
/* returns */
.return-list {
    margin-bottom: 10px;
}
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    overflow: auto;
    margin-bottom: 20px;
}
.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}
.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}
.return-opened textarea {
    width: 98%;
    vertical-align: top;
}
.return-captcha {
    float: left;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}
.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
/* cart */
.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
.cart-info td {
    padding: 7px;
}
.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
    text-align: right;
}
.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
/*.cart-info tbody .image img {
    border: 1px solid #DDDDDD;
}*/
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}
.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}
.cart-module > div {
    display: none;
}
.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
/* checkout */
.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
    border-radius: 5px;
}
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}
.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}
.checkout-content .left {
    float: left;
    width: 48%;
}
.checkout-content .right {
    float: right;
    width: 48%;
}
.checkout-content .buttons {
    clear: both;
}
.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}
.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #DDDDDD;
}
.contact-info {
    overflow: auto;
}
.contact-info .left {
    float: left;
    width: 48%;
}
.contact-info .right {
    float: left;
    width: 48%;
}
.sitemap-info {
    overflow: auto;
    margin-bottom: 40px;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}
.sitemap-info .right {
    float: left;
    width: 48%;
}
/* footer */
#footer {
    clear: both;
    overflow: auto;
    min-height: 100px;
    padding: 20px;
    border-top: 1px solid #DBDEE1;
    border-bottom: 1px solid #DBDEE1;
    background: #F8F8F8;
}
#footer h3 {
    color: #000000;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 8px;
}
#footer .column {
    float: left;
    width: 25%;
    min-height: 100px;
}
#footer .column ul {
    margin-top: 0px;
    margin-left: 8px;
    padding-left: 12px;
}
#footer .column ul li {
    margin-bottom: 3px;
}
#footer .column a {
    text-decoration: none;
    color: #000;
}
#footer .column a:hover {
    text-decoration: underline;
}
#powered {
    margin-top: 5px;
    text-align: right;
    clear: both;
}
/* banner */
.banner div {
    text-align: center;
    width: 100%;
    display: none;
}
.banner div img {
    margin-bottom: 20px;
}


/**/

#notification, .warning, .success {
    float: left;
    text-align: left;
    width: inherit;
    width: 100%;
}

h1{
	margin: 15px 0 0 0;
	font-size:25px;
	font-weight:normal;
}

.ind-prod-page {
/*    background: url("../image/mainBGpaper.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 25px;
    border-radius: 5px;*/
}

.cDivRedline {
    background: none repeat scroll 0 0 #cdd878;
    height: 2px;
    margin-top: 15px;
    width: 725px;
}

.ind-prod-name a {
    color: #603813 !important;
    font-size: 14px;
}

.ind-prod-h3 {
    color: #959e50;
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: normal;
}

.ind-prod-breadcrumb {
    font-size: 12px;
    color: #333333;
}

/* Blend page styles */

#iDivBlackFrTeaTxt{
	display:none;
}

/* Brewing page styles */

#iDivBreTxt1{
	margin-top:5%;
}

#iDivBrewBrownBar{
	width:2px;
	height: 194px;
	background:#999;
	margin:6% 20px 0 0;
}

h1{
    color: #b6c544;
    margin: 5px 0px 10px;
}

#tab-review h2{ color: #825a17;  }
ul.drop li ul{ width: 170px; }
ul.drop li ul li{
  font-size: 14px;
  background: #ECF1C8;
  line-height: 1.3em;
  padding-left: 10px;
  padding: 4px 10px;    
}

#iDivMenuCover a{ color: #5d452b; }
#iDivOthrLinks{ font-size: 15px; }
#iDivOthrLinks a{ color: #5d452b; }



.featured_list{ display: block; }
.featured_list .box-heading{ color: #b6c544; margin: 5px 0px 10px; text-transform: uppercase;  font-size: 20px; padding: 10px 0px;     display: table;
    width: 100%;}
.featured_list .box-product>div{
/*  width: 235px;
  display: inline-block;
  vertical-align: top;*/
  /*margin-right: 17px;*/
  margin-bottom: 15px; 
  padding: 15px;
  overflow: inherit;
  height: 520px;
  border-radius: 5px;
}

.featured_list .box-product>div:hover{
  box-shadow: 0px 3px 17px #cccccc;
  -webkit-transition: box-shadow 1s; 
  transition: box-shadow 1s;
}
.featured_list .box-product{ overflow: inherit;   display: table;  width: 100%; }
.featured_list .box-product>div .image img{
  padding: 3px;
  border: 1px solid #c4d6b0;
/*  width: 150px;
  height: 150px;*/
  border-radius: 5px;
  padding: 10px; 
  border: none;
  display: block;
  margin: 0px auto;
} 

.featured_list .name a{
  color: #603813;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  padding: 5px 0px; 
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1em;
}

.featured_list .description {
  font-size: 14px;
  font-weight: normal;
  color: #363638;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;  
}

.featured_list .wishlist, .featured_list .compare{ margin-bottom: 3px; }
.featured_list .wishlist a, .featured_list .compare a{
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  background: url(../image/add.png) left center no-repeat;
}

.featured_list.latest{
  padding-top: 15px; 
}

.top_border{
  border-top: 1px solid #EEEEEE;
}

#iDivMimage.img_slider{ width: 100%;     height: 45%;}
#iDivMimage.img_slider img{}


/*#carousel_home*/
#carousel_home.carousel.slide{ 
    height: 470px;
    width: 100%;
    display: block;
    overflow: hidden;
    background: #3c2f24;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#carousel_home .carousel-inner{ height: 100%; }
#carousel_home .carousel-inner .item{ width: 100%; height: 100%;  }

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel .carousel-inner .title{
  position: absolute;
  left: 20%;
  color: #ffffff;
  top: 64%;
  font-size: 4em;
  font-family: 'Sacramento', cursive;
  text-shadow: 2px 2px 1px #5a3c06;
}



/*instagram*/
.instagram_block{
    border-top: 1px solid #bcc5be;
    padding-top: 15px; 
    /*margin-top: 10px;   */
    /*background: #efefef;*/
    /*background: url('../image/bg_lines.png');*/
}
.instagram_block .heading{
    color: #b6c544;
    margin: 5px 0px 10px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 0px;
    text-align: center;
}
.instagram_shots{
    margin: 20px 0;
    text-align: center;
}
/*.instagram_shots img{ width: 250px; }*/
.instagram_shots li{
    display: inline-block;
    margin: 0 10px 10px 0;
}
.ie7 .instagram_shots li{
    display: inline;
    zoom: 1;
}
.instagram_shots li img{ border-radius: 5px; }
.instagram_shots li img:hover{
    box-shadow: 1px 1px 8px #a7a7a7;
}

/*sign_up_block*/
.sign_up_block{ padding: 4px 0px; background: url('../image/sign_up_bg.jpg') repeat; display: table; width: 100%; }
.sign_up_block .text{ 
  color: #ffffff; 
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  padding: 5px 0px;
}
.sign_up_block .text .h3{ padding: 0px; font-size: 1.1em; margin: 0px; }
.sign_up_block .text .p{ line-height: 0.6em;}
.sign_up_block input{     margin-top: 2px; padding-left: 15px; }
.sign_up_block .subribe{ 
  background: #b5be00;
  padding: 6px 25px;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 2px;
  font-size: 1em;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: inline-block;
}


.g_map{ display: block; width: 100%; }
.g_map .h2{
  color: #b6c544;
  margin: 5px 0px 10px;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0px;
  display: table;
  width: 100%;
}
#map{ height: 500px; display: block; width: 100%; display: block; }


#colorbox h2,
.checkout_block h2{ color: #b6be35; font-size: 20px; }
.checkout_block p{     color: #60482c; }
.checkout_block table td{ padding: 3px 5px; }
.checkout_block .cart-info td{ padding: 10px 5px; }
.checkout_block select{ border: 1px solid #dacaca; height: 32px; }

#colorbox{outline: none;}
#cboxClose{ border: 0px; }
#cboxContent{ padding: 15px; }





/*offers_block*/
.info-offers_block{ display: block;  margin: 20px 0px;}
.info-offers_block .info-offer_content{ 
    position: relative; 
    width: 100%; height: 300px; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 12px;
    border-radius: 0px;
}
.info-offers_block .info-offer_content .text_block{
    background: #ffffff;
    border-radius: 0px;
    display: inline-block;
    height: 100%;
    padding: 30px 20px;
    max-width: 50%;
}
.info-offers_block .info-offer_content .text_block .date{  
    color: #000000;  font-size: 14px; 
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.info-offers_block .info-offer_content .text_block .h3{ 
    color: #000000;  
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.info-offers_block .info-offer_content .text_block p{ 
    color: #000000;  
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
}
.info-offers_block .small-info{ padding-left: 0px; }



.new_year_elements{
  background: url(../image/img/new_year_cont.png) no-repeat;
  width: 300px;
  height: 114px;
  position: absolute;
  z-index: -1;
  margin-top: -42px;
}

.header_bg{
  /*background: url('../image/header_bg.jpg') repeat-x;*/
}


.product_reviews h2{ 
    font-family: 'Roboto', sans-serif; font-size: 1.2em; 
    background: #e3e4c8;
    padding: 6px 12px;
    border-radius: 5px;
}

/*.cart input[type="button"]{
    width: 100% !important;
}*/

.image a,
.image a img,
input,
a{
    border: 0 !important;
    outline : none !important;
}

.zoomWindowContainer>div{border-color: #d2e064 !important; border-radius: 5px; z-index: 3 !important; }
.product-info .review .share a{ display: inline-block; vertical-align: middle; font-size: 12px !important; color: transparent; }
.product-info .review .share a span{ vertical-align: middle; }

.box-category .tea_leaf{ 
    height: 30px; 
    margin-right: 10px;
    transform: rotate(-60deg);
}


#tab-related .box-product .name a{ font-size: 14px !important; }
#tab-related .box-product .price{ font-size: 0.9em !important; }

#tab-review input[type="text"]{ width: 98%; padding: 5px 0px; }


/*#carousel_home .valentine .title{ 
    font-size: 22px;
    line-height: 21px;
    font-family: inherit;
    text-shadow: 2px 2px 1px #0e0a03;
}
#carousel_home .valentine .title span a{ color: #f1b849; text-decoration: underline; }
#carousel_home .valentine .title span{ color: #f1b849;   }*/


#tab-review{ display: none; }




/*cards_forms*/
#card_modal .modal-dialog{
    background: none;
    border: 0px;
    box-shadow: none;    
}
.card_form{ 
    /*width: 406px; */
    width: 100%;
    min-height: 500px; background: #8bc027; 
    position: absolute;
    border-radius: 0px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px;
 }
 .card_form:before{
    position: absolute;
    width: 100%;
    height: 20px;
    content: '';
    margin-top: -7px;
    background: url('/image/cards/half_buble.png') repeat-x;
    left: 0px;
    top: 0px;
 }
.card_form:after{
    position: absolute;
    width: 100%;
    height: 20px;
    content: '';
    margin-bottom: -19px;
    background: url('/image/cards/half_buble_bottom.png') repeat-x;
    bottom: 0px;
    left: 0px;
}
.card_form p{
    color: #ffffff;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    line-height: 17px;
    font-size: 15px;   
    margin-bottom: 15px; 
}
.card_form input[type="text"]{ 
  width: 280px;
  padding: 5px 10px;
  display: block;
  margin: 10px auto;
  border: 1px dashed #a9d06b !important;
  background: #f9ffb3;  
  font-weight: normal;
  color: #0c3517;
}
.card_form img.send:hover{ opacity: 0.9; }
.card_form .success_msg{ text-align: center; color: #ffffff; font-size: 14px; padding: 10px 20px; }

h2.shipping_method_heading{
  color: #ffffff !important;
  background: #bbc154;
  padding: 5px;
}

#cboxLoadedContent{ width: 100% !important; overflow: hidden; }
#shipping-method table.radio tr td b,
#colorbox table.radio tr td b{
  background: #e2f1d5;
  padding: 3px 10px;
  color: #7b8e38;  
  border: 1px dashed #7b8e38;
  border-radius: 4px;
  margin: 5px 0px;
  display: block;  
}

table.radio{     display: table;  }
#payment-method table.radio,
#shipping-method table.radio,
#colorbox table.radio {
  width: 100%;
  border-collapse: collapse;
  display: table;   
}
#colorbox table.radio {
  height: 360px;
  overflow: auto;  
  display: block;
}
select{ outline: none; }

ul.account_menu{ list-style: none; padding: 0px; }
ul.account_menu li{ padding: 0px 8px 8px 0px; }
ul.account_menu li a{     color: #5f462b; }

.account_area h2{
    font-size: 20px;
    color: #5f462b;
}