.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  max-width: 290px;
  width: 100%;
  height: 20px;
}
@media (min-width: 992px) {
  .slider.slider-horizontal {
    max-width: 230px;
  }
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #999 0%, #AAA 100%);
  background-image: -o-linear-gradient(top, #999 0%, #AAA 100%);
  background-image: linear-gradient(to bottom, #999 0%, #AAA 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ffaaaaaa', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
#content header {
  margin: 0;
}
div.pageheader {
  margin: 0 20px 25px 0px;
}
@media (min-width: 768px) {
  div.pageheader {
    margin: 0 20px 25px 15px;
  }
}
div.pageheader h2 {
  font-size: 21px;
  color: #937E60;
}
.innerwrap {
  max-width: 880px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .innerwrap {
    margin: 0  auto;
  }
}
.center {
  text-align: center;
}
.paging {
  padding: 50px 0 100px 0;
  margin: 0 0px;
  text-align: center;
}
.footerWrapper {
  margin-top: 100px;
}
.footerWrapper footer {
  background-color: #937E60;
  padding: 30px 0 30px 0;
  text-align: center;
  color: #FFF;
}
.footerWrapper footer .input-group {
  width: 300px;
  margin: 0 auto;
  padding: 0px 0 0 0;
}
@media (min-width: 768px) {
  .footerWrapper footer .input-group {
    width: 300px;
  }
}
.footerWrapper footer .input-group input.form-control {
  border-bottom: 2px solid #FFF;
}
.footerWrapper footer .input-group .input-group-btn button.btn {
  border: 1px solid #FFF;
}
.footerWrapper footer .input-group .mc_embed_signup_scroll:before,
.footerWrapper footer .input-group .mc_embed_signup_scroll:after {
  content: " ";
  display: table;
}
.footerWrapper footer .input-group .mc_embed_signup_scroll:after {
  clear: both;
}
.footerWrapper footer .input-group .mc-field-group {
  float: left;
  width: 240px;
}
.footerWrapper footer .input-group .mc-field-group input {
  color: #000;
  width: 100%;
  padding: 5px 10px;
}
.footerWrapper footer .input-group .clearx {
  float: left;
  text-align: left;
  width: 60px;
}
.footerWrapper footer .input-group .clearx button.button {
  border: 1px solid #FFF;
  background-color: #937E60;
  color: #FFF;
  padding: 6px 10px;
}
.footerWrapper footer .subscribe-txt {
  padding: 10px 0;
  font-size: 12px;
}
.footerWrapper footer p.links {
  font-size: 10px;
  padding: 0px 0 0 0 ;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .footerWrapper footer p.links {
    margin: 0;
  }
}
.footerWrapper footer p.links a {
  color: #FFF;
}
.footerWrapper footer p.copyright {
  margin-top: 20px;
  font-size: 9px;
}
.checkboxalert {
  display: none;
}
.eachform {
  padding: 20px 0;
  border-bottom: 1px #EEE;
}
.eachform h3 {
  font-size: 16px;
}
.eachform h4 {
  font-size: 14px;
}
/*
 *****************************************************************
 Buttons
 *****************************************************************
 */
.bts-btn.active {
  color: rgba(255, 255, 255, 0.75);
}
.bts-btn {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #6a584f;
  border-radius: 0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
}
.bts-btn {
  background-color: #877065;
}
.bts-btn:hover,
.bts-btn:focus,
.bts-btn:active,
.bts-btn.active,
.bts-btn.disabled,
.bts-btn[disabled] {
  color: #ffffff;
  background-color: #D5AB5A;
  *background-color: #cba45e;
}
.bts-btn:active,
.bts-btn.active {
  background-color: #C5994B;
}
.bts-btnwhiteS {
  font-size: 12px;
  padding: 3px 8px;
  color: #C5994B;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  *background-color: #FFFFFF;
  background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
  background-repeat: repeat-x;
  border-color: #C5994B;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@btsbtn2_color1', endColorstr='@btsbtn2_color2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bts-btnwhiteS:hover,
.bts-btnwhiteS:active,
.bts-btnwhiteS.active,
.bts-btnwhiteS.disabled,
.bts-btnwhiteS[disabled] {
  color: #D5AB5A;
  background-color: #FFFFFF;
  *background-color: #D5AB5A;
}
.bts-btnwhiteL {
  color: #C5994B;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  *background-color: #FFFFFF;
  background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
  background-repeat: repeat-x;
  border-color: #C5994B;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@btsbtn2_color1', endColorstr='@btsbtn2_color2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bts-btnwhiteL:hover,
.bts-btnwhiteL:active,
.bts-btnwhiteL.active,
.bts-btnwhiteL.disabled,
.bts-btnwhiteL[disabled] {
  color: #D5AB5A;
  background-color: #FFFFFF;
  *background-color: #D5AB5A;
}
/*
 *****************************************************************
 AUTHENTICATION
 *****************************************************************
 */
div.overlap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 100%;
  height: 100%;
  z-index: 100;
}
div.centerdiv {
  display: none;
  position: fixed;
  top: 50px;
  left: 5%;
  width: 90%;
  z-index: 110;
}
@media (min-width: 768px) {
  div.centerdiv {
    left: 10%;
    width: 80%;
  }
}
div.centerdiv h2 {
  position: relative;
  width: auto;
  padding: 0 0 0px 0;
  margin: 0 auto 10px auto;
  border-bottom: none;
  text-align: center;
}
@media (min-width: 768px) {
  div.centerdiv h2 {
    width: auto;
  }
}
div.centerdiv div.auth {
  position: relative;
  width: auto;
  line-height: 1.7;
  background-color: #FFFFFF;
  padding: 10px 10px 50px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto 0 auto;
}
@media (min-width: 768px) {
  div.centerdiv div.auth {
    width: auto;
    padding: 30px 20px 30px 20px;
  }
}
@media (min-width: 992px) {
  div.centerdiv div.auth {
    width: auto;
    padding: 70px 30px 70px 30px;
  }
}
@media (min-width: 1200px) {
  div.centerdiv div.auth {
    max-width: 900px;
  }
}
div.centerdiv div.auth form input,
div.centerdiv div.auth div.auth form select,
div.centerdiv div.auth div.auth form label {
  font-size: 85%;
  color: #333;
}
div.centerdiv div.auth .logo {
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px 0 15px 0;
}
div.centerdiv div.auth .logo img {
  width: auto;
  max-width: 100%;
}
div.centerdiv div.auth p {
  font-size: 0.85em;
  color: #333;
  padding: 10px;
  margin: 0 5px;
}
@media (min-width: 992px) {
  div.centerdiv div.auth p {
    font-size: 1.05em;
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  div.centerdiv div.auth p {
    font-size: 1.15em;
  }
}
div.centerdiv div.auth p.center {
  text-align: center;
}
div.centerdiv div.auth div.bod {
  padding: 10px 0 15px 0;
}
div.centerdiv div.auth div.skip {
  padding: 10px 0 15px 0;
}
div.centerdiv div.auth div.btns {
  padding-top: 15px;
  text-align: center;
}
div.centerdiv div.auth div.btns a {
  display: inline-block;
  width: 35%;
  font-size: 0.8em;
  text-align: center;
  padding: 5px 10px;
  margin: 0 5px;
  border: 1px solid #6a584f;
  border-radius: 10px;
  text-decoration: none;
}
div.centerdiv div.auth div.btns a:hover {
  color: #666;
  border: 1px solid #ab978e;
}
@media (min-width: 768px) {
  div.centerdiv div.auth div.btns a {
    margin: 0 15px;
    margin-bottom: 0px;
    font-size: 1.1em;
    padding: 10px 20px;
    width: 25%;
  }
}
div.centerdiv div.auth div.login-alert {
  display: none;
  padding: 50px 0;
}
div.centerdiv div.auth div.error {
  color: #CC0000;
  font-size: 77%;
  padding-bottom: 10px;
}
ul.errors {
  padding-left: 15px;
  padding-bottom: 10px;
  padding-top: 5px;
}
ul.errors li {
  color: #CC0000;
  font-size: 88%;
  padding-bottom: 5px;
}
.each-form-field {
  padding: 0 0 15px 0;
}
/***** 19. STANDARD TABLES STYLES *****/
/**************************************/
.stdtable {
  width: auto;
  font-size: 12px;
  margin: 30px 15px 0 15px;
}
.stdtable .spinner {
  padding-right: 0px\9;
}
.stdtableW {
  width: 100%;
  font-size: 12px;
  margin: 30px 0 0 0;
}
.stdtable .con0 {
  background: #fff;
}
.stdtable .con1 {
  background: #fcfcfc;
}
.stdtable th,
.stdtable td {
  line-height: 21px;
  vertical-align: middle;
  color: #333;
}
.stdtable thead th,
.stdtable thead td {
  padding: 14px 10px;
  border: 1px solid #f8f4ea;
  border-left: 0;
  text-align: left;
}
.stdtable tfoot th,
.stdtable tfoot td {
  padding: 14px 10px;
  border-right: 1px solid #f8f4ea;
  border-bottom: 1px solid #f8f4ea;
  text-align: left;
}
.stdtable thead th:first-child,
.stdtable tfoot th:first-child,
.stdtable thead td:first-child,
.stdtable tfoot td:first-child {
  border-left: 1px solid #f8f4ea;
}
.stdtable tbody tr td {
  padding: 14px 10px;
  border-right: 1px solid #f8f4ea;
  border-bottom: 1px solid #f8f4ea;
  color: #666;
}
.stdtable tbody tr:last-child td {
  border-bottom: 1px solid #f8f4ea;
}
.stdtable tbody tr:first-child {
  border-top: 1px solid #f8f4ea;
}
.stdtable tbody tr td:first-child {
  border-left: 1px solid #f8f4ea;
}
.stdtable tbody tr td:last-child {
  border-right: 1px solid #f8f4ea;
}
.stdtable td.item {
  width: 25%;
}
.simplelist {
  list-style: circle;
  list-style-position: inside;
  padding: 10px 0 10px 0;
}
.right {
  text-align: right;
}
.onlysmallscreen {
  display: none;
}
table.noborder {
  border: none;
}
table.noborder th,
table.noborder tbody,
table.noborder thead {
  border: none;
}
table.noborder tr,
table.noborder tr:first-child,
table.noborder tr:last-child {
  border: none;
}
table.noborder tr td,
table.noborder tr:first-child td,
table.noborder tr:last-child td,
table.noborder tr td:first-child,
table.noborder tr:first-child td:first-child,
table.noborder tr:last-child td:first-child,
table.noborder tr td:last-child,
table.noborder tr:first-child td:last-child,
table.noborder tr:last-child td:last-child {
  border: none;
}
table.fee {
  margin: 10px 0;
  font-size: 12px;
}
table.fee tr td {
  padding: 2px;
}
.form-content {
  min-height: 450px;
}
hr {
  border-top: 1px solid #f8f4ea;
}
body.cart-payment .inner h3 {
  color: #AF9459;
  font-size: 24px;
  margin: 0;
  padding: 5px 0 25px 0;
}
body.cart-payment .inner h3 small.red {
  color: #CC0000;
}
body.cart-payment .inner h4 {
  color: #6a584f;
  font-size: 16px;
  margin: 0;
  padding: 10px 0 10px 0;
}
body.cart-payment .inner p.note {
  margin: 0 15px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #555;
}
body.cart-payment .inner p.cost-info {
  font-size: 12px;
  line-height: 1.6;
  color: #555;
  margin: 0 25px 0 0;
}
body.cart-payment .inner label {
  font-size: 12px;
  font-weight: normal;
  color: #555;
}
body.cart-payment .inner label.error {
  color: #FF0000;
  display: block;
  padding: 5px 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  body.cart-payment .comment-inner {
    margin-right: 150px;
  }
}
body.cart-payment .cardtypes {
  padding: 25px 0;
}
body.cart-payment .cardtypes img {
  max-width: 100%;
  margin-right: 10px;
}
body.cart-payment .cardtypes .error {
  display: none;
}
body.cart-payment .cardtypes.has-error .error {
  display: block;
  color: #FF0000;
  font-size: 12px;
}
body.cart-payment form input.form-control {
  width: auto;
}
body.cart-payment form input#securitycode.form-control {
  width: auto;
}
body.cart-payment form input.form-control.long {
  width: 90%;
}
body.cart-payment form .extra {
  font-size: 12px;
  color: #666;
  padding: 5px;
  display: block;
}
body.cart-payment .payment-info {
  font-size: 16px;
  color: #333;
  line-height: 1.85;
}
body.cart-payment .payment-info-card {
  font-size: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.cart-payment .payment-info-card li {
  margin: 0;
  padding: 5px 0;
}
body.cart-payment .payment-info-card li .label {
  display: inline-block;
  min-width: 150px;
  text-align: left;
  color: #555 !important;
}
body.cart-payment .errorbox {
  display: none;
  padding: 25px;
  font-size: 14px;
}
.stdtable.daibiki .option-daibiki {
  display: table-row;
}
.stdtable.daibiki .total-daibiki {
  display: table-row;
}
.stdtable.daibiki .total-card {
  display: none;
}
.stdtable.creditcard .option-daibiki {
  display: none;
}
.stdtable.creditcard .total-daibiki {
  display: none;
}
.stdtable.creditcard .total-card {
  display: table-row;
}
.tokusho .notice {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.tokusho .shipping-notice {
  padding: 25px 0 15px 0;
  margin: 0;
}
.tokusho .shipping-notice li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: inside;
}
.tokusho .hyou {
  width: 260px;
}
@media (min-width: 768px) {
  .tokusho .hyou {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .tokusho .hyou {
    width: 500px;
  }
}
.tokusho .price {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.tokusho .price .area {
  font-size: 12px;
}
.btn-wrap {
  padding: 10px 0;
}
.my-inline-btn {
  display: inline-block;
  background-color: #6a584f;
  color: #FFF;
  padding: 5px 25px;
}
.my-inline-btn:hover {
  background-color: #877065;
  color: #FFF;
  text-decoration: none;
}
.sticky-alert {
  position: relative;
  width: 100%;
  height: 0;
  overflow: visible;
  z-index: 100;
}
.sticky-alert a {
  display: block;
  background-color: #DDD;
  text-align: center;
}
.std2017tbl {
  width: 80%;
}
.std2017tbl tbody tr th,
.std2017tbl thead tr th,
.std2017tbl tbody tr td,
.std2017tbl thead tr td {
  vertical-align: middle;
  padding: 5px 10px;
  text-align: center;
}
.std2017tbl thead th,
.std2017tbl thead td {
  padding: 14px 10px;
  border: 1px solid #937E60;
  border-left: 0;
  text-align: left;
}
.std2017tbl tfoot th,
.std2017tbl tfoot td {
  padding: 14px 10px;
  border-right: 1px solid #937E60;
  border-bottom: 1px solid #937E60;
  text-align: left;
}
.std2017tbl thead th:first-child,
.std2017tbl tfoot th:first-child,
.std2017tbl thead td:first-child,
.std2017tbl tfoot td:first-child {
  border-left: 1px solid #937E60;
}
.std2017tbl tbody tr td {
  padding: 14px 10px;
  border-right: 1px solid #937E60;
  border-bottom: 1px solid #937E60;
  color: #666;
}
.std2017tbl tbody tr:last-child td {
  border-bottom: 1px solid #937E60;
}
.std2017tbl tbody tr:first-child {
  border-top: 1px solid #937E60;
}
.std2017tbl tbody tr td:first-child {
  border-left: 1px solid #937E60;
}
.std2017tbl tbody tr td:last-child {
  border-right: 1px solid #937E60;
}
.shipping-alert {
  display: block;
  font-size: 14px;
  padding: 15px 0 ;
  text-align: center;
}
.general .breadcrumb {
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .general .breadcrumb {
    padding: 5px 0px;
  }
}
@media (min-width: 992px) {
  .general .breadcrumb {
    padding: 5px 0px;
  }
}
.product-details .breadcrumb {
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .product-details .breadcrumb {
    padding: 5px 0px;
  }
}
@media (min-width: 992px) {
  .product-details .breadcrumb {
    padding: 5px 0px;
  }
}
.product-detail .product-info-block {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-detail .product-info-block {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .product-detail .product-info-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.register-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 25px 0;
}
.register-container .row-flex {
  display: block;
  margin-bottom: 25px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .register-container .row-flex {
    display: flex;
    align-items: center;
  }
}
.register-container .row-flex .left {
  color: #000;
  font-size: 12px;
}
.register-container .row-flex .left label {
  margin-bottom: 5px !important;
}
@media (min-width: 992px) {
  .register-container .row-flex .left label {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .register-container .row-flex .left {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .register-container .row-flex .form-item {
    flex-grow: 1;
  }
}
/*
 *****************************************************************
 TOP
 *****************************************************************
 */
.top-banner {
  margin-top: -18px;
}
.top-slick-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.top-slick-wrap .top-slick .brown {
  background: #937E60;
  color: #fff;
}
.top-slick-wrap .top-slick .black {
  background: #111;
  color: #fff;
}
.top-slick-wrap .top-slick .dbrown {
  background: #251910;
  color: #FFF;
}
.top-slick-wrap .top-slick .each .imgwrap {
  max-width: 1800px;
  margin: 0 auto;
}
.top-slick-wrap .top-slick .each .imgwrap img {
  width: 100%;
}
.top-slick-wrap .top-slick .inner {
  padding: 25px 15px;
}
.top-slick-wrap .top-slick .inner p {
  font-size: 14px;
  margin: 0 15px;
}
.top-slick-wrap .top-slick .inner p.small {
  font-size: 12px;
}
.top-slick-wrap .top-slick .inner h2 {
  font-size: 16px;
  margin: 0 15px;
}
.col4banners {
  padding-top: 25px;
}
.col4banners img {
  width: 100%;
}
.top-slick-upper-wrap {
  padding-bottom: 50px;
  border-top: 1px #937E60 solid;
}
.top-slick-upper-wrap h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #937E60;
  font-weight: 500;
  margin: 0 25px;
  padding: 25px 0;
}
.top-slick-upper-wrap .top-slick-upper {
  margin: 0 25px;
}
.top-slick-upper-wrap .top-slick-upper .item {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.top-slick-upper-wrap .top-slick-upper .item img {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.top-slick-upper-wrap .top-slick-upper .item h5 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .top-slick-upper-wrap .top-slick-upper .item h5 {
    font-size: 12px;
  }
}
.top-slick-upper-wrap .top-slick-upper .item span.price {
  display: block;
  font-size: 10px;
}
@media (min-width: 768px) {
  .top-slick-upper-wrap .top-slick-upper .item span.price {
    font-size: 12px;
  }
}
.top-slick-upper-wrap .top-slick-upper .item a {
  display: block;
  margin-top: 15px;
}
.top-slick-lower-wrap {
  padding-bottom: 100px;
  border-top: 1px #937E60 solid;
}
.top-slick-lower-wrap h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #937E60;
  font-weight: 500;
  margin: 0 25px;
  padding: 25px 0;
}
.top-slick-lower-wrap .top-slick-lower {
  margin: 0 25px;
}
.top-slick-lower-wrap .top-slick-lower .item {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.top-slick-lower-wrap .top-slick-lower .item img {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.top-slick-lower-wrap .top-slick-lower .item h5 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .top-slick-lower-wrap .top-slick-lower .item h5 {
    font-size: 12px;
  }
}
.top-slick-lower-wrap .top-slick-lower .item span.price {
  display: block;
  font-size: 10px;
}
@media (min-width: 768px) {
  .top-slick-lower-wrap .top-slick-lower .item span.price {
    font-size: 12px;
  }
}
.top-slick-lower-wrap .top-slick-lower .item a {
  display: block;
  margin-top: 15px;
}
/*
 *****************************************************************
 STORE LOCATOR
 *****************************************************************
 */
@media (min-width: 992px) {
  body.store-list .breadcrumb {
    margin-left: 0;
    padding-left: 0;
  }
}
body.store-list .filter-form {
  margin: 0px 0 0 15px;
}
@media (min-width: 992px) {
  body.store-list .filter-form {
    margin-left: 0;
  }
}
body.store-list .storelist-wrapper {
  height: auto;
  overflow-y: visible;
  list-style: none;
  margin: 25px 0 0 15px;
  padding: 0;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  body.store-list .storelist-wrapper {
    margin-left: 0;
    overflow-y: scroll;
    height: 490px;
  }
}
@media (min-width: 1200px) {
  body.store-list .storelist-wrapper {
    height: 590px;
  }
}
body.store-list .storelist-wrapper li {
  margin: 0;
  padding: 5px 0 5px 0;
}
body.store-list #map_canvas {
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  body.store-list #map_canvas {
    height: 420px;
  }
}
@media (min-width: 992px) {
  body.store-list #map_canvas {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  body.store-list #map_canvas {
    height: 650px;
  }
}
body.store-list .google-content {
  min-height: 450px;
}
/*
 *****************************************************************
 STATIC PAGES
 *****************************************************************
 */
.general .breadcrumb {
  padding: 5px 15px;
}
div.guide {
  margin: 0 15px;
}
div.guide h2 {
  font-size: 15px;
  margin-top: 35px;
  color: #937E60;
}
div.guide h2.first {
  margin-top: 30px;
}
div.guide ul.steps {
  list-style: none;
  list-style-position: inside;
  font-size: 14px;
  margin: 0 0 0 5px;
  padding: 25px 0;
}
div.guide ul.steps li {
  padding: 25px 0;
  line-height: 1.85;
}
div.guide ul.steps li span.steplabel {
  color: #6a584f;
  font-style: bold;
}
div.guide ul.itemlist {
  list-style: disc;
  list-style-position: inside;
  padding: 15px 0 50px 0;
  font-size: 14px;
}
div.guide ul.itemlist li {
  padding: 2px 0;
  line-height: 1.7;
}
div.guide h3.joinitem {
  font-size: 14px;
  color: #6a584f;
}
div.guide h4.joinitem {
  margin-top: 50px;
  font-size: 14px;
  color: #6a584f;
}
div.guide ul.joinsteps {
  list-style: decimal;
  list-style-position: outside;
  padding: 15px 0 15px 0;
  margin-left: 20px;
  font-size: 14px;
}
div.guide ul.joinsteps li {
  padding: 8px 0;
  line-height: 1.7;
}
div.guide span.imagewrap {
  display: block;
  padding-top: 15px;
  padding-right: 25px;
}
div.guide span.imagewrap img {
  width: auto;
  max-width: 100%;
}
div.guide p {
  line-height: 1.95;
}
div.shipping-update {
  margin: 0 15px;
  padding-top: 60px;
}
div.shipping-update p {
  font-size: 12px;
}
div.shipping-update h2 {
  font-size: 15px;
  margin-top: 35px;
  color: #937E60;
}
div.shipping-update .table td,
div.shipping-update .table th {
  padding: 15px 10px;
  line-height: 1.4;
  text-align: center;
  font-size: 12px;
}
.payment-alert-2020-intro {
  margin: 80px auto 0px auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.payment-alert-2020 {
  margin: 15px auto 35px auto;
  max-width: 920px;
  padding: 25px 0;
  background-color: rgba(200, 0, 0, 0.1);
  border-radius: 5px;
  color: #000;
}
.payment-alert-2020 h5 {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  width: 90%;
  color: #cc0000;
  line-height: 1.8;
  margin: 0 auto 15px auto;
}
@media (min-width: 768px) {
  .payment-alert-2020 h5 {
    font-size: 20px;
  }
}
.payment-alert-2020 h5 span {
  color: #cc0000;
  display: inline-block;
  font-size: 24px;
  padding: 2px 0;
  margin-right: 10px;
  line-height: 0.8;
}
.payment-alert-2020 p {
  font-size: 13px;
  line-height: 1.8;
  width: 90%;
  margin: 0 auto;
}
body.register div.loginform {
  margin-top: 50px;
}
body.register .form-signin {
  max-width: 300px;
  margin: 0 auto 20px;
  background-color: #fff;
}
@media (min-width: 992px) {
  body.register .form-signin {
    max-width: 600px;
  }
}
body.register .form-signin h4.form-signin-heading {
  font-size: 14px;
  text-align: center;
  color: #937E60;
  margin-bottom: 25px;
}
body.register .form-signin p {
  line-height: 1.2;
}
body.register .form-signin label {
  font-weight: normal;
}
body.register .form-signin .form-signin-heading,
body.register .form-signin .checkbox {
  margin-bottom: 10px;
}
body.register .form-signin input[type="text"],
body.register .form-signin input[type="password"] {
  width: 100%;
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
body.register form label.error {
  display: block;
  float: none;
  width: auto;
  color: #FF0000;
  margin-bottom: 15px;
  font-size: 10px;
}
div.inner {
  position: relative;
  margin: 0 15px;
  padding: 15px 0 ;
}
@media (min-width: 992px) {
  div.inner {
    margin: 0 40px;
  }
}
div.inner.inner-narrow {
  max-width: 720px;
  margin: 0 15px;
}
@media (min-width: 992px) {
  div.inner.inner-narrow {
    margin: 0 auto;
  }
}
div.inner p.description {
  margin: 15px 0px 0 0px;
}
div.inner p.right {
  position: absolute;
  width: 75px;
  height: 50px;
  top: 20px;
  right: -5px;
}
div.inner p.smaller {
  font-size: 10px;
}
div.inner p.center {
  margin-top: 15px;
  padding: 25px 0;
  text-align: center;
}
div.inner p.btngroup {
  margin-top: 25px;
}
div.inner .cart-item-list {
  padding: 0;
}
div.inner .cart-item-list .cart-item {
  display: flex;
  flex-wrap: wrap;
}
div.inner .cart-item-list .cart-item > div {
  padding: 10px;
  flex: 1 0 auto;
  border-top: 1px solid #f8f4ea;
  border-right: 1px solid #f8f4ea;
  display: flex;
  align-items: center;
}
div.inner .cart-item-list .cart-item > div:first-child {
  border-top: none;
}
div.inner .cart-item-list .cart-item .productname {
  width: 100%;
}
div.inner .cart-item-list .cart-item .cart {
  line-height: 2;
}
div.inner .cart-item-list .cart-item .subtotal {
  line-height: 2;
}
div.inner .cart-item-list .cart-item .delete {
  line-height: 2;
}
.stdtable tbody tr td.nopd {
  padding: 0 !important;
}
form .form-group ul.errors {
  color: #FF0000;
  padding: 5px 10px 5px 0;
}
form .form-group ul.errors li {
  padding: 2px 0;
  margin: 0;
  list-style: none;
}
.stdform ul.errors,
.form ul.errors {
  color: #FF0000;
  padding: 5px 10px 5px 0;
}
.stdform ul.errors li,
.form ul.errors li {
  padding: 2px 0;
  margin: 0;
  list-style: none;
}
/*
 *****************************************************************
 EC PRODUCT PAGES
 *****************************************************************
 */
.layout-switcher {
  text-align: right;
  padding: 15px 0;
}
.layout-switcher:before,
.layout-switcher:after {
  content: " ";
  display: table;
}
.layout-switcher:after {
  clear: both;
}
.layout-switcher a {
  font-size: 20px;
}
.price-change {
  padding: 15px 0;
  margin: 0 25px 0 25px;
}
@media (min-width: 768px) {
  .price-change {
    margin: 0 25px 0 0px;
  }
}
.eachwrap {
  margin: 0  15px;
  padding: 0 0 50px 0;
}
.eachwrap:before,
.eachwrap:after {
  content: " ";
  display: table;
}
.eachwrap:after {
  clear: both;
}
@media (min-width: 768px) {
  .eachwrap {
    margin: 0  auto;
  }
}
.eachwrap .wrap-image {
  width: auto;
  background: url(../images_ec/bg_scale.png) bottom left no-repeat;
  padding: 5px 0 30px 0;
  margin: 15px 0 15px 0;
}
.eachwrap h3 {
  color: #937E60;
  font-size: 18px;
  padding: 5px 0 25px 0;
}
@media (min-width: 768px) {
  .eachwrap h3 {
    font-size: 25px;
  }
}
.eachwrap span.strengthlabel {
  float: left;
  display: block;
  font-size: 12px;
}
.eachwrap span.strength {
  display: block;
  margin: 2px 0 5px 5px;
  font-size: 0;
  width: 70px;
  float: left;
  height: 13px;
  background: url(../images_ec/bg_strength.png) no-repeat left top;
}
.eachwrap span.v0 {
  background-position: 0px 1px;
}
.eachwrap span.v5 {
  background-position: 0px -12px;
}
.eachwrap span.v10 {
  background-position: 0px -25px;
}
.eachwrap span.v15 {
  background-position: 0px -38px;
}
.eachwrap span.v20 {
  background-position: 0px -51px;
}
.eachwrap span.v25 {
  background-position: 0px -64px;
}
.eachwrap span.v30 {
  background-position: 0px -77px;
}
.eachwrap span.v35 {
  background-position: 0px -90px;
}
.eachwrap span.v40 {
  background-position: 0px -103px;
}
.eachwrap span.v45 {
  background-position: 0px -116px;
}
.eachwrap span.v50 {
  background-position: 0px -129px;
}
.eachwrap span.cigarspec {
  display: block;
  font-size: 12px;
}
.eachwrap span.productinfo {
  display: block;
  margin: 25px 0 10px 0;
  font-size: 12px;
}
.eachwrap p.price {
  font-size: 12px;
  line-height: 1.8;
}
.eachwrap div.moreinfo {
  padding: 0px 0 0px 0;
  margin: 15px 0 0 0;
}
.eachwrap .block-image {
  text-align: center;
}
.eachwrap .block-image img {
  max-width: 100%;
}
.eachwrap .thumbnails img {
  width: 100%;
}
.eachwrap .selectors {
  float: none;
  text-align: left;
  margin: 20px 10px 0 0px;
}
.eachwrap .forms {
  float: none;
}
.eachwrap .eachform {
  float: none;
  text-align: left;
  width: 190px;
  margin: 0;
}
.eachwrap .eachform .spinner {
  width: 50px;
  margin-top: 7px;
}
.eachwrap .eachform .submit {
  margin-top: -2px;
  font-size: 14px;
}
.eachwrap .moreimages {
  padding: 10px 0;
}
.eachwrap .moreimages h4 {
  font-size: 15px;
  color: #937E60;
}
.eachwrap .moreimages .thum {
  display: inline-block;
  width: 90px;
  margin-right: 15px;
}
.eachwrap .moreimages .thum img {
  width: 100%;
}
.zoomimage {
  width: auto;
  max-width: 320px;
  margin: 0 auto;
}
.recomended h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #937E60;
  font-weight: normal;
  font-size: 21px;
}
.recomended .recomended-slick-wrap {
  padding: 25px 0 100px 0;
}
.recomended .recomended-slick-wrap .recomended-slick:before,
.recomended .recomended-slick-wrap .recomended-slick:after {
  content: " ";
  display: table;
}
.recomended .recomended-slick-wrap .recomended-slick:after {
  clear: both;
}
.recomended .recomended-slick-wrap .recomended-slick .item {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.recomended .recomended-slick-wrap .recomended-slick .item img {
  width: auto;
  max-width: 130px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .recomended .recomended-slick-wrap .recomended-slick .item img {
    width: auto;
    max-width: 200px;
  }
}
.recomended .recomended-slick-wrap .recomended-slick .item h5 {
  font-size: 10px;
}
@media (min-width: 768px) {
  .recomended .recomended-slick-wrap .recomended-slick .item h5 {
    font-size: 12px;
  }
}
.recomended .recomended-slick-wrap .recomended-slick .item span.price {
  display: block;
  font-size: 10px;
}
@media (min-width: 768px) {
  .recomended .recomended-slick-wrap .recomended-slick .item span.price {
    font-size: 12px;
  }
}
.recomended .recomended-slick-wrap .recomended-slick .item a {
  display: block;
  margin-top: 15px;
}
#filter-menu {
  padding: 0;
  margin: 25px 20px 0 20px;
  list-style: none;
}
#filter-menu > li {
  list-style: none;
  padding: 0 0 15px 0;
  margin: 0;
  border-bottom: 1px solid #EEE;
}
#filter-menu > li h2 {
  font-size: 16px;
  padding: 20px 0 10px 0;
  margin: 0 20px;
}
#filter-menu > li h3 {
  font-size: 14px;
  padding: 15px 0 0px 0;
  margin: 0 20px;
}
#filter-menu > li h3 .fa-chevron-right {
  display: inline;
}
#filter-menu > li h3 .fa-chevron-down {
  display: none;
}
#filter-menu > li h3.collapsed .fa-chevron-right {
  display: none;
}
#filter-menu > li h3.collapsed .fa-chevron-down {
  display: inline;
}
#filter-menu > li > ul {
  list-style: none;
  padding: 0px 0;
  margin: 20px 20px 10px 20px;
}
#filter-menu > li > ul > li {
  list-style: none;
  padding: 0;
  margin: 0 0px 0 10px;
  font-size: 12px;
  line-height: 2;
  padding: 1px 0 0 0;
}
#filter-menu > li > ul > li .tagtoselect {
  display: inline-block;
  padding: 1px 5px;
  margin-right: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
#filter-menu > li > ul > li .tagtoselect:hover {
  text-decoration: none;
  color: #b4a38c;
}
#filter-menu > li > ul > li .tagtoselect span.glyphicon {
  padding-top: 5px;
  display: none;
}
#filter-menu > li > ul > li .tagtoselect.on {
  background-color: #f8f4ea;
  margin-right: 0;
}
#filter-menu > li > ul > li .tagtoselect.on span.glyphicon {
  display: inline;
}
#filter-menu > li > ul.inline-list > li {
  display: inline-block;
}
#filter-menu > li > ul.sectionmenu-strength li {
  line-height: 17px;
  padding: 3px 0;
}
#filter-menu > li > ul.sectionmenu-strength li span.selected {
  display: inline-block;
  margin: 0px 0 0px 0px;
  line-height: 13px;
  width: 72px;
  height: 13px;
  background: url(../images_ec/bg_strength.png) no-repeat left top;
}
#filter-menu > li > ul.sectionmenu-strength li span.v1 {
  background-position: 0px -27px;
}
#filter-menu > li > ul.sectionmenu-strength li span.v2 {
  background-position: 0px -53px;
}
#filter-menu > li > ul.sectionmenu-strength li span.v3 {
  background-position: 0px -79px;
}
#filter-menu > li > ul.sectionmenu-strength li span.v4 {
  background-position: 0px -105px;
}
#filter-menu > li > ul.sectionmenu-strength li span.v5 {
  background-position: 0px -131px;
}
#filter-menu > li .pricing {
  padding: 15px 0 0 25px;
}
#filter-menu > li.pricing-wrap .mypricerance {
  display: inline;
  margin-left: 25px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  #filter-menu > li.pricing-wrap .mypricerance {
    display: none;
  }
}
#filter-menu > li.pricing-wrap .mypricerance .lowest {
  display: inline;
  width: 50%;
}
#filter-menu > li.pricing-wrap .mypricerance .highest {
  display: inline;
  width: 50%;
}
#grid-container .each {
  width: 50%;
  text-align: center;
  min-height: 450px;
}
@media (min-width: 768px) {
  #grid-container .each {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #grid-container .each {
    width: 33%;
  }
}
@media (min-width: 1200px) {
  #grid-container .each {
    width: 25%;
  }
}
@media (min-width: 1440px) {
  #grid-container .each {
    width: 20%;
  }
}
#grid-container .each .imgwrap {
  min-height: 224px;
}
#grid-container .each h4 {
  font-size: 13px;
  font-weight: normal;
  margin: 0 10px;
  line-height: 1.5;
  text-align: left;
  min-height: 45px;
  text-align: center;
}
#grid-container .each span.price {
  display: block;
  margin: 0 10px;
  font-size: 13px;
}
#grid-container .each span.price .sale-out {
  text-decoration: line-through;
  color: #999;
}
#grid-container .each span.price .sale-red {
  color: #FF0000;
}
#grid-container .each span.number {
  display: none;
}
#grid-container .each .strengthwrap {
  margin: 0 15px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #grid-container .each .strengthwrap {
    margin: 0 0px;
  }
}
#grid-container .each .strengthwrap span.strengthlabel {
  display: inline;
  font-size: 12px;
  height: 13px;
}
#grid-container .each .strengthwrap span.strength {
  display: inline-block;
  margin: 0px 0 0px 0px;
  font-size: 0px;
  width: 70px;
  height: 13px;
  background: url(../images_ec/bg_strength.png) no-repeat left top;
}
#grid-container .each .strengthwrap span.v0 {
  background-position: 0px 1px;
}
#grid-container .each .strengthwrap span.v5 {
  background-position: 0px -12px;
}
#grid-container .each .strengthwrap span.v10 {
  background-position: 0px -25px;
}
#grid-container .each .strengthwrap span.v15 {
  background-position: 0px -38px;
}
#grid-container .each .strengthwrap span.v20 {
  background-position: 0px -51px;
}
#grid-container .each .strengthwrap span.v25 {
  background-position: 0px -64px;
}
#grid-container .each .strengthwrap span.v30 {
  background-position: 0px -77px;
}
#grid-container .each .strengthwrap span.v35 {
  background-position: 0px -90px;
}
#grid-container .each .strengthwrap span.v40 {
  background-position: 0px -103px;
}
#grid-container .each .strengthwrap span.v45 {
  background-position: 0px -116px;
}
#grid-container .each .strengthwrap span.v50 {
  background-position: 0px -129px;
}
#grid-container .each .strengthwrap span.cigarspec {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
}
#grid-container .each a {
  display: block;
  margin: 25px 10px 0 10px;
}
#grid-container .each .imgwrap {
  padding: 15px 0;
  text-align: center;
  margin: 0 25px;
}
#grid-container .each .imgwrap img {
  width: auto;
  max-width: 140px;
}
@media (min-width: 768px) {
  #grid-container .each .imgwrap img {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  #grid-container .each .imgwrap img {
    max-width: 200px;
  }
}
.alcohol-notice-wrap {
  padding: 25px 25px;
  margin: 0 25px;
  text-align: center;
  border: 1px solid #937E60;
}
@media (min-width: 768px) {
  .alcohol-notice-wrap {
    margin: 0 75px;
  }
}
.alcohol-notice-wrap p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}
body.wp div.pageheader {
  margin: 0 20px 25px 20px;
}
body.wp div.pageheader h2 {
  font-size: 20px;
}
body.wp #content {
  padding-top: 0px;
}
body.wp #content > h1 {
  color: #937E60;
  font-size: 16px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  body.wp #content > h1 {
    margin: 0;
  }
}
body.wp #content > h2 {
  color: #333;
  color: #c3a04d;
  font-size: 18px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  body.wp #content > h2 {
    margin: 0;
  }
}
body.wp #content .page {
  margin: 0 15px;
}
@media (min-width: 768px) {
  body.wp #content .page {
    margin: 0;
  }
}
body.wp #content .page .pageheader {
  margin: 0 0 25px 0px;
}
@media (min-width: 768px) {
  body.wp #content .page .pageheader {
    margin: 0 20px 25px 20px;
  }
}
body.wp #content .page header {
  margin: 0;
}
body.wp #content .page header h2 {
  font-size: 20px;
  color: #6a584f;
  margin: 0 0px ;
  padding: 0px 0 10px 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  body.wp #content .page header h2 {
    padding: 25px 0 0px 0;
    margin: 0 20px 0 20px;
  }
}
body.wp #content .page .block {
  padding-bottom: 50px;
  font-size: 14px;
  line-height: 1.95;
  margin: 0 0px;
}
@media (min-width: 768px) {
  body.wp #content .page .block {
    margin: 0 20px;
  }
}
body.wp #content .page .block h3 {
  color: #6a584f;
  font-size: 18px;
}
body.wp #content .page .block h4 {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 25px 0;
  margin: 0;
  color: #000;
}
body.wp #content .page .block p {
  font-size: 14px;
  line-height: 1.95;
  margin-bottom: 20px;
}
body.wp #content .page .block p.block-inner {
  margin-top: 15px;
  line-height: 1.6;
  font-size: 14px;
}
body.wp #content .page .block ul {
  display: block;
}
body.wp #content .page .block img {
  width: auto;
  max-width: 100%;
}
body.wp #content .page .block img.alignright {
  display: block;
  float: none;
  margin: 0px;
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  body.wp #content .page .block img.alignright {
    float: right;
    display: inline;
    margin: 0 0 10px 10px;
    width: auto;
    max-width: 100%;
  }
}
body.wp #content .page .block img.alignleft {
  display: block;
  float: none;
  margin: 0px;
  width: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  body.wp #content .page .block img.alignleft {
    display: inline;
    float: left;
    margin: 0 10px 10px 0px;
    width: auto;
    max-width: 100%;
  }
}
body.wp #content .page .block ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.wp #content .page .block ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.wp #content .page .box {
  padding-bottom: 50px;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  body.wp #content .page .box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
body.wp #content .page .box .imgbox {
  padding-bottom: 50px;
}
body.wp #content .page .box .imgbox img {
  width: auto;
  width: 100%;
}
body.wp #content .page .box .info {
  padding-bottom: 50px;
}
body.wp #content .page .box .info h3 {
  font-size: 16px;
  color: #937E60;
}
body.wp #content .page .box .info a {
  color: #6a584f;
}
body.wp #content .page .box .info p {
  font-size: 14px;
  line-height: 1.9;
}
body.wp #content .page .box .info .address {
  line-height: 1.5;
  margin-bottom: 0;
}
body.wp #content .page .box .info .tel {
  margin-bottom: 0;
  line-height: 1.5;
}
body.wp #content .page .box .info .hours {
  margin-bottom: 0;
  line-height: 1.5;
}
body.wp #content .page .box .info .memo {
  padding: 20px 0;
  margin-bottom: 0;
  line-height: 1.5;
}
body.wp #content .page .box .info .mapurl {
  color: #6a584f;
}
body.wp #content .page .bbcshop-box .imgbox {
  text-align: center;
}
body.wp #content .page .bbcshop-box .imgbox img {
  width: auto;
  max-width: 100%;
  text-align: center;
}
body.wp #content .page .bbcshop-box h3 {
  font-size: 16px;
  color: #937E60;
  text-align: center;
}
body.wp #content .page .bbcshop-box a {
  color: #6a584f;
}
body.wp #content .page .bbcshop-box p {
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
}
body.wp #content .page .bbcshop-box .address {
  line-height: 1.5;
  margin-bottom: 5px;
}
body.wp #content .page .bbcshop-box .tel {
  margin-bottom: 0;
  line-height: 1.5;
}
body.wp #content .page .bbcshop-box .hours {
  margin-bottom: 0;
  line-height: 1.5;
}
body.wp #content .page .bbcshop-box .memo {
  padding: 20px 0;
  margin-bottom: 0;
  line-height: 1.5;
}
body.wp #content .page .bbcshop-box .mapurl {
  color: #6a584f;
}
body.wp #content #content-archive {
  margin-left: 0px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.wp #content #content-archive {
    padding-bottom: 100px;
    margin-left: 20px;
  }
}
body.wp #content #content-archive .post .post-entry {
  margin: 0 15px;
}
@media (min-width: 768px) {
  body.wp #content #content-archive .post .post-entry {
    margin: 0 15px 0 0;
  }
}
body.wp #content #content-archive .post .post-entry h3 {
  font-size: 16px;
  color: #937E60;
}
body.wp #content #content-archive .post .post-entry p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 20px 0;
}
body.wp #content .imgbox img {
  width: 100%;
}
body.wp #content article {
  margin: 0px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.wp #content article {
    margin: 0;
  }
}
body.wp #content article section .inner {
  margin: 0;
}
@media (min-width: 768px) {
  body.wp #content article section .inner {
    margin: 0 20px 25px 20px;
  }
}
body.wp #content article section .inner h2,
body.wp #content article section .inner h3 {
  font-size: 16px;
  color: #937E60;
  line-height: 1.5;
  padding: 0 0 15px 0;
}
body.wp #content article section .inner h3 {
  margin-top: 15px;
}
body.wp #content article section .inner p {
  margin-bottom: 25px;
  line-height: 2.15;
}
body.wp #content article section .inner a img {
  margin-bottom: 50px;
}
body.wp aside.sidebar {
  padding-top: 20px;
  margin: 0 15px;
}
body.wp aside.sidebar a {
  font-size: 13px;
}
@media (min-width: 768px) {
  body.wp aside.sidebar {
    margin: 0;
  }
}
body.wp aside.sidebar li {
  padding: 2px 0;
  margin: 0;
}
body.wp .pagination {
  padding-left: 15px;
}
body.category-shop #content .pageheader {
  margin: 0 20px 25px 20px;
}
@media (min-width: 768px) {
  body.category-shop #content .pageheader {
    margin: 0 20px;
  }
}
body.category-shop #content:before,
body.category-shop #content:after {
  content: " ";
  display: table;
}
body.category-shop #content:after {
  clear: both;
}
body.category-shop #content article {
  text-align: center;
  width: auto;
  float: none;
  min-height: 570px;
}
@media (min-width: 768px) {
  body.category-shop #content article {
    width: 50%;
    float: left;
  }
}
body.category-shop #content article header {
  padding: 10px 0;
}
body.category-shop #content article header h2 {
  font-size: 16px;
  color: #937E60;
}
body.category-shop #content article section img {
  margin-bottom: 15px;
}
body.single .breadcrumb,
body.archive .breadcrumb,
body.page .breadcrumb {
  padding: 5px 10px;
}
@media (min-width: 768px) {
  body.single .breadcrumb,
  body.archive .breadcrumb,
  body.page .breadcrumb {
    padding: 5px 15px;
  }
}
@media (min-width: 992px) {
  body.single .breadcrumb,
  body.archive .breadcrumb,
  body.page .breadcrumb {
    padding: 5px 20px;
  }
}
body.archive header {
  margin: 0;
}
body.archive header h2 {
  font-size: 20px;
  color: #6a584f;
  margin: 0 0px ;
  padding: 0px 0 10px 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  body.archive header h2 {
    padding: 20px 0 0px 0;
    margin: 0 20px 0 0px;
  }
}
body.archive div.pageheader {
  margin: 0 20px 5px 20px;
}
.widget_nav_menu h4 {
  font-size: 16px;
  color: #937E60;
  padding: 0 0 10px 0;
}
body.page-template-page-art #content .page .block h4 {
  padding-bottom: 5px;
}
body.page-template-page-art #content .page .block p {
  line-height: 2.1;
}
body.page-template-page-art .row {
  margin-bottom: 5px;
}
.navbar-right li.loggedout-item {
  display: block;
}
.navbar-right li.loggedin-item {
  display: none;
}
/*# sourceMappingURL=ectheme.css.map */