@font-face {
  font-family: "Daft Brush";
  src: url('./fonts/DaftBrush.eot');
  src: url('./fonts/DaftBrush.eot?#iefix') format('embedded-opentype'),
  url('./fonts/DaftBrush.svg#Daft Brush') format('svg'),
  url('./fonts/DaftBrush.woff') format('woff'),
  url('./fonts/DaftBrush.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
  font-style: italic;
}
/* Shopping cart tax info */
.cart-tax-info {
  display: block;
}
.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px;
}
.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}
.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}
.cart-tax-total-expanded {
  background-position: 100% -52px;
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}
.remember-me label {
  float: none;
  margin: 0 6px;
}
.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px "Roboto Condensed", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
}
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff;
}
.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}
.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}
.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}
.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}
.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}
.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}
.map-popup-only-text {
  border-top: 1px solid #ddd;
}
/* ======================================================================================= */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  text-decoration: none;
  color: #FF7F00;
}
a:hover,
a:focus {
  color: #e30613;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.page-popup {
  padding: 30px;
}
header[role="banner"] {
  height: 100px;
  position: fixed;
  /*width: 100%;
  min-height: 100px;*/
  top: 0;
  left: 0;
  right: 0;
  background: #891000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5MTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNTUwMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #891000 0%, #FF7F00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#891000), color-stop(100%,#FF7F00));
  background: -webkit-linear-gradient(top,  #891000 0%,#FF7F00 100%);
  background: -o-linear-gradient(top,  #891000 0%,#FF7F00 100%);
  background: -ms-linear-gradient(top,  #891000 0%,#FF7F00 100%);
  background: linear-gradient(to bottom,  #891000 0%,#FF7F00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#891000', endColorstr='#FF7F00',GradientType=0 );
}
header[role="banner"]:before,
header[role="banner"]:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
header[role="banner"]:after {
  clear: both;
}
header[role="banner"]:before,
header[role="banner"]:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
header[role="banner"]:after {
  clear: both;
}
header[role="banner"] > .logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  header[role="banner"] > .logo {
    float: left;
    width: 41.66666666666667%;
  }
}
header[role="banner"] .quick-access {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  header[role="banner"] .quick-access {
    float: left;
    width: 58.333333333333336%;
  }
}
@media (min-width: 768px) {
  header[role="banner"] .form-language {
    float: left;
    width: 160px;
  }
  header[role="banner"] .form-language .form-control {
    width: 120px;
  }
  header[role="banner"] .links {
    float: right;
    line-height: 30px;
  }
  header[role="banner"] .form-search:before,
  header[role="banner"] .form-search:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  header[role="banner"] .form-search:after {
    clear: both;
  }
  header[role="banner"] .form-search:before,
  header[role="banner"] .form-search:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  header[role="banner"] .form-search:after {
    clear: both;
  }
}
@media (min-width: 992px) {
  header[role="banner"] .quick-access {
    float: right;
  }
}
.layout {
  padding-bottom: 60px;
}
.layout:before,
.layout:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.layout:after {
  clear: both;
}
.layout:before,
.layout:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.layout:after {
  clear: both;
}
.layout.layout-1-col div[role="main"] {
  position: relative;
  min-height: 1px;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .layout.layout-1-col div[role="main"] {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .layout.layout-2-cols div[role="main"] {
    float: left;
    width: 75%;
  }
}
.layout.layout-3-cols div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .layout.layout-3-cols div[role="main"] {
    float: left;
    width: 50%;
  }
}
div[role="main"] {
  position: relative;
  min-height: 1px;
  /*padding: 30px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,.05);*/
}
@media (min-width: 992px) {
  div[role="main"] {
    float: left;
    width: 100%;
  }
}
aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;  
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  aside[role="complementary"] {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  aside[role="complementary"] {
    display: block;
  }
}
footer[role="contentinfo"] {
  margin-bottom: 20px;
}
footer[role="contentinfo"]:before,
footer[role="contentinfo"]:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
footer[role="contentinfo"]:after {
  clear: both;
}
footer[role="contentinfo"]:before,
footer[role="contentinfo"]:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
footer[role="contentinfo"]:after {
  clear: both;
}
footer[role="contentinfo"] > ul > li,
footer[role="contentinfo"] .links li {
  display: inline;
}
footer[role="contentinfo"] > ul,
footer[role="contentinfo"] .links,
footer[role="contentinfo"] .bugs,
footer[role="contentinfo"] address {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] > ul,
  footer[role="contentinfo"] .links,
  footer[role="contentinfo"] .bugs,
  footer[role="contentinfo"] address {
    width: 50%;
  }
  footer[role="contentinfo"] > ul,
  footer[role="contentinfo"] .bugs {
    float: left;
  }
  footer[role="contentinfo"] .links,
  footer[role="contentinfo"] address {
    float: right;
    text-align: right;
  }
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #FF7F00;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Condensed", Arial, sans-serif;  
  font-weight: 700;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
h1,
.h1 {
  font-size: 25px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-title {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 0;
}
.page-title:before,
.page-title:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.page-title:after {
  clear: both;
}
.page-title:before,
.page-title:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.page-title:after {
  clear: both;
}
.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}
.title-buttons {
  text-align: right;
}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left;
}
.subtitle,
.sub-title {
  color: #999999;
}
.main-container{
  width: 100%;
  max-width: 100% !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
.col2-set,
.col2-set,
.col4-set {
}
.col2-set:before,
.col2-set:before,
.col4-set:before,
.col2-set:after,
.col2-set:after,
.col4-set:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.col2-set:after,
.col2-set:after,
.col4-set:after {
  clear: both;
}
.col2-set:before,
.col2-set:before,
.col4-set:before,
.col2-set:after,
.col2-set:after,
.col4-set:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.col2-set:after,
.col2-set:after,
.col4-set:after {
  clear: both;
}
.col2-set > .legend {
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}
.col2-set .col-1,
.col2-set .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: left;
    width: 50%;
  }
}
.col2-set .col-narrow {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-narrow {
    float: left;
    width: 33.33333333333333%;
  }
}
.col2-set .col-wide {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col2-set .col-wide {
    float: left;
    width: 66.66666666666666%;
  }
}
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    float: left;
    width: 33.33333333333333%;
  }
}
.col4-set .col-1,
.col4-set .col-2,
.col4-set .col-3,
.col4-set .col-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    float: left;
    width: 25%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.data-table {
  width: 100%;
  margin-bottom: 20px;
  /*border: 1px solid #dddddd;*/
}
.data-table thead > tr > th,
.data-table tbody > tr > th,
.data-table tfoot > tr > th,
.data-table thead > tr > td,
.data-table tbody > tr > td,
.data-table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  /*border-top: 1px solid #dddddd;*/
}
.data-table thead > tr > th {
  vertical-align: bottom;
  /*border-bottom: 2px solid #dddddd;*/
}
.data-table caption + thead tr:first-child th,
.data-table colgroup + thead tr:first-child th,
.data-table thead:first-child tr:first-child th,
.data-table caption + thead tr:first-child td,
.data-table colgroup + thead tr:first-child td,
.data-table thead:first-child tr:first-child td {
  border-top: 0;
}
.data-table tbody + tbody {
  /*border-top: 2px solid #dddddd;*/
}
.data-table .table {
  background-color: #ffffff;
}
.data-table > thead > tr > th,
.data-table > tbody > tr > th,
.data-table > tfoot > tr > th,
.data-table > thead > tr > td,
.data-table > tbody > tr > td,
.data-table > tfoot > tr > td {
  /*border: 1px solid #dddddd;*/
}
.data-table > thead > tr > th,
.data-table > thead > tr > td {
  border-bottom-width: 2px;
}
.data-table > tbody > tr:nth-child(odd) > td,
.data-table > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}
.data-table > tbody > tr > td {
  border-bottom: 1px solid #dddddd;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: rgb(255, 127, 0);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 127, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 127, 0, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: none;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px;
}
.input-text {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-text:-moz-placeholder {
  color: #999999;
}
.input-text::-moz-placeholder {
  color: #999999;
}
.input-text:-ms-input-placeholder {
  color: #999999;
}
.input-text::-webkit-input-placeholder {
  color: #999999;
}
.input-text:focus {
  border-color: #FF7F00;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-text[disabled],
.input-text[readonly],
fieldset[disabled] .input-text {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.input-text {
  height: auto;
}
.form-list:before,
.form-list:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-list:after {
  clear: both;
}
.form-list:before,
.form-list:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-list:after {
  clear: both;
}
.form-list li {
  margin-bottom: 0;
}
.form-list li:before,
.form-list li:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-list li:after {
  clear: both;
}
.form-list li:before,
.form-list li:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-list li:after {
  clear: both;
}
.form-list label {
  z-index: 1;
  position: absolute;
  top: 9px;
  left: 15px;
}
.form-list label.required em {
  float: right;
  font-style: normal;
  color: #b94a48;
  position: absolute;
  top: 0;
  right: -8px;
}
.customer-account-create .form-list label.required em {
  right: 2px;  
}
.form-list div,
.form-list li {
  position: relative;
}
.contact-form .form-list input,
.contact-form .form-list textarea {
  padding-left: 40px !important;
  margin-bottom: 15px;
}

.contact-form .form-list textarea {
  height: 150px;
}

.form-list li.control label {
  float: none;
  display: block;
}
.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
  /*display: inline;*/
  float: left;
  margin-top: 2px;
  display: inline;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}
.form-list .field {
  float: left;
  width: 100%;
  padding: 0;
}
.form-list .field:first-child,
.form-list .field:first-of-type {
  padding-left: 0;
}
.form-list .field:last-child {
  padding-right: 0;
}
.form-list textarea,
.form-list select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-list textarea:-moz-placeholder,
.form-list select:-moz-placeholder {
  color: #999999;
}
.form-list textarea::-moz-placeholder,
.form-list select::-moz-placeholder {
  color: #999999;
}
.form-list textarea:-ms-input-placeholder,
.form-list select:-ms-input-placeholder {
  color: #999999;
}
.form-list textarea::-webkit-input-placeholder,
.form-list select::-webkit-input-placeholder {
  color: #999999;
}
.form-list textarea:focus,
.form-list select:focus {
  border-color: #FF7F00;
  outline: 0;
}
.form-list textarea[disabled],
.form-list select[disabled],
.form-list textarea[readonly],
.form-list select[readonly],
fieldset[disabled] .form-list textarea,
fieldset[disabled] .form-list select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-list textarea,
textarea.form-list select {
  height: auto;
}
.form-list select[multiple],
.form-list textarea {
  height: auto;
}
.form-list li.additional-row {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 7px;
}
.form-list li.additional-row p:before,
.form-list li.additional-row p:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-list li.additional-row p:after {
  clear: both;
}
.form-list li.additional-row p:before,
.form-list li.additional-row p:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-list li.additional-row p:after {
  clear: both;
}
.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0;
}
.form-list .input-range input.input-text,
.form-list .input-range span {
  display: inline-block;
}
.form-list .input-range input.input-text {
  width: 40%;
}
.form-list-narrow li {
  margin-bottom: 0;
}
.form-list-narrow li .input-box {
  margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box {
  width: 260px;
}
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px;
}
.form-list-narrow li.wide select {
  width: 260px;
}
.form-list .customer-name-prefix .name-prefix {
  width: 16%;
}
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-prefix .name-lastname {
  width: 42%;
}
.form-list .customer-name-prefix-middlename .name-prefix,
.form-list .customer-name-prefix-middlename .name-middlename {
  width: 16%;
}
.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename .name-lastname {
  width: 34%;
}
.form-list .customer-name-prefix-suffix .name-prefix,
.form-list .customer-name-prefix-suffix .name-suffix {
  width: 16%;
}
.form-list .customer-name-prefix-suffix .name-firstname,
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 34%;
}
.form-list .customer-name-prefix-middlename-suffix .name-prefix,
.form-list .customer-name-prefix-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename-suffix .name-suffix {
  width: 12%;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 32%;
}
.form-list .customer-name-middlename .name-middlename {
  width: 16%;
}
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-lastname {
  width: 42%;
}
.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-middlename-suffix .name-suffix {
  width: 16%;
}
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 34%;
}
.form-list .customer-name-suffix .name-suffix {
  width: 16%;
}
.form-list .customer-name-suffix .name-firstname,
.form-list .customer-name-suffix .name-lastname {
  width: 42%;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.form-list .customer-dob .dob-day:first-child,
.form-list .customer-dob .dob-month:first-child,
.form-list .customer-dob .dob-year:first-child {
  padding-left: 0;
}
.form-list .customer-dob .dob-day + .dob-month + .dob-year,
.form-list .customer-dob .dob-month + .dob-day + .dob-year,
.form-list .customer-dob .dob-year + .dob-day + .dob-month,
.form-list .customer-dob .dob-year + .dob-month + .dob-day {
  padding-right: 0;
}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 30%;
}
.form-list .customer-dob .dob-year {
  width: 40%;
}
.legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.buttons-set {
  margin: 0;
  padding: 0;
  border-top: 0px solid #fff;
  line-height: 1em;
  text-align: left;
}
.buttons-set:before,
.buttons-set:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.buttons-set:after {
  clear: both;
}
.buttons-set:before,
.buttons-set:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.buttons-set:after {
  clear: both;
}
.buttons-set p.required {
  margin: 0 0 10px;
  display: none;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.buttons-set button.button {

}
.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}
.validation-advice {
  clear: both;
  color: #b94a48;  
}
.customer-account-edit{
  margin-bottom: 10px;
  margin-top: -5px;
}
.validation-failed {
  border: 1px solid #e30613 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.validation-failed:focus {
  border-color: #953b39 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
}
p.required {
  text-align: right;
  color: #b94a48;
}
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #FF7F00;
  border-color: #eb4c0f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #dc480e;
  border-color: #b13a0b;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #FF7F00;
  border-color: #eb4c0f;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #FF7F00;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #e30613;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  padding: 11px;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-color: #ccc;
  color: #aaa;
  background-color: #ffffff;
  text-transform: uppercase;
}
.button:hover,
.button:focus {
  text-decoration: none;
  outline: none;
  color: #777;
  border-color: #777;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button:active,
.button.active,
.open .dropdown-toggle.button {
  background-image: none;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button,
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled:active,
.button[disabled]:active,
fieldset[disabled] .button:active,
.button.disabled.active,
.button[disabled].active,
fieldset[disabled] .button.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-addon label {
  margin-bottom: 0;
  font-weight: normal;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 5px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #FF7F00;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #FF7F00;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #FF7F00;
  border-bottom-color: #FF7F00;
}
.nav a:hover .caret {
  border-top-color: #e30613;
  border-bottom-color: #e30613;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: right;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  border-top: 1px solid transparent;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 5px;
  background-color: #58390A;
  border: 1px solid #F60;
  border-radius: 4px;
  margin-left: 6px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 20px;
  font-weight: normal;
  color: white;
  font-size: 0.9em;
  /*margin-top: 20px;*/
}
.navbar-nav > li.first > a{
  /*margin-left: -15px;*/
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 769px) {
  .navbar-nav {
    /*float: left;*/
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
    margin-top: 15px;
	width:auto;
  }
  .navbar-nav > li > a {
  }
  .navbar-collapse.in {clear:both;}
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
}
.navbar-default .navbar-brand {
  color: #777777;
  display: none;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;  
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Daft Brush", Helvetica, Arial, sans-serif;
  font-size: 16px;
  /*min-width: 82px;*/
  min-width:10px;
  background: url('../images/sprite.png') no-repeat center 62px;
  transition: all 300ms;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: url('../images/sprite.png') no-repeat center 43px;
  min-width: auto;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
}

.navbar-default .navbar-toggle {
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #814422;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  .navbar-main .navbar-brand {
    display: none;
  }
}
.navbar-main ul.level0 {
  display: none;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #FF7F00;
  border-color: #FF7F00;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager:before,
.sorter:before,
.pager:after,
.sorter:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after,
.sorter:after {
  clear: both;
}
.pager:before,
.sorter:before,
.pager:after,
.sorter:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after,
.sorter:after {
  clear: both;
}
.pager {
  padding: 4px 8px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  line-height: 30px;
}
.pager .amount {
  float: left;
  margin-bottom: 0;
}
.pager .limiter {
  float: right;
}
.pager .limiter label {
  margin-bottom: 0;
}
.pager .limiter select {
  display: inline;
  width: 50px;
}
.pager .pages {
  float: left;
  width: 100%;
  text-align: center;
}
.pager .pages ol {
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  margin: 0;
  display: inline-block;
}
.pager .pages ol > li {
  display: inline;
}
.pager .pages ol > li > a,
.pager .pages ol > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pager .pages ol > li:first-child > a,
.pager .pages ol > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pager .pages ol > li:last-child > a,
.pager .pages ol > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pager .pages ol > li > a:hover,
.pager .pages ol > li > span:hover,
.pager .pages ol > li > a:focus,
.pager .pages ol > li > span:focus {
  background-color: #eeeeee;
}
.pager .pages ol > .active > a,
.pager .pages ol > .active > span,
.pager .pages ol > .active > a:hover,
.pager .pages ol > .active > span:hover,
.pager .pages ol > .active > a:focus,
.pager .pages ol > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #FF7F00;
  border-color: #FF7F00;
  cursor: default;
}
.pager .pages ol > .disabled > span,
.pager .pages ol > .disabled > a,
.pager .pages ol > .disabled > a:hover,
.pager .pages ol > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pager .pages ol > li > a,
.pager .pages ol > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pager .pages ol > li:first-child > a,
.pager .pages ol > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pager .pages ol > li:last-child > a,
.pager .pages ol > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager .pages li {
  display: inline-block;
  margin: 0 2px;
}
@media (min-width: 768px) {
  .pager .pages {
    float: none;
    width: auto;
  }
}
.sorter {
  padding: 4px 8px;
  border-top: 1px solid #e5e5e5;
  line-height: 30px;
}
.sorter .view-mode {
  float: left;
  margin: 0;
}
.sorter .sort-by {
  float: right;
}
.sorter .sort-by label {
  margin-bottom: 0;
}
.sorter .sort-by select {
  display: inline;
  width: 100px;
}
@media (min-width: 768px) {
  .sorter .sort-by {
    padding-right: 43px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
.success {
  color: #468847;
}
.error {
  color: #b94a48;
}
.notice {
  color: #3a87ad;
}
.std ul.messages{
  list-style: none;
}
.messages > li {
  margin-bottom: 40px;
}
.messages {
  width: 50%;
  margin: auto;
  padding-bottom: 25px;
}


#discount-coupon-form .messages {
  width: auto;
}

/*
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6em;
  font-family: "Daft Brush", Helvetica, Arial, sans-serif;
  border: 1px solid transparent;
  border-radius: 0px;
}*/
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  /*font-size: 1.6em;
  font-family: "Daft Brush", Helvetica, Arial, sans-serif;*/
  border: 1px solid transparent;
  border-radius: 0px;
  margin: 0 auto !important;
}
.error-msg h4,
.success-msg h4,
.note-msg h4,
.notice-msg h4 {
  margin-top: 0;
  color: inherit;
}
.error-msg .alert-link,
.success-msg .alert-link,
.note-msg .alert-link,
.notice-msg .alert-link {
  font-weight: bold;
}
.error-msg > p,
.success-msg > p,
.note-msg > p,
.notice-msg > p,
.error-msg > ul,
.success-msg > ul,
.note-msg > ul,
.notice-msg > ul {
  margin-bottom: 0;
}
.error-msg > p + p,
.success-msg > p + p,
.note-msg > p + p,
.notice-msg > p + p {
  margin-top: 5px;
}
.error-msg {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.error-msg hr {
  border-top-color: #e6c1c7;
}
.error-msg .alert-link {
  color: #953b39;
}
.success-msg {
  background-color: #ff7f00;
  border-color: #ff7f00;
  color: #fff;
  border: 1px solid #fff;
}

.success-msg.msg-verde {
  background: transparent url('../images/campo-tropical-mensaje-verde.png');
  color: #ffffff;
  font-family: "Daft Brush", Helvetica, Arial, sans-serif;
  font-size: 24px;
  display: block;
  padding: 18px 10px;  
  border: 0;
  width: 456px;
  background-size: cover;
  text-align: center;
}

.success-msg hr {
  border-top-color: #c9e2b3;
}
.success-msg .alert-link {
  color: #356635;
}
.note-msg,
.notice-msg {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}


.category-info .note-msg {
background: transparent;
color: #fff;
border: 0;
font-family: "Roboto Condensed", Arial, sans-serif;
font-size: 1.7em;
font-weight: 700;
padding: 0;
}





.note-msg hr,
.notice-msg hr {
  border-top-color: #a6e1ec;
}
.note-msg .alert-link,
.notice-msg .alert-link {
  color: #2d6987;
}
.global-site-notice {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.global-site-notice h4 {
  margin-top: 0;
  color: inherit;
}
.global-site-notice .alert-link {
  font-weight: bold;
}
.global-site-notice > p,
.global-site-notice > ul {
  margin-bottom: 0;
}
.global-site-notice > p + p {
  margin-top: 5px;
}
.global-site-notice hr {
  border-top-color: #f8e5be;
}
.global-site-notice .alert-link {
  color: #a47e3c;
}
.global-site-notice p {
  margin: 0;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #FF7F00;
  border-color: #FF7F00;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fde9e2;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #FF7F00;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #FF7F00;
  border-color: #FF7F00;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #FF7F00;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #FF7F00;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.std {
  font-weight: 300;
  font-size: 16px;
}
.std ul,
.std ol {
  padding-left: 40px;
  margin-bottom: 10px;
}
.std ul {
  list-style: disc outside;
}
.std ol {
  list-style: decimal outside;
}
.links li {
  display: inline;
}
.links li:first-child {
  padding-left: 0;
}
.links li:last-child {
  padding-right: 0;
}
.link-cart,
.link-wishlist,
.link-reorder,
.link-compare,
.link-print {
  font-weight: bold;
}
.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}
.btn-remove {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_remove.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.btn-remove,
.btn-previous,
.btn-remove2,
.btn-edit {
}
.btn-cart {
}
.btn-cart:hover,
.btn-cart:focus,
.btn-cart:active,
.btn-cart.active,
.open .dropdown-toggle.btn-cart {

}
.btn-cart:active,
.btn-cart.active,
.open .dropdown-toggle.btn-cart {
  background-image: none;
}
.btn-cart.disabled,
.btn-cart[disabled],
fieldset[disabled] .btn-cart,
.btn-cart.disabled:hover,
.btn-cart[disabled]:hover,
fieldset[disabled] .btn-cart:hover,
.btn-cart.disabled:focus,
.btn-cart[disabled]:focus,
fieldset[disabled] .btn-cart:focus,
.btn-cart.disabled:active,
.btn-cart[disabled]:active,
fieldset[disabled] .btn-cart:active,
.btn-cart.disabled.active,
.btn-cart[disabled].active,
fieldset[disabled] .btn-cart.active {
  background-color: #FF7F00;
  border-color: #eb4c0f;
}
.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}
.separator {
  margin: 0 3px;
}
.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.logo strong {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
h1.logo {
  margin: 0;
}
.form-language {
  margin-bottom: 10px;
}
.form-language label {
  display: none;
}
.form-language select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-language select:-moz-placeholder {
  color: #999999;
}
.form-language select::-moz-placeholder {
  color: #999999;
}
.form-language select:-ms-input-placeholder {
  color: #999999;
}
.form-language select::-webkit-input-placeholder {
  color: #999999;
}
.form-language select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-language select[disabled],
.form-language select[readonly],
fieldset[disabled] .form-language select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-language select {
  height: auto;
}
.form-search {
  margin-bottom: 10px;
  position: relative;
}
.form-search .search-autocomplete {
  z-index: 1000;
}
.form-search .search-autocomplete li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.form-search .search-autocomplete li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.form-search .search-autocomplete li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-search .search-autocomplete li > .badge {
  float: right;
}
.form-search .search-autocomplete li > .badge + .badge {
  margin-right: 5px;
}
a.form-search .search-autocomplete li {
  color: #555555;
}
a.form-search .search-autocomplete li .list-group-item-heading {
  color: #333333;
}
a.form-search .search-autocomplete li:hover,
a.form-search .search-autocomplete li:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.form-search .search-autocomplete li.active,
.form-search .search-autocomplete li.active:hover,
.form-search .search-autocomplete li.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #FF7F00;
  border-color: #FF7F00;
}
.form-search .search-autocomplete li.active .list-group-item-heading,
.form-search .search-autocomplete li.active:hover .list-group-item-heading,
.form-search .search-autocomplete li.active:focus .list-group-item-heading {
  color: inherit;
}
.form-search .search-autocomplete li.active .list-group-item-text,
.form-search .search-autocomplete li.active:hover .list-group-item-text,
.form-search .search-autocomplete li.active:focus .list-group-item-text {
  color: #fde9e2;
}
.form-search .search-autocomplete li .amount {
  float: right;
}
.form-search .search-autocomplete li.first {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.form-search .search-autocomplete li:hover,
.form-search .search-autocomplete li:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.form-search .search-autocomplete li.selected,
.form-search .search-autocomplete li.selected:hover,
.form-search .search-autocomplete li.selected:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #FF7F00;
  border-color: #FF7F00;
}
.advanced-search .form-list .input-range {
  line-height: 34px;
}
.advanced-search .form-list .input-range small {
  float: right;
}
.advanced-search-summary {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
}
.advanced-search-summary blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.advanced-search-summary:before,
.advanced-search-summary:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.advanced-search-summary:after {
  clear: both;
}
.advanced-search-summary:before,
.advanced-search-summary:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.advanced-search-summary:after {
  clear: both;
}
.advanced-search-summary ul {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.advanced-search-summary strong {
  color: #FF7F00;
}
.advanced-search-summary p {
  clear: both;
  padding: 10px 15px 0;
  margin-bottom: 0;
  font-weight: bold;
}
@media (min-width: 480px) {
  .advanced-search-summary ul {
    float: left;
    width: 50%;
  }
}
.block {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
  padding: 0 25px;
}
.block > .list-group {
  margin-bottom: 0;
}
.block > .list-group .list-group-item {
  border-width: 1px 0;
}
.block > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.block > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.block > .table {
  margin-bottom: 0;
}
.block > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.block .block-title {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
}
.block .block-title strong {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.block .block-title strong > a {
  color: inherit;
}
.block .block-subtitle {
  margin: 0 15px 10px;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.block .block-content:before,
.block .actions:before,
.block .block-content:after,
.block .actions:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.block .block-content:after,
.block .actions:after {
  clear: both;
}
.block .block-content:before,
.block .actions:before,
.block .block-content:after,
.block .actions:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.block .block-content:after,
.block .actions:after {
  clear: both;
}
.block .block-content:before,
.block .block-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.block .block-content:after {
  clear: both;
}
.block .block-content:before,
.block .block-content:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.block .block-content:after {
  clear: both;
}
.block .block-content li.item {
  padding: 10px 15px;
}
.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px;
}
.block .actions {
  padding: 6px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  text-align: right;
  line-height: 30px;
}
.block .actions:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.block .actions a {
  float: left;
}
.block .actions button.button {
  float: right;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.block .empty {
  margin: 0;
  padding: 15px;
}
.block li.odd {
  background-color: #fff;
}
/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
  font-size: 12px;
}
.mini-products-list .product-image {
  float: left;
}
.mini-products-list .product-details {
  position: relative;
  padding-left: 60px;
  height: 55px;
  line-height: 50px;
}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important;
}
/* Block:  Account */
.block-account {
  border-color: #FF7F00;
}
.block-account > .panel-heading {
  color: #ffffff;
  background-color: #FF7F00;
  border-color: #FF7F00;
}
.block-account > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #FF7F00;
}
.block-account > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #FF7F00;
}
.block-account .block-title {
  border-color: #FF7F00;
  background-color: #FF7F00;
  color: #ffffff;
}
.block-account .block-title + .panel-collapse .panel-body {
  border-top-color: #FF7F00;
}
.block-account .block-title strong {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.block-account .block-title strong > a {
  color: inherit;
}
.block-account .block-content {
  padding: 15px;
}
.block-account .block-content ul {
  margin-bottom: 0;
}
.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li.current {
  padding: 5px 0;
  border-bottom: 1px solid #dddddd;
}
.block-account .block-content li.current.last {
  border-bottom: 0;
}
.block-layered-nav dl {
  margin: 0;
}
.block-layered-nav dt {
  padding: 7px 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.block-layered-nav dd {
  padding: 0 15px 0 20px;
  margin-bottom: 10px;
}
.block-layered-nav dd.last {
  background: none;
}
.block-layered-nav .currently li {
  position: relative;
  padding: 5px 15px;
}
.block-layered-nav .currently .label {
  font-weight: bold;
  text-transform: uppercase;
}
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 4px;
  top: 9px;
  margin: 0;
}
.block-layered-nav .currently .btn-previous {
  right: 17px;
}
.block-layered-nav .actions {
  text-align: right;
}
.block-layered-nav .actions .actions a {
  float: none;
}
.block-cart .summary {
  padding: 10px 15px;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  padding: 4px;
  margin-bottom: 0;
  text-align: center;
}
.block-cart .subtotal h4 {
  margin-top: 0;
  color: inherit;
}
.block-cart .subtotal .alert-link {
  font-weight: bold;
}
.block-cart .subtotal > p,
.block-cart .subtotal > ul {
  margin-bottom: 0;
}
.block-cart .subtotal > p + p {
  margin-top: 5px;
}
.block-cart .subtotal hr {
  border-top-color: #a6e1ec;
}
.block-cart .subtotal .alert-link {
  color: #2d6987;
}
.block-cart .subtotal .price {
  font-weight: bold;
}
.block-cart .actions {
  border-bottom: 1px solid #dddddd;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}
.block-related input.checkbox {
  float: left;
}
.block-related .product {
  margin-left: 20px;
}
.compare-table .btn-remove {
  float: right;
  background-image: url(../images/btn_remove2.gif);
  width: 72px;
  height: 15px;
}
.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548;
}
.compare-table tr.first td .product-name a {
  color: #203548;
}
.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto;
}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0;
}
.block-poll label {
  color: #777;
  font-weight: bold;
}
.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}
.block-poll .label {
  display: block;
  margin-left: 18px;
}
.block-poll li {
  padding: 10px 15px;
}
.block-poll label {
  margin-bottom: 0;
}
.block-poll .actions {
  margin: 5px 0 0;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: right;
  margin-left: 10px;
}
.block-tags .block-content .tags-list {
  padding: 15px !important;
  margin-bottom: 0 !important;
  font-size: 12px;
}
.block-tags .actions {
  text-align: right;
}
.block-tags .actions a {
  float: none;
}
.block-subscribe .block-content {
  padding: 15px 15px 0;
}
.block-subscribe .actions {
  margin: 15px -15px 0;
}
.block-subscribe .actions button.button {
  float: none;
}
.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0;
}
.block-reorder .product-name {
  margin-left: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}
.block-banner {
  border: 0;
  background-color: transparent;
}
.block-banner .block-content {
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.block-banner .block-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.block-login .block-content {
  padding: 15px 15px 0;
}
.block-login .actions {
  margin: 15px -15px 0;
}
.paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.paypal-logo a {
  float: none;
}
.category-image img {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
}
.category-description {
  margin-bottom: 10px;
}
.category-products .toolbar {
  margin-bottom: 10px;
}
.products-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.products-grid.last {
  padding-bottom: 50px;
}
.products-grid:before,
.products-grid:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.products-grid:after {
  clear: both;
}
.products-grid:before,
.products-grid:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.products-grid:after {
  clear: both;
}
.products-grid .item {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 390px;
  padding-bottom: 0px;
  width: 50%;
}
.products-grid .product-image {
  display: block;
  margin-bottom: -70px;
}
.products-grid .product-image img {
  padding: 4px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.products-grid .product-name {
  min-height: 0px;
  color: #ffffff;
  /* z-index: 2; */
  position: relative;
}
.products-grid .product-name  a{
  color: #ffffff;
}
.products-grid .actions {
}
.products-grid .add-to-links .separator {
  display: none;
}
.products-list li.item {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.products-list li.item:before,
.products-list li.item:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.products-list li.item:after {
  clear: both;
}
.products-list li.item:before,
.products-list li.item:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.products-list li.item:after {
  clear: both;
}
.products-list li.item:first-child {
  padding-top: 0;
}
.products-list li.item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.products-list .product-image {
  float: left;
  width: 150px;
  display: block;
}
.products-list .product-image img {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.products-list .product-shop {
  margin-left: 160px;
}
.products-list .add-to-links li {
  display: inline;
}
.products-list .add-to-links .separator {
  display: inline;
  margin: 0 4px;
}
.product-name {
  margin: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 52px;
  text-align: center;
  color: white;
}
.data-table .product-name {
  text-align: left;
  color: inherit;
  font-size: 17px;
}
@media (max-width: 767px) {
  .product-name {
    font-size: 35px;
  }
}
.availability {
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.in-stock span {
  color: #468847;
}
.availability.out-of-stock span {
  background-color: #D5500D;
  color: #ffffff;
  font-family: "Daft Brush", Helvetica, Arial, sans-serif;
  font-size: 24px;
  display: block;
  padding: 7px 10px;
  font-weight: 300;
}
.catalog-category-view .availability.out-of-stock span {
  background-color: transparent;
}
@media (max-width: 767px) {
  .catalog-category-view .availability.out-of-stock span {
    position: absolute;
    top: -70px;
  }
}
.fuera-temp-list{
  opacity: 0.3;
  margin-bottom: -70px;
}
.availability-only span,
.availability-only a {
  font-weight: bold;
}
.availability-only-details {
  width: 100%;
  margin-bottom: 20px;
}
.availability-only-details thead > tr > th,
.availability-only-details tbody > tr > th,
.availability-only-details tfoot > tr > th,
.availability-only-details thead > tr > td,
.availability-only-details tbody > tr > td,
.availability-only-details tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.availability-only-details thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.availability-only-details caption + thead tr:first-child th,
.availability-only-details colgroup + thead tr:first-child th,
.availability-only-details thead:first-child tr:first-child th,
.availability-only-details caption + thead tr:first-child td,
.availability-only-details colgroup + thead tr:first-child td,
.availability-only-details thead:first-child tr:first-child td {
  border-top: 0;
}
.availability-only-details tbody + tbody {
  border-top: 2px solid #dddddd;
}
.availability-only-details .table {
  background-color: #ffffff;
}
.add-to-cart .paypal-logo {
  margin: 0;
  text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
  display: block;
  margin: 5px 60px 5px 0;
}
.add-to-cart .paypal-logo .paypal-logo {
  margin: 0;
}
.add-to-box {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.add-to-box:before,
.add-to-box:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.add-to-box:after {
  clear: both;
}
.add-to-box:before,
.add-to-box:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.add-to-box:after {
  clear: both;
}
.add-to-box .add-to-cart {
  margin: 0 0 10px;
}
.add-to-box .or {
  float: left;
}
.add-to-box .add-to-links {
  float: right;
}
.add-to-box .add-to-links li,
.add-to-box .add-to-links .separator {
  float: left;
}
.add-to-box .add-to-links .separator {
  margin: 0 4px;
}
.product-view {
  margin-left: -15px;
  margin-right: -15px;
}
.product-view:before,
.product-view:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-view:after {
  clear: both;
}
.product-view:before,
.product-view:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-view:after {
  clear: both;
}
.product-essential,
.product-collateral {
  float: left;
  min-height: 1px;
}
@media (min-width: 768px) {
  .product-essential,
  .product-collateral {
  }
}
.product-essential .product-shop {
  min-height: 1px;
  position: relative;
}
.product-essential .product-img-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .product-essential .product-img-box {
    float: left;
    width: 58.333333333333336%;
  }
}
.product-essential .product-img-box img {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.product-essential .product-img-box .more-views ul {
  margin-left: -15px;
  margin-right: -15px;
}
.product-essential .product-img-box .more-views ul:before,
.product-essential .product-img-box .more-views ul:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-essential .product-img-box .more-views ul:after {
  clear: both;
}
.product-essential .product-img-box .more-views ul:before,
.product-essential .product-img-box .more-views ul:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-essential .product-img-box .more-views ul:after {
  clear: both;
}
.product-essential .product-img-box .more-views ul li {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .product-essential .product-img-box {
    padding-left: 0;
    padding-right: 15px;
  }
  .product-essential .product-shop {
  }
}
.product-view .product-shop {
  margin-bottom: 20px;
}
.product-view .product-shop > .list-group {
  margin-bottom: 0;
}
.product-view .product-shop > .list-group .list-group-item {
  border-width: 1px 0;
}
.product-view .product-shop > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.product-view .product-shop > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.product-view .product-shop > .table {
  margin-bottom: 0;
}
.product-view .product-shop > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.product-view .product-shop .product-name {
  color: #333;
}
.product-view .product-shop .product-name h1 {
  margin-top: 50px;
  margin-bottom: 25px;
  font-size: 1em;
  color: #D5500D;
  text-align: left;
}
.product-view .product-shop .product-name h1 > a {
  color: inherit;
}
.product-view .product-shop .availability,
.product-view .product-shop .price-box,
.product-view .product-shop .add-to-box,
.product-view .product-shop .short-description {
  margin-bottom: 10px;
}
.product-view .product-shop .add-to-box{
  
}
.product-view .product-shop .product-options-bottom .price-box,
.product-view .product-shop .product-options-bottom .add-to-cart {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .product-view .product-shop .product-options-bottom .price-box,
  .product-view .product-shop .product-options-bottom .add-to-cart {
    float: none;
    width: auto;
  }
}
.product-img-box .product-image-zoom img,
.product-img-box .more-views img {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-img-box .product-image-zoom {
  margin-bottom: 10px;
}
.product-img-box .more-views {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.product-options {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  margin-bottom: 10px;
  position: relative;
  margin-top:-50px;
  width: 40%;
  margin-right:3%;
  float:left;
}
.product-options blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.product-options dl {
  margin: 0;
}
.product-options dt {
  padding-top: 10px;
  font-weight: normal;
}
.product-options dt label {
  margin-bottom: 0;
  font-weight: bold;
}
.product-options dt label.required em {
  margin-left: 2px;
  color: #b94a48;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
}
.product-options dd .qty-holder {
  display: block;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
}
.product-options dd {
  padding: 5px 0 10px 5px;
  border-bottom: 1px solid #eeeeee;
}
.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.product-options dd .input-text:-moz-placeholder,
.product-options dd select:-moz-placeholder,
.product-options dd textarea:-moz-placeholder {
  color: #999999;
}
.product-options dd .input-text::-moz-placeholder,
.product-options dd select::-moz-placeholder,
.product-options dd textarea::-moz-placeholder {
  color: #999999;
}
.product-options dd .input-text:-ms-input-placeholder,
.product-options dd select:-ms-input-placeholder,
.product-options dd textarea:-ms-input-placeholder {
  color: #999999;
}
.product-options dd .input-text::-webkit-input-placeholder,
.product-options dd select::-webkit-input-placeholder,
.product-options dd textarea::-webkit-input-placeholder {
  color: #999999;
}
.product-options dd .input-text:focus,
.product-options dd select:focus,
.product-options dd textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.product-options dd .input-text[disabled],
.product-options dd select[disabled],
.product-options dd textarea[disabled],
.product-options dd .input-text[readonly],
.product-options dd select[readonly],
.product-options dd textarea[readonly],
fieldset[disabled] .product-options dd .input-text,
fieldset[disabled] .product-options dd select,
fieldset[disabled] .product-options dd textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.product-options dd .input-text,
textarea.product-options dd select,
textarea.product-options dd textarea {
  height: auto;
}
.product-options dd select[multiple],
.product-options dd textarea {
  height: auto;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  margin-bottom: 0;
}
.product-options ul.options-list {
  margin-bottom: 0;
}
.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list .label {
  display: block;
  margin-left: 18px;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 12px;
}
.product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px;
}
.product-options-bottom {
  margin-left: -15px;
  margin-right: -15px;
}
.product-options-bottom:before,
.product-options-bottom:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-options-bottom:after {
  clear: both;
}
.product-options-bottom:before,
.product-options-bottom:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-options-bottom:after {
  clear: both;
}
.product-options-bottom .price-box,
.product-options-bottom .add-to-cart {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .product-options-bottom .price-box,
  .product-options-bottom .add-to-cart {
    float: left;
    width: 50%;
  }
}
.product-options-bottom .add-to-links {
  padding-top: 10px;
  clear: both;
  text-align: center;
}
.product-options-bottom .add-to-links li {
  display: inline;
}
.product-options-bottom .price-box {
  padding-top: 10px;
}
.product-options-bottom .price-box:before,
.product-options-bottom .price-box:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-options-bottom .price-box:after {
  clear: both;
}
.product-options-bottom .price-box:before,
.product-options-bottom .price-box:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-options-bottom .price-box:after {
  clear: both;
}
.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
.product-options-bottom .price-tax {
  float: left;
}
@media (min-width: 992px) {
  .product-options-bottom .price-box {
    padding-top: 0;
  }
}
.product-shop .product-options dt label.required em {
  margin-left: 0;
  margin-right: 2px;
}
.product-shop .product-options-bottom {
  margin: -50px 0 10px;
  width:15px;
  float:left;
}
.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
}
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px;
}
.product-shop .product-options-bottom .add-to-links {
  clear: both;
}
.product-view .grouped-items-table .price-box {
  margin: 0;
}
.product-view .grouped-items-table .qty {
  width: auto;
}
.product-view .box-collateral {
  margin-bottom: 20px;
  border-color: #dddddd;
  margin-left: -15px;
}
.product-view .box-collateral:before,
.product-view .box-collateral:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-view .box-collateral:after {
  clear: both;
}
.product-view .box-collateral:before,
.product-view .box-collateral:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-view .box-collateral:after {
  clear: both;
}
.product-view .box-collateral > .list-group {
  margin-bottom: 0;
}
.product-view .box-collateral > .list-group .list-group-item {
  border-width: 1px 0;
}
.product-view .box-collateral > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.product-view .box-collateral > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.product-view .box-collateral > .table {
  margin-bottom: 0;
}
.product-view .box-collateral > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.product-view .box-collateral > h2 {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-color: #dddddd;
  font-size: 16px;
  color: #5C5538;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.product-view .box-additional {
  padding: 0;
}
.product-view .box-additional > h2 {
  margin: 0;
}
.product-view .box-additional .data-table {
  border: 0;
  margin-bottom: 0;
}
.product-view .box-additional .data-table > tbody > tr > th {
  border-left: 0;
}
.product-view .box-additional .data-table > tbody > tr > td {
  border-right: 0;
}
.product-view .box-additional .data-table > tbody > tr.first > th,
.product-view .box-additional .data-table > tbody > tr.first > td {
  border-top: 0;
}
.product-view .box-additional .data-table > tbody > tr.last > th,
.product-view .box-additional .data-table > tbody > tr.last > td {
  border-bottom: 0;
}
.product-view .box-up-sell .table-responsive {
  padding: 15px 0;
}
.product-view .box-up-sell .products-grid {
  margin: 0;
  width: 100%;
}
.product-view .box-up-sell .products-grid td {
  width: 25%;
  padding: 0 15px;
  vertical-align: top;
}
.product-view .box-up-sell .products-grid .product-image,
.product-view .box-up-sell .products-grid .price-box {
  margin-bottom: 10px;
}
.product-view .box-up-sell .products-grid .ratings {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product-view .box-up-sell .products-grid {
    min-width: 500px;
  }
  .product-view .box-up-sell .products-grid > tbody > tr > th,
  .product-view .box-up-sell .products-grid > tbody > tr > td {
    white-space: normal;
  }
}
.product-view .box-tags {
  margin: 0;
}
.product-view .box-tags .product-tags li {
  display: inline;
  white-space: nowrap;
  margin: 0 6px;
}
.product-view .box-tags .note {
  margin: 0;
  text-align: center;
}
.product-view .box-reviews dt {
  padding-top: 15px;
  font-weight: normal;
}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold;
}
.product-view .box-reviews dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.product-view .box-reviews dd:before,
.product-view .box-reviews dd:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-view .box-reviews dd:after {
  clear: both;
}
.product-view .box-reviews dd:before,
.product-view .box-reviews dd:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.product-view .box-reviews dd:after {
  clear: both;
}
.product-view .box-reviews dd .ratings-table {
  float: left;
  margin-right: 10px;
}
.product-view .box-reviews dd small {
  font-style: italic;
}
.product-view .box-reviews .form-add h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
  font-weight: 500;
}
.product-view .box-reviews .form-add h4 {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
.product-view .box-reviews .form-add h4 em {
  float: right;
  position: absolute;
  top: 0;
  right: -8px;
  color: #b94a48;
}
.product-view .box-reviews .form-add td.value {
  text-align: center;
}
.product-view .box-reviews .form-add td.value .radio {
  display: inline;
  margin: 0;
  padding: 0;
  height: 20px;
}
@media (max-width: 768px) {
  .product-view .box-reviews .form-add form {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #dddddd;
  }
}
.tags-list {
  margin: 0;
  padding: 10px;
}
.tags-list li {
  display: inline !important;
  margin: 0 3px;
}
.price {
  white-space: nowrap;
}
.price-box .price-label {
  white-space: nowrap;
}
.price-box .price {
  font-weight: bold;
  color: #FF7F00;
}
.regular-price {
  color: #FF7F00;
}
.regular-price .price {
  font-weight: bold;
  color: #FF7F00;
}
.old-price {
  margin: 0;
  color: #999999;
}
.old-price .price {
  color: inherit;
  font-weight: normal;
  text-decoration: line-through;
}
.special-price {
  margin: 0;
}
.special-price .price-label {
  font-weight: bold;
  color: #FF7F00;
}
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  font-weight: bold;
}
.minimal-price-link {
  display: block;
}
.minimal-price-link .price {
  font-weight: normal;
}
.price-excluding-tax,
.price-including-tax {
  display: block;
  color: #999999;
}
.price-excluding-tax .label,
.price-including-tax .label {
  white-space: nowrap;
  color: inherit;
}
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
}
.weee {
  display: block;
}
.weee .price {
  font-weight: normal;
}
.price-excl-tax,
.price-incl-tax {
  display: block;
}
.price-excl-tax .label,
.price-incl-tax .label {
  white-space: nowrap;
  display: block;
}
.price-excl-tax .price,
.price-incl-tax .price {
  display: block;
}
.price-from,
.price-to {
  margin: 0;
}
.price-from .price-label,
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-notice {
  color: #333333;
}
.price-notice .price {
  font-weight: bold;
  color: #333333;
}
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.price-box-bundle .price-box {
  margin: 0;
  padding: 0;
}
.price-box-bundle .price {
  color: #333333;
}
.product-pricing,
.tier-prices {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
}
.product-pricing blockquote,
.tier-prices blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.tier-prices .benefit {
  font-weight: bold;
  font-style: italic;
}
.tier-prices .price {
  font-weight: bold;
  color: #333333;
}
.tier-prices-grouped .price {
  font-weight: bold;
}
.no-rating {
  margin: 0;
}
.ratings {
  margin-bottom: 10px;
  font-size: 12px;
}
.ratings strong {
  float: left;
  margin: 1px 3px 0 0;
}
.ratings .rating-links {
  margin: 0;
}
.ratings .rating-links .separator {
  margin: 0 2px;
}
.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
}
.rating-box .rating {
  float: left;
  height: 13px;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x;
}
.ratings .rating-box {
  float: left;
  margin-right: 3px;
}
.ratings-table th,
.ratings-table td {
  font-size: 12px;
}
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
/* CMS Home Page */
.page-sitemap .links {
  text-align: right;
  font-weight: bold;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap:before,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.catalog-seo-sitemap-product .page-sitemap .sitemap:after {
  clear: both;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap:before,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.catalog-seo-sitemap-product .page-sitemap .sitemap:after {
  clear: both;
}
.catalog-seo-sitemap-product .page-sitemap .sitemap li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .catalog-seo-sitemap-product .page-sitemap .sitemap li {
    float: left;
    width: 50%;
  }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap:before,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.catalog-seo-sitemap-category .page-sitemap .sitemap:after {
  clear: both;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap:before,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.catalog-seo-sitemap-category .page-sitemap .sitemap:after {
  clear: both;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .catalog-seo-sitemap-category .page-sitemap .sitemap li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .catalog-seo-sitemap-category .page-sitemap .sitemap li {
    float: left;
    width: 16.666666666666664%;
  }
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0 {
  font-weight: bold;
  margin-top: 10px;
}
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .page-sitemap .sitemap li.level-0,
  .page-sitemap .sitemap li.level-1,
  .page-sitemap .sitemap li.level-2,
  .page-sitemap .sitemap li.level-3,
  .page-sitemap .sitemap li.level-4 {
    width: auto;
    float: none;
  }
  .page-sitemap .sitemap li.level-0 {
    padding-left: 15px !important;
  }
  .page-sitemap .sitemap li.level-1 {
    padding-left: 35px !important;
  }
  .page-sitemap .sitemap li.level-2 {
    padding-left: 55px !important;
  }
  .page-sitemap .sitemap li.level-3 {
    padding-left: 75px !important;
  }
  .page-sitemap .sitemap li.level-4 {
    padding-left: 95px !important;
  }
}
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}
.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .page-title .checkout-types li:last-child {
  margin-bottom: 0;
}
.cart .title-buttons .checkout-types {
  float: right;
  margin-bottom: 0;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
}
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  font-size: 12px;
}
.cart > form {
}
@media (max-width: 768px) {
  .cart > form {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #dddddd;
  }
}
.btn-checkout {
}
.btn-checkout:hover,
.btn-checkout:focus,
.btn-checkout:active,
.btn-checkout.active,
.open .dropdown-toggle.btn-checkout {
}
.btn-checkout:active,
.btn-checkout.active,
.open .dropdown-toggle.btn-checkout {
  background-image: none;
}
.btn-checkout.disabled,
.btn-checkout[disabled],
fieldset[disabled] .btn-checkout,
.btn-checkout.disabled:hover,
.btn-checkout[disabled]:hover,
fieldset[disabled] .btn-checkout:hover,
.btn-checkout.disabled:focus,
.btn-checkout[disabled]:focus,
fieldset[disabled] .btn-checkout:focus,
.btn-checkout.disabled:active,
.btn-checkout[disabled]:active,
fieldset[disabled] .btn-checkout:active,
.btn-checkout.disabled.active,
.btn-checkout[disabled].active,
fieldset[disabled] .btn-checkout.active {
  background-color: #FF7F00;
  border-color: #eb4c0f;
}
@media (min-width: 480px) {
  .btn-checkout {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
  }
}
.cart-table {
  margin-bottom: 0;
}
.cart-table .qty {
  height: 30px;
  padding: 5px 16px 5px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  width: 55px;
  text-align: left;
}
select.cart-table .qty {
  height: 30px;
  line-height: 30px;
}
textarea.cart-table .qty {
  height: auto;
}
.cart-table .button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;

  border: none;
  background: rgba(0, 0, 0, 0);
  text-decoration: underline;
  padding: 0; 
  box-shadow: none; 
}
.cart-table .button:hover{ text-decoration: none; }

.cart-table .btn-continue {
  float: left;
  margin-right: 10px;
}
.cart-table .btn-update{
  float: left;
}

.cart .cart-collaterals {
}
.cart .cart-collaterals:before,
.cart .cart-collaterals:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.cart .cart-collaterals:after {
  clear: both;
}
.cart .cart-collaterals:before,
.cart .cart-collaterals:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.cart .cart-collaterals:after {
  clear: both;
}
.cart .cart-collaterals .col2-set {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .cart .cart-collaterals .col2-set {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 768px) {
  .cart .cart-collaterals .totals {
    float: right;
    width: 33.33333333333333%;
  }
}
.cart .crosssell,
.cart .discount,
.cart .shipping {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
}
.cart .crosssell > .list-group,
.cart .discount > .list-group,
.cart .shipping > .list-group {
  margin-bottom: 0;
}
.cart .crosssell > .list-group .list-group-item,
.cart .discount > .list-group .list-group-item,
.cart .shipping > .list-group .list-group-item {
  border-width: 1px 0;
}
.cart .crosssell > .list-group .list-group-item:first-child,
.cart .discount > .list-group .list-group-item:first-child,
.cart .shipping > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.cart .crosssell > .list-group .list-group-item:last-child,
.cart .discount > .list-group .list-group-item:last-child,
.cart .shipping > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.cart .crosssell > .table,
.cart .discount > .table,
.cart .shipping > .table {
  margin-bottom: 0;
}
.cart .crosssell > .panel-body + .table,
.cart .discount > .panel-body + .table,
.cart .shipping > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.cart .crosssell > h2,
.cart .discount > h2,
.cart .shipping > h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.cart .crosssell > h2 > a,
.cart .discount > h2 > a,
.cart .shipping > h2 > a {
  color: inherit;
}
.cart .crosssell #crosssell-products-list {
  margin-bottom: 0;
  padding: 15px;
}
.cart .crosssell li.item {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.cart .crosssell li.item:first-child {
  padding-top: 0;
}
.cart .crosssell li.item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.cart .crosssell .product-image {
  float: left;
}
.cart .crosssell .product-details {
  margin-left: 100px;
}
.cart .crosssell .add-to-links .separator {
  display: none;
}
.cart .crosssell .link-compare {
  font-weight: normal;
}
@media (max-width: 992px) {
  .cart .crosssell {
    display: none;
  }
}
.cart .discount .discount-form {
  margin: 55px 0 30px;
  padding: 0;
}
.cart .shipping .shipping-form {
  padding: 15px;
}
.cart .totals {
  min-height: 20px;
  margin-bottom: 20px;
}
.cart .totals blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.cart .totals table {
  width: 100%;
  margin-bottom: 20px;
}
.cart .totals table thead > tr > th,
.cart .totals table tbody > tr > th,
.cart .totals table tfoot > tr > th,
.cart .totals table thead > tr > td,
.cart .totals table tbody > tr > td,
.cart .totals table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
}
.cart .totals table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.cart .totals table caption + thead tr:first-child th,
.cart .totals table colgroup + thead tr:first-child th,
.cart .totals table thead:first-child tr:first-child th,
.cart .totals table caption + thead tr:first-child td,
.cart .totals table colgroup + thead tr:first-child td,
.cart .totals table thead:first-child tr:first-child td {
  border-top: 0;
}
.cart .totals table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.cart .totals table .table {
  background-color: #ffffff;
}
.cart .totals .checkout-types {
  margin-bottom: 0;
  text-align: right;
  float: right;
}
.cart .totals .checkout-types li {
  margin-bottom: 5px;
}
.cart .totals .checkout-types li:last-child {
  margin-bottom: 0;
}
.item-options {
  margin-top: 10px;
}
.item-options dd {
  margin-left: 15px;
}
.truncated {
  position: relative;
  cursor: help;
}
.truncated .dots {
  cursor: inherit;
  color: inherit;
}
.truncated .dots:hover {
  text-decoration: none;
}
.truncated_full_value {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  top: 20px;
}
.truncated_full_value.top {
  margin-top: -10px;
}
.truncated_full_value.right {
  margin-left: 10px;
}
.truncated_full_value.bottom {
  margin-top: 10px;
}
.truncated_full_value.left {
  margin-left: -10px;
}
.truncated_full_value.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.truncated_full_value.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.truncated_full_value.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.truncated_full_value.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.truncated_full_value.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.truncated_full_value.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.truncated_full_value.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.truncated_full_value.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.truncated_full_value dl {
  margin: 0;
}
.truncated_full_value dt {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.truncated_full_value dd {
  padding: 9px 14px;
  margin-left: 0;
}
.truncated_full_value dd + dt {
  border-radius: 0;
  border-top: 1px solid #ebebeb;
}
.truncated_full_value.show {
  display: block;
}
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  padding-top: 10px;
}
.sp-methods dt:first-child {
  padding-top: 0;
}
.sp-methods dd {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.sp-methods dd:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sp-methods dd ul {
  margin-bottom: 0;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods .radio {
  float: left;
  margin-top: 3px;
  margin-right: 6px;
}
.sp-methods label {
  margin-bottom: 0;
  float: left;
  clear: both;
}
.sp-methods .form-list {
  padding-left: 0px;
  clear: both;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 50px !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}
.please-wait {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  color: #999999;
}
.please-wait img {
  vertical-align: middle;
  margin-right: 10px;
}
.cvv-what-is-this {
  line-height: 34px;
  font-size: 12px;
  cursor: help;
  margin-left: 10px;
}
.tool-tip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  display: block;
}
.tool-tip.top {
  margin-top: -10px;
}
.tool-tip.right {
  margin-left: 10px;
}
.tool-tip.bottom {
  margin-top: 10px;
}
.tool-tip.left {
  margin-left: -10px;
}
.tool-tip.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.tool-tip.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.tool-tip.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.tool-tip.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.tool-tip.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.tool-tip.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.tool-tip.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.tool-tip.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.tool-tip .btn-close {
  padding: 9px 14px;
}
.tool-tip .btn-close:before,
.tool-tip .btn-close:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tool-tip .btn-close:after {
  clear: both;
}
.tool-tip .btn-close:before,
.tool-tip .btn-close:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tool-tip .btn-close:after {
  clear: both;
}
.tool-tip .btn-close a {
  float: right;
  font-size: 0;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.tool-tip .btn-close a:after {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  content: "\00d7";
}
.tool-tip .btn-close a:hover,
.tool-tip .btn-close a:focus {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tool-tip-content {
  padding: 9px 14px;
}
.tool-tip-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gift-messages h3 {
  font-size: 14px;
  font-weight: bold;
}
.gift-messages p.control .checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}
.gift-messages p.control label {
  margin-bottom: 0;
}
.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: bold;
}
.gift-messages-form h4:first-child {
  padding-top: 0;
  border-top: 0;
}
.gift-messages-form p > .checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}
.gift-messages-form p > label {
  margin-bottom: 0;
}
.gift-messages-form .whole-order {
  margin: 0 0 25px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.gift-messages-form .item:before,
.gift-messages-form .item:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.gift-messages-form .item:after {
  clear: both;
}
.gift-messages-form .item:before,
.gift-messages-form .item:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.gift-messages-form .item:after {
  clear: both;
}
.gift-messages-form .item:last-child {
  border-bottom: 0;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  text-align: center;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  margin: 0 0 10px;
}
.gift-message-row .btn-close {
  float: right;
  font-size: 0;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.gift-message-row .btn-close:after {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  content: "\00d7";
}
.gift-message-row .btn-close:hover,
.gift-message-row .btn-close:focus {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gift-message-row dl:before,
.gift-message-row dl:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.gift-message-row dl:after {
  clear: both;
}
.gift-message-row dl:before,
.gift-message-row dl:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.gift-message-row dl:after {
  clear: both;
}
.checkout-agreements li {
  margin-bottom: 20px;
}
.checkout-agreements li:last-child {
  margin-bottom: 0;
}
.checkout-agreements .agreement-content {
  min-height: 20px;
  /*padding: 19px;*/
  margin-bottom: 20px;
  /*background-color: #f5f5f5;
  border: 1px solid #e3e3e3;*/
  border-radius: 4px;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
  margin-bottom: 0;
}
.checkout-agreements .agreement-content blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.checkout-agreements .agree {
  margin: 0;
  padding: 10px;
}
.checkout-agreements .agree input.checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}
.opc .checkout-agreements {
  padding: 5px 30px;
}
.centinel .authentication {
  background-color: #fff;
  border: 1px solid #dddddd;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.opc .centinel {
  padding: 10px 30px;
}
.info-set {
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 18px;
}
.info-set h3,
.info-set h4 {
  font-size: 14px;
}
.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}
.block-progress dl {
  margin: 0;
}
.block-progress dt {
  font-weight: bold;
  margin: 0 0 6px;
  padding: 7px 15px;
  background-color: #f5f5f5;
  border: solid #dddddd;
  border-width: 1px 0;
}
.block-progress dt:first-child {
  border-top: 0;
}
.block-progress dd {
  padding: 8px 13px;
  margin: 0 0 6px;
}
.block-progress dt.complete {
  margin: 0;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}
.block-progress address {
  margin-bottom: 0;
}
.block-progress p + table {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .block-progress {
    display: none;
  }
}
.opc .buttons-set {
  margin-top: 10px;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .ul {
  list-style: disc outside;
  padding-left: 18px;
}
.opc {
  position: relative;
}
.opc .step-title {
  padding: 10px 15px;
  border: solid #dddddd;
  border-width: 0 1px 1px;
  background-color: #f5f5f5;
  color: #333333;
}
.opc .step-title:before,
.opc .step-title:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.opc .step-title:after {
  clear: both;
}
.opc .step-title:before,
.opc .step-title:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.opc .step-title:after {
  clear: both;
}
.opc .step-title .number,
.opc .step-title h2,
.opc .step-title a {
  line-height: 20px;
}
.opc .step-title .number,
.opc .step-title h2 {
  float: left;
}
.opc .step-title .number {
  display: block;
  background: #fff;
  padding: 0 6px;
  margin-right: 10px;
}
.opc .step-title h2 {
  margin: 0;
  font-size: 16px;
}
.opc .step-title a {
  display: none;
  float: right;
}
.opc .section:first-child .step-title {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-width: 1px;
}
.opc .section:last-child .step-title {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.opc .section:last-child.active .step-title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.opc .section:last-child.active .step {
  padding-bottom: 10px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.opc .step {
  padding: 15px;
  border: solid #dddddd;
  border-width: 0 1px 1px;
}
.opc .step .tool-tip {
  right: 30px;
}
.opc .allow .step-title a {
  display: block;
}
.opc .active .step-title a {
  display: none;
}
.checkout-progress:before,
.checkout-progress:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.checkout-progress:after {
  clear: both;
}
.checkout-progress:before,
.checkout-progress:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.checkout-progress:after {
  clear: both;
}
.checkout-progress li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.checkout-progress li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.checkout-progress li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.checkout-progress li > .badge {
  float: right;
}
.checkout-progress li > .badge + .badge {
  margin-right: 5px;
}
a.checkout-progress li {
  color: #555555;
}
a.checkout-progress li .list-group-item-heading {
  color: #333333;
}
a.checkout-progress li:hover,
a.checkout-progress li:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.checkout-progress li.active,
.checkout-progress li.active:hover,
.checkout-progress li.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #FF7F00;
  border-color: #FF7F00;
}
.checkout-progress li.active .list-group-item-heading,
.checkout-progress li.active:hover .list-group-item-heading,
.checkout-progress li.active:focus .list-group-item-heading {
  color: inherit;
}
.checkout-progress li.active .list-group-item-text,
.checkout-progress li.active:hover .list-group-item-text,
.checkout-progress li.active:focus .list-group-item-text {
  color: #fde9e2;
}
@media (min-width: 992px) {
  .checkout-progress li {
    float: left;
    width: 20%;
    margin-bottom: 0;
    border-left-width: 0;
    text-align: center;
  }
  .checkout-progress li:first-child,
  .checkout-progress li:last-child {
    border-radius: 0;
  }
  .checkout-progress li:first-child {
    border-left-width: 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .checkout-progress li:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
}
@media (max-width: 992px) {
  .multiple-checkout {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #dddddd;
  }
}
.multiple-checkout h2 {
  margin-top: 0;
  font-size: 18px;
}
.multiple-checkout h3,
.multiple-checkout h4 {
  margin-top: 0;
  font-size: 14px;
}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .data-table .product-name {
  line-height: 34px;
}
.multiple-checkout .data-table select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: auto;
}
.multiple-checkout .data-table select:-moz-placeholder {
  color: #999999;
}
.multiple-checkout .data-table select::-moz-placeholder {
  color: #999999;
}
.multiple-checkout .data-table select:-ms-input-placeholder {
  color: #999999;
}
.multiple-checkout .data-table select::-webkit-input-placeholder {
  color: #999999;
}
.multiple-checkout .data-table select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.multiple-checkout .data-table select[disabled],
.multiple-checkout .data-table select[readonly],
fieldset[disabled] .multiple-checkout .data-table select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.multiple-checkout .data-table select {
  height: auto;
}
.multiple-checkout .data-table .item-options {
  margin-top: 10px;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
}
.multiple-checkout .box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.multiple-checkout .box .box-title h3 {
  margin-top: 0;
}
.multiple-checkout .box address {
  margin-bottom: 0;
}
.multiple-checkout .place-order:before,
.multiple-checkout .place-order:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.multiple-checkout .place-order:after {
  clear: both;
}
.multiple-checkout .place-order:before,
.multiple-checkout .place-order:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.multiple-checkout .place-order:after {
  clear: both;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
  text-align: right;
}
.multiple-checkout .place-order .grand-total big {
  font-size: 18px;
  font-weight: 500;
}
.multiple-checkout .place-order .grand-total .price {
  color: #FF7F00;
}
#multiship-addresses-table .qty {
  width: auto;
  text-align: center;
}
#multiship-addresses-table tfoot .button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.checkout-multishipping-shipping .box-sp-methods {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
}
.checkout-multishipping-shipping .box-sp-methods blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}
.account-login .content {
  min-height: 180px;
}
.captcha-image {
  position: relative;
  width: 258px;
}
.captcha-note {
  clear: left;
  padding-top: 5px;
}
.captcha-image .captcha-img {
  border-radius: 4px;
  border: 1px solid #cccccc;
  width: 100%;
}
.registered-users .captcha-image {
  margin: 0;
}
.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload .refreshing {
  -webkit-animation: captcha-rotate 1.5s infinite linear;
  -moz-animation: captcha-rotate 1.5s infinite linear;
  animation: captcha-rotate 1.5s infinite linear;
}
@-webkit-keyframes captcha-rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes captcha-rotate {
  0% {
    -moz-transform: rotate(0);
  }
  0% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes captcha-rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
.box-account {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.my-account .welcome-msg{ margin-bottom: 30px; }  
.direcciones tr td{ 
  padding: 1em 0;
}
.dashboard table{
  width: 100%
}
.box-account > .list-group {
  margin-bottom: 0;
}
.box-account > .list-group .list-group-item {
  border-width: 1px 0;
}
.box-account > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.box-account > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.box-account > .table {
  margin-bottom: 0;
}
.box-account > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.box-account .box-head {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
}
.box-account .box-head:before,
.box-account .box-head:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box-account .box-head:after {
  clear: both;
}
.box-account .box-head:before,
.box-account .box-head:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.box-account .box-head:after {
  clear: both;
}
.box-account .box-head h2 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.box-account .box-head h2 > a {
  color: inherit;
}
.box-account .box-head a {
  float: right;
}
@media (max-width: 768px) {
  .box-account {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.dashboard .box .box-title {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #dddddd;
  text-align: right;
}
.dashboard .box .box-title:before,
.dashboard .box .box-title:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.dashboard .box .box-title:after {
  clear: both;
}
.dashboard .box .box-title:before,
.dashboard .box .box-title:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.dashboard .box .box-title:after {
  clear: both;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  margin: 0;
  float: left;
  font-size: 18px;
}
.dashboard .col2-set > .box > .box-title {
  margin-left: 15px;
  margin-right: 15px;
}
.dashboard .box-recent .data-table {
  margin-bottom: 0;
}
.dashboard .box-info p,
.dashboard .box-info address {
  margin: 0;
}
.dashboard .box-info .box {
  margin-bottom: 30px;
}
.dashboard .box-reviews ol {
  margin-bottom: 0;
}
.dashboard .box-reviews .number {
  float: left;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin-bottom: 10px;
}
.dashboard .box-reviews li.item:before,
.dashboard .box-reviews li.item:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.dashboard .box-reviews li.item:after {
  clear: both;
}
.dashboard .box-reviews li.item:before,
.dashboard .box-reviews li.item:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.dashboard .box-reviews li.item:after {
  clear: both;
}
.dashboard .box-reviews li.item:last-child {
  margin-bottom: 0;
}
.dashboard .box-reviews .ratings {
  margin-top: 5px;
}
/* Block: Tags */
.dashboard .box-tags .number {
  float: left;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin-bottom: 10px;
}
.dashboard .box-tags li.item:last-child {
  margin-bottom: 0;
}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline;
}
.addresses-list h2 {
  font-size: 18px;
}
.addresses-list h3 {
  margin-top: 0;
  font-size: 14px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list .link-remove {
  color: #b94a48;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.addresses-list li.item > .list-group {
  margin-bottom: 0;
}
.addresses-list li.item > .list-group .list-group-item {
  border-width: 1px 0;
}
.addresses-list li.item > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.addresses-list li.item > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.addresses-list li.item > .table {
  margin-bottom: 0;
}
.addresses-list li.item > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.addresses-list li.item h3 {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #333333;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.order-info {
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.order-info dd {
  padding-left: 10px;
}
.order-info li {
  display: inline;
  margin: 0 3px;
}
.order-info li:first-child {
  margin-left: 0;
}
.order-info li:last-child {
  margin-right: 0;
}
.order-info .current {
  font-weight: bold;
}
.order-date {
  margin-bottom: 10px;
}
.order-info-box {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-left: 0;
  margin-right: 0;
  border-color: #dddddd;
  padding-top: 15px;
}
.order-info-box > .list-group {
  margin-bottom: 0;
}
.order-info-box > .list-group .list-group-item {
  border-width: 1px 0;
}
.order-info-box > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.order-info-box > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.order-info-box > .table {
  margin-bottom: 0;
}
.order-info-box > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.order-info-box .box {
  margin-bottom: 15px;
}
.order-info-box h2 {
  margin-top: 0;
  font-size: 14px;
}
.order-info-box address {
  margin-bottom: 0;
}
.order-items h2 {
  font-size: 18px;
}
.order-items h3 {
  font-size: 12px;
}
.order-items .order-links {
  text-align: right;
}
.order-additional {
  margin: 10px 0;
}
.gift-message {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.gift-message > .list-group {
  margin-bottom: 0;
}
.gift-message > .list-group .list-group-item {
  border-width: 1px 0;
}
.gift-message > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.gift-message > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.gift-message > .table {
  margin-bottom: 0;
}
.gift-message > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.gift-message dt {
  padding-left: 10px;
}
.gift-message dt strong {
  display: block;
  margin-left: -10px;
}
.gift-message dd {
  margin-top: 10px;
}
.gift-message-row .gift-message {
  padding: 0;
  margin: 0;
  border: 0;
}
.order-about {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd;
}
.order-about > .list-group {
  margin-bottom: 0;
}
.order-about > .list-group .list-group-item {
  border-width: 1px 0;
}
.order-about > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.order-about > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.order-about > .table {
  margin-bottom: 0;
}
.order-about > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.order-about dd {
  margin-bottom: 10px;
  padding-left: 10px;
}
.order-about dd:last-child {
  margin-bottom: 0;
}
.my-wishlist textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
}
.my-wishlist textarea:-moz-placeholder {
  color: #999999;
}
.my-wishlist textarea::-moz-placeholder {
  color: #999999;
}
.my-wishlist textarea:-ms-input-placeholder {
  color: #999999;
}
.my-wishlist textarea::-webkit-input-placeholder {
  color: #999999;
}
.my-wishlist textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.my-wishlist textarea[disabled],
.my-wishlist textarea[readonly],
fieldset[disabled] .my-wishlist textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.my-wishlist textarea {
  height: auto;
}
.my-wishlist .price-box {
  margin-bottom: 5px;
}
.my-wishlist .add-to-cart-alt input.input-text {
  margin-bottom: 5px;
}
.my-wishlist .add-to-cart-alt .btn-cart {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.my-wishlist p {
  margin-bottom: 0;
}
.my-wishlist .link-edit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  width: 100%;
  display: block;
}
.my-wishlist .link-edit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus {
  color: #333333;
  text-decoration: none;
}
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open .dropdown-toggle.my-wishlist .link-edit {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open .dropdown-toggle.my-wishlist .link-edit {
  background-image: none;
}
.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit,
.my-wishlist .link-edit.disabled:hover,
.my-wishlist .link-edit[disabled]:hover,
fieldset[disabled] .my-wishlist .link-edit:hover,
.my-wishlist .link-edit.disabled:focus,
.my-wishlist .link-edit[disabled]:focus,
fieldset[disabled] .my-wishlist .link-edit:focus,
.my-wishlist .link-edit.disabled:active,
.my-wishlist .link-edit[disabled]:active,
fieldset[disabled] .my-wishlist .link-edit:active,
.my-wishlist .link-edit.disabled.active,
.my-wishlist .link-edit[disabled].active,
fieldset[disabled] .my-wishlist .link-edit.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.my-wishlist .btn-add {
  color: #ffffff;
  background-color: #FF7F00;
  border-color: #eb4c0f;
}
.my-wishlist .btn-add:hover,
.my-wishlist .btn-add:focus,
.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open .dropdown-toggle.my-wishlist .btn-add {
  color: #ffffff;
  background-color: #dc480e;
  border-color: #b13a0b;
}
.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open .dropdown-toggle.my-wishlist .btn-add {
  background-image: none;
}
.my-wishlist .btn-add.disabled,
.my-wishlist .btn-add[disabled],
fieldset[disabled] .my-wishlist .btn-add,
.my-wishlist .btn-add.disabled:hover,
.my-wishlist .btn-add[disabled]:hover,
fieldset[disabled] .my-wishlist .btn-add:hover,
.my-wishlist .btn-add.disabled:focus,
.my-wishlist .btn-add[disabled]:focus,
fieldset[disabled] .my-wishlist .btn-add:focus,
.my-wishlist .btn-add.disabled:active,
.my-wishlist .btn-add[disabled]:active,
fieldset[disabled] .my-wishlist .btn-add:active,
.my-wishlist .btn-add.disabled.active,
.my-wishlist .btn-add[disabled].active,
fieldset[disabled] .my-wishlist .btn-add.active {
  background-color: #FF7F00;
  border-color: #eb4c0f;
}
.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.product-review .product-img-box .label {
  font-size: 12px;
}
.product-review .product-img-box .ratings .rating-box {
  display: block;
  float: none;
  margin-bottom: 5px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  margin-bottom: 10px;
  font-size: 18px;
}
.product-review h3 {
  font-size: 14px;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  margin-bottom: 5px;
}
.billing-agreements .info-box {
  margin: 10px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0 !important;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
  overflow-y: scroll;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .modal-media .modal-dialog {
    width: 940px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.nobr {
  white-space: nowrap !important;
  margin: 0 20px;
}
.wrap {
  white-space: normal !important;
}
.a-left {
  text-align: left !important;
}
.a-center {
  text-align: center !important;
}
.a-right {
  text-align: right !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.f-left,
.left {
  float: left !important;
}
.f-right,
.right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.f-fix {
  float: left;
  width: 100%;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-bg {
  background: none !important;
}
.clearer:before,
.clearer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearer:after {
  clear: both;
}
.clearer:before,
.clearer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearer:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

/* LMN */
.layout.layout-1-col.no-bread div[role="main"]{
  padding: 0;
}

.btn-checkout, .btn-checkout:hover,
.button.orange, .button.orange:hover, .minibutton.orange, .minibutton.orange:hover {
    color: #fff;
    /*
    background: #ff670f;
    background: -moz-linear-gradient(top,  #ff670f 0%, #ff5200 17%, #ff5200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff670f), color-stop(17%,#ff5200), color-stop(100%,#ff5200));
    background: -webkit-linear-gradient(top,  #ff670f 0%,#ff5200 17%,#ff5200 100%);
    background: -o-linear-gradient(top,  #ff670f 0%,#ff5200 17%,#ff5200 100%);
    background: -ms-linear-gradient(top,  #ff670f 0%,#ff5200 17%,#ff5200 100%);
    background: linear-gradient(to bottom,  #ff670f 0%,#ff5200 17%,#ff5200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#ff5200',GradientType=0 ); 
    */

    background-repeat: repeat-x;    
    border-color: #FF5200;
    font-weight: normal;

}
.btn-checkout:hover, .btn-checkout:active,
.button.orange:hover, .button.orange:active, .minibutton.orange:hover, .minibutton.orange:active {
    border-color: #ff810a;
}
.btn-checkout:active, .btn-checkout.selected,
.button.orange:active, .button.orange.selected, .minibutton.orange:active, .minibutton.orange.selected, .context-menu-container.active .orange.minibutton.switcher, .context-menu-container.active .orange.context-button {
    background-color: #FF5200;
    background-image: none;
    border-color: #ff810a;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}
.btn-checkout:disabled, .btn-checkout.disabled,
.button.orange:disabled, .button.orange.disabled, .minibutton.orange:disabled, .minibutton.orange.disabled {
    background-position: 0 0;
}


/* Header */
.header-wrapper{  }
.logo-container{ text-align: center; padding-top: 11px; }
.menu-container{
  padding-left: 0px; }
header[role="banner"]{
  color: white;
  text-transform: uppercase;
  z-index: 1 !important; /* Backstretch fix */
}
header[role="banner"] .container{ position: relative; }
header[role="banner"] .top-info{ 
  position: absolute; 
  left: 0;
  top: 0;
}
header[role="banner"] .top-info > div{ float: left; margin-right: 20px; }
header[role="banner"] .top-quote{ font-size: 0.8em; font-weight: bold; width: 140px; padding: 24px 0; }

header[role="banner"] .logo{ 
  display: inline-block;
}
header[role="banner"] .top-access{  
  font-weight: bold;
  font-size: 0.9em;
  display: inline-block;
  padding: 0px;
  float: right; 
}
header[role="banner"] .top-access ul{
  float: right;}
header[role="banner"] .top-access ul li{ float: right; margin-left: 10px; }

header[role="banner"] .top-access ul li.tfno { 
  color: #fff;
  opacity: 1;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Daft Brush", Helvetica, Arial, sans-serif;
  font-size: 20px;
  min-width: 120px;
  display: block;
  text-align: left;
  padding-top: 13px;
  padding-bottom: 15px;
  line-height: 20px;
  margin-top: 20px;  
  transition: all 300ms;
  float: right; margin-left: 0px; margin-right: 10px; }

header[role="banner"] .top-access a{ 
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Daft Brush", Helvetica, Arial, sans-serif;
  font-size: 20px;
  min-width: 82px;
  display: block;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 15px;
  line-height: 20px;
  margin-top: 20px;
  background: url('../images/sprite.png') no-repeat center 62px;
  transition: all 300ms;  
}
header[role="banner"] .top-access a:hover{
  background: url('../images/sprite.png') no-repeat center 42px;
  min-width: 82px;
  text-decoration: none;
}

header[role="banner"] .top-access a.action-link{  
}
header[role="banner"] .top-access a.action-link:hover{
} 

header[role="banner"] .top-access .details {
  position: absolute;
  right: 0;
  top: 50px;
  background: #FFF;
  padding: 15px 20px 15px;
  color: black;
  box-shadow: 0 1px 10px #DADADA;
  text-transform: none;
}

header[role="banner"] .top-access .details ul{
  width: 100%;}
header[role="banner"] .top-access .details li{
  float: none;
  margin:0 0 10px;
  width:100%;
}
header[role="banner"] .top-access .details p{
  margin: 0;
}
header[role="banner"] .top-access .details li.login .button{
  float:left;
}
header[role="banner"] .top-access .details li.login a{
  text-transform: none;
  text-decoration: none;
  width: 110px;
  display: block;
  float: right;
}
header[role="banner"] .top-access .details li.login a:hover{
 text-decoration: underline;
}

header[role="banner"] .top-access .details a
{
  color: black;
}
header[role="banner"] .top-access .details .actions{
  border-top: 1px solid #000;
  padding: 15px 0 0;
  margin: 15px 0 0;
  float: left;
}
header[role="banner"] .top-access .details .actions p{
  margin: 0 0 5px;
}
header[role="banner"] .top-access .details .actions a{
  text-decoration: none;
}

/* Menu */
.navbar-wrapper{
  height: 43px;
}
.navbar-default{ float: left; }
.top-cart-wrapper{
  display: inline-block;
  float: right;
  margin-top: 17px;
  margin-left: 0px;
  padding: 15px 10px 10px 7px;
  background: transparent;
}
.top-cart-wrapper:hover {
  background: #fff;
}
.top-cart-wrapper .ico{
  height: 19px;
  display: block;
  padding: 0;
  width: 24px;
  background: transparent url(../images/sprite-icos.png) no-repeat 0 0;  
}
.top-cart-wrapper:hover .ico {
  background: transparent url(../images/sprite-icos.png) no-repeat -25px 0;
}
.top-cart-wrapper a{ 
  text-transform: uppercase; 
  font-size: 0.8em;  
  font-weight: normal;
  color: white;
}
.cart-top{ height: 20px; position: relative; }

#cartTop .details .link-button {float: right;}

/* Home */
.featured-wrapper{ margin-top: -50px; }
.featured{ 
  margin:0 0 40px; 
  text-align:center; 
  min-height: 260px;
}
.featured a{ display: block; color:#00592c; }
.featured a:hover img{ 
  -webkit-box-shadow: 0 0 5px #00592C;
  box-shadow: 0 0 5px #00592C;   
}
.featured img{ 
  max-width: 100%;
  height: auto;
  margin:0 0 10px;
  -webkit-box-shadow: 0 0 5px #FF5200;
  box-shadow: 0 0 5px #FF5200;
  -webkit-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -ms-transition:all 300ms ease-in-out;
  transition:all 300ms ease-in-out;
}

.fuera-temporada {
  position: absolute;
  width: 83px;
  height: 84px;
  display: block;
  background: transparent url(../images/fuera-de-temporada.png) no-repeat 0 0;
  top: -1px;
  right: 9px;
  padding: 0; 
  text-indent: -9999em;
}

.familia-fuera-temporada{
  text-align: center;
  color: #ffffff;
  margin: 30px 0px;
}
.familia-fuera-temporada h2{
  font-size: 58px;
}
.familia-fuera-temporada a{
  color: #ffffff;
}


.featured h3{ 
  font-family: "Roboto Condensed", Arial, sans-serif;
  color:#00592c;
  margin: 0 0 20px;
  font-weight: bold;
  padding: 0 20px;
  text-decoration: none;
}

.std ul.banners{ 
  list-style: none; 
  margin:0; 
  padding:0; 
}
.std ul.banners li{ margin:0 0 20px; text-align: center; }
.std ul.banners li img{ max-width: 100%; height: auto; }

/* Product list */
.info{
  text-align: center;
  color: white;
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 60px 0 40px;
}
.info h2{
  font-size: 2.4em;
  font-weight: normal;
  margin: 0 0 15px;
}
.info h3{
  font-weight: 300;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 2.2em;
  margin: 0 0 10px;  
}
.category-content{
  margin-top: 80px;
}
.category-image{
  margin-bottom: 80px;
  padding: 25px 0;
  position: relative;
  text-align: right;
}
.category-image .social{ 
height: 30px;
}
.category-image .social ul{}
.social ul li{ display: inline; float: left; margin: 0 20px 0 0;}

.category-info{
  margin-bottom: 80px;
  color: white;}
.category-info .page-title{
  padding: 0;
  margin: 0;
  border: none;
}
.category-info .page-title h1{
  font-size: 2.4em;
  font-weight: normal;
  
}
.category-info .category-description{
  margin: 0 0 40px;}
.category-info .products{}
.category-info .products li{
  float: left;
  margin: 0 25px 25px 0;}
.category-info .products .peso{ color: #FF5200; margin: 0 0 0px; }
.category-info .products .precio{
  color: white;
  font-weight: bold;
  font-size: 1.7em;
  line-height: 1;
  margin: 0 0 10px;
}
.category-info .products .precio .regular-price .price{ color: white; }

/* Category related */
.related-wrapper{ padding: 20px 0 0; }
.related h2{
  margin: 0 0 20px;
  font-size: 2em;
  color: #FF5200;
  
}
.related{ 
  margin:0 0 30px; 
  text-align:center; 
}
.related a{ display: block; color:#00592c; }
.related a:hover img{ 
  -webkit-box-shadow: 0 0 5px #00592C;
  box-shadow: 0 0 5px #00592C;   
}
.related img{ 
  max-width: 100%;
  height: auto;
  margin:0 0 10px;
  -webkit-box-shadow: 0 0 5px #FF5200;
  box-shadow: 0 0 5px #FF5200;
  -webkit-transition:all 300ms ease-in-out;
  -moz-transition:all 300ms ease-in-out;
  -o-transition:all 300ms ease-in-out;
  -ms-transition:all 300ms ease-in-out;
  transition:all 300ms ease-in-out;
}



.related h3{ 
  font-family: "Roboto Condensed", Arial, sans-serif;
  color:#00592c;
  margin: 0 0 20px;
  font-weight: bold;
  padding: 0 20px;
  text-decoration: none;
}

/* Product view */
.product-view{
  margin:0 0 0px;
}
.product-img-box .social{
  margin-bottom: 40px;
}
.product-img-box .banners{}
.product-img-box .banners li{
  margin: 0 0 10px;
}

.product-shop .regular-price .price{ 
  color: #D5500D;
  line-height: 40px; 
  font-size: 1.8em;
}
.product-collateral{ width: 100%; }
.add-to-cart input.qty{ width: auto; float: left; max-width: 100%; height: 39px; margin-right: 10px; }

select#qty{width: auto !important;}

.add-to-cart-qty{
  position: relative;
  width: 60px;
  float: left;
  margin-right: 10px;
}
.add-to-cart-qty a:hover{
  text-decoration: none;
  background: #5A4D42;
}
.add-to-cart-qty .qty-mas,
.add-to-cart-qty .qty-menos{ 
  position: absolute;  
  width: 20px;
  height: 18px;
  top: 1px;
  right: 1px;
  color: #fff;
  background: #746353;
  line-height: 18px;
  cursor: pointer;
  display: block;
}

.add-to-cart-qty .qty-mas{
  border-radius: 2px 2px 0 0;    
}
.add-to-cart-qty .qty-menos{    
  bottom: 1px;
  top: auto;
  border-radius: 0 0 2px 2px; 
}

.toolbox{
  padding: 10px 15px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 1px #D8D8D8;
  border: 1px solid #D8D8D8;
  margin-left: -15px;
  margin-right: -15px; 
}
.toolbox.affix{
  top: 10px !important;
  position: fixed !important;  
}
.toolbox.affix-top{
  top: 0 !important;
}

/* Cart */
/*.cart{ padding:40px 0; }*/

.qty-wrapper{ position: relative; width: 70px; text-align: left; margin: auto;}
.qty-wrapper .qty-mas{ 
  position: absolute; 
  right: 18px; 
  top: 4px; 
  width:11px;
  height: 9px;
  background: url(../images/sprite-icos.png) no-repeat 0px -24px;
  cursor: pointer;
}
.qty-wrapper .qty-menos{ 
  position: absolute; 
  right: 18px; 
  top: 17px; 
  width:11px;
  height: 9px;
  background: url(../images/sprite-icos.png) no-repeat 0px -42px;
  cursor: pointer;
}

.qty-wrapper .qty-mas:hover{ top:4px; }
.qty-wrapper .qty-menos:hover{ top: 17px; }
.qty-wrapper .link{ 
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/sprite-icos.png) no-repeat 0 -58px;
  right: -7px;
  cursor: pointer;
  top: 5px;
  text-indent: -9999px;
  border: none;
}
.qty-wrapper .link:hover{ }


/* Contacto */
.std ul.form-list{ list-style: none; padding: 0; }
.std ul.form-list input[type="checkbox"]{ 
  display: inline;
  margin-right: 5px;
  position: relative;
  top: -1px; 
}

/* RWD */
/* MOBILE + TABLET PORTRAIT */
@media (max-width: 768px){
  
  .container{ padding:0 5px; }

  /* Header */
  header[role="banner"] .container {
    padding: 0 10px; 
  }
  header[role="banner"] .top-info {
    left: 10px;
  }
  header[role="banner"] .logo { 
    width: 100%; 
    margin: 0;
  }
  header[role="banner"] .logo img{ max-width: 100%; }

  header[role="banner"] .top-access {    
/*    right: 10px;    
    padding: 20px 0 0;*/
	right: 90px;
	padding: 0;
	position: absolute;
  }
  header[role="banner"] .top-access .logged-in{
    width: 100px;
    text-align: right;
  }
  header[role="banner"] .top-access .logged-in a.action-link{ 
    margin: 0 0 10px;
    display: inline-block;
  }

  .navbar-default{
    width: 100%;
    height: 43px;    
  }
  .top-cart-wrapper{
    position: absolute;
    right: 0;
  }

  .navbar-wrapper{
    position: relative;
    z-index: 1;
  }
  .navbar-default{
    width: 100%;
    height: 43px;    
  }
  .navbar-header{
    height: 43px;
  }
  .navbar-toggle{
    float: left;
  }
  .top-cart-wrapper{
    position: absolute;
    right: 0;
  }
  .navbar-collapse{    
    border: none;
  }
  .navbar-nav{
    margin: 0;
    padding: 0;
    background: #000;    
  }  
  .nav > li{
    /*margin: 0 15px;  */
  }  
  .navbar-nav > li.first > a {
    /* margin-left: 0; */
  }
  .navbar-default .navbar-nav > li > a{
    text-shadow: none;  
    /*padding: 12px 0;*/
  }
  /*.navbar-default .navbar-nav > li.active > a,*/
  .navbar-default .navbar-nav > li > a:hover, 
  .navbar-default .navbar-nav > li > a:focus
  {  
    color: #fff;
    text-shadow: none;
    background: rgb(230, 70, 0) !important;  
  }  

  /*Home*/
  .bx-wrapper{ display: none; }
  .featured-wrapper {
    margin-top: 20px;
  }

  /* List */
  .category-image { margin-bottom: 20px; text-align: center; }
  .category-image img{ margin-bottom: 20px; }
  .category-image .social{ padding:0 10px; margin: 0 auto; width: 50%;}  
  .category-content { margin-top: 30px; }
  .category-info .products li{
    width: 100%;
    float: none;
    text-align: center;
  }

  /* View */
  .product-img-box{ text-align: center; }
  .product-img-box .product-image-zoom img, .product-img-box .more-views img {
    display: inline;
  }
  .product-img-box .banners { display: none; }
  .toolbox {  display: none; }  

  /* Customer */
  .account-login .content { min-height: 0; }
  .account-login .new-users{ margin-bottom: 40px; }  
  .account-create .form-list .field{ width: 100%; margin: 0 0 15px; padding: 0; }

  .my-account{ margin-bottom: 40px; }  
  aside[role="complementary"] { 
    padding-right: 0; 
    max-width: 295px;
    margin: 20px auto;
  }
  .my-account .welcome-msg{ text-align: center; }  
  .title-buttons h1, 
  .title-buttons h2, 
  .title-buttons h3, 
  .title-buttons h4, 
  .title-buttons h5, 
  .title-buttons h6 {
    float: none;
  }
  .my-account .page-title,  
  .dashboard .box .box-title { text-align: center; }
  .dashboard .box .box-title h3, .dashboard .box .box-title h4{ float: none; margin-bottom: 5px; }
  .my-account table,
  .my-account thead,
  .my-account tbody,
  .my-account th,
  .my-account td,
  .my-account tr {
    display: block; 
  }
  .my-account th{ text-align: center; display: none; }
  .box-account{ overflow: auto; }

  /* Contacto */
  #contactForm .form-list .field{ width: 100%; margin: 0 0 15px; padding: 0; }

  /* Footer */
  .footer-container{ width: 100%;
    font-size: 14px;
  } 
  .footer-deco{ display: none; }
  footer{ width: 100%; }
  .footer-links{ width: 100%; }
  .footer-links li { 
    width: 100%; 
    margin: 0 0 20px;
  }
  .footer-links li li{
    margin: 0;
  }
  .footer-links li span {
    color: #FFF;
    display: block;
    font-size: 18px;
    margin: 0 0 8px;
    border-bottom: 1px solid #EE7302;
    padding: 0 0 5px;
  }  
  .footer-links li.no-title {
    margin: 0 0 15px;
  }
  .informative footer .footer-subscribe{
    width: 100%;
    float: none;
    padding: 0 15px;
  }
  .footer-copyright{
    width: 100%;
    text-align: center;
  }

  .footer-copyright address {
    text-align: center;
    padding: 40px 0 0 0;
    background-position: center top;
    margin-bottom: 10px;
    height: auto;    
  }
  .footer-copyright p{
    float: none;
    display: inline;
  }
  .footer-copyright a.logo-kuombo {
    
   display: block;
   width: 100%;
   background-position: center center;
   margin: 0; 
  }  
}

@media (min-width: 550px) and (max-width: 767px){
  .my-account .direcciones tr {
    display: block;
    width: 50%;
    float: left;
  }
}

@media (min-width: 600px){
  header[role="banner"] .logo {
  }
}

/* TABLET LANDSCAPE */
@media (min-width: 769px) and (max-width: 992px){
  .container{ padding:0 5px; }

  /* Header */
  header[role="banner"] .top-access {
    width: 250px;
  }
  header[role="banner"] .top-info {
    left: 10px;
  }
  header[role="banner"] .top-access {    
    right: 10px;
  }  
  .top-cart-wrapper{ padding: 0 8px 0 40px; }

  /* Home */
  .std ul.banners{
    clear: both;
  }
  .std ul.banners li{
    width: 33.3333333%;
    float: left;
    padding: 12px;
  }

  /* List */
  .category-image { margin-bottom: 20px;  text-align: center; }
  .category-image img{ margin-bottom: 20px; }
  .category-image .social{ padding:0 10px; margin: 0 auto; width: 50%; }
  .category-content { margin-top: 30px; }
  .category-info .products li{
    width: 100%;
    float: none;
    text-align: center;
  }  

  /* View */
  .product-img-box{ text-align: center; }  
  .product-img-box .product-image-zoom img, .product-img-box .more-views img {
    display: inline;
  }
  .toolbox {  display: none; }  
  .product-img-box .banners { display: none; }

  /* Customer */
  aside[role="complementary"] { 
    width:30%; 
    float: left;
  }
  .my-account{
    width: 70%;
    float: right;
  }  

  .box-account {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  /* Footer */
  .footer-container{ width: 100%;
    font-size: 14px;
  } 
  .footer-deco{ display: none; }
  footer{ width: 100%; }
  .footer-links{ width: 100%; }
  .footer-links li { 
    width: 50%;
    float: left;
    margin: 0 0 20px;
  }
  .footer-links li li{
    margin: 0;
  }
  .footer-links li span {
    color: #FFF;
    display: block;
    font-size: 18px;
    margin: 0 0 8px;
    border-bottom: 1px solid #EE7302;
    padding: 0 0 5px;
  }  
  .footer-links li.no-title {
    margin: 0 0 15px;
  }
  .informative footer .footer-subscribe{
    width: 40%;
    margin:0 auto;
    float: none;
    padding: 0 15px;
  }
  .footer-copyright{
    width: 100%;
    text-align: center;
  }

  .footer-copyright address {
    text-align: center;
    padding: 40px 0 0 0;
    background-position: center top;
    margin-bottom: 10px;
    height: auto;    
  }
  .footer-copyright p{
    float: none;
    display: inline;
  }
  .footer-copyright a.logo-kuombo {
    
   display: block;
   width: 100%;
   background-position: center center;
   margin: 0; 
  }  
}

@media (min-width: 665px){
  .cart > form {
    overflow: auto;
  }
}

@media (min-width: 993px) and (max-width: 1180px){
  .box-account {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }
}

.select_lang{
  float: right;
  margin-right: 15px;
  font-size: 10px;
  margin-top: 3px;
}



/* -------------------------------------------------------------------------- *\
    # Kuombo base
*/

.zopim {
  z-index: 1 !important;
}

body, html {
  overflow-x: hidden;
}

body {
  padding: 0 0;
}

h1,h2,h3,h4 {
  font-family: "Daft Brush", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

select {
  width: 100%;
  min-width: 85px !important;
  padding: 0 20px 0 5px;
  line-height: 40px;
  height: 40px;
  color: #d5500d;
  border: 1px solid #d5500d;
  border-radius: 4px;
  background: transparent;
  text-transform: uppercase;
  background-image: url('../images/campo-tropical-select-dropdown.png');
  background-repeat: no-repeat;
  background-position: top 17px right 10px;
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  cursor: pointer;
}

select:hover,
select:focus {
  border-color: #d5500d;
}

textarea {
  resize: vertical;
}

input, textarea {
  outline: 0 !important;
}


/* modulo well */
.well {
  background: #fff;
  border: 0px;
  border-radius: 0;
  box-shadow: none;
}

/* botones*/

.link-button {
  font-family: "Daft Brush", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;  
  line-height: 1.6em;
  text-align: center;
  cursor: pointer;
  min-width: 180px;
  padding: 0px;
  -webkit-perspective: 100px;
  perspective: 100px;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  background-color: transparent !important;
  border: 0px;  
  -webkit-backface-visibility: hidden;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  opacity: 1; 
  float: left;
  display: inline-block;
}


#btforgotpass.link-button {
  min-width: 100px;
  margin-right: 50px;
}

.link-button span {
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  display: block;
  padding: 6px 29px;
}

.link-button:visited {
  color: #fff;
  text-decoration: none;
}

.link-button:hover, .link-button:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: none !important;
}

.link-button:active {
  color: #fff;
  outline: none !important;
}

.link-button:after {
  content: "";
  outline: 1px solid transparent !important;
  padding: 2px;
  position: absolute;  
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: scale(1.1) rotateY(-3deg) rotateX(-5deg) translateX(-0%) translateZ(-11px);
  -moz-transform: scale(1.1) rotateY(-3deg) rotateX(-5deg) translateX(-0%) translateZ(-11px);
  transform: scale(1.1) rotateY(-3deg) rotateX(-5deg) translateX(-0%) translateZ(-11px);
  -webkit-transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  -o-transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  -moz-transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  z-index: 0;  
  background-color: #d5500d;
/*  background-color: rgba(213, 80, 13, 0.5);  */
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding-top: 9px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;  
  display: inline-block;
}

.link-button-list:after {
  content: "";
  outline: 1px solid transparent !important;
  padding: 2px;
  position: absolute;  
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: scale(1.1) rotateY(-3deg) rotateX(-5deg) translateX(-0%) translateZ(-11px);
  -moz-transform: scale(1.1) rotateY(-3deg) rotateX(-5deg) translateX(-0%) translateZ(-11px);
  transform: scale(1.1) rotateY(-3deg) rotateX(-5deg) translateX(-0%) translateZ(-11px);
  -webkit-transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  -o-transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  -moz-transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  z-index: 0;  
/*  background-color: #d5500d;*/
  background-color: rgba(213, 80, 13, 0.5);  
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding-top: 9px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;  
  display: inline-block;
}

.link-button:hover:after {
  position: absolute; 
  left: 0; 
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(3deg) rotateX(-5deg) translateX(-0%) translateZ(-11px) scale(1.1);
  -moz-transform: rotateY(3deg) rotateX(-5deg) translateX(-0%) translateZ(-11px) scale(1.1);
  transform: rotateY(3deg) rotateX(-5deg) translateX(-0%) translateZ(-11px) scale(1.1);
  -webkit-transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  -o-transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  -moz-transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  transition: all .4s cubic-bezier(.16, .53, .15, .99) 0s;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;  
  display: inline-block;  
  background-color: #ff7f00;
}

.link-button:active:after {
  background-color: #d5500d;
}

/* */




/* -------------------------------------------------------------------------- *\
    # Header
*/

header[role="banner"] {
  background: #fff url('../images/campo-tropical-header-fondo.jpg') no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  height: 190px;
  position: relative;
  margin-bottom: 25px;
}

.cms-home header[role="banner"],
.catalog-category-view  header[role="banner"] {
  position: absolute;
  /*width: 100%;
  min-height: 100px;*/
  top: 0;
  left: 0;
  right: 0;
  background: #891000;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5MTAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNTUwMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #891000 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#891000), color-stop(100%,transparent));
  background: -webkit-linear-gradient(top,  #891000 0%,transparent 100%);
  background: -o-linear-gradient(top,  #891000 0%,transparent 100%);
  background: -ms-linear-gradient(top,  #891000 0%,transparent 100%);
  background: linear-gradient(to bottom,  #891000 0%,transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#891000', endColorstr='transparent',GradientType=0 );
}

@media (max-width: 767px) {
 .cms-home header[role="banner"],
 .catalog-category-view  header[role="banner"] {
   position: fixed;
 }
}

.titulo-pagina {
  margin: 30px 30px 0 30px;
  font-size: 3.2em;
  border: 0;
}

.cms-home header[role="banner"],
.catalog-category-view  header[role="banner"],
.catalog-product-view  header[role="banner"] {
  height: 100px;
  z-index: 999 !important;
}

.cms-home .titulo-pagina,
.catalog-category-view .titulo-pagina,
.catalog-product-view .titulo-pagina {
}

header[role="banner"] .top-access .close-session {
  position: absolute;
  margin: 0;
  font-size: 10px;
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  padding: 7px 0 0;
  color: #fff;
}

header[role="banner"] .top-access .close-session:hover {
  color: #ddd;
}

header[role="banner"] .top-access .logged-in .close-session{
  opacity: 0 !important;
  transition: all 0s;
}

header[role="banner"] .top-access .logged-in:hover .close-session{
  opacity: 1 !important;
}

header[role="banner"] .top-access .logged-in:hover a{
  background: url('../images/sprite.png') no-repeat center 42px;
}

.menu-contacto-mobile {
  display: none;
}




/* -------------------------------------------------------------------------- *\
    # Footer blog
*/

.checkout-cart-index .blog-footer,
.checkout-onepage-index .blog-footer,
.checkout-onepage-success .blog-footer {
  display: none;
}

.blog-footer {
  padding: 50px 0;
  background-image: url('../images/campo-tropical-blog-footer.jpg');
  background-position: bottom center;
}

.blog-footer a {
  text-decoration: none;
}

.blog-footer h3{
  display: inline-block;
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #000;
}

.list-blog img {
  position: absolute;
  width: 100px;
  height: auto;
}

.list-blog .well {
  display: block;
  width: 80%;
  margin: 0 auto;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05);
}

.list-blog .well div {
  padding: 0 0 0 120px;
  margin: -10px 0;
}

.blog-footer .ver-mas {
  display: inline-block;
  font-family: 'Daft Brush', 'Arial', sans-serif;
  padding: 5px 15px;
  margin-top: 15px;
  background: #5f9c17;
  color: #fff;
  border-radius: 2px;
}

.blog-footer .ver-mas:hover {
  background: #769E0F;
}

/* facebook button */
.fb-like-box {
  left: -10px;
  overflow: hidden;
  width: 100%;
}




/* -------------------------------------------------------------------------- *\
    # Footer
*/

#footer {
    position: relative;
    background-color: #fff;
    background-image: url('../images/campo-tropical-footer.jpg');
    background-size: 120% auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 100px;
    min-height: 500px;
}

.checkout-cart-index #footer,
.checkout-onepage-index #footer {
  padding-top: 0;
  min-height: 100px;
}

.checkout-cart-index #footer .container .row,
.checkout-onepage-index #footer .container .row{
  display: none;
}

.checkout-cart-index #footer .container-fluid .row,
.checkout-onepage-index #footer .container-fluid .row{
  display: block !important;
}

#footer .row {
    margin-left: 75px;
}

#footer h4 {
  font-family: 'Roboto Condensed', 'Helvetica', 'Arial', sans-serif;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-first-row {
    min-height: 200px;
}

.footer-social ul,
.footer-menu ul {
    padding: 0;
}

.footer-social h4,
.footer-subscripcion h4,
.footer-social li,
.footer-menu li {
    margin: 15px 0;
    font-size: 13px;
    text-transform: uppercase;
    list-style-type: none;
}
.footer-menu li a{
  color: #ffffff;
}

/* para compensar el margin-left generico de las filas del footer */
.footer-subscripcion .row {
    margin: 0 -15px !important;
}

.footer-subscripcion input {
    border-radius: 0;
    box-shadow: none !important;
    margin-bottom: 10px;
}

.footer-subscripcion .btn {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid;
    border-radius: 2px;
}

.footer-subscripcion label {
    padding-left: 15px;
    font-size: 12px;
    line-height: 1.4em;
}

.footer-subscripcion label a {
    display: block;
    text-decoration: underline;
}

.footer-subscripcion input[type="checkbox"] {
    position: absolute;
    left: 14px;
    top: -2px;
}

@media (max-width: 767px) {
  .footer-menu {
    margin-bottom: 120px;
  }
  .landing-footer {
	margin-top:-110px !important;  
  }
}

.footer-menu li {
    color: #fff;
}

.footer-copyright-container{
  background-color: rgba(0, 0, 0, 0.3);
  padding: 25px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 300ms;
}
@media (max-width: 767px) {
	.footer-copyright-container{position: relative;}
}

.footer-copyright-container:hover{
  background-color: rgba(0, 0, 0, 0.6);
}
.footer-copyright-container .container{
  opacity: 0.5;
  transition: all 200ms;
}
.footer-copyright-container:hover .container{
  opacity: 1;
}
.footer-copyright p,
.footer-copyright a {
    margin: 0;
    font-size: 12px;
    color: #fff !important;
}

.footer-copyright a {
    margin-left: 15px;
}


.footer-social h4,
.footer-subscripcion h4,
.footer-subscripcion label a:hover {
    color: #5F9C17;
}

.footer-subscripcion input::-webkit-input-placeholder { color: #5F9C17; }
     .footer-subscripcion input:-ms-input-placeholder { color: #5F9C17; }
         .footer-subscripcion input::-moz-placeholder { color: #5F9C17; }
          .footer-subscripcion input:-moz-placeholder { color: #5F9C17; }

.footer-subscripcion .btn {
    color: #8BB659;
}

.footer-subscripcion .btn {
    border-color: #8BB659;
}

.footer-subscripcion input:focus {
    border-color: #8BB659;
    background: #EAF5DE; 
}

.footer-subscripcion label,
.footer-subscripcion label a {
    color: #BEDB95;
}

.footer-subscripcion input[type="submit"] {
    border: 0;
    background: #5f9c17; 
    color: #fff;
}

.footer-subscripcion input[type="submit"]:hover {
    background: #6D8F45; 
    color: #fff;
}


.footer-subscripcion input,
.footer-subscripcion .btn:hover {
    background: #D5E2C7;
}




.sellos-footer {
   margin: -45px 0 10px;
   float: right;
 }
 .sellos-footer a {float: left; display: block;}
 .sellos-footer ul {float: right; margin: 10px 0 0 10px;}
 .sellos-footer ul li em {color: #fff;}

 @media (max-width: 767px) {
  .footer-menu {margin-bottom: 140px;}
  .sellos-footer { clear: both; float: none; width: 100%; margin: 0; }
  .legal-footer {clear: both; width: 100%;} 
}


/* -------------------------------------------------------------------------- *\
    # Home
*/

.cms-home .main-container,
.catalog-category-view  .main-container {
  background: #ff7f00;
}

.cms-home,
.catalog-category-view {
  background: #ff7f00;
}

.catalog-category-view .layout {
  padding-bottom: 0;
}

.cms-home .messages,
.catalog-category-view .messages {
  margin-top: 150px !important;
}

.categorias-home{
  padding: 150px 0px 20px;
  background-color: #FF7F00;
}
.categorias-home .categoria-home .categoria-home-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  opacity: 0.4;
  transition: all 300ms;
}
@media (max-width: 767px) {
  .categorias-home .categoria-home .categoria-home-bg{
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .categorias-home .categoria-home:hover .categoria-home-bg{
    opacity: 1;
  }
}
.categorias-home .categoria-home h2{
  color: #ffffff;
  text-align: center;
  font-size: 80px;
  font-weight: normal;
}
.categorias-home .categoria-home .categoria-home-bg,
.categorias-home .categoria-home a{
  width:100%;
  min-height:365px;
  display:block;
}
.categorias-home .categoria-home .categoria-home-bg {
  z-index: 0.9;
}
.categorias-home .categoria-home a{
  padding-top:115px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.categorias-home .categoria-home a .link-button{
  position: relative;
  top: 30px;
  opacity: 0;
  float: none;
  transition: all 500ms;
}
.categorias-home .categoria-home a:hover,
.categorias-home .categoria-home a:hover h2{
  text-decoration: none;
}
.categorias-home .categoria-home a:hover .link-button{
  top: 0px;
  opacity: 1;
  display: inline-block;
  transition: all 0s;
  /*background: url('../images/sprite.png') no-repeat 0 -8px;*/
}

@media (max-width: 767px) {
  .categorias-home .categoria-home a .link-button{
    opacity: 0 !important;
  }
}

.fruta-madurada-home{
  background: #fff;
  padding: 110px 20px 60px;
  /*min-height: 804px;*/
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
  box-shadow: 0 50px 65px 25px #fff;
}
.fruta-madurada-home h1{
  color: #FF7F00;
  font-size: 54px;
  font-weight: normal;
  margin-bottom: 50px;
}
.fruta-madurada-home h2, .fruta-madurada-home h3{
  color: #FF7F00;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 50px;
}

.fruta-madurada-home p{
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #110900;
}

.fruta-madurada-parallax {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff url('../images/campo-tropical-fruta-madurada-en-arbol.jpg') no-repeat;
  background-size: 110% auto;
}




/* -------------------------------------------------------------------------- *\
    # Listado de familias
*/

.catalog-category-view .main-container{
  padding: 100px 0 0;
  background-color: #FF7F00;

}
.catalog-category-view .item p{
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  padding: 0px 35px;
}
.catalog-category-view .item img{
  width: 100%;
}
.catalog-category-view .item h2 a:hover{
  text-decoration: none;
}
.catalog-category-view .item .actions > div{
  text-align: center;
}

.catalog-category-view .btn-cart:after{
  background-color: #d5500d;
  /*background-color: rgba(213, 80, 13, 0.5);  */
}

.catalog-category-view .btn-cart span {
  color: rgba(255, 255, 255, 1);
}

.catalog-category-view .btn-cart:hover:after{
  background-color: rgba(255, 127, 0, 0.5); 
}

.catalog-category-view .btn-cart:hover span {
  color: #fff; 
}

@media (max-width: 767px) {
  .catalog-category-view .item .actions .link-button {
    /* padding-left: 20px; 
    padding-right: 20px; */
  }
}

.catalog-category-view .item .actions {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  opacity: 1;
  text-align: center;
  padding: 20px 0;
  transition: all 300ms;
}

.catalog-category-view .item:hover .actions {
  opacity: 1;
  top: 35%;
}

@media (max-width: 767px) {
  .catalog-category-view .item .actions {
    position: relative;
    top: 0;
    opacity: 1;
    padding: 0;
  }
}

.thumbs-categorias {
  padding: 15px 0 0;
  background: #FF7F00;
  text-align: center;
}
.thumbs-categorias ul{
  list-style: none;
  float: left;
}
.thumbs-categorias .container > ul{
  float: none;
  display: inline-block;
}
.thumbs-categorias ul li a,
.thumbs-categorias ul li,
.thumbs-categorias .fuera-de-temporada-cont{
  float: left;
  text-align: center;
}
.thumbs-categorias ul li a h3,
.thumbs-categorias ul li h3{
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  margin-top: 7px;
  text-align: center;
}

@media (max-width: 767px) {
  .thumb-list-cat {
    width: 100%;
  }
}  

.thumb-list-cat img {
  width: auto;
}

.thumb-list-cat > a > img,
.thumb-list-cat .fuera-de-temporada-cont > img{
  margin-top: 12px;
}

.thumb-list-cat:last-child img {
  width: 60px;
}
.thumbs-categorias ul li a:hover h3,
.thumbs-categorias ul li a:hover{
  text-decoration: none;
}
.thumbs-categorias ul li ul{
  margin: 0 60px 0px 10px;
}
.thumbs-categorias ul li ul li{
  margin-right: 0px;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.thumbs-categorias ul li ul li:hover{
  background-color: #D5500D !important;
}

@media (max-width: 767px) {
  .thumbs-categorias ul li ul {
    margin: -10px 0 0;
    width: 80%;
  }
}
.thumbs-categorias > ul > li{
  margin-right: 50px;
}
.thumbs-categorias > ul > li:last-child{
  margin-right: 0px;
}
.thumbs-categorias .thumb-list-cat h3{
  display: none;
}
.thumbs-categorias .thumb-list-cat:last-child h3,
.thumbs-categorias .thumb-list-prod h3{
  display: block;
  margin: 2px 8px;
}
.thumbs-categorias .thumb-list-cat:last-child ul{
  display: none;
}

.thumbs-categorias li{
  position: relative;
}
.li-fuera-temporada .thumb-bn{
  opacity: 0.2;
}

.thumb-list-prod .thumb-bn,
.thumb-list-prod .thumb-color,
.thumb-list-prod .thumb-fuera-temporada{
  margin:0px 15px !important;
}

.thumb-list-prod .thumb-color,
.thumb-list-prod .thumb-fuera-temporada{
  display: none;
}
.thumb-list-prod:hover .thumb-bn{
  display: none;
}
.thumb-list-prod.li-fuera-temporada:hover .thumb-fuera-temporada,
.thumb-list-prod:hover .thumb-color{
  display: inline-block;
}
/*
.thumb-list-prod.li-fuera-temporada:hover .thumb-color{
  display: none;
}*/

.thumb-list-prod .fuera-de-temporada{
  background: #d5500d;
  position: absolute;  
  height: 44px;
  width: 100%;
  color: #ffffff;
  font-family: 'Daft Brush', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 16px;
  display: none;
  cursor: default;
  line-height: 17px;
}
.thumb-list-prod:hover .fuera-de-temporada{
  display: block;  
}




/* -------------------------------------------------------------------------- *\
    # Ficha de producto
*/

/* imagen de producto y categoria */

.catalog-product-view .product-image img {
  /*position: absolute;*/
}

.catalog-product-view .layout{
  padding-bottom: 0px;
}

.category-icon {
  position: absolute;
  z-index: 1;
  bottom: 80px;
}

.add-cart-wrap span.kg {
  color: #D5500D;
  font-size: 22px;
  clear: both;
  display: block;
  margin-top: 5px;
  margin-bottom: -4px;
}
.add-cart-wrap span.piezas {
  color: #D5500D;
}

.carrito-producto .product-name {
  color: #a3a3a3;
  line-height: 26px !important;
}

 .product-name span.kg {
  color: #a3a3a3;
  margin-top: 5px;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 18px;
  margin-right: 5px;
  display: block;
  clear: both;
}
.carrito-producto .product-name span.piezas {
  color: #a3a3a3;
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-size: 18px;
}


/* añadir al carrito */
.add-to-cart-qty {
  width: 100%;
}

.add-to-cart-qty span {
  text-transform: uppercase;
  color: #b2b2b2;
  font-size: 11px;
  margin-top: 5px;
  display: inline-block;
}

.add-cart-wrap {
  width: 100%;
  margin-top: 30px;
}

.add-cart-wrap div {
  padding: 0;
  margin: 0;
  /*text-align: center;*/
}

.btn-cart-holder {
  text-align: right;
}

@media(max-width: 767px) {
  .btn-cart-holder .link-button {
    width: 100%;
  }
}

/* beneficios */
.beneficios {
  margin: 60px 0;
}

.beneficios .container {
  padding: 0 75px;
}

.beneficios img {
  position: absolute;
}

.beneficios h4 {
  padding: 0 15px 0 75px;
  color: #b2b2b2;
  font-size: 16px;
}

@media (max-width: 767px) {
  .beneficios {
    display: none;
  }
}

.mas-info {
  margin-bottom: 40px;
}

.mas-info h4 {
  margin-top: 30px;
  color: #FF7F00;
}

.col-beneficios, .col-conservacion {
  padding-right: 3%;
  line-height: 1.2em;
  font-size: 14px;
}

/* yotpo */

.yotpo-small-box,
.yotpo-bottomline,
.yotpo-nav-primary,
.yotpo-first-review-content {
  display: none;
}

.yotpo .yotpo-small-box {
  padding: 30px 10px 0 10px !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border-color: #FF7F00 !important;
}

.yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
  color: #FF7F00 !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon {
  color: #FF7F00 !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {border-bottom: 0px !important;}

.yotpo .yotpo-review .yotpo-footer .yotpo-action[data-target="share-review"] {display: none !important;}

.yotpo .yotpo-regular-box {border-top: 0px !important;} 

.yotpo div, .yotpo span, .yotpo p, .yotpo a, .yotpo img, .yotpo i, .yotpo strong, .yotpo sup, .yotpo ul, .yotpo li, .yotpo form, .yotpo label {
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
  font-family: 'Daft Brush', 'Arial', sans-serif !important;
  font-weight: normal !important;
  font-size: 20px !important;
  color: #FF7F00 !important;
}

.yotpo .yotpo-review .yotpo-main .content-review, .yotpo .yotpo-comment .yotpo-main .content-review, .yotpo .yotpo-question .yotpo-main .content-review {
  color: #333 !important;
}

.yotpo .yotpo-review .yotpo-main .content-title, .yotpo .yotpo-comment .yotpo-main .content-title, .yotpo .yotpo-question .yotpo-main .content-title {
  color: #333 !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, .yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  color: #FF7F00 !important;
}
.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile {
  background: #FF7F00 !important;
}

.yotpo .yotpo-review .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark, .yotpo .yotpo-comment .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark, .yotpo .yotpo-question .yotpo-header.yotpo-verified-buyer .yotpo-icon-circle-checkmark {
  color: #5f9c17 !important;
}

.yotpo .yotpo-tool-tip .tool-tip-header .header-green {
  color: #5f9c17 !important;
}

/* -------------------------------------------------------------------------- *\
    # Carrito
*/

.data-table {
  color: #a3a3a3;
}

.data-table th {
  text-transform: uppercase;
  color: #a3a3a3;
}

.data-table th .border-cell {
  width: 100%;
  height: 1px;
  background: #a3a3a3;
  margin: 10px 0 0;
}

.data-table tbody > tr > td {
  /*line-height: 130px;
  height: 130px;*/
  vertical-align: middle;
}

/* foto de producto */

.data-table img {
  width: 80px;
  height: 80px;
}

.hidden-xs img {
  width: 95px;
  height: 95px;
}

/* titulo del producto */

.carrito-producto {
  width: 100%;
}

.cart-table .product-name {
  font-size: 2.2em;
  text-align: left;
  line-height: 130px;
}

.cart-table .product-name a {
  color: #535353;
}

.cart-table .product-name a:hover {
  color: #231f20;
  text-decoration: none;
}

/* precio total */
.cart-price-total {
  font-weight: bold;
  font-size: 1.6em;
}

/* botones seguir comprando - actualizar carrito */
.data-table .carrito-seguir-actualizar {
  position: absolute;
  padding-top: 80px;
  border: 0px;
}

.carrito-seguir-actualizar .button {
  padding: 10px;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #aaa;
  color: #aaa;
  border-radius: 0;
}

.carrito-seguir-actualizar .button:hover {
  border-color: #777;
  color: #777;
}

.button.btn-update {
  display: none;
}

/* envio y precios */

#shopping-cart-totals-table {
  text-transform: uppercase;
  color: #a3a3a3;
}

#shopping-cart-totals-table td {
  vertical-align: bottom;
}

#shopping-cart-totals-table .price {
  position: relative;
  font-size: 2em;
  color: #FF7F00;
  bottom: -5px;
}





/* -------------------------------------------------------------------------- *\
    # Carrito en cabecera
*/

.num-items {
  position: absolute;
  top: -12px;
  left: 3px;
  right: 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
}

.cart-top .details {
  display: inline-block !important;
  opacity: 0;
  position: absolute;
  top: 30px;
  right: -10px;
  padding: 0 15px;
  width: 300px;
  max-height: 0;
  overflow: hidden;
  color: #a3a3a3;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0,0,0,.1);
  z-index: 1;
}

.top-cart-wrapper:hover .cart-top .details,
.top-cart-wrapper .cart-top .details:hover {
  padding: 30px 15px;
  max-height: 1000px;
  opacity: 1;
}

.top-cart-wrapper:hover .num-items {
  color: #FF7F00;
}

.cart-top a {
  color: #111;
}

.cart-top .product-name {
  font-family: 'Daft Brush', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 22px !important;
  line-height: 50px;
  text-align: left !important;
  float: left;
  padding: 0 !important;
  margin: 0 !important;
}

.cart-top .precio {
  float: right;
}

.cart-top .unidades {
  font-size: 9px;
}

.cart-top .precio .price {
  font-weight: bold;
  margin-left: 9px;
}

.cart-top .btn-remove,
.cart-top .btn-edit {
  display: none;
}

.cart-top .subtotal {
  border-top: 1px solid #a3a3a3;
  padding: 10px 0;
  font-size: 0.9em;
  font-weight: 400;
}

.cart-top .subtotal div {
  width: 50%;
  display: inline-block;
}

.cart-top .subtotal div span.label {
  float: left;
}

.cart-top .subtotal div span.label {
  float: left;
}

.cart-top .subtotal .price {
  position: relative;
  top: -3px;
  font-size: 1.3em;
  font-weight: bold;
  color: #FF7F00;
}

.cart-top .subtotal,
.cart-top .buttons {
  text-align: right;
}





/* -------------------------------------------------------------------------- *\
    Carrito vacio
*/

.cart-empty {
  text-align: center;
  padding-bottom: 100px;
}






/* -------------------------------------------------------------------------- *\
    # OSCO
*/

.checkout-onepage-index .arrow-login {
  display: none!important;
}

#checkout-review-options {
  position: absolute;
}

@media (max-width: 767px) {
  #checkout-review-options {
    position: relative;
  }
}


.checkout-onepage-index #main {
  margin-bottom: -50px;
}

.onestepcheckout-column-left p {
  float: left;
  clear: both;
}

.onestepcheckout-column-left .block-title {
  font-size: 0.9em;
  color: #FF7F00;
  margin-top: 25px;
}

#checkout-review-load .data-table th {
  font-size: 0.9em;
  text-transform: none;
  border-bottom: 1px solid #a3a3a3;
}

#checkout-review-load .data-table tbody > tr > td {
  line-height: 0px;
  height: auto;
  border: 0;
}

.data-table-totals {
  display: block;
  float: right;
  width: 200px;
  clear: both;
}

.data-table-totals tr:last-child {
  border-top: 1px solid #a3a3a3;
}

.data-table-totals tr:last-child td {
  text-transform: uppercase;
  color: #000;
}

#allow-taxvat,
.form-list li.control.samebilling input.checkbox{
  display: none;
}
.taxvat-fields .group{
  margin-top: 15px;
}

#payment_form_paypal_standard li,
#payment_form_cashondelivery li,
#payment_form_banktransfer li{
  margin: 0px;
}
#payment_form_servired_standard label img,
#payment_form_servired_standard label a{
  display: none;
}
#payment_form_servired_standard,
#payment_form_paypal_standard .form-alt,
.checkout-agreements .agreement-content{
  margin: 4px 0px 12px 8px;
  font-size: 11px;
  line-height: 12px;
  color: #9a9999;
}

#payment_form_checkmo label {display: none;}
#payment_form_checkmo .checkmo-mailing-address {
    margin: 4px 0px 12px 8px;
  font-size: 11px;
  line-height: 12px;
  color: #9a9999;
}


/* registro */

.createaccount-wrapper h3 {
  margin: 20px 0 10px !important;
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-size: 12px;
  color: #FF7F00;
}

/* ocultar footer en osco */
.checkout-onepage-index #footer .container {
  display: none;
}

.checkout-onepage-index #footer .footer-copyright-container .container {
  display: block;
}

/* formulario de registro */
.form-content li {
  margin: 20px 0;
}

#opt0, #opt1, #opt2, #opt3, #opt4, #opt5 {
  display: none;
}

.discount {
  padding: 0;
  margin: 0;
  width: auto !important;
  border: 0 !important;
  box-shadow: none;
}

.discount-form h2 {
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  color: #ff7f00;
  cursor: pointer;
}

#discount-coupon-form {
  margin-top: -40px;
}

div.onestepcheckout-threecolumns ul,
div.onestepcheckout-threecolumns ol {
  margin: 0 auto !important;
}

#co-payment-form {
  margin-left: 45px;
}

#shipping-new-address-form input[type="checkbox"] {
  display: none;
}

.validate-zip {
  width: 40% !important;
}

.ship_to_same_address_wrapper h3{
  margin-bottom: -10px !important;
}

/* -------------------------------------------------------------------------- *\
    # Success
*/
.checkout-onepage-success .layout {
  text-align: center;
  margin-top: 50px;
}

.num-pedido {
  font-size: 40px;
}

.redes-success h2 {
  font-size: 32px;
  color: #5f9c17;
  margin-bottom: 50px;
}

.redes-success {
  padding-top: 100px;
  padding-bottom: 50px;
  background: white;
}

.checkout-onepage-success header[role="banner"] {
  background: transparent;
}

.checkout-onepage-success h1 {display: none;}

.checkout-onepage-success .messages{
  display: none;
}
.checkout-onepage-success .page-title .messages{
  display: block;
}

.checkout-onepage-success {
  background: url('../images/campo-tropical-thankyou.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: -20px;
}

.checkout-onepage-success .ticket .ticket-borde {
  height: 6px;
  background: url('../images/campo-tropical-ticket.png') repeat-x;
}

.checkout-onepage-success .ticket .ticket-content {
  background: white;
  margin-bottom: -10px;
  padding-top: 50px;
}

.checkout-onepage-success .ticket .ticket-content .page-title {
  border-bottom: 0;
}

.checkout-onepage-success .ticket-content .messages {
  width: auto;
}



/* -------------------------------------------------------------------------- *\
    # Contacto
*/

.telf-contacto {
  margin-top: -15px;  
}

.telf-contacto span {
  font-size: 40px;
  margin-right: 15px;
}

.contact-form h3 {
  color: #FF7F00;
  margin: 40px 0 10px;
}

.contact-form {
  background: #fff url('../images/campo-tropical-contacto-back.jpg') no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding: 0 0 200px;
}

.agreement .checkbox {
  display: inline-block;
  margin: 0;
}

.agreement label {
  margin: 0;
  top: 0;
  font-weight: normal;
  font-size: 0.9em;
}





/* -------------------------------------------------------------------------- *\
    # Registro de usuarios
*/

.registered-users input {
  padding-left: 40px !important;
  margin-bottom: 15px;
}

.registered-users .buttons-set {
  line-height: 40px;
}

.forgot-password #email_address,
.customer-account-resetpassword #password,
.customer-account-resetpassword #confirmation{
  width: 200px; 
}

.customer-account-edit .form-list label,
.customer-address-form .form-list label{
  display: inline-block;
}
.customer-address-form .form-list li.control input.radio,
.customer-account-edit .form-list li.control input.radio,
.customer-account-edit .form-list li.control input.checkbox {
  display: inline;
}
.customer-address-form .buttons-set button,
.customer-account-edit .buttons-set button,
.newsletter-manage-index .buttons-set button{
  float: right;
}
.newsletter-manage-index h2{
  display: none;
}
.buttons-set{
margin-top: 15px;  
}

.customer-address-form .form-list label,
.customer-account-edit .form-list label,
.newsletter-manage-index .form-list label {
top: 2px;
left: 2px;
}
.customer-address-form .form-list .control label,
.customer-account-edit .form-list .control  label,
.newsletter-manage-index .form-list .control  label {
  left: 16px;
}
.customer-address-form input[type="text"],
.customer-account-edit input[type="text"]{
  margin-bottom: 10px;
}

/* -------------------------------------------------------------------------- *\
    # Paginas de contenido: Nuestro campo
*/
.cms-nuestro-campo {
  background: url('../images/campo-tropical-nuestro-campo.jpg');
}
.cms-garantia-compra {
  background: url('../images/campo-tropical-garantia-compra.jpg');
}
.cms-envios {
  background: url('../images/campo-tropical-envios.jpg');
}
.cms-cambios-devoluciones {
  background: url('../images/campo-tropical-cambios-devoluciones.jpg');
}

.cms-nuestro-campo,
.cms-garantia-compra,
.cms-envios,
.cms-cambios-devoluciones {
  background-size: cover;
  background-attachment: fixed;
}

.cms-nuestro-campo div[role="main"],
.cms-garantia-compra div[role="main"],
.cms-envios div[role="main"],
.cms-cambios-devoluciones div[role="main"] {
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 10px rgba(0,0,0,.2);
  margin-bottom: 100px;
}

.cms-nuestro-campo header,
.cms-garantia-compra header,
.cms-envios header,
.cms-cambios-devoluciones header {
  background: none;
}

.cms-nuestro-campo div[role="main"] img,
.cms-garantia-compra div[role="main"] img,
.cms-envios div[role="main"] img,
.cms-cambios-devoluciones div[role="main"] img {
  width: 100%;
}

.cms-nuestro-campo .bloque-texto {
  background: #fff;
  padding: 50px;
  margin-bottom: 100px;
  font-size: 18px;
}

.cms-nuestro-campo .origen h3 {
  font-size: 40px;
  color: #5f9c17;
  margin-bottom: 35px;
}

.cms-nuestro-campo .mesa {
  background: url('../images/campo-tropical-fruta-mesa.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  padding-top: 40px;
}

.cms-nuestro-campo .mesa h3 {
  font-size: 40px;
  color: #f07d00;
  margin-bottom: 35px;
}

.cms-nuestro-campo .explosion {
  background: url('../images/campo-tropical-explosion.jpg') repeat-x center top;
  background-color: #ffffff;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 40px;
}

.cms-nuestro-campo .explosion h3 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 35px;
  margin-top: 60px;
}

.cms-nuestro-campo .explosion .bloque-texto {
  background: transparent;
  padding: 50px;
  box-shadow: none;
  margin-bottom: 100px;
  font-size: 18px;
}


.cms-nuestro-campo .calendario {
  background: #ffffff;
  padding-top: 40px;
}

.cms-nuestro-campo .calendario h3 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 35px;
  
}

.cms-nuestro-campo .calendario .bloque-texto {
  background: transparent;
  padding: 50px;
  box-shadow: none;
  margin-bottom: 100px;
  font-size: 18px;
}

/* -------------------------------------------------------------------------- *\
    # Paginas de contenido: Garantia de compra
*/





/* -------------------------------------------------------------------------- *\
    # Paginas de contenido: Envios, cambios y devoluciones;
*/





/* -------------------------------------------------------------------------- *\
    # Cookies
*/

#cookie-law {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 0;
  background: #913307 !important;
  color: #fff;
  padding: 5px 0;
}

.cookie-dismiss {
  margin: 0 auto;
  display: block;
  text-align: center;
  cursor: pointer;
  width: 100px;
  float: none !important;
}


iframe[name="google_conversion_frame"] {
  display: none;
}


/* -------------------------------------------------------------------------- *\
    # Responsive mobile
*/

@media (max-width: 768px) {
  .link-button {
    font-size: 16px;
	float:right;
  }
  #footer {
    background-size: 1600px auto;
    min-height: 100px;
    padding: 0;
  }
  #footer .row {
    margin-left: 0;
  }

  .categorias-home {
    padding: 70px 0 20px;
  }
  .categorias-home .categoria-home .categoria-home-bg,
  .categorias-home .categoria-home a {
    min-height: 200px;
  }
  .categorias-home .categoria-home h2 {
    font-size: 70px;
  }

  .categorias-home .categoria-home a {
    padding-top: 30px;
  }
  .list-blog .well {
    margin: 40px 0;
    width: 100%;
  }
  .list-blog .well div {
    padding: 140px 0 0;
  }
  .fruta-madurada-home {
    padding: 20px 0 40px;
  }
  .fruta-madurada-home h3 {
    font-size: 35px;
  }
  .products-grid .item {
    width: 100%;
  }

  header[role="banner"] {
    background-position: bottom right;
    /*background-size: auto 110px;*/
	background-size: auto auto;
    margin-bottom: 15px;
    max-height: 110px;
  }

  .cms-home header[role="banner"],
  .catalog-category-view  header[role="banner"],
  .catalog-product-view  header[role="banner"] {
    height: 85px;
  }


  .category-icon {
    bottom: auto;
    top: 0px;
  }

  .product-view .product-shop .product-name h1 {
    font-size: 32px;
    margin-top: 0;
  }

  .product-essential {
    width: 100%;
  }

  .beneficios {
    margin: 0 0 30px;
  }

  .beneficios .container {
    padding: 0 15px;
  }

  .beneficios div {
    min-height: 75px;
  }

  .titulo-pagina {
    margin: 16px 10px;
    font-size: 25px;
  }

  .menu-container {
    padding-top: 10px;
	right:0;
    position: absolute;
  }

  .menu-container button {
    float: right;
    border: 0px !important;
    background: transparent !important;
    border-radius: 0px;
  }

  .top-cart-wrapper {
    margin-top: 7px;
    right: 50px;
    z-index: 999;
  }

  .menu-container button:hover,
  .top-cart-wrapper:hover {
    background: #FF7F00 !important;
  }

  .top-cart-wrapper:hover .ico {
    background-position: 0 0 !important;
  }

  .top-cart-wrapper .num-items {
    color: #fff;
  }

  .top-cart-wrapper .details {
    display: none !important;
  }

.navbar-collapse {float:right;}

  .navbar-nav {
    background: rgba(255, 100, 15, .9);
    margin: 5px 0px;
    text-align: center;
  }

  .menu-contacto-mobile {
    display: block;
  }

  .carrito-seguir-actualizar {
    display: none;
  }
  
  .cart-table .product-name {
    font-size: 1.6em;
    line-height: 28px;
  }
  .data-table tbody > tr > td {
    line-height: 70px;
    height: 70px
  }
  .cart > form {
    padding: 0;
    border: 0;
  }
  .categoria-home .link-button {
    display: none;
  }
  .logo-container {
    z-index: 1001;
  }
  thead {
    display: none;
  }
}

.direcciones h4 {
  margin-right: 30px;
  font-family: 'Roboto Condensed', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 12px;
}

.customer-account-create input[type="checkbox"] {
  margin: 10px 0 7px !important;
}

.thumbs-categorias ul  li.thumb-list-cat:nth-child(4) {width: 115px;}

.thumbs-categorias ul  li.thumb-list-cat:nth-child(4)  img{max-width: 100%;}

.logowhatsapp {width: 20px; height: 20px;float:left;position:relative;display:inline-block;}
header[role="banner"] .top-access a.telwhatsapp {float:left;position:relative;display:inline-block;}

@media (max-width: 1024px) {
	#footer .container {
		background-color: rgba(0,0,0,0.2);
		border-radius: 15px;
	}
	.col-sm-3.footer-social,
	.col-sm-4.footer-subscripcion {width:48%;}
	
	header[role="banner"] .top-access a{font-size: 15px; min-width: 45px; }
	header[role="banner"] .top-access a:hover{min-width: 45px;}
	header[role="banner"] .top-access ul li.tfno {font-size: 10px;min-width: 120px;}
	header[role="banner"] .top-access a.telwhatsapp {font-size: 15px;padding-top:0;margin-top:0;}
	.navbar-default .navbar-nav > li > a {font-size: 12px;}
	.logowhatsapp {width: 20px; height: 20px;float:left;position:relative;display:inline-block;}
}
@media (max-width:768px){
		.top-access .contactoHead {display:none;} 
		header[role="banner"] .top-access ul li.tfno {font-size: 15px; min-width: 120px;}
	header[role="banner"] .top-access a.telwhatsapp {font-size: 15px;padding-top:0;margin-top:0;padding-left:5px}
		.logowhatsapp {width: 15px; height: 15px; float:left;position:relative;display:inline-block;}
}
@media  (max-width: 767px) {
	.product-options{margin-top: -140px; width: 45%; float: left;position: relative;}
	.product-shop .product-options-bottom { margin-top: -140px; position: relative; float: left;left: 49%;}
	.btn-cart-holder {margin-top: 90px !important;}
	.top-access .contactoHead {display:none;} 
	header[role="banner"] .top-access ul li {margin-left: 0;}
	header[role="banner"] .top-access a {font-size: 12px;min-width: 40px;}
	header[role="banner"] .top-access ul li.tfno  {font-size: 15px; min-width: 50px;}
	header[role="banner"] .top-access a.telwhatsapp {font-size: 15px;padding-top:0;margin-top:0;padding-left:5px}
	.logowhatsapp {width: 15px; height: 15px;}
}

@media  (max-width: 500px) {
	.product-options p.required {top: 0px; width: 50%;}
	.logowhatsapp {width: 10px; height: 10px;}
	header[role="banner"] .top-access a.telwhatsapp {font-size: 10px;padding-top:0;margin-top:0;padding-left:5px}
	/*header[role="banner"] .top-access ul li.login {display:none;}*/
}